From c806c992af1fbe30cb507470cb31e8ae91e9d562 Mon Sep 17 00:00:00 2001 From: Lissa Pearson Date: Wed, 24 Jul 2024 12:00:36 -0500 Subject: [PATCH] Streamline imaging api --- requirements.txt | 2 +- src/app.py | 22 +- src/assets/A2CPS_display_terms.csv | 4 +- src/assets/screening_sites.csv | 4 +- src/data/imaging/imaging-log-latest.csv | 2424 +++-- src/data/imaging/mriqc-group-bold-latest.csv | 2063 ++++- src/data/imaging/qc-log-latest.csv | 8334 +++++++++++++++--- src/data/subjects/subjects-1-latest.json | 2 +- src/data/subjects/subjects-2-latest.json | 2 +- src/data_loading.py | 28 +- 10 files changed, 10993 insertions(+), 1892 deletions(-) diff --git a/requirements.txt b/requirements.txt index adbcaad..f4bb4f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -flask==2.0.3 +Flask==2.1.2 gunicorn==20.1.0 requests==2.27.0 pandas==1.3.5 diff --git a/src/app.py b/src/app.py index 2cccfa8..1f9bf27 100644 --- a/src/app.py +++ b/src/app.py @@ -47,13 +47,23 @@ # LOAD ASSETS FILES # ---------------------------------------------------------------------------- -# Pointers to official files stored at github repository main branch -screening_sites_github_url = 'https://raw.githubusercontent.com/TACC/a2cps-datastore-weekly/main/src/assets/screening_sites.csv' -display_terms_github_url = 'https://raw.githubusercontent.com/TACC/a2cps-datastore-weekly/main/src/assets/A2CPS_display_terms.csv' -# load display terms and screening sites -screening_sites = pd.read_csv(screening_sites_github_url) -display_terms, display_terms_dict, display_terms_dict_multi = load_display_terms_from_github(display_terms_github_url) + +# # Pointers to official files stored at github repository main branch +# screening_sites_github_url = 'https://raw.githubusercontent.com/TACC/a2cps-datastore-weekly/main/src/assets/screening_sites.csv' +# display_terms_github_url = 'https://raw.githubusercontent.com/TACC/a2cps-datastore-weekly/main/src/assets/A2CPS_display_terms.csv' + +# # load display terms and screening sites +# screening_sites = pd.read_csv(screening_sites_github_url) +# display_terms, display_terms_dict, display_terms_dict_multi = load_display_terms_from_github(display_terms_github_url) + +# For datastore: load locally from assets file to avoid issues with url library. +screening_sites_location = os.path.join(ASSETS_PATH, 'screening_sites.csv') +display_terms_location = os.path.join(ASSETS_PATH, 'A2CPS_display_terms.csv') + +screening_sites = pd.read_csv(screening_sites_location) +display_terms, display_terms_dict, display_terms_dict_multi = load_display_terms(display_terms_location) + # Columns used in reports [UPDATE THIS IF START TO USE MORE] subjects_raw_cols_for_reports = ['index', diff --git a/src/assets/A2CPS_display_terms.csv b/src/assets/A2CPS_display_terms.csv index 1ae5332..58c2302 100644 --- a/src/assets/A2CPS_display_terms.csv +++ b/src/assets/A2CPS_display_terms.csv @@ -4,10 +4,10 @@ redcap_data_access_group,northshore,0,MCC1: NorthShore,MCC1: NorthShore,0 redcap_data_access_group,uchicago,0,MCC1: UChicago,MCC1: UChicago,0 redcap_data_access_group,university_of_mich,0,MCC2: UMichigan,MCC2: UMichigan,0 redcap_data_access_group,wayne_state,0,MCC2: Wayne State,MCC2: Wayne State,0 -redcap_data_access_group,spectrum_health,0,MCC2: Spectrum Health,MCC2: Spectrum Health,0 +redcap_data_access_group,spectrum_health,0,MCC2: Spectrum Health,MCC2: Corewell Health,0 sp_data_site,1,0,MCC2: UMichigan,MCC2: UMichigan,0 sp_data_site,2,0,MCC2: Wayne State,MCC2: Wayne State,0 -sp_data_site,3,0,MCC2: Spectrum Health,MCC2: Spectrum Health,0 +sp_data_site,3,0,MCC2: Spectrum Health,MCC2: Corewell Health,0 participation_interest,0,0,No,No,0 participation_interest,1,0,Maybe,Maybe,0 participation_interest,2,0,Yes,Yes,0 diff --git a/src/assets/screening_sites.csv b/src/assets/screening_sites.csv index af557c7..29e75cb 100644 --- a/src/assets/screening_sites.csv +++ b/src/assets/screening_sites.csv @@ -9,7 +9,9 @@ MCC2: HFHS Macomb,2,HFHS Macomb,Thoracic,90000,99999,12/1/2021,12,2021,"1, 1, 2, MCC2: HFHS Jackson,2,HFHS Jackson,Thoracic,100000,109999,1/1/2022,1,2022,"1, 2, 2, 3, 3, 4, 3, 3, 4, 3, 3, 4, 3, 3, 4, 3, 3, 4, 3, 3, 4, 3, 4, 4","1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24" MCC2: HFHS Wyandotte,2,HFHS Wyandotte,Thoracic,110000,119999,,,,, MCC2: University of Michigan,2,University of Michigan,TKA,120000,129999,,,,, -MCC2: Spectrum,2,Spectrum,Thoracic,130000,139999,1/1/2022,1,2022,"8, 8, 8, 16, 16, 16, 16, 16, 17, 16, 16, 17, 16, 16, 17, 16, 16, 17, 16, 16, 17, 16, 16, 17","1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24" +MCC2: Corewell,2,Corewell,Thoracic,130000,139999,1/1/2022,1,2022,"8, 8, 8, 16, 16, 16, 16, 16, 17, 16, 16, 17, 16, 16, 17, 16, 16, 17, 16, 16, 17, 16, 16, 17","1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24" MCC1: Rush,1,Rush,Thoracic,140000,149999,,,,, MCC2: HFHS ,2,HFHS,TKA,150000,159999,,,,, MCC1: University of Chicago,1,University of Chicago,Thoracic,160000,169999,,,,, +MCC2: Corewell,2,Corewell,TKA,180000,189999,,,,, + diff --git a/src/data/imaging/imaging-log-latest.csv b/src/data/imaging/imaging-log-latest.csv index fa37050..870483c 100644 --- a/src/data/imaging/imaging-log-latest.csv +++ b/src/data/imaging/imaging-log-latest.csv @@ -1,594 +1,1830 @@ -site,subject_id,visit,T1 Indicated,T1 Received,DWI Indicated,DWI Received,fMRI Individualized Pressure Indicated,fMRI Individualized Pressure Received,fMRI Standard Pressure Indicated,fMRI Standard Pressure Received,1st Resting State Indicated,1st Resting State Received,2nd Resting State Indicated,2nd Resting State Received,fMRI T1 Tech Rating,Cuff1 QST Pressure,Cuff1 Recalibrated Pressure,Cuff1 Applied Pressure,dicom,bids,bids_validation,fmriprep_anat,fmriprep_cuff,fmriprep_rest,mriqc_anat,mriqc_cuff,mriqc_rest,qsiprep,cat12,acquisition_week,Surgical site pain rest,Body pain rest,Surgical site pain after first scan,Body pain after first scan,Cuff pain after first scan,Cuff pain cuff1 beginning,Cuff pain cuff1 middle,Cuff pain cuff1 end,Cuff pain cuff2 beginning,Cuff pain cuff2 middle,Cuff pain cuff2 end,Cuff pain rest beginning,Cuff pain rest middle,Cuff pain rest end,Surgical site pain after last scan,Body pain after last scan,Cuff contraindicated,Surgery Week -UI,10003,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,2021-03-29,0.0,0.0,0.0,0.0,0.0,0.0,2.0,3.0,,,,0.0,0.0,0.0,0.0,2.0,0,2021-04-19 -UI,10003,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,70,,70,1,1,1,1,1,1,1,1,1,1,1,2021-07-19,0.0,1.5,0.0,2.0,0.0,2.0,3.0,3.0,,,,0.0,0.0,0.0,0.0,4.0,0,2021-04-19 -UI,10005,V1,1,1,0,0,0,0,0,0,0,0,0,0,2,190,,190,1,1,1,1,na,na,1,na,na,na,1,2021-04-05,,,,,,,,,,,,,,,,,0,2021-04-12 -UI,10008,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,2021-03-29,0.0,1.0,0.0,4.0,0.0,4.0,5.0,6.0,,,,1.0,3.0,4.0,1.0,4.0,0,2021-04-12 -UI,10008,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,75,,75,1,1,1,1,1,1,1,1,1,1,1,2021-07-19,5.0,6.0,0.0,6.0,0.0,3.0,0.0,1.0,,,,2.0,0.0,0.0,2.0,6.0,0,2021-04-12 -UI,10009,V1,1,1,0,0,0,0,0,0,0,0,0,0,3,85,,85,1,1,1,1,na,na,1,na,na,na,1,2021-04-05,,,,,,,,,,,,,,,,,0, -UI,10010,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,2021-04-12,1.0,0.0,1.0,0.0,0.0,3.0,6.0,7.0,4.5,4.0,3.5,0.0,0.0,0.0,1.0,0.0,1,2021-04-19 -UI,10010,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,70,80,80,1,1,1,1,1,1,1,1,1,1,1,2021-07-19,0.0,0.0,0.0,0.0,0.0,5.0,4.0,3.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-04-19 -UI,10011,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,155,,155,1,1,1,1,1,1,1,1,1,1,1,2021-04-05,1.5,0.0,1.0,0.0,0.0,9.0,8.5,8.5,9.0,6.0,3.0,0.0,0.0,0.0,0.5,0.0,1,2021-04-19 -UI,10011,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,175,,175,1,1,1,1,1,1,1,1,1,1,1,2021-07-26,0.0,0.0,0.0,0.0,0.0,0.0,4.0,5.0,1.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,1,2021-04-19 -UI,10013,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,60,,60,1,1,1,1,1,1,1,1,1,1,1,2021-04-19,0.0,0.0,0.0,0.0,6.0,4.0,5.0,5.5,,,,0.0,0.0,0.0,0.0,0.0,0,2021-05-10 -UI,10013,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,90,110,110,1,1,1,1,1,1,1,1,1,1,1,2021-08-09,0.0,0.0,0.0,0.0,0.0,0.0,6.0,8.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-05-10 -UI,10014,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,2021-05-03,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,,,,0.0,0.0,0.0,0.0,4.0,0,2021-05-03 -UI,10014,V3,1,1,1,1,0,0,0,0,0,0,0,0,3,60,50,50,1,1,1,1,na,na,1,na,na,1,1,2021-08-09,,,,,,,,,,,,,,,,,0,2021-05-03 -UI,10015,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,150,115,115,1,1,1,1,1,1,1,1,1,1,1,2021-04-19,3.0,3.0,3.0,4.0,4.0,6.0,7.0,7.0,,,,6.0,6.0,6.0,0.0,4.0,0,2021-05-17 -UI,10015,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,140,95,95,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,4.0,0.0,0.0,0.0,4.0,3.0,3.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-05-17 -UI,10017,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,91,,91,1,1,1,1,1,1,1,1,1,1,1,2021-04-19,5.0,6.0,8.0,8.0,4.0,10.0,6.0,3.0,,,,7.0,4.5,6.5,7.0,8.0,0,2021-05-03 -UI,10020,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,120,115,115,1,1,1,1,1,1,1,1,1,1,1,2021-04-26,0.0,2.0,0.0,2.0,0.0,4.0,5.0,5.0,,,,0.0,0.0,0.0,2.0,3.0,0,2021-05-03 -UI,10023,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,135,135,1,1,1,1,1,1,1,1,1,1,1,2021-05-17,0.0,1.0,0.0,1.0,0.0,6.0,6.5,6.0,5.0,6.0,6.5,2.0,4.0,1.0,0.0,3.0,1,2021-06-14 -UI,10023,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,120,,120,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,0.0,0.0,0.0,1.0,0.0,1.0,5.0,7.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-06-14 -UI,10024,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,2021-05-31,4.0,1.0,2.0,2.0,1.0,5.0,6.0,7.0,,,,2.0,2.0,2.0,3.0,2.0,0,2021-06-14 -UI,10024,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-11-01,0.0,2.0,0.0,2.0,0.0,,,,,,,0.0,0.0,0.0,0.0,2.0,1,2021-06-14 -UI,10026,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,2021-05-17,5.0,5.0,5.0,6.0,3.0,4.0,6.0,8.0,,,,3.0,3.0,3.0,4.0,7.0,0,2021-06-07 -UI,10028,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,2021-05-24,0.0,0.0,0.0,0.0,0.0,4.0,3.0,5.0,,,,0.0,0.0,0.0,0.0,1.0,0,2021-06-07 -UI,10028,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,70,80,80,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,1.0,0.0,3.0,0.0,0.0,4.5,4.5,4.5,,,,0.0,0.0,0.0,5.0,0.0,0,2021-06-07 -UI,10029,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,2021-05-31,0.0,1.0,0.0,1.0,0.0,4.0,4.0,4.0,,,,0.0,0.0,0.0,0.0,2.0,0,2021-08-16 -UI,10030,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,170,165,165,1,1,1,1,1,1,1,1,1,1,1,2021-05-17,0.0,0.0,0.0,0.0,0.0,4.0,4.0,5.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2021-05-17 -UI,10030,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,110,,110,1,1,1,1,1,1,1,1,1,1,1,2021-08-16,1.0,0.0,0.0,0.0,0.0,6.0,5.0,2.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-05-17 -UI,10031,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,115,85,85,1,1,1,1,1,1,1,1,1,1,1,2021-05-31,0.0,2.0,0.0,2.5,0.0,3.0,3.0,3.5,,,,0.0,0.0,0.0,0.0,3.0,0,2021-06-07 -UI,10031,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,125,,125,1,1,1,1,1,1,1,1,1,1,1,2021-09-20,0.0,1.0,0.0,2.0,0.0,5.0,3.0,2.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,2.0,1,2021-06-07 -UI,10032,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,140,120,120,1,1,1,1,1,1,1,1,1,1,1,2021-05-24,4.0,4.0,7.0,6.0,1.0,1.0,4.0,6.5,,,,,,,,,0,2021-06-07 -UI,10032,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,120,140,140,1,1,1,1,1,1,1,1,1,1,1,2021-09-13,3.0,4.0,7.0,7.0,0.0,3.0,6.0,7.0,2.0,4.0,7.5,,,,,,0,2021-06-07 -UI,10033,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,2021-06-14,5.0,7.0,4.0,6.0,3.0,4.0,5.0,5.0,,,,3.0,3.0,3.0,3.0,6.0,0,2021-06-28 -UI,10033,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,2.0,1.0,2.0,2.0,1.0,1.0,1.0,1.0,,,,0.0,0.0,0.0,2.0,3.0,0,2021-06-28 -UI,10034,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,140,100,100,1,1,1,1,1,1,1,1,1,1,1,2021-06-07,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-06-28 -UI,10034,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,120,80,80,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,2.0,0.0,3.5,0.0,4.0,5.0,5.0,,,,0.0,0.0,0.0,0.0,3.0,0,2021-06-28 -UI,10035,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,92,,92,1,1,1,1,1,1,1,1,1,1,1,2021-05-24,0.0,2.0,1.0,2.0,0.0,3.0,3.5,3.0,,,,0.0,0.0,0.0,0.0,1.5,0,2021-05-31 -UI,10035,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,130,130,1,1,1,1,1,1,1,1,1,1,1,2021-09-06,1.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,1,2021-05-31 -UC,10036,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,2021-06-21,6.0,3.0,2.0,3.0,5.0,2.0,6.0,5.0,2.0,5.0,8.0,2.0,4.0,6.0,7.0,5.0,1,2021-06-28 -UC,10036,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,0.0,0.0,0.0,0.0,1.0,2.5,4.0,2.0,6.0,6.0,2.0,3.0,4.5,0.0,0.0,1,2021-06-28 -UI,10037,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,65,75,75,1,1,1,1,1,1,1,1,1,1,1,2021-06-07,0.0,0.0,0.0,0.0,0.0,6.0,7.0,9.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-06-07 -UI,10037,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,125,,125,1,1,1,1,1,1,1,1,1,1,1,2021-09-20,0.0,0.0,0.0,0.0,0.0,5.0,6.0,6.0,5.0,6.0,7.0,0.0,0.0,0.0,0.0,0.0,1,2021-06-07 -UI,10038,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,2021-06-07,0.0,0.0,0.0,2.0,0.0,3.0,2.0,2.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-06-07 -UI,10038,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,95,,95,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,2.0,0.0,2.0,0.0,1.5,0.0,5.0,8.0,,,,3.0,5.0,3.0,0.0,0.0,0,2021-06-07 -UC,10040,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,2021-08-09,5.0,7.0,,,0.0,5.0,5.0,5.0,7.0,7.0,7.0,5.0,5.0,5.0,5.0,2.0,1,2021-08-16 -UI,10041,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,2021-06-14,0.5,0.5,0.5,0.5,0.5,4.0,4.0,5.0,2.0,3.0,4.0,0.5,1.0,1.0,0.0,1.0,1,2021-06-28 -UI,10041,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,150,150,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,1.0,0.0,1.0,0.0,5.0,4.0,4.5,3.0,2.0,2.0,0.0,0.0,0.0,0.0,1.0,1,2021-06-28 -NS,10042,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,311,,311,1,1,1,1,1,1,1,1,1,1,1,2021-06-07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-06-21 -UI,10044,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,140,140,1,1,1,1,1,1,1,1,1,1,1,2021-06-28,0.0,0.0,0.0,0.0,0.0,5.0,4.0,4.0,5.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,1,2021-06-28 -UI,10044,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,130,120,120,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,1.0,0.0,0.0,0.0,0.0,4.0,5.0,3.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-06-28 -UI,10045,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,145,170,170,1,1,1,1,1,1,1,1,1,1,1,2021-06-14,5.0,0.0,5.0,0.0,0.0,3.0,3.0,0.0,3.0,3.0,0.0,0.0,0.0,0.0,5.0,0.0,1,2021-06-28 -UI,10045,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-06-28 -NS,10047,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,280,290,290,1,1,1,1,1,1,1,1,1,1,1,2021-06-28,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.5,2.5,2.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2021-07-05 -NS,10047,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,210,220,220,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,1.5,1.5,1.5,0.0,0.0,0.0,0.5,0.0,1,2021-07-05 -UC,10049,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,0.0,0.0,0.0,0.0,3.5,4.0,4.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2021-08-09 -UC,10049,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,3.5,4.0,4.0,2.5,2.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-08-09 -NS,10050,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,271,,271,1,1,1,1,1,1,1,1,1,1,1,2021-06-21,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.5,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-06-28 -UI,10052,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,160,160,1,1,1,1,1,1,1,1,1,1,1,2021-06-28,0.0,0.0,0.0,0.0,0.0,4.0,3.0,2.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2021-07-12 -UI,10052,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,,140,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,0.0,2.0,0.0,2.0,0.0,0.0,2.0,5.0,1.0,3.0,3.0,0.0,0.0,0.0,0.0,2.0,1,2021-07-12 -NS,10053,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170.0,190,190,1,1,1,1,1,1,1,1,1,1,1,2021-06-21,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,4.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2021-06-28 -NS,10054,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,211,,211,1,1,1,1,1,1,1,1,1,1,1,2021-06-21,0.0,0.0,0.0,0.5,0.0,3.5,5.0,5.0,2.0,2.0,1.5,0.0,0.0,0.0,0.0,0.5,1,2021-06-28 -NS,10054,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,240,260,260,1,1,1,1,1,1,1,1,1,1,1,2021-09-20,0.0,0.0,0.0,0.0,0.0,3.5,4.5,5.0,2.0,1.5,1.0,0.0,0.0,0.0,0.0,0.0,1,2021-06-28 -UC,10055,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,0.0,7.0,0.0,6.0,0.0,4.0,6.0,6.0,3.0,4.0,4.0,3.0,1.0,0.0,0.0,5.0,1,2021-08-02 -UI,10056,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,115,130,130,1,1,1,1,1,1,1,1,1,1,1,2021-07-05,4.0,1.0,4.0,1.0,2.0,6.0,4.0,7.0,2.0,4.0,6.0,2.0,2.0,2.0,2.0,2.0,1,2021-07-12 -UI,10056,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,3.0,2.0,3.0,3.0,3.0,5.0,3.0,2.0,,,,2.0,2.0,2.0,4.0,4.0,0,2021-07-12 -UI,10057,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,2022-02-07,0.0,0.5,0.0,0.5,0.0,1.5,2.0,2.0,0.5,1.0,1.5,0.0,0.0,0.0,0.0,0.5,1,2022-02-07 -UI,10057,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,180,115,115,1,1,1,1,1,1,1,1,1,1,1,2022-06-06,0.0,0.0,0.0,0.0,0.0,3.0,2.5,2.5,,,,0.0,1.0,0.0,0.5,0.0,0,2022-02-07 -UC,10058,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,3.0,7.0,3.0,7.0,1.0,1.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,6.0,8.0,1,2021-07-26 -UC,10058,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,4.5,3.0,4.0,4.0,4.0,0.0,3.0,2.0,4.0,3.0,4.0,3.0,2.0,2.0,6.0,0.0,1,2021-07-26 -NS,10059,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,111,160,160,1,1,1,1,1,1,1,1,1,1,1,2021-07-05,0.0,0.0,0.0,0.0,0.0,4.5,4.5,4.5,2.0,4.0,4.5,0.0,0.0,0.0,0.0,0.0,1,2021-07-12 -NS,10059,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,100,100,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,1.0,1.0,0.0,0.0,0.0,4.0,5.0,5.0,5.0,4.0,4.0,0.0,0.0,0.0,0.0,2.0,1,2021-07-12 -NS,10060,V1,1,1,1,1,0,1,1,1,1,1,1,1,3,190,,190,1,1,1,1,na,1,1,na,1,1,1,2021-07-12,0.0,3.0,0.0,3.0,0.0,4.0,6.5,6.5,3.0,5.0,6.0,0.0,0.0,0.0,0.0,2.0,0,2021-07-12 -NS,10060,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,120,120,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.0,3.0,0.0,3.0,0.0,1.0,2.0,3.0,1.0,1.5,1.5,0.0,0.0,0.0,0.0,2.0,1,2021-07-12 -NS,10061,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80.0,,80.0,1,1,1,1,1,1,1,1,1,1,1,2021-07-05,0.0,1.0,1.0,1.0,0.0,4.0,5.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,1,2021-07-12 -NS,10061,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,0.0,0.0,0.0,0.0,0.0,5.0,6.0,6.0,4.0,5.0,6.0,2.0,1.0,1.0,0.0,0.0,1,2021-07-12 -UI,10062,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,190,,190,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,2.5,0.0,0.0,0.0,8.0,6.0,7.0,7.0,4.0,3.0,6.5,4.0,3.0,4.0,4.5,1,2021-07-26 -UI,10062,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,2.5,3.5,5.0,4.0,2.0,4.0,0.0,0.0,0.0,2.0,0.0,1,2021-07-26 -UI,10063,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,105,100,100,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,0.0,0.0,0.0,0.0,5.0,4.0,4.0,,,,0.0,0.0,0.0,0.0,1.0,0,2021-07-26 -UI,10063,V3,1,1,1,1,1,1,0,0,1,1,0,0,2,90,,90,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,1.0,1.0,1.0,1.0,0.0,4.0,5.0,3.0,,,,,,,0.0,0.0,0,2021-07-26 -UC,10064,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,135,,135,1,1,1,1,1,1,1,1,1,1,1,2021-07-19,0.0,3.0,3.0,4.0,0.0,4.0,4.0,4.5,4.0,3.5,3.5,0.0,0.0,0.0,4.0,0.0,1,2021-08-16 -UC,10064,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,2.0,3.5,2.0,2.0,0.0,0.0,2.0,4.0,2.5,4.0,5.0,0.0,0.0,0.0,0.0,0.0,1,2021-08-16 -UC,10066,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,0.0,4.0,0.0,0.0,0.0,3.5,3.5,3.5,5.0,5.0,0.0,,,,,,0,2021-08-09 -UC,10067,V1,1,1,1,1,0,0,0,0,1,1,0,0,,145,,145,1,1,1,1,na,1,1,na,1,1,1,2021-07-12,5.0,10.0,,,,,,,,,,,,,,,0,2021-07-19 -UC,10067,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,6.0,2.5,6.0,0.0,0.0,2.0,2.0,2.0,4.0,7.0,0.0,0.0,0.0,0.0,7.5,1,2021-07-19 -UC,10068,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,220,,220,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,0.0,0.0,0.0,0.0,1.0,3.0,2.0,1.0,1.0,2.0,3.0,0.0,1.0,2.0,0.0,2.0,1,2021-07-12 -NS,10070,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,179,210,210,1,1,1,1,1,1,1,1,1,1,1,2021-07-05,0.0,0.0,0.0,0.0,0.0,1.5,4.5,4.5,1.0,1.0,1.5,0.0,0.0,0.0,1.0,0.0,1,2021-07-12 -NS,10070,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.0,0.5,0.0,0.0,0.0,4.0,6.5,7.0,3.0,4.0,3.5,0.0,0.0,0.0,0.0,0.0,1,2021-07-12 -NS,10071,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,140,140,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,0.0,0.0,2.0,0.0,2.0,5.0,4.0,3.0,7.0,8.0,0.0,0.0,0.0,0.0,0.0,1,2021-07-19 -NS,10071,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,170,170,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,0.0,3.0,0.0,3.0,0.0,1.0,3.0,2.0,1.0,3.0,1.0,1.0,2.0,1.0,0.0,1.0,1,2021-07-19 -UI,10072,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,0.0,0.0,0.0,0.0,6.0,5.0,4.0,4.0,5.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2021-08-02 -UI,10072,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,150,165,165,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,0.0,0.0,0.0,0.0,5.0,6.0,5.0,3.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-08-02 -NS,10073,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,210,,210,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,5.0,5.0,4.0,6.0,0.0,7.0,7.0,6.0,2.0,3.0,2.0,0.0,0.0,0.0,3.0,7.0,1,2021-07-19 -NS,10073,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,0,1,1,1,2021-10-25,1.0,5.0,1.0,4.0,0.0,4.0,5.0,5.0,3.0,3.0,3.0,0.0,0.0,0.0,1.0,5.0,1,2021-07-19 -NS,10074,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-07-26,0.0,3.0,0.0,3.0,0.0,,,,,,,,,,0.0,2.5,1,2021-08-02 -NS,10075,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,2021-07-19,0.0,2.0,0.0,3.0,0.0,1.0,5.0,9.0,1.0,4.0,6.0,0.0,0.0,0.0,0.0,3.0,1,2021-08-02 -NS,10075,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,0.5,1.0,0.5,2.0,0.0,0.5,3.0,5.5,0.5,2.0,4.0,0.0,0.0,0.0,0.0,1.0,1,2021-08-02 -NS,10076,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,150,150,1,1,1,1,1,1,1,1,1,1,1,2021-07-26,4.0,1.0,3.0,1.0,0.0,7.0,8.5,9.5,5.0,5.0,5.0,0.0,0.0,0.0,5.0,0.0,1,2021-08-02 -NS,10076,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,2021-11-22,1.0,0.0,0.0,0.0,0.0,2.0,2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2021-08-02 -NS,10077,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,2021-07-26,7.0,8.0,7.0,9.0,3.0,3.0,4.0,5.0,5.0,6.0,7.0,5.0,6.0,8.0,2.0,9.5,1,2021-07-26 -NS,10077,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,5.0,7.0,3.0,7.0,6.0,5.0,5.0,6.0,4.0,4.0,7.0,4.0,4.0,6.0,5.0,7.0,1,2021-07-26 -NS,10080,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,2021-07-19,0.0,1.0,0.0,2.0,0.0,1.0,4.0,6.0,1.0,3.0,3.0,0.0,0.0,0.0,0.0,4.0,1,2021-08-02 -NS,10080,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,230,210,210,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,0.0,0.0,0.0,0.0,6.5,8.0,9.0,4.0,6.0,8.0,1.0,1.0,1.0,0.0,2.0,1,2021-08-02 -UI,10082,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,1.0,0.0,0.0,1.0,0.0,4.0,6.0,10.0,3.0,5.0,7.0,3.0,5.0,7.0,0.0,1.0,1,2021-08-16 -UI,10082,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2021-11-15,2.0,6.0,2.0,5.0,0.0,,,,,,,0.0,0.0,0.0,1.0,5.0,1,2021-08-16 -NS,10085,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,120,120,1,1,1,1,1,1,1,1,1,1,1,2021-07-26,0.0,1.0,0.0,1.0,0.0,8.0,7.0,8.0,6.0,8.0,7.5,0.0,0.0,0.0,1.0,1.0,1,2021-08-02 -NS,10085,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,1.0,0.0,5.0,4.0,3.0,4.0,6.0,5.0,0.0,0.0,0.0,0.0,1.0,1,2021-08-02 -NS,10086,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-08-02,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-08-09 -UI,10087,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,70,100,100,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,6.0,5.5,6.0,2.0,4.0,4.5,4.5,4.5,,,,0.0,0.0,0.0,7.5,2.5,0,2021-08-16 -UI,10087,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,175,175,1,1,1,1,1,1,1,1,1,1,1,2021-12-13,0.0,3.0,0.0,2.0,0.0,3.0,3.0,2.0,3.0,2.0,2.0,2.0,1.0,1.0,1.0,3.0,1,2021-08-16 -UI,10088,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,2021-08-16,0.0,2.0,0.0,4.0,4.0,1.0,3.5,4.0,,,,3.0,3.0,3.0,0.0,5.0,0,2021-08-16 -UI,10088,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2021-11-29,0.0,4.0,0.0,3.0,0.0,,,,,,,0.0,0.0,0.0,0.0,3.0,1,2021-08-16 -UI,10089,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-08-02,6.5,5.0,6.5,0.0,0.0,,,,,,,,,,,,1,2021-08-09 -UI,10089,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2021-11-22,5.0,0.0,0.0,5.0,,,,,,,,,,,6.0,7.5,1,2021-08-09 -UI,10090,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,65,80,80,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,0.0,0.5,0.0,0.5,0.0,1.0,1.0,0.5,,,,0.5,0.5,0.5,0.0,0.0,0,2021-08-09 -UI,10090,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,140,140,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,4.0,4.5,5.0,3.0,3.0,3.5,0.5,0.5,0.5,0.0,0.0,1,2021-08-09 -NS,10092,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,200,200,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,1.0,3.0,1.0,4.0,0.0,3.0,5.0,6.5,3.0,3.0,3.0,1.0,1.0,1.0,1.0,3.0,1,2021-08-02 -NS,10092,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,0,1,1,1,1,1,1,2021-11-29,0.0,1.0,0.0,2.0,0.0,4.0,6.0,6.0,3.0,3.0,3.0,1.0,1.0,1.0,0.0,1.0,1,2021-08-02 -NS,10093,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,240,280,280,1,1,1,1,1,1,1,1,1,1,1,2021-08-09,0.0,0.0,0.0,0.0,0.0,3.0,3.5,3.5,0.0,1.5,1.5,0.0,0.0,0.0,1.0,0.0,1,2021-08-16 -NS,10093,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,200,200,1,1,1,1,1,1,1,1,1,1,1,2021-12-06,0.0,0.0,0.0,0.0,0.0,2.5,3.0,3.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-08-16 -NS,10094,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-08-02,1.0,0.0,1.0,2.0,,,,,,,,,,,1.0,2.0,1,2021-08-09 -NS,10095,V1,1,1,1,1,0,1,1,1,1,1,1,1,3,210,220,220,1,1,1,1,na,1,1,na,1,1,1,2021-08-02,0.0,0.0,0.0,0.0,0.0,7.0,8.0,,4.5,4.5,5.0,0.0,0.0,0.0,1.0,0.0,0,2021-08-16 -NS,10095,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,170,170,1,1,1,1,1,1,1,1,1,1,1,2021-11-22,0.0,0.0,0.0,0.0,0.0,3.0,5.0,6.0,2.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2021-08-16 -UI,10097,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,110,85,85,1,1,1,1,1,1,1,1,1,1,1,2021-08-09,0.0,1.0,1.0,1.0,0.0,4.0,5.0,6.0,,,,1.0,1.0,0.0,1.0,1.0,0,2021-10-18 -NS,10100,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-08-09,0.0,0.0,3.0,0.0,,,,,,,,,,,3.0,3.0,1,2021-08-16 -NS,10101,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,140,140,1,1,1,1,1,1,1,1,1,1,1,2021-08-16,0.0,1.0,1.0,1.0,0.5,0.5,4.0,8.0,1.5,4.5,8.0,2.0,2.0,2.0,2.0,2.0,1,2021-08-30 -NS,10101,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-12-06,1.0,3.0,1.0,3.0,0.0,,,,,,,0.0,0.0,0.0,1.0,3.0,1,2021-08-30 -UC,10102,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,2021-08-23,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,0.0,6.0,0.0,0.0,0.0,0.0,0.0,2.0,1,2021-09-06 -UC,10102,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,0.0,0.0,0.0,0.0,0.0,0.0,4.0,5.0,0.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-09-06 -UC,10103,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-10-11 -UC,10103,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,0,1,1,1,1,1,1,2022-02-14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-10-11 -NS,10104,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-08-16,2.0,0.5,2.5,2.0,2.5,,,,,,,,,,3.0,1.5,1,2021-09-06 -NS,10104,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-12-13,0.0,2.0,0.0,3.0,0.0,,,,,,,0.0,0.0,0.0,1.0,3.0,1,2021-09-06 -NS,10105,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-08-16,0.0,0.5,0.0,0.0,,,,,,,,,,,0.0,0.0,1,2021-08-30 -NS,10105,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-12-06,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-08-30 -UI,10106,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,130,150,150,1,1,1,1,1,1,1,1,1,1,1,2021-08-23,2.0,0.0,0.0,0.0,0.0,1.5,1.0,0.5,0.5,0.5,0.0,,,,0.0,1.0,0,2021-09-06 -UI,10106,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,135,135,1,1,1,1,1,1,1,1,1,1,1,2021-12-20,0.0,0.0,0.0,0.0,0.0,2.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2021-09-06 -UI,10107,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,100,85,85,1,1,1,1,1,1,1,1,1,1,1,2021-08-16,0.0,0.0,0.0,4.0,0.0,6.0,7.0,6.0,,,,0.0,0.0,0.0,0.0,4.0,0,2021-09-13 -UI,10107,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,2021-12-13,0.0,0.0,0.0,0.0,0.0,5.0,7.0,7.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-09-13 -UI,10108,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,110,85,85,1,1,1,1,1,1,1,1,1,1,1,2021-08-16,2.0,0.0,1.0,0.0,0.0,6.0,4.0,1.0,,,,4.0,0.0,0.0,1.0,8.0,0,2021-10-04 -UI,10108,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,155,155,1,1,1,1,1,1,1,1,1,1,1,2022-01-10,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.5,1.0,2.0,0.0,0.0,0.0,4.0,0.0,1,2021-10-04 -UI,10109,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,60,95,95,1,1,1,1,1,1,1,1,1,1,1,2021-08-30,3.0,2.0,4.0,2.0,1.0,2.0,4.0,3.0,,,,1.0,1.0,1.0,1.0,2.0,0,2021-09-13 -UI,10109,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,80,100,100,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,0.0,0.0,0.0,0.0,0.0,3.0,3.0,5.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-09-13 -UI,10110,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,2021-09-20,0.0,0.0,0.0,0.0,0.0,4.0,4.5,4.5,3.0,3.5,3.5,0.0,0.0,0.0,0.0,0.0,1,2021-10-11 -UI,10110,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,2022-03-07,0.0,0.0,0.0,0.0,0.0,4.0,5.0,4.5,3.0,3.0,4.0,0.0,0.0,0.0,1.0,1.0,1,2021-10-11 -NS,10111,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,100,100,1,1,1,1,1,1,1,1,1,1,1,2021-08-30,0.0,2.0,0.0,0.0,0.0,2.5,3.0,3.0,5.0,4.0,4.5,1.5,0.0,0.0,0.0,1.5,1,2021-09-13 -NS,10112,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,134,110,110,1,1,1,1,1,1,1,1,1,1,1,2021-08-23,0.0,1.0,0.0,1.0,0.0,3.0,3.0,3.0,3.0,3.5,3.5,0.0,0.0,0.0,0.0,1.0,1,2021-09-13 -NS,10112,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-12-13,0.0,0.5,0.0,0.5,0.0,,,,,,,0.0,0.0,0.0,0.0,0.5,1,2021-09-13 -NS,10113,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,200,200,1,1,1,1,1,1,1,1,1,1,1,2021-09-06,0.0,0.0,0.0,0.0,0.0,5.0,4.5,4.0,1.0,0.5,1.0,0.0,0.0,0.0,0.0,1.0,1,2021-09-13 -NS,10113,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,70,,70,1,1,1,0,na,0,1,na,1,1,1,2021-12-13,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,0,2021-09-13 -NS,10117,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,2021-08-23,0.0,0.5,0.0,0.5,0.0,4.0,5.0,6.5,2.0,3.0,4.0,0.0,0.0,0.0,0.0,2.0,1,2021-08-30 -NS,10117,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2021-12-06,3.0,0.0,2.0,0.0,0.0,2.0,4.0,6.0,2.0,4.0,6.0,0.0,0.0,0.0,1.0,0.0,1,2021-08-30 -NS,10118,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,118,130,130,1,1,1,1,1,1,1,1,1,1,1,2021-08-30,0.0,1.0,0.0,0.0,0.0,4.5,4.0,4.0,3.0,2.5,2.0,0.5,0.5,0.5,0.0,1.0,1,2021-09-06 -UC,10119,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,5.0,0.0,5.0,0.0,0.0,5.0,5.0,5.0,5.0,5.0,5.0,5.0,5.0,5.0,5.0,7.0,1,2021-10-04 -UC,10120,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,250,,250,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,0.0,2.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-08 -UC,10120,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,1.0,0.0,1.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1,2021-11-08 -UI,10121,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,130,80,80,1,1,1,1,1,1,1,1,1,1,1,2021-08-30,0.0,5.0,0.0,5.0,0.0,1.0,2.0,5.0,,,,1.0,0.0,0.0,5.0,5.0,0,2021-09-06 -NS,10122,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,100,100,1,1,1,1,1,1,1,1,1,1,1,2021-08-30,0.0,6.0,0.0,7.0,0.0,2.5,2.5,1.0,3.5,4.0,3.5,1.0,0.5,0.0,0.0,6.0,1,2021-09-13 -NS,10122,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,2021-12-20,0.0,2.0,0.0,4.0,1.0,4.0,3.0,2.0,5.0,3.5,1.0,1.0,1.0,0.0,0.0,4.0,1,2021-09-13 -UI,10123,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,2021-09-06,0.0,0.0,0.0,0.0,0.0,2.0,4.0,5.5,,,,0.0,0.0,0.0,0.0,0.0,0,2021-09-13 -UI,10123,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,2021-12-20,0.0,0.0,0.0,0.0,0.0,0.0,1.0,2.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,1,2021-09-13 -UI,10125,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,115,,115,1,1,1,1,1,1,1,1,1,1,1,2021-09-06,0.0,0.0,0.0,0.0,0.0,5.0,5.0,6.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-09-13 -UI,10125,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,,140,1,1,1,1,0,1,1,1,1,1,1,2021-12-13,2.0,0.0,2.0,0.0,0.0,4.0,5.0,5.0,3.0,4.0,5.0,0.0,0.0,0.0,0.0,0.0,1,2021-09-13 -UI,10126,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,100,70,70,1,1,1,1,1,1,1,1,1,1,1,2021-09-20,0.0,0.0,0.0,0.0,0.0,5.5,2.0,4.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-10-11 -UI,10127,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,105,,105,1,1,1,1,1,1,1,1,1,1,1,2021-09-13,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-09-13 -NS,10128,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,150,150,1,1,1,1,1,1,1,1,1,1,1,2021-09-06,0.0,1.0,0.0,2.0,0.0,1.0,5.0,7.5,0.0,5.0,6.0,0.0,0.0,0.0,1.0,2.0,1,2021-09-20 -UI,10129,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,2021-09-13,2.0,2.0,1.0,2.0,2.0,3.0,7.0,5.5,2.5,4.5,4.0,,,,,,0,2021-09-27 -UI,10129,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,1,1,1,1,1,1,1,1,2022-01-03,1.0,3.0,1.0,3.0,2.0,3.0,7.0,5.0,3.0,6.0,5.0,2.5,2.0,1.5,1.0,3.5,1,2021-09-27 -UI,10130,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,80,110,110,1,1,1,1,1,1,1,1,1,1,1,2021-09-06,2.0,2.0,2.0,2.0,1.0,4.0,4.0,2.0,,,,2.0,2.0,2.0,2.0,2.0,0,2021-09-13 -UI,10130,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,120,,120,1,1,1,1,1,1,1,1,1,1,1,2022-01-03,2.0,2.0,2.0,2.0,0.0,4.0,4.0,4.0,,,,0.0,0.0,0.0,2.0,2.0,0,2021-09-13 -UC,10132,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,2021-09-13,0.0,0.0,0.0,0.0,0.0,3.5,4.0,2.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-09-20 -UC,10133,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,155,,155,1,1,1,1,1,1,1,1,1,1,1,2021-09-06,0.0,0.0,0.0,1.0,0.0,4.0,4.5,4.5,3.5,3.5,3.5,1.5,1.5,1.5,0.0,0.0,1,2021-09-06 -UI,10134,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,40,,40,1,1,1,1,na,1,1,na,1,1,1,2021-09-13,5.0,5.0,5.0,5.0,0.0,,,,,,,0.0,0.0,0.0,5.0,6.0,0,2021-09-20 -UI,10134,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-01-03,5.0,5.0,5.0,5.0,0.0,,,,,,,0.0,0.0,0.0,3.0,3.0,1,2021-09-20 -UC,10135,V1,1,1,1,1,1,1,0,0,1,1,1,1,,90,,90,1,1,1,1,1,1,1,1,1,1,1,2021-12-06,,,,,,,,,,,,0.0,0.0,0.0,6.0,7.0,0,2021-09-27 -NS,10137,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-09-20,1.0,3.0,1.0,3.0,0.0,,,,,,,0.0,0.0,0.0,1.0,4.0,1,2021-09-27 -NS,10138,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-09-13,1.0,1.0,1.0,1.0,1.0,,,,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1,2021-09-20 -NS,10139,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,2021-09-13,1.0,2.0,2.0,2.0,0.0,3.0,8.5,4.5,3.0,3.0,2.5,0.0,0.0,0.0,3.0,2.0,1,2021-09-27 -NS,10141,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,70,,70,1,1,1,1,na,1,1,na,1,1,1,2021-09-13,5.0,5.0,4.5,5.0,4.5,,,,,,,,,,6.0,6.0,0,2021-09-20 -UI,10144,V1,1,1,1,1,1,1,1,1,1,1,1,1,1,160,,160,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,0.0,0.0,2.0,1.0,2.0,5.0,6.0,7.0,3.0,4.5,6.0,1.0,2.0,2.0,0.0,0.0,1,2021-10-18 -UI,10144,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,150,150,1,1,1,1,1,1,1,1,1,1,1,2022-01-31,0.0,0.0,0.0,0.0,0.0,1.0,3.0,6.0,1.0,5.0,7.0,0.0,0.0,0.0,0.0,1.0,1,2021-10-18 -NS,10145,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2021-09-13,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-09-27 -UC,10147,V1,1,1,1,1,0,0,0,0,0,0,0,0,3,110,,110,1,1,1,1,na,na,1,na,na,1,1,2021-10-18,9.0,,,,,,,,,,,,,,,,0,2021-10-25 -UC,10147,V3,1,1,1,1,0,0,0,0,0,0,0,0,3,90,,90,1,1,1,1,na,na,1,na,na,1,1,2022-02-07,0.0,8.0,,,,,,,,,,,,,,,0,2021-10-25 -UI,10149,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,170,,170,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,0.0,0.0,0.0,0.0,0.0,3.5,3.5,2.5,2.0,1.5,1.0,0.0,0.0,0.0,0.0,0.0,1,2021-10-04 -UI,10150,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,105,,105,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,0.0,0.0,1.0,0.0,4.0,2.0,2.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-10-18 -UI,10150,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,0.0,0.5,0.0,0.0,0.0,2.5,4.0,8.0,,,,2.0,5.0,7.0,0.0,1.5,0,2021-10-18 -NS,10151,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,220,220,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,0.0,1.0,0.0,1.0,0.0,3.0,6.0,8.0,3.0,5.0,7.0,0.0,0.0,0.0,0.5,0.5,1,2021-09-27 -UC,10153,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,2021-11-22,8.0,0.0,5.0,0.0,0.0,3.0,2.5,2.5,1.0,1.0,1.0,0.0,0.0,0.0,5.0,0.0,1,2021-11-29 -UI,10154,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,200,200,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,0.0,0.0,0.0,0.0,2.5,3.0,2.0,0.5,0.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2022-01-17 -UI,10155,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,110,90,90,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,6.0,6.0,8.5,9.0,7.0,10.0,9.0,10.0,,,,,,,,,0,2021-10-04 -UI,10156,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,0.0,0.0,2.0,2.0,2.0,5.0,6.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-10-11 -UI,10156,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,75,90,90,1,1,1,1,1,1,1,1,1,1,1,2022-01-31,1.0,2.0,0.0,1.0,1.0,6.0,8.0,7.0,,,,0.0,0.0,0.0,0.0,1.0,0,2021-10-11 -NS,10157,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,150,150,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,0.0,0.5,0.0,0.5,0.0,5.0,5.0,4.5,4.0,3.0,3.5,0.0,0.0,0.0,0.0,0.5,1,2021-10-04 -NS,10158,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-09-27,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,1.0,1.0,1,2021-10-18 -UI,10159,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,130,130,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.0,3.0,0.0,2.0,0.0,4.0,6.0,7.0,3.0,3.0,5.0,2.0,2.0,2.0,0.0,4.0,1,2021-10-25 -UI,10159,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,150,150,1,1,1,1,1,1,1,1,1,1,1,2022-02-07,0.0,3.0,1.0,3.0,0.0,4.0,5.0,5.0,3.0,4.0,3.0,0.0,0.0,0.0,1.0,3.0,1,2021-10-25 -NS,10160,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,0.0,0.0,0.0,0.0,0.0,7.0,7.0,7.0,7.0,7.0,7.5,7.0,7.0,7.5,0.0,3.0,1,2021-10-04 -NS,10161,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-10-04,0.0,2.0,0.0,2.0,0.0,,,,,,,0.0,0.0,0.0,2.0,2.0,1,2021-10-11 -NS,10162,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,260,190,190,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,0.0,0.0,1.0,0.0,3.0,2.0,5.0,2.0,3.0,3.0,0.0,0.0,0.0,0.0,1.5,1,2021-10-04 -NS,10163,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,70,,70,1,1,1,1,na,1,1,na,1,1,1,2021-10-04,4.0,0.0,5.0,0.0,0.0,,,,,,,,,,5.0,0.0,0,2021-10-11 -NS,10165,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-10-04,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-10-11 -NS,10166,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.0,2.0,1.0,3.0,1.0,6.0,6.5,7.0,5.0,7.0,8.5,2.0,2.0,2.0,1.0,4.0,1,2021-10-25 -NS,10167,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,170,170,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,0.0,0.0,0.0,0.0,2.0,5.0,6.0,2.0,2.0,3.0,0.0,0.0,0.0,1.0,0.0,1,2021-10-18 -NS,10168,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,0.0,0.0,0.0,0.0,4.0,5.5,3.5,3.0,4.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-10-18 -UI,10169,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-03-07,7.0,0.0,8.0,5.0,0.0,,,,,,,0.0,0.0,0.0,9.0,4.0,1,2021-10-25 -NS,10170,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.5,0.5,0.0,0.5,0.0,8.0,6.0,6.0,5.0,4.0,3.0,0.0,0.0,0.0,0.5,0.5,1,2021-11-01 -NS,10171,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-10-18,0.0,0.0,0.0,0.0,,,,,,,,,,,0.0,0.0,1,2021-11-01 -UI,10173,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,3.0,7.0,2.0,6.5,1.0,6.0,7.5,5.5,,,,1.0,0.5,1.0,3.0,9.0,0,2021-10-18 -UI,10173,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,70,82,82,1,1,1,1,1,1,1,1,1,1,1,2022-02-07,2.0,3.0,1.5,3.0,1.0,3.0,4.0,3.0,,,,0.0,0.0,0.0,2.5,3.5,0,2021-10-18 -UI,10174,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,140,140,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,2.0,0.0,0.0,0.0,3.0,4.0,4.0,2.0,2.0,2.5,0.0,0.0,0.0,0.0,0.0,1,2021-10-18 -UI,10174,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,180,190,190,1,1,1,1,1,1,1,1,1,1,1,2022-01-24,2.0,0.0,2.0,0.0,0.0,3.5,4.0,4.0,0.5,0.5,1.0,0.0,0.0,0.0,2.0,0.0,1,2021-10-18 -NS,10175,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,0.0,0.0,0.0,0.0,3.5,3.5,3.5,4.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-10-11 -NS,10177,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,130,130,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.0,1.5,0.0,0.5,0.0,3.0,3.0,3.0,2.5,2.5,2.5,0.0,0.0,0.0,0.0,1.0,1,2021-11-01 -NS,10179,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,1.0,0.0,2.0,0.0,5.0,5.0,4.0,3.0,2.5,1.5,0.0,0.0,0.0,0.0,2.0,1,2021-10-25 -NS,10180,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,70,,70,1,1,1,1,na,1,1,na,1,1,1,2021-10-25,0.0,1.0,0.0,3.0,0.0,,,,,,,,,,0.0,2.0,0,2021-11-01 -NS,10182,V1,1,1,1,1,0,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,na,1,1,na,1,1,1,2021-10-25,0.0,0.0,0.0,0.0,0.0,7.0,,,0.0,5.0,5.5,0.0,0.0,0.0,1.5,2.0,0,2021-11-08 -NS,10182,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,130,130,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,0.0,0.0,0.0,0.0,0.0,2.0,3.0,4.0,2.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-08 -NS,10185,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,150,150,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,3.0,1.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-08 -NS,10185,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,190,190,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,0.0,0.0,0.0,0.0,0.0,0.0,3.0,6.0,0.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-08 -UI,10188,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,130,150,150,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,10.0,9.0,10.0,9.0,0.0,4.0,6.0,8.0,8.0,,,,,,,,0,2022-04-04 -UI,10188,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-07-04,9.0,5.0,10.0,7.0,,,,,,,,,,,,,1,2022-04-04 -UI,10189,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2021-10-25,3.0,6.0,3.0,6.0,4.0,,,,,,,,,,3.0,6.0,1,2021-10-25 -NS,10190,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-10-18,0.0,4.5,0.0,7.5,0.0,,,,,,,0.0,0.0,0.0,0.0,8.0,1,2021-10-25 -NS,10191,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,110,110,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,1.0,0.0,1.0,0.0,0.0,2.0,8.0,8.0,1.0,8.0,8.0,2.0,2.0,2.0,1.0,0.0,1,2021-11-01 -NS,10192,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,0.0,0.0,0.0,0.0,0.0,4.5,5.0,5.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-08 -NS,10192,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-08 -NS,10194,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,150,150,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,0.0,0.0,0.0,0.0,0.0,3.0,5.0,1.0,3.0,3.0,1.0,0.0,0.0,0.0,0.0,1,2021-11-15 -UI,10195,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,,1,1,1,1,na,1,1,na,1,1,1,2021-10-18,0.0,0.0,1.0,3.0,,,,,,,,,,,,,1,2021-11-01 -UI,10196,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-11-08,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-11-15 -UI,10196,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-03-07,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-11-15 -NS,10197,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-10-18,3.0,1.0,3.0,0.0,,,,,,,,,,,2.5,0.5,1,2021-10-25 -NS,10198,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-11-08,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-11-15 -UI,10200,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,155,155,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.5,0.0,0.5,0.0,0.0,4.0,6.0,5.0,3.0,5.0,5.0,0.0,0.0,0.0,0.0,0.5,1,2021-11-08 -UI,10200,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,140,190,190,1,1,1,1,1,1,1,1,1,1,1,2022-02-14,0.0,0.0,0.0,0.0,0.0,6.0,8.0,8.0,5.0,6.0,6.5,,,,,,0,2021-11-08 -UC,10201,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,9.0,8.0,7.0,9.0,6.0,9.0,7.0,6.0,9.0,7.0,6.0,9.0,7.0,6.0,8.0,7.0,1,2021-11-01 -NS,10202,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,2.0,3.0,1.0,3.0,0.0,1.0,3.0,6.0,2.0,5.0,7.5,,,,,,0,2021-11-22 -NS,10203,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,2.0,2.0,1.5,1.5,1.0,4.0,5.0,5.5,5.0,6.0,6.5,2.0,1.5,1.5,1.0,1.5,1,2021-11-01 -NS,10205,V1,0,0,0,0,0,0,0,0,0,0,1,1,3,,,,1,1,1,0,na,na,0,na,na,na,0,2021-11-08,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,1.5,1,2021-11-15 -NS,10205,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-02-14,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-11-15 -NS,10206,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,120,120,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,1.0,1.0,0.0,0.0,0.0,2.0,4.0,0.0,1.0,4.0,0.0,0.0,0.0,0.0,0.0,1.0,1,2021-11-01 -NS,10207,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,130,130,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,0.0,0.0,0.0,0.0,0.0,3.0,4.0,5.0,3.0,4.0,5.0,0.0,2.0,1.0,0.5,1.0,1,2021-11-15 -UI,10209,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,1.0,2.0,1.0,2.0,0.0,4.0,4.5,5.0,,,,0.0,0.0,0.0,1.0,2.0,0,2021-12-13 -NS,10211,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,1.0,1.0,1.0,1.0,1.0,1.0,4.0,6.5,1.0,4.0,7.0,1.0,2.0,2.0,2.0,2.0,1,2021-11-15 -NS,10211,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,1.0,1.0,1.0,1.0,1.0,1.0,4.0,7.0,4.0,6.0,7.5,1.0,5.0,7.0,2.0,2.0,1,2021-11-15 -NS,10212,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,70,,70,1,1,1,1,na,1,1,na,1,1,1,2021-11-15,0.0,0.0,4.0,0.0,9.5,,,,,,,2.0,2.0,2.0,7.0,7.0,0,2021-12-06 -UI,10213,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,4.0,0.0,4.0,0.0,0.0,1.5,2.0,2.0,0.0,3.0,3.0,0.0,0.0,0.0,3.0,0.0,1,2022-01-24 -UI,10213,V3,1,1,1,1,1,1,1,1,1,1,0,0,3,180,200,200,1,1,1,1,1,1,1,1,1,1,1,2022-05-09,0.0,0.0,0.0,0.0,0.0,1.5,1.5,1.5,0.0,0.0,0.0,,,,,,0,2022-01-24 -UI,10214,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,3.5,3.5,4.5,4.5,0.0,5.0,7.0,8.5,,,,0.0,0.0,0.0,3.5,3.5,0,2022-07-18 -NS,10215,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,160,160,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,0.0,2.0,0.0,3.5,0.0,3.5,6.0,7.5,1.0,3.0,3.5,0.5,0.0,0.0,0.0,1.5,1,2021-11-15 -UI,10216,V1,1,1,1,1,0,0,0,0,1,1,0,0,1,,,,1,1,1,1,na,1,1,na,1,1,1,2021-11-08,7.0,5.0,0.0,0.0,0.0,,,,,,,,,,,,1,2021-11-15 -UI,10217,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,2022-03-21,0.0,0.0,0.0,0.0,0.0,0.0,5.0,6.0,3.0,5.0,7.0,5.0,3.0,0.0,0.0,0.0,1,2021-11-22 -UI,10218,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,110,80,80,1,1,1,1,1,1,1,1,1,1,1,2021-11-22,2.0,1.0,2.0,2.0,0.0,1.0,1.0,1.0,,,,2.5,2.5,2.5,3.0,7.0,0,2021-11-29 -UI,10218,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,110,75,75,1,1,1,1,na,1,1,na,1,1,1,2022-03-14,0.0,0.0,0.0,2.0,0.0,,,,,,,0.0,0.0,0.0,1.0,0.0,0,2021-11-29 -UI,10219,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,150,150,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-22 -UI,10219,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,180,170,170,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,2.0,3.0,4.0,1.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-22 -NS,10220,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-11-22,0.0,1.0,1.0,1.5,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-11-29 -NS,10220,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,2022-03-07,0.0,2.0,0.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,1,2021-11-29 -NS,10221,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,2.0,4.0,2.0,4.0,0.0,2.0,3.0,2.0,4.0,7.0,6.0,2.0,3.0,2.0,3.0,4.0,1,2021-11-29 -UI,10222,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2021-12-06,2.0,3.5,4.0,5.0,1.0,,,,,,,1.0,1.0,1.0,4.5,6.0,1,2021-12-06 -NS,10223,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,180,180,1,1,1,1,1,1,1,1,1,1,1,2021-12-06,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.5,0.5,1.0,0.0,0.0,0.0,0.0,0.0,1,2021-12-13 -NS,10223,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,120,120,1,1,1,1,1,1,1,1,1,1,1,2022-03-21,0.0,0.0,0.0,0.0,0.0,2.5,2.0,1.5,1.5,1.5,1.0,0.0,0.0,0.0,0.0,1.0,1,2021-12-13 -UI,10224,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,180,120,120,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,0.0,0.0,0.0,0.0,0.0,3.0,2.0,1.0,3.0,4.0,4.0,,,,0.0,0.0,0,2021-12-06 -UI,10224,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,120,100,100,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,0.0,0.0,0.0,0.0,0.0,4.0,3.0,2.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-12-06 -NS,10231,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,130,130,1,1,1,0,0,0,1,1,1,1,1,2021-11-22,0.0,2.0,0.0,2.0,0.0,8.0,8.0,10.0,10.0,8.0,8.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-29 -UI,10232,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,60,70,70,1,1,1,1,1,1,1,1,1,1,1,2021-12-06,5.0,0.0,5.0,0.0,0.0,4.0,0.0,5.0,,,,0.0,0.0,0.0,5.0,0.0,0,2021-12-06 -UI,10233,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,120,80,80,1,1,1,1,1,1,1,1,1,1,1,2021-12-06,6.0,4.5,6.0,5.0,0.0,2.0,2.5,3.0,,,,0.0,0.0,0.0,5.5,4.0,0,2021-12-13 -UI,10233,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,100,115,115,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,4.5,4.5,4.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-12-13 -NS,10234,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,260,300,300,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,0.0,0.0,0.0,0.0,0.0,3.0,4.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-12-13 -NS,10234,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,300,290,290,1,1,1,1,1,1,1,1,1,1,1,2022-03-21,0.0,0.0,0.0,0.0,0.0,1.0,3.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-12-13 -UC,10235,V1,1,1,1,1,1,1,1,1,1,1,0,0,,120,,120,1,1,1,1,1,1,1,1,1,1,1,2021-12-20,2.0,0.0,0.0,0.0,0.0,3.5,3.5,3.5,3.5,3.5,3.5,,,,,,0,2022-03-14 -UI,10236,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,160,180,180,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,3.0,1.0,6.0,2.5,0.0,7.5,6.0,8.0,1.5,1.0,3.5,,,,4.5,3.5,0,2021-12-13 -UC,10237,V1,1,1,1,1,1,1,1,1,1,1,1,1,,120,,120,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,3.0,5.0,2.0,5.0,0.0,3.0,6.0,8.0,3.0,6.0,8.0,0.0,0.0,0.0,2.0,5.0,1,2021-12-27 -UC,10237,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,0,0,0,0,0,0,0,0,1,2022-04-04,1.0,3.0,1.0,3.0,0.0,6.0,5.0,3.0,7.0,6.0,5.0,3.0,2.0,3.0,2.0,3.0,1,2021-12-27 -NS,10238,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,60,,60,1,1,1,1,na,1,1,na,1,1,1,2021-11-29,0.5,0.5,0.5,0.5,0.0,,,,,,,,,,2.5,2.0,0,2021-12-06 -NS,10238,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,70,,70,1,1,1,1,1,1,1,1,1,0,1,2022-03-28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5,0.5,1,2021-12-06 -UC,10243,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,2022-01-03,0.0,1.0,0.0,1.0,0.0,0.0,3.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2022-01-03 -UC,10244,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,0.0,0.0,0.0,0.0,0.0,5.0,8.0,8.0,5.0,6.0,6.0,0.0,0.0,0.0,0.0,6.0,1,2022-03-14 -UC,10244,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,80,,80,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,0.0,2.0,0.0,3.0,3.0,6.0,7.0,4.0,8.0,9.0,6.0,5.0,6.0,5.0,0.0,4.0,1,2022-03-14 -UC,10245,V1,1,1,0,0,0,0,0,0,0,0,0,0,3,60,,60,1,1,1,1,na,na,1,na,na,na,1,2022-03-21,,,,,,,,,,,,,,,,,0,2022-03-21 -NS,10246,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,120,120,1,1,1,1,1,1,1,1,1,1,1,2021-12-06,0.0,1.0,1.0,0.5,0.0,3.5,4.0,2.5,3.0,4.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-12-13 -NS,10246,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,130,130,1,1,1,1,1,1,1,1,1,1,1,2022-03-28,0.0,0.0,0.0,0.0,0.0,0.0,5.0,8.0,0.0,5.0,7.0,0.0,0.0,0.0,0.0,0.0,1,2021-12-13 -UI,10247,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,130,110,110,1,1,1,1,1,1,1,1,1,1,1,2021-12-13,3.0,4.0,3.0,3.0,2.0,2.0,3.0,3.0,,,,0.0,0.0,0.0,5.0,3.0,0,2021-12-13 -NS,10250,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,130,130,1,1,1,1,1,1,1,1,1,1,1,2021-12-20,3.0,4.5,2.0,2.0,1.0,4.0,5.5,7.5,2.0,2.5,3.5,1.0,1.5,1.5,1.0,5.0,1,2022-02-07 -NS,10250,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,2022-06-06,1.0,2.0,2.0,3.0,0.0,4.0,6.0,8.0,5.0,6.0,6.0,1.0,2.0,2.0,0.0,2.0,1,2022-02-07 -UI,10255,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,200,200,1,1,1,1,1,1,1,1,1,1,1,2021-12-20,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2022-01-03 -UI,10255,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,0.0,0.0,0.0,0.0,0.0,1.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2022-01-03 -NS,10257,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-12-20,0.0,4.0,0.0,3.0,0.0,,,,,,,0.0,0.0,0.0,0.0,1.0,1,2022-02-14 -NS,10257,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-05-23,0.0,2.0,0.0,1.0,0.0,,,,,,,,,,,,1,2022-02-14 -NS,10258,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,,,,1,1,1,0,0,0,1,1,1,1,1,2022-02-21,0.0,3.0,0.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,2.0,2.0,0.0,8.0,1,2022-02-28 -UI,10261,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,2022-01-03,0.0,0.0,0.0,2.0,0.0,3.0,5.0,6.5,1.0,1.5,4.0,0.0,0.0,0.0,0.0,2.0,1,2022-01-24 -UI,10262,V1,1,1,1,1,0,0,0,0,1,1,1,1,1,,,,1,1,1,0,na,0,1,na,1,1,1,2021-12-20,4.0,4.0,2.0,4.0,0.0,,,,,,,0.0,0.0,0.0,2.0,5.0,1, -UI,10265,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-04-18,2.0,0.0,2.0,0.0,0.0,,,,,,,0.0,0.0,0.0,4.0,0.0,1,2022-01-17 -UI,10266,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,155,165,165,1,1,1,1,0,1,1,0,1,1,1,2022-01-10,0.0,0.0,0.0,0.0,0.0,3.0,5.0,4.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2022-01-17 -UI,10266,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,0,1,1,1,1,1,1,2022-04-11,0.0,0.0,0.0,0.0,0.0,2.0,2.5,3.0,0.5,3.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2022-01-17 -UI,10267,V1,1,1,1,1,1,1,1,1,1,1,0,0,1,120,130,130,1,1,1,1,1,1,1,1,1,1,1,2022-01-24,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,3.0,7.0,6.0,,,,0.0,0.0,0,2022-05-02 -UI,10267,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,125,110,110,1,1,1,0,0,0,0,1,0,0,1,2022-08-15,0.0,0.0,0.0,0.0,0.0,3.0,3.0,4.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-05-02 -UI,10269,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,110,130,130,1,1,1,1,1,1,1,1,1,1,1,2022-01-17,1.0,4.0,2.0,5.0,0.0,5.0,6.0,5.0,5.0,5.0,4.0,2.0,2.0,2.0,1.0,6.0,1,2022-01-31 -UI,10270,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-01-10,4.0,7.0,4.0,5.0,0.0,,,,,,,0.0,0.0,0.0,5.0,7.0,1,2022-01-24 -UI,10270,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,160,,160,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,3.0,5.0,4.0,7.0,1.0,3.0,4.0,4.5,6.0,6.5,7.0,,,,4.0,6.0,0,2022-01-24 -UI,10272,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,2022-01-17,2.0,4.0,5.0,5.0,4.0,1.5,7.0,7.5,,,,0.0,3.0,4.0,2.0,5.0,0,2022-01-17 -UI,10272,V3,1,1,1,1,1,1,0,0,1,1,0,0,3,110,115,115,1,1,1,1,1,1,1,1,1,1,1,2022-05-09,0.0,0.0,0.0,0.0,0.0,0.0,6.0,7.0,,,,,,,,,0,2022-01-17 -UI,10275,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,2022-01-24,3.0,3.0,0.0,3.0,0.0,5.0,4.0,4.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,4.0,1,2022-01-31 -UI,10275,V3,1,1,1,1,1,1,1,1,1,1,0,0,3,80,90,90,1,1,1,1,1,1,1,0,1,1,1,2022-05-09,0.0,2.0,0.0,3.0,0.0,0.0,3.0,0.0,2.0,3.0,0.0,,,,,,0,2022-01-31 -UI,10277,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,140,170,170,1,1,1,1,1,1,1,1,1,1,1,2022-02-07,0.0,0.0,0.0,3.0,0.0,7.0,5.0,5.0,3.0,2.0,1.0,,,,0.0,3.0,0,2022-02-14 -UI,10280,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-01-31,1.0,1.5,0.0,1.5,0.0,,,,,,,0.0,0.0,0.0,0.0,1.5,1,2022-02-07 -UI,10280,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-05-09,1.5,0.5,0.5,0.5,0.0,,,,,,,0.0,0.0,0.0,0.0,0.5,1,2022-02-07 -UI,10281,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,105,,105,1,1,1,1,1,1,1,1,1,1,1,2022-02-07,0.0,0.0,0.0,0.0,0.0,5.0,5.0,5.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-02-14 -UI,10282,V1,1,1,1,1,1,1,0,0,1,1,1,1,,150,110,110,1,1,1,1,1,1,1,0,1,1,1,2022-02-21,5.0,5.0,7.0,8.0,7.0,5.0,7.0,9.5,,,,3.0,3.0,3.0,4.0,6.0,0,2022-02-21 -UI,10284,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,90,115,115,1,1,1,1,1,1,1,0,1,1,1,2022-02-14,0.0,8.0,0.0,8.0,0.0,4.0,7.0,6.0,,,,,,,,,0,2022-02-14 -NS,10285,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,100,60,60,1,1,1,1,na,1,1,na,1,1,1,2022-02-14,0.5,0.5,0.0,0.5,0.0,,,,,,,0.0,0.0,0.0,0.0,0.5,0,2022-02-21 -NS,10285,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,0.0,0.0,0.0,0.0,0.0,7.0,8.0,8.5,8.0,9.0,9.0,0.0,0.0,1.0,0.0,0.0,1,2022-02-21 -UC,10286,V1,1,1,0,1,0,0,0,0,0,0,0,0,3,,,,1,1,1,1,na,na,1,na,na,na,1,2022-02-28,,,,,,,,,,,,,,,,,1,2022-03-14 -UI,10287,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,160,160,1,1,1,1,1,1,1,1,1,1,1,2022-02-14,0.0,0.0,0.0,2.0,0.0,2.0,3.5,4.0,0.0,1.0,2.5,0.0,0.0,0.0,0.0,2.0,1,2022-02-28 -NS,10288,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,70,,70,1,1,1,1,0,0,1,0,1,1,1,2022-02-14,1.0,1.0,2.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,4.0,1.0,1.0,1.0,3.0,2.0,1,2022-02-21 -NS,10288,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,2022-06-20,0.0,0.0,0.0,0.0,0.0,3.0,3.0,4.0,5.0,7.0,6.0,0.0,0.0,0.0,0.0,0.0,1,2022-02-21 -UI,10292,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-02-28,0.0,2.0,0.0,2.0,0.0,,,,,,,0.0,0.0,0.0,0.0,2.0,1,2022-03-14 -NS,10293,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,0,0,0,1,0,1,1,1,2022-02-21,2.0,3.0,2.0,2.0,2.0,5.0,4.0,4.0,7.0,8.0,8.0,4.0,4.0,4.0,2.0,4.0,1,2022-02-28 -NS,10293,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,0,0,0,1,1,1,1,1,2022-06-20,2.0,3.0,2.0,3.0,2.0,4.0,4.0,2.0,5.5,6.0,3.0,2.0,2.0,2.0,2.0,3.0,1,2022-02-28 -NS,10294,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,140,140,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,0.0,0.5,0.0,0.5,0.0,3.5,2.5,3.0,2.0,1.0,1.0,0.5,0.5,0.5,0.0,0.0,1,2022-02-28 -NS,10294,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,2022-06-20,0.0,0.5,0.0,1.0,1.0,1.0,5.0,6.0,1.5,5.0,3.0,1.0,1.0,1.0,0.0,1.0,1,2022-02-28 -UI,10295,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,145,145,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,0.0,2.0,0.0,2.0,0.0,4.0,4.0,4.0,2.0,3.0,2.0,0.0,0.0,0.0,0.0,1.0,1,2022-03-07 -UI,10295,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,155,200,200,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,0.0,0.0,0.0,0.0,0.0,2.5,3.5,3.0,1.0,1.0,0.5,0.0,0.0,0.0,0.0,0.0,1,2022-03-07 -NS,10296,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,130,130,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,0.0,6.0,1.0,6.0,0.0,5.0,5.5,5.5,4.0,6.0,6.0,3.0,3.0,3.0,1.0,7.0,1, -NS,10297,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5,1,2022-03-07 -NS,10297,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-06-27,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-03-07 -NS,10298,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,1,1,1,1,1,1,1,1,2022-03-07,0.0,0.0,0.0,0.0,0.0,5.0,5.0,5.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,2.0,1,2022-03-14 -NS,10298,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,180,180,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,3.0,2.0,1.0,0.0,0.0,0.0,0.0,1.0,1,2022-03-14 -UI,10299,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,2022-03-07,0.0,1.5,0.0,2.0,0.0,0.0,1.0,2.0,1.0,1.0,2.0,0.0,0.0,0.0,0.0,1.0,1,2022-03-14 -UI,10301,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,110,130,130,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,0.0,3.0,0.0,3.0,0.0,3.0,4.0,4.0,3.0,5.0,4.0,0.0,0.0,0.0,2.5,4.0,1,2022-03-14 -UI,10302,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-02-28,0.0,0.0,0.0,0.5,0.0,,,,,,,0.0,0.0,0.0,0.0,0.5,1,2022-03-14 -UI,10302,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-06-27,0.0,1.0,0.0,0.5,0.0,,,,,,,2.0,2.0,2.0,0.0,2.0,1,2022-03-14 -NS,10303,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,120,120,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,0.0,0.0,0.0,6.0,0.0,5.0,5.0,5.0,6.0,7.0,7.0,1.0,1.0,1.0,0.0,3.5,1,2022-02-28 -NS,10305,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,90,90,1,1,1,1,1,1,1,1,1,1,1,2022-03-07,0.0,1.0,0.0,0.0,0.0,3.0,3.0,3.0,4.5,5.0,7.0,0.0,0.0,0.0,0.0,0.0,1,2022-03-14 -NS,10305,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,100,100,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,1.0,1.0,0.0,0.0,0.0,3.0,3.0,3.0,4.0,4.5,4.0,0.0,0.0,0.0,0.0,0.0,1,2022-03-14 -UC,10307,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,2022-03-07,0.0,0.0,0.0,0.0,1.0,5.5,6.0,5.5,6.5,6.0,6.5,2.5,1.5,1.5,0.0,0.0,1,2022-03-14 -UC,10307,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,2022-07-11,0.0,0.0,0.5,1.0,0.0,4.0,3.0,3.0,4.0,5.0,6.0,0.0,0.0,0.0,0.0,1.0,1,2022-03-14 -UC,10308,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,4.0,1.0,3.5,2.0,0.0,0.0,2.5,3.5,0.0,1.5,3.0,0.0,0.0,0.0,3.0,0.0,1,2022-05-09 -UC,10308,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,160,160,1,1,1,1,1,1,0,0,0,1,1,2022-08-08,0.0,0.0,0.0,0.0,0.0,1.0,2.0,3.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2022-05-09 -UI,10311,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,200,80,80,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-03-21 -UI,10311,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,200,180,180,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,5.0,5.0,5.0,4.0,4.0,4.0,0.0,0.0,1,2022-03-21 -NS,10312,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.0,1,2022-03-21 -NS,10312,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,0.0,0.0,0.0,0.0,0.0,3.5,5.0,6.0,4.5,7.0,8.0,0.0,0.0,0.0,0.0,2.5,1,2022-03-21 -UI,10313,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,200,200,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,1,2022-03-21 -UI,10313,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,2022-06-20,0.0,0.0,1.0,0.0,0.0,1.0,2.0,2.0,1.0,1.0,1.0,0.0,0.0,0.0,2.0,0.5,1,2022-03-21 -NS,10314,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,110,110,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,2.0,3.5,2.0,5.0,0.0,2.5,5.0,3.0,3.0,6.0,3.0,0.0,0.0,0.0,3.0,4.0,1,2022-03-28 -NS,10314,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,0.0,0.0,0.0,0.0,0.0,2.0,4.0,3.0,2.0,6.0,4.0,0.0,0.0,0.0,0.0,2.0,1,2022-03-28 -UC,10315,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,0,1,na,1,1,1,2022-06-13,0.0,0.0,,,,,,,,,,,,,,,1,2022-03-14 -NS,10318,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,160,160,1,1,1,1,1,1,1,1,1,1,1,2022-03-21,0.0,0.0,0.0,0.0,0.0,3.0,4.0,3.5,2.0,2.5,4.5,0.0,0.0,0.0,0.0,0.0,1,2022-03-28 -NS,10318,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,100,100,1,1,1,1,1,1,1,1,1,1,1,2022-07-11,0.0,0.0,0.0,0.0,0.0,0.0,4.0,3.5,1.0,5.0,3.0,1.0,0.0,0.0,0.0,0.0,1,2022-03-28 -NS,10319,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,180,180,1,1,1,1,1,1,1,1,1,1,1,2022-03-21,0.0,1.0,0.0,2.0,0.0,1.0,1.0,0.5,0.5,0.5,0.0,0.0,0.0,0.0,0.0,0.5,1,2022-03-28 -NS,10319,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,0,0,0,0,0,0,0,1,2022-07-11,0.0,0.0,0.0,0.5,0.0,4.0,3.5,4.0,3.0,1.0,2.0,0.0,0.0,0.0,0.0,0.5,1,2022-03-28 -UI,10320,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-04-04,5.0,6.0,5.0,6.0,3.0,,,,,,,0.0,0.0,0.0,5.0,7.0,1,2022-04-11 -UI,10320,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-07-18,1.0,1.0,1.0,1.5,0.0,,,,,,,0.0,0.0,0.0,1.0,2.0,1,2022-04-11 -UC,10321,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,0,1,1,1,1,1,1,2022-03-21,3.0,0.0,3.0,0.0,0.0,3.5,4.0,4.0,4.5,5.0,5.0,0.0,0.0,0.0,3.0,0.0,1,2022-04-11 -UI,10324,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,,120,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,0.0,0.0,0.0,0.0,0.0,5.0,7.0,8.5,6.0,8.0,10.0,3.5,2.0,0.0,2.0,3.5,1,2022-04-25 -UC,10325,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,0,1,1,1,1,1,1,2022-03-28,3.0,0.0,3.0,0.0,0.0,3.5,4.0,4.0,5.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,1,2022-04-04 -UI,10326,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,125,125,1,1,1,1,1,1,1,1,1,1,1,2022-03-28,2.0,0.0,2.0,0.0,0.0,3.0,5.0,5.0,2.0,6.0,2.0,2.0,5.5,2.0,2.0,0.0,1,2022-04-11 -UC,10327,V1,1,1,1,0,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,0,1,2022-04-11,6.0,5.0,6.0,0.0,0.0,4.0,4.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,4.0,0.0,1,2022-04-18 -NS,10328,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,0.5,1.5,0.5,1.5,0.0,3.5,4.5,5.0,4.0,5.0,6.0,2.0,1.0,0.5,0.5,2.0,1,2022-04-11 -NS,10328,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,70,1,1,1,1,na,1,1,na,1,1,1,2022-08-01,0.0,1.0,0.0,1.5,0.0,,,,,,,,,,,,0,2022-04-11 -UC,10329,V1,1,1,1,1,0,0,0,0,0,0,0,0,3,100,,100,1,1,1,1,na,na,1,na,na,1,1,2022-04-11,,,,,,,,,,,,,,,,,0,2022-04-11 -NS,10330,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,0.0,3.0,0.0,3.0,0.0,4.0,5.5,5.5,3.5,6.5,5.0,0.0,0.0,0.0,0.5,3.0,1,2022-04-11 -NS,10330,V3,1,1,1,1,1,1,0,1,1,1,1,1,3,110,120,120,1,1,1,1,1,1,1,1,1,1,1,2022-07-18,1.5,0.5,1.0,0.0,0.0,3.0,3.5,3.5,0.0,4.0,3.0,0.0,0.0,0.0,2.0,0.5,0,2022-04-11 -UC,10331,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,0.0,0.0,1.0,0.0,0.0,0.0,2.0,2.5,0.0,2.0,2.5,0.0,1.0,2.5,1.0,0.0,1,2022-04-11 -UC,10331,V3,1,1,1,1,1,1,1,1,1,1,1,1,,60,,60,1,1,1,1,1,1,1,1,1,1,1,2022-07-25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1,2022-04-11 -UC,10332,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,9.0,6.0,9.0,7.0,0.0,0.0,3.0,4.0,0.0,3.0,5.0,0.0,3.0,6.0,9.0,9.0,1,2022-04-18 -UC,10332,V3,1,0,1,0,1,0,0,0,1,0,1,0,3,,,,0,0,0,0,0,0,0,0,0,0,0,na,0.0,5.0,0.0,5.0,0.0,0.0,0.0,0.0,,,,0.0,0.0,0.0,0.0,5.0,1,2022-04-18 -NS,10333,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,0,0,1,1,1,1,1,2022-04-04,1.0,2.0,1.0,2.0,0.0,1.0,2.0,2.0,2.0,3.0,3.0,2.0,2.0,3.0,3.0,3.0,1,2022-04-18 -NS,10333,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,110,110,1,1,1,1,1,1,1,1,1,1,1,2022-07-18,1.0,1.5,2.0,2.0,0.0,3.0,3.0,4.0,5.0,5.0,5.5,1.0,1.0,1.0,2.5,3.0,1,2022-04-18 -NS,10334,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,0,0,1,1,1,1,1,2022-04-04,4.5,3.0,4.5,5.5,0.0,5.5,8.0,8.0,8.5,7.0,9.0,0.0,0.0,0.0,2.0,6.5,1,2022-04-18 -UC,10335,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,1.0,1.0,,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.5,4.5,1,2022-04-18 -UC,10335,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,,,,1,1,1,1,1,1,1,1,1,1,0,2022-08-08,0.0,0.0,1.0,2.0,0.0,2.0,2.0,2.0,,,,3.0,3.0,3.0,0.0,2.0,1,2022-04-18 -UI,10337,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,0,1,1,1,2022-04-11,1.0,1.0,1.0,1.0,0.0,5.0,5.0,6.0,4.0,2.0,1.0,0.0,0.0,0.0,2.0,1.0,1,2022-04-11 -UI,10337,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,170,170,1,1,1,1,0,0,1,1,1,1,1,2022-08-01,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,1.0,1,2022-04-11 -NS,10340,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,130,130,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,0.0,1.0,1.0,2.0,0.0,2.0,2.0,2.5,1.0,2.5,2.5,0.0,1.0,1.0,0.0,1.0,1,2022-04-18 -NS,10340,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,180,180,1,1,1,1,1,1,1,1,1,1,1,2022-08-08,0.0,0.0,0.0,0.0,0.0,3.0,2.0,2.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2022-04-18 -UC,10341,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,0.0,0.0,0.0,0.0,0.0,7.0,7.0,7.0,7.0,7.0,10.0,10.0,7.0,0.0,8.0,0.0,1,2022-04-11 -UC,10341,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,0,0,1,1,1,0,1,2022-07-25,0.0,2.0,4.0,4.0,0.0,5.0,7.0,0.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2022-04-11 -NS,10342,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,130,130,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,0.0,3.0,0.0,3.0,0.0,0.0,4.5,0.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,3.0,1,2022-04-25 -UI,10343,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-05-09,0.0,0.0,0.0,1.0,1.0,,,,,,,0.0,2.0,2.0,0.0,0.0,1,2022-05-16 -UI,10343,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,70,,70,1,1,1,1,na,1,1,na,1,1,0,2022-08-22,1.0,5.0,1.0,4.0,0.0,,,,,,,0.0,0.0,0.0,3.0,6.0,0,2022-05-16 -UI,10344,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,100,140,140,1,1,1,1,1,1,1,1,1,1,1,2022-04-18,1.0,2.0,1.0,2.0,0.0,4.0,5.0,5.0,2.0,4.0,5.0,1.0,1.0,1.0,1.0,2.0,1,2022-04-25 -NS,10345,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,2022-04-18,0.0,0.0,0.0,0.0,0.0,6.5,7.0,6.5,6.0,7.0,6.5,0.0,0.0,0.0,0.0,0.5,1,2022-04-25 -UI,10346,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,195,195,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,0.0,0.0,0.0,0.0,0.0,5.0,6.0,7.0,4.0,4.0,5.0,0.0,0.0,0.0,3.0,0.0,1,2022-05-23 -UI,10346,V3,1,1,1,1,0,0,0,0,0,1,0,0,2,160,160,160,1,1,1,1,na,na,1,na,na,1,0,2022-08-22,1.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-05-23 -UI,10347,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,120,95,95,1,1,1,1,1,1,1,1,1,1,1,2022-04-25,0.0,2.0,3.0,3.0,0.0,4.0,6.0,6.0,,,,0.0,0.0,0.0,4.0,4.0,0,2022-05-09 -UI,10347,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,85,80,80,1,1,1,0,0,0,1,0,1,0,1,2022-08-15,5.0,5.0,7.0,7.0,0.0,5.0,5.0,5.0,,,,0.0,7.0,7.0,7.0,0.0,0,2022-05-09 -NS,10348,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,60,1,1,1,1,na,1,1,na,1,1,1,2022-05-02,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-05-02 -NS,10348,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,70,1,1,1,1,na,1,1,na,1,1,1,2022-08-01,0.0,0.0,0.0,0.5,0.5,,,,,,,,,,,,0,2022-05-02 -UI,10349,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,170,80,80,1,1,1,1,na,1,1,na,1,1,1,2022-04-18,0.5,0.5,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,0,2022-05-02 -UI,10349,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,160,120,120,1,1,1,1,1,1,1,1,1,1,1,2022-08-15,0.0,0.0,0.0,0.0,0.0,0.0,2.0,3.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-05-02 -UC,10350,V1,1,1,1,1,1,1,1,1,1,1,0,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,2022-04-18,9.0,7.0,6.0,0.0,5.0,5.0,5.0,7.0,8.0,8.0,7.0,,,,,,0,2022-04-25 -UC,10350,V3,1,1,1,1,1,1,1,1,1,1,0,0,3,60,,60,1,1,1,1,1,1,1,1,1,1,0,2022-08-15,4.0,8.0,6.0,6.5,0.0,0.0,0.0,7.0,0.0,0.0,0.0,,,,8.0,7.0,0,2022-04-25 -NS,10352,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,,,,1,1,1,1,1,1,1,1,1,1,1,2022-04-18,0.0,1.0,0.0,1.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,1,2022-04-25 -NS,10352,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-08-01,0.0,2.0,0.0,2.0,0.0,,,,,,,,,,,,1,2022-04-25 -NS,10353,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,210,210,1,1,1,1,1,1,1,1,1,1,1,2022-04-25,0.0,0.0,0.0,0.0,0.0,5.0,6.0,6.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2022-05-02 -UC,10354,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,2022-04-25,1.0,1.0,1.0,1.0,1.0,1.0,4.0,4.0,1.0,4.0,4.0,1.0,1.0,1.0,1.0,1.0,1,2022-05-09 -UI,10355,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,2022-05-16,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,7.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2022-05-23 -UI,10355,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,180,,180,1,1,1,1,1,1,1,1,1,1,0,2022-08-22,0.0,0.0,0.0,0.0,0.0,7.0,7.0,8.0,4.0,4.0,4.0,,,,,,0,2022-05-23 -UC,10356,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,0,2022-06-27,0.0,2.0,0.0,2.0,0.0,3.0,3.5,3.5,3.5,3.5,3.5,0.0,0.0,0.0,0.0,2.0,1,2022-08-08 -NS,10357,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-05-02,0.0,5.0,1.0,5.0,0.0,,,,,,,,,,,,1,2022-05-09 -UC,10360,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,9.0,5.5,9.0,5.0,2.0,2.0,2.0,2.0,5.0,5.0,10.0,,,,,,0,2022-05-09 -UI,10361,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,1,1,1,1,1,1,1,1,2022-08-29,0.0,0.0,0.0,0.0,0.0,4.0,5.0,3.5,3.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2022-05-09 -UI,10362,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-05-02,0.0,1.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,1.0,1,2022-05-02 -UI,10362,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,90,95,95,1,1,1,1,1,1,1,1,1,1,1,2022-08-01,0.0,0.0,0.0,0.0,0.0,2.0,3.0,4.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-05-02 -UC,10363,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,,,,1,1,1,1,0,1,1,1,1,1,1,2022-05-02,9.5,9.0,9.0,9.0,0.0,8.0,8.0,0.0,0.0,0.0,0.0,,,,,,1,2022-05-02 -NS,10364,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,100,100,1,1,1,1,1,1,1,1,1,1,1,2022-05-09,0.0,0.0,0.0,1.0,0.0,3.0,4.0,4.0,0.0,5.0,5.0,0.0,0.0,0.0,1.0,1.0,1,2022-05-23 -NS,10366,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,90,90,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,0.0,1.0,0.0,1.0,0.0,6.0,7.0,8.0,7.0,8.0,9.5,0.5,0.5,0.5,0.0,2.0,1,2022-05-16 -UI,10367,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,140,150,150,1,1,1,1,1,1,1,1,1,1,1,2022-05-09,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.0,5.0,6.0,7.0,,,,,,0,2022-05-09 -UI,10367,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,125,125,1,1,1,1,1,1,1,1,1,1,1,2022-08-15,1.5,0.0,0.0,0.0,0.0,2.0,4.0,5.0,2.0,4.0,6.0,2.0,2.0,2.0,3.0,0.0,1,2022-05-09 -UI,10368,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,2022-05-09,0.0,0.0,0.0,0.0,0.0,4.0,3.0,3.0,2.0,2.0,2.0,,,,,,0, -UC,10372,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,2022-06-06,0.0,5.0,2.5,5.0,0.0,6.0,6.0,6.0,7.0,7.5,7.5,0.0,0.0,0.0,5.0,5.0,1,2022-06-20 -NS,10375,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-05-09,4.5,1.0,1.5,1.0,0.0,,,,,,,,,,,,1,2022-05-16 -NS,10379,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,130,130,1,1,1,1,1,1,1,1,1,1,1,2022-05-16,0.0,1.0,0.0,3.0,1.0,4.0,5.0,5.0,5.0,4.0,3.0,1.0,1.0,1.0,0.0,3.0,1,2022-08-08 -NS,10380,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-05-30,0.0,4.0,0.0,5.0,0.0,,,,,,,,,,,,1,2022-06-06 -NS,10382,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,2022-05-16,0.0,0.0,0.0,1.0,0.0,4.0,4.0,4.0,4.0,3.0,3.0,0.0,0.0,0.0,0.0,2.0,1,2022-05-23 -UI,10384,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-05-16,3.0,2.0,3.0,0.0,0.0,,,,,,,0.0,0.0,0.0,1.0,0.0,1,2022-05-16 -UI,10384,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,80,,80,1,1,1,1,na,1,1,na,1,1,0,2022-08-22,4.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,0,2022-05-16 -NS,10385,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,130,130,1,1,1,1,1,1,1,1,1,1,1,2022-05-23,0.0,0.0,0.0,0.0,0.0,0.0,4.0,7.0,1.0,4.0,7.5,0.0,0.0,0.0,2.0,2.0,1,2022-06-06 -NS,10386,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-06-06,0.0,1.0,0.0,1.0,0.0,,,,0.0,0.0,,,,,,,1,2022-06-13 -NS,10387,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-06-06,0.0,1.5,0.0,2.0,0.0,,,,,,,,,,,,1,2022-06-20 -UI,10390,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,115,125,125,1,1,1,1,1,1,1,1,1,1,1,2022-05-30,0.0,0.0,0.0,0.0,0.0,3.5,4.0,5.0,3.0,4.0,4.5,0.0,0.0,0.0,0.0,0.0,1,2022-06-13 -UI,10391,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,190,,190,1,1,1,1,1,1,1,1,1,1,1,2022-05-30,2.0,0.0,2.0,0.0,0.0,4.0,4.0,4.0,1.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,1,2022-06-06 -UC,10392,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,120,120,1,1,1,1,0,1,1,1,1,1,1,2022-08-01,2.0,4.0,2.0,2.0,0.0,3.5,4.0,4.5,3.0,3.0,3.0,0.0,0.0,0.0,2.0,1.5,1,2022-08-01 -UC,10393,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,2022-07-11,2.0,2.0,2.0,2.0,0.0,3.0,3.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,2.0,3.0,1,2022-07-18 -NS,10394,V1,1,1,1,1,0,1,0,1,1,1,1,1,3,110,,110,1,1,1,0,na,0,1,na,1,1,1,2022-05-30,0.0,0.0,0.0,0.0,0.0,1.0,3.0,5.0,1.0,4.0,6.0,0.0,0.0,0.0,0.0,3.0,0,2022-06-06 -UI,10395,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,2022-06-13,1.0,2.0,0.0,1.0,0.0,3.0,4.0,4.0,,,,0.0,0.0,0.0,0.0,4.0,0,2022-06-13 -UI,10396,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,130,130,1,1,1,1,1,1,1,1,1,1,1,2022-06-06,0.0,0.0,0.0,0.0,0.0,1.5,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2022-06-13 -UI,10397,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,80,,80,1,1,1,1,na,1,1,na,1,1,1,2022-06-13,0.0,0.0,1.0,1.0,1.0,,,,,,,0.0,0.0,0.0,0.0,0.0,0,2022-06-20 -UI,10398,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-06-13,6.0,6.0,5.0,6.0,2.0,,,,,,,3.0,3.0,2.0,5.0,5.0,1,2022-06-13 -NS,10401,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-06-13,5.0,1.0,6.0,5.0,0.5,,,,,,,,,,,,1,2022-06-20 -NS,10402,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2022-06-13,0.0,0.0,0.0,0.0,0.0,2.0,5.0,7.5,3.0,6.0,7.5,0.0,0.0,0.0,0.0,1.0,1,2022-06-20 -UI,10405,V1,1,1,1,1,0,0,0,0,,1,1,1,2,,,,1,1,1,1,na,0,1,na,1,1,1,2022-06-20,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2022-07-11 -NS,10406,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,0,na,0,1,na,1,1,1,2022-06-27,7.0,0.0,7.0,7.0,0.0,,,,,,,,,,,,1,2022-07-11 -NS,10407,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-06-20,6.0,6.0,7.0,7.0,7.0,,,,,,,,,,,,1,2022-07-11 -UI,10408,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,60,,60,1,1,1,1,na,1,1,na,1,1,1,2022-06-20,3.0,6.0,3.0,6.0,0.0,,,,,,,0.0,0.0,0.0,8.0,8.0,0,2022-07-11 -UC,10411,V1,1,1,1,1,0,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,na,1,1,na,1,1,1,2022-07-04,0.0,0.0,1.0,1.0,0.0,4.0,4.0,5.0,5.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2022-07-04 -UC,10413,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,2022-07-18,0.0,2.0,2.0,2.0,0.0,0.0,2.0,0.0,0.0,0.5,0.0,0.0,0.0,0.0,2.0,2.0,1,2022-07-18 -NS,10414,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,310,250,250,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,0.0,0.0,0.0,0.0,0.0,1.5,5.0,8.0,2.0,4.0,4.0,1.5,4.0,4.0,0.0,2.0,1,2022-07-18 -NS,10415,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-06-27,2.0,0.0,2.0,0.0,0.0,,,,,,,,,,,,1,2022-07-04 -UC,10416,V1,1,1,1,1,1,1,0,0,1,1,0,0,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,8.0,8.0,8.5,8.0,0.0,0.0,0.0,0.0,,,,,,,,,0,2022-07-04 -UI,10417,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,130,140,140,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,0.0,0.0,0.0,0.0,0.0,7.0,9.0,10.0,5.0,7.0,8.0,,,,0.0,9.0,0,2022-06-27 -NS,10419,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,60,1,1,1,1,na,1,1,na,1,1,1,2022-07-18,3.0,3.0,3.0,3.0,3.0,,,,,,,,,,,,0,2022-07-25 -UI,10420,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,120,115,115,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,2.0,2.0,1.0,2.0,0.0,7.0,9.0,7.0,,,,0.0,0.0,0.0,1.0,2.0,0,2022-07-11 -UI,10421,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,90,140,140,1,1,1,1,1,1,1,1,1,1,1,2022-07-11,0.0,3.0,0.0,2.0,0.0,4.0,6.0,6.0,2.0,4.0,4.0,0.0,0.0,0.0,0.0,1.0,1,2022-08-01 -UC,10423,V1,1,0,1,0,0,0,0,0,0,0,0,0,,110,,110,0,0,0,0,na,na,0,na,na,0,0,na,,,,,,,,,,,,,,,,,0,2022-07-18 -UC,10424,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,240,,240,1,1,1,1,1,1,1,1,1,1,1,2022-07-25,0.0,0.5,0.0,0.0,0.0,3.0,4.0,4.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,1,2022-08-01 -UC,10425,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,0,0,0,1,0,1,1,1,2022-08-08,0.0,0.0,0.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,1,2022-09-19 -NS,10427,V1,1,0,1,0,0,0,0,0,1,0,0,0,3,,,,1,0,0,0,na,0,0,na,0,0,0,na,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-07-18 -NS,10428,V1,1,1,1,1,0,1,0,1,1,1,1,1,3,100,,100,1,1,1,1,na,1,1,na,1,1,1,2022-07-11,5.0,1.0,6.0,6.0,0.0,6.5,,,6.5,,,7.5,7.5,7.5,7.5,0.0,0,2022-07-18 -NS,10429,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,0,1,na,1,1,1,2022-08-01,1.0,0.0,4.0,0.0,0.0,,,,,,,,,,,,1,2022-08-08 -NS,10430,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,110,110,1,1,1,1,1,1,1,1,1,1,1,2022-07-25,1.0,0.0,0.0,0.0,0.0,3.0,6.0,7.0,4.0,6.0,7.0,0.0,0.0,0.0,0.5,0.5,1,2022-08-01 -NS,10431,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-07-25,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-08-08 -NS,10432,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,60,1,1,1,1,na,1,1,na,1,1,1,2022-07-25,4.0,6.0,7.0,9.0,6.0,,,,,,,,,,,,0,2022-08-01 -NS,10434,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,110,110,1,1,1,1,1,1,1,1,1,1,1,2022-08-08,2.0,0.0,2.0,1.0,0.0,5.0,5.0,5.0,5.0,6.0,7.0,0.0,0.0,0.0,1.0,0.0,1,2022-08-15 -NS,10437,V1,1,1,1,1,1,0,1,0,1,1,1,0,3,90,84,84,1,1,1,1,0,1,1,0,1,1,1,2022-07-11,1.0,0.0,1.0,2.0,0.0,3.0,6.0,9.0,6.0,8.0,9.0,0.0,0.0,0.0,1.0,2.0,1,2022-08-15 -UC,10443,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,210,,210,1,1,1,1,1,1,1,1,1,1,0,2022-08-15,0.0,2.0,0.0,2.0,0.0,0.0,6.0,6.0,2.0,2.0,2.0,0.0,0.0,0.0,2.0,0.0,1,2022-08-29 -UI,10447,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,0,0,0,0,0,0,1,1,2022-08-15,0.5,0.5,1.0,0.0,0.0,4.0,5.0,3.0,4.0,6.0,5.0,1.0,2.0,2.0,2.0,0.0,1,2022-08-22 -UI,10449,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,100,105,105,1,1,0,0,0,0,0,0,0,0,0,2022-08-29,0.0,0.0,0.0,0.0,0.0,2.0,4.0,7.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-08-29 -UI,10452,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,120,140,140,1,1,0,0,0,0,0,0,0,0,0,2022-08-29,3.0,3.0,3.0,3.0,3.0,5.0,5.0,5.0,3.5,3.5,3.5,,,,,,0,2022-08-29 -UI,10453,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,115,110,110,1,1,1,1,1,1,1,1,1,1,1,2022-09-05,2.0,1.0,2.0,1.0,1.0,4.5,5.0,5.0,,,,1.0,1.0,1.0,1.0,1.0,0,2022-09-05 -UM,20004,V1,1,1,1,1,1,1,1,1,1,1,1,1,,150,,150,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,0.0,0.0,0.0,3.5,4.0,4.5,4.0,2.0,2.0,2.0,,,,0.0,0.0,1,2021-07-12 -UM,20004,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.0,0.0,0.0,0.0,0.0,0.0,4.0,5.0,0.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2021-07-12 -UM,20007,V1,1,1,1,1,1,1,1,1,1,1,1,1,,310,400,400,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,0.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-08-09 -UM,20007,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,260,,260,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2021-08-09 -UM,20009,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,2021-08-16,0.0,0.0,0.0,0.0,4.0,4.0,4.0,4.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2021-08-30 -UM,20012,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,105,,105,1,1,1,1,1,1,1,1,1,1,1,2021-08-30,0.0,0.0,0.0,0.0,5.0,5.0,5.0,5.0,,,,,,,,,0,2021-09-13 -UM,20013,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,,1,1,1,1,na,1,1,na,1,1,1,2021-08-09,0.0,0.0,0.0,0.0,,,,,,,,,,,0.0,0.0,1,2021-08-16 -UM,20013,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-11-08,0.0,2.0,0.0,2.0,,,,,,,,,,,,,1,2021-08-16 -UM,20016,V1,1,1,1,1,1,1,0,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,2021-08-09,0.0,0.0,0.0,0.0,4.0,4.0,7.0,8.0,,,,2.0,2.0,1.0,0.0,0.0,0,2021-08-23 -UM,20016,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,80,100,100,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,3.0,7.0,10.0,,,,2.0,2.0,2.0,0.0,0.0,0,2021-08-23 -UM,20017,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,2021-09-13,0.0,0.0,0.0,0.0,4.0,2.0,3.0,5.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2021-09-27 -UM,20017,V3,1,1,1,1,0,1,1,1,1,1,1,1,3,250,260,260,1,1,1,1,na,1,1,na,1,1,1,2022-01-10,0.0,0.0,0.0,0.0,0.0,2.0,4.0,6.0,0.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2021-09-27 -UM,20018,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,230,,230,1,1,1,1,1,1,1,1,1,1,1,2021-08-30,0.0,0.0,0.0,0.0,5.0,1.0,5.0,,,,,,,,,,0,2021-09-27 -UM,20018,V3,1,1,1,1,0,1,1,1,1,1,1,1,2,170,190,190,1,1,1,1,na,1,1,na,1,1,1,2022-01-03,0.0,0.0,0.0,0.0,0.0,2.0,5.0,7.0,2.0,5.0,6.0,2.0,5.0,6.0,0.0,0.0,0,2021-09-27 -UM,20019,V1,1,1,1,1,1,1,0,1,1,1,1,1,3,145,140,140,1,1,1,1,1,1,1,1,1,1,1,2021-09-20,0.0,0.0,0.0,0.0,4.0,0.0,0.0,0.0,0.0,1.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2021-10-11 -UM,20019,V3,1,1,1,1,0,1,1,1,1,1,1,1,3,190,250,250,1,1,1,1,na,1,1,na,1,1,1,2022-01-17,0.0,0.0,0.0,1.0,0.0,0.0,1.5,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0,2021-10-11 -UM,20020,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,250,,250,1,1,1,1,1,1,1,1,1,1,1,2021-09-13,0.0,0.0,0.0,0.0,5.0,5.0,6.0,5.0,6.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2021-10-18 -UM,20021,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,190,190,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,0.0,5.0,0.0,2.0,3.5,3.0,2.0,2.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,1,2021-10-04 -UM,20021,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,160,160,1,1,1,1,1,1,1,1,1,1,1,2022-01-10,0.0,0.0,0.0,0.0,0.0,5.0,6.0,5.0,2.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,1,2021-10-04 -UM,20022,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-10-04,0.0,0.0,0.0,0.0,,,,,,,,,,,,,1,2021-10-11 -UM,20023,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-09-27,0.0,0.0,0.0,0.0,,,,,,,,,,,0.0,0.0,1,2021-10-04 -UM,20023,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-01-10,0.0,0.0,0.0,1.0,0.0,,,,,,,,,,,,1,2021-10-04 -UM,20024,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,,1,1,1,1,na,1,1,na,1,1,1,2021-09-20,0.0,1.0,0.0,1.0,,,,,,,,,,,0.0,0.0,1,2021-10-11 -UM,20025,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,135,155,155,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,0.0,0.0,0.0,0.0,3.5,3.5,3.5,2.0,3.0,3.0,0.0,0.0,0.0,0.0,2.0,1,2021-10-11 -UM,20025,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,190,190,1,1,1,1,1,1,1,1,1,1,1,2022-01-17,0.0,0.0,0.0,0.0,0.0,5.0,5.0,5.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-10-11 -UM,20026,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,118,170,170,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.0,0.0,0.0,0.0,0.0,2.5,4.0,5.5,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-10-25 -UM,20026,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,155,155,1,1,1,1,1,1,1,1,1,1,1,2022-01-24,0.0,0.0,0.0,0.0,0.0,3.0,5.0,6.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-10-25 -UM,20027,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,185,140,140,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,2.5,2.5,2.5,1.0,0.5,0.0,0.0,0.5,1,2021-11-01 -UM,20027,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,210,210,1,1,1,1,1,1,1,1,1,1,1,2022-02-14,0.0,4.0,0.0,4.0,0.0,3.0,4.0,5.0,2.0,3.0,4.0,1.0,1.5,1.5,0.0,4.0,1,2021-11-01 -UM,20028,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,,1,1,1,1,na,1,1,na,1,1,1,2021-10-18,0.0,5.0,0.0,0.0,,,,,,,,,,,,,1,2021-10-25 -UM,20029,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,200,200,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,0.0,0.0,0.0,3.5,0.0,5.0,5.0,5.0,7.0,7.0,7.0,0.0,0.0,0.0,0.0,3.0,1,2021-11-01 -UM,20029,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,170,170,1,1,1,1,1,0,1,1,1,1,1,2022-02-07,0.0,0.0,0.0,0.0,1.0,5.0,6.0,6.0,4.0,3.0,7.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-01 -UM,20030,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,0.0,0.0,0.0,0.0,0.0,6.0,4.0,6.0,1.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-22 -UM,20030,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,260,200,200,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,1.0,1.0,1.0,,,,,,0,2021-11-22 -UM,20031,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,230,230,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,4.0,5.0,7.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-12-06 -UM,20031,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,180,180,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,4.0,7.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-12-06 -UM,20033,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,73,123,123,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,4.0,0.0,5.0,0.0,4.0,5.0,6.0,4.0,5.0,6.0,0.0,0.0,0.0,0.0,5.0,1,2021-12-20 -UM,20033,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,60,,60,1,1,1,1,na,1,1,na,1,1,1,2022-03-28,1.0,5.0,1.0,4.0,,,,,,,,,,,,,0,2021-12-20 -UM,20034,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,2021-11-22,0.0,0.0,0.0,0.0,4.0,1.0,3.0,3.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-22 -UM,20035,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,131,,131,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,3.0,5.0,6.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-11-15 -UM,20036,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,170,170,1,1,1,1,1,1,1,1,1,1,1,2021-11-22,0.0,3.0,0.0,3.0,0.0,3.0,3.5,4.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,1,2021-11-22 -UM,20036,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,250,,250,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,0.0,0.0,0.0,1.0,0.0,5.0,6.0,7.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-22 -UM,20037,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2021-12-13,0.0,2.0,0.0,2.0,,,,,,,,,,,,,1,2022-01-31 -UM,20037,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,,1,1,1,1,na,1,1,na,1,1,1,2022-05-16,0.0,0.5,0.0,1.0,,,,,,,,,,,,,1,2022-01-31 -UM,20038,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,210,220,220,1,1,1,1,1,1,1,1,1,1,1,2021-11-22,0.0,0.0,0.0,0.0,0.0,1.0,2.0,2.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2021-11-29 -UM,20038,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,230,230,1,1,1,1,1,1,1,1,1,1,1,2022-02-14,1.0,1.0,4.0,0.0,0.0,3.0,5.0,6.0,2.0,2.0,3.0,0.0,0.0,0.0,4.0,0.0,1,2021-11-29 -UM,20040,V1,1,1,1,1,0,0,0,0,1,1,0,0,1,,,,1,1,1,1,na,1,1,na,1,1,1,2022-01-10,0.0,0.0,0.0,0.0,,,,,,,,,,,,,1,2022-01-10 -UM,20041,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,250,,250,1,1,1,1,1,1,1,1,1,1,1,2021-12-06,8.0,0.0,7.0,0.0,0.0,5.0,6.5,6.0,2.0,2.0,2.0,0.0,0.0,0.0,4.0,0.0,1,2021-12-13 -UM,20041,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,2022-03-21,0.0,1.0,0.0,1.0,0.0,2.0,5.0,6.0,4.0,4.0,3.0,1.0,1.0,1.0,1.0,2.0,1,2021-12-13 -UM,20042,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,100,100,1,1,1,1,1,1,1,1,1,1,1,2021-12-13,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,5.0,7.0,4.0,4.0,4.0,4.0,0.0,5.0,1,2021-12-20 -UM,20042,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-04-04,0.0,1.0,0.0,1.0,,,,,,,,,,,,,1,2021-12-20 -UM,20043,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,175,,175,1,1,1,1,1,1,1,1,1,1,1,2021-12-13,0.0,4.0,0.0,0.0,0.0,5.0,4.5,4.0,4.5,4.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2021-12-13 -UM,20045,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,310,330,330,1,1,1,1,1,1,1,1,1,1,1,2022-01-03,0.0,2.0,0.0,0.0,1.0,4.0,5.0,4.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,2.0,1,2022-01-24 -UM,20046,V1,1,1,1,1,1,1,0,1,1,1,1,1,3,90,110,110,1,1,1,1,1,1,1,1,1,1,1,2022-01-03,1.5,6.5,0.0,5.0,0.0,4.0,6.0,10.0,5.0,10.0,,0.0,0.0,0.0,3.0,8.0,0,2022-01-17 -UM,20046,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,0,1,1,1,1,1,1,2022-04-18,4.0,7.0,4.0,6.0,0.0,4.0,6.0,6.0,,,,4.0,4.0,4.0,7.0,7.0,0,2022-01-17 -UM,20047,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,160,160,0,1,1,1,1,1,1,1,1,1,1,2021-12-20,0.0,0.0,0.0,0.0,0.0,2.0,2.5,3.5,2.0,2.5,2.5,0.0,0.0,0.0,0.0,0.0,1,2022-01-03 -UM,20047,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,190,190,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,0.0,0.0,0.0,0.0,0.0,2.5,3.5,4.5,2.0,2.5,2.5,0.0,0.0,0.0,0.0,0.0,1,2022-01-03 -UM,20049,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,220,220,1,1,1,1,1,1,1,1,1,1,1,2022-01-03,0.0,0.0,0.0,0.0,0.0,6.0,8.0,9.5,7.0,5.0,8.0,1.0,1.0,1.0,0.0,1.0,1,2022-01-17 -UM,20049,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,190,190,1,1,1,1,1,1,1,1,1,1,1,2022-04-18,0.0,1.0,0.0,2.0,1.5,4.0,6.0,7.0,4.5,4.0,6.0,2.0,3.0,3.0,0.0,4.0,1,2022-01-17 -UM,20050,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,78,,78,1,1,1,1,na,1,1,na,1,1,1,2021-12-13,0.0,3.0,0.0,3.0,,,,,,,,,,,,,0,2021-12-27 -UM,20050,V3,1,1,1,1,1,1,0,1,1,1,1,1,3,80,100,100,1,1,1,1,1,1,1,1,1,1,1,2022-04-25,0.0,5.0,3.0,5.0,0.0,5.0,7.0,10.0,4.0,8.0,10.0,3.0,3.0,3.0,4.0,6.0,0,2021-12-27 -UM,20051,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,2022-01-10,0.0,0.0,0.0,0.0,0.0,3.5,2.5,5.0,4.0,4.0,5.0,0.0,0.0,0.0,0.0,0.0,1,2022-01-17 -UM,20051,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,110,,110,1,1,1,1,na,1,1,na,1,1,1,2022-04-11,0.0,0.0,0.0,0.0,,,,,,,,,,,,,0,2022-01-17 -UM,20052,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,2021-12-20,0.0,0.0,0.0,0.0,0.0,4.0,3.0,3.0,2.0,1.0,0.5,0.0,0.0,0.0,0.0,0.0,1, -UM,20056,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2022-01-03,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,1.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2022-01-10 -UM,20056,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,0.0,1.0,0.0,1.0,0.0,4.0,5.0,4.0,,,,1.0,1.0,1.0,0.0,1.0,0,2022-01-10 -UM,20057,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,110,,110,1,1,1,1,1,1,1,1,1,1,1,2022-01-10,0.0,0.0,0.0,0.0,0.0,5.0,5.0,5.0,5.0,6.0,6.0,2.0,2.0,2.0,0.0,0.0,1,2022-01-31 -UM,20057,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,100,90,90,1,1,1,1,1,1,1,1,1,1,1,2022-05-16,0.0,2.0,0.0,1.0,0.0,5.0,5.0,4.0,,,,1.0,1.0,1.0,0.0,2.0,0,2022-01-31 -UM,20058,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,160,160,1,1,1,1,1,1,1,1,1,1,1,2022-01-17,0.0,0.0,0.0,0.0,0.0,2.0,5.0,8.0,1.0,3.0,5.0,1.0,1.0,1.0,0.0,0.0,1,2022-02-21 -UM,20059,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,80,80,1,1,1,1,0,1,1,1,1,1,1,2022-01-24,1.0,2.0,1.0,2.0,0.0,3.0,6.0,8.0,3.5,7.0,9.0,0.0,0.0,0.0,1.0,2.0,1,2022-03-14 -UM,20059,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,100,120,120,1,1,1,1,1,1,1,1,1,1,1,2022-06-13,0.0,0.0,0.0,0.0,0.0,3.0,6.0,9.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-03-14 -UM,20061,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,110,110,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,0.0,0.0,0.0,0.0,0.0,3.0,6.0,8.0,,,,2.0,2.0,2.0,0.0,0.0,0,2022-03-14 -UM,20061,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,60,,60,1,1,1,1,na,1,1,na,1,1,1,2022-06-20,0.0,0.0,0.0,0.0,,,,,,,,,,,0.0,0.0,0,2022-03-14 -UM,20062,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,1,1,1,1,1,1,1,1,2022-01-24,0.0,0.0,0.0,0.0,0.0,3.0,3.0,5.0,2.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,1,2022-01-31 -UM,20062,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,0.0,0.0,0.0,0.0,0.0,3.0,3.0,4.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2022-01-31 -WS,20064,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,170,170,1,1,1,1,0,0,1,1,1,0,1,2022-02-14,0.0,0.0,0.0,0.0,0.0,0.0,5.0,3.0,0.0,4.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2022-02-21 -WS,20064,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,2022-05-30,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,3.0,1.5,0.0,0.0,0.0,0.0,0.0,1,2022-02-21 -UM,20066,V1,1,1,1,1,1,1,0,0,1,1,0,0,3,190,260,260,1,1,1,1,1,1,1,1,1,1,1,2022-02-07,6.0,8.0,6.0,8.0,0.0,2.0,6.0,9.0,,,,,,,,,0,2022-02-07 -UM,20067,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,340,400,400,1,1,1,1,1,1,1,1,1,1,1,2022-02-07,0.0,0.0,0.0,0.0,0.0,2.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2022-02-14 -UM,20068,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,250,,250,1,1,1,1,1,1,1,1,1,1,1,2022-02-14,0.0,0.0,0.0,0.0,0.0,4.5,6.0,7.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2022-03-21 -UM,20068,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,330,,330,1,1,1,1,0,1,1,1,1,1,1,2022-06-13,0.0,0.0,0.0,0.0,0.0,4.0,3.0,3.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2022-03-21 -UM,20071,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-02-21,1.0,3.0,3.0,3.0,,,,,,,,,,,,,1,2022-02-28 -UM,20071,V3,1,1,1,1,,0,,0,1,1,,0,3,,,,1,1,1,1,0,1,1,0,1,1,1,2022-06-06,0.0,0.0,0.0,0.0,,,,,,,,,,,,,1,2022-02-28 -UM,20072,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2022-03-21 -UM,20075,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,120,120,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,0.0,0.0,0.0,0.0,0.0,3.0,4.0,5.0,4.0,6.0,7.5,0.0,0.0,0.0,0.0,0.0,1,2022-03-14 -UM,20075,V3,,0,,0,,0,,0,,0,,0,,100,,100,0,0,0,0,0,0,0,0,0,0,0,na,,,,,,,,,,,,,,,,,0,2022-03-14 -UM,20076,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,1,1,1,1,1,1,1,1,2022-03-07,0.0,0.0,0.0,0.0,0.0,6.0,5.5,6.0,7.0,5.5,5.5,0.0,0.0,0.0,0.0,0.0,1,2022-03-14 -UM,20076,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,100,70,70,1,1,1,1,na,1,1,na,1,1,1,2022-06-20,0.0,0.0,0.0,1.0,0.0,,,,,,,,,,,,0,2022-03-14 -UM,20077,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,170,170,1,1,1,1,1,1,1,0,1,1,1,2022-03-21,0.0,0.0,0.0,0.5,0.0,0.0,3.0,5.5,4.0,2.0,3.0,1.0,0.0,0.0,1.0,1.5,1,2022-04-11 -UM,20077,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,140,140,1,1,1,1,1,1,1,1,1,1,1,2022-07-25,0.0,0.0,0.0,0.0,0.0,0.0,4.0,5.0,3.0,4.0,6.0,0.0,0.0,0.0,0.0,0.0,1,2022-04-11 -UM,20078,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,,190,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,7.0,5.0,7.0,5.0,5.0,6.0,0.0,0.0,0.0,0.0,2.0,1,2022-03-14 -UM,20078,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,180,180,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,0.0,0.0,0.0,0.0,0.0,4.0,6.0,8.0,3.0,5.0,6.0,0.0,0.0,0.0,0.0,0.0,1,2022-03-14 -UM,20081,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-04-04,0.0,0.0,0.0,1.0,,,,,,,,,,,,,1,2022-04-04 -UM,20081,V3,1,1,1,1,0,0,0,0,1,1,0,0,,,,,1,1,1,1,na,0,1,na,1,1,1,2022-07-25,0.0,0.0,0.0,0.0,,,,,,,,,,,,,1,2022-04-04 -UM,20084,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,,190,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,0.0,0.0,0.0,0.0,0.0,4.5,5.5,7.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2022-04-18 -UM,20084,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,2022-07-25,0.0,0.0,0.0,0.0,0.0,3.0,4.0,3.0,3.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2022-04-18 -UM,20088,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,210,210,1,1,1,1,0,0,1,1,1,1,1,2022-04-04,0.0,0.0,0.0,0.0,0.0,4.0,4.0,3.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2022-05-16 -UM,20088,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,125,,125,1,1,1,1,1,1,1,1,1,1,1,2022-08-15,0.0,4.0,0.0,4.0,0.0,4.0,5.0,6.0,2.0,3.0,3.0,0.0,0.0,0.0,0.0,3.5,1,2022-05-16 -UM,20090,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,0,1,1,1,1,1,1,2022-03-28,0.0,0.0,0.0,0.0,0.0,4.0,4.5,4.5,2.0,1.5,1.5,0.0,0.0,0.0,0.0,0.0,1,2022-04-11 -UM,20090,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,2022-07-11,0.0,0.0,0.0,0.0,0.0,3.5,3.5,3.5,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2022-04-11 -UM,20092,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2022-04-11 -UM,20094,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,240,,240,1,1,1,1,1,1,1,1,1,1,1,2022-04-18,0.0,0.0,0.0,2.0,0.0,4.0,4.0,4.0,3.0,2.0,2.0,1.0,0.0,0.0,0.0,1.0,1,2022-04-25 -UM,20094,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,270,,270,1,1,1,1,1,1,1,1,1,1,1,2022-08-01,0.0,0.0,0.0,0.0,0.0,5.0,4.0,4.0,4.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,1,2022-04-25 -UM,20097,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-04-25,0.0,0.0,0.0,0.0,,,,,,,,,,,,,1,2022-05-09 -UM,20098,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,160,160,1,1,1,1,0,1,1,1,1,1,1,2022-04-18,0.0,2.0,0.0,0.0,0.0,5.0,5.0,4.0,2.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2022-04-25 -UM,20098,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,140,140,1,1,1,1,1,1,1,1,1,1,1,2022-07-18,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,2.0,3.0,5.0,0.0,0.0,0.0,0.0,0.0,1,2022-04-25 -UM,20099,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,80,100,100,1,1,1,1,0,1,1,1,1,1,1,2022-05-09,0.0,2.0,0.0,2.0,0.0,1.0,2.0,2.0,0.0,2.0,2.0,0.0,0.0,0.0,0.0,2.0,1,2022-06-13 -WS,20100,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,2022-05-09,1.0,4.0,1.0,0.0,1.0,3.0,4.0,4.0,,,,7.0,4.0,1.0,0.0,4.0,0,2022-05-16 -UM,20101,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,150,150,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,0.0,3.0,0.0,4.0,0.0,4.0,8.0,8.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,6.0,1,2022-05-09 -UM,20101,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,145,185,185,1,1,1,1,1,1,1,1,1,1,1,2022-08-15,0.0,3.0,0.0,3.0,0.0,3.0,6.0,7.5,4.0,4.0,5.0,0.0,0.0,0.0,0.0,3.0,1,2022-05-09 -UM,20102,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,270,,270,1,1,1,1,1,1,1,1,1,1,1,2022-05-16,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,1.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,1,2022-06-06 -UM,20104,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,2022-05-16,0.0,0.0,0.0,0.0,0.0,2.0,4.0,4.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2022-05-30 -UM,20105,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-05-23,4.0,5.0,4.0,5.0,0.0,,,,,,,,,,,,1,2022-05-23 -SH,20108,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,100,100,1,1,1,1,1,1,1,1,1,1,1,2022-06-06,0.0,0.0,0.0,0.0,0.0,2.0,3.0,2.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2022-06-13 -WS,20112,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,230,230,1,1,1,1,1,1,1,1,1,1,1,2022-06-13,0.0,0.0,0.0,3.5,0.0,4.0,4.0,4.5,2.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,1,2022-06-20 -UM,20116,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,,1,1,1,1,na,1,1,na,1,1,1,2022-06-06,2.0,2.0,0.0,0.0,0.0,,,,,,,,,,0.0,3.0,1,2022-06-06 -UM,20116,V3,1,0,1,0,1,0,1,0,1,0,1,0,3,150,,150,0,0,0,0,0,0,0,0,0,0,0,na,1.0,0.0,0.0,0.0,0.0,4.0,5.0,7.0,3.0,4.0,6.0,1.0,1.0,0.0,0.0,0.0,1,2022-06-06 -UM,20121,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,150,150,1,1,1,1,1,1,1,1,1,1,1,2022-06-20,0.0,0.0,0.0,0.0,0.0,5.0,4.0,6.0,2.0,2.5,3.5,0.5,0.0,0.0,0.0,0.0,1,2022-06-20 -SH,20124,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,0,2022-06-20,0.0,0.0,0.0,0.0,0.0,3.0,3.5,4.0,2.0,2.0,2.5,0.0,0.0,0.0,0.0,0.0,1,2022-07-04 -SH,20127,V1,1,0,1,1,1,1,1,1,1,1,1,1,3,220,,220,1,1,1,0,0,0,0,1,0,0,0,2022-06-27,0.0,5.0,0.0,5.0,0.0,4.0,4.0,3.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,5.0,1,2022-07-11 -UM,20128,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,60,80,80,1,1,1,1,1,1,1,1,1,1,1,2022-07-18,0.0,4.0,0.0,4.0,0.0,2.0,2.0,2.0,5.0,5.0,6.0,0.0,0.0,0.0,0.0,,1,2022-07-25 -UM,20130,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,60,1,1,1,1,na,1,1,na,1,1,1,2022-06-27,0.0,5.0,,,,,,,,,,,,,0.0,5.0,0,2022-07-04 -UM,20132,V1,1,0,1,0,1,0,1,0,1,0,1,0,3,190,140,140,0,0,0,0,0,0,0,0,0,0,0,na,0.0,1.0,0.0,0.0,0.0,3.0,4.0,2.0,4.0,4.0,5.0,3.0,3.0,3.0,4.5,5.0,1,2022-07-11 -UM,20133,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.0,8.0,8.0,0.0,0.0,0.0,0.0,0.0,1,2022-07-11 -UM,20134,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,170,170,1,1,1,1,1,1,1,1,1,1,1,2022-07-11,0.0,0.0,0.0,0.0,0.0,0.0,4.0,2.0,1.0,5.0,6.0,0.0,0.0,0.0,0.0,0.0,1,2022-07-18 -SH,20135,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,120,120,1,1,1,1,1,1,1,1,1,1,0,2022-07-04,0.0,0.0,0.0,0.0,0.0,3.0,5.0,3.0,3.0,4.0,6.0,2.0,0.0,0.0,0.0,0.0,1,2022-07-25 -UM,20136,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,140,140,1,1,1,1,1,0,1,1,1,1,1,2022-07-18,0.0,0.0,0.0,3.0,0.0,5.0,5.0,5.0,6.0,6.0,6.0,0.0,0.0,0.0,0.0,4.0,1,2022-07-25 -SH,20138,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,350,,350,1,1,1,1,1,1,1,1,1,1,1,2022-07-25,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2022-08-01 -UM,20139,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,171,190,190,1,1,1,1,1,1,1,1,1,1,1,2022-08-08,0.0,4.0,0.0,3.0,0.0,2.0,3.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,3.0,1,2022-08-29 -UM,20142,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,110,170,170,1,1,1,0,0,0,1,1,1,1,1,2022-07-25,5.0,0.0,0.0,0.0,0.0,3.0,4.0,3.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,1,2022-08-08 -UM,20143,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,2022-08-01,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,3.0,2.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2022-08-15 -SH,20146,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,135,135,1,1,1,1,1,1,1,1,1,1,0,2022-08-22,0.0,5.0,0.0,5.5,0.0,5.0,6.0,7.0,4.0,6.0,7.5,0.0,0.0,0.0,0.0,5.5,1,2022-09-12 +site,subject_id,visit,T1 Indicated,T1 Received,DWI Indicated,DWI Received,fMRI Individualized Pressure Indicated,fMRI Individualized Pressure Received,fMRI Standard Pressure Indicated,fMRI Standard Pressure Received,1st Resting State Indicated,1st Resting State Received,2nd Resting State Indicated,2nd Resting State Received,fMRI T1 Tech Rating,Cuff1 QST Pressure,Cuff1 Recalibrated Pressure,Cuff1 Applied Pressure,dicom,bids,bids_validation,fslanat,fmriprep_anat,fmriprep_cuff,fmriprep_rest,mriqc_anat,mriqc_cuff,mriqc_rest,qsiprep,cat12,brainager,fcn,signatures,acquisition_week,Surgical site pain rest,Body pain rest,Surgical site pain after first scan,Body pain after first scan,Cuff pain after first scan,Cuff pain cuff1 beginning,Cuff pain cuff1 middle,Cuff pain cuff1 end,Cuff pain cuff2 beginning,Cuff pain cuff2 middle,Cuff pain cuff2 end,Cuff pain rest beginning,Cuff pain rest middle,Cuff pain rest end,Surgical site pain after last scan,Body pain after last scan,Cuff contraindicated,Surgery Week,Face Mask,Magnet Name,Repeat instance +UI,10003,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,70,,70,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-19,0.0,1.5,0.0,2.0,0.0,2.0,3.0,3.0,,,,0.0,0.0,0.0,0.0,4.0,0,2021-04-19,,na, +UI,10003,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-03-29,0.0,0.0,0.0,0.0,0.0,0.0,2.0,3.0,,,,0.0,0.0,0.0,0.0,2.0,0,2021-04-19,,na,1 +UI,10005,V1,1,1,0,0,0,0,0,0,0,0,0,0,2,190,,na,1,1,1,1,1,na,na,1,na,na,na,1,1,na,na,2021-04-05,,,,,,,,,,,,,,,,,0,2021-04-12,,na,1 +UI,10008,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,75,,75,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-07-19,5.0,6.0,0.0,6.0,0.0,3.0,0.0,1.0,,,,2.0,0.0,0.0,2.0,6.0,0,2021-04-12,,na, +UI,10008,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-03-29,0.0,1.0,0.0,4.0,0.0,4.0,5.0,6.0,,,,1.0,3.0,4.0,1.0,4.0,0,2021-04-12,,na,1 +UI,10009,V1,1,1,0,0,0,0,0,0,0,0,0,0,3,85,,na,1,1,1,1,1,na,na,1,na,na,na,1,1,na,na,2021-04-05,,,,,,,,,,,,,,,,,0,,,na,1 +UI,10010,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,70,80,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-19,0.0,0.0,0.0,0.0,0.0,5.0,4.0,3.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-04-19,,na, +UI,10010,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-04-12,1.0,0.0,1.0,0.0,0.0,3.0,6.0,7.0,4.5,4.0,3.5,0.0,0.0,0.0,1.0,0.0,0,2021-04-19,,na,1 +UI,10011,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,175,,175,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-26,0.0,0.0,0.0,0.0,0.0,0.0,4.0,5.0,1.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2021-04-19,,na, +UI,10011,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,155,,155,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-04-05,1.5,0.0,1.0,0.0,0.0,9.0,8.5,8.5,9.0,6.0,3.0,0.0,0.0,0.0,0.5,0.0,0,2021-04-19,,na,1 +UI,10013,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,90,110,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-09,0.0,0.0,0.0,0.0,0.0,0.0,6.0,8.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-05-10,,na, +UI,10013,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,60,,60,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-04-19,0.0,0.0,0.0,0.0,6.0,4.0,5.0,5.5,,,,0.0,0.0,0.0,0.0,0.0,0,2021-05-10,,na,1 +UI,10014,V3,1,1,1,1,0,0,0,0,0,0,0,0,3,60,50,na,1,1,1,1,1,na,na,1,na,na,1,1,1,na,na,2021-08-09,,,,,,,,,,,,,,,,,0,2021-05-03,,na, +UI,10014,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-05-03,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,,,,0.0,0.0,0.0,0.0,4.0,0,2021-05-03,,na,1 +UI,10015,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,140,95,95,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,4.0,0.0,0.0,0.0,4.0,3.0,3.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-05-17,,na, +UI,10015,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,150,115,115,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-04-19,3.0,3.0,3.0,4.0,4.0,6.0,7.0,7.0,,,,6.0,6.0,6.0,0.0,4.0,0,2021-05-17,,na,1 +UI,10017,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,91,,91,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-04-19,5.0,6.0,8.0,8.0,4.0,10.0,6.0,3.0,,,,7.0,4.5,6.5,7.0,8.0,0,2021-05-03,,na,1 +UI,10020,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,120,115,115,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-04-26,0.0,2.0,0.0,2.0,0.0,4.0,5.0,5.0,,,,0.0,0.0,0.0,2.0,3.0,0,2021-05-03,,na,1 +UI,10023,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,0.0,0.0,0.0,1.0,0.0,1.0,5.0,7.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-06-14,,na, +UI,10023,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,135,135,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-05-17,0.0,1.0,0.0,1.0,0.0,6.0,6.5,6.0,5.0,6.0,6.5,2.0,4.0,1.0,0.0,3.0,0,2021-06-14,,na,1 +UI,10024,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-11-01,0.0,2.0,0.0,2.0,0.0,,,,,,,0.0,0.0,0.0,0.0,2.0,0,2021-06-14,,na, +UI,10024,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-05-31,4.0,1.0,2.0,2.0,1.0,5.0,6.0,7.0,,,,2.0,2.0,2.0,3.0,2.0,0,2021-06-14,,na,1 +UI,10026,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-05-17,5.0,5.0,5.0,6.0,3.0,4.0,6.0,8.0,,,,3.0,3.0,3.0,4.0,7.0,0,2021-06-07,,na,1 +UI,10028,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,70,80,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,1.0,0.0,3.0,0.0,0.0,4.5,4.5,4.5,,,,0.0,0.0,0.0,5.0,0.0,0,2021-06-07,,na, +UI,10028,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-05-24,0.0,0.0,0.0,0.0,0.0,4.0,3.0,5.0,,,,0.0,0.0,0.0,0.0,1.0,0,2021-06-07,,na,1 +UI,10029,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-05-31,0.0,1.0,0.0,1.0,0.0,4.0,4.0,4.0,,,,0.0,0.0,0.0,0.0,2.0,0,2021-08-16,,na,1 +UI,10030,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-16,1.0,0.0,0.0,0.0,0.0,6.0,5.0,2.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-05-17,,na, +UI,10030,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,170,165,165,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-05-17,0.0,0.0,0.0,0.0,0.0,4.0,4.0,5.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2021-05-17,,na,1 +UI,10031,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,125,,125,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-20,0.0,1.0,0.0,2.0,0.0,5.0,3.0,2.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,2.0,0,2021-06-07,,na, +UI,10031,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,115,85,85,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-05-31,0.0,2.0,0.0,2.5,0.0,3.0,3.0,3.5,,,,0.0,0.0,0.0,0.0,3.0,0,2021-06-07,,na,1 +UI,10032,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,120,140,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-13,3.0,4.0,7.0,7.0,0.0,3.0,6.0,7.0,2.0,4.0,7.5,,,,,,0,2021-06-07,,na, +UI,10032,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,140,120,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-05-24,4.0,4.0,7.0,6.0,1.0,1.0,4.0,6.5,,,,,,,,,0,2021-06-07,,na,1 +UI,10033,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,2.0,1.0,2.0,2.0,1.0,1.0,1.0,1.0,,,,0.0,0.0,0.0,2.0,3.0,0,2021-06-28,,na, +UI,10033,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-14,5.0,7.0,4.0,6.0,3.0,4.0,5.0,5.0,,,,3.0,3.0,3.0,3.0,6.0,0,2021-06-28,,na,1 +UI,10034,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,120,80,80,1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,2021-10-04,0.0,2.0,0.0,3.5,0.0,4.0,5.0,5.0,,,,0.0,0.0,0.0,0.0,3.0,0,2021-06-28,,na, +UI,10034,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,140,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-07,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-06-28,,na,1 +UI,10035,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-06,1.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,0.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,0,2021-05-31,,na, +UI,10035,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,92,,92,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-05-24,0.0,2.0,1.0,2.0,0.0,3.0,3.5,3.0,,,,0.0,0.0,0.0,0.0,1.5,0,2021-05-31,,na,1 +UC,10036,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,0.0,0.0,0.0,0.0,1.0,2.5,4.0,2.0,6.0,6.0,2.0,3.0,4.5,0.0,0.0,0,2021-06-28,,na, +UC,10036,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-21,6.0,3.0,2.0,3.0,5.0,2.0,6.0,5.0,2.0,5.0,8.0,2.0,4.0,6.0,7.0,5.0,0,2021-06-28,,na,1 +UI,10037,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,125,,125,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-20,0.0,0.0,0.0,0.0,0.0,5.0,6.0,6.0,5.0,6.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2021-06-07,,na, +UI,10037,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,65,75,75,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-07,0.0,0.0,0.0,0.0,0.0,6.0,7.0,9.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-06-07,,na,1 +UI,10038,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,95,,95,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,2.0,0.0,2.0,0.0,1.5,0.0,5.0,8.0,,,,3.0,5.0,3.0,0.0,0.0,0,2021-06-07,,na, +UI,10038,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-07,0.0,0.0,0.0,2.0,0.0,3.0,2.0,2.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-06-07,,na,1 +UC,10040,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-09,5.0,7.0,,,0.0,5.0,5.0,5.0,7.0,7.0,7.0,5.0,5.0,5.0,5.0,2.0,0,2021-08-16,,na,1 +UI,10041,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,150,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,1.0,0.0,1.0,0.0,5.0,4.0,4.5,3.0,2.0,2.0,0.0,0.0,0.0,0.0,1.0,0,2021-06-28,,na, +UI,10041,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-14,0.5,0.5,0.5,0.5,0.5,4.0,4.0,5.0,2.0,3.0,4.0,0.5,1.0,1.0,0.0,1.0,0,2021-06-28,,na,1 +NS,10042,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,311,,311,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2021-06-21,,na,1 +UI,10044,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,130,120,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,1.0,0.0,0.0,0.0,0.0,4.0,5.0,3.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-06-28,,na, +UI,10044,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,140,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-28,0.0,0.0,0.0,0.0,0.0,5.0,4.0,4.0,5.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2021-06-28,,na,1 +UI,10045,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2021-06-28,,na, +UI,10045,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,145,170,170,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-14,5.0,0.0,5.0,0.0,0.0,3.0,3.0,0.0,3.0,3.0,0.0,0.0,0.0,0.0,5.0,0.0,0,2021-06-28,,na,1 +NS,10047,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,210,220,220,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,1.5,1.5,1.5,0.0,0.0,0.0,0.5,0.0,0,2021-07-05,,na, +NS,10047,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,280,290,290,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-28,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.5,2.5,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2021-07-05,,na,1 +UC,10049,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,3.5,4.0,4.0,2.5,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-08-09,0,na, +UC,10049,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,0.0,0.0,0.0,0.0,3.5,4.0,4.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2021-08-09,,na,1 +NS,10050,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,271,,271,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-21,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.5,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2021-06-28,,na,1 +UI,10052,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,0.0,2.0,0.0,2.0,0.0,0.0,2.0,5.0,1.0,3.0,3.0,0.0,0.0,0.0,0.0,2.0,0,2021-07-12,,na, +UI,10052,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,160,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2021-06-28,0.0,0.0,0.0,0.0,0.0,4.0,3.0,2.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2021-07-12,,na,1 +NS,10053,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170.0,190,190,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-21,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,4.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2021-06-28,,na,1 +NS,10054,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,240,260,260,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-20,0.0,0.0,0.0,0.0,0.0,3.5,4.5,5.0,2.0,1.5,1.0,0.0,0.0,0.0,0.0,0.0,0,2021-06-28,,na, +NS,10054,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,211,,211,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-06-21,0.0,0.0,0.0,0.5,0.0,3.5,5.0,5.0,2.0,2.0,1.5,0.0,0.0,0.0,0.0,0.5,0,2021-06-28,,na,1 +UC,10055,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,0.0,7.0,0.0,6.0,0.0,4.0,6.0,6.0,3.0,4.0,4.0,3.0,1.0,0.0,0.0,5.0,0,2021-08-02,,na,1 +UI,10056,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,3.0,2.0,3.0,3.0,3.0,5.0,3.0,2.0,,,,2.0,2.0,2.0,4.0,4.0,0,2021-07-12,,na, +UI,10056,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,115,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-05,4.0,1.0,4.0,1.0,2.0,6.0,4.0,7.0,2.0,4.0,6.0,2.0,2.0,2.0,2.0,2.0,0,2021-07-12,,na,1 +UI,10057,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,180,115,115,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-06-06,0.0,0.0,0.0,0.0,0.0,3.0,2.5,2.5,,,,0.0,1.0,0.0,0.5,0.0,0,2022-02-07,1,na, +UI,10057,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-07,0.0,0.5,0.0,0.5,0.0,1.5,2.0,2.0,0.5,1.0,1.5,0.0,0.0,0.0,0.0,0.5,0,2022-02-07,1,na,1 +UC,10058,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2021-11-01,4.5,3.0,4.0,4.0,4.0,0.0,3.0,2.0,4.0,3.0,4.0,3.0,2.0,2.0,6.0,0.0,0,2021-07-26,,na, +UC,10058,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,3.0,7.0,3.0,7.0,1.0,1.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,6.0,8.0,0,2021-07-26,,na,1 +NS,10059,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,1.0,1.0,0.0,0.0,0.0,4.0,5.0,5.0,5.0,4.0,4.0,0.0,0.0,0.0,0.0,2.0,0,2021-07-12,,na, +NS,10059,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,111,160,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-05,0.0,0.0,0.0,0.0,0.0,4.5,4.5,4.5,2.0,4.0,4.5,0.0,0.0,0.0,0.0,0.0,0,2021-07-12,,na,1 +NS,10060,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,120,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.0,3.0,0.0,3.0,0.0,1.0,2.0,3.0,1.0,1.5,1.5,0.0,0.0,0.0,0.0,2.0,0,2021-07-12,,na, +NS,10060,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,,190,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,3.0,0.0,3.0,0.0,4.0,6.5,6.5,3.0,5.0,6.0,0.0,0.0,0.0,0.0,2.0,0,2021-07-12,,na,1 +NS,10061,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,0.0,0.0,0.0,0.0,0.0,5.0,6.0,6.0,4.0,5.0,6.0,2.0,1.0,1.0,0.0,0.0,0,2021-07-12,,na, +NS,10061,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80.0,,80.0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-05,0.0,1.0,1.0,1.0,0.0,4.0,5.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,0,2021-07-12,,na,1 +UI,10062,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,2.5,3.5,5.0,4.0,2.0,4.0,0.0,0.0,0.0,2.0,0.0,0,2021-07-26,1,na, +UI,10062,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,190,,190,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,2.5,0.0,0.0,0.0,8.0,6.0,7.0,7.0,4.0,3.0,6.5,4.0,3.0,4.0,4.5,0,2021-07-26,,na,1 +UI,10063,V3,1,1,1,1,1,1,0,0,1,1,0,0,2,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,1.0,1.0,1.0,1.0,0.0,4.0,5.0,3.0,,,,,,,0.0,0.0,0,2021-07-26,1,na, +UI,10063,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,105,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,0.0,0.0,0.0,0.0,5.0,4.0,4.0,,,,0.0,0.0,0.0,0.0,1.0,0,2021-07-26,,na,1 +UC,10064,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,2.0,3.5,2.0,2.0,0.0,0.0,2.0,4.0,2.5,4.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2021-08-16,0,na, +UC,10064,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,135,,135,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-19,0.0,3.0,3.0,4.0,0.0,4.0,4.0,4.5,4.0,3.5,3.5,0.0,0.0,0.0,4.0,0.0,0,2021-08-16,,na,1 +UC,10066,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-08-02,0.0,4.0,0.0,0.0,0.0,3.5,3.5,3.5,5.0,5.0,0.0,,,,,,0,2021-08-09,,na,1 +UC,10067,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,6.0,2.5,6.0,0.0,0.0,2.0,2.0,2.0,4.0,7.0,0.0,0.0,0.0,0.0,7.5,0,2021-07-19,,na, +UC,10067,V1,1,1,1,1,0,0,0,0,1,1,0,0,,145,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-07-12,5.0,10.0,,,,,,,,,,,,,,,0,2021-07-19,,na,1 +UC,10068,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,220,,220,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,0.0,0.0,0.0,0.0,1.0,3.0,2.0,1.0,1.0,2.0,3.0,0.0,1.0,2.0,0.0,2.0,1,2021-07-12,,na, +NS,10070,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2021-10-18,0.0,0.5,0.0,0.0,0.0,4.0,6.5,7.0,3.0,4.0,3.5,0.0,0.0,0.0,0.0,0.0,0,2021-07-12,,na, +NS,10070,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,179,210,210,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-05,0.0,0.0,0.0,0.0,0.0,1.5,4.5,4.5,1.0,1.0,1.5,0.0,0.0,0.0,1.0,0.0,0,2021-07-12,,na,1 +NS,10071,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,170,170,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,0.0,3.0,0.0,3.0,0.0,1.0,3.0,2.0,1.0,3.0,1.0,1.0,2.0,1.0,0.0,1.0,0,2021-07-19,1,na, +NS,10071,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,140,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,0.0,0.0,2.0,0.0,2.0,5.0,4.0,3.0,7.0,8.0,0.0,0.0,0.0,0.0,0.0,0,2021-07-19,,na,1 +UI,10072,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,150,165,165,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,0.0,0.0,0.0,0.0,5.0,6.0,5.0,3.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-08-02,,na, +UI,10072,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,0.0,0.0,0.0,0.0,0.0,6.0,5.0,4.0,4.0,5.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2021-08-02,,na,1 +NS,10073,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,1.0,5.0,1.0,4.0,0.0,4.0,5.0,5.0,3.0,3.0,3.0,0.0,0.0,0.0,1.0,5.0,0,2021-07-19,,na, +NS,10073,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,210,,210,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-12,5.0,5.0,4.0,6.0,0.0,7.0,7.0,6.0,2.0,3.0,2.0,0.0,0.0,0.0,3.0,7.0,0,2021-07-19,,na,1 +NS,10074,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-07-26,0.0,3.0,0.0,3.0,0.0,,,,,,,,,,0.0,2.5,1,2021-08-02,,na,1 +NS,10075,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,0.5,1.0,0.5,2.0,0.0,0.5,3.0,5.5,0.5,2.0,4.0,0.0,0.0,0.0,0.0,1.0,0,2021-08-02,1,na, +NS,10075,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2021-07-19,0.0,2.0,0.0,3.0,0.0,1.0,5.0,9.0,1.0,4.0,6.0,0.0,0.0,0.0,0.0,3.0,0,2021-08-02,,na,1 +NS,10076,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-11-22,1.0,0.0,0.0,0.0,0.0,2.0,2.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2021-08-02,0,na, +NS,10076,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,150,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-07-26,4.0,1.0,3.0,1.0,0.0,7.0,8.5,9.5,5.0,5.0,5.0,0.0,0.0,0.0,5.0,0.0,0,2021-08-02,,na,1 +NS,10077,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,5.0,7.0,3.0,7.0,6.0,5.0,5.0,6.0,4.0,4.0,7.0,4.0,4.0,6.0,5.0,7.0,1,2021-07-26,,na, +NS,10077,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2021-07-26,7.0,8.0,7.0,9.0,3.0,3.0,4.0,5.0,5.0,6.0,7.0,5.0,6.0,8.0,2.0,9.5,1,2021-07-26,,na,1 +NS,10080,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,230,210,210,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,0.0,0.0,0.0,0.0,6.5,8.0,9.0,4.0,6.0,8.0,1.0,1.0,1.0,0.0,2.0,0,2021-08-02,,na, +NS,10080,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,2021-07-19,0.0,1.0,0.0,2.0,0.0,1.0,4.0,6.0,1.0,3.0,3.0,0.0,0.0,0.0,0.0,4.0,0,2021-08-02,,na,1 +UI,10082,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-11-15,2.0,6.0,2.0,5.0,0.0,,,,,,,0.0,0.0,0.0,1.0,5.0,0,2021-08-16,1,na, +UI,10082,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,1.0,0.0,0.0,1.0,0.0,4.0,6.0,10.0,3.0,5.0,7.0,3.0,5.0,7.0,0.0,1.0,0,2021-08-16,,na,1 +NS,10085,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,1.0,0.0,5.0,4.0,3.0,4.0,6.0,5.0,0.0,0.0,0.0,0.0,1.0,0,2021-08-02,0,na, +NS,10085,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,120,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2021-07-26,0.0,1.0,0.0,1.0,0.0,8.0,7.0,8.0,6.0,8.0,7.5,0.0,0.0,0.0,1.0,1.0,0,2021-08-02,,na,1 +NS,10086,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-08-02,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-08-09,,na,1 +UI,10087,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,175,175,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-13,0.0,3.0,0.0,2.0,0.0,3.0,3.0,2.0,3.0,2.0,2.0,2.0,1.0,1.0,1.0,3.0,0,2021-08-16,1,na, +UI,10087,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,70,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,6.0,5.5,6.0,2.0,4.0,4.5,4.5,4.5,,,,0.0,0.0,0.0,7.5,2.5,0,2021-08-16,,na,1 +UI,10088,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2021-11-29,0.0,4.0,0.0,3.0,0.0,,,,,,,0.0,0.0,0.0,0.0,3.0,0,2021-08-16,1,na, +UI,10088,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2021-08-16,0.0,2.0,0.0,4.0,4.0,1.0,3.5,4.0,,,,3.0,3.0,3.0,0.0,5.0,0,2021-08-16,,na,1 +UI,10089,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2021-11-22,5.0,0.0,0.0,5.0,,,,,,,,,,,6.0,7.5,1,2021-08-09,1,na, +UI,10089,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-08-02,6.5,5.0,6.5,0.0,0.0,,,,,,,,,,,,1,2021-08-09,,na,1 +UI,10090,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,140,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,4.0,4.5,5.0,3.0,3.0,3.5,0.5,0.5,0.5,0.0,0.0,0,2021-08-09,1,na, +UI,10090,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,65,80,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,0.0,0.5,0.0,0.5,0.0,1.0,1.0,0.5,,,,0.5,0.5,0.5,0.0,0.0,0,2021-08-09,,na,1 +NS,10092,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,0.0,1.0,0.0,2.0,0.0,4.0,6.0,6.0,3.0,3.0,3.0,1.0,1.0,1.0,0.0,1.0,0,2021-08-02,0,na, +NS,10092,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,200,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,1.0,3.0,1.0,4.0,0.0,3.0,5.0,6.5,3.0,3.0,3.0,1.0,1.0,1.0,1.0,3.0,0,2021-08-02,,na,1 +NS,10093,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,200,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-06,0.0,0.0,0.0,0.0,0.0,2.5,3.0,3.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-08-16,0,na, +NS,10093,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,240,280,280,1,1,1,1,0,1,0,1,1,1,1,1,1,0,0,2021-08-09,0.0,0.0,0.0,0.0,0.0,3.0,3.5,3.5,0.0,1.5,1.5,0.0,0.0,0.0,1.0,0.0,0,2021-08-16,,na,1 +NS,10094,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,0,na,0,1,na,1,1,1,1,0,0,2021-08-02,1.0,0.0,1.0,2.0,,,,,,,,,,,1.0,2.0,1,2021-08-09,,na,1 +NS,10095,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,170,170,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-22,0.0,0.0,0.0,0.0,0.0,3.0,5.0,6.0,2.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2021-08-16,0,na, +NS,10095,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,210,220,220,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-02,0.0,0.0,0.0,0.0,0.0,7.0,8.0,,4.5,4.5,5.0,0.0,0.0,0.0,1.0,0.0,0,2021-08-16,,na,1 +UI,10097,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,110,85,85,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-09,0.0,1.0,1.0,1.0,0.0,4.0,5.0,6.0,,,,1.0,1.0,0.0,1.0,1.0,0,2021-10-18,,na,1 +NS,10100,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-08-09,0.0,0.0,3.0,0.0,,,,,,,,,,,3.0,3.0,1,2021-08-16,,na,1 +NS,10101,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,0,0,2021-12-06,1.0,3.0,1.0,3.0,0.0,,,,,,,0.0,0.0,0.0,1.0,3.0,0,2021-08-30,0,na, +NS,10101,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,140,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-16,0.0,1.0,1.0,1.0,0.5,0.5,4.0,8.0,1.5,4.5,8.0,2.0,2.0,2.0,2.0,2.0,0,2021-08-30,,na,1 +UC,10102,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,0.0,0.0,0.0,0.0,0.0,0.0,4.0,5.0,0.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-09-06,0,na, +UC,10102,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-23,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,0.0,6.0,0.0,0.0,0.0,0.0,0.0,2.0,0,2021-09-06,,na,1 +UC,10103,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-10-11,0,na, +UC,10103,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2021-10-11,,na,1 +NS,10104,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-12-13,0.0,2.0,0.0,3.0,0.0,,,,,,,0.0,0.0,0.0,1.0,3.0,1,2021-09-06,0,na, +NS,10104,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-08-16,2.0,0.5,2.5,2.0,2.5,,,,,,,,,,3.0,1.5,1,2021-09-06,,na,1 +NS,10105,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2021-12-06,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-08-30,0,na, +NS,10105,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-08-16,0.0,0.5,0.0,0.0,,,,,,,,,,,0.0,0.0,1,2021-08-30,,na,1 +UI,10106,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,135,135,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-20,0.0,0.0,0.0,0.0,0.0,2.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2021-09-06,1,na, +UI,10106,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,130,150,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-23,2.0,0.0,0.0,0.0,0.0,1.5,1.0,0.5,0.5,0.5,0.0,,,,0.0,1.0,0,2021-09-06,,na,1 +UI,10107,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-13,0.0,0.0,0.0,0.0,0.0,5.0,7.0,7.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-09-13,2,na, +UI,10107,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,100,85,85,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-16,0.0,0.0,0.0,4.0,0.0,6.0,7.0,6.0,,,,0.0,0.0,0.0,0.0,4.0,0,2021-09-13,,na,1 +UI,10108,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,155,155,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2022-01-10,0.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,0.5,1.0,2.0,0.0,0.0,0.0,4.0,0.0,0,2021-10-04,1,na, +UI,10108,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,110,85,85,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-16,2.0,0.0,1.0,0.0,0.0,6.0,4.0,1.0,,,,4.0,0.0,0.0,1.0,8.0,0,2021-10-04,,na,1 +UI,10109,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,80,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,0.0,0.0,0.0,0.0,0.0,3.0,3.0,5.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-09-13,1,na, +UI,10109,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,60,95,95,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-30,3.0,2.0,4.0,2.0,1.0,2.0,4.0,3.0,,,,1.0,1.0,1.0,1.0,2.0,0,2021-09-13,,na,1 +UI,10110,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-07,0.0,0.0,0.0,0.0,0.0,4.0,5.0,4.5,3.0,3.0,4.0,0.0,0.0,0.0,1.0,1.0,0,2021-10-11,1,na, +UI,10110,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-20,0.0,0.0,0.0,0.0,0.0,4.0,4.5,4.5,3.0,3.5,3.5,0.0,0.0,0.0,0.0,0.0,0,2021-10-11,,na,1 +NS,10111,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-30,0.0,2.0,0.0,0.0,0.0,2.5,3.0,3.0,5.0,4.0,4.5,1.5,0.0,0.0,0.0,1.5,0,2021-09-13,,na,1 +NS,10112,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2021-12-13,0.0,0.5,0.0,0.5,0.0,,,,,,,0.0,0.0,0.0,0.0,0.5,0,2021-09-13,0,na, +NS,10112,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,134,110,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-23,0.0,1.0,0.0,1.0,0.0,3.0,3.0,3.0,3.0,3.5,3.5,0.0,0.0,0.0,0.0,1.0,0,2021-09-13,,na,1 +NS,10113,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,70,,na,1,1,1,1,0,na,0,1,na,1,1,1,1,0,0,2021-12-13,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,0,2021-09-13,0,na, +NS,10113,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,200,200,1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,2021-09-06,0.0,0.0,0.0,0.0,0.0,5.0,4.5,4.0,1.0,0.5,1.0,0.0,0.0,0.0,0.0,1.0,0,2021-09-13,,na,1 +NS,10117,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-06,3.0,0.0,2.0,0.0,0.0,2.0,4.0,6.0,2.0,4.0,6.0,0.0,0.0,0.0,1.0,0.0,0,2021-08-30,0,na, +NS,10117,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-23,0.0,0.5,0.0,0.5,0.0,4.0,5.0,6.5,2.0,3.0,4.0,0.0,0.0,0.0,0.0,2.0,0,2021-08-30,,na,1 +NS,10118,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,118,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-30,0.0,1.0,0.0,0.0,0.0,4.5,4.0,4.0,3.0,2.5,2.0,0.5,0.5,0.5,0.0,1.0,0,2021-09-06,,na,1 +UC,10119,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,5.0,0.0,5.0,0.0,0.0,5.0,5.0,5.0,5.0,5.0,5.0,5.0,5.0,5.0,5.0,7.0,0,2021-10-04,,na,1 +UC,10120,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,1.0,0.0,1.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0,2021-11-08,0,na, +UC,10120,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,250,,250,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,0.0,2.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-08,,na,1 +UI,10121,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,130,80,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-08-30,0.0,5.0,0.0,5.0,0.0,1.0,2.0,5.0,,,,1.0,0.0,0.0,5.0,5.0,0,2021-09-06,,na,1 +NS,10122,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-20,0.0,2.0,0.0,4.0,1.0,4.0,3.0,2.0,5.0,3.5,1.0,1.0,1.0,0.0,0.0,4.0,0,2021-09-13,0,na, +NS,10122,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2021-08-30,0.0,6.0,0.0,7.0,0.0,2.5,2.5,1.0,3.5,4.0,3.5,1.0,0.5,0.0,0.0,6.0,0,2021-09-13,,na,1 +UI,10123,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-20,0.0,0.0,0.0,0.0,0.0,0.0,1.0,2.0,0.0,1.0,0.0,0.0,1.0,1.0,0.0,0.0,0,2021-09-13,1,na, +UI,10123,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-06,0.0,0.0,0.0,0.0,0.0,2.0,4.0,5.5,,,,0.0,0.0,0.0,0.0,0.0,0,2021-09-13,,na,1 +UI,10125,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-13,2.0,0.0,2.0,0.0,0.0,4.0,5.0,5.0,3.0,4.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2021-09-13,1,na, +UI,10125,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,115,,115,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2021-09-06,0.0,0.0,0.0,0.0,0.0,5.0,5.0,6.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-09-13,,na,1 +UI,10126,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,100,70,70,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-20,0.0,0.0,0.0,0.0,0.0,5.5,2.0,4.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-10-11,,na,1 +UI,10127,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,105,,105,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2021-09-13,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-09-13,,na,1 +NS,10128,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,150,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-06,0.0,1.0,0.0,2.0,0.0,1.0,5.0,7.5,0.0,5.0,6.0,0.0,0.0,0.0,1.0,2.0,0,2021-09-20,,na,1 +UI,10129,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-01-03,1.0,3.0,1.0,3.0,2.0,3.0,7.0,5.0,3.0,6.0,5.0,2.5,2.0,1.5,1.0,3.5,0,2021-09-27,1,na, +UI,10129,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-13,2.0,2.0,1.0,2.0,2.0,3.0,7.0,5.5,2.5,4.5,4.0,,,,,,0,2021-09-27,,na,1 +UI,10130,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-01-03,2.0,2.0,2.0,2.0,0.0,4.0,4.0,4.0,,,,0.0,0.0,0.0,2.0,2.0,0,2021-09-13,1,na, +UI,10130,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,80,110,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-06,2.0,2.0,2.0,2.0,1.0,4.0,4.0,2.0,,,,2.0,2.0,2.0,2.0,2.0,0,2021-09-13,,na,1 +UC,10132,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2021-09-13,0.0,0.0,0.0,0.0,0.0,3.5,4.0,2.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2021-09-20,,na,1 +UC,10133,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,155,,155,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2021-09-06,0.0,0.0,0.0,1.0,0.0,4.0,4.5,4.5,3.5,3.5,3.5,1.5,1.5,1.5,0.0,0.0,0,2021-09-06,,na,1 +UI,10134,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-01-03,5.0,5.0,5.0,5.0,0.0,,,,,,,0.0,0.0,0.0,3.0,3.0,0,2021-09-20,1,na, +UI,10134,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,40,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-09-13,5.0,5.0,5.0,5.0,0.0,,,,,,,0.0,0.0,0.0,5.0,6.0,0,2021-09-20,,na,1 +UC,10135,V1,1,1,1,1,1,1,0,0,1,1,1,1,,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-06,,,,,,,,,,,,0.0,0.0,0.0,6.0,7.0,0,2021-09-27,0,na,1 +NS,10137,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-09-20,1.0,3.0,1.0,3.0,0.0,,,,,,,0.0,0.0,0.0,1.0,4.0,1,2021-09-27,,na,1 +NS,10138,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,0,na,0,1,na,1,1,1,1,0,0,2021-09-13,1.0,1.0,1.0,1.0,1.0,,,,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1,2021-09-20,,na,1 +NS,10139,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-13,1.0,2.0,2.0,2.0,0.0,3.0,8.5,4.5,3.0,3.0,2.5,0.0,0.0,0.0,3.0,2.0,0,2021-09-27,,na,1 +NS,10141,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-09-13,5.0,5.0,4.5,5.0,4.5,,,,,,,,,,6.0,6.0,0,2021-09-20,,na,1 +UI,10144,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,150,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-01-31,0.0,0.0,0.0,0.0,0.0,1.0,3.0,6.0,1.0,5.0,7.0,0.0,0.0,0.0,0.0,1.0,0,2021-10-18,1,na, +UI,10144,V1,1,1,1,1,1,1,1,1,1,1,1,1,1,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,0.0,0.0,2.0,1.0,2.0,5.0,6.0,7.0,3.0,4.5,6.0,1.0,2.0,2.0,0.0,0.0,0,2021-10-18,,na,1 +NS,10145,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2021-09-13,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-09-27,,na,1 +UC,10147,V3,1,1,1,1,0,0,0,0,0,0,0,0,3,90,,na,1,1,1,1,1,na,na,1,na,na,1,1,1,na,na,2022-02-07,0.0,8.0,,,,,,,,,,,,,,,0,2021-10-25,0,na, +UC,10147,V1,1,1,1,1,0,0,0,0,0,0,0,0,3,110,,na,1,1,1,1,1,na,na,1,na,na,1,1,1,na,na,2021-10-18,9.0,,,,,,,,,,,,,,,,0,2021-10-25,,na,1 +UI,10149,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,0.0,0.0,0.0,0.0,0.0,3.5,3.5,2.5,2.0,1.5,1.0,0.0,0.0,0.0,0.0,0.0,0,2021-10-04,,na,1 +UI,10150,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,0.0,0.5,0.0,0.0,0.0,2.5,4.0,8.0,,,,2.0,5.0,7.0,0.0,1.5,0,2021-10-18,2,na, +UI,10150,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,105,,105,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,0.0,0.0,1.0,0.0,4.0,2.0,2.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-10-18,,na,1 +NS,10151,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,220,220,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,0.0,1.0,0.0,1.0,0.0,3.0,6.0,8.0,3.0,5.0,7.0,0.0,0.0,0.0,0.5,0.5,0,2021-09-27,,na,1 +UC,10153,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-22,8.0,0.0,5.0,0.0,0.0,3.0,2.5,2.5,1.0,1.0,1.0,0.0,0.0,0.0,5.0,0.0,0,2021-11-29,0,na,1 +UI,10154,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,200,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,0.0,0.0,0.0,0.0,2.5,3.0,2.0,0.5,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-01-17,,na,1 +UI,10155,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,110,90,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-09-27,6.0,6.0,8.5,9.0,7.0,10.0,9.0,10.0,,,,,,,,,0,2021-10-04,,na,1 +UI,10156,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,75,90,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-01-31,1.0,2.0,0.0,1.0,1.0,6.0,8.0,7.0,,,,0.0,0.0,0.0,0.0,1.0,0,2021-10-11,1,na, +UI,10156,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2021-10-11,0.0,0.0,0.0,2.0,2.0,2.0,5.0,6.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-10-11,,na,1 +NS,10157,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,150,150,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2021-09-27,0.0,0.5,0.0,0.5,0.0,5.0,5.0,4.5,4.0,3.0,3.5,0.0,0.0,0.0,0.0,0.5,0,2021-10-04,,na,1 +NS,10158,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-09-27,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,1.0,1.0,1,2021-10-18,,na,1 +UI,10159,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,150,150,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,2022-02-07,0.0,3.0,1.0,3.0,0.0,4.0,5.0,5.0,3.0,4.0,3.0,0.0,0.0,0.0,1.0,3.0,0,2021-10-25,1,na, +UI,10159,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,130,130,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2021-10-18,0.0,3.0,0.0,2.0,0.0,4.0,6.0,7.0,3.0,3.0,5.0,2.0,2.0,2.0,0.0,4.0,0,2021-10-25,,na,1 +NS,10160,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2021-09-27,0.0,0.0,0.0,0.0,0.0,7.0,7.0,7.0,7.0,7.0,7.5,7.0,7.0,7.5,0.0,3.0,0,2021-10-04,,na,1 +NS,10161,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-10-04,0.0,2.0,0.0,2.0,0.0,,,,,,,0.0,0.0,0.0,2.0,2.0,1,2021-10-11,,na,1 +NS,10162,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,260,190,190,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,0.0,0.0,1.0,0.0,3.0,2.0,5.0,2.0,3.0,3.0,0.0,0.0,0.0,0.0,1.5,0,2021-10-04,,na,1 +NS,10163,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-10-04,4.0,0.0,5.0,0.0,0.0,,,,,,,,,,5.0,0.0,0,2021-10-11,,na,1 +NS,10165,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-10-04,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-10-11,,na,1 +NS,10166,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.0,2.0,1.0,3.0,1.0,6.0,6.5,7.0,5.0,7.0,8.5,2.0,2.0,2.0,1.0,4.0,0,2021-10-25,,na,1 +NS,10167,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,170,170,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,0.0,0.0,0.0,0.0,2.0,5.0,6.0,2.0,2.0,3.0,0.0,0.0,0.0,1.0,0.0,0,2021-10-18,,na,1 +NS,10168,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,0.0,0.0,0.0,0.0,4.0,5.5,3.5,3.0,4.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-10-18,,na,1 +UI,10169,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-03-07,7.0,0.0,8.0,5.0,0.0,,,,,,,0.0,0.0,0.0,9.0,4.0,,2021-10-25,1,na, +NS,10170,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.5,0.5,0.0,0.5,0.0,8.0,6.0,6.0,5.0,4.0,3.0,0.0,0.0,0.0,0.5,0.5,0,2021-11-01,,na,1 +NS,10171,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-10-18,0.0,0.0,0.0,0.0,,,,,,,,,,,0.0,0.0,1,2021-11-01,,na,1 +UI,10173,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,70,82,82,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-07,2.0,3.0,1.5,3.0,1.0,3.0,4.0,3.0,,,,0.0,0.0,0.0,2.5,3.5,0,2021-10-18,0,na, +UI,10173,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,3.0,7.0,2.0,6.5,1.0,6.0,7.5,5.5,,,,1.0,0.5,1.0,3.0,9.0,0,2021-10-18,,na,1 +UI,10174,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,180,190,190,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-01-24,2.0,0.0,2.0,0.0,0.0,3.5,4.0,4.0,0.5,0.5,1.0,0.0,0.0,0.0,2.0,0.0,0,2021-10-18,1,na, +UI,10174,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,140,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,0.0,2.0,0.0,0.0,0.0,3.0,4.0,4.0,2.0,2.0,2.5,0.0,0.0,0.0,0.0,0.0,0,2021-10-18,,na,1 +NS,10175,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-04,0.0,0.0,0.0,0.0,0.0,3.5,3.5,3.5,4.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-10-11,,na,1 +NS,10177,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-18,0.0,1.5,0.0,0.5,0.0,3.0,3.0,3.0,2.5,2.5,2.5,0.0,0.0,0.0,0.0,1.0,0,2021-11-01,,na,1 +NS,10179,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-10-11,0.0,1.0,0.0,2.0,0.0,5.0,5.0,4.0,3.0,2.5,1.5,0.0,0.0,0.0,0.0,2.0,0,2021-10-25,,na,1 +NS,10180,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-10-25,0.0,1.0,0.0,3.0,0.0,,,,,,,,,,0.0,2.0,0,2021-11-01,,na,1 +NS,10182,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-02-28,0.0,0.0,0.0,0.0,0.0,2.0,3.0,4.0,2.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-08,0,na, +NS,10182,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,0.0,0.0,0.0,0.0,0.0,7.0,,,0.0,5.0,5.5,0.0,0.0,0.0,1.5,2.0,0,2021-11-08,,na,1 +NS,10185,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,190,190,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,0.0,0.0,0.0,0.0,0.0,0.0,3.0,6.0,0.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-08,0,na, +NS,10185,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,150,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,3.0,1.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-08,,na,1 +UI,10188,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-07-04,9.0,5.0,10.0,7.0,,,,,,,,,,,,,0,2022-04-11,1,na, +UI,10188,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,130,150,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-11,10.0,9.0,10.0,9.0,0.0,4.0,6.0,8.0,8.0,,,,,,,,0,2022-04-11,,na,1 +UI,10189,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-10-25,3.0,6.0,3.0,6.0,4.0,,,,,,,,,,3.0,6.0,1,2021-10-25,,na,1 +NS,10190,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-10-18,0.0,4.5,0.0,7.5,0.0,,,,,,,0.0,0.0,0.0,0.0,8.0,1,2021-10-25,,na,1 +NS,10191,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,110,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,1.0,0.0,1.0,0.0,0.0,2.0,8.0,8.0,1.0,8.0,8.0,2.0,2.0,2.0,1.0,0.0,0,2021-11-01,,na,1 +NS,10192,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-08,0,na, +NS,10192,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,0.0,0.0,0.0,0.0,0.0,4.5,5.0,5.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-08,,na,1 +NS,10194,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,150,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.0,0.0,0.0,0.0,0.0,0.0,3.0,5.0,1.0,3.0,3.0,1.0,0.0,0.0,0.0,0.0,0,2021-11-15,,na,1 +UI,10195,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-10-18,0.0,0.0,1.0,3.0,,,,,,,,,,,,,1,2021-11-01,,na,1 +UI,10196,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-03-07,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-11-15,1,na, +UI,10196,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-11-08,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-11-15,1,na,1 +NS,10197,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-10-18,3.0,1.0,3.0,0.0,,,,,,,,,,,2.5,0.5,1,2021-10-25,,na,1 +NS,10198,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-11-08,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-11-15,1,na,1 +UI,10200,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,140,190,190,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-14,0.0,0.0,0.0,0.0,0.0,6.0,8.0,8.0,5.0,6.0,6.5,,,,,,0,2021-11-08,1,na, +UI,10200,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,155,155,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-01,0.5,0.0,0.5,0.0,0.0,4.0,6.0,5.0,3.0,5.0,5.0,0.0,0.0,0.0,0.0,0.5,0,2021-11-08,,na,1 +UC,10201,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,9.0,8.0,7.0,9.0,6.0,9.0,7.0,6.0,9.0,7.0,6.0,9.0,7.0,6.0,8.0,7.0,1,2021-11-01,,na,1 +NS,10202,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,2.0,3.0,1.0,3.0,0.0,1.0,3.0,6.0,2.0,5.0,7.5,,,,,,0,2021-11-22,0,na,1 +NS,10203,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,2.0,2.0,1.5,1.5,1.0,4.0,5.0,5.5,5.0,6.0,6.5,2.0,1.5,1.5,1.0,1.5,0,2021-11-01,,na,1 +NS,10205,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-02-14,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-11-15,0,na, +NS,10205,V1,0,0,0,0,0,0,0,0,0,0,1,1,3,,,na,1,1,1,na,na,na,na,na,na,na,na,na,na,na,na,2021-11-08,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,1.5,1,2021-11-15,2,na,1 +NS,10206,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,120,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-10-25,1.0,1.0,0.0,0.0,0.0,2.0,4.0,0.0,1.0,4.0,0.0,0.0,0.0,0.0,0.0,1.0,0,2021-11-01,,na,1 +NS,10207,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,0.0,0.0,0.0,0.0,0.0,3.0,4.0,5.0,3.0,4.0,5.0,0.0,2.0,1.0,0.5,1.0,0,2021-11-15,1,na,1 +UI,10209,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,1.0,2.0,1.0,2.0,0.0,4.0,4.5,5.0,,,,0.0,0.0,0.0,1.0,2.0,0,2021-12-13,1,na,1 +NS,10211,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2022-03-14,1.0,1.0,1.0,1.0,1.0,1.0,4.0,7.0,4.0,6.0,7.5,1.0,5.0,7.0,2.0,2.0,0,2021-11-15,0,na, +NS,10211,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2021-11-15,1.0,1.0,1.0,1.0,1.0,1.0,4.0,6.5,1.0,4.0,7.0,1.0,2.0,2.0,2.0,2.0,0,2021-11-15,1,na,1 +NS,10212,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-11-15,0.0,0.0,4.0,0.0,9.5,,,,,,,2.0,2.0,2.0,7.0,7.0,0,2021-12-06,0,na,1 +UI,10213,V3,1,1,1,1,1,1,1,1,1,1,0,0,3,180,200,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-09,0.0,0.0,0.0,0.0,0.0,1.5,1.5,1.5,0.0,0.0,0.0,,,,,,0,2022-01-24,1,na, +UI,10213,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2021-11-15,4.0,0.0,4.0,0.0,0.0,1.5,2.0,2.0,0.0,3.0,3.0,0.0,0.0,0.0,3.0,0.0,0,2022-01-24,1,na,1 +UI,10214,V3,1,1,1,1,0,0,0,0,1,1,1,1,,120,70,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-10-24,0.0,3.0,4.0,3.0,0.0,,,,,,,0.0,0.0,0.0,4.0,2.0,0,2022-07-18,1,na, +UI,10214,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,3.5,3.5,4.5,4.5,0.0,5.0,7.0,8.5,,,,0.0,0.0,0.0,3.5,3.5,0,2022-07-18,1,na,1 +NS,10215,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,160,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-08,0.0,2.0,0.0,3.5,0.0,3.5,6.0,7.5,1.0,3.0,3.5,0.5,0.0,0.0,0.0,1.5,0,2021-11-15,1,na,1 +UI,10216,V1,1,1,1,1,0,0,0,0,1,1,0,0,1,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-11-08,7.0,5.0,0.0,0.0,0.0,,,,,,,,,,,,1,2021-11-15,1,na,1 +UI,10217,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-21,0.0,0.0,0.0,0.0,0.0,0.0,5.0,6.0,3.0,5.0,7.0,5.0,3.0,0.0,0.0,0.0,1,2021-11-22,0,na, +UI,10218,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,110,75,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-03-14,0.0,0.0,0.0,2.0,0.0,,,,,,,0.0,0.0,0.0,1.0,0.0,0,2021-11-29,1,na, +UI,10218,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,110,80,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-22,2.0,1.0,2.0,2.0,0.0,1.0,1.0,1.0,,,,2.5,2.5,2.5,3.0,7.0,0,2021-11-29,1,na,1 +UI,10219,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,180,170,170,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-03-14,0.0,0.0,0.0,0.0,0.0,2.0,3.0,4.0,1.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-22,1,na, +UI,10219,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,150,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-22,1,na,1 +NS,10220,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-03-07,0.0,2.0,0.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,1,2021-11-29,0,na, +NS,10220,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-11-22,0.0,1.0,1.0,1.5,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2021-11-29,0,na,1 +NS,10221,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-15,2.0,4.0,2.0,4.0,0.0,2.0,3.0,2.0,4.0,7.0,6.0,2.0,3.0,2.0,3.0,4.0,0,2021-11-29,0,na,1 +UI,10222,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,0,na,0,0,na,0,0,1,1,0,0,2022-03-07,1.0,2.0,1.0,3.0,0.0,,,,,,,0.0,0.0,0.0,1.0,3.0,1,2021-12-06,1,na, +UI,10222,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-12-06,2.0,3.5,4.0,5.0,1.0,,,,,,,1.0,1.0,1.0,4.5,6.0,1,2021-12-06,1,na,1 +NS,10223,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,120,120,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2022-03-21,0.0,0.0,0.0,0.0,0.0,2.5,2.0,1.5,1.5,1.5,1.0,0.0,0.0,0.0,0.0,1.0,0,2021-12-13,0,na, +NS,10223,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,180,180,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2021-12-06,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.5,0.5,1.0,0.0,0.0,0.0,0.0,0.0,0,2021-12-13,0,na,1 +UI,10224,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,120,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,0.0,0.0,0.0,0.0,0.0,4.0,3.0,2.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-12-06,1,na, +UI,10224,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,180,120,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,0.0,0.0,0.0,0.0,0.0,3.0,2.0,1.0,3.0,4.0,4.0,,,,0.0,0.0,0,2021-12-06,1,na,1 +NS,10231,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,130,130,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2021-11-22,0.0,2.0,0.0,2.0,0.0,8.0,8.0,10.0,10.0,8.0,8.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-29,0,na,1 +UI,10232,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,60,70,70,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2021-12-06,5.0,0.0,5.0,0.0,0.0,4.0,0.0,5.0,,,,0.0,0.0,0.0,5.0,0.0,0,2021-12-06,1,na,1 +UI,10233,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,100,115,115,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-03-14,0.0,0.0,0.0,0.0,0.0,4.5,4.5,4.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-12-13,1,na, +UI,10233,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,120,80,80,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2021-12-06,6.0,4.5,6.0,5.0,0.0,2.0,2.5,3.0,,,,0.0,0.0,0.0,5.5,4.0,0,2021-12-13,1,na,1 +NS,10234,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,300,290,290,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2022-03-21,0.0,0.0,0.0,0.0,0.0,1.0,3.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2021-12-13,0,na, +NS,10234,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,260,300,300,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,0.0,0.0,0.0,0.0,0.0,3.0,4.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2021-12-13,0,na,1 +UC,10235,V1,1,1,1,1,1,1,1,1,1,1,0,0,,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-20,2.0,0.0,0.0,0.0,0.0,3.5,3.5,3.5,3.5,3.5,3.5,,,,,,0,2022-03-14,0,na,1 +UI,10236,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,160,180,180,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,3.0,1.0,6.0,2.5,0.0,7.5,6.0,8.0,1.5,1.0,3.5,,,,4.5,3.5,0,2021-12-13,1,na,1 +UC,10237,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,1.0,3.0,1.0,3.0,0.0,6.0,5.0,3.0,7.0,6.0,5.0,3.0,2.0,3.0,2.0,3.0,0,2021-12-27,0,na, +UC,10237,V1,1,1,1,1,1,1,1,1,1,1,1,1,,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-11-29,3.0,5.0,2.0,5.0,0.0,3.0,6.0,8.0,3.0,6.0,8.0,0.0,0.0,0.0,2.0,5.0,0,2021-12-27,0,na,1 +NS,10238,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,70,,70,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5,0.5,0,2021-12-06,0,na, +NS,10238,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-11-29,0.5,0.5,0.5,0.5,0.0,,,,,,,,,,2.5,2.0,0,2021-12-06,1,na,1 +UC,10243,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-01-03,0.0,1.0,0.0,1.0,0.0,0.0,3.0,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-01-03,1,na,1 +UC,10244,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,80,,80,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,0.0,2.0,0.0,3.0,3.0,6.0,7.0,4.0,8.0,9.0,6.0,5.0,6.0,5.0,0.0,4.0,0,2022-03-14,0,na, +UC,10244,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,0.0,0.0,0.0,0.0,0.0,5.0,8.0,8.0,5.0,6.0,6.0,0.0,0.0,0.0,0.0,6.0,0,2022-03-14,0,na,1 +UC,10245,V1,1,1,0,0,0,0,0,0,0,0,0,0,3,60,,na,1,1,1,1,1,na,na,1,na,na,na,1,1,na,na,2022-03-21,,,,,,,,,,,,,,,,,0,2022-03-21,0,na,1 +NS,10246,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-28,0.0,0.0,0.0,0.0,0.0,0.0,5.0,8.0,0.0,5.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2021-12-13,0,na, +NS,10246,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,120,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-06,0.0,1.0,1.0,0.5,0.0,3.5,4.0,2.5,3.0,4.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-12-13,0,na,1 +UI,10247,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,130,110,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-13,3.0,4.0,3.0,3.0,2.0,2.0,3.0,3.0,,,,0.0,0.0,0.0,5.0,3.0,0,2021-12-13,1,na,1 +NS,10250,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-06-06,1.0,2.0,2.0,3.0,0.0,4.0,6.0,8.0,5.0,6.0,6.0,1.0,2.0,2.0,0.0,2.0,0,2022-02-07,0,na, +NS,10250,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,130,130,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2021-12-20,3.0,4.5,2.0,2.0,1.0,4.0,5.5,7.5,2.0,2.5,3.5,1.0,1.5,1.5,1.0,5.0,0,2022-02-07,0,na,1 +UI,10255,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,0.0,0.0,0.0,0.0,0.0,1.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-01-03,2,na, +UI,10255,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,200,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2021-12-20,0.0,0.0,0.0,0.0,0.0,1.0,0.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-01-03,0,na,1 +NS,10257,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-05-23,0.0,2.0,0.0,1.0,0.0,,,,,,,,,,,,1,2022-02-14,0,na, +NS,10257,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2021-12-20,0.0,4.0,0.0,3.0,0.0,,,,,,,0.0,0.0,0.0,0.0,1.0,1,2022-02-14,0,na,1 +NS,10258,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,,,,1,1,1,1,0,0,0,1,1,1,0,1,1,0,0,2022-02-21,0.0,3.0,0.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,2.0,2.0,0.0,8.0,1,2022-02-28,0,na,1 +UI,10261,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-01-03,0.0,0.0,0.0,2.0,0.0,3.0,5.0,6.5,1.0,1.5,4.0,0.0,0.0,0.0,0.0,2.0,0,2022-01-24,1,na,1 +UI,10262,V1,1,1,1,1,0,0,0,0,1,1,1,1,1,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2021-12-20,4.0,4.0,2.0,4.0,0.0,,,,,,,0.0,0.0,0.0,2.0,5.0,1,,1,na,1 +UI,10265,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-04-18,2.0,0.0,2.0,0.0,0.0,,,,,,,0.0,0.0,0.0,4.0,0.0,1,2022-01-17,1,na, +UI,10266,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,0.0,0.0,0.0,0.0,0.0,2.0,2.5,3.0,0.5,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-01-17,1,na, +UI,10266,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,155,165,165,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-01-10,0.0,0.0,0.0,0.0,0.0,3.0,5.0,4.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-01-17,1,na,1 +UI,10267,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,125,110,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-08-15,0.0,0.0,0.0,0.0,0.0,3.0,3.0,4.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-05-02,1,na, +UI,10267,V1,1,1,1,1,1,1,1,1,1,1,0,0,1,120,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-01-24,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,3.0,7.0,6.0,,,,0.0,0.0,0,2022-05-02,1,na,1 +UI,10269,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,110,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-01-17,1.0,4.0,2.0,5.0,0.0,5.0,6.0,5.0,5.0,5.0,4.0,2.0,2.0,2.0,1.0,6.0,0,2022-01-31,1,na,1 +UI,10270,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,3.0,5.0,4.0,7.0,1.0,3.0,4.0,4.5,6.0,6.5,7.0,,,,4.0,6.0,1,2022-01-24,1,na, +UI,10270,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-01-10,4.0,7.0,4.0,5.0,0.0,,,,,,,0.0,0.0,0.0,5.0,7.0,1,2022-01-24,1,na,1 +UI,10272,V3,1,1,1,1,1,1,0,0,1,1,0,0,3,110,115,115,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-09,0.0,0.0,0.0,0.0,0.0,0.0,6.0,7.0,,,,,,,,,0,2022-01-17,1,na, +UI,10272,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-01-17,2.0,4.0,5.0,5.0,4.0,1.5,7.0,7.5,,,,0.0,3.0,4.0,2.0,5.0,0,2022-01-17,1,na,1 +UI,10275,V3,1,1,1,1,1,1,1,1,1,1,0,0,3,80,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-05-09,0.0,2.0,0.0,3.0,0.0,0.0,3.0,0.0,2.0,3.0,0.0,,,,,,0,2022-01-31,1,na, +UI,10275,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-01-24,3.0,3.0,0.0,3.0,0.0,5.0,4.0,4.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,4.0,0,2022-01-31,1,na,1 +UI,10277,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,140,170,170,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-07,0.0,0.0,0.0,3.0,0.0,7.0,5.0,5.0,3.0,2.0,1.0,,,,,,0,2022-02-14,0,na,1 +UI,10280,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-05-09,1.5,0.5,0.5,0.5,0.0,,,,,,,0.0,0.0,0.0,0.0,0.5,1,2022-02-07,0,na, +UI,10280,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-01-31,1.0,1.5,0.0,1.5,0.0,,,,,,,0.0,0.0,0.0,0.0,1.5,1,2022-02-07,2,na,1 +UI,10281,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,105,,105,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-07,0.0,0.0,0.0,0.0,0.0,5.0,5.0,5.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-02-14,2,na,1 +UI,10282,V1,1,1,1,1,1,1,0,0,1,1,1,1,,150,110,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,5.0,5.0,7.0,8.0,7.0,5.0,7.0,9.5,,,,3.0,3.0,3.0,4.0,6.0,0,2022-02-21,1,na,1 +UI,10284,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,90,115,115,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-14,0.0,8.0,0.0,8.0,0.0,4.0,7.0,6.0,,,,,,,,,0,2022-02-14,1,na,1 +NS,10285,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,0.0,0.0,0.0,0.0,0.0,7.0,8.0,8.5,8.0,9.0,9.0,0.0,0.0,1.0,0.0,0.0,0,2022-02-21,0,na, +NS,10285,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,100,60,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-02-14,0.5,0.5,0.0,0.5,0.0,,,,,,,0.0,0.0,0.0,0.0,0.5,0,2022-02-21,0,na,1 +UC,10286,V1,1,1,1,1,0,0,0,0,0,0,0,0,3,,,na,1,1,1,1,1,na,na,1,na,na,0,1,1,na,na,2022-02-28,,,,,,,,,,,,,,,,,1,2022-03-14,0,na,1 +UI,10287,V3,1,1,1,1,0,0,0,0,0,0,0,0,2,,,na,1,1,1,1,1,na,na,1,na,na,1,1,1,na,na,2022-06-13,,,,,,,,,,,,,,,,,0,2022-02-28,1,na, +UI,10287,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-02-14,0.0,0.0,0.0,2.0,0.0,2.0,3.5,4.0,0.0,1.0,2.5,0.0,0.0,0.0,0.0,2.0,0,2022-02-28,1,na,1 +NS,10288,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-06-20,0.0,0.0,0.0,0.0,0.0,3.0,3.0,4.0,5.0,7.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2022-02-21,0,na, +NS,10288,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,70,,70,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-02-14,1.0,1.0,2.0,1.0,0.0,1.0,1.0,1.0,1.0,3.0,4.0,1.0,1.0,1.0,3.0,2.0,0,2022-02-21,1,na,1 +UC,10291,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,200,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,0,1,2023-03-20,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-12-05,0,na, +UC,10291,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,300,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-11-28,8.5,8.5,0.0,0.0,0.0,,,,,,,,,,,,0,2022-12-05,0,na,1 +UI,10292,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-02-28,0.0,2.0,0.0,2.0,0.0,,,,,,,0.0,0.0,0.0,0.0,2.0,1,2022-03-14,1,na,1 +NS,10293,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,2022-06-20,2.0,3.0,2.0,3.0,2.0,4.0,4.0,2.0,5.5,6.0,3.0,2.0,2.0,2.0,2.0,3.0,0,2022-02-28,1,na, +NS,10293,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,0,0,0,1,1,1,1,1,1,0,0,2022-02-21,2.0,3.0,2.0,2.0,2.0,5.0,4.0,4.0,7.0,8.0,8.0,4.0,4.0,4.0,2.0,4.0,0,2022-02-28,0,na,1 +NS,10294,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-06-20,0.0,0.5,0.0,1.0,1.0,1.0,5.0,6.0,1.5,5.0,3.0,1.0,1.0,1.0,0.0,1.0,0,2022-02-28,0,na, +NS,10294,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,140,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,0.0,0.5,0.0,0.5,0.0,3.5,2.5,3.0,2.0,1.0,1.0,0.5,0.5,0.5,0.0,0.0,0,2022-02-28,0,na,1 +UI,10295,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,155,200,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,0.0,0.0,0.0,0.0,0.0,2.5,3.5,3.0,1.0,1.0,0.5,0.0,0.0,0.0,0.0,0.0,0,2022-03-07,1,na, +UI,10295,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,145,145,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-21,0.0,2.0,0.0,2.0,0.0,4.0,4.0,4.0,2.0,3.0,2.0,0.0,0.0,0.0,0.0,1.0,0,2022-03-07,1,na,1 +NS,10296,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-02-21,0.0,6.0,1.0,6.0,0.0,5.0,5.5,5.5,4.0,6.0,6.0,3.0,3.0,3.0,1.0,7.0,0,,1,na,1 +NS,10297,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-06-27,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-03-07,0,na, +NS,10297,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5,1,2022-03-07,0,na,1 +NS,10298,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,180,180,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,3.0,2.0,1.0,0.0,0.0,0.0,0.0,1.0,0,2022-03-14,0,na, +NS,10298,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-07,0.0,0.0,0.0,0.0,0.0,5.0,5.0,5.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,2.0,0,2022-03-14,0,na,1 +UI,10299,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-07,0.0,1.5,0.0,2.0,0.0,0.0,1.0,2.0,1.0,1.0,2.0,0.0,0.0,0.0,0.0,1.0,0,2022-03-14,1,na,1 +UI,10301,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,110,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,0.0,3.0,0.0,3.0,0.0,3.0,4.0,4.0,3.0,5.0,4.0,0.0,0.0,0.0,2.5,4.0,0,2022-03-14,1,na,1 +UI,10302,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-06-27,0.0,1.0,0.0,0.5,0.0,,,,,,,2.0,2.0,2.0,0.0,2.0,1,2022-03-14,1,na, +UI,10302,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-02-28,0.0,0.0,0.0,0.5,0.0,,,,,,,0.0,0.0,0.0,0.0,0.5,1,2022-03-14,2,na,1 +NS,10303,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,120,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-02-28,0.0,0.0,0.0,6.0,0.0,5.0,5.0,5.0,6.0,7.0,7.0,1.0,1.0,1.0,0.0,3.5,0,2022-02-28,0,na,1 +NS,10305,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,1.0,1.0,0.0,0.0,0.0,3.0,3.0,3.0,4.0,4.5,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-03-14,1,na, +NS,10305,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,90,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-07,0.0,1.0,0.0,0.0,0.0,3.0,3.0,3.0,4.5,5.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2022-03-14,1,na,1 +UC,10307,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-07-11,0.0,0.0,0.5,1.0,0.0,4.0,3.0,3.0,4.0,5.0,6.0,0.0,0.0,0.0,0.0,1.0,0,2022-03-14,0,na, +UC,10307,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-07,0.0,0.0,0.0,0.0,1.0,5.5,6.0,5.5,6.5,6.0,6.5,2.5,1.5,1.5,0.0,0.0,0,2022-03-14,0,na,1 +UC,10308,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,160,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-08-08,0.0,0.0,0.0,0.0,0.0,1.0,2.0,3.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-05-09,0,na, +UC,10308,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,4.0,1.0,3.5,2.0,0.0,0.0,2.5,3.5,0.0,1.5,3.0,0.0,0.0,0.0,3.0,0.0,0,2022-05-09,0,na,1 +UI,10311,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,200,180,180,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,5.0,5.0,5.0,4.0,4.0,4.0,0.0,0.0,0,2022-03-21,1,na, +UI,10311,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,200,80,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-03-21,1,na,1 +NS,10312,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-07-04,0.0,0.0,0.0,0.0,0.0,3.5,5.0,6.0,4.5,7.0,8.0,0.0,0.0,0.0,0.0,2.5,0,2022-03-21,0,na, +NS,10312,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.0,0,2022-03-21,0,na,1 +UI,10313,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-06-20,0.0,0.0,1.0,0.0,0.0,1.0,2.0,2.0,1.0,1.0,1.0,0.0,0.0,0.0,2.0,0.5,0,2022-03-21,1,na, +UI,10313,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,200,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0,2022-03-21,1,na,1 +NS,10314,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-07-04,0.0,0.0,0.0,0.0,0.0,2.0,4.0,3.0,2.0,6.0,4.0,0.0,0.0,0.0,0.0,2.0,0,2022-03-28,0,na, +NS,10314,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,110,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-14,2.0,3.5,2.0,5.0,0.0,2.5,5.0,3.0,3.0,6.0,3.0,0.0,0.0,0.0,3.0,4.0,0,2022-03-28,0,na,1 +UC,10315,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,1,1,na,1,1,1,1,0,0,2022-06-13,0.0,0.0,,,,,,,,,,,,,,,1,2022-03-14,0,na, +NS,10318,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-07-11,0.0,0.0,0.0,0.0,0.0,0.0,4.0,3.5,1.0,5.0,3.0,1.0,0.0,0.0,0.0,0.0,0,2022-03-28,0,na, +NS,10318,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,160,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-21,0.0,0.0,0.0,0.0,0.0,3.0,4.0,3.5,2.0,2.5,4.5,0.0,0.0,0.0,0.0,0.0,0,2022-03-28,0,na,1 +NS,10319,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-07-11,0.0,0.0,0.0,0.5,0.0,4.0,3.5,4.0,3.0,1.0,2.0,0.0,0.0,0.0,0.0,0.5,0,2022-03-28,0,na, +NS,10319,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-03-21,0.0,1.0,0.0,2.0,0.0,1.0,1.0,0.5,0.5,0.5,0.0,0.0,0.0,0.0,0.0,0.5,0,2022-03-28,0,na,1 +UI,10320,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-07-18,1.0,1.0,1.0,1.5,0.0,,,,,,,0.0,0.0,0.0,1.0,2.0,1,2022-04-11,1,na, +UI,10320,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-04-04,5.0,6.0,5.0,6.0,3.0,,,,,,,0.0,0.0,0.0,5.0,7.0,1,2022-04-11,1,na,1 +UC,10321,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-21,3.0,0.0,3.0,0.0,0.0,3.5,4.0,4.0,4.5,5.0,5.0,0.0,0.0,0.0,3.0,0.0,0,2022-04-11,0,na,1 +UI,10324,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,0.0,0.0,0.0,0.0,0.0,5.0,7.0,8.5,6.0,8.0,10.0,3.5,2.0,0.0,2.0,3.5,0,2022-04-25,1,na,1 +UC,10325,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-28,3.0,0.0,3.0,0.0,0.0,3.5,4.0,4.0,5.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2022-04-04,0,na,1 +UI,10326,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,125,125,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-03-28,2.0,0.0,2.0,0.0,0.0,3.0,5.0,5.0,2.0,6.0,2.0,2.0,5.5,2.0,2.0,0.0,0,2022-04-11,1,na,1 +UC,10327,V1,1,1,0,0,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,na,1,1,1,1,2022-04-11,6.0,5.0,6.0,0.0,0.0,4.0,4.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,4.0,0.0,1,2022-04-18,0,na,1 +NS,10328,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-08-01,0.0,1.0,0.0,1.5,0.0,,,,,,,,,,,,0,2022-04-11,0,na, +NS,10328,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,0.5,1.5,0.5,1.5,0.0,3.5,4.5,5.0,4.0,5.0,6.0,2.0,1.0,0.5,0.5,2.0,0,2022-04-11,2,na,1 +UC,10329,V1,1,1,1,1,0,0,0,0,0,0,0,0,3,100,,na,1,1,1,1,1,na,na,1,na,na,1,1,1,na,na,2022-04-11,,,,,,,,,,,,,,,,,0,2022-04-11,0,na,1 +NS,10330,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,120,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-07-18,1.5,0.5,1.0,0.0,0.0,3.0,3.5,3.5,0.0,4.0,3.0,0.0,0.0,0.0,2.0,0.5,0,2022-04-11,0,na, +NS,10330,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,0.0,3.0,0.0,3.0,0.0,4.0,5.5,5.5,3.5,6.5,5.0,0.0,0.0,0.0,0.5,3.0,0,2022-04-11,0,na,1 +UC,10331,V3,1,1,1,1,1,1,1,1,1,1,1,1,,60,,60,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-07-25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0,2022-04-11,0,na, +UC,10331,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,0.0,0.0,1.0,0.0,0.0,0.0,2.0,2.5,0.0,2.0,2.5,0.0,1.0,2.5,1.0,0.0,0,2022-04-11,0,na,1 +UC,10332,V3,1,1,1,1,1,1,1,1,1,1,0,0,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-08,0.0,5.0,0.0,5.0,0.0,0.0,0.0,0.0,,,,0.0,0.0,0.0,0.0,5.0,0,2022-04-18,0,na, +UC,10332,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,9.0,6.0,9.0,7.0,0.0,0.0,3.0,4.0,0.0,3.0,5.0,0.0,3.0,6.0,9.0,9.0,0,2022-04-18,0,na,1 +NS,10333,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,110,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-07-18,1.0,1.5,2.0,2.0,0.0,3.0,3.0,4.0,5.0,5.0,5.5,1.0,1.0,1.0,2.5,3.0,0,2022-04-18,0,na, +NS,10333,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-04-04,1.0,2.0,1.0,2.0,0.0,1.0,2.0,2.0,2.0,3.0,3.0,2.0,2.0,3.0,3.0,3.0,0,2022-04-18,0,na,1 +NS,10334,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-04-04,4.5,3.0,4.5,5.5,0.0,5.5,8.0,8.0,8.5,7.0,9.0,0.0,0.0,0.0,2.0,6.5,0,2022-04-18,0,na,1 +UC,10335,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,,,,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,2022-08-08,0.0,0.0,1.0,2.0,0.0,2.0,2.0,2.0,,,,3.0,3.0,3.0,0.0,2.0,1,2022-04-18,0,na, +UC,10335,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,1.0,1.0,,,,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.5,4.5,1,2022-04-18,0,na,1 +UI,10337,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,170,170,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-01,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,1.0,0,2022-04-11,1,na, +UI,10337,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,1.0,1.0,1.0,1.0,0.0,5.0,5.0,6.0,4.0,2.0,1.0,0.0,0.0,0.0,2.0,1.0,0,2022-04-11,1,na,1 +NS,10340,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,180,180,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-08,0.0,0.0,0.0,0.0,0.0,3.0,2.0,2.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-04-18,0,na, +NS,10340,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,0.0,1.0,1.0,2.0,0.0,2.0,2.0,2.5,1.0,2.5,2.5,0.0,1.0,1.0,0.0,1.0,0,2022-04-18,0,na,1 +UC,10341,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-07-25,0.0,2.0,4.0,4.0,0.0,5.0,7.0,0.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-04-11,0,na, +UC,10341,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-04,0.0,0.0,0.0,0.0,0.0,7.0,7.0,7.0,7.0,7.0,10.0,10.0,7.0,0.0,8.0,0.0,0,2022-04-11,0,na,1 +NS,10342,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-11,0.0,3.0,0.0,3.0,0.0,0.0,4.5,0.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,3.0,0,2022-04-25,0,na,1 +UI,10343,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-08-22,1.0,5.0,1.0,4.0,0.0,,,,,,,0.0,0.0,0.0,3.0,6.0,1,2022-05-16,1,na, +UI,10343,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-05-09,0.0,0.0,0.0,1.0,1.0,,,,,,,0.0,2.0,2.0,0.0,0.0,1,2022-05-16,1,na,1 +UI,10344,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,100,140,140,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2022-04-18,1.0,2.0,1.0,2.0,0.0,4.0,5.0,5.0,2.0,4.0,5.0,1.0,1.0,1.0,1.0,2.0,0,2022-04-25,1,na,1 +NS,10345,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,2022-04-18,0.0,0.0,0.0,0.0,0.0,6.5,7.0,6.5,6.0,7.0,6.5,0.0,0.0,0.0,0.0,0.5,0,2022-04-25,0,na,1 +UI,10346,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,160,160,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-08-22,1.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-05-23,1,na, +UI,10346,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,195,195,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,0.0,0.0,0.0,0.0,0.0,5.0,6.0,7.0,4.0,4.0,5.0,0.0,0.0,0.0,3.0,0.0,0,2022-05-23,2,na,1 +UI,10347,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,85,80,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-15,5.0,5.0,7.0,7.0,0.0,5.0,5.0,5.0,,,,0.0,7.0,7.0,7.0,0.0,0,2022-05-09,1,na, +UI,10347,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,120,95,95,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-25,0.0,2.0,3.0,3.0,0.0,4.0,6.0,6.0,,,,0.0,0.0,0.0,4.0,4.0,0,2022-05-09,1,na,1 +NS,10348,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-08-01,0.0,0.0,0.0,0.5,0.5,,,,,,,,,,,,0,2022-05-02,0,na, +NS,10348,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-05-02,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-05-02,0,na,1 +UI,10349,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,160,120,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-15,0.0,0.0,0.0,0.0,0.0,0.0,2.0,3.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-05-02,1,na, +UI,10349,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,170,80,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-04-18,0.5,0.5,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,0,2022-05-02,1,na,1 +UC,10350,V3,1,1,1,1,1,1,1,1,1,1,0,0,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-08-15,4.0,8.0,6.0,6.5,0.0,0.0,0.0,7.0,0.0,0.0,0.0,,,,8.0,7.0,0,2022-04-25,0,na, +UC,10350,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-18,9.0,7.0,6.0,0.0,5.0,5.0,5.0,7.0,8.0,8.0,7.0,,,,,,0,2022-04-25,0,na,1 +NS,10352,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-08-01,0.0,2.0,0.0,2.0,0.0,,,,,,,,,,,,1,2022-04-25,0,na, +NS,10352,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-18,0.0,1.0,0.0,1.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,1,2022-04-25,0,na,1 +NS,10353,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,210,210,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-25,0.0,0.0,0.0,0.0,0.0,5.0,6.0,6.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-05-02,0,na,1 +UC,10354,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-04-25,1.0,1.0,1.0,1.0,1.0,1.0,4.0,4.0,1.0,4.0,4.0,1.0,1.0,1.0,1.0,1.0,0,2022-05-09,0,na,1 +UI,10355,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-22,0.0,0.0,0.0,0.0,0.0,7.0,7.0,8.0,4.0,4.0,4.0,,,,,,0,2022-05-23,1,na, +UI,10355,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-16,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,7.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-05-23,1,na,1 +UC,10356,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,0.0,2.0,0.0,2.0,0.0,3.0,3.5,3.5,3.5,3.5,3.5,0.0,0.0,0.0,0.0,2.0,0,2022-08-08,0,na,1 +NS,10357,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-05-02,0.0,5.0,1.0,5.0,0.0,,,,,,,,,,,,1,2022-05-09,0,na,1 +UC,10360,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,9.0,5.5,9.0,5.0,2.0,2.0,2.0,2.0,5.0,5.0,10.0,,,,,,0,2022-05-09,0,na,1 +UI,10361,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-29,0.0,0.0,0.0,0.0,0.0,4.0,5.0,3.5,3.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-05-09,1,na, +UI,10362,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,90,95,95,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-01,0.0,0.0,0.0,0.0,0.0,2.0,3.0,4.0,,,,0.0,0.0,0.0,0.0,0.0,1,2022-05-02,1,na, +UI,10362,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-05-02,0.0,1.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,1.0,1,2022-05-02,1,na,1 +UC,10363,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,9.5,9.0,9.0,9.0,0.0,8.0,8.0,0.0,0.0,0.0,0.0,,,,,,1,2022-05-02,0,na,1 +NS,10364,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-09,0.0,0.0,0.0,1.0,0.0,3.0,4.0,4.0,0.0,5.0,5.0,0.0,0.0,0.0,1.0,1.0,0,2022-05-23,1,na,1 +NS,10366,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,90,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-02,0.0,1.0,0.0,1.0,0.0,6.0,7.0,8.0,7.0,8.0,9.5,0.5,0.5,0.5,0.0,2.0,0,2022-05-16,0,na,1 +UI,10367,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,125,125,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-08-15,1.5,0.0,0.0,0.0,0.0,2.0,4.0,5.0,2.0,4.0,6.0,2.0,2.0,2.0,3.0,0.0,0,2022-05-09,1,na, +UI,10367,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,140,150,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-09,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.0,5.0,6.0,7.0,,,,,,0,2022-05-09,1,na,1 +UI,10368,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-09,0.0,0.0,0.0,0.0,0.0,4.0,3.0,3.0,2.0,2.0,2.0,,,,,,0,,1,na,1 +UC,10372,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-06-06,0.0,5.0,2.5,5.0,0.0,6.0,6.0,6.0,7.0,7.5,7.5,0.0,0.0,0.0,5.0,5.0,0,2022-06-20,0,na,1 +NS,10375,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-05-09,4.5,1.0,1.5,1.0,0.0,,,,,,,,,,,,1,2022-05-16,1,na,1 +NS,10379,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-05-16,0.0,1.0,0.0,3.0,1.0,4.0,5.0,5.0,5.0,4.0,3.0,1.0,1.0,1.0,0.0,3.0,0,2022-08-08,1,na,1 +NS,10380,V3,1,1,1,1,1,1,0,0,1,1,0,0,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-09-19,0.0,3.0,0.0,3.0,0.0,,,,,,,0.0,0.0,0.0,0.0,4.0,1,2022-06-06,0,na, +NS,10380,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-05-30,0.0,4.0,0.0,5.0,0.0,,,,,,,,,,,,1,2022-06-06,1,na,1 +NS,10382,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-05-16,0.0,0.0,0.0,1.0,0.0,4.0,4.0,4.0,4.0,3.0,3.0,0.0,0.0,0.0,0.0,2.0,0,2022-05-23,0,na,1 +NS,10383,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,80,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-09-26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,3.5,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-06-13,0,na, +UI,10384,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,80,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-08-22,4.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2022-05-16,1,na, +UI,10384,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-05-16,3.0,2.0,3.0,0.0,0.0,,,,,,,0.0,0.0,0.0,1.0,0.0,1,2022-05-16,1,na,1 +NS,10385,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-23,0.0,0.0,0.0,0.0,0.0,0.0,4.0,7.0,1.0,4.0,7.5,0.0,0.0,0.0,2.0,2.0,0,2022-06-06,0,na,1 +NS,10386,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-09-19,0.5,1.5,0.5,0.5,0.0,,,,,,,,,,,,1,2022-06-13,0,na, +NS,10386,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-06-06,0.0,1.0,0.0,1.0,0.0,,,,0.0,0.0,,,,,,,1,2022-06-13,0,na,1 +NS,10387,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-09-26,0.0,1.0,0.0,1.0,0.0,5.0,6.0,7.0,7.0,8.0,8.5,0.0,0.0,1.0,0.0,1.0,1,2022-06-20,0,na, +NS,10387,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-06-06,0.0,1.5,0.0,2.0,0.0,,,,,,,,,,,,1,2022-06-20,0,na,1 +UI,10390,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,110,145,145,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-10-17,0.0,0.0,0.0,0.0,0.0,4.5,6.0,8.0,4.0,5.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2022-06-13,1,na, +UI,10390,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,115,125,125,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,2022-05-30,0.0,0.0,0.0,0.0,0.0,3.5,4.0,5.0,3.0,4.0,4.5,0.0,0.0,0.0,0.0,0.0,0,2022-06-13,1,na,1 +UI,10391,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-09-12,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-06-06,1,na, +UI,10391,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,190,,190,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-30,2.0,0.0,2.0,0.0,0.0,4.0,4.0,4.0,1.0,1.0,1.0,0.0,0.0,0.0,2.0,0.0,0,2022-06-06,1,na,1 +UC,10392,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-10-24,0.0,0.0,0.0,0.0,0.0,4.0,5.5,6.0,3.0,4.0,5.0,1.0,0.0,0.0,2.0,0.0,0,2022-08-01,0,na, +UC,10392,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,120,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-01,2.0,4.0,2.0,2.0,0.0,3.5,4.0,4.5,3.0,3.0,3.0,0.0,0.0,0.0,2.0,1.5,0,2022-08-01,0,na,1 +UC,10393,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-07-11,2.0,2.0,2.0,2.0,0.0,3.0,3.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,2.0,3.0,0,2022-07-18,0,na,1 +NS,10394,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-05-30,0.0,0.0,0.0,0.0,0.0,1.0,3.0,5.0,1.0,4.0,6.0,0.0,0.0,0.0,0.0,3.0,0,2022-06-06,1,na,1 +UI,10395,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,105,120,120,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,2022-10-03,1.0,1.0,0.0,1.0,0.0,4.0,5.0,5.0,5.0,6.0,7.0,0.0,0.0,0.0,0.0,1.0,0,2022-06-13,1,na, +UI,10395,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-06-13,1.0,2.0,0.0,1.0,0.0,3.0,4.0,4.0,,,,0.0,0.0,0.0,0.0,4.0,0,2022-06-13,1,na,1 +UI,10396,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-11-07,0.0,0.0,0.0,0.0,0.0,0.0,1.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0.0,0,2022-06-13,0,na, +UI,10396,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-06-06,0.0,0.0,0.0,0.0,0.0,1.5,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-06-13,1,na,1 +UI,10397,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,90,75,75,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-09-12,0.0,3.0,0.0,4.0,0.0,4.0,5.0,5.0,,,,0.0,0.0,0.0,0.0,3.0,0,2022-06-20,1,na, +UI,10397,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,80,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-06-13,0.0,0.0,1.0,1.0,1.0,,,,,,,0.0,0.0,0.0,0.0,0.0,0,2022-06-20,1,na,1 +UI,10398,V3,1,1,1,1,1,1,0,0,1,1,1,1,1,140,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-09-19,0.0,2.0,0.0,2.0,0.0,8.0,6.0,6.0,,,,5.0,8.0,7.0,5.0,5.0,1,2022-06-13,1,na, +UI,10398,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-06-13,6.0,6.0,5.0,6.0,2.0,,,,,,,3.0,3.0,2.0,5.0,5.0,1,2022-06-13,1,na,1 +NS,10401,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-09-19,2.0,3.0,3.0,3.0,3.0,,,,,,,,,,,,1,2022-06-20,0,na, +NS,10401,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-06-13,5.0,1.0,6.0,5.0,0.5,,,,,,,,,,,,1,2022-06-20,0,na,1 +NS,10402,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,120,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-09-26,0.0,0.0,0.0,0.0,0.0,0.0,4.0,0.0,0.0,4.0,0.0,0.0,0.0,0.0,0.0,0.5,0,2022-06-20,0,na, +NS,10402,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-06-13,0.0,0.0,0.0,0.0,0.0,2.0,5.0,7.5,3.0,6.0,7.5,0.0,0.0,0.0,0.0,1.0,0,2022-06-20,0,na,1 +UI,10405,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-10-10,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2022-07-11,2,na, +UI,10405,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-06-20,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2022-07-11,2,na,1 +NS,10406,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,0,na,0,1,na,1,1,1,1,0,0,2022-10-03,0.0,3.0,0.0,3.0,0.0,0.0,0.0,0.0,,,,,,,,,1,2022-07-11,0,na, +NS,10406,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,0,na,0,1,na,1,1,1,1,0,0,2022-06-27,7.0,0.0,7.0,7.0,0.0,,,,,,,,,,,,1,2022-07-11,0,na,1 +NS,10407,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-09-26,5.0,3.0,1.0,1.0,0.0,,,,,,,,,,,,1,2022-07-11,0,na, +NS,10407,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-06-20,6.0,6.0,7.0,7.0,7.0,,,,,,,,,,,,1,2022-07-11,1,na,1 +UI,10408,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,60,170,170,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-10-17,0.0,0.0,0.0,0.0,0.0,6.0,7.0,9.0,4.0,5.0,5.0,0.0,0.0,0.0,3.0,0.0,0,2022-07-11,2,na, +UI,10408,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-06-20,3.0,6.0,3.0,6.0,0.0,,,,,,,0.0,0.0,0.0,8.0,8.0,0,2022-07-11,2,na,1 +UC,10411,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-10-31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-07-04,0,na, +UC,10411,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,0.0,0.0,1.0,1.0,0.0,4.0,4.0,5.0,5.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2022-07-04,0,na,1 +UC,10413,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2022-11-07,0.0,0.0,0.0,0.0,0.0,3.0,4.0,4.0,5.0,5.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-07-18,0,na, +UC,10413,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-07-18,0.0,2.0,2.0,2.0,0.0,0.0,2.0,0.0,0.0,0.5,0.0,0.0,0.0,0.0,2.0,2.0,0,2022-07-18,0,na,1 +NS,10414,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,100,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-10-03,0.0,0.0,0.0,0.0,0.0,3.0,3.5,0.0,3.5,4.5,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-07-18,0,na, +NS,10414,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,310,250,250,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,0.0,0.0,0.0,0.0,0.0,1.5,5.0,8.0,2.0,4.0,4.0,1.5,4.0,4.0,0.0,2.0,0,2022-07-18,0,na,1 +NS,10415,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-10-03,3.0,2.0,4.0,2.0,2.0,,,,,,,,,,,,1,2022-07-04,0,na, +NS,10415,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-06-27,2.0,0.0,2.0,0.0,0.0,,,,,,,,,,,,1,2022-07-04,0,na,1 +UC,10416,V1,1,1,1,1,1,1,0,0,1,1,0,0,3,60,,60,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,8.0,8.0,8.5,8.0,0.0,0.0,0.0,0.0,,,,,,,,,0,2022-07-04,,na,1 +UI,10417,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,130,140,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-06-27,0.0,0.0,0.0,0.0,0.0,7.0,9.0,10.0,5.0,7.0,8.0,,,,,,0,2022-06-27,1,na,1 +NS,10419,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,70,70,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-10-10,0.0,3.0,0.0,4.0,4.0,4.0,4.0,5.0,6.5,6.5,7.0,7.0,7.5,8.0,8.0,3.0,0,2022-07-25,0,na, +NS,10419,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-07-18,3.0,3.0,3.0,3.0,3.0,,,,,,,,,,,,0,2022-07-25,1,na,1 +UI,10420,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,120,115,115,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-07-04,2.0,2.0,1.0,2.0,0.0,7.0,9.0,7.0,,,,0.0,0.0,0.0,1.0,2.0,0,2022-07-11,1,na,1 +UI,10421,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,110,85,85,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-11-07,0.0,3.0,0.0,0.0,0.0,0.0,5.0,8.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-08-01,1,na, +UI,10421,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,90,140,140,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-07-11,0.0,3.0,0.0,2.0,0.0,4.0,6.0,6.0,2.0,4.0,4.0,0.0,0.0,0.0,0.0,1.0,0,2022-08-01,1,na,1 +UC,10423,V1,1,1,1,1,0,0,0,0,0,0,0,0,,110,,na,1,1,1,1,1,na,na,1,na,na,1,1,1,na,na,2022-07-18,,,,,,,,,,,,,,,,,0,2022-07-18,0,na,1 +UC,10424,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-12-12,0.0,0.0,0.0,0.0,0.0,1.0,4.0,7.0,2.0,4.0,4.0,2.0,1.0,0.0,0.0,0.0,0,2022-08-01,0,na, +UC,10424,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,240,,240,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-07-25,0.0,0.5,0.0,0.0,0.0,3.0,4.0,4.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-08-01,0,na,1 +UC,10425,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,2022-08-08,0.0,0.0,0.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,1,2022-09-19,0,na,1 +NS,10427,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-07-11,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-07-18,0,na,1 +NS,10428,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,90,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-10-10,1.0,1.0,2.0,2.0,0.0,1.0,2.0,3.0,1.0,3.0,5.0,1.0,1.0,2.0,3.0,3.0,0,2022-07-18,0,na, +NS,10428,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-07-11,5.0,1.0,6.0,6.0,0.0,6.5,,,6.5,,,7.5,7.5,7.5,7.5,0.0,0,2022-07-18,0,na,1 +NS,10429,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-11-07,0.0,1.0,1.0,0.0,0.0,,,,,,,,,,,,1,2022-08-08,0,na, +NS,10429,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-08-01,1.0,0.0,4.0,0.0,0.0,,,,,,,,,,,,1,2022-08-08,0,na,1 +NS,10430,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,90,90,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-10-31,0.0,1.0,0.0,1.0,0.0,7.0,8.0,8.0,7.0,8.0,7.0,1.0,1.5,1.5,0.0,0.0,0,2022-08-01,0,na, +NS,10430,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,110,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-07-25,1.0,0.0,0.0,0.0,0.0,3.0,6.0,7.0,4.0,6.0,7.0,0.0,0.0,0.0,0.5,0.5,0,2022-08-01,0,na,1 +NS,10431,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,0,2022-10-31,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-08-08,0,na, +NS,10431,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-07-25,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-08-08,0,na,1 +NS,10432,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-07-25,4.0,6.0,7.0,9.0,6.0,,,,,,,,,,,,0,2022-08-01,0,na,1 +NS,10433,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,100,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-07-25,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-08-01,0,na,1 +NS,10434,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,80,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-11-07,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,5.0,5.5,6.0,0.0,0.0,0.0,0.0,0.5,0,2022-08-15,0,na, +NS,10434,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,110,110,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-08,2.0,0.0,2.0,1.0,0.0,5.0,5.0,5.0,5.0,6.0,7.0,0.0,0.0,0.0,1.0,0.0,0,2022-08-15,0,na,1 +UC,10436,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-12-05,5.0,3.0,7.5,4.0,0.0,0.0,0.0,0.0,4.0,4.0,2.0,0.0,0.0,0.0,9.0,9.0,1,2022-08-22,0,na, +NS,10437,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,80,80,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-11-07,0.0,1.0,0.0,0.5,0.0,4.0,5.0,6.0,6.0,7.0,8.5,0.0,0.0,0.0,0.0,0.5,0,2022-08-15,0,na, +NS,10437,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,84,84,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-08,1.0,0.0,1.0,2.0,0.0,3.0,6.0,9.0,6.0,8.0,9.0,0.0,0.0,0.0,1.0,2.0,0,2022-08-15,0,na,1 +UC,10439,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-09-05,0.0,7.0,0.0,7.0,4.0,7.0,9.0,8.0,5.5,7.0,5.0,7.0,8.0,6.0,0.0,10.0,,2022-09-05,1,na,1 +UC,10442,V1,1,1,1,1,1,1,0,0,1,1,0,0,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,1,2022-09-12,0,na,1 +UC,10443,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,210,,210,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-15,0.0,2.0,0.0,2.0,0.0,0.0,6.0,6.0,2.0,2.0,2.0,0.0,0.0,0.0,2.0,0.0,0,2022-08-29,0,na,1 +UI,10447,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,130,130,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-11-28,1.0,3.0,1.0,5.0,2.0,4.0,5.0,4.0,4.0,6.0,6.0,5.0,5.0,5.0,7.0,2.0,0,2022-08-22,1,na, +UI,10447,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-15,0.5,0.5,1.0,0.0,0.0,4.0,5.0,3.0,4.0,6.0,5.0,1.0,2.0,2.0,2.0,0.0,0,2022-08-22,1,na,1 +UI,10449,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,1,1,1,2022-12-05,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,1.0,0.0,0,2022-08-29,1,na, +UI,10449,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,100,105,105,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2022-08-29,0.0,0.0,0.0,0.0,0.0,2.0,4.0,7.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-08-29,1,na,1 +UI,10451,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,150,150,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2023-01-02,0.0,0.5,0.0,0.0,0.0,0.0,3.0,3.5,2.0,2.5,2.5,0.0,0.0,0.0,0.0,0.0,0,2022-09-12,1,na, +UI,10452,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,120,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-08-29,3.0,3.0,3.0,3.0,3.0,5.0,5.0,5.0,3.5,3.5,3.5,,,,,,0,2022-08-29,1,na,1 +UI,10453,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,115,105,105,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-09,0.0,3.0,0.0,3.0,3.0,5.0,5.0,5.0,,,,2.0,2.0,2.0,0.0,2.0,0,2022-09-05,1,na, +UI,10453,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,115,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-05,2.0,1.0,2.0,1.0,1.0,4.5,5.0,5.0,,,,1.0,1.0,1.0,1.0,1.0,0,2022-09-05,1,na,1 +UI,10457,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,190,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-12,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,4.0,4.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-09-12,1,na,1 +UI,10458,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-05,0.0,0.0,0.0,0.0,0.0,1.5,1.5,2.0,1.0,1.5,1.5,0.0,0.0,0.0,0.0,0.0,0,2022-09-19,1,na,1 +UI,10459,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,165,165,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,0.0,0.0,0.0,0.0,0.0,1.0,4.0,6.0,2.0,4.0,6.5,0.0,0.0,0.0,0.0,0.0,0,2022-09-19,2,na, +UI,10459,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,110,200,200,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2022-09-12,0.0,0.0,0.0,0.0,0.0,3.5,5.0,7.0,3.0,4.0,4.5,0.0,0.0,0.0,0.0,0.0,0,2022-09-19,2,na,1 +UC,10462,V1,1,1,1,1,0,0,0,0,0,0,0,0,3,60,,na,1,1,1,1,1,na,na,1,na,na,1,1,0,na,na,2022-11-14,,,,,,,,,,,,,,,,,0,,,na,1 +UI,10467,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-09,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-03,1,na, +UI,10467,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,100,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-19,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-03,1,na,1 +UI,10469,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-19,0.0,3.0,0.0,4.0,0.0,4.0,6.0,7.0,6.0,8.0,8.0,0.0,0.0,0.0,0.0,4.0,0,2022-09-19,1,na, +UI,10469,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-19,0.0,2.0,2.0,2.0,2.0,5.0,6.5,0.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,3.0,0,2022-09-19,1,na,1 +UI,10470,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,0.0,3.0,0.0,3.0,0.0,2.0,2.0,3.0,0.0,2.0,3.0,0.0,0.0,0.0,0.0,3.0,0,2022-10-03,1,na, +UI,10470,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-03,1.0,1.0,0.0,0.0,1.0,1.0,3.0,5.0,0.0,1.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-03,1,na,1 +NS,10472,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-19,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-09-19,0,na, +NS,10472,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-09-19,2.0,3.0,2.0,3.0,0.0,,,,,,,,,,,,1,2022-09-19,0,na,1 +UI,10473,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-03,0.0,1.0,0.0,2.0,1.0,2.0,3.0,3.5,0.0,0.0,0.0,,,,,,0,2022-10-03,0,na,1 +NS,10474,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,188,130,130,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2022-12-12,0.0,2.0,0.0,4.5,0.0,2.0,4.5,4.0,2.0,4.0,4.0,0.0,0.0,0.0,0.0,5.0,0,2022-09-26,0,na, +NS,10474,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-19,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,5.0,5.0,5.0,5.5,5.5,5.5,0.0,3.0,0,2022-09-26,0,na,1 +UI,10475,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-26,0.5,0.0,9.0,8.0,9.0,0.0,2.0,2.0,1.0,4.0,5.0,0.0,4.0,9.0,9.0,8.0,0,2022-09-26,1,na,1 +UI,10476,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-02-13,3.0,0.0,3.0,0.0,0.0,,,,,,,0.0,0.0,0.0,3.0,0.0,1,2022-10-10,1,na, +UI,10476,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-10-03,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2022-10-10,1,na,1 +UC,10478,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-26,2.0,7.0,5.5,8.0,0.0,6.0,7.0,7.0,6.0,8.0,8.0,4.0,4.0,4.0,7.0,10.0,0,2022-11-14,0,na,1 +NS,10479,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,115,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,0.5,1.0,0.5,1.0,1.0,4.5,5.0,3.5,4.0,5.5,4.5,1.5,2.5,1.5,1.0,1.5,0,2022-10-03,0,na, +NS,10479,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-26,1.0,1.0,1.0,2.0,0.0,4.0,5.0,5.0,6.0,7.0,7.5,1.0,6.0,3.0,1.0,2.0,0,2022-10-03,0,na,1 +NS,10480,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-10-03,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-10-10,0,na,1 +NS,10481,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,0,2023-02-06,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-11-07,0,na, +NS,10481,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-10-17,0.5,0.5,0.5,0.0,0.0,,,,,,,,,,,,1,2022-11-07,0,na,1 +UI,10482,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-10,5.0,0.0,4.0,2.0,0.0,3.0,4.0,2.0,1.0,2.0,0.0,0.0,0.0,0.0,3.0,2.0,0,2022-10-17,1,na,1 +UC,10483,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,0,2023-02-13,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-11-07,0,na, +UC,10483,V1,1,1,1,1,1,1,0,0,1,1,0,0,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,1,2022-11-07,0,na,1 +UI,10485,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,0.0,0.0,2.0,2.0,1.0,5.0,5.0,6.0,3.0,3.0,4.0,0.0,0.0,0.0,4.0,4.0,0,2022-10-10,1,na, +UI,10485,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,145,145,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-10,5.0,5.0,5.0,5.0,3.0,5.0,7.0,7.0,5.0,6.0,6.0,4.0,4.0,4.0,5.0,5.0,0,2022-10-10,1,na,1 +NS,10486,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,0.0,0.0,0.0,0.0,0.0,3.0,4.0,4.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-17,0,na, +NS,10486,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-10,0.0,0.0,0.0,0.0,0.0,3.5,5.0,4.5,4.0,7.0,6.0,0.5,0.0,0.0,0.0,0.0,0,2022-10-17,1,na,1 +UC,10487,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,0,na,0,1,na,1,1,1,0,0,0,2023-02-27,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-10-17,0,na, +UC,10487,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-10,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,0.0,0.0,0.0,0.5,0.0,1,2022-10-17,0,na,1 +NS,10488,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-23,0.0,0.0,0.0,0.0,0.0,0.0,7.0,7.0,0.0,7.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-17,0,na, +NS,10488,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-10,0.0,0.0,0.0,0.0,0.0,0.0,4.0,6.0,7.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-17,0,na,1 +NS,10490,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,95,95,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,0.0,0.5,0.0,0.5,0.0,2.0,3.5,4.0,5.0,4.5,5.0,1.0,2.0,1.0,1.0,2.0,0,2022-10-17,0,na, +NS,10490,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-10,1.0,0.0,1.0,1.0,0.0,2.0,3.0,3.5,3.0,4.0,3.0,0.0,0.0,0.0,1.0,2.0,0,2022-10-17,0,na,1 +NS,10493,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,115,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-23,0.0,0.0,0.0,0.0,0.0,0.0,4.0,0.0,0.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-24,0,na, +NS,10493,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,110,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-17,0.0,0.0,0.0,0.0,0.0,0.0,3.0,0.0,0.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-24,0,na,1 +UI,10494,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-24,3.0,0.0,3.0,0.0,0.0,3.0,3.0,4.0,1.0,2.0,3.0,0.0,0.0,0.0,3.0,0.0,0,2022-10-24,1,na,1 +UI,10495,V3,1,1,1,1,0,0,0,0,1,1,1,1,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-23,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,0,2022-10-17,1,na, +UI,10495,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,80,70,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-10-17,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,0,2022-10-17,1,na,1 +NS,10496,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,120,120,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-01-23,0.0,0.0,0.0,0.0,0.0,0.0,3.0,3.0,0.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-24,0,na, +NS,10496,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,230,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-17,0.0,0.0,0.0,0.0,0.0,0.0,4.0,4.5,0.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-24,0,na,1 +NS,10497,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-17,1.0,1.0,0.0,0.0,0.0,2.0,2.5,2.5,4.0,6.0,6.0,3.0,2.0,1.0,1.0,2.0,0,2022-10-17,1,na,1 +UC,10498,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-27,0.0,0.0,0.0,0.0,0.0,4.0,5.0,7.0,7.0,7.0,7.0,0.0,0.0,0.0,0.0,0.0,1,2023-01-09,0,na, +UC,10498,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-05,0.0,7.0,1.0,3.0,0.0,,,,,,,,,,,,1,2023-01-09,0,na,1 +UI,10499,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,60,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-15,0.0,0.0,0.0,0.0,0.0,7.0,5.0,5.0,6.0,8.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-28,0,na, +UI,10499,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-14,4.5,4.5,0.0,0.0,0.0,8.5,9.0,9.0,6.0,7.0,7.0,0.0,0.0,0.0,2.0,3.0,0,2022-11-28,1,na,1 +UI,10505,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,180,200,200,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-06,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,1.0,1.0,1.0,,,,,,0,2022-10-31,1,na, +UI,10505,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-24,0.0,0.0,1.0,0.0,0.0,0.0,2.0,3.0,0.0,1.0,2.0,0.0,0.0,0.0,1.5,0.0,0,2022-10-31,1,na,1 +UC,10506,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-03-06,0.0,0.0,0.0,0.0,0.0,,,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-14,0,na, +UC,10506,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-24,4.0,0.0,4.0,0.0,0.0,,,,4.0,4.0,4.0,0.0,0.0,0.0,4.0,0.0,0,2022-11-14,0,na,1 +NS,10507,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,165,95,95,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-06,0.0,2.0,0.0,1.5,0.5,4.0,4.0,3.0,4.5,4.5,4.5,1.0,1.0,0.5,0.0,1.0,0,2022-11-07,0,na, +NS,10507,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,135,135,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-31,0.0,0.0,0.0,0.0,0.0,5.0,6.0,0.0,0.0,5.0,3.0,0.0,0.5,0.0,0.0,0.5,0,2022-11-07,0,na,1 +NS,10508,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-06,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,1.5,0,2022-11-21,0,na, +NS,10508,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,90,60,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-11-14,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-11-21,0,na,1 +UI,10509,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,100,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-02-27,0.0,0.0,0.0,2.0,0.0,5.0,7.0,8.0,2.0,3.0,4.0,0.0,0.0,0.0,4.0,3.0,0,2022-11-21,1,na, +NS,10510,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,175,175,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-01-30,0.0,1.0,0.0,2.0,0.0,5.0,8.0,7.0,2.0,3.0,2.5,1.0,1.0,1.0,0.0,2.5,0,2022-11-07,0,na, +NS,10510,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,165,165,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-31,0.0,1.0,0.0,1.5,0.0,2.0,4.5,7.0,1.5,4.0,6.0,1.0,1.0,1.0,0.0,3.0,0,2022-11-07,0,na,1 +UC,10511,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-14,0.0,0.0,0.0,0.0,0.0,1.0,2.0,1.0,4.0,5.0,2.0,0.0,1.0,0.0,0.0,1.0,0,2022-11-28,0,na,1 +UI,10512,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,80,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-06,0.0,2.0,0.0,0.0,0.0,4.0,5.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-05,1,na, +UI,10512,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-31,0.0,0.0,0.0,0.0,0.0,4.0,5.0,4.5,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-05,1,na,1 +UC,10513,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-02-27,0.0,2.0,0.0,0.0,0.0,3.5,8.0,9.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-11-07,0,na, +UC,10513,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-07,0.0,0.0,2.0,0.0,0.0,4.0,4.0,9.0,,,,5.0,0.0,0.0,3.0,0.0,0,2022-11-07,0,na,1 +UI,10514,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-06,0.0,2.0,0.0,2.0,0.0,3.0,4.0,4.0,2.0,2.0,1.0,0.0,0.0,0.0,0.0,3.0,0,2022-12-05,1,na, +UI,10514,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-07,0.0,2.0,0.0,2.0,0.0,4.0,5.0,6.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,2.0,0,2022-12-05,1,na,1 +NS,10515,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-20,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-11-07,0,na, +NS,10515,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-07,0.0,2.0,0.0,2.0,0.0,0.0,2.0,4.0,0.0,1.0,2.0,0.0,0.0,0.0,0.0,3.0,0,2022-11-07,0,na,1 +UI,10516,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,170,200,200,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-20,0.0,0.0,0.0,0.0,0.0,3.0,6.0,6.0,2.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-28,1,na, +UI,10516,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-28,3.0,0.0,0.0,0.0,0.0,0.0,5.0,6.0,3.0,5.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-28,1,na,1 +UI,10517,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-03-20,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-11-28,1,na, +UI,10517,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-07,0.0,0.0,0.0,0.0,0.0,3.0,5.0,6.0,1.0,2.0,3.0,,,,,,0,2022-11-28,1,na,1 +UC,10518,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,110,,110,1,1,1,0,1,0,1,1,1,1,1,1,0,1,0,2023-03-13,8.0,0.0,8.0,0.0,3.0,,8.0,,,,,5.0,5.0,5.0,8.0,4.0,1,2022-12-12,0,na, +NS,10519,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-03-06,2.0,0.0,2.0,0.0,0.0,,,,,,,,,,,,0,2022-11-21,0,na, +NS,10519,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,160,160,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2022-11-07,5.0,2.0,4.0,4.0,0.0,0.0,7.0,9.0,0.0,6.0,6.0,3.0,3.0,3.0,0.0,0.0,0,2022-11-21,0,na,1 +UI,10520,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-12,1.0,2.0,2.0,1.0,2.0,,,,,,,1.0,1.0,1.0,1.0,2.0,1,2022-12-19,1,na,1 +UI,10522,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-03,0.0,0.0,0.0,0.0,0.0,1.5,2.0,3.0,0.0,1.0,2.0,0.0,0.0,0.0,1.0,0.0,0,2022-12-19,1,na, +UI,10522,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-05,0.0,0.0,0.0,0.0,0.0,3.5,4.5,4.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-19,1,na,1 +NS,10523,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,195,165,165,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-13,0.0,0.0,0.0,0.0,0.0,0.0,2.5,4.0,0.0,1.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-28,0,na, +NS,10523,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-14,0.0,0.0,0.0,0.0,0.0,3.5,5.0,7.0,2.5,3.5,5.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-28,0,na,1 +NS,10524,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-03-13,2.0,2.0,2.0,2.0,0.0,,,,,,,,,,,,0,2022-12-12,0,na, +NS,10524,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-11-21,3.0,3.0,3.0,3.0,0.0,,,,,,,,,,,,0,2022-12-12,0,na,1 +NS,10528,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-20,0.0,0.0,0.0,0.0,0.0,4.0,6.0,7.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-12,0,na, +NS,10528,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-12,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.5,6.0,7.0,8.0,1.0,0.0,0.0,0.0,2.0,0,2022-12-12,0,na,1 +UI,10529,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,100,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-17,0.0,1.0,0.0,3.0,0.0,6.0,6.0,6.0,7.0,7.0,6.0,0.0,0.0,0.0,0.0,2.0,0,2023-01-09,1,na, +UI,10529,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,150,85,85,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-28,1.0,1.0,0.0,0.0,0.0,4.0,5.0,5.0,,,,0.0,0.0,0.0,0.0,0.0,0,2023-01-09,1,na,1 +UI,10530,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,160,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-06,3.0,0.0,1.0,0.0,0.0,8.0,8.0,9.0,8.0,9.0,9.0,0.0,0.0,0.0,9.0,7.0,0,2022-11-21,1,na, +UI,10530,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-21,0.0,2.0,0.0,0.0,0.0,4.0,3.0,3.0,7.0,4.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-21,1,na,1 +UI,10531,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-13,0.0,0.0,0.0,0.0,0.0,5.0,3.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0,2022-11-28,1,na, +UI,10531,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-28,1.0,0.0,2.0,0.0,0.0,0.0,4.0,7.0,3.0,1.0,1.0,0.0,0.0,0.0,1.0,0.0,0,2022-11-28,1,na,1 +NS,10532,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-03-20,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-12-05,0,na, +NS,10532,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-11-28,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-12-05,0,na,1 +NS,10534,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,117,117,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-20,0.0,0.0,0.0,0.0,0.0,1.5,2.0,3.0,0.5,2.0,3.5,0.0,0.0,0.0,0.0,0.0,0,2022-12-19,0,na, +NS,10534,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-05,0.0,0.0,0.0,0.0,0.0,0.0,3.0,5.0,0.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-19,0,na,1 +UC,10538,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-04-24,5.0,4.0,2.0,4.0,0.0,,,,,,,,,,,,1,2023-01-23,0,na, +UC,10538,V1,1,1,1,1,0,0,0,0,0,0,0,0,2,,,na,1,1,1,1,1,na,na,1,na,na,1,1,0,na,na,2023-01-16,8.0,8.0,,,,,,,,,,,,,,,1,2023-01-23,0,na,1 +UC,10539,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-16,8.0,2.0,8.0,1.0,0.0,,,,,,,,,,,,1,2023-01-23,0,na,1 +UI,10540,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-13,4.0,1.0,8.0,6.0,0.0,4.0,4.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-12,1,na, +UI,10540,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,125,125,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-12,3.0,0.0,2.0,0.0,0.0,0.0,2.0,2.0,2.0,2.0,2.0,0.0,0.0,0.0,2.0,0.0,0,2022-12-12,1,na,1 +UI,10541,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-03-27,0.0,3.0,,,,,,,,,,0.0,0.0,0.0,0.0,3.0,0,2022-12-05,1,na, +UI,10541,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-05,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,1.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-05,1,na,1 +NS,10542,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,140,70,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-03-27,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-12-12,0,na, +NS,10542,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,270,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-05,0.0,2.0,0.0,1.0,0.0,1.0,1.0,1.0,0.5,0.5,0.5,0.0,0.0,0.0,0.0,0.0,0,2022-12-12,0,na,1 +UI,10545,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-10,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,4.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-09,1,na, +UI,10545,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-19,0.0,0.0,0.0,0.0,0.0,4.0,3.0,3.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-09,1,na,1 +UI,10546,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-19,2.0,5.0,2.0,4.0,1.0,5.0,5.0,5.0,,,,,,,,,0,2022-12-19,1,na,1 +UI,10547,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-03,0.0,2.0,0.0,0.0,0.0,4.0,4.0,4.0,5.0,6.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-26,1,na, +UI,10547,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-19,0.0,0.0,0.0,0.0,0.0,4.0,3.5,3.5,4.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-26,1,na,1 +NS,10548,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,145,145,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-19,0.5,0.0,0.5,0.0,0.0,0.0,4.0,4.0,0.0,3.0,3.5,0.0,0.0,0.0,0.5,0.0,0,2022-12-26,0,na,1 +NS,10549,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,165,145,145,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-12,0.0,1.0,1.0,1.0,0.0,5.0,5.0,5.0,3.0,4.0,4.0,0.0,0.0,0.0,7.0,7.0,0,2022-12-19,0,na,1 +UI,10550,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-02,0.0,2.0,0.0,2.0,0.0,,,,,,,,,,,,1,2023-01-09,1,na,1 +UI,10551,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,115,115,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-17,1.0,2.0,1.0,4.0,1.0,5.0,4.0,6.0,4.0,6.0,5.0,0.0,0.0,0.0,1.0,4.0,0,2023-01-16,1,na, +UI,10551,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-09,3.0,3.0,3.0,3.0,1.0,5.0,6.0,5.0,3.0,4.0,3.0,0.0,0.0,0.0,2.0,3.0,0,2023-01-16,1,na,1 +NS,10552,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-20,1.0,0.0,1.0,0.0,0.0,1.0,1.0,1.0,2.0,4.0,5.0,0.0,0.0,0.0,1.0,0.0,0,2022-12-19,0,na, +NS,10552,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,98,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-12,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,7.5,8.0,8.5,0.0,0.0,0.0,0.0,0.0,0,2022-12-19,0,na,1 +UC,10553,V1,1,1,0,0,0,0,0,0,0,0,0,0,1,130,,na,1,1,1,1,1,na,na,1,na,na,na,1,0,na,na,2023-01-23,,,,,,,,,,,,,,,,,0,2023-01-23,0,na,1 +UI,10555,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,100,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-19,2.0,8.0,2.0,8.0,2.0,4.0,5.5,6.5,4.0,6.0,8.0,0.0,0.0,0.0,2.0,8.0,0,2022-12-19,1,na,1 +UI,10556,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,60,70,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-04-24,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-01-16,1,na, +UI,10556,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-09,0.0,1.0,0.0,2.0,0.0,7.0,8.0,10.0,,,,0.0,0.0,0.0,0.0,2.0,0,2023-01-16,1,na,1 +UI,10557,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,160,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-17,1.0,1.0,1.0,1.0,1.0,5.0,4.0,2.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-16,0,na, +UI,10557,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-02,0.5,1.0,0.5,1.0,0.0,5.0,5.0,5.0,6.0,7.0,7.0,2.0,2.0,1.0,0.0,1.0,0,2023-01-16,1,na,1 +UI,10559,V3,1,1,1,1,0,0,0,0,1,1,0,0,1,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,0,0,2023-05-01,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-01-16,1,na, +UI,10559,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,135,135,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-02,4.0,3.0,3.0,2.0,2.0,3.0,2.0,3.0,2.0,3.0,1.0,1.0,1.0,1.0,2.0,3.0,0,2023-01-16,1,na,1 +NS,10560,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-01,0.0,1.0,0.0,1.5,0.0,4.0,4.0,3.0,3.0,2.0,1.0,0.0,0.0,0.0,0.0,1.5,0,2023-01-16,0,na, +NS,10560,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,295,310,310,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-26,0.0,1.0,0.0,1.0,0.0,4.0,5.5,6.0,3.0,4.0,4.5,0.0,0.0,0.0,0.0,0.5,0,2023-01-16,0,na,1 +NS,10561,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-04-03,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-01-02,0,na, +NS,10561,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-26,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-01-02,0,na,1 +UI,10562,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,325,325,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-23,1,na, +UI,10562,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-23,1,na,1 +UI,10563,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,,,,,,,,,0,2023-01-16,1,na,1 +UI,10564,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,70,110,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-04-17,4.0,0.0,5.0,0.0,0.0,,,,,,,,,,,,0,2023-01-09,1,na, +UI,10564,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-02,0.0,0.0,0.0,0.0,0.0,3.0,4.0,5.0,5.0,7.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-09,1,na,1 +NS,10565,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-09,0.0,3.0,0.0,4.0,0.0,,,,,,,,,,,,1,2023-01-16,0,na,1 +NS,10566,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-04-24,0.0,1.5,0.0,3.0,0.0,,,,,,,,,,,,1,2023-01-09,0,na, +NS,10566,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-26,0.0,1.5,0.0,1.5,0.0,,,,,,,,,,,,1,2023-01-09,0,na,1 +NS,10569,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,135,135,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-04-24,1.0,4.0,1.0,4.0,0.0,4.0,4.5,4.5,2.0,2.5,3.0,1.0,1.0,0.0,1.0,4.0,0,2023-01-09,0,na, +NS,10569,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-02,1.0,5.0,1.0,5.0,0.0,3.0,3.0,3.0,3.0,4.0,5.0,1.0,1.0,1.0,2.0,5.0,0,2023-01-09,0,na,1 +UI,10571,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-09,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-16,1,na,1 +NS,10572,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-04-17,0.0,0.0,0.0,0.0,0.0,2.0,4.0,6.0,4.0,6.0,9.0,0.0,5.0,5.0,0.0,5.0,0,2023-01-23,0,na, +NS,10572,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,100,70,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-09,0.0,0.0,0.0,3.0,0.0,,,,,,,,,,,,0,2023-01-23,0,na,1 +UI,10573,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-01,0.0,0.0,0.0,2.0,0.0,4.0,3.0,3.0,5.0,3.0,2.0,0.0,0.0,0.0,0.0,1.0,0,2023-01-30,1,na, +UI,10573,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-30,1,na,1 +NS,10576,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-01,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-01-23,0,na, +NS,10576,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-16,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-01-23,0,na,1 +NS,10578,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,0,0,2023-05-01,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-01-23,0,na, +NS,10578,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-16,4.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-01-23,0,na,1 +NS,10580,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,180,205,205,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-01,0.0,0.0,0.0,0.0,0.0,5.0,5.0,5.0,3.0,3.0,3.0,1.0,0.5,0.5,0.0,3.5,0,2023-01-30,0,na, +NS,10580,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,125,125,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-23,0.0,0.0,0.0,0.0,0.0,3.0,5.0,5.0,4.0,4.0,5.0,0.0,0.0,0.0,4.0,6.0,0,2023-01-30,0,na,1 +NS,10582,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-05-15,1.0,0.0,1.0,2.0,0.0,4.0,4.0,2.0,4.0,5.0,6.0,0.0,0.0,0.0,1.0,3.0,0,2023-02-06,1,na, +NS,10582,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,105,105,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-30,2.0,1.0,2.0,1.0,0.0,4.0,3.0,3.0,4.0,3.0,3.0,0.0,0.0,0.0,2.0,2.0,0,2023-02-06,0,na,1 +NS,10583,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-05-08,0.0,0.5,0.0,0.5,0.0,3.5,4.0,3.5,4.0,2.5,2.0,0.0,0.0,0.0,0.0,0.5,0,2023-01-23,0,na, +NS,10583,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,0.0,3.0,0.0,2.0,0.0,2.0,3.0,2.0,4.5,4.5,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-23,0,na,1 +NS,10584,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-05-01,0.0,0.5,0.0,0.0,0.0,0.0,4.0,4.5,0.0,3.0,2.5,0.0,0.0,0.0,0.0,0.0,0,2023-01-30,0,na, +NS,10584,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-23,0.0,0.0,0.0,0.0,0.0,0.0,3.0,5.0,0.0,3.0,5.0,0.0,0.0,0.0,0.0,1.5,0,2023-01-30,0,na,1 +UI,10585,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,210,,210,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-05-08,0.0,0.0,0.0,0.0,0.0,0.0,3.0,5.0,0.0,1.0,3.0,0.0,0.0,0.0,0.0,2.0,0,2023-01-30,1,na, +UI,10585,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,190,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-23,0.0,0.0,0.0,4.0,0.0,0.0,2.0,3.0,0.0,0.0,0.0,,,,0.0,5.0,0,2023-01-30,1,na,1 +UI,10586,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-23,0.0,1.0,1.0,2.0,,,,,,,,,,,1.0,1.0,1,2023-01-30,1,na,1 +NS,10587,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-15,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-02-06,0,na, +NS,10587,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-30,0.0,1.5,0.0,1.5,0.0,,,,,,,,,,,,1,2023-02-06,0,na,1 +UI,10588,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-05,3.0,3.0,4.0,3.0,0.0,,,,,,,,,,,,1,2023-02-20,0,na, +UI,10588,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-13,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2023-02-20,1,na,1 +NS,10590,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-07-31,1.0,8.0,1.0,8.0,0.0,,,,,,,,,,,,1,2023-04-17,0,na, +NS,10590,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,0,2023-02-06,6.0,6.0,6.5,7.0,0.0,,,,,,,,,,,,1,2023-04-17,0,na,1 +UC,10591,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-05-22,0.0,0.0,3.0,0.0,0.0,3.5,4.0,4.0,3.0,3.0,3.0,0.0,0.0,0.0,3.0,0.0,0,2023-02-13,0,na, +UC,10591,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-06,,,0.0,0.0,0.0,0.0,3.0,3.0,0.0,3.0,3.0,0.0,0.0,0.0,0.5,1.0,0,2023-02-13,0,na,1 +UC,10592,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-29,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,2.0,4.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-02-13,0,na, +UC,10592,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-13,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-02-13,0,na,1 +UI,10593,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,140,60,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-22,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-02-20,1,na, +UI,10593,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,200,200,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-06,0.0,0.0,0.0,0.0,0.0,4.0,6.0,8.0,3.0,5.0,7.0,1.0,1.0,1.0,0.0,0.5,0,2023-02-20,1,na,1 +NS,10594,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-22,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-02-13,0,na, +NS,10594,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-30,7.0,8.0,6.0,4.0,4.0,7.0,7.5,4.0,6.0,9.0,3.0,0.0,0.0,0.0,6.0,6.0,0,2023-02-13,0,na,1 +UC,10595,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-15,0.0,6.0,0.0,6.0,0.0,,,,,,,,,,,,1,2023-02-13,0,na, +UI,10597,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-15,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0,2023-02-13,0,na, +UI,10597,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,80,130,130,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-06,2.0,1.0,1.0,1.0,0.0,4.0,6.0,7.0,4.0,4.0,4.0,0.0,0.0,0.0,1.5,0.5,0,2023-02-13,1,na,1 +UC,10598,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-10,3.0,0.0,4.0,0.0,0.0,4.0,5.5,6.0,6.0,6.0,7.0,0.0,0.0,0.0,2.0,0.0,1,2023-03-20,0,na, +UC,10598,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-13,,,0.0,0.0,0.0,,,,,,,,,,,,1,2023-03-20,0,na,1 +NS,10599,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-05,1.0,2.0,1.0,1.0,0.0,2.0,6.0,6.0,2.0,4.0,4.0,0.0,0.0,0.0,1.0,1.0,0,2023-03-06,0,na, +NS,10599,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,100,100,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-13,0.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,3.0,3.0,0.0,1.0,1.0,0.0,0.0,0,2023-03-06,0,na,1 +UI,10600,V3,1,1,1,1,1,1,1,1,1,1,0,0,3,,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-22,0.0,0.0,1.0,0.0,0.0,1.5,2.5,4.0,0.0,1.0,1.5,,,,,,0,2023-02-20,0,na, +UI,10600,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-06,0.0,0.0,0.0,4.0,0.0,1.0,2.0,9.0,2.0,2.0,8.0,0.0,0.0,0.0,0.0,4.0,0,2023-02-20,1,na,1 +UC,10601,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-20,7.0,0.0,7.0,0.0,0.0,3.0,3.0,3.0,4.0,4.0,4.0,3.0,3.0,3.0,10.0,0.0,0,2023-03-20,0,na,1 +UI,10602,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-15,2.0,0.0,1.0,0.0,0.0,5.0,6.0,7.0,3.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-02-13,0,na, +UI,10602,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,70,110,110,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-06,2.0,1.0,1.0,1.0,0.0,2.5,3.5,4.5,3.0,5.0,7.5,0.0,0.0,0.0,2.0,1.0,0,2023-02-13,1,na,1 +UC,10603,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-13,4.0,0.0,,,,,,,,,,,,,,,1,2023-02-13,0,na,1 +NS,10604,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-22,1.0,3.0,0.5,4.0,1.0,,,,,,,,,,,,0,2023-02-13,0,na, +NS,10604,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-06,0.5,2.0,2.0,5.0,0.5,,,,,,,,,,,,0,2023-02-13,0,na,1 +UC,10605,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,90,,90,1,1,1,1,1,1,0,1,1,1,0,1,0,0,1,2023-02-13,0.0,1.0,0.0,4.0,0.0,2.5,3.0,2.5,2.0,2.0,2.0,2.0,2.0,2.0,0.0,4.0,0,2023-02-20,0,na,1 +UC,10606,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,110,110,110,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-06,2.0,3.0,0.0,3.0,0.0,0.0,3.0,4.0,,,,0.0,2.0,0.0,0.0,2.0,0,2023-02-06,0,na,1 +UC,10607,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-22,0.0,2.0,0.0,0.0,0.0,8.0,8.0,8.0,5.0,5.0,5.0,0.0,0.0,0.0,0.0,8.0,0,2023-02-13,0,na, +UC,10607,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-13,0.0,0.0,0.0,0.0,0.0,0.0,2.0,3.0,1.0,3.0,3.0,1.0,2.0,1.0,0.0,1.0,0,2023-02-13,0,na,1 +UI,10608,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,190,210,210,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-19,0.0,3.0,0.0,4.0,0.0,4.0,6.0,8.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,3.0,0,2023-03-06,0,na, +UI,10608,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,80,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-02-20,2.0,1.0,1.0,0.5,0.0,3.0,4.0,3.0,1.0,1.5,2.5,0.0,0.0,0.0,1.0,0.5,0,2023-03-06,1,na,1 +UI,10609,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-22,0.0,1.0,0.5,1.0,0.0,4.0,4.5,5.0,3.0,3.5,4.0,0.5,0.0,0.0,0.5,1.0,0,2023-02-13,0,na, +UI,10609,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,90,150,150,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-06,3.0,2.0,2.0,1.0,0.0,4.0,4.5,5.0,4.0,5.0,6.0,2.0,2.5,3.0,3.0,1.0,0,2023-02-13,1,na,1 +UC,10610,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,2023-06-05,0.0,7.0,0.0,7.0,0.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-02-20,0,na, +UC,10610,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-13,,,0.0,0.0,0.0,0.0,2.0,2.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-02-20,0,na,1 +NS,10612,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-12,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-02-27,0,na, +NS,10612,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-20,0.0,0.0,1.0,1.0,0.0,,,,,,,,,,,,1,2023-02-27,0,na,1 +UC,10614,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,0,2023-06-12,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-02-27,0,na, +UC,10614,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-02-27,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-02-27,0,na,1 +NS,10615,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-08,3.0,5.0,8.0,4.0,0.0,,,,,,,,,,,,1,2023-02-20,0,na, +NS,10615,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-13,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-02-20,0,na,1 +NS,10616,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-15,1.5,3.5,1.0,3.0,1.0,,,,,,,,,,,,1,2023-02-13,0,na, +NS,10616,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-13,2.0,1.5,2.0,1.5,1.0,,,,,,,,,,,,1,2023-02-13,0,na,1 +UI,10618,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-07-10,0.0,2.0,0.0,1.0,0.0,,,,,,,,,,,,1,2023-03-13,0,na, +UI,10618,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-02-27,0.0,1.0,1.0,1.0,0.0,,,,,,,,,,,,1,2023-03-13,1,na,1 +UI,10621,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-20,0.5,4.0,0.5,4.0,0.0,4.0,5.0,6.0,1.0,2.0,2.0,0.0,0.0,0.0,0.0,3.0,0,2023-03-27,1,na,1 +UI,10622,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-26,0.0,3.0,1.0,1.0,2.0,0.0,1.0,2.0,1.0,2.0,2.0,0.0,0.0,0.0,0.0,3.0,0,2023-03-20,0,na, +UI,10622,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-03-13,1.0,3.0,2.0,4.0,0.0,3.0,4.0,4.0,2.0,4.0,7.0,0.0,0.0,0.0,2.0,3.0,0,2023-03-20,1,na,1 +NS,10624,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,164,164,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-06-05,0.0,0.0,0.0,0.5,0.0,0.0,3.0,4.0,0.0,2.0,1.5,0.0,2.0,0.0,0.0,1.5,0,2023-03-06,1,na, +NS,10624,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,80,70,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-02-27,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-03-06,0,na,1 +NS,10625,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-06,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,1.0,0,2023-03-13,0,na,1 +UI,10626,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-03,0.0,0.0,0.0,0.0,0.0,3.0,5.0,5.0,3.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-03-20,0,na, +UI,10626,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-20,2.0,1.0,2.0,1.0,0.0,2.0,3.0,3.0,5.0,7.0,7.0,4.0,3.0,2.0,2.0,2.0,0,2023-03-20,1,na,1 +UI,10627,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,170,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-17,2.0,0.0,2.0,0.0,0.0,3.0,3.0,3.0,3.0,3.0,3.0,0.0,0.0,0.0,2.0,0.0,0,2023-04-10,0,na, +UI,10627,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-27,1.0,1.0,1.0,1.0,0.0,4.0,4.0,4.0,4.0,4.0,4.0,1.0,1.0,1.0,0.0,1.0,0,2023-04-10,1,na,1 +NS,10628,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-12,3.0,0.0,2.0,0.0,0.0,,,,,,,,,,,,1,2023-03-06,0,na, +NS,10628,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-02-27,3.0,1.0,3.0,2.0,2.0,,,,,,,,,,,,1,2023-03-06,1,na,1 +UI,10629,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,90,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-06-19,0.0,3.0,0.0,3.0,0.0,5.5,5.5,5.5,,,,0.0,0.0,0.0,2.0,1.0,0,2023-03-13,0,na, +UI,10629,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-03-06,0.0,1.0,0.0,3.0,0.0,3.0,7.5,6.0,,,,0.0,0.0,0.0,1.0,3.5,0,2023-03-13,1,na,1 +UI,10630,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,210,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-07,0.0,0.0,0.0,0.0,0.0,4.0,5.0,4.0,3.0,4.0,2.0,1.0,1.0,0.0,0.0,0.0,0,2023-04-03,0,na, +UI,10630,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,90,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-13,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.0,2.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-03,1,na,1 +NS,10633,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-03-06,0.0,7.0,0.0,8.0,0.0,,,,,,,,,,,,1,2023-03-13,0,na,1 +NS,10635,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-06-12,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-03-06,0,na, +NS,10635,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-03-06,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-03-06,0,na,1 +UC,10636,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-17,0.0,0.0,0.0,0.0,0.0,8.0,5.0,8.0,7.0,8.0,6.0,4.0,6.0,7.0,10.0,0.0,0,2023-05-15,0,na,1 +UC,10637,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-07-17,1.0,0.0,1.0,0.0,0.0,,,,,,,,,,,,0,2023-04-10,0,na, +UC,10637,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-10,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,2.5,2.5,2.5,0.0,0.0,0.0,0.0,0.0,0,2023-04-10,0,na,1 +NS,10638,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-26,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,0.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-03-20,0,na, +NS,10638,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-13,0.0,0.0,0.0,0.0,0.0,0.0,4.0,4.0,3.0,2.0,2.0,0.0,4.0,3.0,0.0,0.0,0,2023-03-20,0,na,1 +UI,10640,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,170,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-10,0.0,2.0,0.0,2.0,0.0,3.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-17,1,na,1 +UC,10643,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-07-03,0.0,0.0,0.0,0.0,0.0,4.0,4.5,5.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-03,0,na, +UC,10643,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-20,0.0,0.0,0.0,0.0,0.0,4.5,5.0,7.0,7.0,10.0,10.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-03,0,na,1 +UC,10645,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,170,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-07-10,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,0.0,0.0,0,2023-03-20,0,na, +UC,10645,V1,1,1,1,1,0,0,0,0,0,0,0,0,3,,,na,1,1,1,1,1,na,na,1,na,na,1,1,0,na,na,2023-03-20,,,,,,,,,,,,,,,,,0,2023-03-20,0,na,1 +UI,10647,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,190,310,310,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-17,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0,2023-04-03,0,na, +UI,10647,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-20,0.0,0.0,0.0,0.0,0.0,2.0,2.0,3.0,1.0,1.0,1.0,0.0,0.0,0.0,2.0,3.0,0,2023-04-03,1,na,1 +NS,10648,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-07-03,0.0,3.0,0.0,3.0,0.0,,,,,,,,,,,,1,2023-03-20,0,na, +NS,10648,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-03-20,2.0,5.0,1.0,3.0,0.0,,,,,,,,,,,,1,2023-03-20,0,na,1 +UI,10649,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-09,0.0,3.0,0.0,2.0,0.0,2.0,3.0,4.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,3.0,0,2023-04-10,0,na, +UI,10649,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-03,0.0,3.0,0.0,3.0,0.0,5.0,5.0,6.0,2.0,2.0,1.0,0.0,0.0,0.0,0.0,1.0,0,2023-04-10,1,na,1 +UI,10650,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-04-03,0.0,2.0,0.0,2.0,0.0,,,,,,,0.0,0.0,0.0,0.0,2.0,1,2023-04-24,1,na,1 +NS,10651,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-07-24,4.0,6.0,4.0,5.0,4.0,,,,,,,,,,,,1,2023-04-17,0,na, +NS,10651,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-04-03,5.0,2.0,5.0,4.0,4.0,,,,,,,,,,,,1,2023-04-17,0,na,1 +NS,10653,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-07-24,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-04-10,0,na, +NS,10653,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-03-27,0.0,3.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-04-10,0,na,1 +UI,10654,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,80,80,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-08-07,0.0,0.0,0.0,0.0,0.0,6.0,8.0,7.0,9.0,10.0,10.0,3.0,0.0,0.0,0.0,3.0,0,2023-04-24,0,na, +UI,10654,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-03,0.0,0.0,0.0,0.0,0.0,4.0,6.0,3.0,6.0,8.0,9.0,4.0,2.0,1.0,0.0,0.0,0,2023-04-24,1,na,1 +UC,10656,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-08-28,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-05-15,0,na, +UC,10656,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-08,2.0,2.0,2.0,2.0,0.0,,,,,,,,,,,,1,2023-05-15,0,na,1 +UC,10657,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-04-24,0.0,3.0,1.0,1.0,1.0,,,,,,,,,,,,1,2023-04-24,1,na,1 +UC,10658,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-10,0.0,0.0,0.0,0.0,0.0,4.0,8.0,8.0,7.0,7.0,7.0,7.0,7.0,7.0,0.0,0.0,0,2023-04-10,0,na, +UC,10658,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-10,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-10,0,na,1 +UI,10659,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,80,70,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-01,3.0,0.0,6.5,6.0,0.0,,,,,,,,,,,,0,2023-05-29,1,na,1 +UI,10660,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,160,320,320,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-07-24,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,3.0,2.0,2.0,0.0,0.0,0.0,1.0,1.0,0,2023-04-24,0,na, +UI,10660,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-17,0.0,0.5,0.0,0.5,0.0,6.0,5.0,6.0,2.0,2.0,2.0,0.5,0.0,0.0,0.0,0.5,0,2023-04-24,1,na,1 +UC,10663,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,2023-07-31,5.0,0.0,3.0,0.0,0.0,2.0,3.0,4.5,5.0,7.0,6.0,1.0,1.0,1.0,1.0,0.0,0,2023-04-24,0,na, +UC,10663,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-24,0.0,0.0,0.0,0.0,0.0,3.0,5.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-24,0,na,1 +UI,10664,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-17,0.0,0.0,0.0,0.0,0.0,2.0,3.0,4.0,2.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-10,1,na, +UI,10664,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,220,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-03,0.0,0.0,0.0,0.0,0.0,4.0,8.0,8.0,2.0,4.0,4.0,2.0,3.0,4.0,0.0,0.0,0,2023-04-10,1,na,1 +UC,10665,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-18,3.0,3.0,3.0,6.0,2.0,,,,,,,,,,,,0,2023-06-19,0,na, +NS,10666,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,195,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-10,0.5,0.0,0.5,0.0,0.0,4.0,6.0,5.0,4.0,3.0,4.0,2.0,2.0,2.0,3.0,3.0,0,2023-04-24,0,na, +NS,10666,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-10,1.0,0.0,0.0,0.0,0.0,4.0,4.5,4.5,3.0,2.5,3.5,0.0,1.0,1.5,0.0,0.0,0,2023-04-24,2,na,1 +UI,10667,V3,1,1,1,1,1,1,1,1,1,1,0,0,1,150,190,190,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2023-07-31,1.0,0.0,2.0,0.0,0.0,4.0,4.0,3.0,2.0,2.0,2.0,,,,,,0,2023-04-17,0,na, +UI,10667,V1,1,1,1,1,1,1,1,1,1,1,0,0,1,140,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-10,4.0,5.0,4.0,5.0,4.0,2.0,3.0,4.0,0.0,0.0,1.0,,,,,,0,2023-04-17,1,na,1 +UC,10670,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-21,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,3.0,2.0,2.0,3.0,3.0,2.0,0.0,0.0,0,2023-05-22,0,na, +UC,10670,V1,1,1,1,1,1,1,0,0,1,1,0,0,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-01,3.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,,,,,,,,,0,2023-05-22,0,na,1 +NS,10671,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-07-31,0.0,0.0,0.5,0.0,0.0,,,,,,,,,,,,1,2023-04-24,0,na, +NS,10671,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-04-17,0.0,1.0,0.0,1.0,0.0,,,,,,,,,,,,1,2023-04-24,0,na,1 +UI,10672,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,160,60,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-14,5.0,5.0,8.0,8.0,0.0,,,,,,,,,,,,0,2023-05-08,1,na, +UI,10672,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,140,70,70,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-10,1.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,,,,0.0,0.0,0.0,0.0,0.0,0,2023-05-08,1,na,1 +UI,10673,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,220,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-15,0.0,0.0,0.0,0.0,0.0,4.0,6.0,6.0,4.0,4.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2023-07-31,0,na,1 +UI,10674,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,185,185,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-07,0.0,0.0,0.0,0.0,0.0,4.0,5.5,6.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2023-05-15,0,na, +UI,10674,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,70,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-24,1.0,3.0,2.0,4.0,4.0,5.0,6.0,7.0,,,,3.0,3.0,3.0,0.0,6.0,0,2023-05-15,1,na,1 +UI,10676,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-21,0.5,1.0,1.0,1.0,1.0,4.0,5.0,5.0,3.0,2.0,2.0,0.0,0.0,0.0,0.5,0.5,0,2023-05-08,0,na, +UI,10676,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-24,1.0,0.0,1.0,0.0,0.0,2.0,5.0,6.0,,,,1.0,1.0,1.0,1.0,0.0,0,2023-05-08,1,na,1 +UI,10679,V3,1,1,1,1,1,1,0,0,1,1,0,0,2,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-24,0.0,5.0,0.0,5.0,0.0,2.5,4.0,4.0,,,,,,,,,0,2023-04-24,1,na, +UI,10679,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,100,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-17,0.0,0.0,1.0,0.0,0.0,4.0,4.0,4.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-24,1,na,1 +UC,10680,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-24,1.0,0.0,1.0,0.0,0.0,2.0,2.0,3.0,1.5,1.5,1.5,0.0,0.0,0.0,1.0,0.0,0,2023-04-24,0,na, +UI,10681,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-28,0.0,3.0,0.0,2.0,0.0,,,,,,,,,,,,0,2023-05-15,1,na, +UI,10681,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-01,0.0,3.0,0.0,2.0,0.0,4.0,5.0,6.5,3.0,3.0,3.0,0.0,0.0,0.0,0.0,4.0,0,2023-05-15,1,na,1 +UI,10682,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-28,0.0,0.0,1.0,0.0,0.0,2.0,3.0,4.0,2.0,4.0,6.0,,,,,,0,2023-05-15,1,na, +UI,10682,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-08,0.0,1.0,0.0,2.0,0.0,5.0,8.0,5.0,6.0,7.5,6.5,0.0,0.0,0.0,0.0,3.0,0,2023-05-15,1,na,1 +NS,10683,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,0,1,2023-07-17,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-04-24,0,na, +NS,10683,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,0,1,2023-04-17,0.0,1.5,0.0,0.0,0.0,,,,,,,,,,,,1,2023-04-24,0,na,1 +NS,10684,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-01,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-05-15,0,na,1 +UC,10685,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-04,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-06-12,0,na, +UC,10685,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-22,0.0,2.0,0.0,1.0,0.0,,,,,,,,,,,,1,2023-06-12,0,na,1 +UI,10687,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,300,300,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-28,0.0,1.0,0.0,2.0,0.0,2.0,4.0,6.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,2.0,0,2023-05-15,0,na, +UI,10687,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,210,210,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-08,0.0,3.0,0.0,3.0,0.0,3.0,5.0,9.0,3.0,4.0,6.0,3.0,3.0,5.0,6.0,5.0,0,2023-05-15,1,na,1 +NS,10688,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-07,0.0,0.5,0.0,0.5,0.0,,,,,,,,,,,,1,2023-05-08,0,na, +NS,10688,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-01,0.0,1.5,0.0,2.0,0.0,,,,,,,,,,,,1,2023-05-08,0,na,1 +UI,10689,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,60,85,85,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-14,0.0,0.0,0.0,0.0,0.0,5.0,4.0,5.0,,,,0.0,0.0,0.0,1.0,0.0,0,2023-05-29,0,na, +UI,10689,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-15,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-05-29,0,na,1 +UI,10690,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-11,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-06-12,1,na, +UI,10690,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-15,3.0,6.0,0.0,3.0,0.0,,,,,,,,,,,,1,2023-06-12,1,na,1 +NS,10691,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-08,7.0,0.0,7.5,0.0,0.0,,,,,,,,,,,,1,2023-05-15,0,na,1 +NS,10692,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-21,0.0,3.0,0.0,3.0,0.0,,,,,,,,,,,,1,2023-05-15,0,na, +NS,10692,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-08,0.0,3.0,0.0,3.0,0.0,,,,,,,,,,,,1,2023-05-15,0,na,1 +UI,10693,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,220,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-25,0.0,0.0,0.0,0.0,0.0,4.0,3.0,2.0,1.0,2.0,1.0,3.0,2.0,1.0,1.0,2.0,0,2023-06-12,1,na, +UI,10693,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,170,220,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-08,0.0,0.0,0.0,0.0,0.0,3.0,2.0,2.0,2.0,1.0,0.5,0.0,0.0,0.0,0.0,0.0,0,2023-06-12,1,na,1 +UC,10696,V3,1,1,1,1,1,1,1,1,1,1,1,1,,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-04,0.0,7.0,0.0,9.0,0.0,5.0,5.0,10.0,0.0,5.0,10.0,0.0,5.0,0.0,0.0,5.0,0,2023-06-05,0,na, +UC,10696,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-15,0.0,6.0,0.0,6.0,0.0,6.0,6.0,6.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.0,0,2023-06-05,0,na,1 +NS,10698,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,135,135,135,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-28,3.0,0.0,3.0,0.0,0.0,3.0,3.0,3.0,3.0,2.5,2.5,0.0,0.0,0.0,5.0,2.0,0,2023-05-22,0,na, +NS,10698,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-08,0.0,0.0,0.0,1.0,0.0,4.0,3.0,4.0,5.0,6.0,6.0,0.0,0.0,0.0,0.0,3.0,0,2023-05-22,0,na,1 +UC,10699,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-02,2.0,0.0,2.0,0.0,0.0,4.0,5.0,5.0,5.0,4.0,4.0,1.0,0.0,0.0,2.0,0.0,0,2023-06-26,0,na, +UI,10700,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-04,4.0,4.0,4.0,4.0,2.0,3.0,3.0,3.0,4.0,3.0,3.0,3.0,2.0,2.0,4.0,5.0,0,2023-05-29,1,na, +UI,10700,V1,1,1,1,1,0,0,0,0,1,1,0,0,1,140,60,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-22,5.0,4.0,4.0,4.0,0.0,,,,,,,,,,,,0,2023-05-29,1,na,1 +UI,10701,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-18,0.0,0.0,0.0,0.0,0.0,4.0,3.0,3.0,3.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-06-05,1,na, +UI,10701,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,210,210,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-22,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-06-05,1,na,1 +UI,10702,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-25,0.0,1.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-06-12,1,na, +UI,10702,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-06-12,1.0,1.0,2.0,2.0,0.0,,,,,,,,,,,,0,2023-06-12,1,na,1 +UC,10703,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-22,0.0,0.0,0.0,0.0,0.0,3.5,3.5,3.5,0.5,0.5,0.5,0.0,0.0,0.0,0.0,0.0,0,2023-05-22,0,na,1 +UI,10704,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,280,280,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-09-25,0.0,0.0,0.0,0.0,0.0,3.0,5.0,3.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-05-29,1,na, +UI,10704,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,0.0,0,2023-05-29,0,na,1 +UI,10705,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-18,0.0,0.0,0.0,0.0,0.0,2.0,2.0,3.0,0.0,1.0,2.0,0.0,0.0,0.0,4.0,0.0,0,2023-06-05,1,na, +UI,10705,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,100,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-22,0.0,4.0,0.0,8.0,0.0,0.0,4.0,5.0,,,,0.0,0.0,0.0,3.0,4.0,0,2023-06-05,1,na,1 +UC,10706,V1,1,1,1,1,0,0,0,0,1,1,0,0,,80,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-12,1.0,6.0,2.0,8.0,0.0,,,,,,,,,,,,0,2023-06-19,0,na,1 +NS,10708,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-22,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-05-22,0,na,1 +UI,10709,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,,300,300,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-18,0.0,0.0,0.0,0.0,0.0,4.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-06-12,0,na, +UI,10709,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,240,320,320,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-29,4.0,0.0,0.0,0.0,0.0,1.5,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-06-12,1,na,1 +NS,10710,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-28,0.0,3.0,0.0,5.0,0.0,,,,,,,,,,,,1,2023-05-29,0,na, +NS,10710,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-22,1.0,0.0,0.5,0.0,0.0,,,,,,,,,,,,1,2023-05-29,0,na,1 +UI,10712,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-25,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-06-26,1,na, +UI,10712,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-19,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-06-26,1,na,1 +NS,10713,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,165,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-18,1.0,1.0,1.0,1.0,1.0,4.0,4.5,4.5,3.0,3.0,3.0,0.0,0.0,0.0,1.0,2.0,0,2023-06-12,0,na, +NS,10713,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,135,135,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-05,0.0,0.5,0.0,0.5,0.0,1.0,4.0,4.0,3.0,4.0,2.5,0.0,0.0,0.0,0.5,1.0,0,2023-06-12,0,na,1 +UC,10714,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-23,0.0,2.0,0.0,2.0,0.0,2.0,7.0,8.0,2.0,8.0,9.0,8.0,7.0,8.0,0.0,6.0,1,2023-07-31,0,na, +UC,10714,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-07-24,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-07-31,0,na,1 +NS,10716,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-29,3.0,3.0,3.0,3.0,0.0,,,,,,,,,,,,1,2023-06-05,0,na,1 +UI,10717,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,140,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-05,1.0,6.5,0.0,2.0,2.5,3.0,3.0,3.0,,,,,,,,,0,2023-06-05,1,na,1 +NS,10718,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-18,1.0,1.0,1.0,0.0,1.0,1.0,3.0,6.0,0.0,3.0,6.0,0.0,3.0,6.0,1.0,0.0,0,2023-06-12,0,na, +NS,10718,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-06-05,1.0,1.0,1.0,1.0,0.0,,,,,,,,,,,,0,2023-06-12,0,na,1 +UI,10719,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,120,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-02,5.0,5.0,7.0,8.0,2.0,4.0,6.0,10.0,,,,4.0,8.0,10.0,4.0,10.0,0,2023-06-19,1,na, +UI,10719,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,90,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-19,0.0,0.0,0.0,3.0,3.0,3.0,6.0,7.0,,,,,,,,,0,2023-06-19,1,na,1 +UI,10720,V3,1,1,1,1,1,1,1,1,1,1,1,1,1,130,170,170,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-10-02,0.0,0.0,0.0,0.0,0.5,3.0,4.0,5.0,2.0,3.0,4.0,2.0,3.0,5.0,0.0,0.0,0,2023-06-26,1,na, +UI,10720,V1,1,1,1,1,1,1,1,1,1,1,1,1,1,90,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-12,0.0,0.0,0.0,0.0,0.0,4.0,4.5,4.5,3.0,3.0,3.0,0.0,0.0,0.0,0.0,5.0,0,2023-06-26,1,na,1 +NS,10721,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,0,1,0,0,1,1,2023-09-18,0.0,0.5,0.0,1.0,0.0,,,,,,,,,,,,0,2023-06-19,0,na, +NS,10721,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,90,70,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-12,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-06-19,0,na,1 +UI,10722,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2024-01-08,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,6.0,7.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2023-09-11,1,na, +UI,10722,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,70,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-06-12,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-09-11,0,na,1 +UI,10727,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,180,210,210,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-16,0.0,0.0,0.0,0.0,0.0,3.0,3.5,3.5,1.0,1.0,1.0,0.0,0.0,0.0,0.0,2.0,0,2023-07-10,0,na, +UI,10727,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,220,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-19,1.0,1.0,1.0,1.0,0.0,4.5,5.0,4.0,2.0,2.0,1.0,0.0,0.0,0.0,1.0,3.0,0,2023-07-10,0,na,1 +NS,10729,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-25,0.0,4.0,0.0,4.0,1.0,,,,,,,,,,,,1,2023-06-19,0,na, +NS,10729,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-19,3.0,0.5,2.5,3.5,0.0,,,,,,,,,,,,1,2023-06-19,0,na,1 +UC,10732,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,90,,90,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,2024-02-19,7.5,8.0,7.0,8.0,0.0,7.0,5.0,7.0,10.0,,,7.0,7.5,2.0,0.0,3.0,0,2024-02-26,0,na,1 +UI,10734,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-23,2.5,3.5,2.5,3.5,3.0,4.5,4.5,6.0,2.5,4.0,5.0,0.0,0.0,0.0,2.0,3.5,0,2023-07-17,0,na, +UI,10734,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,210,240,240,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-26,3.0,5.0,3.0,4.0,4.0,4.0,5.0,7.0,3.0,5.0,7.0,2.0,3.0,4.0,2.0,4.0,0,2023-07-17,1,na,1 +NS,10735,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-10-09,0.0,1.0,0.0,1.0,0.0,,,,,,,,,,,,1,2023-07-03,1,na, +NS,10735,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-26,5.5,4.0,5.5,4.5,0.0,,,,,,,,,,,,1,2023-07-03,0,na,1 +UI,10737,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,100,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-10,7.0,2.0,7.0,2.0,0.0,3.0,5.0,5.0,5.0,5.0,6.0,0.0,0.0,0.0,5.0,3.0,0,2023-08-21,1,na,1 +UC,10738,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-10-16,6.0,6.0,7.0,7.0,8.0,,,,,,,,,,,,1,2023-07-10,0,na, +UC,10738,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,0,na,0,1,na,1,0,1,0,0,0,2023-07-03,8.0,8.0,8.0,8.0,8.0,,,,,,,,,,,,1,2023-07-10,0,na,1 +UI,10740,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,120,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-23,0.0,0.0,0.0,0.0,0.0,4.0,6.0,10.0,4.0,4.0,7.0,0.0,0.0,0.0,3.0,0.0,0,2023-07-10,0,na, +UI,10740,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,110,60,na,1,1,1,1,0,na,0,1,na,1,1,1,0,0,0,2023-07-03,5.0,5.0,3.0,3.0,3.0,,,,,,,,,,,,0,2023-07-10,0,na,1 +UI,10742,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,270,270,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-10,3.0,3.0,3.0,3.0,0.0,3.0,5.0,7.0,1.0,2.0,3.0,0.0,0.0,0.0,3.0,3.0,0,2023-07-24,0,na,1 +NS,10743,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,135,135,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-30,0.0,0.0,0.0,0.0,0.0,2.0,5.0,6.0,3.0,4.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2023-07-17,0,na, +NS,10743,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-03,0.0,1.0,0.0,0.0,0.0,3.0,6.0,9.0,2.0,7.0,10.0,1.0,1.0,1.0,0.0,3.0,0,2023-07-17,0,na,1 +NS,10744,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,180,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-10-16,0.0,0.0,0.0,0.0,0.0,0.0,4.0,4.0,0.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2023-07-17,0,na, +NS,10744,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,0,na,0,1,na,1,0,1,0,0,0,2023-07-10,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-07-17,0,na,1 +UC,10745,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-17,8.0,2.0,8.0,1.0,0.0,3.0,4.0,4.0,4.0,8.0,9.0,2.0,4.0,8.0,9.0,5.0,0,2023-07-24,0,na,1 +UI,10746,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,200,180,180,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-11-13,3.0,0.0,0.0,0.0,0.0,4.0,0.0,0.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-07-31,0,na, +UI,10746,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,240,240,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-07-17,0.0,0.0,0.0,0.0,0.0,5.0,3.0,1.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,5.0,0,2023-07-31,0,na,1 +UI,10747,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,90,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2024-01-15,0.0,1.0,0.0,2.0,0.0,4.0,5.0,7.0,5.0,7.0,9.0,,,,,,0,2023-10-02,1,na, +UI,10747,V1,1,1,1,1,1,1,0,0,1,1,0,0,3,90,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-07-17,1.0,3.0,1.0,4.0,0.0,4.0,6.0,8.0,,,,,,,,,0,2023-10-02,1,na,1 +UI,10748,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-11-06,1.0,8.0,0.0,2.0,0.0,,,,,,,,,,,,1,2023-08-14,0,na, +UI,10748,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-07-17,5.0,1.0,8.0,2.0,0.0,,,,,,,,,,,,1,2023-08-14,0,na,1 +UI,10751,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,120,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-27,0.0,1.0,1.0,1.0,0.0,2.0,2.0,3.0,4.0,3.0,4.0,1.0,1.0,1.5,0.0,0.0,0,2023-07-31,1,na, +UI,10751,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-17,4.0,0.5,4.0,0.5,1.0,3.0,3.0,4.0,5.0,5.0,5.5,,,,,,0,2023-07-31,0,na,1 +NS,10753,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,118,118,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,2023-11-13,0.0,1.5,0.0,1.5,0.0,4.0,4.5,5.0,3.0,4.0,4.5,0.0,0.0,0.0,0.0,2.0,0,2023-07-31,0,na, +NS,10753,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-07-24,0.0,1.5,0.5,2.0,0.0,2.0,3.0,3.5,0.5,2.5,3.5,0.0,0.0,0.0,0.0,1.5,0,2023-07-31,0,na,1 +UI,10754,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,120,,120,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,2023-11-13,0.0,0.0,2.0,1.0,0.0,5.0,4.0,5.0,7.0,7.0,6.0,0.0,0.0,0.0,7.0,8.0,0,2023-08-14,1,na, +UI,10754,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-07-31,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,4.0,5.0,5.0,0.0,0.0,0.0,2.0,1.5,0,2023-08-14,1,na,1 +UC,10756,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-12-11,7.0,6.0,7.0,8.0,0.0,,,,,,,,,,,,0,2023-09-25,0,na, +UC,10756,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-08-28,10.0,10.0,10.0,10.0,0.0,,,,,,,,,,,,0,2023-09-25,0,na,1 +UC,10757,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-13,0.0,0.0,0.0,0.0,0.0,,,,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-09-04,0,na, +UC,10757,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,120,0,0,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-08-28,0.0,0.0,0.0,0.0,0.0,0.0,3.0,6.0,,,,0.0,0.0,5.0,0.0,0.0,0,2023-09-04,0,na,1 +UC,10758,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-11-20,8.0,8.0,8.0,8.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.0,8.0,1,2023-09-11,0,na, +UC,10758,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,1,1,na,1,1,1,0,1,1,2023-08-28,8.0,8.0,9.0,10.0,7.0,,,,,,,,,,,,1,2023-09-11,0,na,1 +UI,10759,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-07-24,1.0,0.0,2.0,1.0,0.0,,,,,,,,,,,,1,2023-07-24,0,na,1 +UI,10760,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,0,1,na,1,1,1,0,0,0,2024-01-15,1.0,1.0,1.0,1.0,0.0,,,,,,,,,,,,1,2023-10-02,1,na, +UI,10760,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-18,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-10-02,1,na,1 +UI,10761,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,110,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-11-13,0.0,0.0,0.0,0.0,0.0,4.0,4.0,3.0,5.0,6.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2023-08-14,1,na, +UI,10761,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-08-07,4.0,3.0,3.0,1.0,0.0,4.0,7.0,8.0,6.0,8.0,9.5,0.0,0.0,0.0,0.0,0.0,0,2023-08-14,1,na,1 +NS,10762,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-10-30,7.0,7.0,4.5,0.0,0.0,,,,,,,,,,,,1,2023-08-07,0,na, +NS,10762,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-07-31,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-08-07,0,na,1 +UI,10763,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,200,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-27,0.0,0.0,0.0,0.0,0.0,4.0,3.0,1.0,3.0,3.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-08-14,1,na, +UI,10763,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-14,0.0,0.0,0.0,0.0,0.0,7.0,7.0,7.0,3.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-08-14,1,na,1 +UI,10765,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,210,210,210,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-11,1.5,0.0,2.0,0.0,0.0,3.0,3.0,3.0,1.0,1.0,1.0,1.0,1.0,1.0,5.0,4.0,1,2023-09-11,0,na, +UI,10765,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-21,0.0,0.0,3.0,0.0,0.0,,,,,,,,,,,,1,2023-09-11,0,na,1 +UC,10766,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,0,na,0,1,na,1,1,1,0,0,0,2023-11-13,0.0,4.0,0.0,4.0,0.0,,,,,,,,,,,,1,2023-08-21,0,na, +UC,10766,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,1,1,na,1,1,1,0,0,1,2023-08-14,1.0,3.0,2.0,4.0,3.0,,,,,,,,,,,,1,2023-08-21,0,na,1 +UI,10767,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,80,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-04,0.0,1.0,0.0,1.0,0.0,3.0,4.0,6.0,6.0,7.0,8.0,0.0,0.0,0.0,0.0,2.0,0,2023-09-04,0,na, +UI,10767,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-07,2.0,1.0,2.0,2.0,0.0,4.0,5.0,6.0,5.0,8.0,7.0,0.0,0.0,0.0,0.0,2.5,0,2023-09-04,0,na,1 +UI,10769,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,2023-11-27,1.0,3.0,3.0,6.0,1.0,2.5,6.0,6.5,2.0,2.0,2.0,0.0,0.0,0.0,3.0,6.0,0,2023-08-21,0,na, +UI,10769,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,90,115,115,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,2023-08-14,3.0,7.0,10.0,10.0,10.0,2.0,5.0,7.0,,,,3.0,4.0,7.0,8.0,8.5,0,2023-08-21,0,na,1 +UI,10770,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,110,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-27,0.0,0.0,0.0,0.0,0.0,1.5,2.0,2.0,5.0,5.0,6.0,0.0,0.0,0.0,2.0,2.0,0,2023-08-28,0,na, +UI,10770,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-21,1.0,1.0,1.0,1.0,1.0,4.0,4.0,4.0,,,,0.0,0.0,0.0,1.0,1.0,0,2023-08-28,0,na,1 +UI,10771,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-11-27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.0,4.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2023-08-28,0,na, +UI,10771,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-08-14,0.0,0.0,5.0,0.0,0.0,4.0,4.0,4.0,4.0,6.0,6.0,0.0,0.0,0.0,0.5,0.0,0,2023-08-28,0,na,2 +UI,10773,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-27,5.0,0.0,5.0,0.0,0.0,5.0,5.0,5.0,5.0,5.0,5.0,0.0,0.0,0.0,5.0,0.0,0,2023-08-28,1,na, +UI,10773,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-21,8.0,0.0,8.0,0.0,0.0,2.0,2.0,2.0,2.0,2.0,2.0,0.0,0.0,0.0,8.0,0.0,0,2023-08-28,0,na,1 +NS,10774,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,170,170,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-11-27,0.0,0.0,0.0,0.5,0.0,4.0,3.5,3.0,4.0,2.5,1.5,0.0,0.0,0.0,0.0,0.5,0,2023-08-28,0,na, +NS,10774,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,178,178,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-14,0.0,0.5,0.0,0.5,0.0,2.0,2.5,2.5,1.5,1.5,2.0,0.0,0.0,0.5,0.0,1.0,0,2023-08-28,0,na,1 +UC,10775,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-02,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-02,0,na,1 +UI,10778,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,80,,80,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-11-27,4.0,0.0,3.0,0.0,0.0,5.0,5.0,6.0,,,,0.0,0.0,0.0,4.0,0.0,0,2023-08-28,1,na, +UI,10778,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-08-14,1.0,0.0,1.0,0.0,0.0,5.0,6.0,7.0,,,,0.0,0.0,0.0,0.0,0.0,0,2023-08-28,1,na,1 +UC,10781,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,300,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-18,0.0,0.0,2.0,1.0,0.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.0,5.0,0,2023-10-02,1,na, +UC,10781,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-25,5.0,5.0,5.0,5.0,5.0,5.0,5.0,5.0,5.0,5.0,7.0,0.0,0.0,0.0,5.0,5.0,0,2023-10-02,0,na,1 +NS,10783,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,100,60,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-12-04,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-09-11,0,na, +NS,10783,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-08-21,0.0,0.0,0.0,0.0,0.0,5.0,8.0,8.0,2.0,4.0,8.0,0.0,0.0,0.0,0.0,0.0,0,2023-09-11,0,na,1 +UC,10785,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-12-04,0.0,0.0,0.0,0.0,0.0,5.0,5.0,6.5,6.0,6.0,6.0,0.0,0.0,0.0,1.0,0.0,0,2023-09-18,0,na, +UC,10785,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-11,0.0,0.0,1.0,0.0,0.0,3.0,3.0,3.0,6.0,7.0,8.0,2.0,0.0,0.0,6.0,5.0,0,2023-09-18,0,na,1 +UI,10786,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,0,0,na,0,0,0,0,0,0,2023-12-11,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-09-11,0,na, +UI,10786,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-28,0.0,0.0,0.0,0.0,0.0,5.0,7.0,7.0,9.0,7.0,7.0,2.0,2.0,2.0,1.0,2.0,0,2023-09-11,1,na,1 +NS,10787,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-28,0.0,0.0,0.0,0.0,0.0,2.0,4.0,4.5,4.0,6.5,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-09-18,0,na,1 +UI,10788,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,0,na,0,1,na,1,0,1,0,0,0,2024-01-22,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-10-09,0,na, +UI,10788,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-21,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-10-09,0,na,1 +UC,10789,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,80,80,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-22,0.0,0.0,0.0,2.0,0.0,0.0,,2.0,2.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0,2023-10-02,0,na, +UC,10789,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,120,120,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2023-09-18,0.0,7.0,0.0,8.0,0.0,10.0,,,10.0,10.0,10.0,0.0,0.0,0.0,1.0,3.0,0,2023-10-02,0,na,1 +UI,10790,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,100,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-04,0.0,4.0,0.0,5.0,0.0,4.0,5.0,7.0,5.0,7.0,8.0,0.0,0.0,0.0,0.0,8.0,0,2023-09-11,0,na, +UI,10790,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,110,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-11,0.0,2.0,0.0,3.0,0.0,4.0,5.0,7.0,4.0,6.0,8.0,0.0,0.0,0.0,0.0,7.0,0,2023-09-11,0,na,1 +UC,10792,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-10-09,7.0,0.0,7.0,0.0,0.0,,,,,,,,,,,,1,2023-10-30,0,na,1 +UC,10794,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-12-04,0.0,0.0,0.5,0.5,0.0,3.5,2.5,2.5,2.0,2.0,2.0,0.0,0.0,0.0,0.5,0.0,0,2023-09-18,0,na, +UC,10794,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-09-18,0.0,0.0,0.0,0.0,0.0,2.0,4.0,6.0,3.0,7.0,8.0,0.0,0.0,0.0,0.0,0.0,0,2023-09-18,0,na,1 +UI,10796,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,80,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,0,0,2024-04-01,6.0,8.0,8.0,10.0,5.0,,,,,,,,,,,,1,2023-12-25,1,na, +UI,10796,V1,1,1,1,1,0,0,0,0,1,1,0,0,1,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-04,0.0,0.0,8.0,5.0,0.0,,,,,,,,,,,,1,2023-12-25,0,na,1 +UI,10797,V3,1,1,1,1,1,1,0,0,1,1,0,0,2,70,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-12-04,0.0,4.0,0.0,8.0,0.0,6.0,8.0,9.0,,,,,,,,,0,2023-09-11,1,na, +UI,10797,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,70,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-04,4.0,7.0,3.0,8.0,0.0,8.0,8.0,8.0,,,,0.0,0.0,0.0,3.0,8.0,0,2023-09-11,0,na,1 +UI,10798,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-11,5.0,5.0,3.0,5.0,0.0,3.0,4.0,5.0,,,,2.0,2.0,2.0,2.0,2.0,0,2023-09-11,0,na, +UI,10798,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,100,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-04,2.0,2.0,2.0,0.0,0.0,4.0,3.0,2.0,4.0,3.0,2.0,0.0,0.0,0.0,1.0,0.0,0,2023-09-11,1,na,1 +UI,10799,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,230,230,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,2024-01-22,0.0,0.0,0.0,0.0,0.0,3.0,4.0,5.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-23,1,na, +UI,10799,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,90,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-10-16,0.0,3.0,0.0,3.0,0.0,3.0,4.0,4.0,3.0,3.0,3.0,1.0,1.0,0.0,0.0,3.0,0,2023-10-23,1,na,1 +UI,10801,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2024-01-22,0.0,0.0,0.0,0.0,0.0,0.0,6.0,8.0,0.0,4.0,9.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-30,1,na, +UI,10801,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-02,0.0,2.0,0.0,1.0,0.0,4.5,4.5,3.0,4.0,6.0,8.0,0.0,0.0,0.0,0.0,1.0,0,2023-10-30,0,na,1 +UI,10803,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2024-01-15,0.0,0.0,0.0,0.0,0.0,4.0,4.0,5.0,2.0,2.0,2.0,0.0,0.0,0.0,1.0,0.0,0,2023-10-09,1,na, +UI,10803,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-11,2.0,0.0,2.0,0.0,0.0,4.0,5.0,5.0,4.0,4.0,4.0,0.0,0.0,0.0,2.0,0.0,0,2023-10-09,0,na,1 +UC,10804,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-12-11,3.0,0.0,3.0,0.0,0.0,0.0,2.0,4.0,4.0,6.0,7.0,4.0,3.0,2.0,2.0,3.0,0,2023-09-25,0,na, +UC,10804,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-09-18,5.0,0.0,5.0,0.0,0.0,0.0,4.0,7.0,7.0,7.0,8.0,1.0,1.0,0.0,5.0,0.0,0,2023-09-25,1,na,1 +UC,10805,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,190,190,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,2024-02-05,0.0,1.0,0.0,1.0,0.0,3.0,3.0,3.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0,2023-11-06,0,na, +UC,10805,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-06,1.0,1.0,1.0,1.0,0.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-06,0,na,1 +NS,10806,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,0,0,0,1,1,1,1,0,0,0,2024-01-22,2.0,0.0,4.5,0.0,0.0,4.0,4.0,4.0,3.0,1.5,1.0,0.0,0.0,0.0,4.5,1.0,0,2023-10-02,0,na, +NS,10806,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-25,2.0,0.0,3.0,0.0,0.0,1.0,1.0,1.0,2.5,1.0,1.0,0.0,0.0,0.0,0.0,2.0,0,2023-10-02,0,na,1 +UI,10807,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,190,190,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,2024-01-15,0.0,2.0,1.0,2.0,0.0,5.0,3.5,5.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,2.0,0,2023-10-09,1,na, +UI,10807,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-18,0.0,0.0,0.0,0.0,0.0,6.0,5.0,4.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-09,0,na,1 +UI,10808,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,200,300,300,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2024-01-08,0.0,0.0,0.0,0.0,0.0,5.5,5.5,5.5,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-02,0,na, +UI,10808,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-18,0.0,0.0,0.0,0.0,0.0,3.5,3.5,3.5,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-02,0,na,1 +UI,10809,V1,1,1,1,1,0,0,0,0,1,1,0,0,,100,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-09-18,,,,,,,,,,,,,,,,,0,2023-10-02,,na,1 +UC,10810,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,240,,240,1,1,1,0,1,1,1,1,1,1,1,1,0,0,0,2023-09-18,10.0,0.0,10.0,0.0,0.0,0.0,2.0,8.0,8.0,8.0,8.0,8.0,0.0,0.0,10.0,0.0,0,,0,na,1 +UI,10811,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,0,1,na,1,1,1,0,0,0,2024-01-29,0.0,8.0,0.0,10.0,0.0,,,,,,,,,,,,0,2023-09-18,0,na, +UI,10811,V1,1,1,1,1,0,0,0,0,1,1,0,0,1,80,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-09-18,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-09-18,0,na,1 +UI,10812,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,80,0,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-09-25,1.0,6.0,0.0,6.0,0.0,,,,,,,,,,,,0,2023-10-09,0,na,1 +UI,10813,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,250,300,300,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2024-01-08,0.0,0.0,0.0,1.0,0.0,2.0,4.0,5.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0,2023-09-25,1,na, +UI,10813,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,250,,250,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-18,0.0,0.0,0.0,1.0,0.0,5.0,5.0,5.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,2.0,0,2023-09-25,1,na,1 +UI,10814,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,0,1,na,1,1,1,0,0,0,2024-01-15,0.0,3.0,0.0,3.0,0.0,,,,,,,,,,,,0,2023-10-09,0,na, +UI,10814,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-25,0.0,1.0,0.0,1.5,0.0,5.0,4.0,3.0,5.0,4.0,4.0,1.0,1.0,1.0,1.0,1.0,0,2023-10-09,0,na,1 +UI,10815,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2024-02-12,0.0,5.0,0.0,5.0,0.0,,,,,,,,,,,,1,2023-10-09,1,na, +UI,10815,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-10-02,8.0,8.5,8.0,8.0,0.0,,,,,,,,,,,,1,2023-10-09,1,na,1 +UI,10816,V3,1,1,1,1,1,1,0,0,1,1,0,0,1,220,230,230,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2024-01-08,1.0,2.0,1.0,3.0,0.0,5.0,4.0,5.0,,,,,,,,,0,2023-10-02,1,na, +UI,10816,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,180,220,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-25,0.0,3.0,0.0,3.0,0.0,4.0,5.0,6.0,1.5,1.5,1.5,,,,,,0,2023-10-02,1,na,1 +UC,10817,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2024-01-01,2.0,6.0,2.0,6.0,0.0,,,,,,,,,,,,0,2023-10-09,0,na, +UC,10817,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-02,0.0,3.0,0.0,3.0,0.0,8.0,8.0,8.0,9.0,9.0,9.0,0.0,0.0,0.0,0.0,4.0,0,2023-10-09,0,na,1 +NS,10818,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,0,na,0,1,na,1,1,1,0,0,0,2023-10-02,0.0,2.0,0.0,2.0,0.0,,,,,,,,,,,,1,2023-10-23,0,na,1 +UI,10819,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,180,230,230,1,1,1,1,0,0,0,1,1,1,1,0,0,0,0,2024-01-22,2.0,2.0,2.0,2.0,0.0,6.0,6.0,7.0,3.0,2.0,2.0,0.0,0.0,0.0,2.0,2.0,0,2023-10-02,1,na, +UI,10819,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-25,2.0,1.0,1.0,1.0,0.0,3.0,4.0,5.0,2.0,2.0,2.0,0.0,0.0,0.0,2.0,1.0,0,2023-10-02,1,na,1 +UI,10820,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,130,130,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,2024-02-05,0.0,0.0,0.0,0.0,0.0,4.0,5.0,4.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-30,1,na, +UI,10820,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-02,0.0,0.0,0.0,0.0,0.0,5.0,4.0,3.0,4.5,0.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-30,0,na,1 +UC,10821,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,0,0,na,0,0,na,0,0,0,0,0,0,2024-01-22,0.0,2.0,0.0,2.0,0.0,,,,,,,,,,,,1,2023-10-30,0,na, +UC,10821,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-10-30,1.0,2.0,1.0,2.0,1.0,,,,,,,,,,,,1,2023-10-30,0,na,1 +UI,10822,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,100,110,110,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,2024-02-05,0.0,0.0,0.0,0.0,0.0,3.0,3.0,4.0,3.0,4.0,4.0,0.0,0.0,0.0,2.0,2.0,0,2023-10-23,1,na, +UI,10822,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-23,0.0,0.0,0.0,0.0,0.0,4.0,6.0,5.0,7.0,8.0,8.0,1.0,1.0,1.0,0.0,1.0,0,2023-10-23,1,na,1 +UI,10823,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-10-16,1.0,0.0,1.0,0.0,0.0,5.0,6.0,7.0,8.0,7.0,6.5,0.0,0.0,0.0,1.0,0.0,0,2023-10-23,1,na,1 +UI,10825,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,90,190,190,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2024-01-29,2.0,2.0,0.0,0.0,0.0,5.0,5.0,5.0,2.0,2.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-16,1,na, +UI,10825,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,2023-10-16,5.0,2.0,5.0,2.0,0.0,2.0,4.0,4.0,3.0,5.0,5.0,0.0,0.0,0.0,3.0,3.0,0,2023-10-16,1,na,1 +UI,10826,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,2024-02-12,0.0,0.5,0.0,0.5,0.0,4.0,5.0,5.0,4.0,4.0,5.0,0.0,0.0,0.0,0.0,0.5,0,2023-10-23,1,na, +UI,10826,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-10-23,0.0,0.0,0.0,0.0,0.0,5.0,5.0,4.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-23,1,na,1 +NS,10827,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,0,0,2024-01-29,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-10-16,0,na, +NS,10827,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,2023-10-09,0.5,0.0,0.5,0.0,0.0,0.5,4.0,5.5,4.0,6.5,5.5,0.0,1.5,1.0,0.0,2.0,0,2023-10-16,0,na,1 +UC,10828,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,2024-02-26,6.0,0.0,0.0,0.0,0.0,5.0,6.0,6.0,6.0,6.0,6.0,0.0,0.0,0.0,5.0,4.0,0,2023-12-04,0,na, +UC,10828,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-06,5.0,5.0,6.0,6.0,0.0,5.0,5.0,6.0,3.0,4.0,4.0,5.0,5.0,5.0,6.0,7.0,0,2023-12-04,0,na,1 +UC,10836,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,190,190,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,2024-01-22,0.0,0.0,0.0,0.0,0.0,3.5,3.5,3.5,3.5,4.0,4.5,0.0,0.0,0.0,0.0,0.0,0,2023-11-06,0,na, +UC,10836,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-10-30,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.5,2.5,2.0,0.5,0.5,0.0,0.0,0.5,0.5,0,2023-11-06,0,na,1 +UI,10840,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-06,0.0,0.0,0.0,1.0,0.0,2.5,1.5,1.0,3.0,4.0,3.0,0.0,0.0,0.0,0.0,2.0,0,2023-11-13,1,na,1 +UI,10841,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,0,na,0,1,na,1,0,1,0,0,0,2024-03-04,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-11-06,1,na, +UI,10841,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,0,1,2023-10-23,1.0,5.0,1.0,0.0,0.0,,,,,,,,,,,,1,2023-11-06,1,na,1 +UI,10842,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,180,180,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2024-02-19,0.0,2.0,0.0,2.0,0.0,5.0,3.0,5.0,1.0,1.0,2.0,0.0,0.0,0.0,0.0,2.0,0,2023-11-13,1,na, +UI,10842,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-16,1.0,1.0,1.0,1.0,0.0,4.0,5.5,5.0,1.0,3.0,2.0,0.0,0.0,0.0,1.0,1.0,0,2023-11-13,0,na,1 +UC,10844,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-12-04,0.0,2.0,0.0,2.0,0.0,2.0,4.0,6.0,6.0,7.0,7.0,0.0,0.0,0.0,0.0,2.0,0,2023-12-18,0,na,1 +UI,10845,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,150,220,220,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-04-08,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.5,2.0,2.5,2.5,0.0,0.0,0.0,0.0,0.0,0,2024-01-08,1,na, +UI,10845,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,230,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-11,0.0,0.0,0.0,0.0,0.0,3.0,5.0,3.0,2.0,4.0,2.0,0.0,1.0,0.0,0.0,0.0,0,2024-01-08,1,na,1 +UI,10846,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-04-08,0.0,0.0,0.0,0.0,0.0,4.0,6.0,5.0,,,,0.0,0.0,0.0,0.0,0.0,0,2023-11-20,1,na, +UI,10846,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,140,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-13,0.0,1.0,0.0,1.0,0.0,4.0,4.0,4.0,,,,0.0,0.0,0.0,1.0,3.0,0,2023-11-20,0,na,1 +UI,10847,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,120,140,140,1,1,1,1,1,0,0,1,1,1,0,1,0,0,0,2024-02-19,1.0,2.0,1.5,2.0,0.0,2.5,4.0,4.0,4.0,3.0,2.5,0.0,0.0,0.0,1.0,2.0,0,2023-11-13,1,na, +UI,10847,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,,120,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-11-06,6.0,7.0,6.0,7.0,2.0,3.0,5.0,7.0,5.0,8.0,7.0,3.0,1.0,0.0,7.0,6.0,0,2023-11-13,1,na,1 +NS,10848,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,140,140,1,1,1,1,0,0,0,1,1,0,0,1,0,0,0,2024-02-12,0.0,1.0,0.0,1.0,0.0,4.0,3.0,2.5,2.5,1.5,1.0,0.0,0.0,0.0,0.0,1.0,0,2023-10-30,2,na, +NS,10848,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,115,115,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,2023-10-30,0.0,0.0,0.0,1.0,0.0,4.0,4.0,4.0,4.0,3.5,3.5,0.0,0.0,0.0,0.0,2.0,0,2023-10-30,0,na,1 +NS,10849,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,110,110,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,2024-03-04,0.0,0.0,0.0,0.0,1.0,4.0,7.0,8.0,5.0,8.0,7.0,1.0,0.0,0.0,0.0,0.0,0,2023-11-13,0,na, +NS,10849,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,85,85,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-06,1.0,0.0,0.0,0.0,0.0,4.0,7.0,7.0,6.0,8.0,8.0,1.0,1.0,1.0,0.0,1.0,0,2023-11-13,0,na,1 +UI,10850,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,220,190,190,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2024-02-12,0.0,0.0,0.0,0.0,1.0,5.0,4.0,4.0,3.0,4.0,4.0,2.0,2.0,2.0,0.0,0.0,0,2023-11-13,1,na, +UI,10850,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,220,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-06,0.0,0.0,0.0,0.0,0.0,5.0,5.0,4.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-13,0,na,1 +UI,10851,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,0,na,1,0,1,0,1,0,2024-02-19,0.0,1.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-11-13,1,na, +UI,10851,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-10-30,0.0,1.0,0.0,1.0,0.0,,,,,,,,,,,,1,2023-11-13,1,na,1 +UI,10852,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,190,190,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,2024-02-19,1.0,0.0,1.0,0.0,0.0,6.0,9.0,8.0,3.0,5.0,7.0,0.0,0.0,0.0,7.0,0.0,0,2023-11-06,1,na, +UI,10852,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-10-30,0.0,0.0,0.0,0.0,0.0,5.0,7.0,7.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-06,1,na,1 +UC,10853,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,0,0,2024-02-12,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-11-13,0,na, +UC,10853,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,0,0,2023-11-06,0.0,1.0,0.0,1.0,0.0,,,,,,,,,,,,1,2023-11-13,0,na,1 +NS,10854,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,0,na,0,1,na,1,0,1,0,0,0,2024-02-26,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-11-13,0,na, +NS,10854,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-11-06,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-11-13,0,na,1 +UI,10855,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,190,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-27,1.0,2.0,1.0,3.0,1.0,3.5,6.0,8.0,2.5,4.5,6.5,0.0,0.0,0.0,1.0,3.0,0,2024-02-19,1,na,1 +UI,10857,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,230,230,230,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2024-03-11,1.0,1.0,1.0,1.0,0.0,5.0,6.0,7.0,3.0,4.0,5.0,0.0,0.0,0.0,1.0,0.0,0,2023-12-04,1,na, +UI,10857,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,230,230,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-11-27,0.0,0.0,0.0,0.0,0.0,4.0,5.5,6.0,2.0,3.0,4.0,1.0,1.0,1.0,0.0,0.0,0,2023-12-04,0,na,1 +UI,10859,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-03-25,4.0,5.0,4.0,5.0,0.0,0.0,3.0,5.0,,,,0.0,0.0,0.0,4.0,5.0,0,2023-11-13,1,na, +UI,10859,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,70,,70,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-11-13,5.0,2.0,5.0,2.0,4.0,4.0,4.0,4.0,,,,6.0,4.0,4.0,7.0,6.0,0,2023-11-13,1,na,1 +UI,10860,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,90,160,160,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,2024-02-26,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,7.0,7.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-13,1,na, +UI,10860,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,90,,90,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,2023-11-13,0.0,0.0,0.0,0.0,0.0,3.0,5.0,4.0,4.0,6.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-13,1,na,1 +UI,10861,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,240,300,300,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-03-11,0.0,0.0,0.0,0.0,0.0,5.0,7.0,6.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-27,1,na, +UI,10861,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,240,300,300,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,2023-11-13,0.0,0.0,0.0,0.0,0.0,5.0,5.0,5.0,2.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-27,0,na,1 +UI,10862,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,180,140,140,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,2024-02-26,6.0,4.0,8.0,5.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.0,0.0,0,2023-11-27,1,na, +UI,10862,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,220,300,300,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-06,0.0,0.0,2.0,2.0,2.0,3.0,3.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,2.0,2.0,0,2023-11-27,0,na,1 +UC,10864,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,150,150,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,2024-03-04,0.0,1.0,0.0,1.0,0.0,1.5,2.0,3.0,2.5,3.5,4.0,0.0,1.0,1.0,0.0,1.0,0,2023-11-27,0,na, +UC,10864,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-11-13,1.0,1.0,1.0,1.0,0.0,4.0,6.0,6.0,4.0,4.0,4.5,3.0,2.5,2.0,1.0,1.0,0,2023-11-27,0,na,1 +UC,10865,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2024-01-29,2.0,0.0,3.5,3.5,0.0,3.0,5.0,6.0,6.0,7.0,8.0,2.0,1.5,0.0,1.5,2.0,0,2023-11-13,0,na, +UC,10865,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-11-13,0.0,0.0,0.0,0.0,0.0,6.0,5.0,8.0,6.0,7.0,6.0,2.0,1.0,0.0,1.0,0.0,0,2023-11-13,0,na,1 +UC,10866,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,0,0,2024-04-01,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-11-27,0,na, +UC,10866,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-11-27,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-11-27,0,na,1 +UC,10867,V1,1,1,1,1,0,0,0,0,0,0,0,0,2,,,na,1,1,1,0,0,na,na,1,na,na,1,1,0,na,na,2023-11-27,9.0,9.0,,,,,,,,,,,,,,,1,2023-12-04,0,na,1 +NS,10868,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2024-03-18,0.0,4.0,0.0,4.5,0.0,,,,,,,,,,,,1,2023-12-11,0,na, +NS,10868,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-11-27,0.0,3.0,0.0,3.5,0.0,,,,,,,,,,,,1,2023-12-11,0,na,1 +UI,10870,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,220,220,1,1,1,1,1,0,0,0,0,1,0,1,0,0,0,2023-11-27,0.0,0.0,0.0,0.0,0.0,7.0,6.0,6.0,2.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-11,0,na,1 +NS,10872,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,140,140,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-04-01,1.5,1.5,1.0,1.0,0.0,3.5,4.0,4.0,2.0,2.5,2.0,0.5,0.0,0.0,2.0,2.0,0,2023-12-18,0,na, +NS,10872,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,118,85,85,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-04,5.0,5.0,4.0,4.0,4.0,4.0,4.0,4.0,7.0,8.0,8.5,4.0,2.0,1.0,5.0,5.0,0,2023-12-18,0,na,1 +UI,10873,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,200,300,300,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,2024-03-18,0.0,0.0,3.0,0.0,0.0,3.0,3.0,3.0,3.0,3.0,3.0,0.0,0.0,0.0,3.0,0.0,0,2023-12-11,1,na, +UI,10873,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-27,0.0,0.0,0.0,0.0,0.0,4.0,4.0,3.0,7.0,6.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-11,1,na,1 +UI,10874,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-03-25,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-11,0,na, +UI,10874,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,280,300,300,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,2023-12-04,0.0,5.0,0.0,5.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.0,0,2023-12-11,1,na,1 +UC,10875,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,2024-03-04,0.0,0.0,0.0,0.0,0.0,4.0,4.0,3.0,3.0,4.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-11,0,na, +UC,10875,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,0,0,0,1,1,0,1,1,0,0,0,2023-12-11,3.0,3.5,3.5,4.0,0.0,3.5,4.5,5.0,4.0,4.0,4.5,3.0,2.5,2.5,3.0,4.0,0,2023-12-11,0,na,1 +NS,10876,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,2024-03-04,0.0,0.0,0.0,0.0,0.0,0.0,4.0,9.0,1.0,4.0,9.0,1.0,1.0,1.0,0.0,0.0,0,2023-11-27,0,na, +NS,10876,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,140,140,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-11-27,0.0,1.0,0.0,1.0,0.0,0.0,5.0,9.5,3.5,7.0,7.0,2.0,2.0,2.0,1.5,1.0,0,2023-11-27,0,na,1 +NS,10877,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-12-04,6.0,8.0,7.0,8.5,7.0,,,,,,,,,,,,1,2023-12-18,0,na,1 +UC,10878,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-27,3.0,1.0,3.0,1.0,0.0,4.0,4.5,5.0,3.0,3.0,3.0,0.0,0.0,0.0,3.0,0.0,0,2024-01-01,0,na,1 +UC,10880,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,0,1,1,1,1,1,1,1,1,0,1,0,2023-12-11,0.0,4.0,7.0,0.0,0.0,2.0,4.0,6.0,8.0,8.0,8.0,6.0,0.0,0.0,0.0,10.0,0,,0,na,1 +UI,10881,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,180,160,160,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-03-25,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,1.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-11,1,na, +UI,10881,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-12-04,0.0,0.0,0.0,0.0,0.0,3.0,4.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,1.0,0,2023-12-11,1,na,1 +NS,10882,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,130,130,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-04-01,0.0,0.0,0.0,0.0,0.0,3.0,1.5,1.0,3.0,4.0,5.0,0.0,0.0,0.0,1.0,0.0,0,2023-12-18,0,na, +NS,10882,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,135,135,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,2023-12-11,0.0,0.0,0.0,0.0,0.0,3.5,3.5,0.0,2.5,2.5,2.5,0.0,0.0,0.0,0.0,0.0,0,2023-12-18,0,na,1 +UI,10883,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,190,190,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,2024-03-11,1.0,2.0,1.0,2.0,0.5,2.0,6.0,9.0,2.0,6.0,9.0,2.0,4.0,7.0,1.0,2.0,0,2023-12-04,1,na, +UI,10883,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-12-04,3.0,4.0,3.0,4.0,5.0,4.0,5.0,4.0,6.0,8.0,7.0,7.0,5.0,4.0,3.0,5.0,0,2023-12-04,1,na,1 +UI,10884,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,300,,300,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,2024-03-04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-11,1,na, +UI,10884,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,300,,300,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-11,1,na,1 +UC,10885,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,180,180,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,2024-01-08,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-22,0,na,1 +NS,10886,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,170,170,1,1,1,1,1,0,0,1,1,1,0,1,0,0,0,2024-03-11,3.0,3.0,1.0,1.0,0.0,0.0,2.5,3.5,1.0,1.0,1.0,0.0,0.0,0.0,4.0,4.0,0,2023-12-11,0,na, +NS,10886,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-12-04,0.0,0.0,0.0,0.0,0.0,3.0,4.0,2.0,2.5,2.5,2.0,0.0,0.0,0.0,0.5,0.5,0,2023-12-11,0,na,1 +NS,10887,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-03-18,0.0,0.5,0.5,0.5,0.0,3.0,5.0,6.0,4.0,6.0,8.0,3.0,2.0,0.0,0.5,1.0,0,2023-12-11,0,na, +NS,10887,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-12-04,1.0,1.0,1.0,0.0,0.0,2.0,6.0,8.0,3.0,5.0,9.0,1.5,1.5,1.5,1.0,0.0,0,2023-12-11,0,na,1 +UI,10888,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,0,2024-03-18,0.0,0.0,0.0,1.0,0.0,,,,,,,,,,,,1,2023-12-11,1,na, +UI,10888,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-12-11,4.0,2.0,5.0,5.0,0.0,,,,,,,,,,,,1,2023-12-11,1,na,1 +NS,10889,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2024-03-11,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-12-11,0,na, +NS,10889,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-12-04,0.0,3.0,1.0,3.0,0.0,,,,,,,,,,,,1,2023-12-11,0,na,1 +UI,10890,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,220,220,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,2024-03-18,0.0,0.0,0.0,0.0,0.0,4.0,6.0,8.0,1.0,2.0,2.0,0.0,0.0,0.0,1.0,1.0,0,2023-12-11,1,na, +UI,10890,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-11,0.0,0.0,0.0,0.0,0.0,5.0,7.0,8.0,3.0,4.0,4.0,1.0,2.0,2.0,0.0,0.0,0,2023-12-11,1,na,1 +UI,10891,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,80,100,100,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-04-01,6.0,6.0,2.0,2.0,0.0,3.0,4.0,4.0,,,,0.0,0.0,0.0,4.0,5.0,0,2023-12-18,1,na, +UI,10891,V1,1,1,1,1,0,0,0,0,1,1,0,0,1,80,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-12-11,5.0,8.0,0.0,6.0,0.0,,,,,,,,,,,,0,2023-12-18,1,na,1 +NS,10892,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,160,160,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-03-18,0.0,0.0,0.0,0.0,0.5,5.0,3.5,0.0,0.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-18,0,na, +NS,10892,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-18,0.0,3.0,0.5,3.5,0.0,0.0,3.5,4.0,4.5,3.0,2.0,0.0,0.0,0.0,0.0,4.5,0,2023-12-18,0,na,1 +UI,10893,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,100,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-12-11,1.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2024-01-01,1,na,1 +NS,10894,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-18,0.0,0.0,0.0,1.0,0.0,0.0,3.0,3.0,0.0,4.0,5.0,1.0,1.0,1.0,0.0,2.0,0,2024-01-01,0,na,1 +UI,10895,V3,1,1,1,1,1,1,1,1,1,1,1,1,1,100,80,80,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2024-03-11,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0.0,4.0,7.0,3.5,0.0,0.0,0.0,1.0,0.0,0,2023-12-11,0,na, +UI,10895,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,80,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-11,0.0,0.0,0.0,0.0,0.0,1.0,5.0,8.5,4.0,7.0,8.5,0.0,0.0,0.0,0.0,1.5,0,2023-12-11,0,na,1 +UC,10896,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-12-11,0.0,0.0,0.0,2.0,0.0,5.0,4.5,4.0,3.5,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-25,0,na,1 +NS,10897,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,0,0,2024-03-25,0.0,3.0,0.0,4.0,0.0,,,,,,,,,,,,0,2023-12-11,0,na, +NS,10897,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-12-11,1.0,3.0,4.5,4.5,2.0,,,,,,,,,,,,0,2023-12-11,0,na,1 +NS,10899,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,90,80,80,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-04-15,0.0,0.0,0.0,3.0,0.0,6.0,6.0,8.0,8.0,8.0,8.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-25,0,na, +NS,10899,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-12-25,0.0,0.0,0.0,0.0,0.0,0.0,5.0,8.0,0.0,5.0,8.0,0.0,5.0,8.0,0.0,0.0,0,2023-12-25,0,na,1 +UI,10900,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,150,150,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,2024-04-15,0.0,0.0,0.0,0.0,0.0,4.0,4.0,5.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-08,1,na, +UI,10900,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2024-01-01,1.0,0.0,0.0,0.0,0.0,3.5,3.5,4.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-08,1,na,1 +UI,10901,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,130,160,160,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-04-01,0.0,2.0,0.0,1.0,0.0,3.0,3.0,5.5,2.0,2.0,2.0,,,,,,0,2024-01-08,1,na, +UI,10901,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2024-01-01,1.0,1.0,1.0,2.0,1.0,0.0,3.5,6.0,2.0,5.0,6.0,1.0,1.0,2.0,2.0,2.0,0,2024-01-08,0,na,1 +UI,10903,V3,1,1,1,1,0,0,0,0,1,1,0,0,1,,,na,1,1,1,0,0,na,0,1,na,1,0,1,0,0,0,2024-04-15,0.0,2.5,0.0,4.0,0.0,,,,,,,,,,,,1,2024-01-15,0,na, +UI,10903,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,0,1,2024-01-01,0.0,1.0,0.0,1.0,0.0,,,,,,,,,,,,1,2024-01-15,0,na,1 +UC,10904,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,0,0,2024-04-08,0.0,1.0,0.0,1.0,0.0,,,,,,,,,,,,1,2024-01-08,0,na, +UC,10904,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2024-01-01,0.0,3.0,0.0,4.0,0.0,,,,,,,,,,,,1,2024-01-08,0,na,1 +UI,10905,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,0,1,na,1,1,1,0,0,0,2024-01-29,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2024-02-19,0,na,1 +UI,10906,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,0,0,2024-01-08,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2024-01-15,0,na,1 +UI,10907,V1,1,1,1,1,1,1,1,1,1,1,0,0,2,200,110,110,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2024-01-15,1.0,3.0,0.0,4.0,0.0,4.5,3.0,2.0,5.0,4.0,3.0,,,,,,0,2024-01-22,0,na,1 +UI,10908,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,260,270,270,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2024-01-15,0.0,0.0,0.0,0.0,0.0,6.0,7.0,6.5,2.0,2.5,2.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-22,0,na,1 +UI,10909,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2024-01-08,0.0,4.0,0.0,4.0,0.0,5.0,7.0,8.0,3.0,3.0,3.0,3.0,3.0,3.0,0.0,5.0,0,2024-01-22,0,na,1 +UI,10910,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,230,,230,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2024-01-15,0.0,0.0,0.0,0.0,0.0,3.0,3.5,4.0,2.0,2.0,2.5,0.0,0.0,0.0,0.0,0.0,0,2024-02-05,1,na,1 +UC,10911,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,220,200,200,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-04-15,0.0,0.0,0.0,0.0,0.0,3.0,2.5,2.5,0.5,0.5,0.5,0.0,0.0,0.0,0.0,0.0,0,2024-01-08,0,na, +UC,10911,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2024-01-08,1.0,0.0,1.0,0.0,0.0,3.0,3.0,3.5,1.0,1.5,1.5,1.0,0.0,0.0,0.0,0.0,0,2024-01-08,0,na,1 +UI,10912,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,155,155,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2024-01-22,0.0,0.0,0.0,0.0,0.5,3.0,5.0,8.0,2.5,6.0,7.0,2.0,2.0,3.0,0.0,0.0,0,2024-01-29,1,na,1 +UI,10913,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,160,60,na,1,1,1,1,1,na,0,1,na,1,1,1,0,0,0,2024-01-22,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2024-01-29,0,na,1 +UI,10914,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,230,230,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2024-01-08,0.0,0.0,0.0,0.0,0.0,8.0,6.0,4.5,3.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2024-02-05,0,na,1 +UI,10915,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,2024-01-15,0.0,0.0,0.0,0.0,0.0,3.5,4.0,4.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-15,1,na,1 +UC,10916,V1,1,1,1,1,0,0,0,0,0,0,0,0,2,170,,na,1,1,1,1,1,na,na,1,na,na,1,1,0,na,na,2024-01-15,,,,,,,,,,,,,,,,,0,2024-03-25,0,na,1 +NS,10917,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2024-01-15,0.0,5.0,3.0,2.0,0.0,,,,,,,,,,,,1,2024-01-22,0,na,1 +NS,10919,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2024-01-15,0.0,2.0,0.0,0.0,0.0,,,,,,,,,,,,1,2024-01-22,0,na,1 +NS,10920,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,120,120,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2024-01-15,0.0,0.0,0.0,0.0,0.0,4.0,2.0,2.5,3.0,1.5,2.0,0.0,0.0,0.0,0.5,0.0,0,2024-01-29,0,na,1 +NS,10921,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,0,na,0,1,na,1,1,1,0,0,0,2024-01-22,1.0,1.0,1.0,1.0,0.0,,,,,,,,,,,,1,2024-01-29,0,na,1 +UI,10922,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,,140,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2024-01-29,10.0,10.0,6.0,6.0,0.0,6.0,8.0,8.0,6.0,6.0,6.0,0.0,0.0,0.0,7.0,7.0,0,2024-02-05,1,na,1 +NS,10923,V3,1,0,1,0,0,0,0,0,1,0,0,0,2,,,na,0,0,0,0,0,na,0,0,na,0,0,0,0,0,0,na,8.0,10.0,10.0,10.0,0.0,,,,,,,,,,,,1,2024-01-22,0,na, +NS,10923,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,0,1,na,1,1,1,0,0,0,2024-01-15,3.0,4.0,4.0,7.0,0.0,,,,,,,,,,,,1,2024-01-22,2,na,1 +UC,10924,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,2024-02-12,0.0,0.0,0.0,0.0,0.0,4.5,4.0,4.5,5.5,5.5,6.0,1.0,0.0,0.0,0.0,0.0,0,2024-02-19,0,na,1 +UI,10925,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,80,60,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2024-01-22,0.0,0.0,0.0,5.0,0.0,,,,,,,,,,,,0,2024-01-29,0,na,1 +UC,10926,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,2024-02-05,0.0,0.0,0.0,0.0,0.0,4.0,4.5,5.0,8.0,7.0,7.0,9.0,5.5,1.0,3.0,2.0,0,2024-02-05,0,na,1 +UI,10927,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,200,200,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2024-01-29,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,2.0,3.0,3.0,0.0,0.0,0.0,0.0,1.0,0,2024-02-05,1,na,1 +UI,10928,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,0,na,0,1,na,1,0,1,0,0,0,2024-02-05,0.0,1.0,0.0,1.0,0.0,,,,,,,,,,,,1,2024-02-12,0,na,1 +NS,10930,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,140,140,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2024-01-29,0.0,1.0,0.0,0.5,0.0,3.5,4.5,5.0,2.0,3.5,2.5,0.0,0.0,0.0,0.0,1.0,0,2024-02-05,0,na,1 +NS,10932,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,100,100,1,1,1,1,1,0,1,1,1,1,0,1,0,0,0,2024-02-12,1.0,0.0,4.0,0.0,0.0,2.0,3.5,4.0,3.0,4.0,5.0,0.0,4.0,5.0,6.0,2.0,0,2024-02-19,0,na,1 +UI,10933,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,0,na,0,1,na,1,0,1,0,0,0,2024-02-05,0.0,6.0,0.0,6.0,0.0,,,,,,,,,,,,1,2024-03-04,1,na,1 +NS,10934,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,0,1,na,1,0,1,0,0,0,2024-02-05,5.0,2.0,5.0,2.0,1.0,,,,,,,,,,,,0,2024-02-12,0,na,1 +NS,10940,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,0,na,0,1,na,1,0,1,0,0,0,2024-02-19,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2024-02-26,0,na,1 +UI,10941,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,100,60,na,1,1,1,1,1,na,0,1,na,1,0,1,0,0,0,2024-02-26,3.0,8.5,3.0,8.0,0.0,,,,,,,,,,,,0,2024-03-04,0,na,1 +NS,10942,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,195,190,190,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,2024-02-12,0.0,0.0,0.0,0.0,0.0,3.0,4.0,4.5,2.0,2.5,2.0,0.0,0.0,0.0,0.0,0.0,0,2024-02-26,0,na,1 +NS,10944,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,0,1,na,1,0,1,0,0,0,2024-02-19,0.0,0.5,0.0,1.0,0.0,,,,,,,,,,,,1,2024-02-26,0,na,1 +RU,10945,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,,140,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,2024-02-19,0.0,0.0,0.0,0.0,0.0,2.0,2.5,3.0,1.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2024-03-11,0,na,1 +UI,10946,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,2024-03-11,2.0,4.0,1.5,3.5,1.5,4.5,3.0,4.5,2.0,2.0,3.0,1.0,1.0,1.0,1.0,3.0,0,2024-04-01,0,na,1 +UI,10948,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,300,300,300,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,2024-02-26,1.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2024-03-04,1,na,1 +UC,10949,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,2024-03-04,0.0,0.0,0.0,0.0,0.0,5.0,5.5,5.5,7.5,8.0,6.5,0.0,0.0,0.0,0.0,0.0,0,2024-03-25,0,na,1 +UC,10951,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,130,130,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2024-03-11,0.0,0.0,0.0,0.0,0.0,4.0,4.5,3.0,5.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,,0,na,1 +NS,10952,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,1,0,0,0,1,1,0,0,1,0,0,0,2024-03-04,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,0.0,4.5,0.0,0.0,0.0,0.0,0.0,2.5,0,2024-03-11,0,na,1 +UC,10953,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,170,80,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,0,2024-03-04,3.0,3.0,3.0,4.0,0.0,,,,,,,,,,,,0,2024-03-11,0,na,1 +UC,10954,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2024-03-11,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,3.0,4.0,5.0,0.5,0.0,0.0,0.0,0.0,0,2024-03-18,0,na,1 +UI,10955,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,160,160,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-03-18,0.0,0.0,2.0,2.0,0.0,3.0,2.0,2.0,1.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2024-03-25,1,na,1 +NS,10956,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2024-03-11,3.0,0.0,3.0,0.0,0.0,,,,,,,,,,,,1,2024-03-25,0,na,1 +NS,10957,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-03-18,1.0,0.0,1.0,0.0,0.0,4.0,4.0,4.0,4.0,4.0,4.0,0.0,0.0,0.0,1.0,0.0,0,2024-03-25,0,na,1 +UI,10958,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,80,60,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2024-03-18,1.0,2.0,2.0,3.0,0.0,,,,,,,,,,,,0,2024-04-01,0,na,1 +UC,10959,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,0,0,2024-04-08,0.0,1.0,1.0,3.0,0.0,,,,,,,,,,,,1,,0,na,1 +UI,10960,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,300,300,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,2024-03-18,2.0,4.0,2.0,5.0,4.0,5.0,5.0,5.0,4.0,4.0,5.0,0.0,0.0,0.0,2.0,4.0,0,2024-03-25,0,na,1 +UC,10962,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,180,180,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-04-15,0.0,0.0,1.0,0.0,0.0,3.5,4.0,5.0,2.5,3.0,3.0,1.0,0.0,0.0,0.0,0.0,0,2024-04-15,0,na,1 +UC,10965,V1,1,0,1,0,1,0,1,0,1,0,1,0,3,160,,160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,na,0.0,0.0,0.0,0.0,0.0,2.0,6.0,8.0,1.0,6.0,8.0,3.0,3.0,2.0,0.0,1.0,0,2024-04-29,0,na,1 +UI,10966,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-04-01,3.0,0.0,3.0,0.0,0.0,4.0,4.0,4.0,3.5,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2024-04-15,1,na,1 +UI,10968,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,130,110,110,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-04-01,1.0,2.0,0.0,2.5,0.0,6.0,5.0,4.5,,,,0.0,0.5,0.5,0.0,2.0,0,2024-04-01,0,na,1 +UI,10969,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-04-01,0.0,2.0,0.0,1.0,1.0,4.0,6.0,6.0,4.0,6.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2024-04-01,1,na,1 +UI,10971,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,0,0,2024-04-01,8.0,6.0,6.0,7.0,0.0,,,,,,,,,,,,1,2024-04-08,0,na,1 +UI,10973,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,0,1,1,0,1,1,1,0,1,0,0,0,2024-04-15,0.0,0.0,0.0,0.0,0.0,7.0,8.0,8.0,4.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2024-04-22,1,na,1 +UI,10974,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,120,120,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,2024-04-08,0.0,0.0,0.5,0.5,0.0,2.0,2.5,3.5,2.0,2.5,3.0,0.0,0.0,0.0,0.0,1.5,0,2024-04-29,1,na,1 +NS,10975,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,90,70,na,1,1,1,1,1,na,1,1,na,1,0,1,0,0,0,2024-04-08,0.0,0.0,0.0,3.0,0.0,,,,,,,,,,,,0,2024-04-15,0,na,1 +UI,10978,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,60,80,80,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,2024-04-15,0.0,3.0,0.0,3.0,0.0,3.0,3.0,3.0,,,,0.0,0.0,0.0,0.0,3.0,0,2024-04-15,0,na,1 +NS,10980,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,210,210,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,2024-04-15,1.0,0.0,0.5,0.0,0.0,5.0,7.0,7.0,3.5,2.0,1.5,0.0,0.0,0.0,0.0,0.0,0,2024-04-29,0,na,1 +UI,10982,V1,1,0,1,0,1,0,1,0,1,0,1,0,2,150,200,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,na,0.0,0.0,0.0,0.0,0.0,3.0,6.5,8.5,4.0,5.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2024-05-06,0,na,1 +UM,25001,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-17,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-24,1,1,2 +UM,25002,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-07-04,0.0,0.0,0.0,0.0,0.0,4.0,7.0,9.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-07-11,,2,1 +UM,25003,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2022-10-24,0.0,2.0,0.0,2.0,,,,,,,,,,,,,0,2022-07-18,1,1, +UM,25003,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,100,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-07-11,3.0,2.0,3.0,2.0,0.0,1.0,8.0,8.0,1.0,3.0,3.0,,,,5.0,3.0,0,2022-07-18,0,1,1 +UM,25004,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-10-17,6.0,6.0,6.0,6.0,0.0,,,,,,,0.0,0.0,0.0,6.0,6.0,1,2022-07-25,1,2, +UM,25004,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-07-18,4.0,6.0,4.0,6.0,4.0,,,,,,,,,,6.0,8.0,1,2022-07-25,0,2,1 +UM,25005,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2022-11-07,0.0,1.0,0.0,1.0,0.0,,,,,,,,,,,,1,2022-07-25,1,1, +UM,25005,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-07-25,0.0,2.0,0.0,2.0,,,,,,,,,,,,,1,2022-07-25,0,1,1 +UM,25008,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2022-08-08,2.0,4.0,2.0,4.0,0.0,,,,,,,,,,,,1,,1,2,1 +UM,25009,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-11-07,0.0,2.0,0.0,2.0,0.0,3.0,5.0,5.0,3.0,3.0,3.0,0.0,0.0,0.0,2.0,2.0,0,2022-08-15,,2, +UM,25009,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-08-08,0.0,3.0,0.0,3.0,1.0,7.0,5.0,4.0,6.0,5.0,4.0,1.0,0.0,0.0,0.0,1.0,0,2022-08-15,,2,1 +UM,25011,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-21,0.0,3.0,0.0,3.0,0.0,2.0,4.0,2.0,,,,1.0,1.5,1.0,0.0,3.0,0,2022-08-22,1,1, +UM,25011,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,95,,95,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-08-22,0.0,4.0,0.0,4.0,0.0,4.0,5.0,6.0,4.0,5.5,7.0,0.0,0.0,0.0,0.0,0.0,0,2022-08-22,1,1,1 +UM,25012,V1,0,0,0,0,0,0,0,0,1,1,0,0,1,,,na,1,1,1,na,na,na,na,na,na,na,na,na,na,na,na,2022-08-22,5.0,6.0,5.0,6.0,0.0,,,,,,,0.0,0.0,0.0,5.0,4.0,1,2022-08-29,1,1,1 +WS,25015,V3,1,1,1,1,0,0,0,0,0,0,0,0,3,80,,na,1,1,1,1,1,na,na,1,na,na,1,1,0,na,na,2022-12-12,,,,,,,,,,,,,,,,,1,2022-09-12,1,, +WS,25015,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-09-05,2.0,8.0,2.0,8.0,3.0,,,,,,,,,,,,1,2022-09-12,0,,1 +UM,25016,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-19,1.0,1.0,1.0,1.0,0.0,2.0,4.0,5.0,3.0,4.0,4.0,1.0,1.0,1.0,1.0,1.0,0,2022-09-26,0,2, +UM,25016,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,210,210,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-12,1.0,1.0,1.0,1.0,0.0,0.0,4.0,6.0,1.0,1.0,1.0,0.0,0.0,0.0,2.0,1.0,0,2022-09-26,0,2,1 +UM,25018,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,300,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-11-27,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-09-04,0,1, +UM,25018,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,190,,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-08-28,0.0,0.0,0.0,0.0,0.0,4.0,3.0,2.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-09-04,0,1,1 +UM,25021,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-05,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-09-19,1,2, +UM,25021,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-12,2.0,0.0,2.0,0.0,0.0,3.0,5.0,7.0,3.0,5.0,7.5,0.0,0.0,0.0,1.0,0.0,0,2022-09-19,1,2,1 +UM,25022,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,190,,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-09,0.0,0.0,0.0,0.0,0.0,4.0,5.0,7.0,3.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-09-19,0,2, +UM,25022,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,260,,260,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-12,0.0,0.0,0.0,0.0,0.0,5.0,7.0,6.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-09-19,1,2,1 +UM,25024,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,121,,121,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-12-12,0.0,1.0,0.0,1.0,0.0,4.0,5.0,7.0,3.5,4.0,4.5,0.0,0.0,0.0,0.5,1.0,0,2022-09-26,1,1, +UM,25024,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,210,,210,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-26,1.0,1.0,1.0,1.0,0.0,3.0,6.0,8.0,2.0,3.0,4.0,1.0,0.5,0.5,1.0,1.5,0,2022-09-26,1,1,1 +WS,25027,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,0.0,2.0,0.0,3.0,0.0,,,,,,,0.0,3.0,3.0,0.0,4.5,0,2022-10-03,1,, +WS,25027,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-19,0.0,0.0,0.0,6.0,0.0,1.0,3.0,7.0,2.0,4.0,8.0,0.0,0.0,0.0,0.0,7.0,0,2022-10-03,1,,1 +UM,25028,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,71,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-12,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-09-26,1,2, +UM,25028,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-19,2.0,1.0,2.0,1.0,0.0,4.0,5.0,6.0,5.0,6.0,6.0,0.0,0.0,0.0,3.0,1.0,0,2022-09-26,1,2,1 +WS,25029,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.0,0.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-10,0,, +WS,25029,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,110,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-26,0.0,0.0,0.0,1.0,0.0,0.0,5.0,5.0,,,,,,,,,0,2022-10-10,1,,1 +UM,25034,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,2023-04-03,0.0,0.0,0.0,0.0,0.0,5.0,4.0,6.0,4.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-12,0,2, +UM,25034,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-26,0.0,0.0,0.0,0.0,0.0,5.0,4.0,3.0,8.0,7.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-12,1,2,1 +UM,25035,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-09,1.0,2.5,1.0,2.0,0.0,,,,,,,,,,,,1,2022-10-03,1,2, +UM,25035,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-09-26,1.0,3.0,1.0,2.5,,,,,,,,,,,,,1,2022-10-03,0,2,1 +UM,25038,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-03,0.0,0.0,0.0,0.0,0.0,1.0,5.0,5.0,1.0,3.5,1.5,0.0,1.5,0.0,0.0,0.0,0,2022-10-10,1,2,1 +UM,25039,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-01-30,0.0,0.0,0.0,1.0,0.0,,,,,,,,,,,,1,2022-10-24,0,1, +UM,25039,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-10-03,0.5,0.0,0.0,0.0,,,,,,,,,,,,,1,2022-10-24,0,1,1 +WS,25041,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-17,0.0,3.0,0.0,3.0,0.0,0.0,5.0,3.0,1.0,2.0,1.0,0.0,0.0,0.0,0.0,2.0,0,2022-10-24,0,,1 +UM,25044,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-01-09,0.0,0.0,0.0,0.0,0.0,2.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-24,0,2, +UM,25044,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-24,0.0,1.0,0.0,1.0,0.0,4.0,5.0,6.0,4.0,5.0,6.0,0.0,0.0,0.0,0.0,1.0,0,2022-10-24,1,2,1 +UM,25046,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-02-13,5.0,5.0,4.0,4.0,0.0,,,,,,,,,,,,0,2022-11-07,0,1, +UM,25046,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,100,80,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-10-31,0.0,5.0,4.0,,,,,,,,,,,,,,0,2022-11-07,0,1,1 +WS,25047,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,140,140,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,2023-02-06,1.0,3.0,1.0,3.5,0.0,4.0,7.0,8.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,3.5,0,2022-11-21,1,, +WS,25047,V1,1,1,0,0,1,1,1,1,1,1,1,1,3,120,130,130,1,1,1,1,1,1,1,1,1,1,na,1,0,1,1,2022-11-14,1.0,3.0,1.0,3.0,0.0,3.0,4.0,6.0,3.0,5.0,6.0,0.0,0.0,0.0,1.0,3.0,0,2022-11-21,1,,1 +WS,25048,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,0,1,1,1,1,0,1,0,0,0,2023-02-20,4.0,4.0,5.0,4.0,0.0,4.0,7.0,8.0,5.0,6.0,8.0,5.0,8.0,8.0,4.0,7.0,0,2022-11-14,0,, +WS,25048,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,100,,100,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2022-11-07,3.0,4.0,4.0,5.0,5.0,,,,,,,4.0,5.0,6.0,6.0,6.0,0,2022-11-14,1,,1 +WS,25050,V1,1,1,1,1,0,0,0,0,0,0,0,0,3,130,,na,1,1,1,1,1,na,na,1,na,na,1,1,0,na,na,2022-12-05,,,,,,,,,,,,,,,,,0,2022-12-19,0,,1 +WS,25051,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-04-03,0.0,0.0,0.0,0.0,0.0,0.0,3.0,4.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,4.0,0,2023-01-02,1,, +WS,25051,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-14,6.0,8.0,6.0,7.0,3.0,4.0,6.0,7.0,6.0,6.0,7.0,5.0,6.0,6.0,6.0,8.0,0,2023-01-02,1,,1 +WS,25052,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,240,,240,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-03-13,0.0,0.0,0.0,0.0,0.0,0.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-05,0,, +WS,25052,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,281,330,330,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-28,0.0,0.0,0.0,0.0,0.0,4.0,6.0,6.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-05,1,,1 +UM,25054,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-14,0.0,0.0,0.0,0.0,0.0,6.0,5.0,3.5,3.0,2.0,1.5,0.0,0.0,0.0,0.0,0.0,0,2022-11-21,0,2,1 +WS,25055,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-02-27,0.0,0.0,0.0,0.0,0.0,1.0,3.0,4.0,2.0,3.0,4.0,1.0,1.0,1.0,0.0,0.0,0,2022-11-28,0,, +WS,25055,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-28,1,,1 +UM,25057,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-02-20,0.0,0.0,0.0,0.0,0.0,5.0,4.0,4.0,5.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-28,0,2, +UM,25057,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-11-28,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-11-28,1,2,1 +UM,25058,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-20,1.0,2.0,1.0,1.0,1.0,3.0,4.0,5.0,3.0,4.0,5.5,1.0,1.0,1.0,2.0,1.5,0,2022-11-28,1,2, +UM,25058,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,91,101,101,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-21,1.0,0.0,2.0,1.0,0.0,3.0,4.0,6.0,4.0,5.0,5.0,0.0,1.0,1.0,1.0,1.0,0,2022-11-28,1,2,1 +UM,25059,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-02-27,0.0,0.0,0.0,2.0,0.0,3.0,3.0,5.0,2.0,3.0,3.0,0.0,0.0,0.0,0.0,2.0,0,2022-12-05,1,1, +UM,25059,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,172,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-05,0.0,0.0,0.0,0.0,0.0,1.0,6.0,8.0,1.0,6.0,8.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-05,,1,1 +UM,25060,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-03-13,0.0,0.0,0.0,0.0,0.0,5.0,,,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-05,0,2, +UM,25060,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-05,0.0,0.0,0.0,0.0,0.0,2.0,3.0,4.0,3.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-05,1,2,1 +UM,25061,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-03-20,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-12-12,0,2, +UM,25061,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-05,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-12-12,1,2,1 +UM,25062,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,62,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-03-13,1.0,1.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-12-12,1,2, +UM,25062,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,82,70,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-05,0.0,1.0,0.0,1.0,0.0,,,,,,,,,,,,0,2022-12-12,1,2,1 +UM,25064,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-03-13,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-12-26,1,2, +UM,25064,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-12,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-12-26,0,2,1 +UM,25067,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,240,,240,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-03,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.5,0.5,0.5,0.0,0.0,0.0,0.0,0.0,0,2023-01-02,0,2, +UM,25067,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-19,0.0,0.0,0.0,0.0,0.0,4.0,4.0,5.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-02,1,2,1 +UM,25068,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-04,0.0,4.0,0.0,4.0,0.0,,,,,,,,,,,,1,2023-06-05,0,2, +UM,25068,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-19,0.0,0.0,0.0,0.0,0.0,1.5,1.5,1.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1,2023-06-05,,2,1 +UM,25070,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,210,210,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-17,0.0,1.0,0.0,1.0,0.0,3.0,4.0,4.0,2.0,3.0,3.0,0.0,0.0,0.0,0.0,1.0,0,2023-01-23,0,1, +UM,25070,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,152,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,2.0,2.0,1.0,1.0,0.0,3.0,3.0,4.0,3.0,2.0,2.0,0.0,0.0,0.0,1.0,1.0,0,2023-01-23,0,1,1 +UM,25072,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-10,0.0,0.0,0.0,0.0,0.0,5.0,5.0,4.0,4.0,4.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-02,,1, +UM,25072,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-02,0.0,1.0,0.0,2.0,0.0,4.0,6.0,7.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,1.0,0,2023-01-02,0,1,1 +UM,25073,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,120,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-24,2.0,6.5,1.0,6.5,0.0,3.5,5.0,7.0,3.5,4.5,5.0,0.0,0.0,0.0,1.0,7.5,0,2023-01-16,0,2, +UM,25073,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,90,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-02,4.5,7.0,0.0,3.5,0.0,3.5,7.0,8.0,2.0,4.5,5.0,1.0,0.0,0.0,3.5,7.0,0,2023-01-16,0,2,1 +UM,25074,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-04-17,0.0,0.0,0.0,0.0,0.0,3.5,4.0,5.0,3.0,3.5,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-09,0,2, +UM,25074,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,141,211,211,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-09,0.0,0.0,0.0,0.0,0.0,4.0,4.5,5.0,3.0,3.5,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-09,1,2,1 +UM,25076,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-17,0.0,1.0,0.0,1.0,0.0,5.0,5.0,8.0,2.0,4.0,5.0,0.0,0.0,0.0,0.0,1.0,0,2023-01-09,0,2, +UM,25076,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,91,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-02,1.0,2.0,1.0,2.0,0.0,,,,,,,,,,,,0,2023-01-09,1,2,1 +UM,25077,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-04-24,1.0,0.0,2.0,0.0,0.0,,,,,,,,,,,,1,2023-01-09,1,2, +UM,25077,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-09,0.5,0.5,0.0,1.0,,,,,,,,,,,,,1,2023-01-09,1,2,1 +UM,25078,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-07-31,0.0,0.0,0.0,0.0,0.0,0.0,6.0,7.0,0.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2023-05-08,0,1, +UM,25078,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-04-24,5.0,4.0,5.0,6.0,0.0,,,,,,,,,,,,0,2023-05-08,0,1,1 +WS,25080,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-29,3.0,0.0,2.0,0.0,0.0,2.0,5.0,4.0,2.0,6.0,3.0,3.0,3.0,3.0,3.0,2.0,0,2023-03-06,0,, +WS,25080,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,120,120,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-01-23,0.0,0.0,0.0,0.0,0.0,0.0,4.0,4.0,1.0,3.0,3.0,1.5,0.5,0.5,0.0,1.0,0,2023-03-06,1,,1 +WS,25081,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-04-24,0.0,0.0,0.0,0.0,0.0,1.0,4.0,0.0,1.0,4.0,0.0,1.0,2.0,2.0,3.0,0.0,0,2023-01-23,1,, +WS,25081,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,2.5,4.0,2.0,1.5,3.0,2.0,2.0,3.0,2.0,4.5,7.0,2.5,3.0,4.0,3.0,4.0,0,2023-01-23,1,,1 +UM,25086,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-01,0.0,2.0,0.0,2.0,0.0,,,,,,,,,,,,0,2023-02-13,0,1, +UM,25086,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,73,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-06,0.0,1.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-02-13,0,1,1 +UM,25088,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-15,0.0,5.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-02-13,0,2, +UM,25088,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-01-30,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-02-13,1,2,1 +UM,25090,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,120,120,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-06,0.0,4.0,0.0,4.0,0.0,8.0,9.0,9.0,7.0,9.0,9.0,0.0,0.0,0.0,0.0,4.0,0,2023-08-07,0,2,1 +UM,25091,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,105,125,125,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-05-15,0.0,3.0,0.0,4.0,0.0,4.0,6.0,7.0,3.0,5.0,7.0,0.0,0.0,0.0,0.0,5.0,0,2023-02-13,0,2, +UM,25091,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,120,120,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-06,8.0,0.0,4.0,0.0,0.0,4.0,7.0,9.0,3.0,7.0,10.0,0.0,0.0,0.0,0.0,5.0,0,2023-02-13,0,2,1 +UM,25092,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-29,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-02-20,0,2, +UM,25092,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-06,0.0,5.0,0.0,1.0,0.0,,,,,,,,,,,,1,2023-02-20,1,2,1 +UM,25093,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-05-15,0.0,6.0,0.0,3.0,0.0,7.0,8.0,9.0,5.0,6.0,8.0,0.0,0.0,0.0,0.5,3.0,0,2023-02-20,0,2, +UM,25093,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,73,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-06,1.0,8.0,1.0,8.0,0.0,,,,,,,,,,,,0,2023-02-20,1,2,1 +UM,25094,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-05-15,0.0,0.0,0.0,0.0,0.0,2.0,4.0,4.0,2.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-02-27,0,2, +UM,25094,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,200,200,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-20,0.0,0.0,0.0,0.0,0.0,1.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-02-27,1,2,1 +WS,25095,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-13,0.0,0.0,0.0,0.0,0.0,3.0,9.0,9.0,2.0,3.0,3.0,0.0,0.0,0.0,0.0,1.0,0,2023-02-20,1,,1 +UM,25098,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-02-20,1.0,1.0,5.0,5.0,0.0,4.0,5.0,6.0,3.0,5.0,6.0,1.0,1.0,1.0,1.0,1.0,0,2023-03-13,0,1,1 +UM,25099,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-12,0.0,2.0,0.0,2.0,0.0,,,,,,,,,,,,1,2023-03-27,0,1, +UM,25099,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-02-20,1.0,1.0,1.0,1.0,0.0,,,,,,,,,,,,1,2023-03-27,,1,1 +UM,25100,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-05,0.0,2.0,3.0,3.0,0.0,6.0,8.0,9.0,5.0,6.0,6.0,0.0,0.0,0.0,3.0,0.0,0,2023-03-13,0,1, +UM,25100,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,105,,105,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-02-27,1.0,1.0,1.0,1.0,0.0,3.5,3.5,3.5,3.5,3.5,3.5,1.0,0.0,0.0,1.0,1.0,0,2023-03-13,0,1,1 +UM,25101,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,80,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-07-10,1.0,1.0,1.0,1.0,0.0,,,,,,,,,,,,0,2023-04-03,0,1, +UM,25101,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,91,,91,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-03-20,1.0,1.0,1.0,1.0,0.0,2.0,5.0,8.0,7.0,8.0,8.0,1.0,0.0,0.0,2.0,2.0,0,2023-04-03,0,1,1 +UM,25103,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-04-10,0.5,3.0,0.5,4.0,0.0,,,,,,,,,,,,0,2023-04-17,0,1,1 +UM,25104,V3,1,1,1,1,1,1,1,1,1,1,0,0,3,170,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-10,0.0,0.0,0.0,0.0,0.0,4.0,3.0,3.0,4.0,3.0,3.0,,,,,,0,2023-04-03,0,1, +UM,25104,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-20,0.0,0.0,0.0,0.0,0.0,2.0,2.0,1.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-03,0,1,1 +WS,25107,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-06-12,1.0,1.0,4.0,1.0,0.0,,,,,,,,,,,,0,2023-03-27,0,, +WS,25107,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,123,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-27,2.0,0.0,1.0,2.0,1.0,7.0,5.0,5.0,7.5,5.0,5.0,1.0,1.0,1.0,4.0,0.0,0,2023-03-27,1,,1 +UM,25108,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,2024-02-12,0.0,0.0,0.0,0.0,0.0,4.0,3.0,2.5,3.0,2.0,1.5,0.0,0.0,0.0,0.0,0.0,0,2023-11-27,0,2, +UM,25108,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,110,110,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-11-13,0.0,3.0,0.0,2.0,0.0,0.0,1.0,4.0,2.0,1.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-27,0,2,2 +WS,25109,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,150,150,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,2023-06-19,0.0,2.0,1.0,2.0,0.0,10.0,10.0,10.0,0.0,6.0,10.0,0.0,0.0,0.0,1.0,3.0,0,2023-03-27,0,, +WS,25109,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-20,0.0,2.0,4.0,5.0,0.0,0.0,3.0,10.0,10.0,10.0,10.0,2.0,3.0,3.0,5.0,8.0,0,2023-03-27,0,,1 +WS,25110,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-13,0.0,0.0,0.0,0.0,0.0,3.0,4.0,6.0,9.0,8.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-03,0,,1 +UM,25111,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-07-24,1.0,1.0,1.0,1.0,0.0,,,,,,,,,,,,1,2023-04-10,0,1, +UM,25111,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-03-13,0.0,2.0,1.0,2.0,0.0,,,,,,,,,,,,1,2023-04-10,0,1,1 +UM,25112,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-03-20,0,2, +UM,25112,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,380,,380,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-20,0.0,0.0,0.0,0.0,0.0,1.0,3.0,5.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-03-20,1,2,1 +UM,25114,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-03-27,1.0,1.0,1.0,1.0,0.0,,,,,,,,,,,,1,2023-04-03,0,2,1 +UM,25117,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,101,,101,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,2023-07-17,0.0,2.0,0.0,2.0,0.0,5.0,6.0,4.0,8.0,7.0,5.0,0.0,0.0,0.0,0.0,2.0,0,2023-04-03,0,1, +UM,25117,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-03,0.0,0.0,0.0,0.0,0.0,5.0,8.0,4.0,8.0,8.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-03,1,1,1 +UM,25119,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-07-10,0.0,0.0,0.0,0.0,0.0,5.0,8.0,6.0,4.0,5.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-24,0,2, +UM,25119,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-04-10,0.0,0.0,0.0,0.0,0.0,3.0,4.0,6.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-24,0,2,1 +UM,25120,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-10,0.0,2.0,0.0,1.0,0.0,4.0,7.0,7.0,5.0,7.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-24,0,1, +UM,25120,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-10,0.0,0.0,0.0,0.0,0.0,6.0,6.5,7.0,5.0,6.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-24,,1,1 +UM,25121,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-21,0.0,2.5,0.0,2.0,0.0,3.0,3.5,4.5,3.0,4.5,5.0,0.0,0.0,0.0,0.0,2.0,0,2023-04-24,0,1, +UM,25121,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-17,0.0,3.0,0.0,3.0,0.0,2.0,3.0,4.0,3.0,4.0,5.5,0.0,0.0,0.0,0.0,3.0,0,2023-04-24,0,1,1 +UM,25123,V1,1,1,1,1,0,0,0,0,0,0,0,0,3,80,,na,1,1,1,1,1,na,na,1,na,na,1,1,0,na,na,2023-04-10,1.0,2.0,,,,,,,,,,,,,,,0,2023-04-17,2,2,1 +UM,25124,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-21,0.0,3.5,0.0,2.0,0.0,4.0,5.0,6.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,3.0,0,2023-05-01,1,2, +UM,25124,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-24,0.0,4.0,0.0,2.0,0.0,3.0,4.0,4.5,3.0,3.0,3.0,0.0,0.0,0.0,0.0,1.0,0,2023-05-01,0,2,1 +UM,25125,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-08-21,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-05-29,0,2, +UM,25125,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-01,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-05-29,0,2,1 +UM,25128,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-11,0.0,0.0,0.0,0.0,0.0,6.0,5.0,5.0,6.0,6.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-05-29,0,1, +UM,25128,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,100,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-01,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-05-29,1,1,1 +UM,25129,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-09-11,1.0,2.0,1.0,4.0,0.0,,,,,,,,,,,,1,2023-06-12,0,1, +UM,25129,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-08,3.0,6.0,3.0,5.0,0.0,,,,,,,,,,,,1,2023-06-12,1,1,1 +UM,25131,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-21,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-05-15,0,1, +UM,25131,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-08,5.0,3.0,5.0,2.0,0.0,6.0,5.0,4.0,7.0,5.0,4.0,4.0,4.0,4.0,2.0,4.0,0,2023-05-15,0,1,1 +UM,25132,V3,1,0,1,0,0,0,0,0,1,0,0,0,3,130,,na,1,0,0,0,0,na,0,0,na,0,0,0,0,0,0,na,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-05-29,0,1, +UM,25132,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-22,0.5,0.0,0.0,0.0,0.0,1.0,4.0,8.5,1.0,4.0,8.0,0.0,0.0,0.0,0.0,0.0,0,2023-05-29,0,1,1 +UM,25133,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,0,0,2024-04-01,0.0,1.0,0.0,0.0,0.0,,,,,,,,,,,,1,2024-04-29,0,1,1 +WS,25134,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-21,3.0,0.0,3.0,0.0,0.0,,,,,,,,,,,,1,2023-05-29,0,, +WS,25134,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-22,1.0,0.0,2.0,1.0,0.0,,,,,,,0.0,0.0,0.0,,,1,2023-05-29,1,,1 +WS,25136,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-28,6.0,6.0,6.0,0.0,0.0,,,,,,,,,,,,1,2023-06-05,0,, +WS,25136,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-29,7.0,0.0,7.0,0.0,0.0,,,,,,,,,,,,1,2023-06-05,0,,1 +UM,25137,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-28,0.0,2.0,0.0,2.0,0.0,4.0,5.0,6.0,5.0,6.0,7.0,0.0,0.0,0.0,0.0,2.0,0,2023-06-12,0,2, +UM,25137,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-29,1.0,1.0,1.0,1.0,1.0,3.0,6.0,10.0,3.0,8.0,10.0,3.0,3.0,3.0,2.0,2.0,0,2023-06-12,0,2,1 +WS,25139,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-04,4.0,0.0,3.0,0.0,0.0,,,,,,,,,,,,1,2023-06-12,0,, +WS,25139,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-05,1.0,0.5,0.5,0.0,0.0,,,,,,,,,,,,1,2023-06-12,0,,1 +UM,25140,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-09-18,0.0,2.0,1.0,4.0,0.0,,,,,,,,,,,,1,2023-06-12,0,1, +UM,25140,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-06-05,6.0,6.0,6.0,6.0,0.0,,,,,,,,,,,,1,2023-06-12,0,1,1 +UM,25141,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-10-09,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-07-24,0,1, +UM,25141,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-19,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-07-24,0,1,1 +UM,25142,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-11,0.0,2.0,0.0,2.0,0.0,,,,,,,,,,,,1,2023-06-19,0,2, +UM,25142,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-19,1.0,1.0,1.0,1.0,0.0,,,,,,,,,,,,1,2023-06-19,0,2,1 +UM,25145,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,110,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-25,0.0,6.0,0.0,2.0,0.0,,,,,,,,,,,,1,2023-06-26,0,1, +UM,25145,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-12,0.0,4.5,0.0,4.5,0.0,,,,,,,,,,,,1,2023-06-26,0,1,1 +UM,25146,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,220,,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-10-30,0.0,0.0,0.5,0.0,0.0,6.0,5.0,5.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-07-17,0,1, +UM,25146,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,90,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-06-26,0.0,0.0,0.0,0.0,0.0,6.0,8.0,9.0,7.0,8.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2023-07-17,0,1,1 +WS,25147,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-11-06,0.0,4.0,2.0,6.0,0.0,,,,,,,,,,,,1,2023-08-07,0,, +WS,25147,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-07-24,0.0,4.0,2.0,5.0,0.0,,,,,,,,,,,,1,2023-08-07,0,,1 +UM,25148,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-10-16,0.0,4.0,0.0,4.0,0.0,,,,,,,,,,,,0,2023-07-10,0,1, +UM,25148,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-03,0.0,3.0,0.0,3.0,0.0,3.0,4.0,6.0,2.0,3.0,4.0,0.0,0.0,0.0,0.0,3.0,0,2023-07-10,0,1,1 +UM,25149,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-10-16,0.0,3.0,0.0,4.0,0.0,,,,,,,,,,,,1,2023-07-10,0,2, +UM,25149,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-26,1.0,4.0,1.0,4.0,0.0,,,,,,,,,,,,1,2023-07-10,0,2,1 +UM,25150,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-10-23,0.0,4.0,0.0,4.0,0.0,,,,,,,,,,,,1,2023-07-31,0,1, +UM,25150,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-07-17,1.0,5.0,0.0,7.0,0.0,,,,,,,,,,,,1,2023-07-31,0,1,1 +WS,25152,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-11,0.0,0.0,0.0,0.0,0.0,0.0,4.0,4.0,2.0,5.0,3.5,0.0,0.0,0.0,0.0,0.0,0,2023-06-26,0,, +WS,25152,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-26,0.0,0.0,0.0,2.0,0.0,0.0,4.0,4.0,0.0,4.0,0.0,0.0,0.0,0.0,0.0,4.0,0,2023-06-26,0,,1 +UM,25153,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-10-30,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-08-07,0,2, +UM,25153,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-03,0.0,0.0,0.0,0.0,0.0,4.0,3.5,3.0,5.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-08-07,0,2,1 +UM,25154,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,210,,210,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,2024-01-15,0.0,0.0,0.0,0.0,0.0,3.5,4.0,4.0,3.0,2.0,1.5,0.5,0.5,0.0,0.5,0.5,0,2023-10-16,0,1, +UM,25154,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,190,190,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,2023-07-03,0.0,0.0,0.0,2.0,0.0,3.0,5.0,7.0,3.0,2.0,1.5,0.0,0.0,0.0,0.0,0.0,0,2023-10-16,0,1,1 +UM,25157,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,2023-10-30,0.0,0.0,0.0,0.0,0.0,2.0,4.0,5.0,1.0,5.0,3.0,0.0,0.0,0.0,0.0,2.0,0,2023-07-31,0,2, +UM,25157,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-17,1.0,0.0,1.0,0.0,0.0,0.0,3.0,2.0,4.0,7.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2023-07-31,0,2,1 +UM,25158,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,2023-10-23,3.0,3.0,0.0,3.0,0.0,5.0,5.0,5.0,5.0,5.0,7.0,0.0,0.0,0.0,2.0,7.0,0,2023-07-31,0,2, +UM,25158,V1,1,1,1,1,0,0,0,0,0,0,0,0,3,120,,na,1,1,1,1,1,na,na,1,na,na,1,1,0,na,na,2023-07-17,,,,,,,,,,,,,,,,,0,2023-07-31,0,2,1 +UM,25160,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,220,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-27,0.0,0.0,0.0,0.0,0.0,2.0,4.0,6.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-08-21,0,2, +UM,25160,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-07,0.0,0.0,0.0,0.0,0.0,0.0,4.0,7.0,2.0,4.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2023-08-21,0,2,1 +UM,25161,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,2024-01-01,0.0,6.0,0.0,5.5,1.0,3.5,4.0,4.5,5.0,8.0,8.5,0.5,0.5,0.0,0.0,5.5,0,2023-10-09,1,2, +UM,25161,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,110,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-14,0.0,5.0,0.0,5.0,0.0,,,,,,,,,,,,0,2023-10-09,0,2,1 +UM,25162,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,250,,250,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,2023-11-27,0.0,0.0,0.0,0.0,0.0,3.0,4.0,5.0,2.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,1,2023-08-21,0,2, +UM,25162,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-14,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-08-21,0,2,1 +UM,25164,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,100,,100,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,2023-11-27,0.0,0.0,1.0,0.0,0.0,3.0,2.0,2.0,6.0,8.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2023-08-21,0,2, +UM,25164,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-08-14,0.0,1.0,1.0,1.0,0.0,6.0,7.0,8.0,5.0,7.0,9.0,0.0,0.0,1.0,0.0,1.0,0,2023-08-21,0,2,1 +UM,25167,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,0,na,0,1,na,1,1,1,0,0,0,2023-11-13,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-08-28,,2, +UM,25167,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-08-14,0.0,0.0,0.0,0.0,0.0,0.0,4.0,7.0,4.0,8.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-08-28,0,2,1 +UM,25168,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,240,,240,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-08-14,0.0,0.0,0.0,0.0,0.0,0.0,5.0,6.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-09-04,0,2,1 +UM,25169,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,260,,260,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-12-18,0.0,0.0,0.0,0.0,0.0,1.0,2.0,4.0,0.0,1.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-02,0,1, +UM,25169,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,2023-09-18,0.0,0.0,0.0,0.0,0.0,3.0,4.0,5.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-02,0,1,1 +UM,25170,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,0,1,na,1,1,1,0,0,0,2023-12-04,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-09-11,0,2, +UM,25170,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,0,na,0,1,na,1,1,1,0,0,0,2023-09-04,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-09-11,0,2,1 +UM,25171,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,80,80,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,2024-01-22,0.0,0.0,0.0,0.0,0.0,8.0,8.0,6.0,9.0,9.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-16,0,1, +UM,25171,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-28,2.0,0.0,2.0,0.0,0.0,4.0,7.0,7.0,3.0,6.0,3.0,0.0,0.0,0.0,0.0,1.0,0,2023-10-16,0,1,1 +UM,25172,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,220,180,180,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2024-02-05,0.0,0.0,0.0,1.0,0.0,0.0,0.5,0.5,0.5,0.0,0.0,0.0,0.0,0.0,1.0,1.0,0,2023-11-13,1,2, +UM,25172,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,0,na,0,1,na,1,1,1,0,0,0,2023-11-06,5.0,6.0,3.0,5.0,0.0,,,,,,,,,,,,0,2023-11-13,0,2,1 +UM,25175,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-12-04,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-09-04,0,2, +UM,25175,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-09-04,0.0,1.0,0.0,1.0,0.0,,,,,,,,,,,,1,2023-09-04,0,2,1 +UM,25177,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,0,1,na,1,1,1,0,0,0,2023-12-18,0.0,2.0,0.0,1.0,0.0,,,,,,,,,,,,1,2023-09-18,0,2, +UM,25177,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-11,0.0,2.0,0.0,2.0,0.0,,,,,,,,,,,,1,2023-09-18,0,2,1 +UM,25180,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,180,240,240,1,1,1,1,0,0,0,0,0,1,0,1,0,0,0,2024-01-15,0.0,0.0,0.0,0.0,0.0,2.5,2.0,2.0,0.5,0.5,0.5,0.0,0.0,0.0,0.0,0.0,0,2023-10-09,0,2, +UM,25180,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,240,240,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-18,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.5,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-09,0,2,1 +UM,25182,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,230,,230,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,2024-01-29,0.0,0.0,0.0,0.0,0.0,4.0,5.5,3.5,1.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-09,0,2, +UM,25182,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,230,,230,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,2023-10-02,0.0,0.0,0.0,0.0,0.0,2.0,8.5,8.0,2.5,2.5,2.5,0.0,0.0,0.0,0.0,0.0,0,2023-10-09,0,2,1 +UM,25183,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,105,140,140,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-12-18,0.0,0.0,0.0,0.0,0.0,2.0,5.0,3.0,3.0,4.0,2.0,0.0,0.0,0.0,0.0,1.0,0,2023-10-02,0,1, +UM,25183,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-25,0.0,1.0,1.0,1.0,1.0,3.0,4.0,5.0,1.0,2.0,3.0,0.0,1.0,1.0,0.0,1.0,0,2023-10-02,0,1,1 +UM,25188,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-10-09,3.0,3.0,3.0,4.0,0.0,,,,,,,,,,,,1,2023-10-16,0,1,1 +UM,25193,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,120,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,0,2024-02-12,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-11-27,0,2, +UM,25193,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-10-16,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-11-27,0,2,1 +UM,25194,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,2024-02-19,2.0,1.0,3.0,1.0,0.0,5.0,5.0,5.0,5.0,5.0,5.0,0.0,0.0,0.0,3.0,1.0,0,2023-11-20,0,1, +UM,25194,V1,1,1,1,1,1,1,0,0,1,1,0,0,3,150,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-16,0.0,1.0,0.0,2.0,0.0,7.0,8.0,10.0,,,,,,,,,0,2023-11-20,0,1,1 +UM,25195,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,170,190,190,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,2024-01-22,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,3.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-30,0,2, +UM,25195,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,230,230,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-10-16,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-30,0,2,1 +UM,25196,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,140,140,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,2024-03-04,0.0,0.0,0.0,0.0,0.0,0.0,4.0,5.0,0.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-11,0,2, +UM,25196,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-06,1.0,2.0,1.0,2.0,0.0,8.0,9.0,9.5,6.5,8.0,9.0,0.0,0.0,0.0,4.0,2.0,0,2023-12-11,0,2,1 +UM,25198,V3,1,1,1,1,0,0,0,0,0,0,0,0,2,170,,na,1,1,1,1,0,na,na,1,na,na,1,1,0,na,na,2024-01-22,0.0,0.0,,,,,,,,,,,,,,,0,2023-10-23,0,2, +UM,25198,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,2023-10-16,0.0,1.0,0.0,0.0,0.0,5.0,3.0,1.0,5.0,3.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-23,0,2,1 +WS,25199,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,130,130,1,1,1,1,1,0,0,1,1,1,0,1,0,0,0,2024-02-26,0.0,0.0,1.0,1.0,1.0,4.0,8.0,7.0,4.0,5.0,4.0,0.0,0.0,0.0,0.0,1.0,0,2023-11-20,0,, +WS,25199,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-23,0.0,0.0,1.0,0.0,0.0,6.0,7.0,4.0,5.0,6.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-20,0,,1 +WS,25200,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,180,180,1,1,1,1,0,0,0,1,1,1,0,1,0,0,0,2024-02-26,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,3.0,2.0,2.0,0.0,0.0,0.0,7.0,0.0,0,2023-11-20,0,, +WS,25200,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,170,170,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-11-13,3.0,0.0,3.0,0.0,0.0,3.0,4.0,3.5,2.0,3.0,3.0,0.0,0.0,0.0,3.0,0.0,0,2023-11-20,0,,1 +WS,25203,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-10-30,1.0,5.0,0.0,4.5,0.0,,,,,,,,,,,,1,2023-11-13,0,,1 +WS,25213,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,0,0,2023-11-27,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-12-04,0,,1 +WS,25214,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,100,70,na,1,1,1,1,1,na,0,1,na,1,0,1,0,0,0,2024-02-19,1.0,1.0,2.0,2.0,0.0,,,,,,,,,,,,0,2023-11-20,0,, +WS,25214,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,80,60,na,1,1,1,1,1,na,0,1,na,1,1,1,0,0,0,2023-11-13,2.0,3.0,3.0,5.0,0.0,,,,,,,,,,,,0,2023-11-20,0,,1 +UM,25215,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,220,140,140,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-04-01,0.0,0.0,0.0,0.0,0.0,3.0,3.0,4.0,3.0,3.0,7.0,,,,,,0,2023-12-18,0,1, +UM,25215,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,300,,300,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-11-20,0.0,0.0,0.0,0.0,0.0,1.0,0.5,0.5,,,,0.0,0.0,0.0,0.0,0.0,0,2023-12-18,0,1,1 +UM,25216,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,110,,na,1,1,1,1,1,na,0,1,na,1,1,1,0,0,0,2023-11-20,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2024-02-26,0,1,1 +WS,25217,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,160,160,1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,2024-01-08,1.0,0.0,0.0,0.0,0.0,3.0,1.5,1.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-15,0,,1 +UM,25219,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,2024-04-08,0.0,2.0,0.0,0.0,0.0,2.0,2.0,2.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2024-04-15,0,2,1 +UM,25220,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,170,,na,1,1,1,0,1,na,1,1,na,1,1,1,0,1,1,2023-12-04,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2024-01-08,0,1,1 +WS,25221,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,140,140,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-03-25,0.0,2.0,0.0,2.0,0.0,2.0,6.0,6.0,3.0,6.0,7.0,0.0,0.0,0.0,2.0,3.0,0,2023-12-18,0,, +WS,25221,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,110,,110,1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,2023-12-04,0.0,5.0,0.0,7.0,0.0,4.0,7.0,7.0,4.0,8.0,8.0,0.0,0.0,0.0,4.0,8.0,0,2023-12-18,0,,1 +WS,25222,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,0,0,na,0,0,0,0,0,0,2024-03-11,0.0,1.0,0.0,3.0,0.0,,,,,,,,,,,,1,2023-12-04,0,, +WS,25222,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,1,1,na,1,0,1,0,1,1,2023-11-27,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-12-04,0,,1 +UM,25223,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,110,110,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,2024-01-08,0.0,0.0,0.0,0.0,0.0,0.0,2.0,2.0,0.0,2.5,2.5,0.0,0.0,0.0,0.0,0.0,0,2024-01-08,0,2,1 +WS,25225,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,140,140,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,2024-03-11,0.0,0.0,0.0,0.0,0.0,0.0,5.0,8.0,0.0,4.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-11,0,, +WS,25225,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-12-11,3.0,4.5,5.0,6.0,0.0,3.5,4.0,5.5,3.0,4.5,7.0,4.0,4.0,4.0,6.0,5.0,0,2023-12-11,0,,1 +UM,25228,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,0,1,na,1,1,na,1,0,1,0,1,0,2024-02-12,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2024-02-19,0,1,1 +UM,25229,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,190,,na,1,1,1,0,1,na,0,1,na,1,1,1,0,0,0,2023-12-18,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2024-01-08,0,2,1 +UM,25230,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,240,250,250,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,2024-02-19,0.0,0.0,0.0,0.0,0.0,0.0,4.5,7.0,0.5,4.0,3.0,0.0,0.0,0.0,0.0,0.5,0,2024-03-18,0,2,1 +UM,25231,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,0,1,na,1,1,1,0,0,0,2023-12-18,0.0,0.0,0.0,0.5,0.0,,,,,,,,,,,,1,2023-12-25,0,2,1 +UM,25234,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,300,,300,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-03-18,0.0,1.0,0.0,1.0,0.0,6.0,,,,,,0.0,0.0,0.0,0.0,1.0,0,2024-01-01,0,2, +UM,25234,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,261,190,190,1,1,1,0,1,0,0,1,1,1,1,0,0,0,0,2023-12-11,4.0,0.0,3.0,0.0,0.0,6.0,4.0,3.0,3.0,3.0,3.0,0.0,0.0,0.0,3.0,2.0,0,2024-01-01,0,2,1 +UM,25235,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,215,215,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2024-01-01,0.0,0.0,0.0,0.0,0.0,1.5,3.5,5.5,1.5,1.5,1.5,0.0,0.0,0.0,0.0,0.0,0,2024-01-08,1,1,1 +UM,25236,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,140,140,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,2024-03-11,0.0,0.0,0.0,0.0,0.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-18,0,2, +UM,25236,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-12-11,0.0,0.0,1.0,1.0,0.0,7.0,5.0,3.0,4.0,2.0,0.0,0.0,0.0,0.0,1.0,1.0,0,2023-12-18,0,2,1 +UM,25237,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-08,2.0,4.0,2.0,3.0,0.0,2.0,5.0,8.0,1.0,4.0,6.0,0.0,0.0,0.0,0.0,4.0,0,2024-01-15,0,2,1 +UM,25242,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,91,110,110,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,2024-04-08,0.0,1.0,0.0,1.0,0.0,4.0,5.0,6.0,6.0,6.0,7.0,1.0,1.0,1.0,1.0,1.0,0,2024-01-08,0,2, +UM,25242,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,150,150,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-01,4.0,1.0,3.0,1.0,0.0,2.0,4.0,7.0,3.0,6.0,7.0,2.0,2.0,2.0,2.0,1.0,0,2024-01-08,0,2,1 +UM,25244,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,0,1,na,0,1,na,1,1,1,0,0,0,2024-01-15,2.0,4.0,2.0,4.0,0.0,,,,,,,,,,,,1,2024-01-29,0,2,1 +UM,25245,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,160,160,1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,2024-01-15,0.0,0.0,0.0,0.0,0.0,2.0,3.0,4.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-22,0,1,1 +UM,25248,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,210,210,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-08,2.0,2.0,0.0,1.0,0.0,5.0,2.0,3.0,3.0,2.0,1.0,0.0,0.0,0.0,0.0,1.0,0,2024-01-15,0,2,1 +UM,25249,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,2024-01-08,0.0,2.0,2.0,0.0,3.0,2.0,5.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,2.0,0,2024-01-15,1,1,1 +UM,25254,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,143,,143,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-15,0.0,0.0,0.0,0.0,0.0,0.0,7.0,8.0,1.0,7.0,8.0,0.0,0.0,0.0,1.0,1.0,0,2024-01-15,0,2,1 +UM,25257,V3,1,1,1,1,0,0,0,0,0,0,0,0,2,230,,na,1,1,1,0,1,na,na,1,na,na,0,1,0,na,na,2024-04-08,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2024-01-15,0,2, +UM,25257,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,,180,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,2024-01-08,5.0,0.0,6.0,4.0,0.0,6.0,6.5,7.0,5.0,6.0,7.0,0.0,0.0,0.0,0.0,6.0,0,2024-01-15,0,1,1 +UM,25259,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,0,na,0,1,na,1,0,1,0,0,0,2024-01-29,8.0,10.0,8.0,10.0,0.0,,,,,,,,,,,,0,2024-01-29,0,2,1 +UM,25261,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,0,na,0,1,na,1,0,1,0,0,0,2024-01-29,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2024-01-29,0,2,1 +WS,25265,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,240,210,210,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-22,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,3.5,2.5,2.5,0.0,0.0,0.0,0.0,0.0,0,,0,,1 +UM,25266,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,0,1,1,1,1,1,1,0,1,0,0,1,2024-02-05,0.0,0.0,0.0,0.0,0.0,5.0,5.0,4.0,1.5,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2024-02-05,0,2,1 +UM,25267,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,110,,na,1,1,1,0,1,na,1,1,na,1,0,1,0,1,1,2024-02-12,0.0,1.0,0.0,1.5,0.0,,,,,,,,,,,,0,2024-02-19,0,2,1 +UM,25268,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,0,na,0,1,na,1,0,1,0,0,0,2024-02-05,2.0,2.0,3.0,3.0,0.0,,,,,,,,,,,,1,2024-02-05,0,2,1 +WS,25271,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,2024-02-12,0.0,2.0,1.0,2.0,1.0,3.0,5.0,5.0,3.0,4.0,4.0,1.0,1.0,1.0,0.0,1.0,0,2024-02-19,0,,1 +WS,25272,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,80,60,na,1,1,1,0,1,na,1,1,na,1,0,1,0,1,1,2024-02-05,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2024-02-12,0,,1 +WS,25273,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,2024-02-05,0.0,0.0,0.0,0.0,0.0,2.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2024-02-05,0,,1 +UM,25275,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,230,230,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,2024-02-19,0.0,1.0,0.0,2.0,0.0,3.0,5.0,5.0,2.0,3.0,1.0,0.0,0.0,0.0,0.0,7.0,0,2024-02-26,0,1,1 +UM,25276,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,0,1,na,1,1,na,1,0,1,0,0,0,2024-03-18,7.0,7.0,6.0,7.0,0.0,,,,,,,,,,,,0,2024-03-25,1,2,1 +WS,25277,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,170,170,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,2024-02-05,0.0,0.0,0.0,0.0,0.0,6.0,4.0,6.0,1.0,3.0,4.0,0.0,1.0,2.0,0.0,0.0,0,2024-02-12,0,,1 +UM,25278,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,0,na,0,1,na,1,0,1,0,0,0,2024-02-26,0.5,0.0,0.5,0.0,0.0,,,,,,,,,,,,1,2024-02-26,0,1,1 +UM,25280,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,160,160,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,2024-03-04,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,4.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2024-04-01,0,2,1 +UM,25281,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,80,,na,1,1,1,0,0,na,0,1,na,1,0,1,0,0,0,2024-02-19,0.0,0.0,1.0,2.0,0.0,,,,,,,,,,,,0,2024-03-18,0,2,1 +WS,25285,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,120,100,na,1,1,1,0,1,na,1,1,na,1,0,1,0,0,1,2024-03-04,5.0,0.0,3.0,0.0,0.0,7.0,,,,,,3.0,3.0,3.0,7.0,0.0,0,2024-03-11,0,,1 +UM,25286,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,250,,250,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,2024-03-04,0.0,3.0,0.0,3.0,0.0,3.5,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.0,0,2024-03-04,0,1,1 +UM,25287,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-04-01,0.0,0.0,2.0,2.0,0.0,6.0,4.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2024-04-15,0,2,1 +UM,25289,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,270,300,300,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-03-18,0.0,0.0,0.0,0.0,0.0,3.0,2.0,3.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2024-04-01,0,2,1 +UM,25293,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,1,1,na,1,0,1,0,0,0,2024-04-01,0.0,0.0,0.0,2.0,0.0,,,,,,,,,,,,1,2024-04-08,0,2,1 +UM,25294,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,240,250,250,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-03-25,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,2.0,0,2024-04-01,0,2,1 +UM,25295,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,100,100,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-03-18,0.0,0.0,0.0,0.0,0.0,3.0,2.5,3.0,4.0,3.0,4.5,0.5,0.5,0.5,0.0,0.5,0,2024-03-25,1,2,1 +SH,25307,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,2024-04-08,0.0,3.0,0.0,3.0,0.0,3.0,3.0,4.0,1.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2024-04-15,0,,1 +SH,25309,V1,1,0,1,0,1,0,1,0,1,0,1,0,2,80,,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,na,0.0,0.0,0.0,3.5,0.0,7.0,8.0,8.0,9.0,10.0,10.0,0.0,0.0,0.0,0.0,4.5,0,2024-04-22,0,,1 +UM,20004,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,2021-10-18,0.0,0.0,0.0,0.0,0.0,0.0,4.0,5.0,0.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2021-07-12,,2, +UM,20004,V1,1,1,1,1,1,1,1,1,1,1,1,1,,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-07-12,0.0,0.0,0.0,0.0,3.5,4.0,4.5,4.0,2.0,2.0,2.0,,,,0.0,0.0,0,2021-07-12,,2,1 +UM,20007,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,260,,260,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-11-01,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2021-08-09,,2, +UM,20007,V1,1,1,1,1,1,1,1,1,1,1,1,1,,310,400,400,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-08-02,0.0,0.0,0.0,0.0,1.0,1.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2021-08-09,,2,1 +UM,20009,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-08-16,0.0,0.0,0.0,0.0,4.0,4.0,4.0,4.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2021-08-30,,1,1 +UM,20012,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,105,,105,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-08-30,0.0,0.0,0.0,0.0,5.0,5.0,5.0,5.0,,,,,,,,,0,2021-09-13,,2,1 +UM,20013,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2021-11-08,0.0,2.0,0.0,2.0,,,,,,,,,,,,,1,2021-08-16,1,2, +UM,20013,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2021-08-09,0.0,0.0,0.0,0.0,,,,,,,,,,,0.0,0.0,1,2021-08-16,,2,1 +UM,20016,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,80,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2021-11-15,0.0,0.0,0.0,0.0,0.0,3.0,7.0,10.0,,,,2.0,2.0,2.0,0.0,0.0,0,2021-08-23,2,2, +UM,20016,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-08-09,0.0,0.0,0.0,0.0,4.0,4.0,7.0,8.0,,,,2.0,2.0,1.0,0.0,0.0,0,2021-08-23,,2,1 +UM,20017,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,250,260,260,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-01-10,0.0,0.0,0.0,0.0,0.0,2.0,4.0,6.0,0.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2021-09-27,1,1, +UM,20017,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-09-13,0.0,0.0,0.0,0.0,4.0,2.0,3.0,5.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2021-09-27,,1,1 +UM,20018,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,170,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-01-03,0.0,0.0,0.0,0.0,0.0,2.0,5.0,7.0,2.0,5.0,6.0,2.0,5.0,6.0,0.0,0.0,0,2021-09-27,1,2, +UM,20018,V1,1,1,1,1,1,1,0,0,1,1,0,0,2,230,,230,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-08-30,0.0,0.0,0.0,0.0,5.0,1.0,5.0,,,,,,,,,,0,2021-09-27,,2,1 +UM,20019,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,250,250,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-01-17,0.0,0.0,0.0,1.0,0.0,0.0,1.5,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0,2021-10-11,1,1, +UM,20019,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,145,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-09-20,0.0,0.0,0.0,0.0,4.0,0.0,0.0,0.0,0.0,1.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2021-10-11,,1,1 +UM,20020,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,250,,250,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-09-13,0.0,0.0,0.0,0.0,5.0,5.0,6.0,5.0,6.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2021-10-18,,1,1 +UM,20021,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,2022-01-10,0.0,0.0,0.0,0.0,0.0,5.0,6.0,5.0,2.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2021-10-04,1,1, +UM,20021,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-09-27,0.0,5.0,0.0,2.0,3.5,3.0,2.0,2.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,0,2021-10-04,,1,1 +UM,20022,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2021-10-04,0.0,0.0,0.0,0.0,,,,,,,,,,,,,1,2021-10-11,,1,1 +UM,20023,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-01-10,0.0,0.0,0.0,1.0,0.0,,,,,,,,,,,,1,2021-10-04,1,1, +UM,20023,V1,1,1,1,1,0,0,0,0,1,1,1,1,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2021-09-27,0.0,0.0,0.0,0.0,,,,,,,,,,,0.0,0.0,1,2021-10-04,,1,1 +UM,20024,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2021-09-20,0.0,1.0,0.0,1.0,,,,,,,,,,,0.0,0.0,1,2021-10-11,,1,1 +UM,20025,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,190,190,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2022-01-17,0.0,0.0,0.0,0.0,0.0,5.0,5.0,5.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-10-11,0,2, +UM,20025,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,135,155,155,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-10-04,0.0,0.0,0.0,0.0,0.0,3.5,3.5,3.5,2.0,3.0,3.0,0.0,0.0,0.0,0.0,2.0,0,2021-10-11,,2,1 +UM,20026,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,155,155,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-01-24,0.0,0.0,0.0,0.0,0.0,3.0,5.0,6.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-10-25,0,1, +UM,20026,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,118,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-10-18,0.0,0.0,0.0,0.0,0.0,2.5,4.0,5.5,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-10-25,,1,1 +UM,20027,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,210,210,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-02-14,0.0,4.0,0.0,4.0,0.0,3.0,4.0,5.0,2.0,3.0,4.0,1.0,1.5,1.5,0.0,4.0,0,2021-11-01,0,1, +UM,20027,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,185,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-10-18,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,2.5,2.5,2.5,1.0,0.5,0.0,0.0,0.5,0,2021-11-01,,1,1 +UM,20028,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2021-10-18,0.0,5.0,0.0,0.0,,,,,,,,,,,,,1,2021-10-25,,2,1 +UM,20029,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,170,170,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,2022-02-07,0.0,0.0,0.0,0.0,1.0,5.0,6.0,6.0,4.0,3.0,7.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-01,1,1, +UM,20029,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-10-25,0.0,0.0,0.0,3.5,0.0,5.0,5.0,5.0,7.0,7.0,7.0,0.0,0.0,0.0,0.0,3.0,0,2021-11-01,,1,1 +UM,20030,V3,1,1,1,1,1,1,1,1,1,1,0,0,2,260,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-02-21,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,1.0,1.0,1.0,,,,,,0,2021-11-22,0,1, +UM,20030,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-11-08,0.0,0.0,0.0,0.0,0.0,6.0,4.0,6.0,1.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-22,0,2,1 +UM,20031,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,4.0,7.0,4.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2021-12-06,1,2, +UM,20031,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,230,230,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,4.0,5.0,7.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2021-12-06,1,2,1 +UM,20033,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,0,1,2022-03-28,1.0,5.0,1.0,4.0,,,,,,,,,,,,,0,2021-12-20,0,2, +UM,20033,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,73,123,123,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-11-15,0.0,4.0,0.0,5.0,0.0,4.0,5.0,6.0,4.0,5.0,6.0,0.0,0.0,0.0,0.0,5.0,0,2021-12-20,1,2,1 +UM,20034,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-11-22,0.0,0.0,0.0,0.0,4.0,1.0,3.0,3.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-22,1,1,1 +UM,20035,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,131,,131,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-11-15,0.0,0.0,0.0,0.0,0.0,3.0,5.0,6.0,,,,0.0,0.0,0.0,0.0,0.0,0,2021-11-15,1,2,1 +UM,20036,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,250,,250,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-02-28,0.0,0.0,0.0,1.0,0.0,5.0,6.0,7.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-22,1,1, +UM,20036,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-11-22,0.0,3.0,0.0,3.0,0.0,3.0,3.5,4.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,3.0,0,2021-11-22,1,1,1 +UM,20037,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-05-16,0.0,0.5,0.0,1.0,,,,,,,,,,,,,1,2022-01-31,1,1, +UM,20037,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2021-12-13,0.0,2.0,0.0,2.0,,,,,,,,,,,,,1,2022-01-31,1,1,1 +UM,20038,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,230,230,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-02-14,1.0,1.0,4.0,0.0,0.0,3.0,5.0,6.0,2.0,2.0,3.0,0.0,0.0,0.0,4.0,0.0,0,2021-11-29,1,1, +UM,20038,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,210,220,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-11-22,0.0,0.0,0.0,0.0,0.0,1.0,2.0,2.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2021-11-29,1,1,1 +UM,20040,V1,1,1,1,1,0,0,0,0,1,1,0,0,1,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-01-10,0.0,0.0,0.0,0.0,,,,,,,,,,,,,1,2022-01-10,0,1,1 +UM,20041,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-03-21,0.0,1.0,0.0,1.0,0.0,2.0,5.0,6.0,4.0,4.0,3.0,1.0,1.0,1.0,1.0,2.0,0,2021-12-13,0,2, +UM,20041,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,250,,250,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-12-06,8.0,0.0,7.0,0.0,0.0,5.0,6.5,6.0,2.0,2.0,2.0,0.0,0.0,0.0,4.0,0.0,0,2021-12-13,1,2,1 +UM,20042,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2022-04-04,0.0,1.0,0.0,1.0,,,,,,,,,,,,,0,2021-12-20,1,1, +UM,20042,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-12-13,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,5.0,7.0,4.0,4.0,4.0,4.0,0.0,5.0,0,2021-12-20,1,1,1 +UM,20043,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,175,,175,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-12-13,0.0,4.0,0.0,0.0,0.0,5.0,4.5,4.0,4.5,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2021-12-13,,1,1 +UM,20045,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,310,330,330,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-01-03,0.0,2.0,0.0,0.0,1.0,4.0,5.0,4.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,2.0,0,2022-01-24,0,1,1 +UM,20046,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-04-18,4.0,7.0,4.0,6.0,0.0,4.0,6.0,6.0,,,,4.0,4.0,4.0,7.0,7.0,0,2022-01-17,0,1, +UM,20046,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-01-03,1.5,6.5,0.0,5.0,0.0,4.0,6.0,10.0,5.0,10.0,,0.0,0.0,0.0,3.0,8.0,0,2022-01-17,1,1,1 +UM,20047,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-04-04,0.0,0.0,0.0,0.0,0.0,2.5,3.5,4.5,2.0,2.5,2.5,0.0,0.0,0.0,0.0,0.0,0,2022-01-03,2,2, +UM,20047,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2021-12-20,0.0,0.0,0.0,0.0,0.0,2.0,2.5,3.5,2.0,2.5,2.5,0.0,0.0,0.0,0.0,0.0,0,2022-01-03,1,1,1 +UM,20049,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-04-18,0.0,1.0,0.0,2.0,1.5,4.0,6.0,7.0,4.5,4.0,6.0,2.0,3.0,3.0,0.0,4.0,0,2022-01-17,0,1, +UM,20049,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,220,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-01-03,0.0,0.0,0.0,0.0,0.0,6.0,8.0,9.5,7.0,5.0,8.0,1.0,1.0,1.0,0.0,1.0,0,2022-01-17,,1,1 +UM,20050,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,80,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-04-25,0.0,5.0,3.0,5.0,0.0,5.0,7.0,10.0,4.0,8.0,10.0,3.0,3.0,3.0,4.0,6.0,0,2021-12-27,1,1, +UM,20050,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,78,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2021-12-13,0.0,3.0,0.0,3.0,,,,,,,,,,,,,0,2021-12-27,0,1,1 +UM,20051,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,110,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2022-04-11,0.0,0.0,0.0,0.0,,,,,,,,,,,,,0,2022-01-17,1,1, +UM,20051,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-01-10,0.0,0.0,0.0,0.0,0.0,3.5,2.5,5.0,4.0,4.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2022-01-17,1,1,1 +UM,20052,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2021-12-20,0.0,0.0,0.0,0.0,0.0,4.0,3.0,3.0,2.0,1.0,0.5,0.0,0.0,0.0,0.0,0.0,0,,,1,1 +UM,20056,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-04-11,0.0,1.0,0.0,1.0,0.0,4.0,5.0,4.0,,,,1.0,1.0,1.0,0.0,1.0,0,2022-01-10,1,1, +UM,20056,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-01-03,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,1.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-01-10,1,1,1 +UM,20057,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,100,90,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-05-16,0.0,2.0,0.0,1.0,0.0,5.0,5.0,4.0,,,,1.0,1.0,1.0,0.0,2.0,0,2022-01-31,1,1, +UM,20057,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-01-10,0.0,0.0,0.0,0.0,0.0,5.0,5.0,5.0,5.0,6.0,6.0,2.0,2.0,2.0,0.0,0.0,0,2022-01-31,1,1,1 +UM,20058,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-01-17,0.0,0.0,0.0,0.0,0.0,2.0,5.0,8.0,1.0,3.0,5.0,1.0,1.0,1.0,0.0,0.0,0,2022-02-21,1,1,1 +UM,20059,V3,1,1,1,1,1,1,0,0,1,1,1,1,3,100,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-06-13,0.0,0.0,0.0,0.0,0.0,3.0,6.0,9.0,,,,0.0,0.0,0.0,0.0,0.0,0,2022-03-14,0,1, +UM,20059,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,80,80,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,2022-01-24,1.0,2.0,1.0,2.0,0.0,3.0,6.0,8.0,3.5,7.0,9.0,0.0,0.0,0.0,1.0,2.0,0,2022-03-14,1,1,1 +UM,20061,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-06-20,0.0,0.0,0.0,0.0,,,,,,,,,,,0.0,0.0,0,2022-03-14,1,2, +UM,20061,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-02-21,0.0,0.0,0.0,0.0,0.0,3.0,6.0,8.0,,,,2.0,2.0,2.0,0.0,0.0,0,2022-03-14,1,2,1 +UM,20062,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-05-02,0.0,0.0,0.0,0.0,0.0,3.0,3.0,4.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-01-31,1,1, +UM,20062,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-01-24,0.0,0.0,0.0,0.0,0.0,3.0,3.0,5.0,2.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-01-31,1,1,1 +WS,20064,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-05-30,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,3.0,1.5,0.0,0.0,0.0,0.0,0.0,0,2022-02-21,1,, +WS,20064,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,170,170,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2022-02-14,0.0,0.0,0.0,0.0,0.0,0.0,5.0,3.0,0.0,4.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-02-21,1,,1 +UM,20066,V1,1,1,1,1,1,1,0,0,1,1,0,0,3,190,260,260,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-02-07,6.0,8.0,6.0,8.0,0.0,2.0,6.0,9.0,,,,,,,,,0,2022-02-07,1,2,1 +UM,20067,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,300,380,380,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-05-02,0.0,0.0,0.0,0.0,0.0,1.0,4.0,4.0,0.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-02-14,1,2, +UM,20067,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,340,400,400,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-02-07,0.0,0.0,0.0,0.0,0.0,2.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-02-14,1,2,1 +UM,20068,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,330,,330,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,2022-06-13,0.0,0.0,0.0,0.0,0.0,4.0,3.0,3.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-03-21,1,1, +UM,20068,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,250,,250,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-02-14,0.0,0.0,0.0,0.0,0.0,4.5,6.0,7.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-03-21,1,1,1 +UM,20071,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-06-06,0.0,0.0,0.0,0.0,,,,,,,,,,,,,1,2022-02-28,2,2, +UM,20071,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-02-21,1.0,3.0,3.0,3.0,,,,,,,,,,,,,1,2022-02-28,1,2,1 +UM,20072,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-03-21,0,1,1 +UM,20075,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-02-21,0.0,0.0,0.0,0.0,0.0,3.0,4.0,5.0,4.0,6.0,7.5,0.0,0.0,0.0,0.0,0.0,0,2022-03-14,1,2,1 +UM,20076,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,100,70,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-06-20,0.0,0.0,0.0,1.0,0.0,,,,,,,,,,,,0,2022-03-14,0,2, +UM,20076,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-03-07,0.0,0.0,0.0,0.0,0.0,6.0,5.5,6.0,7.0,5.5,5.5,0.0,0.0,0.0,0.0,0.0,0,2022-03-14,0,2,1 +UM,20077,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-07-25,0.0,0.0,0.0,0.0,0.0,0.0,4.0,5.0,3.0,4.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2022-04-11,1,2, +UM,20077,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-03-21,0.0,0.0,0.0,0.5,0.0,0.0,3.0,5.5,4.0,2.0,3.0,1.0,0.0,0.0,1.0,1.5,0,2022-04-11,1,2,1 +UM,20078,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-07-04,0.0,0.0,0.0,0.0,0.0,4.0,6.0,8.0,3.0,5.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2022-03-14,0,1, +UM,20078,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-03-14,0.0,0.0,0.0,0.0,0.0,7.0,5.0,7.0,5.0,5.0,6.0,0.0,0.0,0.0,0.0,2.0,0,2022-03-14,0,1,1 +UM,20081,V3,1,1,1,1,0,0,0,0,1,1,0,0,,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,0,0,2022-07-25,0.0,0.0,0.0,0.0,,,,,,,,,,,,,1,2022-04-04,,1, +UM,20081,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-04-04,0.0,0.0,0.0,1.0,,,,,,,,,,,,,1,2022-04-04,0,1,1 +UM,20084,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-07-25,0.0,0.0,0.0,0.0,0.0,3.0,4.0,3.0,3.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-04-18,1,2, +UM,20084,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-04-11,0.0,0.0,0.0,0.0,0.0,4.5,5.5,7.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-04-18,1,2,1 +UM,20088,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,125,,125,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-08-15,0.0,4.0,0.0,4.0,0.0,4.0,5.0,6.0,2.0,3.0,3.0,0.0,0.0,0.0,0.0,3.5,0,2022-05-16,1,2, +UM,20088,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,210,210,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-04-04,0.0,0.0,0.0,0.0,0.0,4.0,4.0,3.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-05-16,0,2,1 +UM,20090,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-07-11,0.0,0.0,0.0,0.0,0.0,3.5,3.5,3.5,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-04-11,1,2, +UM,20090,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-03-28,0.0,0.0,0.0,0.0,0.0,4.0,4.5,4.5,2.0,1.5,1.5,0.0,0.0,0.0,0.0,0.0,0,2022-04-11,1,2,1 +UM,20092,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-04-04,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-04-11,1,1,1 +UM,20094,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,270,,270,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-08-01,0.0,0.0,0.0,0.0,0.0,5.0,4.0,4.0,4.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-04-25,1,2, +UM,20094,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,240,,240,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-04-18,0.0,0.0,0.0,2.0,0.0,4.0,4.0,4.0,3.0,2.0,2.0,1.0,0.0,0.0,0.0,1.0,0,2022-04-25,1,2,1 +UM,20097,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-09-12,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-05-09,0,2, +UM,20097,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-04-25,0.0,0.0,0.0,0.0,,,,,,,,,,,,,1,2022-05-09,1,2,1 +UM,20098,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-07-18,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,2.0,3.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2022-04-25,1,1, +UM,20098,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-04-18,0.0,2.0,0.0,0.0,0.0,5.0,5.0,4.0,2.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-04-25,1,1,1 +UM,20099,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,80,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-05-09,0.0,2.0,0.0,2.0,0.0,1.0,2.0,2.0,0.0,2.0,2.0,0.0,0.0,0.0,0.0,2.0,0,2022-06-13,1,2,1 +WS,20100,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-05-09,1.0,4.0,1.0,0.0,1.0,3.0,4.0,4.0,,,,7.0,4.0,1.0,0.0,4.0,0,2022-05-16,0,,1 +UM,20101,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,145,185,185,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-08-15,0.0,3.0,0.0,3.0,0.0,3.0,6.0,7.5,4.0,4.0,5.0,0.0,0.0,0.0,0.0,3.0,0,2022-05-09,1,2, +UM,20101,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-05-02,0.0,3.0,0.0,4.0,0.0,4.0,8.0,8.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,6.0,0,2022-05-09,0,2,1 +UM,20102,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,270,,270,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-05-16,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,1.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-06-06,1,1,1 +UM,20104,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-05,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,4.0,3.5,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-05-30,1,1, +UM,20104,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-05-16,0.0,0.0,0.0,0.0,0.0,2.0,4.0,4.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-05-30,0,1,1 +UM,20105,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-05-23,4.0,5.0,4.0,5.0,0.0,,,,,,,,,,,,1,2022-05-23,1,1,1 +SH,20108,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-06-06,0.0,0.0,0.0,0.0,0.0,2.0,3.0,2.0,3.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-06-13,0,,1 +UM,20109,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,280,,280,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-01-16,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-03,1,2, +UM,20109,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,260,340,340,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-19,0.0,0.0,0.0,0.0,0.0,4.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-03,1,2,1 +WS,20112,V3,1,1,1,1,1,1,1,1,1,1,1,1,,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-03,0.0,0.0,0.0,0.0,0.0,0.0,6.0,7.0,2.0,4.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-06-20,1,, +WS,20112,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,230,230,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-06-13,0.0,0.0,0.0,3.5,0.0,4.0,4.0,4.5,2.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-06-20,0,,1 +UM,20116,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-05,1.0,0.0,0.0,0.0,0.0,4.0,5.0,7.0,3.0,4.0,6.0,1.0,1.0,0.0,0.0,0.0,1,2022-06-06,0,1, +UM,20116,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-06-06,2.0,2.0,0.0,0.0,0.0,,,,,,,,,,0.0,3.0,1,2022-06-06,1,1,1 +UM,20121,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-12,0.0,0.0,0.0,0.0,0.0,2.5,4.0,3.0,3.0,4.0,3.5,0.0,0.0,0.0,0.0,0.0,0,2022-06-20,1,2, +UM,20121,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-06-20,0.0,0.0,0.0,0.0,0.0,5.0,4.0,6.0,2.0,2.5,3.5,0.5,0.0,0.0,0.0,0.0,0,2022-06-20,1,2,1 +SH,20124,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,135,,135,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-09-26,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-07-04,2,, +SH,20124,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-06-20,0.0,0.0,0.0,0.0,0.0,3.0,3.5,4.0,2.0,2.0,2.5,0.0,0.0,0.0,0.0,0.0,0,2022-07-04,1,,1 +SH,20127,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-03,0.0,8.0,0.0,8.0,0.0,1.0,2.0,4.0,1.0,2.0,2.0,0.0,0.0,0.0,0.0,8.0,0,2022-07-11,0,, +SH,20127,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,220,,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-06-27,0.0,5.0,0.0,5.0,0.0,4.0,4.0,3.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,5.0,0,2022-07-11,0,,1 +UM,20128,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2022-10-10,0.0,5.0,0.0,5.0,,,,,,,,,,,,,0,2022-07-25,0,2, +UM,20128,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,60,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-07-18,0.0,4.0,0.0,4.0,0.0,2.0,2.0,2.0,5.0,5.0,6.0,0.0,0.0,0.0,0.0,,0,2022-07-25,,2,1 +UM,20130,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-06-27,0.0,5.0,,,,,,,,,,,,,0.0,5.0,0,2022-07-04,0,2,1 +WS,20132,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-17,0.0,0.0,0.0,1.0,0.0,0.0,2.0,4.0,0.0,3.0,4.0,0.0,2.0,1.0,4.0,3.0,0,2022-07-11,2,, +WS,20132,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-07-11,0.0,1.0,0.0,0.0,0.0,3.0,4.0,2.0,4.0,4.0,5.0,3.0,3.0,3.0,4.5,5.0,0,2022-07-11,1,,1 +UM,20133,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-07-04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.0,8.0,8.0,0.0,0.0,0.0,0.0,0.0,0,2022-07-11,0,1,1 +UM,20134,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-07-11,0.0,0.0,0.0,0.0,0.0,0.0,4.0,2.0,1.0,5.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2022-07-18,1,2,1 +SH,20135,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2022-10-10,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,2.0,4.0,6.0,2.0,1.0,0.0,0.0,0.0,0,2022-07-25,0,, +SH,20135,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-07-04,0.0,0.0,0.0,0.0,0.0,3.0,5.0,3.0,3.0,4.0,6.0,2.0,0.0,0.0,0.0,0.0,0,2022-07-25,1,,1 +UM,20136,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,140,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-07-18,0.0,0.0,0.0,3.0,0.0,5.0,5.0,5.0,6.0,6.0,6.0,0.0,0.0,0.0,0.0,4.0,0,2022-07-25,1,1,1 +SH,20138,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-24,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-08-01,0,, +SH,20138,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,350,,350,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-07-25,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-08-01,2,,1 +UM,20139,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,200,230,230,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-28,0.0,0.0,0.0,0.0,0.0,3.0,4.0,4.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-08-29,0,1, +UM,20139,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,171,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-08-08,0.0,4.0,0.0,3.0,0.0,2.0,3.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,3.0,0,2022-08-29,0,1,1 +UM,20142,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-07,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,2.0,2.5,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-08-08,0,1, +UM,20142,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,110,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-07-25,5.0,0.0,0.0,0.0,0.0,3.0,4.0,3.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-08-08,1,1,1 +UM,20143,V3,1,1,1,1,1,1,1,1,1,1,1,1,,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-31,1.0,0.0,1.0,0.0,0.0,4.0,3.0,4.0,3.5,3.5,4.0,0.0,0.0,0.0,0.5,0.0,0,2022-08-15,,1, +UM,20143,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-08-01,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,3.0,2.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-08-15,1,1,1 +SH,20146,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,105,,105,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,na,0.0,2.0,0.0,2.0,0.0,6.0,6.0,7.0,6.0,7.0,8.0,0.0,0.0,0.0,0.0,3.0,0,2022-09-12,0,, +SH,20146,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,135,135,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-08-22,0.0,5.0,0.0,5.5,0.0,5.0,6.0,7.0,4.0,6.0,7.5,0.0,0.0,0.0,0.0,5.5,0,2022-09-12,0,,1 +WS,20151,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,140,140,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-01-16,0.0,0.0,0.0,0.0,0.0,3.0,7.0,8.0,3.0,5.0,8.0,0.0,1.0,1.0,0.0,2.0,0,2022-10-03,0,, +WS,20151,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-05,0.0,1.0,0.0,2.0,0.0,5.0,7.0,9.0,4.0,4.0,4.0,0.0,0.0,1.0,0.0,2.0,0,2022-10-03,1,,1 +UM,20152,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-05,0.0,0.0,0.0,0.0,,,,,,,,,,,,,1,2022-09-12,1,1, +UM,20152,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-09-05,0.0,0.0,0.0,2.0,0.0,,,,,,,0.0,0.0,0.0,0.0,2.0,1,2022-09-12,1,1,1 +SH,20153,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,105,,105,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,6.0,6.5,8.0,4.0,5.0,7.0,3.0,6.0,4.0,0.0,0.0,0,2022-09-19,0,, +SH,20153,V1,1,1,1,1,1,1,1,1,1,1,1,1,,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-12,0.0,1.5,0.0,2.0,0.0,2.0,3.0,2.5,2.0,4.5,4.0,0.0,0.0,0.0,0.0,3.0,0,2022-09-19,0,,1 +SH,20154,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-12,0.0,2.0,0.0,3.5,0.0,3.0,5.0,7.0,1.0,0.0,0.0,0.0,0.0,1.0,0.0,5.5,0,2022-09-19,0,,1 +SH,20156,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,125,125,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,2.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-09-26,0,, +SH,20156,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,155,230,230,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-08-29,0.0,0.0,0.0,0.0,0.0,1.0,5.0,9.0,1.0,3.0,3.0,0.0,0.0,0.0,0.0,2.0,0,2022-09-26,0,,1 +SH,20159,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,103,,103,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,na,0.0,2.0,0.0,2.0,0.0,0.0,0.0,0.0,1.0,4.0,7.0,0.0,0.0,0.0,1.0,0.5,0,2022-10-10,0,, +SH,20159,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-19,0.0,0.5,0.0,0.0,0.0,4.0,5.0,4.0,4.0,5.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-10,0,,1 +UM,20162,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,205,235,235,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-02-06,0.0,0.0,0.0,0.0,0.0,5.0,0.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-07,0,1, +UM,20162,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,260,,260,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-24,0.0,1.0,0.0,1.0,0.0,2.0,4.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,1.5,0,2022-11-07,1,1,1 +SH,20164,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,125,,125,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.0,4.0,5.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-10,0,, +SH,20164,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-03,0.0,0.0,0.0,2.0,0.0,0.0,4.0,7.0,0.0,1.0,3.0,0.0,0.0,0.0,0.0,3.0,0,2022-10-10,0,,1 +SH,20165,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,0.0,2.0,4.0,0.0,1.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-09-26,0,, +SH,20165,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-19,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,4.0,5.0,4.5,0.0,0.0,0.0,0.0,0.0,0,2022-09-26,0,,1 +UM,20166,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,280,280,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-10,0.0,0.0,0.0,0.0,0.0,4.0,3.0,2.0,2.0,1.0,0.5,0.0,0.0,0.0,0.0,0.0,0,2022-10-10,1,2,1 +WS,20167,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,130,130,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,2023-01-09,0.0,0.0,0.0,0.0,0.0,2.0,4.0,4.0,4.0,4.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-03,1,, +WS,20167,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-03,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.5,0,2022-10-03,0,,1 +SH,20169,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,na,0.0,2.0,0.0,2.0,0.5,3.0,4.0,4.5,3.0,3.0,3.0,0.5,0.5,0.5,0.0,2.0,0,2022-10-03,0,, +SH,20169,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-09-26,0.0,3.0,0.0,3.0,0.0,3.0,3.0,2.5,1.0,2.0,2.5,1.0,0.0,0.0,0.5,3.0,0,2022-10-03,0,,1 +UM,20171,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-03,0.0,0.0,0.0,1.0,0.0,1.0,3.0,1.0,3.0,8.0,10.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-10,1,2,1 +UM,20172,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-10,0.0,0.0,0.0,0.0,0.0,5.0,7.0,8.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-10,0,2,1 +SH,20173,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,0,na,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-11-28,1,, +SH,20173,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-10-10,0.0,0.0,5.0,4.5,0.0,,,,,,,,,,,,1,2022-11-28,0,,1 +UM,20175,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,230,230,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-17,0.0,0.0,0.0,0.0,0.0,1.0,3.0,5.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-24,,2,1 +SH,20176,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,na,0.0,4.0,1.0,0.0,0.0,3.0,5.0,9.0,2.0,5.0,7.0,2.0,3.0,4.0,0.0,0.0,1,2022-10-31,0,, +SH,20176,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,125,105,105,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-17,5.0,0.0,5.0,3.0,0.0,5.0,5.0,8.5,10.0,8.0,9.5,4.0,6.0,9.0,0.0,3.0,1,2022-10-31,0,,1 +UM,20178,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,0,1,0,1,1,2023-02-06,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-11-07,1,2, +UM,20178,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-10-24,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-11-07,1,2,1 +UM,20179,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-01-16,0.0,2.0,0.0,2.0,0.0,5.0,6.0,7.0,2.0,2.0,3.0,0.0,0.0,0.0,0.0,2.0,0,2022-10-17,1,2, +UM,20179,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-17,0.0,2.0,0.0,2.0,0.0,2.0,0.0,3.0,2.0,0.0,3.0,0.0,0.0,0.0,0.0,3.0,0,2022-10-17,1,2,1 +SH,20180,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,113,,113,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,5.0,5.5,6.0,6.0,5.5,5.5,0.0,0.0,0.0,0.0,1.0,0,2022-11-28,0,, +SH,20180,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-11-14,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-11-28,1,,1 +UM,20181,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,100,80,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-02-27,2.0,1.0,2.0,1.0,0.0,,,,,,,,,,,,0,2022-11-14,1,2, +UM,20181,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-17,0.0,0.0,0.0,0.0,0.0,3.0,5.0,5.0,6.0,8.0,8.0,5.0,4.0,3.0,0.0,2.0,0,2022-11-14,1,2,1 +SH,20185,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,100,110,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2022-10-31,0,, +SH,20185,V1,1,1,1,1,1,1,0,0,1,1,1,1,3,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-24,0.0,0.0,0.0,4.0,0.0,7.0,5.0,4.0,,,,0.0,0.0,0.0,0.0,4.0,0,2022-10-31,0,,1 +SH,20187,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,na,0.0,2.0,0.0,2.0,0.0,,,,,,,,,,,,0,2022-10-24,0,, +SH,20187,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-24,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,0.5,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-24,1,,1 +UM,20189,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,120,160,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,0.0,1.0,0.0,1.0,0.0,2.0,10.0,6.0,8.0,7.0,6.0,0.0,0.0,0.0,0.0,1.0,0,2022-10-24,1,2, +UM,20189,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,161,,161,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-24,0.0,0.0,0.0,0.0,0.0,0.0,3.0,5.0,0.0,2.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-24,0,2,1 +UM,20191,V3,1,1,1,1,0,0,0,0,0,0,0,0,3,190,215,na,1,1,1,1,1,na,na,1,na,na,1,1,0,na,na,2023-02-13,,,,,,,,,,,,,,,,,0,2022-10-31,0,2, +UM,20191,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,300,300,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-31,0.0,0.0,0.0,1.0,0.0,2.5,4.5,6.5,2.0,0.5,1.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-31,1,2,1 +SH,20198,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-21,0,, +SH,20198,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-21,0,,1 +UM,20202,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,110,110,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-06,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,5.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-28,0,2, +UM,20202,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-11-21,0.0,0.0,0.0,0.0,0.0,4.0,4.0,3.0,5.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2022-11-28,1,2,1 +UM,20205,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-04-24,0.0,3.0,0.0,3.0,0.0,,,,,,,,,,,,1,2023-01-02,0,1, +UM,20205,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-19,2.0,2.0,3.0,0.0,0.0,,,,,,,,,,,,1,2023-01-02,1,1,1 +UM,20206,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,80,50,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-04-10,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-01-09,0,2, +UM,20206,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,70,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-02,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-01-09,1,2,1 +WS,20207,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-12,0.0,0.0,0.0,0.5,0.0,4.0,2.0,1.5,2.0,0.5,0.5,0.0,0.0,0.0,0.0,0.5,0,2022-12-12,0,,1 +UM,20211,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-15,0.0,0.0,0.0,1.0,0.0,,,,,,,,,,,,1,2023-02-13,0,1, +UM,20211,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-01-30,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-02-13,1,1,1 +UM,20212,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-03-13,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-12-12,0,1, +UM,20212,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-05,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2022-12-12,1,1,1 +SH,20214,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,3.0,0.0,8.0,8.5,,7.0,7.5,9.0,5.0,5.0,5.0,0.0,3.0,0,2022-12-19,1,,1 +UM,20216,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,150,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-10,0.0,0.0,0.0,0.0,0.0,5.0,7.0,7.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-16,0,2, +UM,20216,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-12-12,0.0,0.0,0.0,0.0,0.0,5.0,6.0,7.0,4.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-16,1,2,1 +WS,20223,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-04-24,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,0,2023-01-30,0,, +WS,20223,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,200,200,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-01-30,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,1.0,0.5,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-30,1,,1 +WS,20224,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,190,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.0,4.0,4.0,4.0,4.0,4.0,4.0,0.0,2.0,0,2023-01-23,0,, +WS,20224,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,270,230,230,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-16,0.0,0.0,0.0,0.0,0.0,5.5,7.5,9.0,6.0,8.5,8.5,0.0,0.0,0.0,0.0,0.0,0,2023-01-23,1,,1 +WS,20225,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-08,6.0,3.0,6.0,3.0,0.0,3.0,3.0,3.0,5.0,5.0,5.0,0.0,0.0,0.0,5.0,5.0,1,2023-02-06,0,, +WS,20225,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,100,100,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-01-30,7.0,0.0,7.0,0.0,0.0,2.0,3.0,3.0,2.0,3.0,3.0,2.0,3.0,3.0,7.0,0.0,1,2023-02-06,1,,1 +SH,20227,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,2.0,3.0,4.0,1.0,1.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-01-16,0,, +SH,20227,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,0.0,4.0,6.0,0.0,2.0,4.0,0.0,0.0,0.0,0.0,1.0,0,2023-01-16,0,,1 +UM,20229,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-22,0.0,0.0,0.0,0.0,0.0,4.0,6.0,6.0,3.0,4.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-02-20,0,2, +UM,20229,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-01-23,0.0,0.0,0.0,0.0,0.0,3.0,4.0,4.0,3.0,3.0,2.5,0.0,0.0,0.0,0.0,0.0,0,2023-02-20,0,2,1 +UM,20230,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-17,0.0,2.0,0.0,2.0,0.0,1.0,3.0,4.0,1.0,3.0,5.0,0.0,0.0,0.0,0.0,2.0,0,2023-01-30,0,2, +UM,20230,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,80,100,100,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,2023-01-23,0.0,3.0,0.0,3.0,0.0,0.0,4.0,8.0,,,,6.0,3.0,0.0,0.0,3.0,0,2023-01-30,0,2,1 +SH,20233,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,1.0,1.0,1.0,0.0,3.0,3.5,4.0,3.5,3.0,2.5,0.0,0.0,0.0,0.0,0.0,0,2023-02-13,0,, +SH,20233,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,1.0,0.0,1.5,0.0,3.0,4.0,5.0,2.0,4.0,4.5,0.0,0.0,0.0,0.0,1.0,0,2023-02-13,0,,1 +UM,20237,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,80,,na,1,1,1,0,1,na,1,1,na,1,1,1,0,1,1,2023-06-19,0.0,1.0,0.0,1.0,1.0,,,,,,,,,,,,0,2023-04-03,0,1, +UM,20237,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-03-13,0.0,1.0,1.0,1.0,0.0,7.0,7.0,7.0,6.0,7.0,8.0,0.0,0.0,0.0,1.0,0.0,0,2023-04-03,1,1,1 +SH,20238,V3,1,1,1,1,1,1,1,1,1,1,0,0,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,1.0,0.0,1.0,0.0,1.0,1.5,1.5,0.0,,,,,,,,0,2023-03-06,0,, +SH,20238,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,1.5,2.0,0.0,3.0,4.0,3.0,1.5,2.0,1.0,0.0,0.0,0.0,1.0,0.5,0,2023-03-06,0,,1 +SH,20241,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,,,,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,2.0,2.0,3.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-02-27,0,, +SH,20241,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,2.0,0.0,0.0,3.0,1.5,1.0,5.0,5.0,5.0,3.0,2.0,0.5,0.0,0.0,0,2023-02-27,0,,1 +UM,20244,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-03-06,1.0,4.0,1.0,4.0,0.0,,,,,,,,,,,,1,,1,2,1 +UM,20246,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,100,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-11,0.0,0.0,0.0,0.0,0.0,4.0,3.0,2.0,4.0,3.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-06-05,0,2, +UM,20246,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,105,,105,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-29,0.5,0.0,0.0,0.0,0.0,7.0,5.0,4.0,8.0,7.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-06-05,1,2,1 +UM,20248,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-07-17,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-04-17,0,2, +UM,20248,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,220,,220,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-03,0.0,0.5,0.0,0.5,0.0,1.0,3.0,5.0,1.0,3.0,3.0,0.0,0.0,0.0,0.0,0.5,1,2023-04-17,1,2,1 +SH,20249,V3,1,1,0,0,0,0,0,0,0,0,0,0,3,170,,na,1,1,1,1,1,na,na,0,na,na,na,1,0,na,na,2023-07-10,0.0,0.0,0.0,0.0,0.0,3.0,4.0,5.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-10,0,, +SH,20249,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,5.0,0.0,0.0,7.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-10,1,,1 +UM,20252,V3,1,1,1,1,1,1,0,0,1,1,1,1,2,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-07-17,0.0,0.0,0.0,0.0,0.0,0.0,6.0,6.0,,,,0.0,0.0,0.0,0.0,4.0,0,2023-04-17,0,2, +UM,20252,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,100,,100,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-04-10,0.0,10.0,0.0,10.0,0.0,8.0,,,,,,,,0.0,0.0,10.0,0,2023-04-17,0,2,1 +UM,20253,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-08-21,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,1,2023-05-22,0,2, +UM,20253,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-05-08,0.0,0.0,0.0,0.0,0.0,6.0,6.0,6.0,5.0,3.0,3.0,0.0,0.0,0.0,0.0,1.0,1,2023-05-22,2,2,1 +UM,20254,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-04-24,1.0,0.5,1.0,0.5,0.0,,,,,,,,,,,,1,2023-05-15,1,1,1 +SH,20256,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,4.0,5.0,4.0,2.0,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-17,0,, +SH,20256,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,0.0,0.5,1.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-04-17,0,,1 +SH,20257,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,3.0,3.0,2.0,0.0,1.0,2.0,0.0,0.0,0.0,0.0,2.5,0,2023-04-17,0,, +SH,20257,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,3.0,6.0,7.0,3.0,6.0,6.0,2.0,2.0,1.0,0.0,0.0,0,2023-04-17,1,,1 +UM,20258,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,325,365,365,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-07,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-05-08,0,1, +UM,20258,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,320,320,320,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-04-24,0.0,1.0,0.0,1.0,0.0,1.0,2.0,3.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,1.0,0,2023-05-08,0,1,1 +SH,20261,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,190,,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,1.0,0.5,0.0,0.0,4.5,5.0,5.0,1.0,1.5,2.0,0.0,0.0,0.0,0.0,0.0,0,,0,,1 +UM,20263,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,100,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-05-01,0.0,4.0,0.0,6.0,0.0,,,,,,,,,,,,0,2023-05-01,0,1,1 +UM,20265,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-05-08,0.0,0.5,0.0,1.5,0.0,,,,,,,,,,,,1,2023-05-29,0,2,1 +WS,20267,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-07-31,1.0,2.0,2.0,2.0,0.0,4.0,6.0,6.0,4.0,6.0,6.0,1.0,1.0,1.0,2.0,2.0,0,2023-05-08,0,, +WS,20267,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,120,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-08,0.0,0.0,0.0,5.0,0.0,1.0,2.0,4.0,3.5,3.5,4.0,0.0,0.0,0.0,0.0,1.0,0,2023-05-08,0,,1 +UM,20269,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,180,180,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-11,0.0,0.0,0.0,0.0,0.0,4.0,4.5,4.5,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-06-12,0,1, +UM,20269,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,190,190,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-05-15,0.0,1.0,0.0,2.0,0.0,1.0,4.0,4.0,0.0,4.0,1.0,0.0,0.0,0.0,0.0,4.0,0,2023-06-12,0,1,1 +UM,20275,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-09-18,0.0,1.0,0.0,1.0,0.0,,,,,,,,,,,,1,2023-06-12,0,1, +UM,20275,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-06-05,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-06-12,0,1,1 +UM,20278,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,300,280,280,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-10-09,0.0,0.0,0.0,0.0,0.0,4.0,3.0,3.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-06-12,0,1, +UM,20278,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,290,,290,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-06-12,0.0,0.0,0.0,0.0,0.0,3.0,3.0,4.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-06-12,0,1,1 +UM,20280,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-10-09,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-06-26,0,1, +UM,20280,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-06-26,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-06-26,0,1,1 +SH,20281,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,210,,210,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,na,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.0,0.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-07-10,0,, +SH,20281,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,195,,195,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,na,0.0,3.0,0.0,3.5,0.0,3.0,5.0,6.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,3.5,0,2023-07-10,0,,1 +SH,20283,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,3.5,3.5,3.0,2.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-07-10,0,, +SH,20283,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,2.0,2.5,3.0,1.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-07-10,0,,1 +SH,20285,V3,1,1,1,1,1,1,1,1,1,1,1,1,,80,,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,3.0,0.0,3.0,0.0,4.0,5.0,8.0,3.5,5.0,8.0,1.0,2.0,2.0,0.0,3.5,0,2023-07-10,0,, +SH,20285,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,1.0,6.0,1.0,6.0,0.0,2.0,2.0,3.0,2.0,2.5,2.5,1.0,1.0,1.0,0.0,8.0,0,2023-07-10,1,,1 +SH,20286,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,1.0,0.0,1.0,0.0,3.0,3.0,2.0,1.0,1.5,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-06-26,0,, +SH,20286,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,1,0,1,1,1,1,1,0,0,0,na,0.0,0.0,0.0,0.0,0.0,2.0,2.0,2.0,1.0,1.0,0.5,0.0,0.0,0.0,0.0,0.0,0,2023-06-26,0,,1 +SH,20287,V3,1,1,1,1,1,1,1,1,1,1,1,1,1,280,,280,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,na,0.0,0.0,0.0,0.0,0.0,8.0,5.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-06-26,0,, +SH,20287,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,na,2.0,0.0,2.0,0.0,0.0,2.0,3.0,8.0,2.0,4.0,9.0,4.0,4.0,4.0,2.0,2.0,0,2023-06-26,0,,1 +UM,20288,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-10-02,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-07-24,0,1, +UM,20288,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-07-03,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-07-24,0,1,1 +UM,20289,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-10-02,1.0,2.0,0.0,2.0,0.0,,,,,,,,,,,,1,2023-07-10,0,2, +UM,20289,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-06-26,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-07-10,0,2,1 +UM,20291,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-10-30,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-07-24,0,2, +UM,20291,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-07-10,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2023-07-24,0,2,1 +UM,20294,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,130,,130,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-10-23,0.0,0.0,0.0,0.0,0.0,2.0,2.5,3.5,1.0,2.0,3.0,0.5,0.0,0.0,0.0,0.5,0,2023-07-31,0,2, +UM,20294,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,135,,135,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-07-17,0.0,0.0,0.0,0.0,0.0,3.0,4.5,5.0,2.5,3.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-07-31,0,2,1 +UM,20297,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,200,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-11-13,0.0,1.0,0.0,1.0,0.0,4.0,3.5,3.5,2.0,2.0,2.0,0.0,0.0,0.0,0.0,1.0,0,2023-08-14,0,2, +UM,20297,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-08-14,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-08-14,1,2,1 +WS,20299,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,1,1,na,1,0,1,0,1,0,2024-01-22,2.0,2.0,2.0,2.0,2.0,,,,,,,,,,,,0,2023-09-25,0,, +WS,20299,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,100,60,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-09-18,1.0,3.0,0.0,3.0,0.0,,,,,,,,,,,,0,2023-09-25,0,,2 +UM,20301,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,1,1,na,1,1,1,0,1,0,2023-12-04,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-08-28,0,1, +UM,20301,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,270,270,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-08-14,0.0,0.0,0.0,0.0,0.0,5.0,4.5,4.5,2.5,1.5,1.5,0.0,0.0,0.0,0.0,0.0,0,2023-08-28,0,1,1 +UM,20302,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,130,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-14,0.0,7.0,0.0,7.0,0.0,,,,,,,,,,,,0,2024-01-15,0,2,1 +SH,20303,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,na,0.0,0.0,1.5,1.0,0.0,3.0,6.0,7.0,3.0,4.5,6.0,1.5,1.5,1.5,2.5,0.0,0,2023-08-21,0,, +SH,20303,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,na,0.0,0.0,0.0,0.0,0.0,7.5,7.5,8.0,4.0,6.0,7.5,2.0,2.0,2.0,0.0,0.0,0,2023-08-21,1,,1 +UM,20305,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,300,,300,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-12-11,0.0,0.0,0.0,0.0,0.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-09-18,0,2, +UM,20305,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,300,330,330,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-09-11,0.0,0.0,0.0,0.0,0.0,1.0,1.5,1.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-09-18,0,2,1 +WS,20306,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,100,100,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,2023-11-20,1.0,0.0,1.0,0.0,0.0,3.0,3.5,7.0,4.0,7.0,9.0,3.0,1.0,0.0,1.0,0.0,0,2023-08-28,0,, +WS,20306,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,70,80,80,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2023-08-28,0.0,0.0,0.0,0.0,0.0,6.0,7.0,9.0,9.5,9.5,9.5,3.0,0.0,0.0,0.0,0.0,0,2023-08-28,0,,1 +UM,20310,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,27,,na,1,1,1,0,0,na,0,1,na,1,1,1,0,0,0,2023-11-13,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-08-28,0,2, +UM,20310,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,2023-08-21,0.0,0.0,0.0,0.0,0.0,5.0,7.0,8.0,5.0,6.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-08-28,0,2,1 +UM,20311,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,140,,140,1,1,1,0,1,1,1,1,1,1,1,1,0,1,0,2023-12-04,0.0,3.0,0.0,3.0,0.0,4.0,5.0,5.0,1.0,2.0,1.5,0.0,0.0,0.0,0.0,3.0,0,2023-09-18,0,2, +UM,20311,V1,1,1,0,0,0,0,0,0,0,0,0,0,3,140,,na,1,1,1,1,1,na,na,1,na,na,na,1,0,na,na,2023-09-11,,,,,,,,,,,,,,,,,0,2023-09-18,,2,1 +SH,20312,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,0,1,1,1,1,1,1,1,1,0,1,0,na,0.0,0.0,0.0,0.0,0.0,3.0,4.0,5.5,3.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-09-04,0,, +SH,20312,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,na,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,3.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-09-04,0,,1 +UM,20313,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,,,,1,1,1,0,1,1,1,1,1,1,1,1,0,1,0,2023-12-11,1.0,2.0,1.0,2.0,0.0,0.0,7.0,2.0,0.0,5.0,3.0,1.0,2.0,0.0,0.0,5.0,0,2023-09-04,0,2, +UM,20313,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,159,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-08-28,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-09-04,0,2,1 +SH,20314,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,na,1.0,0.0,1.0,0.0,0.0,2.0,3.0,3.0,3.0,5.0,5.0,0.0,0.0,0.0,1.0,3.0,0,2023-09-25,0,, +SH,20314,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,3.0,0.0,3.0,0.0,4.0,5.0,5.0,2.0,2.0,2.0,3.0,1.0,1.0,0.0,2.0,0,2023-09-25,0,,1 +UM,20317,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,47,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-09-04,0.0,7.0,0.0,1.0,0.0,,,,,,,,,,,,0,2023-09-11,,2,1 +SH,20319,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,na,0.0,0.0,0.0,0.0,0.0,3.5,3.0,2.0,2.0,1.5,1.5,0.0,0.0,0.0,0.0,0.0,0,2023-10-16,0,, +SH,20319,V1,1,1,1,1,1,1,1,1,1,1,1,1,,140,,140,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,2.0,3.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-16,0,,1 +UM,20320,V3,1,0,1,0,0,0,0,0,1,0,0,0,3,95,,na,1,0,0,0,1,na,1,1,na,1,0,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-06,0,2, +UM,20320,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,60,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2023-10-02,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-11-06,0,2,1 +UM,20321,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,120,110,110,1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,2024-01-22,0.0,0.0,0.0,0.0,0.0,6.5,7.5,7.5,7.0,8.0,8.5,0.0,0.0,0.0,0.0,0.0,0,2023-10-16,0,1, +UM,20321,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,100,70,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-09-25,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-10-16,0,1,1 +SH,20330,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,na,0.0,0.0,0.0,0.0,0.0,4.0,5.0,6.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-30,0,, +SH,20330,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,4.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-30,0,,1 +UM,20331,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,110,120,120,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,2024-02-19,2.0,3.0,2.0,3.0,0.0,4.0,5.0,4.5,4.0,5.0,4.5,1.0,1.0,1.0,2.0,3.0,0,2023-11-27,0,1, +UM,20331,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,135,,135,1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,2023-11-13,0.0,3.0,0.0,3.0,0.0,2.0,3.0,4.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,3.0,0,2023-11-27,0,1,1 +UM,20332,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,192,,192,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-22,0.0,0.0,0.0,0.0,0.0,3.5,3.0,3.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-23,0,2, +UM,20332,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,180,,180,1,1,1,1,1,1,1,1,1,1,1,1,0,0,1,2023-10-23,0.0,0.0,0.0,0.0,0.0,4.0,3.5,3.0,2.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-10-23,0,2,1 +UM,20333,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,192,162,162,1,1,1,0,1,1,1,1,1,1,0,1,0,1,0,2024-02-12,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,1.0,1.0,1.5,0.0,0.0,0.0,0.0,0.0,0,2023-11-06,0,1, +UM,20333,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,180,,180,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,2023-10-30,0.0,0.0,0.0,0.0,0.0,3.0,3.0,3.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-06,0,1,1 +SH,20334,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,na,0.0,0.0,0.0,0.0,0.0,3.0,3.5,4.0,3.5,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-13,0,, +SH,20334,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,2.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-13,0,,1 +UM,20335,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,100,,100,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,2024-03-04,0.0,0.0,0.0,0.0,0.0,5.0,7.0,8.0,5.0,6.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-27,0,1, +UM,20335,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,130,,130,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,2023-11-13,2.0,0.0,0.0,0.0,0.0,7.0,7.0,8.0,4.0,5.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-27,0,1,1 +UM,20336,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,130,170,170,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,2024-02-05,0.0,0.0,0.0,0.0,0.0,8.0,8.0,8.0,7.0,8.0,9.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-06,0,2, +UM,20336,V1,1,1,1,1,1,1,0,0,1,1,0,0,3,130,210,210,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2023-10-30,0.0,0.0,0.0,0.0,0.0,6.0,8.0,,,,,,,,,,0,2023-11-06,0,2,1 +UM,20340,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,155,175,175,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,2024-02-26,0.0,0.0,0.0,0.0,0.0,3.0,4.0,4.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-04,0,1, +UM,20340,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,165,190,190,1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,2023-11-20,0.0,2.0,0.0,2.0,0.0,3.0,4.5,8.0,3.5,3.0,4.0,0.0,0.0,0.0,3.0,3.0,0,2023-12-04,0,1,1 +SH,20341,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,na,0.0,0.0,0.0,0.0,0.0,4.0,4.0,4.0,6.0,6.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-20,0,, +SH,20341,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,5.0,6.0,7.0,8.0,8.0,8.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-20,0,,1 +SH,20348,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,2024-03-04,0.0,0.0,0.0,0.0,0.0,4.0,3.0,4.0,3.0,2.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2023-12-04,0,, +SH,20348,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,3.5,5.0,5.0,3.0,2.0,1.5,0.5,0.0,0.0,0.0,0.5,0,2023-12-04,0,,1 +UM,20354,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,270,,270,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-01,0.0,0.0,2.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-15,0,1,1 +UM,20356,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,140,140,1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,2024-01-01,0.0,0.0,0.0,0.0,0.0,7.0,4.0,3.0,3.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-22,0,1,1 +SH,20357,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,na,0.0,0.0,0.0,0.0,0.0,3.5,7.0,8.0,2.0,3.0,6.0,0.0,0.0,0.0,0.0,0.5,0,2024-02-12,0,,1 +SH,20361,V3,1,1,1,1,1,1,0,0,1,1,0,0,3,80,,80,1,1,1,0,1,0,0,1,1,1,0,1,0,0,0,2024-04-08,0.0,0.0,0.0,0.0,0.0,3.5,6.5,9.5,,,,,,,,,1,2024-01-22,0,, +SH,20361,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,80,,80,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,na,0.0,3.5,0.0,3.0,0.0,8.0,10.0,10.0,3.0,6.5,10.0,1.5,1.5,1.5,0.0,6.0,1,2024-01-22,0,,1 +UM,20363,V3,1,0,1,0,1,0,1,0,1,0,1,0,2,160,,160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,na,0.0,0.0,0.0,0.0,0.0,3.0,6.0,4.0,2.0,2.5,2.5,0.0,0.0,0.0,0.0,0.0,0,2024-01-22,0,2, +UM,20363,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,252,,252,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-15,0.0,0.0,0.0,0.0,0.0,0.0,3.0,6.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-22,0,2,1 +SH,20364,V3,1,0,1,0,1,0,1,0,1,0,1,0,3,210,,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,na,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-29,0,, +SH,20364,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,na,1.0,7.0,1.0,8.5,0.0,0.5,0.5,0.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,7.0,0,2024-01-29,0,,1 +UM,20366,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,132,,132,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-08,0.0,0.0,2.0,1.0,0.0,5.0,2.0,1.0,,,,0.0,0.0,0.0,0.0,0.0,0,2024-01-22,0,1,1 +UM,20368,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,105,115,115,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-22,0.0,0.0,0.0,0.0,0.0,5.0,7.0,8.5,4.0,6.5,9.0,0.0,0.0,1.0,0.0,0.0,0,2024-01-29,0,1,1 +UM,20369,V3,1,0,1,0,1,0,1,0,1,0,1,0,2,150,,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,na,0.0,5.0,0.0,0.0,0.0,6.0,7.0,7.5,2.0,3.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-15,0,2, +UM,20369,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,105,125,125,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-15,0.0,0.0,0.0,0.0,0.5,1.0,1.5,2.0,1.5,2.5,3.5,0.0,0.0,0.0,0.0,0.0,0,2024-01-15,0,2,1 +WS,20370,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,0,1,na,1,1,1,0,0,0,2024-01-29,0.0,4.0,0.0,4.0,0.0,,,,,,,,,,,,1,2024-01-29,0,,1 +SH,20371,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,,150,1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,na,0.0,0.0,0.0,0.0,0.0,7.0,8.5,9.0,3.0,7.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2024-02-19,0,,1 +SH,20372,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,230,,230,1,1,1,0,1,0,0,1,1,1,1,1,0,0,0,na,0.0,0.0,0.0,0.0,0.0,5.0,8.0,7.0,3.0,8.0,6.0,0.0,0.0,0.0,0.0,0.0,0,2024-02-05,0,,1 +WS,20375,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,150,140,140,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,2024-01-22,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,4.0,5.0,5.0,0.0,0.0,0.0,0.0,0.0,0,2024-01-29,0,,1 +UM,20376,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,0,na,0,1,na,1,1,1,0,0,0,2024-01-22,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2024-01-29,0,1,1 +SH,20378,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,90,,90,1,1,1,0,1,1,1,1,1,1,0,1,0,1,0,na,2.0,0.0,4.0,0.0,0.0,4.0,6.0,8.0,5.0,7.0,9.0,4.0,3.0,1.0,1.0,0.0,1,2024-02-12,,,1 +UM,20379,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,2024-02-05,0.0,0.0,0.0,0.0,0.0,3.0,4.0,4.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2024-02-26,0,2,1 +UM,20380,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,1,1,na,1,0,1,0,1,0,2024-02-05,0.0,2.0,0.0,2.0,0.0,,,,,,,,,,,,1,2024-02-05,0,2,1 +SH,20383,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,0,1,1,1,1,1,1,0,1,0,1,0,na,0.0,0.0,0.0,0.0,0.0,3.0,3.0,5.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0,2024-02-19,0,,1 +UM,20385,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,1,1,na,1,0,1,0,1,0,2024-02-12,0.0,0.0,0.0,2.0,0.0,,,,,,,,,,,,1,2024-02-12,0,2,1 +SH,20390,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,250,,250,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,2.0,3.0,3.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2024-02-19,,,1 +UM,20391,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,0,1,1,1,1,1,1,0,1,0,1,0,2024-03-04,0.0,1.0,0.0,0.0,0.0,4.0,4.0,4.0,4.0,4.0,4.0,0.0,0.0,0.0,0.0,0.0,0,2024-03-04,0,1,1 +SH,20392,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,140,,140,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,na,0.0,0.0,0.0,0.0,0.0,1.5,3.0,4.5,2.5,4.5,6.0,0.0,0.0,0.0,0.0,0.0,0,2024-02-26,0,,1 +SH,20394,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,,100,1,1,1,0,1,1,1,1,1,1,0,1,0,1,1,2024-03-11,0.0,7.0,0.0,7.0,0.0,3.0,3.0,3.0,3.0,3.0,3.0,2.0,2.0,2.0,0.0,6.0,0,2024-03-25,,,1 +UM,20395,V1,1,1,1,1,0,0,0,0,1,1,0,0,2,70,,na,1,1,1,0,1,na,1,1,na,1,0,1,0,0,0,2024-04-01,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2024-04-08,0,2,1 +UM,20396,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,0,1,1,1,1,1,1,0,1,0,1,0,2024-03-04,0.0,1.0,0.0,1.0,0.0,1.0,1.0,1.0,0.0,2.0,2.0,0.0,0.0,0.0,0.0,1.0,0,2024-03-11,0,2,1 +SH,20399,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,80,,80,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,2024-03-04,0.0,0.0,0.0,0.0,0.0,3.0,3.5,4.0,4.0,5.0,5.5,1.0,0.5,0.0,0.0,2.0,0,2024-03-18,0,,1 +SH,20400,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,110,,110,1,1,1,0,1,1,1,1,1,1,0,1,0,0,1,2024-03-11,0.0,0.0,0.0,0.0,0.0,8.0,8.0,8.0,8.0,8.0,8.0,0.0,0.0,0.0,0.0,1.0,0,2024-03-18,,,1 +UM,20401,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,141,,141,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-03-18,0.0,1.0,0.0,1.0,0.0,4.0,6.0,7.0,3.0,5.5,6.0,0.0,0.0,0.0,0.0,2.5,0,2024-03-25,0,1,1 +SH,20402,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,160,,160,1,1,1,0,1,1,1,1,1,1,0,1,0,1,0,2024-03-18,0.0,0.0,0.0,0.0,0.0,5.0,5.5,6.0,1.0,1.5,2.0,0.0,0.0,0.0,0.0,0.0,0,2024-04-08,1,,1 +UM,20404,V1,1,1,1,1,1,1,1,1,1,1,0,0,3,110,,110,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-04-08,0.0,0.0,0.0,0.0,0.0,4.0,5.0,5.0,5.0,5.0,5.0,,,,,,0,2024-04-15,0,2,1 +UM,20405,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,160,,160,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-04-08,0.0,0.0,0.0,1.0,4.0,2.0,5.0,6.0,8.0,8.0,0.0,0.0,0.0,0.0,0.0,3.0,0,2024-04-22,0,2,1 +SH,20408,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-04-01,0.0,0.0,0.0,0.0,0.0,0.5,1.5,3.0,0.5,2.0,3.0,0.5,2.0,2.0,0.0,0.0,0,2024-04-15,0,,1 +UM,20409,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,120,,120,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-04-01,0.0,0.0,0.0,0.0,0.0,0.0,1.0,2.0,0.0,1.0,1.0,0.0,1.0,0.0,1.0,0.0,0,2024-04-01,0,1,1 +UM,20410,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,215,300,300,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-04-01,0.0,0.0,0.0,0.0,0.0,1.0,2.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2024-04-01,0,,1 +UM,20411,V1,1,0,1,0,1,0,1,0,1,0,1,0,3,180,220,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,na,0.0,0.0,0.0,0.0,0.0,3.0,4.0,4.0,2.0,2.0,2.0,0.0,0.0,0.0,0.0,1.0,0,2024-05-06,0,1,1 +UM,20415,V1,1,0,1,0,0,0,0,0,1,0,0,0,2,160,,na,0,0,0,0,0,na,0,0,na,0,0,0,0,0,0,na,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2024-04-15,0,2,1 +UI,15001,V1,1,1,0,0,0,0,0,0,0,0,0,0,2,,,na,1,1,1,1,1,na,na,1,na,na,na,1,0,na,na,2022-06-27,,,,,,,,,,,,,,,,,1,2022-06-27,1,na,1 +UI,15002,V3,1,1,1,1,1,1,1,1,1,1,1,1,,200,,200,1,1,1,0,1,1,1,1,1,1,0,1,0,1,0,2022-12-12,,,,,,,,,,,,,,,,,0,2022-09-26,0,na, +UI,15002,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-08-08,0.0,0.0,0.0,0.0,0.0,1.0,2.0,2.0,0.0,1.0,2.0,0.0,0.0,0.0,0.0,0.0,0,2022-09-26,1,na,1 +UI,15003,V3,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-12-12,0.0,4.0,0.0,4.0,0.0,,,,,,,0.0,0.0,0.0,0.0,4.5,1,2022-09-26,1,na, +UI,15003,V1,1,1,1,1,0,0,0,0,1,1,1,1,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-09-19,0.0,0.0,0.0,0.0,0.0,,,,,,,0.0,0.0,0.0,0.0,0.0,1,2022-09-26,1,na,1 +UI,15004,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,80,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,1,2022-09-12,0.0,0.0,0.0,2.0,0.0,,,,,,,,,,,,0,2022-09-19,1,na,1 +UI,15005,V3,1,1,1,1,1,1,1,1,1,1,1,1,2,160,200,200,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0,2023-01-16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-03,1,na, +UI,15005,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,200,,200,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,2022-10-03,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,2022-10-03,1,na,1 +UI,15007,V3,1,1,1,1,0,0,0,0,1,1,0,0,2,,,na,1,1,1,1,1,na,1,1,na,1,1,1,0,1,0,2023-10-23,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,0,2023-07-10,1,na, +UI,15007,V1,1,1,1,1,1,1,0,0,1,1,1,1,2,130,170,170,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-06-26,0.0,0.0,0.0,0.0,0.0,0.0,5.0,7.0,,,,0.0,0.0,0.0,0.0,0.0,0,2023-07-10,0,na,1 +UI,15008,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,210,220,220,1,1,1,0,1,1,1,1,1,1,1,1,0,1,0,2023-12-11,1.0,3.0,0.0,3.0,0.0,4.0,5.0,3.0,2.0,1.0,1.0,2.0,1.0,0.0,1.0,3.0,0,2023-09-25,1,na, +UI,15008,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,100,130,130,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,2023-09-04,2.0,1.0,2.0,1.0,0.0,3.0,4.0,4.0,3.0,2.0,2.0,0.0,0.0,0.0,2.0,2.0,0,2023-09-25,0,na,1 +UC,15010,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,220,,220,1,1,1,0,0,0,0,1,1,1,1,1,0,0,0,2024-01-22,2.0,2.0,2.0,2.0,0.0,0.0,10.0,10.0,4.0,7.0,10.0,3.0,5.0,0.0,2.0,2.0,0,2023-10-16,0,na, +UC,15010,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,120,,120,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,2023-10-09,0.0,5.0,0.0,5.0,0.0,0.5,2.0,5.0,5.0,7.0,9.0,4.0,2.0,0.0,0.0,5.0,0,2023-10-16,0,na,1 +UC,15011,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,170,,170,1,1,1,0,1,1,1,1,1,1,0,1,0,0,0,2024-02-05,0.0,0.0,0.0,0.0,0.0,5.0,5.0,5.0,3.0,3.0,3.0,1.0,0.0,0.0,0.0,0.0,0,2023-11-13,0,na, +UC,15011,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,250,,250,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,2023-11-06,0.0,0.0,0.0,0.0,0.0,3.5,3.5,3.0,1.0,1.0,1.0,0.0,1.0,0.0,0.0,0.0,0,2023-11-13,0,na,1 +UC,15013,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,270,,270,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,2024-02-19,0.0,0.0,0.0,0.0,0.0,3.0,5.0,7.0,3.0,4.0,5.0,1.0,1.5,1.5,0.0,0.0,0,2023-11-13,0,na, +UC,15013,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,230,,230,1,1,1,1,1,0,1,1,1,1,1,1,0,0,0,2023-11-06,0.0,0.0,0.0,0.0,0.0,1.0,3.0,5.0,2.0,1.0,0.5,0.0,0.0,0.0,0.0,0.0,0,2023-11-13,0,na,1 +UC,15014,V3,1,1,1,1,1,1,1,1,1,1,1,1,3,300,,300,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,2024-02-26,0.0,0.0,0.0,0.0,0.0,2.5,2.5,2.5,0.5,1.0,1.5,0.0,0.0,0.0,0.0,0.0,0,2023-11-20,0,na, +UC,15014,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,230,,230,1,1,1,0,1,0,1,1,1,1,1,1,0,0,0,2023-11-20,0.0,0.0,0.0,0.0,0.0,3.5,4.0,5.0,0.5,0.5,1.0,0.0,0.0,0.0,0.0,0.0,0,2023-11-20,0,na,1 +UC,15018,V3,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,1,1,na,1,0,1,0,0,0,2024-04-08,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2024-01-15,0,na, +UC,15018,V1,1,1,1,1,0,0,0,0,1,1,0,0,3,,,na,1,1,1,0,1,na,1,1,na,1,1,1,0,1,1,2024-01-08,0.0,0.0,0.0,0.0,0.0,,,,,,,,,,,,1,2024-01-15,0,na,1 +UC,15019,V1,1,1,1,1,1,1,1,1,1,1,1,1,3,230,,230,1,1,1,0,1,1,1,1,1,1,1,1,0,1,0,2024-01-08,0.0,0.0,0.0,0.0,0.0,0.5,1.0,1.0,0.0,2.0,2.5,1.0,2.5,0.5,0.0,0.0,0,2024-01-08,0,na,1 +RU,15026,V1,1,1,1,1,1,1,1,1,1,1,1,1,2,140,,140,1,1,1,0,1,1,1,1,1,1,0,0,0,0,0,2024-03-25,0.0,1.0,0.0,0.0,0.0,5.0,6.0,5.0,5.0,2.0,0.0,0.0,0.0,0.0,0.0,2.5,0,2024-04-08,1,na,1 diff --git a/src/data/imaging/mriqc-group-bold-latest.csv b/src/data/imaging/mriqc-group-bold-latest.csv index 325200a..fe39ad2 100644 --- a/src/data/imaging/mriqc-group-bold-latest.csv +++ b/src/data/imaging/mriqc-group-bold-latest.csv @@ -57,8 +57,6 @@ sub-10023_ses-V3_task-rest_run-02_bold 0.0015605895691609977 0.01371194047619047 sub-10024_ses-V1_task-cuff_run-01_bold 0.0011166591422121896 0.015895068532731378 7 36.25478136904977 1.015581851334843 0.9745970452714936 0.40750248814338486 8596.560546875 0.14736421888202195 0 0.0 2.4304563533141175 2.323229074349838 2.4789749014943876 2.4891650840981265 0.0161547 -0.0019862812478095293 0.01721723936498165 443 90 90 60 2.9062927093032926 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 17 204.84773241436764 15.0167875289917 37.19807052612305 10.521445274353027 351125.0 0.015801355242729187 144.9814971923828 101.42527770996094 8.532276464488497 227.71835327148438 1015.2841186523438 961.892822265625 70850.0 596.6760894775391 1584.4617797851574 330.9666748046875 30.00503921508789 sub-10024_ses-V1_task-rest_run-01_bold 0.0007563574660633484 0.012242287149321268 8 35.41149302444442 1.0606800319727885 0.9965825777324266 0.40853671001800257 8469.3955078125 0.15002055811771045 12 2.7149321266968327 2.3862230343183413 2.2992749086350237 2.433545736632914 2.425848457687087 0.0106477 -0.0022983644157648087 0.018287725746631622 442 90 90 60 2.938684522553899 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 212.40096897506342 15.329168319702148 37.847572326660156 10.717195510864258 350945.0 0.011312217451632023 147.38869018554672 103.89378356933594 8.453335526156039 225.9827880859375 1032.0201416015625 976.4400634765625 70890.0 608.2653015136718 1603.232110595703 332.268798828125 35.354331970214844 sub-10024_ses-V1_task-rest_run-02_bold 0.0008823476297968397 0.012481839548532731 7 35.52494711875568 1.0628807403393659 1.0468735758144796 0.4067998035300813 8508.2490234375 0.13156499210647327 9 2.0316027088036117 2.416098028842996 2.331645740682056 2.469216568548816 2.4474317772981156 0.0082177 -0.001059016678482294 0.017693081870675087 443 90 90 60 2.9066614797521533 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 12 244.77339068179893 14.87622356414795 36.077091217041016 10.43566608428955 350674.0 0.018058691173791885 138.19492797851558 100.73795318603516 8.042508961909087 228.12664794921875 1006.257568359375 954.1129150390625 71253.0 585.4225952148438 1569.227587890625 328.2481384277344 34.601985931396484 -sub-10024_ses-V3_task-rest_run-01_bold 0.0020812954545454546 0.008511805477272727 10 33.53067517986332 1.0962706678132121 1.0115968974259677 0.40288682938686393 14758.744140625 0.10494511673734305 0 0.0 2.411052205023385 2.3760332389182555 2.4565665690514815 2.4005568071004184 0.00352475 -0.004334903322160244 0.018211128190159798 440 90 90 60 2.9500873892274897 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 143.64716405303392 13.717440605163574 39.067447662353516 9.320454597473145 351219.0 0.0 170.37090759277334 100.91542053222656 3.294589724514097 309.6717529296875 1175.8218994140625 1125.259033203125 70841.0 652.8295288085938 1851.8953857421875 381.42974853515625 37.555442810058594 -sub-10024_ses-V3_task-rest_run-02_bold 0.0006901128668171557 0.00812451749435666 7 34.310729557556556 1.089086672828055 0.9850918128733024 0.40279469112732635 14593.0966796875 0.11202775396484646 0 0.0 2.4120119280353127 2.3825082386609617 2.457137402362132 2.396390143082846 0.00666348 -0.005076873581856489 0.019938034936785698 443 90 90 60 2.9487576224798637 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 167.62956430850184 13.862163543701172 39.51139831542969 9.395033836364746 351308.0 0.0 171.11061096191406 104.16246795654297 3.239130119461544 309.0306396484375 1181.984375 1128.7200927734375 70793.0 660.8903076171875 1862.7742919921873 382.7754821777344 38.57349395751953 sub-10026_ses-V1_task-cuff_run-01_bold 0.0007785294117647059 0.009703089208144796 8 49.3541473680952 1.1934541195918371 1.0044662127210893 0.4545296151018272 7611.111328125 0.2541025544857968 0 0.0 2.377102220090602 2.43629990319014 2.3634957394164506 2.331511017665216 0.0105833 0.013159909285604954 0.011936971917748451 442 90 90 60 2.898394451279792 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 62.41030674684593 16.75474739074707 41.061649322509766 11.669683456420898 322735.0 0.0067873308435082436 159.928057861328 105.88743591308594 3.6991030322824114 265.40264892578125 1062.42822265625 1019.069091796875 93706.0 556.3936920166016 1688.5905456542969 351.5959167480469 35.48369598388672 sub-10026_ses-V1_task-rest_run-01_bold 0.0007419638826185101 0.012019658306997742 7 48.96973258651583 1.1783850405656102 0.9851699477149314 0.4546622193081515 7639.3310546875 0.26760903133032693 196 44.24379232505643 2.3743661087843964 2.4268290702331434 2.3632290727603804 2.3330401833596657 0.0111422 0.013596707955002785 0.012016047723591328 443 90 90 60 2.9174644200081605 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 59.90949593592594 16.805614471435547 40.96015930175781 11.687358856201172 322824.0 0.0022573363967239857 157.80779724121086 105.9966049194336 3.689147297301793 266.1689147949219 1066.682373046875 1023.8690795898438 93545.0 563.6478881835938 1688.4479248046875 350.9429626464844 34.702632904052734 sub-10026_ses-V1_task-rest_run-02_bold 0.0008781981981981983 0.009408115698198199 6 44.87008295837472 1.1634864220316017 0.9982661072686236 0.45472528520539085 7559.49951171875 0.2186971140944738 101 22.74774774774775 2.3799313864221587 2.438587403099243 2.3685749058812897 2.332631850285943 0.0114924 0.013255133293569088 0.011335322633385658 444 90 90 60 2.8949549762311753 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 59.496245306617865 16.846235275268555 41.20304489135742 11.659910202026367 322758.0 0.0022522523067891598 161.01159973144522 105.52461242675781 3.6144817024817684 265.2790222167969 1059.53759765625 1017.4031982421875 93739.0 552.4513549804688 1683.1153198242187 351.4382019042969 36.08821105957031 @@ -99,9 +97,6 @@ sub-10033_ses-V3_task-rest_run-02_bold 0.00142238202247191 0.01747287 5 36.52844 sub-10034_ses-V1_task-cuff_run-01_bold 0.001283151927437642 0.01765251755102041 9 79.28141425747731 1.188348846 1.0405954096590906 0.48544452862676085 2346.890380859375 0.5942799632719794 80 18.140589569160998 2.555174351868987 2.4945040675439807 2.5795040641663842 2.5915149238965958 0.00525598 0.024650411680340767 -0.0035870757419615984 441 90 90 60 2.183985106674406 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 5 47.654254418291316 30.53959083557129 54.09663009643555 22.60997772216797 303376.0 0.06802721321582794 205.70294952392578 105.75836944580078 8.43325197534999 326.028076171875 1175.1103515625 1103.9500732421875 110685.0 523.9097412109376 2057.005908203122 505.4728088378906 24.38542366027832 sub-10034_ses-V1_task-rest_run-01_bold 0.0013699097065462754 0.018851169729119637 7 78.0812208684389 1.1843690202488686 1.0617586629185516 0.4847833797803839 2247.97509765625 0.5883354556145676 345 77.87810383747178 2.5565479664590316 2.48824156779283 2.585783230583539 2.595619101000725 0.00475446 0.0231846421957016 -0.003847102401778102 443 90 90 60 2.2028801963849753 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 6 48.12222669853147 30.79997444152832 53.36099624633789 23.088037490844727 304190.0 0.1196388304233551 198.24820022582983 103.08615112304688 8.57699575906835 324.0372619628906 1175.7957763671875 1104.2889404296875 109903.0 534.6896057128906 2050.7915283203115 501.29095458984375 23.346195220947266 sub-10034_ses-V1_task-rest_run-02_bold 0.0014529185520361992 0.018966817850678733 8 79.29147105297051 1.1900959910204079 1.028648188548752 0.4874333777575976 2144.57421875 0.6712413020411484 364 82.3529411764706 2.55332435640872 2.4919957343103194 2.5712748978267155 2.5967024370891245 0.00595946 0.024420181289315224 -0.0039516594260931015 442 90 90 60 2.192975987262872 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 6 44.89028857011588 31.506977081298828 55.76809310913086 23.583711624145508 303871.0 0.15837104618549347 210.1549835205078 108.20531463623047 8.498673922624905 322.42413330078125 1168.8909912109375 1097.21728515625 110392.0 529.2040985107423 2041.847912597656 500.3302917480469 23.369396209716797 -sub-10034_ses-V3_task-cuff_run-01_bold 0.001367471783295711 0.011819932799097066 7 61.59343236192306 1.1564319983936648 1.00681246719457 0.4798389385494086 2751.34228515625 0.4477258948256173 21 4.74040632054176 2.5272146818116936 2.4864957345288703 2.600995729979049 2.4941525809271616 0.00354344 0.027626022696495056 0.009573175571858883 443 90 90 60 2.172603103939379 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 59.433371829242994 28.989391326904297 53.24843978881836 21.106094360351562 305655.0 0.06772009283304214 198.53792419433591 109.86471557617188 6.785481082008218 357.5816650390625 1197.140625 1119.4842529296875 108632.0 537.7090270996093 2130.2233398437497 515.2708740234375 27.785261154174805 -sub-10034_ses-V3_task-rest_run-01_bold 0.0011626923076923077 0.01298740330316742 8 63.622915981609985 1.1504836359637194 1.0019851254875285 0.4791556979171454 2833.517578125 0.4919138894982621 316 71.49321266968326 2.5347521778721602 2.4836790679741276 2.6081040630299226 2.51247340261243 0.00526614 0.02707410603761673 0.010820511728525162 442 90 90 60 2.198346412050999 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 66.1412766440704 28.551834106445312 51.69740295410156 20.83710479736328 305469.0 0.10407239943742752 189.38371887207026 107.32449340820312 6.924374161079623 350.06854248046875 1193.078369140625 1117.351806640625 108630.0 540.5923156738281 2105.7104370117177 508.2668762207031 26.38492202758789 -sub-10034_ses-V3_task-rest_run-02_bold 0.0010562302483069976 0.012372953995485327 7 60.99157080490944 1.1510058789592748 1.0104558058597293 0.4810631872263527 2775.002197265625 0.4702152843994796 301 67.94582392776523 2.5256882920057766 2.486329067868826 2.591662397016589 2.4990734111319153 0.00475668 0.029979564249515533 0.010022769682109356 443 90 90 60 2.1937268672988637 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 63.315845413397966 28.761816024780273 53.805747985839844 20.900678634643555 305317.0 0.09255079180002213 201.47359313964853 113.36299133300781 6.58286802570859 350.6437683105469 1187.3839111328125 1112.1241455078125 108785.0 536.1227905273438 2107.8568847656234 506.9541931152344 27.696786880493164 sub-10035_ses-V1_task-cuff_run-01_bold 0.002636378132118451 0.010124063530751709 11 34.35180131050226 1.0526595928538816 1.039671510319635 0.40591246796065383 16225.34375 0.1874774475860412 2 0.45558086560364464 2.308081025341293 2.3231499076863167 2.3357165738536287 2.265376594483934 0.00407589 0.0006744115962646902 0.015248424373567104 439 90 90 60 2.677261482020453 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 6 74.15369286591067 10.857782363891602 24.092201232910156 7.542141437530518 338974.0 0.0091116176918149 97.12688407897939 57.52106475830078 3.8539653561283522 274.0417175292969 1030.7998046875 966.6150512695312 80509.0 563.7348876953125 1680.5886962890618 361.0439453125 31.573223114013672 sub-10035_ses-V1_task-rest_run-01_bold 0.0014405694760820044 0.010593040273348519 11 33.45262187358446 1.0072854684931505 1.0100397076484025 0.40620458234981766 16564.6328125 0.18647656326775763 42 9.567198177676538 2.318357428687712 2.331112407369915 2.341316573631105 2.282643305062116 0.0038584 0.0012361560948193073 0.014399506151676178 439 90 90 60 2.679621136583015 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 2 71.68571498498842 10.796992301940918 24.069713592529297 7.501139163970947 338868.0 0.0091116176918149 97.34533500671355 57.01739501953125 3.875928540747447 274.4232177734375 1034.598876953125 970.6242065429688 80495.0 563.4041442871094 1687.37802734375 362.22216796875 31.337520599365234 sub-10035_ses-V1_task-rest_run-02_bold 0.00204 0.010387278616780045 9 37.02623479609091 1.0408060359545448 1.001303434545455 0.405927793134156 15854.4970703125 0.22169469157091984 98 22.22222222222222 2.311796314016814 2.318258241214027 2.338924907059474 2.2782057937769413 0.0038897 6.473594839917496e-05 0.01467336155474186 441 90 90 60 2.6603671910550815 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 6 76.48515250120757 11.05059814453125 24.11849594116211 7.607709884643555 338826.0 0.0022675737272948027 98.38095092773438 57.788150787353516 3.9746592323479977 274.8495178222656 1030.310791015625 966.047607421875 80599.0 559.103857421875 1682.4392822265609 363.1234130859375 30.491376876831055 @@ -312,6 +307,8 @@ sub-10073_ses-V1_task-cuff_run-01_bold 0.0004609213483146068 0.00544039487640449 sub-10073_ses-V1_task-cuff_run-02_bold 0.0008352252252252253 0.005373081396396397 6 39.821451656388255 1.05864868241535 1.0078980492099325 0.559339206198519 469.15936279296875 0.11715610986442426 0 0.0 2.830158220872949 2.5607832315769503 3.058241545143066 2.8714498858988327 0.0089105 -0.0012780468678101897 0.14634346961975098 444 90 90 54 2.3447174171113896 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 20.399464370155837 5.088932514190674 26.703954696655273 10.11486530303955 272733.0 6.549549579620361 108.03468627929686 44.3678092956543 2.3084552139804577 89.94454193115234 249.458984375 236.2364959716797 99305.0 109.49414825439453 427.0986511230467 100.75214385986328 36.0224723815918 sub-10073_ses-V1_task-rest_run-01_bold 0.0007910112359550562 0.008607539685393259 5 41.50410154695948 1.066891655292793 0.9973453553153155 0.5570448417730883 487.25921630859375 0.1235720011606316 6 1.348314606741573 2.8703540526090445 2.6054457298022218 3.1083207098197656 2.8972957182051453 0.0204499 -0.008748343214392662 0.14207777380943298 445 90 90 54 2.322295412896739 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 20.47925074988837 5.000866889953613 26.134435653686523 10.056180000305176 271859.0 6.528090000152588 104.6471939086914 42.81201934814453 2.4386470696119984 92.28614807128906 253.15090942382812 239.77752685546875 100012.0 109.90573120117188 433.3098937988281 103.24971008300781 31.859899520874023 sub-10073_ses-V1_task-rest_run-02_bold 0.0006241123595505618 0.006093355235955057 5 38.26504408351352 1.0366364792117126 1.0024267976801795 0.5613810791271266 457.45867919921875 0.11235546455787647 8 1.797752808988764 2.8362596095193915 2.567141564657626 3.0555957119148687 2.886041551985679 0.0070698 -0.0007874295115470886 0.14797790348529816 445 90 90 54 2.3615399189762414 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 19.723327130686222 5.314046859741211 27.10759925842285 10.240449905395508 272521.0 6.42247200012207 111.3505630493164 44.96010208129883 2.2494618100365056 89.45756530761719 248.93153381347656 235.75393676757812 99380.0 110.43034133911134 425.1237091064453 99.83009338378906 35.17556381225586 +sub-10073_ses-V3_task-cuff_run-01_bold 0.00044907865168539326 0.0076921335056179775 5 47.72008088286035 1.0863502588063063 1.0008542766441433 0.5667800317050737 385.2177734375 0.12684172155159676 0 0.0 3.0188208193493735 2.7076707257401655 3.1485082082228577 3.200283524085096 0.00741792 -0.01617690548300743 0.16080868244171143 445 90 90 54 2.074354870863467 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 16.33335094626793 6.9332475662231445 29.266645431518555 10.743820190429688 266634.0 5.815730571746826 126.09528083801248 47.35272979736328 2.784482992661217 98.78462219238281 250.18406677246094 230.42697143554688 103961.0 108.80224609375 451.5483093261719 111.08314514160156 30.995288848876953 +sub-10073_ses-V3_task-cuff_run-02_bold 0.0014205643340857788 0.009094403905191874 7 47.94786427357472 1.101228896447964 1.0236063032352936 0.5683155005937904 378.6307678222656 0.13885844150379975 0 0.0 3.0007735973473015 2.6942040596086163 3.1228415425760927 3.185275189857196 0.00661574 -0.014595798216760159 0.1607084572315216 443 90 90 54 2.0812966886321256 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 15.853275196474094 7.008056163787842 29.397289276123047 10.792325019836426 266480.0 5.819413185119629 126.48578033447255 47.308189392089844 2.8178280061712675 98.0609130859375 248.77980041503906 229.23251342773438 104048.0 108.8300262451172 447.6970687866209 110.13874816894531 29.6191463470459 sub-10073_ses-V3_task-rest_run-01_bold 0.0007186907449209932 0.011976431557562077 7 48.4215408082806 1.0682988071266974 0.9833080387782802 0.5661824533380994 379.8214416503906 0.12563316278274542 1 0.22573363431151242 3.0396638745626436 2.7289832248932826 3.1750498738348534 3.2149585249597945 0.0121047 -0.018997803330421448 0.158829465508461 443 90 90 54 2.0676730740442273 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 16.93865256864093 7.041524410247803 28.824922561645508 10.83295726776123 266038.0 5.774266719818115 121.72720642089843 46.13128662109375 2.785060110701049 99.16366577148438 249.40122985839844 229.6952667236328 104334.0 108.09018363952637 449.8873718261717 111.08824157714844 27.757362365722656 sub-10073_ses-V3_task-rest_run-02_bold 0.0007187387387387389 0.008880876463963964 6 47.03782342950333 1.0601727951467281 0.9931316057787813 0.5697727550971787 375.5145263671875 0.13858082172680103 1 0.22522522522522523 3.0000152638514908 2.6921123930250648 3.1284748756855776 3.179458522843829 0.0107134 -0.014156834222376347 0.16205894947052002 444 90 90 54 2.089991041855178 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 15.726925332398455 7.059056282043457 29.509628295898438 10.795044898986816 266220.0 5.777027130126953 126.95281791687009 47.48927688598633 2.7340746855720717 97.57460021972656 247.2030487060547 227.7680206298828 104210.0 108.8443717956543 444.2415725708004 108.9798583984375 29.172719955444336 sub-10074_ses-V1_task-rest_run-01_bold 0.00044694570135746605 0.005539345746606335 8 34.72709768646255 1.0190007851927438 1.0032041365759639 0.5279347662848004 664.0908203125 0.11767696604658086 4 0.9049773755656109 2.655690266084539 2.3669790726113686 2.7663873900736418 2.833704335568607 0.0205769 -0.009426901116967201 0.08885970711708069 442 90 90 54 2.6637786140929944 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 60.13642341060709 2.525789976119995 16.809471130371094 8.341629028320312 277310.0 6.527149677276611 48.43563518524167 27.819725036621094 0.5746542294206796 79.46346282958984 241.81126403808594 228.02037048339844 95857.0 129.67375793457032 401.1018371582031 85.59989929199219 36.334625244140625 @@ -340,10 +337,6 @@ sub-10077_ses-V3_task-cuff_run-01_bold 0.0010733634311512416 0.00932429984198645 sub-10077_ses-V3_task-cuff_run-02_bold 0.0008445022624434388 0.008886611085972851 8 43.80844558224487 1.0872275168027214 1.0087415065079375 0.5079934516952154 747.5360717773438 0.13186389829414066 0 0.0 2.654658319847016 2.4171832372831012 2.7684748899906917 2.7783168322672545 0.00952354 -0.03427618369460106 0.1143176406621933 442 90 90 54 2.5679934081228195 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 93.1136380847028 3.4784128665924072 18.1541690826416 7.932126998901367 288649.0 5.432126998901367 57.7714958190918 34.8051872253418 2.6989868479497066 80.37918090820312 244.494384765625 230.69570922851562 86310.0 129.4294105529785 405.71009674072275 89.83448791503906 31.89814567565918 sub-10077_ses-V3_task-rest_run-01_bold 0.00041968325791855203 0.008603564977375565 8 41.90782311734694 1.0456391553061217 0.9865247623809521 0.50644610285989 758.9186401367188 0.14287674143386392 17 3.8461538461538463 2.6769249861864366 2.4375040698089574 2.7981165554795044 2.795154333270848 0.00671919 -0.03397240862250328 0.11294571310281754 442 90 90 54 2.5575996664816505 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 104.56458068100237 3.5354361534118652 18.296525955200195 7.988687992095947 288401.0 5.398190498352051 58.72172164916992 35.691104888916016 2.787999969925891 81.667236328125 248.49024963378906 233.94796752929688 86204.0 131.90894012451173 412.5286239624022 91.47116088867188 31.794334411621094 sub-10077_ses-V3_task-rest_run-02_bold 0.0005861936936936937 0.013781248671171172 6 43.799235195372496 1.0325546974266369 0.9664811658013535 0.5072283603968729 750.4869384765625 0.14307280478472423 36 8.108108108108109 2.6822735980190955 2.424470736993522 2.798987388778234 2.8233626682855286 0.00780884 -0.03229730203747749 0.11349467933177948 444 90 90 54 2.594651897108442 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 88.722840055334 3.5061538219451904 17.9122314453125 7.918919086456299 289121.0 5.353603839874268 56.31306457519531 34.17822265625 2.5183686483310366 79.2156982421875 243.080810546875 229.375 85924.0 129.8993263244629 402.571743774414 88.40248107910156 27.116857528686523 -sub-10080_ses-V1_task-cuff_run-01_bold 0.0004926410835214447 0.006947123792325056 7 34.1243955861991 0.9983085582352944 0.9996934753167425 0.530644871999687 455.16033935546875 0.12848601321731837 0 0.0 2.715023596407976 2.419420737194191 2.9116415509684264 2.8140085010613105 0.00599142 -0.04000045731663704 0.1346891224384308 443 90 90 54 2.7006969568825894 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 56.692223429143304 5.374850749969482 23.4668025970459 10.367945671081543 292907.0 6.431151390075684 78.44469451904297 39.55704879760742 0.260280919585159 83.914306640625 246.21188354492188 237.93905639648438 82848.0 115.36219177246093 404.11728820800784 88.10230255126953 34.73725128173828 -sub-10080_ses-V1_task-cuff_run-02_bold 0.0004370045045045046 0.007194208558558558 6 34.91105597155757 1.0013460239503387 0.9968518123702037 0.5325646486349188 443.2760925292969 0.11690909437854077 0 0.0 2.6968402629549915 2.4030790711768835 2.8988665514760594 2.7885751662120324 0.00390421 -0.038348183035850525 0.12794382870197296 444 90 90 54 2.703622436427861 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 49.74682974972579 5.406155109405518 23.29796028137207 10.448198318481445 293005.0 6.617117404937744 78.83108520507812 37.334800720214844 0.29189515396219345 83.14261627197266 245.84609985351562 237.24549865722656 82751.0 115.83108520507812 403.16668701171875 87.75044250488281 35.55292892456055 -sub-10080_ses-V1_task-rest_run-01_bold 0.0004990045248868778 0.007397858167420815 8 34.648740080861664 1.003032336167801 0.9990869543990925 0.5294345953336909 478.0489807128906 0.11313313109810266 8 1.8099547511312217 2.722965262833989 2.421629070439773 2.9309957168660277 2.8162710011961662 0.00187545 -0.03719056397676468 0.126682311296463 442 90 90 54 2.6905590246999234 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 48.54938450887907 4.9979119300842285 22.796527862548828 10.124434471130371 293179.0 6.583710670471191 77.10679092407217 36.530128479003906 0.2277713435228499 85.115478515625 246.57382202148438 238.52490234375 82706.0 113.97624778747559 404.51019287109375 88.65200805664062 35.20634460449219 -sub-10080_ses-V1_task-rest_run-02_bold 0.0004133333333333333 0.006650658526077098 9 35.68743336438635 1.0081052054545445 1.0002374806363639 0.5335314716582106 432.2926940917969 0.11982620805526721 9 2.0408163265306123 2.69138054088501 2.3970707380823004 2.8904498851438407 2.786620999428888 0.00309034 -0.037802938371896744 0.1278306245803833 441 90 90 54 2.699202043923961 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 48.32481210098407 5.513531684875488 23.367563247680664 10.544218063354492 292861.0 6.61904764175415 79.0 37.26066970825195 0.30676079909332676 82.83074188232422 245.18942260742188 236.61451721191406 82936.0 114.88719177246094 402.4053268432617 87.66038513183594 36.33757400512695 sub-10080_ses-V3_task-cuff_run-01_bold 0.0007842663656884877 0.010282459999999998 7 42.418818780361995 1.0337484559276022 1.0017167342307687 0.519588109059792 515.7346801757812 0.2086689042860963 1 0.22573363431151242 2.7744861028266237 2.434145736609072 2.8101123883361665 3.0792001835346334 0.00677527 -0.024346496909856796 0.12044768780469894 443 90 90 54 2.616054754742381 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 47.88794922949286 3.437093734741211 20.18008041381836 9.264108657836914 296792.0 6.78329610824585 64.63533172607424 31.741872787475586 0.8657420045793676 73.23988342285156 235.22799682617188 221.90293884277344 79743.0 118.10226211547851 394.35869140625 84.8229751586914 30.868255615234375 sub-10080_ses-V3_task-cuff_run-02_bold 0.0006199774266365687 0.010664576072234764 7 40.84792592825789 1.006427342307692 0.9871036663574664 0.5204443746852179 498.6442565917969 0.18981586620435995 0 0.0 2.7833541585741006 2.4464582361198173 2.8079665550881003 3.0956376845143843 0.00316989 -0.025197168812155724 0.12212307751178741 443 90 90 54 2.6172904153958116 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 48.503589036647085 3.6044297218322754 20.322385787963867 9.354401588439941 296643.0 6.772009372711182 65.25259704589836 32.00381851196289 0.8751197819722702 72.90853881835938 234.1276397705078 220.80926513671875 79708.0 117.7419906616211 391.94718627929683 84.36506652832031 29.240001678466797 sub-10080_ses-V3_task-rest_run-01_bold 0.00044938914027149317 0.00930632149321267 8 39.87001793621317 1.0071054500000005 0.9871809229251706 0.5204680777365855 506.62591552734375 0.1575566377959184 36 8.144796380090497 2.7854583256603456 2.437149903156364 2.808391555071213 3.11083351875346 0.00592063 -0.02664794959127903 0.12005072832107544 442 90 90 54 2.6121073510803443 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 46.08456500645432 3.5924601554870605 20.310606002807617 9.375566482543945 296409.0 6.807692527770996 65.29910125732411 31.61860466003418 0.8722014580004922 73.41734313964844 236.38458251953125 222.8031768798828 79994.0 118.33405342102051 396.7202728271484 85.2957992553711 31.13897132873535 @@ -352,8 +345,6 @@ sub-10082_ses-V1_task-cuff_run-01_bold 0.0016332505643340857 0.01716233054176072 sub-10082_ses-V1_task-cuff_run-02_bold 0.0033402708803611735 0.01782783250564334 7 56.41924932316739 1.2720519744796384 1.2053558764027152 0.47162475253425173 3606.909912109375 0.2521569844714287 0 0.0 2.4212466618396484 2.5054207337768584 2.422070737088889 2.336248514653197 0.020689 0.0225629024207592 0.014657476916909218 443 90 90 60 2.0322777134262924 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 44 50.90238843123905 25.756450653076172 58.69832992553711 18.68397331237793 309309.0 0.14446952939033508 226.86005249023384 141.87918090820312 14.217160531008965 341.69140625 1232.781982421875 1121.171630859375 105831.0 633.8961791992188 2154.914306640625 551.6796875 24.811092376708984 sub-10082_ses-V1_task-rest_run-01_bold 0.0012644144144144144 0.02032993490990991 6 66.80397973160267 1.2302157348758478 0.9929206401354396 0.47390427179706357 3823.16796875 0.4320998487823381 239 53.828828828828826 2.4440966561517126 2.5013165672732764 2.4706665684911977 2.360306832690663 0.0172219 0.0236183013767004 0.014463353902101517 444 90 90 60 2.1278643966531243 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 49.73153899644763 25.013904571533203 58.057159423828125 18.16216278076172 309280.0 0.0878378376364708 222.3608169555663 143.3256072998047 12.295635808497899 337.27862548828125 1232.7353515625 1127.137451171875 106003.0 639.3831481933594 2130.587280273436 529.7011108398438 23.170101165771484 sub-10082_ses-V1_task-rest_run-02_bold 0.0026802252252252252 0.013852511936936936 6 55.88701739884875 1.307801275485328 1.0327358619187352 0.47141897263036725 3712.524658203125 0.23940361141521393 94 21.17117117117117 2.3766438977965385 2.4542957358083832 2.3995957379819655 2.2760402195992664 0.0187211 0.023553717881441116 0.01492096297442913 444 90 90 60 2.0554815413596925 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 55.267392946695395 24.883676528930664 56.843589782714844 17.9797306060791 309790.0 0.06756757199764252 219.81114883422816 138.513427734375 13.602806599368765 337.011474609375 1219.198974609375 1110.8896484375 105767.0 624.9953002929688 2120.095532226562 540.44970703125 28.944908142089844 -sub-10082_ses-V3_task-rest_run-01_bold 0.0018163370786516855 0.013928694943820225 5 49.772011576486506 1.1723715336936944 1.0033553694144155 0.4760915190728203 3029.078125 0.19026903432466233 38 8.539325842696629 2.3773022238451955 2.43053323675262 2.3887999050776205 2.3125735297053467 0.0169575 0.019569819793105125 0.010433864779770374 445 90 90 60 2.2354640469445224 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 69.2934677992359 25.190914154052734 53.13350296020508 18.1370792388916 311158.0 0.03820224851369858 200.08415679931616 127.40634155273438 9.673307128335923 301.0148620605469 1101.5638427734375 1014.0089721679688 104439.0 567.5518981933594 1877.6040283203122 453.59893798828125 28.523038864135742 -sub-10082_ses-V3_task-rest_run-02_bold 0.002064431818181818 0.013868195136363635 10 48.94958898441912 1.153757855922552 1.1048156294305238 0.4767295598041783 3151.497802734375 0.20587392902654025 51 11.590909090909092 2.4119272147248623 2.456595735716989 2.4276332368678557 2.3515526715897423 0.00970694 0.018436849117279053 0.011957943439483643 440 90 90 60 2.226282651360795 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 98.04936540553335 25.382822036743164 54.652626037597656 18.204544067382812 311107.0 0.07045454531908035 206.3590850830081 132.24185180664062 10.274573990684035 305.1733703613281 1106.40625 1019.0147705078125 104302.0 570.8276092529296 1885.810186767578 457.7181091308594 27.768875122070312 sub-10085_ses-V1_task-cuff_run-01_bold 0.0006262528216704287 0.005391483137697517 7 39.11613173518102 1.0781360483031677 0.9945224761312214 0.5519669319628262 467.80596923828125 0.16711745512707496 0 0.0 2.798022203705963 2.643541561621763 2.9520707160285826 2.798454333467543 0.00883359 -0.030267028138041496 0.11844116449356079 443 90 90 54 2.023042599899102 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 25.327168864147055 6.509393692016602 24.79500389099121 11.408577919006348 256288.0 6.724605083465576 86.69446868896483 35.67692184448242 7.368960913026026 104.27915954589844 294.42083740234375 271.907470703125 112894.0 131.0803649902344 531.5021759033201 134.4046173095703 36.19191360473633 sub-10085_ses-V1_task-cuff_run-02_bold 0.0027745168539325847 0.006490125123595505 5 40.63353659635137 1.1020842078828827 1.033104134527027 0.5525889523252157 473.3238830566406 0.20574609708648034 3 0.6741573033707865 2.799012481715785 2.6443998949209893 2.9459873829369787 2.806650167289386 0.016439 -0.028357667848467827 0.11801993101835251 445 90 90 54 2.0530783405422297 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 25.369033565958397 6.543440818786621 24.482769012451172 11.305618286132812 256750.0 6.557303428649902 85.36651573181146 35.03649139404297 7.407805462660342 101.67320251464844 290.2859191894531 268.60675048828125 112701.0 130.05393981933594 519.438232421875 130.8306427001953 33.430206298828125 sub-10085_ses-V1_task-rest_run-01_bold 0.0007437471783295711 0.005951808284424379 7 38.67451682468325 1.078972889773755 0.9967316271719461 0.5497270220295063 491.4129333496094 0.15730520510478704 48 10.835214446952596 2.8166124814543525 2.6579082277175496 2.9720540485678493 2.8198751680776577 0.0145443 -0.02893074043095112 0.11655722558498383 443 90 90 54 2.020569421774228 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 26.72934083007559 6.161333084106445 24.532102584838867 11.185101509094238 257023.0 6.794582366943359 85.7331832885742 35.43025207519531 7.346795972854613 105.11083221435547 295.6905822753906 273.0857849121094 112365.0 130.49254760742187 532.7919067382807 135.15228271484375 34.71556091308594 @@ -374,11 +365,7 @@ sub-10087_ses-V3_task-rest_run-02_bold 0.010312460496613997 0.04001286297968397 sub-10088_ses-V1_task-cuff_run-01_bold 0.002307909090909091 0.014158257204545454 10 39.52008229132116 1.0735943453758543 1.0095897134396357 0.431202186954174 7493.81884765625 0.2387269711132786 4 0.9090909090909091 2.3757549862634186 2.362024906141563 2.375049905623996 2.390190147024697 0.00832363 -0.0020575847011059523 0.02620387077331543 440 90 90 60 3.4643403413478717 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 19 255.94409648676543 15.611127853393555 33.970401763916016 10.94772720336914 336757.0 0.015909090638160706 121.6322677612305 96.57035064697266 1.6723336278155365 213.21673583984375 965.9292602539062 947.5443115234375 81902.0 521.8526885986329 1440.8170959472654 273.511962890625 31.296043395996094 sub-10088_ses-V1_task-rest_run-01_bold 0.003804547511312217 0.013621169864253393 8 40.012600771315185 1.1111226338548756 1.0565508191609978 0.4320170422091322 7360.80712890625 0.25304706069107746 113 25.56561085972851 2.357093881499978 2.35287073983865 2.3564374063635904 2.3619734982976923 0.00911997 -0.001004060497507453 0.025997219607234 442 90 90 60 3.4639884825238947 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 233.66872767436752 15.58409595489502 34.015438079833984 11.083710670471191 336837.0 0.05429864674806595 121.5470672607423 94.83658599853516 1.724275764568917 211.52066040039062 962.9750366210938 944.0057373046875 81868.0 519.9770385742188 1436.920764160156 272.5182189941406 31.43305778503418 sub-10088_ses-V1_task-rest_run-02_bold 0.002042302483069977 0.013053356433408578 7 39.045595527149324 1.0827303474434398 1.0069738269230768 0.4313292280957715 7290.3984375 0.22737277205647993 89 20.090293453724605 2.3425147190874243 2.333349907281005 2.3507165732575825 2.3434776767236856 0.00569578 -0.002889984054490924 0.026850230991840363 443 90 90 60 3.485404030962888 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 25 272.3273484052101 15.774822235107422 33.90266036987305 11.050790786743164 337192.0 0.011286681517958641 122.18160400390627 96.71683502197266 1.7427373195010576 209.3949432373047 963.0662231445312 943.9300537109375 81627.0 525.9146789550782 1432.453527832031 270.8220520019531 32.38969802856445 -sub-10088_ses-V3_task-rest_run-01_bold 0.002255887640449438 0.011442743033707866 5 36.65804620283783 1.0603323206756747 1.036645867252253 0.43041929257589134 7029.00048828125 0.1994815552592402 58 13.03370786516854 2.4408243351996863 2.4282957368415303 2.414604070718921 2.479573198038608 0.0152172 -0.00379011919721961 0.024848949164152145 445 90 90 60 3.125422740195799 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 19 325.2035828394732 16.32195281982422 33.418540954589844 11.451685905456543 335315.0 0.033707864582538605 121.883821105957 87.99463653564453 1.9489542971436453 238.90211486816406 997.0 958.4089965820312 83155.0 550.3519348144531 1561.6072021484374 306.6475524902344 32.21160125732422 -sub-10088_ses-V3_task-rest_run-02_bold 0.0017625507900677201 0.010005648735891647 7 37.02840926319005 1.0721718964027156 1.0123994124660634 0.4296462940339016 7181.693359375 0.1889628937697891 47 10.609480812641083 2.4351062782542923 2.421758237101307 2.40887073761341 2.474689860048161 0.00915207 -0.004120944999158382 0.02430924028158188 443 90 90 60 3.112140829487361 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 346.3093082010148 16.37221336364746 33.28443145751953 11.295711517333984 335387.0 0.004514672793447971 122.56750030517583 88.48152923583984 1.9248653944916096 239.34487915039062 995.2299194335938 957.44921875 83115.0 546.0901062011719 1563.951733398438 307.6478576660156 33.77882385253906 sub-10089_ses-V1_task-rest_run-01_bold 0.001370158013544018 0.01689445372460497 7 43.97883678445701 1.1303663305882345 1.0012648254072396 0.4328787823317158 11803.9150390625 0.21093041291901402 82 18.510158013544018 2.408917479263354 2.382416571997938 2.4255457369508053 2.4187901288413185 0.00985587 0.0124159911647439 0.023737965151667595 443 90 90 60 3.379881158064567 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 104.82206206267635 13.299912452697754 40.00776290893555 9.26185131072998 336906.0 0.015801355242729187 166.87472534179688 119.46398162841797 1.940178001874835 234.4285125732422 1030.564453125 996.0383911132812 82427.0 601.1110900878907 1562.593273925781 294.6944885253906 30.60693359375 -sub-10089_ses-V3_task-rest_run-01_bold 0.0020098871331828442 0.0202856079006772 7 41.41010981796378 1.0430295921040729 0.9852904486651579 0.43586740512866967 9771.16015625 0.2691899367802089 96 21.670428893905193 2.501300785172441 2.4729082350687888 2.492649900950992 2.5383442194975414 0.00688321 0.004012919031083584 0.02236417680978775 443 90 90 60 3.259548020733793 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 86.00687647747002 15.371539115905762 43.00601577758789 10.819413185119629 336873.0 0.06320542097091675 181.25102539062397 115.20220947265625 1.7406446931642394 258.6019592285156 1091.0047607421875 1051.1512451171875 82197.0 625.4885131835938 1685.5679931640625 322.4817810058594 25.511911392211914 -sub-10089_ses-V3_task-rest_run-02_bold 0.0017875113122171942 0.018547076923076923 8 42.099003387369606 1.0428933958730162 0.9528230068027214 0.4361808891751254 9659.7021484375 0.2703047288968954 87 19.683257918552037 2.4925452331668914 2.4638332354293966 2.4915749009937085 2.5222275630775686 0.00591972 0.00309227523393929 0.0234836358577013 442 90 90 60 3.2404931892104645 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 99.57767567865349 15.459985733032227 43.39090347290039 10.760181427001953 336760.0 0.03846153989434242 185.89401626586906 116.98511505126953 1.7580843327686617 260.11279296875 1089.6395263671875 1050.179931640625 82284.0 622.9225311279297 1689.6094055175772 324.07830810546875 26.418861389160156 sub-10090_ses-V1_task-cuff_run-01_bold 0.001819908675799087 0.022444126027397263 12 46.31860103677344 1.0455856304805493 0.9773949421739131 0.4438176130243387 7306.453125 0.3260996215663619 2 0.45662100456621 2.4049147141690495 2.4579999023278596 2.4009915712598335 2.355752668919456 0.00602275 -0.0034791489597409964 0.02876952476799488 438 90 90 60 2.7371393182116006 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 101.7703644252557 16.29846954345703 34.87674331665039 11.35616397857666 327009.0 0.029680363833904266 131.48675537109364 81.36087036132812 6.072880588638682 231.90713500976562 1024.691650390625 962.9840087890625 90772.0 579.673162841797 1672.4384704589843 351.81939697265625 24.957162857055664 sub-10090_ses-V1_task-rest_run-01_bold 0.0015225000000000002 0.018052892136363637 10 43.535726386423654 1.0702812494305243 0.9885960969931663 0.44369493139981075 7419.83056640625 0.28631051451687284 207 47.04545454545455 2.367639726498263 2.429908236777455 2.3718582390841547 2.301152703633179 0.00441481 -0.003932173829525709 0.028629913926124573 440 90 90 60 2.7358596398507338 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 92.71443665962143 16.156993865966797 35.235591888427734 11.263635635375977 327462.0 0.029545454308390617 135.64078598022462 81.9950180053711 6.152176455157727 234.8389892578125 1026.4482421875 966.1466064453125 90402.0 576.9662231445312 1670.8826171874994 353.1399230957031 28.69672966003418 sub-10090_ses-V1_task-rest_run-02_bold 0.004483877551020408 0.01894019426303855 9 42.94086862024999 1.099471772181818 1.0481241251818176 0.44482372537478404 7505.6298828125 0.2923608059822533 222 50.34013605442177 2.4075216600596234 2.4640457354209526 2.4105665708793573 2.347952673878559 0.00443078 -0.00466538080945611 0.028011370450258255 441 90 90 60 2.6884986053509285 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 88.21234468002947 16.180871963500977 35.95144271850586 11.258503913879395 327144.0 0.020408162847161293 141.15385131835933 81.38130950927734 6.383719160512076 234.63111877441406 1027.451171875 964.7573852539062 90755.0 576.8498718261718 1679.8093017578126 358.84417724609375 26.938385009765625 @@ -394,16 +381,10 @@ sub-10092_ses-V3_task-cuff_run-01_bold 0.0014531828442437926 0.00665225695259593 sub-10092_ses-V3_task-cuff_run-02_bold 0.0008430769230769231 0.006696077126696832 8 42.27077657990927 1.0580178562131504 1.0125549636281193 0.5650362942786805 363.4239807128906 0.14970671336068336 0 0.0 2.6708472067960773 2.456249902397398 2.817129054724016 2.739162663266818 0.0110507 -0.022038359194993973 0.14430612325668335 442 90 90 54 2.233559305863928 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 28.551231994797327 5.563112735748291 27.186073303222656 11.048643112182617 269536.0 7.058824062347412 105.61199760437012 45.23352813720703 2.228595104460645 90.13348388671875 244.45596313476562 227.37896728515625 101188.0 112.95565872192384 433.51278991699223 101.80067443847656 32.15290069580078 sub-10092_ses-V3_task-rest_run-01_bold 0.0016208144796380091 0.007814019819004524 8 41.795373842993214 1.0537810907936513 1.017048797482993 0.5625065477532174 387.5614929199219 0.1723656908712603 18 4.072398190045249 2.703312484607659 2.4833832346525497 2.847412386853997 2.7791418323164288 0.00817656 -0.023273834958672523 0.14104916155338287 442 90 90 54 2.224021238150115 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 27.741177312125313 5.293091773986816 26.885366439819336 10.871041297912598 269774.0 7.070136070251465 104.04084129333481 44.41051483154297 2.583747819597173 91.352783203125 248.30035400390625 230.8133544921875 101116.0 114.22568321228027 440.6221923828125 103.78147888183594 31.71124267578125 sub-10092_ses-V3_task-rest_run-02_bold 0.0022888009049773753 0.008268453868778279 8 41.40134128902492 1.0605952116780053 1.0354289692063487 0.566327400055096 374.19549560546875 0.16787915238180054 28 6.334841628959276 2.707708317882491 2.488224901126826 2.8522498866617725 2.7826501658588745 0.0049215 -0.023103483021259308 0.1504487842321396 442 90 90 54 2.235724300932279 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 12 27.54670007858934 5.393720626831055 27.293540954589844 10.839366912841797 269354.0 6.914027214050293 105.92319602966293 45.06521224975586 2.012153330265603 89.7276382446289 243.03514099121094 225.9886932373047 101439.0 111.95430145263673 431.7004821777343 101.08025360107422 30.33572769165039 -sub-10093_ses-V1_task-cuff_run-01_bold 0.0005183333333333333 0.009463009144144146 6 63.54885711846501 1.0838098358239283 0.9838071335440182 0.5715382629520463 266.7243347167969 0.4616825815154273 15 3.3783783783783785 2.828865268518065 2.4615332355207906 2.910058217698009 3.1150043523353945 0.011593 0.014224414713680744 0.12899097800254822 444 90 90 54 2.1382792271720623 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 39.70909384817037 8.561694145202637 30.410320281982422 13.328828811645508 267706.0 7.200450420379639 110.32094955444336 47.37247848510742 1.4437305322874572 94.78302001953125 254.69505310058594 232.4481964111328 104086.0 118.84009552001953 464.03096771240234 108.7075424194336 27.05046844482422 -sub-10093_ses-V1_task-cuff_run-02_bold 0.00040426636568848765 0.009126495417607223 7 70.82931546205886 1.1135502891628961 0.9867160847511303 0.5728448865534579 257.1267395019531 0.5195690395651369 17 3.8374717832957113 2.806526379923143 2.4374790698099504 2.885024885359411 3.097075184600066 0.00641958 0.014104874804615974 0.12700483202934265 443 90 90 54 2.149193266113925 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 42.6809758144742 8.842065811157227 30.680328369140625 13.598194122314453 267863.0 7.237020492553711 110.95688934326171 47.71957015991211 1.28864025887452 94.41297912597656 254.6275177001953 232.1851043701172 103872.0 120.36795043945312 463.9127777099609 108.03308868408203 28.088415145874023 -sub-10093_ses-V1_task-rest_run-01_bold 0.0017603393665158373 0.01066434963800905 8 62.674784402947886 1.108274089637188 1.0098921090022677 0.5694321018913119 280.0946044921875 0.4731850915437265 295 66.7420814479638 2.85555137984516 2.476487401593232 2.936616549976009 3.153550187966239 0.00554382 0.014424382708966732 0.13030293583869934 442 90 90 54 2.1497949496942903 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 38.10812547663689 8.268359184265137 29.939023971557617 13.074661254882812 268577.0 7.144796848297119 108.42353363037105 46.59363555908203 1.4221766905614288 95.18505096435547 256.0335388183594 234.01585388183594 103443.0 119.57240295410156 465.24638671875 108.85443878173828 26.215763092041016 -sub-10093_ses-V1_task-rest_run-02_bold 0.0006856207674943567 0.009200775033860046 7 62.239372028981904 1.096906350520362 0.9970663419683252 0.5728871768897109 256.35150146484375 0.4496027459312492 300 67.72009029345372 2.800044434991623 2.4383332364426757 2.8872123852724876 3.0745876832597068 0.00782965 0.015637144446372986 0.12904103100299835 443 90 90 54 2.1393848920856087 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 41.460436177914076 8.714889526367188 30.68752670288086 13.451467514038086 267892.0 7.196388244628906 111.53104057311992 47.92544174194336 1.3958613309107086 93.5545425415039 252.69834899902344 230.34988403320312 103876.0 118.90688514709473 461.146728515625 107.67056274414062 27.23458480834961 sub-10093_ses-V3_task-cuff_run-01_bold 0.0008206997742663657 0.01424947659142212 7 71.29623041133482 1.1107229154977383 0.9857879790271495 0.5776371660684622 237.44622802734375 0.4990146219444723 10 2.2573363431151243 2.875081936414988 2.509837400268022 2.9077915511214116 3.20761685785553 0.0092872 0.00208120234310627 0.14451538026332855 443 90 90 54 2.010894993253252 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 25.462175683627557 9.886245727539062 33.94240951538086 14.442438125610352 267560.0 7.318284511566162 131.04074707031248 49.90215301513672 1.319013659824587 101.29219055175781 263.9451904296875 237.51919555664062 104079.0 118.83296203613281 495.4614135742187 118.11559295654297 24.72419548034668 sub-10093_ses-V3_task-cuff_run-02_bold 0.0010602702702702704 0.013653529684684683 6 73.1313928986231 1.1305713459593687 0.9941493525282173 0.5784952506330816 237.49449157714844 0.5440051962911514 23 5.18018018018018 2.866488879985065 2.5185832332538274 2.909983217700989 3.1709001890003794 0.0062671 0.0021803281269967556 0.14680269360542297 444 90 90 54 2.0113332709552836 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 23.515755030192363 9.92408561706543 34.04726791381836 14.369369506835938 267238.0 7.191441535949707 132.12387084960938 50.03083038330078 1.2133326863305163 100.38284301757812 261.7154541015625 235.55406188964844 104393.0 117.72297668457031 491.97478637695303 117.11283111572266 25.46234703063965 sub-10093_ses-V3_task-rest_run-01_bold 0.0011337020316027086 0.01016530934537246 7 69.87971241959279 1.1232616371719444 1.0013692266742085 0.5738825345216036 258.2863464355469 0.48798494563562556 344 77.65237020316027 2.8591166584745396 2.4970624007756554 2.8967415515604995 3.1835460230874633 0.01024 0.0015753426123410463 0.14436651766300201 443 90 90 54 2.031216205570773 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 25.5832875209689 9.126537322998047 33.17791748046875 13.819413185119629 268539.0 7.291196346282959 129.09706115722656 49.86907958984375 1.1515268175020177 101.36248016357422 264.0302429199219 238.05418395996094 103297.0 118.70158233642579 493.9250549316406 117.1972885131836 26.332237243652344 sub-10093_ses-V3_task-rest_run-02_bold 0.0012170720720720723 0.013408125472972975 6 72.77032543038368 1.1393207879683962 1.0034841052370205 0.5805492877175471 218.8385772705078 0.5108918546405151 349 78.6036036036036 2.861838880927177 2.507462400362396 2.8842832187222154 3.193771023696921 0.00646232 0.0025854017585515976 0.14329342544078827 444 90 90 54 2.003363554062516 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 22.926769378419213 10.349831581115723 34.46527862548828 14.861486434936523 267244.0 7.378378391265869 133.7316429138183 49.99386978149414 1.3484472034588535 100.10739135742188 260.862548828125 234.63514709472656 104216.0 117.72128677368164 490.84912109375 117.12004089355469 24.983795166015625 -sub-10094_ses-V1_task-rest_run-01_bold 0.0013402027027027026 0.009340958738738737 6 41.863947805823926 1.0638283206546277 0.9984041993453724 0.5584192208594645 353.676025390625 0.1713791095327027 44 9.90990990990991 2.7555054460616066 2.4748040683267885 2.9520623826955803 2.839649887162451 0.00929257 -0.01209019124507904 0.11153849959373474 444 90 90 54 2.4278133745857846 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 4 20.846785981442572 7.766965389251709 27.62754249572754 12.211711883544922 275380.0 6.5720720291137695 101.27038383483884 41.846378326416016 1.4840259672310259 92.44559478759766 262.0748291015625 247.0765838623047 97554.0 121.59662475585938 448.65395812988277 101.76866149902344 31.43645477294922 -sub-10094_ses-V1_task-rest_run-02_bold 0.0012461486486486486 0.013133985923423422 6 42.08220441853274 1.0166433873589167 0.9695080908126413 0.5609519231611173 330.469482421875 0.17490943957826313 46 10.36036036036036 2.77312211202825 2.490437401038909 2.9667540487784527 2.8621748862673884 0.00734808 -0.011267256923019886 0.10861373692750931 444 90 90 54 2.440430828381888 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 20.438771964809437 8.291219711303711 27.674827575683594 12.594594955444336 274665.0 6.569819927215576 100.25585937499994 40.97905349731445 1.5528612092445933 90.73258209228516 260.6298522949219 245.4527130126953 98099.0 122.81959915161133 445.5286163330077 100.57710266113281 27.319185256958008 sub-10095_ses-V1_task-cuff_run-01_bold 0.0006595491803278689 0.004794595942622951 8 34.85652137843619 1.0277069676954733 0.9990937457201643 0.549249777858564 508.7839660644531 0.10955425551250134 0 0.0 2.6362624850471597 2.4131415707770363 2.7836915560527022 2.711954328311741 0.0117132 -0.012996654026210308 0.10930311679840088 244 90 90 54 2.3667761153065983 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 19.170561148286094 5.1465744972229 25.161327362060547 10.180327415466309 274219.0 6.5327863693237305 99.97335510253859 40.114383697509766 2.643137090042969 89.63060760498047 261.32122802734375 246.63113403320312 97814.0 117.07909202575685 449.48501281738277 104.20498657226562 38.909942626953125 sub-10095_ses-V1_task-cuff_run-02_bold 0.0006943764172335601 0.005902665804988663 9 35.51400667500001 1.0299874666136368 0.9989547876590903 0.5504728439407658 511.54754638671875 0.12739972740740313 0 0.0 2.636095818637676 2.4122374041462975 2.7765290563373144 2.719520995429416 0.0143665 -0.012830693274736404 0.11391457915306091 441 90 90 54 2.381733956668674 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 19.465547307571573 5.0596747398376465 25.099443435668945 10.043084144592285 274276.0 6.478457927703857 99.96202278137207 40.204063415527344 2.6380973809902697 87.63492584228516 257.68817138671875 243.39910888671875 97966.0 115.94954681396484 442.27381134033203 102.19355773925781 36.038902282714844 sub-10095_ses-V1_task-rest_run-01_bold 0.0004221493212669684 0.0067174674886877825 8 35.35821435891153 1.0229003192290256 0.992030759591838 0.5480952630472241 518.89990234375 0.12952668247811955 4 0.9049773755656109 2.6614055405401857 2.436545736513705 2.8074332217759603 2.7402376633308925 0.0242028 -0.013173899613320827 0.11071235686540604 442 90 90 54 2.3688097877300978 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 19.405697676541326 5.219296455383301 24.902734756469727 10.135746955871582 274056.0 6.364253520965576 98.86029815673828 39.74762725830078 2.6227432689476524 89.66053771972656 261.82733154296875 247.173095703125 97926.0 117.04582214355469 449.4519348144531 104.34431457519531 34.19624328613281 @@ -421,8 +402,6 @@ sub-10101_ses-V1_task-cuff_run-01_bold 0.0018534013605442177 0.01275585038548752 sub-10101_ses-V1_task-cuff_run-02_bold 0.0028855756207674943 0.011218953273137697 7 36.804358288009034 1.0149634608823535 1.0061445953619903 0.5406568248983611 398.0494079589844 0.19274277488951777 9 2.0316027088036117 2.6495722055524094 2.4242874036674738 2.848354053483246 2.6760751595065093 0.00803354 -0.0035744376946240664 0.08485550433397293 443 90 90 54 2.361972727498372 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 42.55278714211983 5.682751178741455 23.39127540588379 11.575620651245117 277748.0 7.286681652069092 73.67945861816406 36.715065002441406 1.9266009645523576 87.16897583007812 262.1095886230469 244.84425354003906 95124.0 124.22607727050782 454.36840667724584 103.66036987304688 30.18109893798828 sub-10101_ses-V1_task-rest_run-01_bold 0.0012963492063492064 0.009877956984126983 9 32.64331303084091 0.967377549045455 0.9739072208181812 0.5396115601223418 398.4902648925781 0.1465178787455063 10 2.2675736961451247 2.6806360940157323 2.4599499022503735 2.881458218834471 2.700500160962353 0.00485402 -0.005967466626316309 0.08419352024793625 441 90 90 54 2.3188366684628616 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 41.40716111300032 5.795933246612549 23.77027130126953 11.773242950439453 276980.0 7.278911590576172 75.62233543395973 37.39128875732422 2.165353844348825 90.12944030761719 268.4040832519531 249.93197631835938 95709.0 126.18458251953126 467.79411010742183 107.78278350830078 32.224815368652344 sub-10101_ses-V1_task-rest_run-02_bold 0.0008749887133182846 0.007149336997742664 7 34.219473920701354 1.0123019559728503 0.9975242141402717 0.5412858368082762 398.1592712402344 0.12025731331901539 9 2.0316027088036117 2.603613872258261 2.3897040717083584 2.799029055443245 2.6221084896231783 0.0103925 -0.004910575691610575 0.08462651818990707 443 90 90 54 2.351697472344122 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 42.09427229727426 5.341384410858154 23.390403747558594 11.458239555358887 277557.0 7.586907863616943 74.09300384521487 36.70821762084961 1.9838321472529241 86.4896011352539 261.39556884765625 243.2979736328125 95244.0 124.66885223388672 453.50654907226556 103.45578002929688 35.74085998535156 -sub-10101_ses-V3_task-rest_run-01_bold 0.0004879683972911964 0.00817734440180587 7 35.11240412877829 0.9950620518099542 0.9946243059502264 0.5360079573704087 489.2142639160156 0.12829122927929207 7 1.580135440180587 2.6812805435844376 2.4033124045009453 2.784508222686918 2.8560210035654507 0.00715081 -0.01404179260134697 0.1068584993481636 443 90 90 54 2.358176455386239 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 52.67130720143023 4.672037601470947 22.415178298950195 10.067720413208008 278371.0 6.717833042144775 74.47629928588867 38.042259216308594 1.4471745695742015 88.37045288085938 254.8059539794922 236.98533630371094 94754.0 125.02754135131838 444.6667144775387 100.49463653564453 32.994876861572266 -sub-10101_ses-V3_task-rest_run-02_bold 0.0013847178329571108 0.010249025711060948 7 38.42243891950226 1.0004884948190045 0.9940048314253382 0.536652771314569 483.1210021972656 0.1921379097196736 59 13.318284424379232 2.686045821590921 2.40678323769636 2.782708222758443 2.8686460043179594 0.0131115 -0.015195885673165321 0.10748621821403503 443 90 90 54 2.3569045779781757 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 54.99429964442402 4.645264148712158 22.38515853881836 10.058691024780273 278096.0 6.749435901641846 73.93736267089844 37.93608093261719 1.4647763340040507 87.30451965332031 252.87042236328125 235.0474090576172 94966.0 125.01919364929199 441.0829620361328 99.72663879394531 29.656227111816406 sub-10102_ses-V1_task-cuff_run-01_bold 0.0010576404494382022 0.014505101865168539 5 43.62058550189187 1.2609352756306291 0.999962455810811 0.46220835312578223 320250.625 0.19938409938287285 0 0.0 2.6223786234482636 2.772470985915493 2.642203943661972 2.4524609407673257 0.00668708 -0.02333478257060051 0.01958012580871582 445 96 96 54 4.333521633265665 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 22.57801223406656 53.2193489074707 755.106201171875 36.13666915893555 338765.0 0.2390356868505478 3579.1043457031246 1469.0389404296875 2.2535474963182267 3334.334716796875 20392.07421875 20154.380859375 92349.0 12737.001171875001 28040.963281249988 4650.78369140625 41.84286117553711 sub-10102_ses-V1_task-cuff_run-02_bold 0.0006968161434977577 0.021776168834080716 4 43.666250936314604 1.1940885488539323 0.962242525505618 0.46292046783716473 261858.6875 0.22091967591636982 0 0.0 2.665312490998865 2.8077025352112677 2.6904698591549296 2.4977650786303975 0.00644156 -0.02318587340414524 0.020243914797902107 446 96 96 54 4.3132965893850965 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 21.587178668553346 58.00233459472656 754.4488525390625 39.44825744628906 338399.0 0.3123328030109406 3563.6854492187485 1451.3515625 2.3194794421991345 3299.65576171875 20213.05859375 20011.580078125 92692.0 12491.7580078125 27743.27578125 4639.484375 35.228233337402344 sub-10102_ses-V1_task-rest_run-01_bold 0.0009112556053811658 0.011341391278026906 4 44.26932397925843 1.2888825822696632 1.0123764899550558 0.46181092811050867 378594.71875 0.216897732012882 117 26.233183856502244 2.6262157830038 2.777550422535211 2.6483109859154927 2.4527859405606964 0.00826898 -0.023938369005918503 0.02070620097219944 446 96 96 54 4.268124251909808 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 23.3652340504006 49.06343078613281 758.5532836914062 33.211708068847656 338919.0 0.12226514592766763 3615.821582031245 1485.3807373046875 2.3348187163880567 3381.81005859375 20508.810546875 20277.666015625 92271.0 12700.7109375 28322.322265625 4750.92919921875 48.007911682128906 @@ -441,12 +420,8 @@ sub-10103_ses-V3_task-rest_run-01_bold 0.0008882247191011235 0.01234533083146067 sub-10103_ses-V3_task-rest_run-02_bold 0.0009191498881431767 0.011436939619686802 3 39.87840934710761 1.230208014417042 1.012865201367712 0.4606196028323823 298087.78125 0.2959785940522695 195 43.624161073825505 2.569362574649183 2.667037746478873 2.698005633802817 2.3430443436658583 0.00906142 -0.026317721232771873 0.02648390643298626 447 96 96 54 4.53090344533505 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 150.80248679850942 50.91489028930664 684.9386596679688 34.53261947631836 335897.0 0.17182001769542693 3062.4466308593755 1554.0997314453125 2.395300195734868 3352.716796875 19826.248046875 19581.89453125 93995.0 13423.847753906251 27155.4197265625 4321.8291015625 47.08720779418945 sub-10104_ses-V1_task-rest_run-01_bold 0.0005001809954751131 0.0057408376923076924 8 39.78864866120184 1.096141525986395 1.0007067001587298 0.5125076040391358 641.65087890625 0.20300891981439606 98 22.171945701357465 2.673316650065372 2.4268249035666423 2.8864873853012964 2.7066376613281764 0.0109975 -0.015801232308149338 0.081619031727314 442 90 90 54 2.4184608345913037 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 36.79799848609248 2.4754772186279297 18.683809280395508 9.309955596923828 284384.0 7.520362377166748 59.32545490264887 28.185029983520508 0.3543673362439965 93.98086547851562 270.15789794921875 252.00680541992188 89743.0 127.08258285522462 465.8678985595702 104.20073699951172 36.56655502319336 sub-10104_ses-V1_task-rest_run-02_bold 0.000848803611738149 0.006466491670428893 7 40.03605606988688 1.094490291176471 1.0044965549095024 0.5150114306810889 614.4177856445312 0.20141141049676803 76 17.155756207674944 2.6741694278318913 2.426279070254999 2.8889082185384343 2.7073209947022394 0.0196154 -0.01570906490087509 0.08462633192539215 443 90 90 54 2.4288196637919786 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 38.237280525459106 2.6941187381744385 18.848241806030273 9.376975059509277 284061.0 7.336343288421631 59.424381256103516 28.563356399536133 0.3908673447676989 92.60574340820312 266.0518798828125 248.26072692871094 89956.0 126.8369083404541 458.3498840332031 102.2139892578125 34.55750274658203 -sub-10104_ses-V3_task-rest_run-01_bold 0.00044604966139954853 0.0051467387358916485 7 35.37217658029412 1.0185347480542986 0.9991137592986424 0.5097964751709527 709.9841918945312 0.1842226719685894 73 16.478555304740407 2.706847210297298 2.42764990353386 2.804795721880765 2.8880960054772697 0.00823617 -0.012807006016373634 0.08503050357103348 443 90 90 54 2.4102171029779274 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 37.35377284724591 2.6204915046691895 17.917482376098633 8.494357109069824 285400.0 6.5304741859436035 59.0316047668457 28.496198654174805 0.7189936617272821 89.37449645996094 259.13848876953125 241.6117401123047 88903.0 126.91083526611328 451.2173858642577 100.2442398071289 36.29924392700195 -sub-10104_ses-V3_task-rest_run-02_bold 0.0003475339366515837 0.006894034004524887 8 35.80169509063492 0.9883536344217688 0.9736847473696153 0.5103811504380219 702.7750244140625 0.18177864048580175 70 15.83710407239819 2.7235694327035773 2.437708236467511 2.819279054638582 2.913721007004639 0.00621174 -0.011691265739500523 0.08810015767812729 442 90 90 54 2.4123206566717292 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 39.83675665341523 2.505664348602295 17.889089584350586 8.44796371459961 285608.0 6.563348770141602 58.23982238769531 28.628957748413086 0.6897133212140041 88.3624267578125 256.5444030761719 238.91403198242188 88881.0 126.52037048339844 446.3031921386719 99.03852844238281 33.5184440612793 sub-10105_ses-V1_task-rest_run-01_bold 0.0005769300225733634 0.00650064584650113 7 34.2522892626923 1.046696695339366 0.9953770987104066 0.5395518193381993 651.20166015625 0.13616231211852697 16 3.6117381489841986 2.6403874825306572 2.495287400846187 2.7849665560020385 2.640908490743746 0.0233823 -0.03618477284908295 0.12110070139169693 443 90 90 54 2.3719752687485256 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 34.77656172600372 4.59506368637085 23.017704010009766 9.88939094543457 268290.0 6.623024940490723 80.19435920715327 37.41789627075195 3.8062152351211864 94.54851531982422 289.6737060546875 273.16253662109375 102554.0 139.5258476257324 496.1337631225583 115.16191101074219 38.719635009765625 sub-10105_ses-V1_task-rest_run-02_bold 0.00032859410430839003 0.006733325011337868 9 34.48089179963637 1.0461759199772724 0.9905572659772721 0.5413358576361026 615.9898071289062 0.1276980751154872 11 2.494331065759637 2.622743038235445 2.4829540680029365 2.76103322361973 2.6242418230836684 0.0240179 -0.036656204611063004 0.12174902856349945 441 90 90 54 2.3566378300491277 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 32.71753448075734 4.794084072113037 23.297653198242188 10.070295333862305 268266.0 6.653061389923096 81.45294761657715 37.62063980102539 4.1782762697158375 92.98030853271484 287.2011413574219 270.4671325683594 102565.0 138.93832397460938 492.45441894531245 114.76766204833984 39.34565734863281 -sub-10105_ses-V3_task-rest_run-01_bold 0.000401156462585034 0.00609096671201814 9 37.16060050615906 1.0433749483181827 0.9958626331590906 0.5440417570541037 656.7819213867188 0.12415021501138947 5 1.1337868480725624 2.7246541538549303 2.4923749009619196 2.798904055448212 2.88268350515466 0.0143134 -0.0292828306555748 0.1401825249195099 441 90 90 54 2.462395823439162 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 38.86327896880864 3.271139144897461 22.4478816986084 9.09523868560791 270162.0 6.727891445159912 81.45532684326156 38.448020935058594 2.0833801217179255 90.66566467285156 264.08740234375 249.0249481201172 101162.0 132.8348129272461 448.522329711914 101.13066101074219 36.291526794433594 -sub-10105_ses-V3_task-rest_run-02_bold 0.0005265837104072398 0.008764612511312218 8 38.24149156433107 1.0226912501360539 0.9831024008843546 0.5454505823014603 629.6292724609375 0.14533834911836974 40 9.049773755656108 2.7251624875393516 2.4902540677128604 2.7913373890822175 2.893896005822977 0.0133277 -0.029675696045160294 0.14165568351745605 442 90 90 54 2.467315937554068 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 40.13249258397225 3.4851224422454834 22.62174415588379 9.244344711303711 270227.0 6.733031749725342 80.898193359375 38.737762451171875 2.0774861212205797 89.79136657714844 261.8344421386719 247.1538543701172 101179.0 131.3868865966797 444.769482421875 100.17064666748047 33.11583709716797 sub-10106_ses-V1_task-cuff_run-01_bold 0.0012860898876404494 0.011196034853932585 5 40.391922555675706 1.029094866373874 0.9911904170945942 0.5186172440656691 1642.845703125 0.12019772805773819 0 0.0 2.5514577479589318 2.5708082311785927 2.6475707281283247 2.4359942845698774 0.00945793 0.02855243720114231 0.04049736261367798 445 90 90 60 2.5530448333974376 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 89.48791461070155 31.43783187866211 69.59173583984375 23.247190475463867 299309.0 0.14606741070747375 292.03056030273433 152.42254638671875 3.0506725515739825 314.64324951171875 1006.4151000976562 955.80224609375 113336.0 486.40394592285156 1672.9915771484375 374.375732421875 26.594396591186523 sub-10106_ses-V1_task-cuff_run-02_bold 0.0010523529411764706 0.009377015791855204 8 40.46260121 1.0568639629705212 0.9966255518820858 0.5186040317869429 1645.380126953125 0.11263350956476702 0 0.0 2.5349535859093044 2.5512207319569296 2.6375832285251923 2.4160567972457905 0.00988957 0.030265741050243378 0.0405668281018734 442 90 90 60 2.558162965600312 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 92.7582286628051 31.205089569091797 69.72526550292969 22.993213653564453 299462.0 0.0859728530049324 294.729302978516 154.5548095703125 2.964132487672484 312.2320251464844 1005.5584106445312 953.7149658203125 113347.0 487.0325897216797 1671.0387451171873 372.810791015625 28.756187438964844 sub-10106_ses-V1_task-rest_run-01_bold 0.0014531081081081082 0.011630354324324325 6 41.54160486225736 1.0367409596614 1.0262503335214441 0.5183380745001964 1726.3590087890625 0.15236657709336263 33 7.4324324324324325 2.5703049629287076 2.5726873977705877 2.6694998939236045 2.468727597091931 0.0107546 0.030603431165218353 0.0424259789288044 444 90 90 60 2.5805646458899774 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 87.36707181300216 30.770675659179688 67.60151672363281 22.60585594177246 299016.0 0.15090090036392212 279.6965103149414 149.66989135742188 2.861505973745949 310.94073486328125 999.1751098632812 950.435791015625 113774.0 481.88919830322266 1655.0293518066396 368.3037414550781 26.426876068115234 @@ -489,14 +464,6 @@ sub-10112_ses-V1_task-cuff_run-01_bold 0.0011665011286681715 0.00710178521444695 sub-10112_ses-V1_task-cuff_run-02_bold 0.0008727601809954751 0.008963456742081448 8 41.10087834138325 1.0249963590702942 0.9857237852607708 0.5236529265810231 565.4852294921875 0.2655562318902383 3 0.6787330316742082 2.701004151460976 2.4564749023884573 2.8645290528405085 2.782008499153962 0.00837103 -0.018367087468504906 0.10080216825008392 442 90 90 54 2.49250620862183 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 57.77121113385119 2.8276774883270264 19.459911346435547 9.55203628540039 283820.0 7.4773759841918945 59.99774169921875 29.832534790039062 1.9572328225922897 82.48400115966797 256.5973205566406 241.31561279296875 90302.0 123.88246803283693 432.2549972534179 96.81591796875 31.926898956298828 sub-10112_ses-V1_task-rest_run-01_bold 0.0008722347629796839 0.006616742392776524 7 39.97938070687781 1.0521702957239814 0.9962928653167424 0.523407653999125 571.371337890625 0.2527666174770522 140 31.602708803611737 2.707411095650555 2.4619915688359115 2.878241552295623 2.782000165820132 0.00753567 -0.020628806203603745 0.10073470324277878 443 90 90 54 2.4840206763724053 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 56.427980720759514 2.9852850437164307 19.67266082763672 9.672686576843262 283381.0 7.451467514038086 61.1738166809082 30.003429412841797 1.899021642099556 84.18034362792969 261.0516357421875 245.86004638671875 90673.0 123.48668365478515 439.88804931640624 98.97610473632812 34.89042663574219 sub-10112_ses-V1_task-rest_run-02_bold 0.0017368677494199538 0.009500446241299304 8 40.95336120951168 1.0384454886279069 1.0043391571627913 0.5267645631229151 533.5214233398438 0.27863811966180374 159 36.890951276102086 2.7025305392948353 2.4789790681608888 2.8766332190261994 2.751979330697417 0.0114493 -0.021086733788251877 0.09989264607429504 431 90 90 54 2.4691961477253592 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 54.249493448082546 3.2507174015045166 19.8974552154541 9.802783966064453 282215.0 7.345707416534424 61.815776062011665 29.827505111694336 2.1723067184731155 82.67312622070312 256.12396240234375 240.84686279296875 91398.0 122.32180633544921 432.9430297851562 97.5400619506836 31.002283096313477 -sub-10112_ses-V3_task-rest_run-01_bold 0.0006374266365688488 0.0060139187584650105 7 40.368359388936675 1.0733707132579189 0.9901723147737554 0.523134187859725 577.31396484375 0.24001513126214577 113 25.507900677200904 2.700877762417198 2.466170735336513 2.859283219715626 2.7771793321994545 0.00518693 -0.02215043641626835 0.09532807022333145 443 90 90 54 2.4562737133082684 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 44.96757051074451 3.206169605255127 20.232460021972656 9.855530738830566 283264.0 7.5033860206604 64.65744895935032 30.08625602722168 1.7094170341797668 87.37646484375 268.20556640625 251.853271484375 90440.0 127.04424781799317 455.1253036499024 102.53412628173828 36.1920166015625 -sub-10112_ses-V3_task-rest_run-02_bold 0.0010686651583710406 0.006208714909502262 8 44.33453712553285 1.0813550240816325 1.014926194013605 0.5280659572741447 539.9296264648438 0.24866861591060313 134 30.316742081447963 2.7564443349131875 2.504183233826032 2.9329957167865546 2.832154054126976 0.00746853 -0.028619999065995216 0.09199675917625427 442 90 90 54 2.35453702749555 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 44.669906692637284 4.477995872497559 19.996389389038086 9.730770111083984 278691.0 6.513575077056885 64.77828216552734 30.04423713684082 1.9151980413345377 87.06935119628906 258.9120788574219 241.92535400390625 95012.0 120.27172203063965 448.5980941772461 102.748046875 32.70569610595703 -sub-10113_ses-V1_task-cuff_run-01_bold 0.0010494130925507903 0.010177384379232504 7 37.782738987624455 0.9962664414253414 0.9668600047285071 0.5095961076503986 699.3001708984375 0.2553475447439918 1 0.22573363431151242 2.8324291528990213 2.4823624013597807 3.0317790461945915 2.9831460111426917 0.00252585 -0.009093728847801685 0.09612597525119781 443 90 90 54 2.4085109840430685 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 52.91534885433986 3.504028797149658 18.91801643371582 8.688488006591797 285963.0 6.13092565536499 61.35417861938468 30.624101638793945 0.6925931439845465 90.71484375 260.8393859863281 245.38037109375 88336.0 117.59932327270508 452.3673858642578 101.87995147705078 27.994905471801758 -sub-10113_ses-V1_task-cuff_run-02_bold 0.0010811512415349889 0.009041150338600451 7 40.010208449253376 1.033247363031675 0.9747913379638006 0.5131280328297307 678.3233642578125 0.24909359113813867 0 0.0 2.820870818258911 2.480554068098304 3.0522457120479856 2.9298126746304436 0.00426311 -0.011690394952893257 0.09584780037403107 443 90 90 54 2.4141426606339382 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 40.723618314146464 3.6847517490386963 19.337770462036133 8.866817474365234 284323.0 6.191873550415039 63.50090370178215 30.178268432617188 0.693478563706194 91.2018051147461 262.10101318359375 246.97291564941406 89447.0 118.1548583984375 454.31265258789057 102.30196380615234 30.72372055053711 -sub-10113_ses-V1_task-rest_run-01_bold 0.0017954627539503384 0.008514604808126412 7 41.60164865 1.0767287704524886 0.994283465633484 0.5077249307967481 722.6376953125 0.23747370294925235 112 25.28216704288939 2.80151109691732 2.45849573564149 3.0128623802796057 2.9331751748308643 0.009334 -0.010084996931254864 0.09558533132076263 443 90 90 54 2.4183093299344884 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 47.66619033372459 3.3735055923461914 18.74138832092285 8.60270881652832 286388.0 6.108352184295654 60.7351028442382 30.339359283447266 0.6804832317197693 91.32728576660156 262.7953796386719 247.22348022460938 87872.0 119.55835342407227 454.9553161621093 102.22930145263672 32.19437026977539 -sub-10113_ses-V1_task-rest_run-02_bold 0.0012477702702702706 0.00829863268018018 6 39.755705882821715 1.0466393456659142 0.989547162799097 0.5128052848065517 673.3292236328125 0.2384740062908897 163 36.711711711711715 2.799006930056276 2.4649082353866802 3.0078123804802743 2.924300174301873 0.00249382 -0.012085138820111752 0.09625300765037537 444 90 90 54 2.401275233134226 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 41.775663122814805 3.6564176082611084 19.266319274902344 8.82207202911377 284851.0 6.164414405822754 63.23874092102051 30.10843276977539 0.6961413388598063 90.70587158203125 260.5768737792969 245.3265838623047 88992.0 116.8288345336914 452.7252502441406 102.16455078125 31.21872329711914 -sub-10113_ses-V3_task-rest_run-01_bold 0.0005022072072072072 0.006842719301801802 6 34.86843591776522 1.0307572567042884 0.9922691031376976 0.5126592012525591 589.3159790039062 0.17286084291047868 55 12.387387387387387 2.8773194326521137 2.508562400318686 3.02672904639526 3.0966668512423943 0.00622711 -0.010762223042547703 0.09721590578556061 444 90 90 54 2.365069187796406 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 56.121026093366815 3.162217140197754 20.84044647216797 9.855855941772461 288444.0 7.542792797088623 66.84459686279297 32.246829986572266 0.7777446674410031 94.00332641601562 271.7513732910156 254.25900268554688 86468.0 122.8738784790039 475.8495635986327 107.50532531738281 35.80738830566406 -sub-10113_ses-V3_task-rest_run-02_bold 0.00034920814479638007 0.005804583846153846 8 33.59765958013607 1.0078163355328795 0.9849002730385492 0.514424368056328 579.5586547851562 0.1514289831555164 19 4.298642533936651 2.8551069325548695 2.4918165676507726 3.0064290472019097 3.0670751828119265 0.00353891 -0.011029010638594627 0.09792354702949524 442 90 90 54 2.3757996970902884 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 50.57756822090622 3.1798806190490723 20.945398330688477 9.871041297912598 288324.0 7.5927605628967285 67.42953071594233 31.777650833129883 0.7717895523287299 93.2261734008789 269.4542541503906 252.52490234375 86570.0 121.22647590637206 471.5180007934571 106.28987121582031 37.018333435058594 sub-10117_ses-V1_task-cuff_run-01_bold 0.0006320361990950226 0.008278781990950227 8 35.56361936702948 0.9560180177097498 0.9612922597278917 0.5529603001299758 375.8272705078125 0.13766765015934126 0 0.0 2.790583318962136 2.495499900837743 2.96154571565208 2.9147043403965833 0.00603128 -0.005002129822969437 0.12063594907522202 442 90 90 54 2.11818826332661 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 24.324267854123757 4.977787494659424 25.983800888061523 11.31447982788086 273306.0 7.782805919647217 95.5955924987793 38.26785659790039 2.4128854500514665 94.26934814453125 257.6816711425781 236.3258056640625 99285.0 116.53665466308594 469.0203857421875 111.56922149658203 30.615680694580078 sub-10117_ses-V1_task-cuff_run-02_bold 0.0009826067415730337 0.007354844134831461 5 37.97693707087839 1.0082108899549547 0.9960365339414421 0.5544036852220122 364.2960205078125 0.16417001943934867 1 0.2247191011235955 2.7437958185750912 2.462987402129674 2.9215290505755322 2.8468710030200683 0.0158368 -0.007234839256852865 0.12496021389961243 445 90 90 54 2.1269657792984042 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 27.591735187682563 5.170782566070557 26.476261138916016 11.4314603805542 273424.0 7.7438201904296875 97.54314918518057 40.09239959716797 2.4114295994350083 93.33897399902344 256.38543701171875 234.9303436279297 98994.0 117.65606651306152 466.19225921630834 110.45272064208984 32.37169647216797 sub-10117_ses-V1_task-rest_run-01_bold 0.0014933484162895929 0.00495107721719457 8 35.871230473582784 1.0333660877324262 1.0228406707256228 0.5508690316338897 385.13275146484375 0.13761911570824337 5 1.1312217194570136 2.7513208185608526 2.464704068728126 2.9337873834217634 2.855471003532668 0.0127807 -0.007997285574674606 0.1243973895907402 442 90 90 54 2.1277319536844077 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 29.52931057423985 4.823488712310791 25.890583038330078 11.214932441711426 273802.0 7.834842205047607 95.12658805847164 39.49497985839844 2.4161985866944358 94.55111694335938 258.44000244140625 237.15159606933594 98697.0 117.537109375 469.7384826660156 111.45689392089844 35.105838775634766 @@ -579,13 +546,11 @@ sub-10133_ses-V1_task-rest_run-01_bold 0.001377690582959641 0.04485688542600897 sub-10133_ses-V1_task-rest_run-02_bold 0.001838542600896861 0.0424193273542601 4 44.391691049213456 1.111800158067416 1.006446629123595 0.4467667661243474 96414.3203125 0.3092934439643672 195 43.7219730941704 2.6570454955447937 2.623869295774648 2.93545014084507 2.4118170500146627 0.00936067 -0.024583427235484123 0.033971138298511505 446 96 96 54 5.60143139420807 0.7999997138977051 2.21875 2.21875 2.3999996185302734 3 21.409483812019207 80.31975555419922 552.6513061523438 54.350337982177734 345613.0 0.23430851399898533 2340.6679199218743 1025.6356201171875 2.8770381830240384 2350.917724609375 17086.892578125 17246.0234375 85401.0 11818.0927734375 21670.048828125 3078.842041015625 27.52373504638672 sub-10134_ses-V1_task-rest_run-01_bold 0.0026556787330316743 0.023213819230769234 8 39.69353073800455 1.0818462222448972 0.9957453129251702 0.3941188242308523 9640.498046875 0.23700758745110315 90 20.361990950226243 2.467338301924812 2.486062401212756 2.4551332357751035 2.4608192687865773 0.0234537 -0.002364387270063162 0.016843097284436226 442 90 90 60 2.7155677756539607 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 37 266.3981264413989 15.309042930603027 30.82405662536621 10.78506851196289 348685.0 0.03393665328621864 116.99276428222653 78.80677032470703 2.6920642451878196 308.96331787109375 1107.45654296875 1051.8790283203125 72728.0 575.5701721191406 1818.2961059570302 387.3487548828125 23.097671508789062 sub-10134_ses-V1_task-rest_run-02_bold 0.0039712698412698415 0.02204080045351474 9 38.092303831090916 1.0147329033409092 0.9635532627727286 0.39080636687759046 9307.791015625 0.19999308568501814 43 9.750566893424036 2.44671191952957 2.4767790682483093 2.431095736730268 2.432260953610132 0.00371011 -0.0003867063787765801 0.017709745094180107 441 90 90 60 2.719765380567908 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 17 240.14754794992024 15.11514663696289 28.264892578125 10.721088409423828 350709.0 0.054421767592430115 105.24398956298822 68.82162475585938 2.640587061897845 296.5287780761719 1080.42529296875 1023.7381591796875 71938.0 564.426303100586 1768.6466674804683 376.4041748046875 24.639347076416016 -sub-10134_ses-V3_task-rest_run-01_bold 0.0011213092550790068 0.011972527584650113 7 31.480491202398177 1.018013724638008 0.9647369484162902 0.39339538510683736 9892.03515625 0.14610416153841002 18 4.063205417607223 2.40658415759845 2.4160124039962927 2.443212402915462 2.3605276658835943 0.00362751 -0.006853852421045303 0.01666370965540409 443 90 90 60 2.7453801186016107 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 251.45376789190763 15.918730735778809 33.66013717651367 11.15237045288086 350808.0 0.020316027104854584 133.14367980957024 88.7132568359375 3.3096309407042845 313.9619140625 1160.2191162109375 1105.689697265625 70926.0 605.4486541748047 1890.8685302734375 402.74273681640625 33.31789016723633 -sub-10134_ses-V3_task-rest_run-02_bold 0.003304446952595937 0.011753523905191875 7 32.63063558038462 1.0873873952941184 1.0740876164932118 0.3928993362535302 10353.2998046875 0.162367868455197 28 6.320541760722348 2.3882869387250683 2.3901749050229824 2.427354070212282 2.347331840939941 0.00482962 -0.005978851579129696 0.016574665904045105 443 90 90 60 2.7708647512910383 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 243.72708758891858 15.565650939941406 32.67995834350586 10.812641143798828 350783.0 0.011286681517958641 129.818058776855 84.95703125 3.4896131386768694 306.5605773925781 1148.0721435546875 1093.338623046875 70831.0 608.6445007324219 1860.3431396484375 394.58111572265625 33.10957717895508 sub-10135_ses-V1_task-cuff_run-01_bold 0.0035999330357142857 0.051018190625 2 47.86827557612975 1.0987402109619695 0.9786809252348994 0.4360885807000289 418250.28125 0.4501683231798428 40 8.928571428571429 2.7688499556795443 2.771758873239437 2.925750985915493 2.609040007883703 0.00692166 -0.008520258590579033 0.018715906888246536 448 96 96 54 4.757110811463526 0.7999997138977051 2.21875 2.21875 2.4000015258789062 31 33.20549619088244 41.746681213378906 507.0634765625 28.572731018066406 343783.0 0.373758602142334 2066.021484374999 1109.2940673828125 3.652810391701454 2690.506103515625 18860.546875 18707.61328125 86792.0 12525.9896484375 25281.9970703125 3932.53515625 22.980892181396484 +sub-10135_ses-V1_task-rest_run-01_bold 0.0026648993288590607 0.027088512527964206 3 46.46664486867711 1.1765499441479814 1.0469076792152467 0.42479291436210986 615967.75 0.3882166127503718 244 54.58612975391499 2.698856070575675 2.7424901408450704 2.7813588732394368 2.5727191976425186 0.00914373 -0.009127588011324406 0.01682451367378235 447 96 96 54 4.603694643586349 0.7999997138977051 2.21875 2.21875 2.4000015258789062 8 33.97138815607678 35.96049880981445 500.6607971191406 24.44420623779297 348720.0 0.17438890784978867 2138.2083862304676 1087.0877685546875 3.228221818374819 2992.065185546875 19616.96484375 19494.865234375 82681.0 12796.1103515625 26579.845703125 4234.58740234375 29.80826759338379 +sub-10135_ses-V1_task-rest_run-02_bold 0.0027541517857142856 0.03456146607142857 2 48.59152496467559 1.182156322997763 1.0182565719239371 0.4366314257023039 536970.125 0.4174598471391162 264 58.92857142857143 2.733213300845147 2.751932394366197 2.876038309859155 2.57166919831009 0.0137567 -0.008747593499720097 0.018478481099009514 448 96 96 54 4.758479181251132 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 32.56674600264491 36.54053497314453 503.63812255859375 24.987123489379883 343334.0 0.3095405355095864 2103.8942504882793 1109.1563720703125 3.7318802037877328 2706.739501953125 18827.96875 18672.93359375 87145.0 12511.1197265625 25262.527734375 3924.116455078125 27.460289001464844 sub-10137_ses-V1_task-rest_run-01_bold 0.0009269074492099322 0.006928525485327314 7 49.36300338140269 1.1241922639140272 1.0064851730090507 0.5352663417560346 500.9379577636719 0.2438082432381833 145 32.7313769751693 2.780827765382032 2.490491567703423 2.8893373851880475 2.962654343254626 0.00781933 -0.031038466840982437 0.11882373690605164 443 90 90 54 2.229847021938425 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 34.56656726645151 4.5348219871521 21.713092803955078 9.911964416503906 276641.0 6.625282287597656 73.31151580810547 33.38425827026367 1.1595702513419015 93.18305206298828 258.2381896972656 237.1851043701172 94485.0 124.39413146972656 465.6302734375 106.36776733398438 31.586627960205078 sub-10137_ses-V1_task-rest_run-02_bold 0.0004887584650112867 0.012012004176072236 7 49.15568448414024 1.0504208639366512 0.9587160714479634 0.5355169574718142 503.7405090332031 0.26861771214962776 171 38.60045146726862 2.80502776471802 2.5077582336839743 2.935683216679763 2.9716418437903234 0.0104102 -0.02962002158164978 0.1180717870593071 443 90 90 54 2.2374552885149 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 35.872461751739365 4.394259452819824 21.467287063598633 9.860045433044434 276333.0 6.693002223968506 71.63882446289062 32.52671432495117 1.1434350448441224 92.47354125976562 256.17767333984375 235.47743225097656 94870.0 123.17201461791993 460.47451171875 105.24285888671875 26.620174407958984 -sub-10138_ses-V1_task-rest_run-01_bold 0.0004785714285714285 0.00856988306122449 9 42.57987898911366 1.027872186568182 0.993200971681818 0.5459822241226636 451.8686828613281 0.25755253261526656 169 38.321995464852606 2.6925902647054643 2.408229070972241 2.8332040540852526 2.8363376690588993 0.00850896 -0.03270928934216499 0.1465924233198166 441 90 90 54 2.5499435499253815 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 52.73306502835782 4.4847869873046875 23.17190170288086 10.145124435424805 276677.0 6.941043376922607 78.20226745605484 39.32789993286133 2.2908800567673477 80.84552764892578 244.6890411376953 231.69955444335938 95318.0 123.82040748596192 407.3400238037108 90.86410522460938 30.9885196685791 -sub-10138_ses-V1_task-rest_run-02_bold 0.00039560090702947846 0.0072416684126984125 9 43.0669418595682 1.027925939568182 0.9951155442727274 0.5480420022339592 441.43603515625 0.25105895220851615 157 35.600907029478456 2.673981931499784 2.395029071496762 2.809054055044887 2.8178626679577037 0.013417 -0.033632196485996246 0.14636383950710297 441 90 90 54 2.5427449024423368 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 50.52027437036406 4.4847869873046875 23.160648345947266 10.185940742492676 276392.0 7.011337757110596 78.66995735168459 38.58937072753906 2.4186383147150874 80.08741760253906 242.31150817871094 229.3174591064453 95576.0 122.99943351745605 404.0708770751953 90.18453216552734 32.09784698486328 sub-10139_ses-V1_task-cuff_run-01_bold 0.0011705855855855855 0.010614536824324327 6 40.40852668512418 1.0234674006546276 0.9984611597742661 0.5320681919187432 490.4435729980469 0.30806027095846805 5 1.1261261261261262 2.704168040743614 2.4265499035775697 2.888258218564263 2.79769600008901 0.00403596 -0.047341957688331604 0.12386325001716614 444 90 90 54 2.3982899524594505 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 47.038467823658024 3.7031660079956055 21.600122451782227 10.295044898986816 283071.0 7.502252578735352 70.3299560546875 31.210128784179688 1.4112848393352184 88.0478744506836 263.25689697265625 242.8513641357422 91745.0 137.29144287109375 456.84189453125 101.2596664428711 28.661863327026367 sub-10139_ses-V1_task-cuff_run-02_bold 0.002720923423423423 0.012031790585585588 6 41.567796651060924 1.0232875331602707 1.0041481048081262 0.5341144416697857 456.5732727050781 0.29214391192226347 13 2.9279279279279278 2.702079151534571 2.4310624033982595 2.889654051842131 2.7855209993633228 0.0160307 -0.04710717499256134 0.11765819042921066 444 90 90 54 2.383395494136704 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 34.245122201381854 4.1305832862854 21.59561538696289 10.560811042785645 282685.0 7.4594597816467285 70.46531677246088 29.32573699951172 1.44262540681952 87.23979187011719 261.73052978515625 241.4279327392578 92244.0 136.14639282226562 455.3933532714842 101.29524230957031 27.17746925354004 sub-10139_ses-V1_task-rest_run-01_bold 0.0014192533936651585 0.009300664208144797 8 36.82224495965983 1.0232883958503407 1.008104474172335 0.5323700789830447 495.7875061035156 0.2047732893872839 79 17.873303167420815 2.6842527628411905 2.409283237597019 2.873441552486358 2.770033498440196 0.00268927 -0.046408720314502716 0.11920303106307983 442 90 90 54 2.4053407830236386 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 34.78979435989121 3.387847661972046 21.452524185180664 10.221719741821289 283443.0 7.814479827880859 70.77534484863259 29.568485260009766 1.435782528258403 87.86598205566406 263.7561340332031 243.4717254638672 91528.0 138.033935546875 456.8090637207031 101.22074890136719 31.452604293823242 @@ -672,8 +637,6 @@ sub-10168_ses-V1_task-cuff_run-01_bold 0.000956463963963964 0.007678158175675675 sub-10168_ses-V1_task-cuff_run-02_bold 0.0003246726862302483 0.00751811749435666 7 45.93365666674207 1.0319971626696829 0.9889090832579178 0.5287595415254356 586.2820434570312 0.30949383781175216 0 0.0 2.6687152637425453 2.3603874062066312 2.8671498860697 2.778608498951306 0.00628119 -0.023896249011158943 0.12592767179012299 443 90 90 54 2.5840020270410347 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 40.91162283988366 4.866147994995117 21.595298767089844 9.011286735534668 286573.0 5.55981969833374 76.91151275634749 35.32753372192383 1.7344138951679255 83.6482162475586 246.18121337890625 232.79232788085938 87543.0 127.64018630981445 408.4151214599605 90.08932495117188 30.346729278564453 sub-10168_ses-V1_task-rest_run-01_bold 0.0004486067415730337 0.008099721325842696 5 46.64038735477477 1.0418384048423432 0.9926154576801804 0.5273482720785376 599.013427734375 0.31491480995625176 214 48.08988764044944 2.6925652635382344 2.3745207389783567 2.902116551346916 2.8010585002894306 0.00832511 -0.02524140663444996 0.12441761791706085 445 90 90 54 2.58054563834244 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 42.08095963106719 4.83095121383667 21.637365341186523 9.035955429077148 286537.0 5.597753047943115 77.09258270263675 35.47507858276367 1.7813201458832273 84.7398681640625 249.66323852539062 235.86517333984375 87426.0 129.8050537109375 413.77864837646484 91.4007568359375 29.765317916870117 sub-10168_ses-V1_task-rest_run-02_bold 0.00043891647855530473 0.007359103182844244 7 46.339221393461514 1.0414779507466072 0.9972438227149318 0.529127365135508 589.4588623046875 0.2981355712106839 201 45.372460496613996 2.64637637486119 2.34190407360776 2.8451957202754135 2.752029330700397 0.00552047 -0.02447882853448391 0.1266690343618393 443 90 90 54 2.594409053188373 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 41.426566996984526 4.7657470703125 21.510940551757812 8.934537887573242 286719.0 5.580135345458984 76.56456451416011 35.186744689941406 1.7135109845391874 82.99392700195312 245.1416473388672 231.7550811767578 87416.0 128.1472930908203 405.7708969116211 89.3281478881836 30.90520668029785 -sub-10169_ses-V3_task-rest_run-01_bold 0.0006888914027149322 0.009970738484162897 8 35.95436090988664 1.105100907845805 0.9751115531292512 0.4287395947199443 14926.6259765625 0.17177016590740976 23 5.203619909502263 2.327593905436194 2.2975707420360747 2.4378124031300383 2.2473985711424693 0.00533574 -0.005174841266125441 0.01763702742755413 442 90 90 60 2.8067853439727966 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 531.6209404988189 13.024761199951172 27.139163970947266 8.92760181427002 327210.0 0.0 109.73552818298334 76.24266052246094 3.1393864194872414 280.8692321777344 1138.815185546875 1076.52490234375 91421.0 610.015869140625 1843.911865234375 383.5416259765625 38.695343017578125 -sub-10169_ses-V3_task-rest_run-02_bold 0.0008525396825396826 0.010918246780045352 9 38.24196279704546 1.1306667915227269 0.9758082692954548 0.42960510595852053 15520.626953125 0.16415021066829427 31 7.029478458049887 2.3289327916368605 2.299916575276193 2.4262207369239834 2.2606610627104042 0.00904849 -0.006268227007240057 0.01686622016131878 441 90 90 60 2.8263795378300487 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 304.81593210454196 12.825685501098633 26.92792320251465 8.809523582458496 327120.0 0.0022675737272948027 110.5873031616211 67.56968688964844 3.2204293317220314 278.5729064941406 1138.787841796875 1076.452392578125 91382.0 620.778564453125 1841.8217285156245 380.8570251464844 36.769535064697266 sub-10170_ses-V1_task-cuff_run-01_bold 0.0004374266365688487 0.008496733002257338 7 38.635792564027135 0.9890320536877824 0.9730011529638006 0.5308496163426759 516.000732421875 0.24923719178993645 0 0.0 2.576468038032237 2.390599905006095 2.776229056349236 2.5625751527413816 0.0378503 -0.02959001250565052 0.11420666426420212 443 90 90 54 2.344266445969241 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 64.08197370220101 5.013404369354248 22.695045471191406 10.069977760314941 280484.0 6.52821683883667 77.21218872070312 37.856929779052734 1.302770524586693 89.89322662353516 263.283935546875 246.958251953125 92192.0 116.61016273498535 460.07991333007806 105.3450698852539 29.447154998779297 sub-10170_ses-V1_task-cuff_run-02_bold 0.007813828828828829 0.012642825 6 36.576413630225694 1.0098048992325066 1.0242248268848753 0.5299396351691866 518.9815063476562 0.1980678700234488 6 1.3513513513513513 2.5736555381037074 2.384579071912008 2.775029056396919 2.561358486002196 0.00599993 -0.029410988092422485 0.11297453194856644 444 90 90 54 2.352796035784229 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 66.59197220950794 4.978738307952881 22.446277618408203 10.04054069519043 280759.0 6.495495796203613 75.52748107910146 37.36130905151367 1.2845474805008221 88.39347839355469 261.5470886230469 245.07884216308594 92078.0 117.19234352111818 457.8224212646484 104.16436767578125 26.67959213256836 sub-10170_ses-V1_task-rest_run-01_bold 0.0005711337868480726 0.008567180544217687 9 36.52984489954546 0.9564924065681815 0.9575834919545465 0.5289813384233653 535.58740234375 0.18453960302699093 95 21.541950113378686 2.6020110939023176 2.4120582374867503 2.7912498890856945 2.6027251551345083 0.0142258 -0.030818624421954155 0.11261064559221268 441 90 90 54 2.3370226844766426 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 63.61421760316877 4.965540885925293 22.57503318786621 10.052154541015625 280449.0 6.523809432983398 76.39909362792969 37.48573684692383 1.3144304242772797 91.24728393554688 266.6906433105469 249.96485900878906 92272.0 118.79864044189453 466.78889770507817 106.95809936523438 29.63427734375 @@ -726,7 +689,6 @@ sub-10185_ses-V3_task-rest_run-01_bold 0.00041873015873015876 0.0053235908390022 sub-10185_ses-V3_task-rest_run-02_bold 0.0010562217194570135 0.006714023868778281 8 44.22434752768708 1.146834767913832 1.006225430408163 0.5068248969469743 582.4496459960938 0.14758363928609416 27 6.108597285067873 2.723590263258396 2.4600624022459026 2.880870718857816 2.8298376686714692 0.00705017 -0.016101423650979996 0.08213650435209274 442 90 90 54 2.1918838951624697 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 81.2125372750815 2.8880553245544434 18.66902732849121 9.563348770141602 283762.0 7.4773759841918945 55.15599937438967 30.164215087890625 0.8678758499591432 96.63751220703125 271.3671875 247.53848266601562 90034.0 125.2828140258789 490.2927841186522 112.9334945678711 35.192569732666016 sub-10188_ses-V1_task-cuff_run-01_bold 0.0017679909706546275 0.020834265237020314 7 63.43978872312217 1.169962538144797 0.9834609837782806 0.4434552381974956 9708.6474609375 0.507455677769886 56 12.641083521444695 2.4461910837102274 2.3982082380371 2.4954874008382397 2.444877612255343 0.0251009 -0.00023929723829496652 0.012071694247424603 443 90 90 60 2.8949328680350797 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 20 42.87547721194155 16.362173080444336 45.14516830444336 11.455982208251953 330069.0 0.06320542097091675 195.6993316650389 112.80158233642578 3.292321822469063 296.2862243652344 1159.760498046875 1120.3375244140625 87976.0 602.5084991455078 1845.1371459960938 386.9972839355469 24.404911041259766 sub-10188_ses-V1_task-rest_run-01_bold 0.0027884841628959276 0.01894418371040724 8 54.65148741993198 1.1612115920408166 1.0354381958049885 0.4431759349045055 10093.4765625 0.41089729715519213 257 58.1447963800905 2.446750805421782 2.399570737982959 2.493345734256675 2.447335944025711 0.0140001 0.0007170639582909644 0.013263988308608532 442 90 90 60 2.876421379908155 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 45 43.140388324831584 16.231477737426758 44.90606689453125 11.319005012512207 329965.0 0.05656109005212784 193.06154479980458 111.48358154296875 3.296661063967508 298.5632019042969 1165.0977783203125 1124.176513671875 88121.0 603.4864501953125 1860.6041259765625 390.8224792480469 25.265472412109375 -sub-10188_ses-V3_task-rest_run-01_bold 0.002652927927927928 0.012960157905405407 6 37.36816428209928 1.0450248183972923 0.9897822655756208 0.4396875456292587 9046.65625 0.19988728009270237 90 20.27027027027027 2.378520260448584 2.3638249060700374 2.364016572729088 2.4077193025466266 0.00471947 -0.006647154688835144 0.015910297632217407 444 90 90 60 2.9269025263764608 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 46.544498213312544 15.73094367980957 36.962772369384766 11.006756782531738 329427.0 0.03153153136372566 158.12049255371107 85.87095642089844 3.31111609967292 269.1675109863281 1092.1060791015625 1050.1588134765625 88058.0 583.5424652099609 1733.4150268554683 358.7932434082031 31.13909339904785 sub-10189_ses-V1_task-rest_run-01_bold 0.0008495454545454546 0.00940687256818182 10 38.81990100359907 1.0901122753758548 0.9942254225740316 0.427351690307119 7136.681640625 0.19989480908628607 62 14.090909090909092 2.380549449630559 2.4205540704824897 2.427104070222216 2.2939902081869707 0.00908421 -0.010568874888122082 0.0237681046128273 440 90 90 60 2.5792738887174895 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 216.12126080370635 17.57220458984375 38.32203674316406 12.26136302947998 335288.0 0.013636363670229912 150.48397140502905 93.3026123046875 4.09398435089598 286.728515625 1099.964111328125 1032.09423828125 83896.0 577.6244354248047 1849.0465698242188 400.1467590332031 34.0583381652832 sub-10189_ses-V1_task-rest_run-02_bold 0.0013852821670428893 0.013358708916478557 7 43.2751715388688 1.0996087096606322 0.9981421653619913 0.42800141882350395 6794.8388671875 0.27953003571203056 157 35.44018058690745 2.3967327780839303 2.4320415700260174 2.442841569596864 2.3153151946289094 0.0086466 -0.010365253314375877 0.02559959888458252 443 90 90 60 2.6070346098465764 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 230.90631106963042 17.834733963012695 38.237892150878906 12.51015853881836 335507.0 0.03611738234758377 148.77810058593752 93.26466369628906 4.026740739891737 282.4791259765625 1093.669677734375 1026.64892578125 83776.0 577.5090637207031 1828.9024047851562 393.7971496582031 29.336576461791992 sub-10190_ses-V1_task-rest_run-01_bold 0.0007883820224719101 0.014660779123595508 5 47.90040355549545 1.0773398696396401 0.9875210285360352 0.5864356023157014 211.6887969970703 0.16375739161290737 13 2.9213483146067416 2.8455833226739045 2.482158234701227 2.961795715642146 3.0927960176783413 0.00486598 -0.03681512922048569 0.15310585498809814 445 90 90 54 2.1007015261896456 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 14.614812375079023 10.518147468566895 35.90937805175781 15.085392951965332 271697.0 7.4337077140808105 144.0346130371089 51.50464630126953 1.736133843692845 95.36630249023438 256.2646484375 233.64944458007812 100337.0 118.69078979492188 468.0539489746093 111.22393035888672 28.817468643188477 @@ -774,9 +736,6 @@ sub-10203_ses-V1_task-cuff_run-01_bold 0.0003823981900452489 0.00740538196832579 sub-10203_ses-V1_task-cuff_run-02_bold 0.000444527027027027 0.0062901777702702695 6 45.3634649927765 1.0773296921444702 0.9929409862979683 0.5690915055272949 414.25909423828125 0.13008974330433803 0 0.0 2.7306013747378692 2.473137401726349 2.8692915526512643 2.849375169835995 0.00999881 -0.014587142504751682 0.1494532972574234 444 90 90 54 2.255574042771861 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 25.04724477650638 6.9705681800842285 27.772592544555664 10.640766143798828 264324.0 5.632883071899414 111.79527435302703 45.73762512207031 1.895604306733313 91.56070709228516 250.2201385498047 232.16893005371094 106233.0 119.49955139160156 441.59956054687495 102.93070983886719 32.6024169921875 sub-10203_ses-V1_task-rest_run-01_bold 0.0004093453724604966 0.005712505169300226 7 45.14622456131226 1.0989178150678736 0.999119077466063 0.5676153226879224 424.4049377441406 0.11232788392950563 2 0.45146726862302483 2.745506930108016 2.4853665679070724 2.889491551848588 2.861662670568387 0.0151163 -0.014777028933167458 0.14859601855278015 443 90 90 54 2.252875774000709 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 25.320137853377172 6.947815418243408 27.847558975219727 10.643341064453125 264483.0 5.652370452880859 112.10384368896484 46.12030792236328 1.9233090120178051 93.18807983398438 254.73806762695312 236.0395050048828 106198.0 121.45598602294922 449.48286285400377 104.77204132080078 33.71291732788086 sub-10203_ses-V1_task-rest_run-02_bold 0.000398710407239819 0.007295049343891403 8 45.26362224931977 1.0736256316553279 0.9891897189115643 0.5699935856836617 410.46875 0.11277998226453742 4 0.9049773755656109 2.7381610967762833 2.483566567978598 2.878020718971065 2.852896003379186 0.00962409 -0.01403585635125637 0.15054604411125183 442 90 90 54 2.256215451134089 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 24.68121949001026 6.899802207946777 27.79827880859375 10.558823585510254 264251.0 5.606335163116455 112.67534255981445 45.82723617553711 1.9373070901504903 91.04586791992188 248.20423889160156 230.3642578125 106328.0 118.67364540100098 438.0466323852538 102.1015853881836 31.68743324279785 -sub-10205_ses-V1_task-rest_run-02_bold 0.004161715575620767 0.01957883196388262 7 57.921664829321216 1.1093447585972844 1.0117986680316728 0.5539125716397181 421.61773681640625 0.4113187266303328 216 48.75846501128668 2.6895985980724078 2.3606915728612115 2.8743415524505953 2.8337626689054174 0.0107974 -0.02285129390656948 0.1707967221736908 443 90 90 54 2.5356991141984753 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 5 30.5354825669479 5.137234210968018 28.728212356567383 10.697517395019531 285496.0 6.943566799163818 113.65970993041992 49.307647705078125 2.44985969377068 85.57928466796875 246.47889709472656 235.21444702148438 88558.0 119.88646087646485 408.2622100830078 92.76065826416016 24.5123291015625 -sub-10205_ses-V3_task-rest_run-01_bold 0.0017226741573033706 0.013720319595505617 5 55.89835271738736 1.131122026193694 1.0177254490765786 0.5617602142653098 371.3194274902344 0.44172813759591456 292 65.61797752808988 2.6291222082759558 2.307770741630763 2.8458123869175758 2.7337834962795275 0.0189531 -0.01302216574549675 0.1545639932155609 445 90 90 54 2.6568212417040606 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 32.10357688586252 5.360689640045166 29.758636474609375 11.714607238769531 285437.0 7.930336952209473 117.94562225341807 48.47816467285156 1.0807995689144807 83.92194366455078 250.56007385253906 241.1887664794922 88559.0 117.64337005615235 410.3440368652344 90.78044128417969 28.38385581970215 -sub-10205_ses-V3_task-rest_run-02_bold 0.0010462247191011236 0.01572339417977528 5 57.34639453022528 1.1056930935810816 0.9967052400900891 0.5626085220317633 365.1053771972656 0.5026441087401337 332 74.6067415730337 2.6294305414207066 2.3171999079227485 2.842633220377238 2.728458495962133 0.0128109 -0.012280362658202648 0.15558364987373352 445 90 90 54 2.6616433600033362 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.470774334085164 5.553927421569824 29.784677505493164 11.802247047424316 285283.0 7.773033618927002 117.5725868225096 48.34449768066406 1.0596554004194063 83.09234619140625 248.9469757080078 239.4359588623047 88832.0 117.60696792602539 407.72787933349605 89.95743560791016 27.491622924804688 sub-10206_ses-V1_task-cuff_run-01_bold 0.0017373258426966291 0.013371548786516854 5 39.13136794128379 0.9817002880630631 0.9552947132207211 0.5403599967586922 626.9680786132812 0.24877739030088686 9 2.0224719101123596 2.8779749836529085 2.596708230149419 3.077312377718593 2.9599043430907135 0.0271465 -0.027064260095357895 0.1172356829047203 445 90 90 54 2.6473155770417343 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 37.04736518145815 4.747659683227539 22.884126663208008 9.786517143249512 279431.0 6.4157304763793945 83.46292114257812 34.33819580078125 0.71531269754716 89.37759399414062 272.700927734375 260.12811279296875 93982.0 134.27865600585938 453.25315093994135 98.26056671142578 28.24384307861328 sub-10206_ses-V1_task-cuff_run-02_bold 0.004994211711711711 0.014014373513513515 6 42.54878578882619 0.9775757768848752 0.9665719522573369 0.5426885231358541 574.4110717773438 0.3726853971222503 18 4.054054054054054 2.912652759726545 2.645333228217235 3.1425707084587926 2.9500543425036074 0.0392362 -0.027532903477549553 0.11372528970241547 444 90 90 54 2.6317619921297886 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 26 33.012176515895185 5.326016426086426 23.2032413482666 10.195945739746094 278294.0 6.295045375823975 84.37612915039062 34.11942672729492 0.6920803875443742 88.92274475097656 270.25555419921875 257.9234313964844 94873.0 131.00315551757814 450.67974243164053 98.00357055664062 25.07638931274414 sub-10206_ses-V1_task-rest_run-01_bold 0.002619301801801802 0.010458546103603604 6 37.593746004243805 1.0158099745146727 0.992805605462755 0.5390853182768697 635.0723876953125 0.24515593837358815 110 24.774774774774773 2.8919138713165355 2.623783229073555 3.112329042993822 2.9396293418822292 0.0308704 -0.02907392755150795 0.11047855764627457 444 90 90 54 2.6334973627724825 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 38.221074750148816 4.765030384063721 22.902565002441406 9.8626127243042 278234.0 6.4707207679748535 83.92421150207514 34.32805252075195 0.7512744217440579 91.97979736328125 275.8780517578125 263.7939147949219 94806.0 132.9166717529297 458.09066009521484 100.16813659667969 29.165180206298828 @@ -820,8 +779,6 @@ sub-10217_ses-V3_task-rest_run-02_bold 0.001040767494356659 0.012976717742663658 sub-10218_ses-V1_task-cuff_run-01_bold 0.0018116404494382026 0.03069184831460674 5 66.24729062013516 1.0719592031531526 0.9834593393243243 0.4982547689443774 2255.111083984375 0.8208337343817005 147 33.03370786516854 2.6842133086243294 2.521320733145049 2.767249890039369 2.7640693026885694 0.0138491 0.032839201390743256 0.03267134726047516 445 90 90 60 2.866647694837841 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 55.32353520970295 25.264211654663086 54.458744049072266 19.289888381958008 310382.0 0.2539325952529907 227.20651702880863 116.16795349121094 1.9476251707630343 278.89910888671875 940.445068359375 909.1932373046875 106476.0 474.02527618408203 1494.0039367675781 317.1610412597656 18.917211532592773 sub-10218_ses-V1_task-rest_run-01_bold 0.00666255033557047 0.02530607874720358 3 68.58823594908073 1.1235136515919284 1.0480359650224218 0.500428910923422 2399.38427734375 0.8810659529941175 368 82.32662192393737 2.6807702447657284 2.526549899603927 2.777179056311486 2.738581778381772 0.016547 0.03208886831998825 0.03440139442682266 447 90 90 60 2.8532585158873536 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 75.70618696483139 24.69013786315918 54.742862701416016 18.691274642944336 307616.0 0.2214765101671219 231.30201721191406 121.27715301513672 1.8830583030663703 287.6894836425781 937.8497314453125 910.91943359375 108424.0 466.8440826416015 1495.1644775390623 319.2543640136719 19.590850830078125 sub-10218_ses-V1_task-rest_run-02_bold 0.006564966292134832 0.03163880921348315 5 84.35299688635136 1.144743596261261 1.0237355737837832 0.49953389939449167 2290.376708984375 1.3672439383082673 407 91.46067415730337 2.6993188683687155 2.5294082328236804 2.7900165558013694 2.7785318164810975 0.0260884 0.0350768156349659 0.03569262474775314 445 90 90 60 2.8873663489400596 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 69.53569716352958 24.57121467590332 54.85762405395508 18.74606704711914 309607.0 0.24494382739067078 232.75280914306666 121.08525085449219 1.8817576626183037 276.10723876953125 926.279052734375 898.044921875 106912.0 467.21191711425774 1469.2615600585932 311.024169921875 17.23872947692871 -sub-10218_ses-V3_task-rest_run-01_bold 0.0018637246049661399 0.01657984738148984 7 45.74637737545252 1.082506338325792 1.0153983244570142 0.5002679029923869 2715.52197265625 0.24432718247650387 109 24.604966139954854 2.5521604863026894 2.4552082357721234 2.5669415646655733 2.634331658470371 0.00540361 0.021938012912869453 0.021013284102082253 443 90 90 60 2.8576399451167367 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 39.482752642942074 24.831079483032227 53.50860595703125 18.430023193359375 305472.0 0.11060948669910431 227.98499755859382 114.9125747680664 2.583446273742867 286.09869384765625 1000.46630859375 963.1151733398438 110701.0 526.6636962890625 1594.3702392578125 337.0301513671875 26.87151336669922 -sub-10218_ses-V3_task-rest_run-02_bold 0.0013259999999999997 0.021113713258426967 5 47.80671337060807 1.0257595597747748 0.9680439066216217 0.5010649189965144 2601.7626953125 0.2790569408272798 152 34.157303370786515 2.5807785354626147 2.4701040685135496 2.6114332295643 2.6607983083099946 0.00618844 0.02229546196758747 0.02152305468916893 445 90 90 60 2.8653901280727605 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 37.06196759204642 25.424131393432617 53.8683967590332 18.957304000854492 306248.0 0.14831461012363434 229.79314651489236 113.29377746582031 2.633702937333873 287.45489501953125 991.3561401367188 957.251708984375 110359.0 518.0087524414063 1573.793713378906 334.072265625 23.719064712524414 sub-10219_ses-V1_task-cuff_run-01_bold 0.0015394545454545455 0.008328672727272727 10 36.212707671503416 1.1170224788610474 1.0059477386560365 0.42623247122239666 11252.6650390625 0.15890740495926808 0 0.0 2.4039327830513115 2.4748499016583003 2.4480749027222433 2.288873544773391 0.0082442 0.0049574957229197025 0.01888434588909149 440 90 90 60 2.561705131484587 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 56.079225534910904 14.778848648071289 38.16150665283203 10.081817626953125 333882.0 0.0022727272007614374 154.07260971069337 96.2406234741211 6.544387743216429 291.1881408691406 1129.8985595703125 1067.588623046875 83740.0 581.045297241211 1858.702545166016 416.7467346191406 35.52519607543945 sub-10219_ses-V1_task-cuff_run-02_bold 0.0008446818181818182 0.007934416 10 35.39951885788156 1.0948114067425965 0.9897496044874715 0.4267532329209325 10980.7705078125 0.15104841564225116 0 0.0 2.391813343491741 2.463841568762399 2.444887402848903 2.2667110588639203 0.00561093 0.004864080343395472 0.019045721739530563 440 90 90 60 2.5763999394979167 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 56.330183580081595 14.815913200378418 37.9907341003418 10.154544830322266 333846.0 0.0022727272007614374 154.74090576171875 95.1155776977539 6.42796939921414 288.244873046875 1126.8924560546875 1065.1318359375 83651.0 582.8715515136719 1850.9522094726562 413.41619873046875 36.97756576538086 sub-10219_ses-V1_task-rest_run-01_bold 0.0009229384965831434 0.00783702701594533 11 36.623953727899554 1.1184981554337896 1.002039707671232 0.42553604505691084 10965.8623046875 0.16627618397321012 19 4.328018223234624 2.396495287118498 2.476808234913817 2.4427874029323497 2.2698902235093286 0.00691143 0.005523685831576586 0.017323888838291168 439 90 90 60 2.564799194014576 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 56.17000602993961 14.863173484802246 37.829959869384766 10.189066886901855 334224.0 0.00455580884590745 152.4662956237792 95.3039321899414 6.413019267177477 289.55328369140625 1132.422119140625 1070.480712890625 83427.0 580.7906677246094 1867.5911987304685 417.37158203125 37.19004821777344 @@ -887,6 +844,10 @@ sub-10237_ses-V1_task-cuff_run-01_bold 0.0027223266219239374 0.02834434832214765 sub-10237_ses-V1_task-cuff_run-02_bold 0.0007892152466367712 0.0218988302690583 4 49.864662898943806 1.1742907684044943 1.0390153142921343 0.4814149775628051 376281.875 0.56453780104165 47 10.538116591928251 2.4746646040951945 2.4513667605633804 2.6614535211267607 2.3111735305954424 0.00583546 -0.007501556538045406 0.03434157744050026 446 96 96 54 4.582016093786967 0.7999997138977051 2.21875 2.21875 2.4000015258789062 6 116.29614838435467 44.02443313598633 565.5149536132812 29.974729537963867 317701.0 0.22461071610450745 2694.5615234375 1279.3677978515625 2.4758638097477066 3344.403076171875 19728.533203125 19551.05078125 109509.0 13226.571484375003 26785.15468749999 4266.890625 35.24604797363281 sub-10237_ses-V1_task-rest_run-01_bold 0.0006782142857142858 0.01927402544642857 2 45.641395517651034 1.1897403618120803 0.9819202697762858 0.4807648088110524 448184.4375 0.4703378974266908 311 69.41964285714286 2.498501780454492 2.4635132394366197 2.6890185915492957 2.3429735103775595 0.00682891 -0.00818683858960867 0.03314828500151634 448 96 96 54 4.548419544021405 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 130.25603687730418 41.0233154296875 559.9135131835938 27.830257415771484 317016.0 0.13035542890429497 2672.5966186523438 1298.905029296875 2.466572442948574 3424.469482421875 20041.916015625 19847.21875 110105.0 13443.4025390625 27239.319140624997 4363.52197265625 37.55665588378906 sub-10237_ses-V1_task-rest_run-02_bold 0.0006643370786516854 0.01654727595505618 5 45.28193174828827 1.185377362950451 0.9956565449549551 0.48064856779822074 432013.375 0.4592228156854443 315 70.78651685393258 2.461298782566409 2.4399864788732395 2.6515154929577465 2.292394375868241 0.00784201 -0.007152419537305832 0.032992713153362274 445 96 96 54 4.573311274730258 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 76.58523952823887 40.79349899291992 554.62353515625 27.71432876586914 317936.0 0.16497983783483505 2672.6849975585938 1227.6065673828125 2.6310794969371702 3226.492919921875 19586.130859375 19405.255859375 109353.0 13116.30390625 26596.538281249996 4243.1328125 40.159122467041016 +sub-10237_ses-V3_task-cuff_run-01_bold 0.0018532214765100672 0.01753640510067114 3 41.318514468968615 1.2089487097533635 1.0068991740582962 0.48044041037851093 408386.0625 0.3577719710894277 0 0.0 2.5315214443879355 2.526832676056338 2.6897081690140845 2.3780234880933837 0.00351148 -0.011131677776575089 0.04234550893306732 447 96 96 54 4.526240029714861 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 164.35642039500053 50.286251068115234 707.8067016601562 34.184120178222656 319420.0 0.2281183034181595 3437.9211791992166 1585.9332275390625 2.4731357014526463 3961.240966796875 23389.181640625 23175.740234375 108069.0 15350.78203125 31788.28945312499 5120.28369140625 39.07984924316406 +sub-10237_ses-V3_task-cuff_run-02_bold 0.0017565990990990991 0.02070322162162162 6 41.065871968555264 1.1736086637697514 1.0085832872911966 0.48058672736833485 432449.0 0.3573581846939476 0 0.0 2.5301802079787747 2.521771267605634 2.690262535211268 2.3785068211194225 0.00386699 -0.010766509920358658 0.04046586900949478 444 96 96 54 4.534800177641384 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 145.6760981411575 47.964439392089844 690.291748046875 32.63164520263672 319484.0 0.2418117634952069 3336.6932861328123 1513.3441162109375 2.6187408846805864 3811.96435546875 22915.703125 22718.66796875 108040.0 15088.378613281251 31164.68974609374 5009.82666015625 36.15985870361328 +sub-10237_ses-V3_task-rest_run-01_bold 0.0017003811659192824 0.018131177802690586 4 40.015605519235976 1.210876490561797 1.0011463604943822 0.48089519080955756 348461.90625 0.3268463334962573 237 53.139013452914796 2.541670198248467 2.5407053521126763 2.6968067605633803 2.387498482069345 0.00413777 -0.011326921172440052 0.039648234844207764 446 96 96 54 4.485202020762855 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 91.93368534328114 54.38591003417969 690.5999145507812 36.919761657714844 318947.0 0.1875219911336899 3345.6870117187523 1463.125244140625 2.519480578477057 3946.979736328125 23091.740234375 22864.064453125 108391.0 15117.8369140625 31467.013671875 5097.64306640625 38.40566635131836 +sub-10237_ses-V3_task-rest_run-02_bold 0.0008717342342342341 0.022131348873873875 6 39.04564272794582 1.1357840055981936 0.9698804863656884 0.48400035075696024 397794.625 0.3617273011051803 270 60.810810810810814 2.531262653302638 2.5405611267605632 2.7120991549295774 2.3411276782177746 0.00408151 -0.011384828947484493 0.03836884722113609 444 96 96 54 4.580732787977698 0.7999997138977051 2.21875 2.21875 2.4000015258789062 6 66.22350908544944 50.17376708984375 706.62548828125 34.32332229614258 317829.0 0.406296843290329 3437.971093749994 1466.917236328125 2.792289628037687 3768.4853515625 22971.22265625 22762.78125 108839.0 15364.8416015625 31199.287304687492 4969.2216796875 35.97715759277344 sub-10238_ses-V1_task-rest_run-01_bold 0.0007635440180586907 0.008787600564334088 7 39.29251395522624 1.0059370813574662 0.9843115325791855 0.543989576235985 504.6283264160156 0.16215092679851276 14 3.160270880361174 2.773673597583899 2.4657415686868998 2.935379050025183 2.9199001740396127 0.00262857 -0.024620726704597473 0.13883420825004578 443 90 90 54 2.5611940661068675 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 72.41352002020241 4.116480350494385 23.12554931640625 9.855530738830566 277458.0 6.880361557006836 76.90338935851987 40.82323455810547 0.8898639981262639 83.80218505859375 253.019287109375 236.02935791015625 95775.0 135.24176177978515 427.3417755126954 92.15550231933594 30.80961799621582 sub-10238_ses-V1_task-rest_run-02_bold 0.0005262076749435666 0.008891972144469525 7 39.568533478710386 1.0025982226470598 0.9809851489592759 0.5443100505851719 507.2098083496094 0.18338034652085594 29 6.54627539503386 2.784122208541003 2.4739332350280585 2.950645716085207 2.9277876745097444 0.0072108 -0.025033222511410713 0.13950709998607635 443 90 90 54 2.5523975364250693 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 75.61554793967645 3.9926512241363525 23.10479736328125 9.787810325622559 276903.0 6.92550802230835 76.95598602294884 40.99263000488281 0.8549248125734752 83.36541748046875 250.82606506347656 234.26524353027344 96358.0 133.10123901367186 423.46716766357406 91.78195190429688 30.972797393798828 sub-10238_ses-V3_task-cuff_run-01_bold 0.0007449213483146067 0.006791053640449438 5 37.46923013617115 1.027639214842342 1.003315837117117 0.5511135084298905 449.78790283203125 0.20332062040328408 0 0.0 2.722627669590274 2.430833236740699 2.953270715980899 2.7837790560492257 0.00431125 -0.022341610863804817 0.12898662686347961 445 90 90 54 2.6871350305031125 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 46.77133996104145 4.167945384979248 24.10888671875 10.766292572021484 277960.0 7.7932586669921875 81.22955436706535 38.51165008544922 0.6230609273924359 83.82865142822266 257.0660400390625 243.46292114257812 95472.0 133.565283203125 424.9088836669922 90.6026840209961 35.157325744628906 @@ -934,19 +895,14 @@ sub-10255_ses-V3_task-rest_run-01_bold 0.002748522727272727 0.009060991068181817 sub-10255_ses-V3_task-rest_run-02_bold 0.0012508577878103837 0.01055266704288939 7 34.88971135425341 1.0756454732579188 0.9786375335067875 0.4478102887679689 7762.91357421875 0.1292924701763129 14 3.160270880361174 2.4151022323981244 2.4619499021709004 2.5213915664755673 2.2619652285479046 0.0127222 -0.006605302449315786 0.029955804347991943 443 90 90 60 2.321028807232614 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 56.397047278140406 17.02817153930664 45.1341667175293 11.979683876037598 325054.0 0.022573363035917282 215.23104553222652 102.11410522460938 4.7142040701052235 348.94366455078125 1155.7322998046875 1074.2652587890625 92306.0 568.3284606933594 2003.867431640625 462.8376159667969 32.201961517333984 sub-10257_ses-V1_task-rest_run-01_bold 0.0010555955056179775 0.014195338921348314 5 42.57355195959456 1.047401095990992 0.9958131459459455 0.5575028733987973 340.3759765625 0.1542356673060629 34 7.640449438202247 2.73046942534141 2.4324707366756306 3.059266545102336 2.699670994246264 0.0115416 -0.0068366751074790955 0.13205377757549286 445 90 90 54 2.7539272507185864 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 44.68126335033404 5.460641384124756 26.91959571838379 11.631461143493652 287260.0 7.683145999908447 96.67943649291975 43.729522705078125 0.9387799768734215 75.28787231445312 235.30868530273438 228.0606689453125 86346.0 109.72022438049316 380.35169219970703 82.81240844726562 29.985736846923828 sub-10257_ses-V1_task-rest_run-02_bold 0.0038214606741573025 0.016037843033707866 5 44.145283990991025 1.091341168490992 1.0454600841216226 0.5581261442818825 337.96710205078125 0.17679644879275488 68 15.280898876404494 2.713777759251915 2.4144582373913828 3.0298040462730707 2.697070994091292 0.0104632 -0.005669929552823305 0.1326148957014084 445 90 90 54 2.7723917637469384 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 42.962503325539245 5.310714244842529 26.836088180541992 11.566291809082031 287629.0 7.824718952178955 97.1802246093749 43.4514274597168 0.9996341734220091 74.34165954589844 233.82614135742188 226.41909790039062 86068.0 110.72741813659668 376.0710174560546 81.66875457763672 27.819358825683594 -sub-10257_ses-V3_task-rest_run-01_bold 0.0007670495495495496 0.012735641486486487 6 48.20429744711063 1.0781157387584654 0.9923874293679464 0.5318784538241023 417.0069274902344 0.36393887192260793 277 62.387387387387385 2.8882235880937355 2.713595725504727 3.180308206959239 2.7707668318172396 0.011203 -0.0031757312826812267 0.08789646625518799 444 90 90 54 2.2969892432422654 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 44.19871767220204 5.88700008392334 26.690027236938477 11.520270347595215 286150.0 7.180180549621582 98.06903305053703 45.40737533569336 2.73465335398501 90.14488983154297 271.5809020996094 254.6531524658203 86289.0 122.84189453125 477.9599182128905 110.86324310302734 30.827180862426758 -sub-10258_ses-V1_task-cuff_run-01_bold 0.001966599099099099 0.025789595045045043 6 109.0005068985102 1.159643766591422 0.9955598352595941 0.5353259120146278 462.58526611328125 1.1702642855347674 254 57.207207207207205 2.8873833208331416 2.540791565704681 3.0339915461066744 3.087366850688071 0.031077 -0.026851201429963112 0.1361716240644455 444 90 90 54 2.4957987609204 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 5 71.28065883804386 3.5996508598327637 23.20103645324707 10.301801681518555 285872.0 7.752252578735352 74.38063049316406 38.304290771484375 0.7505823917568182 89.5605239868164 251.55503845214844 236.59234619140625 88521.0 128.18017578125 428.8986511230469 94.79570770263672 19.094188690185547 -sub-10258_ses-V1_task-cuff_run-02_bold 0.0014746516853932584 0.026468506516853934 5 115.07588208709463 1.171580767545045 0.9959185093693689 0.5346984916765071 457.52581787109375 1.22908196336416 275 61.79775280898876 2.904286098472394 2.5587207316589065 3.0506707121105703 3.1034668516477057 0.0327663 -0.025403376668691635 0.13601958751678467 445 90 90 54 2.4792911134102176 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 7 71.61811228929433 3.7348251342773438 23.11000633239746 10.321348190307617 285848.0 7.60224723815918 74.12427139282211 37.96060562133789 0.7815883066451441 88.96943664550781 250.32012939453125 235.0382080078125 88545.0 126.99461059570312 428.25752563476567 94.80003356933594 18.806163787841797 -sub-10258_ses-V1_task-rest_run-01_bold 0.001798067415730337 0.02314764606741573 5 93.11255273713962 1.1156566856981978 0.984220229932432 0.534656769758752 465.1117248535156 0.9959368661461715 405 91.01123595505618 2.919993042910685 2.5596207316231436 3.078229044348834 3.1221293527600777 0.0177981 -0.025881333276629448 0.13219358026981354 445 90 90 54 2.495725886579499 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 6 68.4462438926248 3.8414387702941895 23.140361785888672 10.391011238098145 285930.0 7.606741428375244 74.82270011901849 37.56802749633789 0.7468258126101817 89.52085876464844 252.87315368652344 237.92359924316406 88592.0 127.5373073577881 431.4071990966796 95.3318862915039 20.15103530883789 -sub-10258_ses-V1_task-rest_run-02_bold 0.001598243243243243 0.02005372117117117 6 94.06536897963882 1.1185634073137702 0.9912038044920993 0.5331093640815767 474.3279113769531 1.026928370907951 413 93.01801801801801 2.880141654602141 2.527058232917061 3.0215332132683907 3.0918335176209717 0.0203807 -0.0243452787399292 0.14227306842803955 444 90 90 54 2.4767887002891564 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 73.35153999002398 3.3391947746276855 22.899206161499023 10.08108139038086 287234.0 7.698198318481445 73.34088325500483 38.75862121582031 0.7731787675534956 88.94445037841797 249.76632690429688 234.58897399902344 87556.0 126.93975257873535 428.1053009033203 94.71443176269531 20.657329559326172 sub-10261_ses-V1_task-cuff_run-01_bold 0.0015395475113122172 0.01220745479638009 8 35.73581198174603 1.0356572258503403 1.124198822244898 0.41432855578168853 8905.66796875 0.17361243807064855 0 0.0 2.350834015764457 2.3787540721434723 2.3307749073833266 2.342973067766572 0.00971571 -0.008714952506124973 0.01607014425098896 442 90 90 60 2.777035842110988 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 82.27635190996756 16.006738662719727 35.41437530517578 11.07918643951416 343073.0 0.011312217451632023 143.38778991699212 81.93892669677734 7.566579565502989 259.443603515625 1080.5556640625 1029.419677734375 76874.0 591.8334106445312 1717.7855163574213 370.68768310546875 31.396724700927734 sub-10261_ses-V1_task-cuff_run-02_bold 0.0015609977324263042 0.012209101564625851 9 36.63800500097725 1.0348799570454534 0.9767284399772725 0.41467640780013426 8197.607421875 0.1663852373498289 0 0.0 2.3537701222485325 2.398424904695157 2.3335332406070535 2.3293522214433873 0.0104022 -0.008709902875125408 0.015315692871809006 441 90 90 60 2.729788679126266 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 74.48215555425085 16.382587432861328 35.26313400268555 11.38548755645752 342617.0 0.020408162847161293 144.93287963867206 80.28340148925781 7.887348848532174 260.83209228515625 1076.5606689453125 1025.772216796875 77290.0 580.3831146240234 1722.5545471191413 375.76739501953125 32.06520080566406 sub-10261_ses-V1_task-rest_run-01_bold 0.0014374717832957111 0.013687398668171558 7 35.79176448812215 1.012469166923077 0.9877801521493214 0.41422539837471134 8451.123046875 0.18508533661706325 36 8.126410835214447 2.3573492922982076 2.396174904784564 2.3358749071806706 2.339998064929388 0.00643421 -0.00796279963105917 0.015996843576431274 443 90 90 60 2.7642235725581004 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 92.83159751431053 16.39229393005371 35.78500747680664 11.480813026428223 343340.0 0.04966140165925026 143.67053833007807 82.71780395507812 7.670724369500391 262.40057373046875 1092.229248046875 1039.693115234375 76688.0 596.9076965332032 1739.6559448242188 376.12237548828125 29.241146087646484 sub-10261_ses-V1_task-rest_run-02_bold 0.0016356108597285065 0.010183523438914028 8 35.474428747845785 1.0527833075510218 1.0215919250566894 0.415502656639581 8649.5986328125 0.15924297185825992 34 7.6923076923076925 2.3371437290905117 2.3771915722055605 2.319774907820427 2.3144647072455475 0.00906012 -0.009118054993450642 0.01626092568039894 442 90 90 60 2.7290943585512326 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 77.66773082370241 16.134201049804688 36.2591438293457 11.203619956970215 343031.0 0.020361991599202156 151.05657196044922 83.29459381103516 8.259368738066561 260.9447021484375 1081.34814453125 1028.79638671875 76951.0 593.5916748046875 1726.7919311523438 376.9710998535156 33.21302795410156 -sub-10262_ses-V1_task-rest_run-01_bold 0.0014780361173814898 0.01751000948081264 7 67.62836296622169 1.1320158216515825 1.0248102596153839 0.4614503350769969 6049.890625 0.5599671380120252 334 75.39503386004515 2.421292388433859 2.3649665726913383 2.4286915701591343 2.4702190224511043 0.00834731 0.007256074342876673 0.023165013641119003 443 90 90 60 2.146788519647211 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 265.11683597378425 20.716272354125977 42.374019622802734 14.909707069396973 306908.0 0.1218961626291275 155.9194145202635 113.41082000732422 3.408416460860563 407.934814453125 1275.239990234375 1167.432373046875 108186.0 598.7539672851562 2320.4464111328125 543.8015747070312 21.537208557128906 -sub-10262_ses-V1_task-rest_run-02_bold 0.0015832882882882882 0.01649041481981982 6 76.1865268216252 1.1736759819187361 1.0108474990293452 0.4615267737259834 6213.52294921875 0.6217189325555327 375 84.45945945945945 2.403904882702094 2.3460665734423567 2.4148249040434795 2.450823170620445 0.00939564 0.00729759968817234 0.02358829230070114 444 90 90 60 2.1485011215431595 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 264.35319740451075 20.53604507446289 42.68963623046875 14.64639663696289 306911.0 0.0788288339972496 158.53153228759766 115.28510284423828 3.365127788237002 406.9542236328125 1276.3875732421875 1166.7860107421875 108197.0 602.6590087890626 2320.6369628906245 543.0672607421875 22.477609634399414 -sub-10265_ses-V3_task-rest_run-01_bold 0.0014461224489795918 0.008076875034013605 9 33.18017765393179 1.1804522159999995 1.0199170420227273 0.4146518554279266 17081.673828125 0.15046619439903589 9 2.0408163265306123 2.501217479598296 2.510766566897767 2.594241563580769 2.398644308316353 0.00403048 -0.008897040970623493 0.02461889758706093 441 90 90 60 2.1632980061493785 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 370.6730072391509 13.867877960205078 32.391510009765625 9.492063522338867 327478.0 0.0 121.36734771728516 95.10165405273438 8.711814310749187 371.672607421875 1356.6610107421875 1247.3140869140625 89766.0 656.2369689941406 2399.0306396484375 576.57666015625 42.40970993041992 -sub-10265_ses-V3_task-rest_run-02_bold 0.0005770454545454545 0.006744324909090909 10 31.994441408041002 1.1525522358086555 0.9782302593621863 0.4140243791704488 16392.693359375 0.1426641067818771 4 0.9090909090909091 2.4865966491928737 2.4991249006936984 2.57383323105839 2.386831815826533 0.00527089 -0.00930966529995203 0.02435760386288166 440 90 90 60 2.1465191301285085 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 437.25663949150555 14.125155448913574 32.27748107910156 9.59999942779541 327553.0 0.0 121.67499542236328 96.50129699707031 9.27063362629835 367.6988525390625 1354.5826416015625 1243.4931640625 89739.0 656.7908752441408 2388.8348876953123 579.3035888671875 44.13785171508789 +sub-10266_ses-V1_task-cuff_run-01_bold 0.0012573696145124717 0.008592558911564626 9 36.68370738468185 1.1128069693181823 1.0053832373181815 0.4143776605261039 12479.595703125 0.15603511680449186 1 0.22675736961451248 2.364511802396127 2.3713457391045196 2.3508374065861144 2.371352261497747 0.00808562 -0.010526897385716438 0.017548467963933945 441 90 90 60 2.78279094902652 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 146.55737198147244 13.489663124084473 28.458126068115234 9.216553688049316 337970.0 0.0022675737272948027 105.00725517272939 68.29999542236328 3.6658491310314494 272.9097595214844 1078.724365234375 1024.31298828125 81770.0 566.2940887451172 1746.9619506835938 368.08612060546875 37.2293701171875 +sub-10266_ses-V1_task-cuff_run-02_bold 0.0026583295711060948 0.010231615304740408 7 38.11361066877826 1.1132372633031673 0.9963935592307686 0.415088983937036 11889.609375 0.16332466037801838 3 0.6772009029345373 2.349113188363391 2.3491207399876615 2.3375374071146084 2.3606814179879043 0.00576857 -0.010373838245868683 0.017643332481384277 443 90 90 60 2.844263739698654 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 148.50508977180743 13.724947929382324 28.36400032043457 9.37246036529541 338486.0 0.0022573363967239857 103.5237045288086 68.73955535888672 3.5293044471423567 266.93536376953125 1068.73828125 1017.03955078125 81372.0 572.0718139648438 1721.464270019531 357.573486328125 33.617218017578125 +sub-10266_ses-V1_task-rest_run-01_bold 0.0019308126410835214 0.008856991196388261 7 37.377135043619916 1.1475032454298635 1.0126433974886873 0.4137716876534355 11880.8916015625 0.1478015369565415 24 5.417607223476298 2.3529854052535875 2.3656832393295275 2.3482290733564266 2.345043903074808 0.0089104 -0.010943213477730751 0.01681630127131939 443 90 90 60 2.7733976959267506 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 144.63298566605084 13.872203826904297 28.41593360900879 9.446952819824219 338265.0 0.0 104.87358856201172 67.57154846191406 3.7364888498820363 275.5263977050781 1084.03466796875 1030.43115234375 81339.0 572.0779113769531 1759.7891967773435 371.5387878417969 36.30107116699219 +sub-10266_ses-V1_task-rest_run-02_bold 0.0020152941176470583 0.009153340316742082 8 36.979048276938755 1.1304631439229018 1.013362474671201 0.41540971601493865 11986.0361328125 0.14789407316187814 26 5.882352941176471 2.341029854508241 2.3393915737075974 2.325562407590452 2.3581355822266725 0.00971208 -0.010075336322188377 0.01801188848912716 442 90 90 60 2.8403316450648313 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 165.99298041393888 13.63860034942627 28.30369758605957 9.29411792755127 338376.0 0.0 104.0322437286377 69.14288330078125 3.5514733924669084 265.55523681640625 1065.025146484375 1012.3982543945312 81492.0 568.4568115234375 1714.735034179687 356.4344482421875 35.87465286254883 sub-10266_ses-V3_task-cuff_run-01_bold 0.0009924263038548753 0.0074246105668934245 9 34.375217650181824 1.116505404477272 1.0037908897272736 0.41189808489715535 13696.3310546875 0.1371519314441659 0 0.0 2.338714717499127 2.331354074026979 2.3325582406457963 2.3522318378246068 0.00791066 -0.011086919344961643 0.021909166127443314 441 90 90 60 2.720213828092462 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 340.99523487650595 13.407297134399414 29.000633239746094 9.147392272949219 337629.0 0.0 109.31655273437495 76.74769592285156 4.137599434801751 287.62493896484375 1128.10791015625 1068.631591796875 81816.0 595.5119323730469 1850.5521240234375 392.8459777832031 39.730682373046875 sub-10266_ses-V3_task-cuff_run-02_bold 0.0031431746031746026 0.00943148530612245 9 34.07089652136363 1.122352178477274 1.0595456257727272 0.4131462173087198 13765.7626953125 0.15251173025174775 1 0.22675736961451248 2.3458869359817673 2.329529074099498 2.3385124070758656 2.3696193267699392 0.00620141 -0.010305266827344894 0.022370850667357445 441 90 90 60 2.768780524489041 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 354.9718156548496 13.182049751281738 28.140878677368164 9.011338233947754 337455.0 0.0022675737272948027 104.97052001953125 73.59244537353516 3.9607040111175635 278.88726806640625 1103.0328369140625 1045.9285888671875 82132.0 591.3674896240234 1797.5115966796875 377.75555419921875 35.13060760498047 sub-10266_ses-V3_task-rest_run-01_bold 0.0011341216216216215 0.007476107094594595 6 33.52182932076752 1.0975383818284405 0.9865996212866819 0.4110529804777452 13660.185546875 0.13231652621912188 13 2.9279279279279278 2.3547077697179284 2.344933240154058 2.35336240648578 2.3658276625139476 0.0112686 -0.01126538123935461 0.021439075469970703 444 90 90 60 2.691236722008975 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 391.90790806816364 13.52707576751709 28.87777328491211 9.225225448608398 337316.0 0.0 108.22522735595703 76.29219818115234 4.216658218096387 292.7270812988281 1137.625732421875 1077.450439453125 81949.0 594.1490966796875 1873.9158203124991 400.3526916503906 39.01461410522461 @@ -975,19 +931,21 @@ sub-10275_ses-V1_task-cuff_run-01_bold 0.002368 0.014695030681818183 10 42.89759 sub-10275_ses-V1_task-cuff_run-02_bold 0.007741534988713318 0.02394728871331829 7 48.23619378199096 1.1306730381900452 1.047416153755656 0.4249381493262977 5384.91748046875 0.32098643315290165 17 3.8374717832957113 2.52253684742235 2.4893540677486232 2.551966565260626 2.526289909257802 0.00885971 0.00903578381985426 0.019286340102553368 443 90 90 60 3.678842953092275 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 300.61240115244095 16.586402893066406 29.77760887145996 12.020316123962402 341961.0 0.04063205420970917 98.64785766601562 80.46942901611328 1.7068560620478 184.75473022460938 890.9800415039062 871.533935546875 78302.0 524.9398742675781 1311.6939025878905 236.90284729003906 25.23221206665039 sub-10275_ses-V1_task-rest_run-01_bold 0.0010203837471783298 0.01467916821670429 7 41.46432251742082 1.0724420068325782 1.0021786925791862 0.4243303577593917 6220.46630859375 0.18067746702915916 16 3.6117381489841986 2.5227882340633143 2.482974901335442 2.565858231375288 2.5195315694792138 0.00424684 0.0106324702501297 0.018830087035894394 443 90 90 60 3.6122907486926303 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 296.337721776112 15.575691223144531 29.186016082763672 11.284424781799316 341180.0 0.04063205420970917 98.44480743408201 78.7284164428711 1.928644887369079 187.59434509277344 888.8073120117188 870.632080078125 78859.0 519.7289001464844 1315.4894653320312 241.01785278320312 30.965484619140625 sub-10275_ses-V1_task-rest_run-02_bold 0.004147972972972973 0.03360150135135135 6 59.81829286334092 1.0438187031828436 0.9928281791422122 0.42481854343467157 5625.48876953125 0.6085492309953313 255 57.432432432432435 2.6422132821148616 2.5876540638425327 2.660012394300604 2.678973388201448 0.013126 0.011632485315203667 0.019068250432610512 444 90 90 60 3.5372606956101866 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 13 205.44092128637845 16.392105102539062 29.286823272705078 11.898649215698242 341521.0 0.06981982290744781 96.27252197265625 77.45286560058594 1.8738953018049767 191.31912231445312 886.1010131835938 866.06982421875 79149.0 508.31036987304685 1318.9973632812496 244.8404083251953 20.592321395874023 +sub-10275_ses-V3_task-cuff_run-01_bold 0.0008818284424379233 0.014300752528216705 7 45.550066425746614 1.1086421297058826 0.9633614780995475 0.4277281332688001 3296.869140625 0.28039231918410523 1 0.22573363431151242 2.6683410027984613 2.6504832280125923 2.546849898797278 2.8076898815855142 0.0215713 -0.006939886137843132 0.016025502234697342 443 90 90 60 3.1801629690362616 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 182.39417839479796 27.577072143554688 46.92500686645508 19.505643844604492 353495.0 0.03611738234758377 176.95778503417966 95.9342041015625 1.3798092505982558 276.28106689453125 1104.50390625 1073.740478515625 71754.0 591.925424194336 1707.5799743652337 337.63458251953125 29.138879776000977 +sub-10275_ses-V3_task-cuff_run-02_bold 0.0011871818181818183 0.01568143693181818 10 46.054416934510314 1.1251137499088848 0.9830599816173121 0.42695831744172613 4320.8505859375 0.283824718269175 2 0.45454545454545453 2.618857685973287 2.596970730138988 2.525104066328046 2.734498261452827 0.00660751 -0.007301771081984043 0.014511589892208576 440 90 90 60 3.2157073458217176 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 179.90496999062518 23.499244689941406 44.10304260253906 16.570453643798828 349985.0 0.020454544574022293 169.9472686767578 98.62136840820312 1.4756221073054556 267.447998046875 1091.90576171875 1059.39990234375 73996.0 598.6698608398438 1684.6408081054688 329.4431457519531 30.91400718688965 sub-10275_ses-V3_task-rest_run-01_bold 0.0028744920993227993 0.014833952415349889 7 45.134774126040725 1.0972119442986425 1.0138704663574667 0.423926714620657 6883.9150390625 0.2694244139666685 106 23.927765237020317 2.582652160460826 2.561666564875183 2.5957623968536696 2.5905275196536257 0.0147119 0.005690078251063824 0.02222813107073307 443 90 90 60 3.3836008862991473 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 241.87433284549687 15.441821098327637 28.396038055419922 10.753950119018555 340336.0 0.011286681517958641 97.16252899169922 74.91163635253906 1.560729765746001 209.29115295410156 898.9785766601562 875.9864501953125 80353.0 499.451025390625 1353.426220703125 258.8901672363281 29.777437210083008 sub-10277_ses-V1_task-cuff_run-01_bold 0.005108378378378378 0.01665333015765766 6 51.04165804853275 1.1016271653273142 1.0398432658465018 0.4536517741861401 4425.63427734375 0.5213081451071974 53 11.936936936936936 2.6754896460379993 2.624033229063621 2.7578832237449 2.6445524853054776 0.0235087 0.01194941345602274 0.02458013966679573 444 90 90 60 2.8503620892462087 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 71.53146485320697 21.10036849975586 52.22075653076172 15.662162780761719 332014.0 0.26801803708076477 214.67421646118157 119.6103286743164 2.588353506525439 315.22003173828125 1078.758056640625 1043.7027587890625 85887.0 534.365771484375 1691.96962890625 366.162841796875 23.230815887451172 sub-10277_ses-V1_task-cuff_run-02_bold 0.0009842663656884877 0.015575441986455982 7 35.951551666040714 1.0026990348868787 0.9459112293665163 0.4529723849063801 4368.8271484375 0.20897726195578753 1 0.22573363431151242 2.6442549312160764 2.5960790635077533 2.723133225125741 2.6135525050147344 0.0185703 0.011831886135041714 0.026810936629772186 443 90 90 60 2.8530836584023644 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 80.1989012842919 20.855159759521484 51.61279296875 15.504514694213867 332716.0 0.252821683883667 211.38262939453125 118.48038482666016 2.494683457407141 303.9635925292969 1062.3603515625 1023.6546630859375 85558.0 528.6494689941406 1668.5779235839836 358.7867736816406 24.601612091064453 sub-10277_ses-V1_task-rest_run-01_bold 0.0019604966139954855 0.01309380223476298 7 37.74707915013575 1.0277020208597292 1.0021206188687786 0.4541181622760722 4297.25537109375 0.26469583929811624 105 23.702031602708804 2.6431618785335176 2.598058230095775 2.7321165581021085 2.5993108474026694 0.0169498 0.011834880337119102 0.02664613164961338 443 90 90 60 2.8729596231662415 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 77.18063837157173 21.208240509033203 52.56971740722656 15.835214614868164 331923.0 0.28893905878067017 214.258018493651 121.49124145507812 2.580463312502755 310.0378723144531 1081.341796875 1044.8216552734375 85953.0 540.4989013671875 1698.4519531249998 363.6722106933594 26.8115177154541 sub-10280_ses-V1_task-rest_run-01_bold 0.0015916063348416288 0.021688776923076924 8 45.469508648730155 1.0010048100226756 0.9593298200680258 0.43234331060625814 5692.5205078125 0.3622642142277448 265 59.95475113122172 2.43549655381174 2.4252582369622293 2.4131999041080516 2.4680315203649394 0.0227065 -0.003603973425924778 0.021607013419270515 442 90 90 60 2.778737900942491 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 24 124.91412359290607 18.093114852905273 31.89237403869629 12.7647066116333 332356.0 0.05429864674806595 114.77206420898438 69.5267562866211 2.3285754053944494 260.1529846191406 999.584716796875 946.1652221679688 86397.0 521.7384887695313 1632.32177734375 340.49981689453125 21.482769012451172 sub-10280_ses-V1_task-rest_run-02_bold 0.001519750566893424 0.01647296238095238 9 42.788360301090904 1.010475804272727 0.9999683607500002 0.4314842717795275 6252.6953125 0.33121209279124747 261 59.183673469387756 2.405121551496262 2.395541571476397 2.3624290727921697 2.457394010220219 0.0114546 -0.004507206846028566 0.02115735225379467 441 90 90 60 2.7826665434110374 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 198.39409610128416 17.169273376464844 31.389636993408203 12.065759658813477 332479.0 0.038548752665519714 114.29955062866206 70.72532653808594 2.40351835460471 256.8903503417969 997.982177734375 943.43310546875 86401.0 525.9160766601562 1628.548828125 339.0372619628906 24.364965438842773 -sub-10280_ses-V3_task-rest_run-01_bold 0.0018219088319088319 0.014444129401709402 8 58.08715563094285 1.1056217914571431 0.9926070045714287 0.43224801637730825 5873.35498046875 0.490362207012906 267 76.06837606837607 2.3881895977836174 2.4044207377902374 2.3327749073038535 2.427373148256761 0.0135508 -0.0025210173334926367 0.019469140097498894 351 90 90 60 2.6226501277515304 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 11 53.525061059886816 18.488178253173828 35.72467803955078 12.81766414642334 333786.0 0.014245014637708664 136.51993942260742 75.6843490600586 2.743199639792312 280.8813171386719 1041.08056640625 978.8119506835938 85030.0 532.4485748291015 1736.1138305664062 373.212646484375 25.45197105407715 -sub-10280_ses-V3_task-rest_run-02_bold 0.002121742081447964 0.014933023574660633 8 58.381578899705225 1.1348960342403622 1.0043967143083903 0.4330298409354511 5643.47802734375 0.5092675401630152 348 78.73303167420815 2.379138204429453 2.4022957378746774 2.3223165743860967 2.412802301027585 0.0235575 0.0015506744384765625 0.019413135945796967 442 90 90 60 2.6509561744156813 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 13 55.986107334266386 18.646574020385742 35.70797348022461 12.952488899230957 334233.0 0.018099548295140266 137.48054809570306 76.25764465332031 2.624390213400357 275.343017578125 1029.4801025390625 967.95361328125 85138.0 527.7245544433595 1711.879016113281 365.1316223144531 25.434900283813477 sub-10281_ses-V1_task-cuff_run-01_bold 0.0015579223744292235 0.01533907413242009 12 31.909419088009134 0.9833725326086957 0.9435064337986275 0.4488090728504568 7096.28662109375 0.16709009228727711 0 0.0 2.4318980366351384 2.470812401818736 2.4198290705112986 2.40505263757538 0.0050545 0.001684726681560278 0.01644052192568779 438 90 90 60 2.631798681542089 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 68.27890942491094 18.349740982055664 40.91611862182617 12.897259712219238 323320.0 0.05936072766780853 160.2832107543945 93.6018295288086 2.6312089782255326 312.0132141113281 1150.6343994140625 1082.171142578125 93747.0 582.263671875 1924.821594238281 411.1885070800781 27.235002517700195 sub-10281_ses-V1_task-rest_run-01_bold 0.003750546697038725 0.013692483644646924 11 32.054845500867565 1.0410980342694058 1.056389167762557 0.4473803280537959 7421.08056640625 0.15807771356612937 23 5.239179954441913 2.424639705003351 2.462570735479564 2.413408237433106 2.397940142097383 0.00536748 0.0005100237904116511 0.016704576089978218 439 90 90 60 2.6153508879023635 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 64.97537108051603 18.30118751525879 40.93003463745117 12.790432929992676 324110.0 0.03416856750845909 161.5484138488768 92.65239715576172 2.7061307775871617 316.3819274902344 1160.1043701171875 1089.50341796875 93153.0 591.275634765625 1943.785498046875 416.5779724121094 28.673789978027344 sub-10281_ses-V1_task-rest_run-02_bold 0.0018899092970521543 0.015008153854875283 9 34.59118749427275 1.011382367136364 0.9593829490909089 0.44881356609504386 7302.49853515625 0.18064086667770318 38 8.616780045351474 2.439884144749186 2.477379068224467 2.4237332370228275 2.418540129000264 0.00468104 0.0013329173671081662 0.01689332351088524 441 90 90 60 2.6448058557414678 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 66.66749803689608 18.208105087280273 40.60893249511719 12.795918464660645 323375.0 0.054421767592430115 160.8272140502928 90.93181610107422 2.5754988460949892 311.7062683105469 1149.313720703125 1082.3175048828125 93763.0 581.8716369628906 1919.80888671875 409.22161865234375 27.010421752929688 +sub-10282_ses-V1_task-cuff_run-01_bold 0.0023413348416289597 0.026498759049773755 8 52.27987024768706 1.0988913541043077 1.0935490081405892 0.42206576248752964 6123.31884765625 0.3519755855387478 20 4.524886877828054 2.503682588141372 2.5338123993153414 2.500833233959149 2.4764021311496256 0.0102341 0.0067228893749415874 0.01936330273747444 442 90 90 60 3.0184615206087217 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 5 52.02692819625023 20.471315383911133 40.38955307006836 14.319005012512207 344181.0 0.07918552309274673 150.06788635253906 88.17668151855469 3.2761522203831825 274.0162658691406 1108.921875 1077.1448974609375 77187.0 593.6165161132812 1745.3847290039062 356.8499755859375 21.883934020996094 sub-10282_ses-V1_task-rest_run-01_bold 0.00210683257918552 0.018052739298642533 8 47.58218053365078 1.1073526605215425 0.9908861014512463 0.4219568013062942 6766.49169921875 0.28621263035348 146 33.0316742081448 2.443233932463419 2.4778832348711 2.4299707367749717 2.421847825744186 0.00556666 0.009281476959586143 0.02103518135845661 442 90 90 60 3.055890091736145 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 1 100.95141736064649 19.193326950073242 40.243228912353516 13.43891429901123 343687.0 0.04751131311058998 152.11766052246094 97.53765106201172 3.0855936142236065 267.9284973144531 1104.9122314453125 1072.708251953125 77764.0 588.0625823974609 1731.0512939453092 351.0274658203125 27.154916763305664 sub-10282_ses-V1_task-rest_run-02_bold 0.006316862302483069 0.033040986907449214 7 58.63124137128961 1.1205407809954768 1.0209726728959285 0.42138720231837795 6149.9384765625 0.47099403085010827 227 51.24153498871332 2.498688160346864 2.516499900003278 2.4840540679592267 2.495510513078087 0.00768875 0.008784801699221134 0.019987553358078003 443 90 90 60 3.0412053882202263 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 45 60.64492395379371 20.12724494934082 39.515316009521484 14.040632247924805 344935.0 0.07900677621364594 148.39413146972652 86.96788024902344 3.2560194382396057 263.993408203125 1099.3255615234375 1067.259521484375 77072.0 585.9983337402343 1724.4072143554686 350.9307861328125 19.57449722290039 +sub-10284_ses-V1_task-cuff_run-01_bold 0.0014226636568848757 0.02149102821670429 7 61.30084427873295 1.0756552642307684 1.0423278329411756 0.4506547265555855 6288.234375 0.526537029677634 43 9.706546275395034 2.3873451472867018 2.4541540691473456 2.298887408650422 2.4089939640623386 0.0089486 0.0022212278563529253 0.014656360261142254 443 90 90 60 2.763865463355724 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 24 74.62279852722706 18.955888748168945 39.62273406982422 13.383747100830078 323793.0 0.04966140165925026 158.82573547363268 86.76866149902344 3.8026676051959676 283.20037841796875 1111.232421875 1048.7359619140625 92809.0 596.2424560546875 1806.739990234374 379.4433288574219 22.606773376464844 sub-10284_ses-V1_task-rest_run-01_bold 0.0011545927601809953 0.019359248642533935 8 56.23206637278909 1.0813394854421772 0.9843421760544224 0.44986717845969487 6444.11328125 0.42815204485838665 285 64.47963800904978 2.3626590245098464 2.4381332364506227 2.2790415761056906 2.3708022609732256 0.0116632 0.0013928543776273727 0.012125711888074875 442 90 90 60 2.785341060715981 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 17 53.86504279608925 18.794164657592773 38.741981506347656 13.2647066116333 324273.0 0.06334841996431351 154.15023193359366 81.90830993652344 3.7659636621289483 284.20013427734375 1115.88525390625 1055.065673828125 92313.0 599.3126953125001 1809.686474609375 378.79022216796875 23.736026763916016 sub-10285_ses-V1_task-rest_run-01_bold 0.0007272911963882619 0.006636273995485328 7 38.27405221877827 1.0274265214932128 0.9936104817420821 0.5552996264586002 368.5729675292969 0.1411548689416841 28 6.320541760722348 2.6229069259044806 2.4244915703260275 2.8566290531544265 2.587600154232988 0.0219508 -0.013828471302986145 0.1252126544713974 443 90 90 54 2.1474207822154177 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 18.588865160767917 5.585695266723633 29.21745491027832 11.898420333862305 277581.0 7.961625576019287 115.76298522949219 43.5400390625 2.3047443695210257 97.32966613769531 268.4048767089844 247.34877014160156 94598.0 118.9590347290039 484.11367492675765 115.18350982666016 33.71430206298828 sub-10285_ses-V1_task-rest_run-02_bold 0.0012030405405405406 0.00989953671171171 6 42.73747931961624 1.033284595259594 1.0045342444920988 0.5763865316891061 223.38246154785156 0.1596785644127255 35 7.882882882882883 2.666502671820482 2.458149902321899 2.8962457182468686 2.645112394892677 0.0204295 -0.03805573284626007 0.11917393654584885 444 90 90 54 2.0479228306807005 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 14.717714122580322 10.0409574508667 31.976417541503906 14.380631446838379 270120.0 6.896396636962891 124.72331466674797 44.868995666503906 2.688705840036911 93.91819763183594 254.87814331054688 232.97073364257812 101031.0 111.55518341064453 470.35923767089844 113.75896453857422 29.8227481842041 @@ -999,20 +957,13 @@ sub-10287_ses-V1_task-cuff_run-01_bold 0.0011039503386004515 0.01248843306997742 sub-10287_ses-V1_task-cuff_run-02_bold 0.0024559049773755655 0.012182423914027147 8 50.189619215623615 1.091093246371881 1.0371991048526072 0.43795079961435845 2746.030517578125 0.29109512493723 14 3.167420814479638 2.5391938206471454 2.522308233105809 2.4800707347841766 2.615202494051451 0.0155781 0.00965535081923008 0.04127776622772217 442 90 90 60 2.325972486721114 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 71.3936784982973 23.560632705688477 47.13446044921875 17.217195510864258 337842.0 0.03846153989434242 171.6873374938966 107.48308563232422 2.87327551908834 294.0248107910156 962.0296020507812 896.7964477539062 82535.0 436.7396057128906 1697.799194335938 385.5552978515625 25.641796112060547 sub-10287_ses-V1_task-rest_run-01_bold 0.0017023863636363636 0.01073936325 10 47.18678554822327 1.082622767927107 1.0149023446697039 0.43612258397750797 2740.080810546875 0.22711043908320694 134 30.454545454545453 2.5379771521785957 2.526199899617835 2.478116568195161 2.6096149887227904 0.00848173 0.00731014646589756 0.04198870062828064 440 90 90 60 2.2908214697528346 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 73.90507735624072 23.698049545288086 47.654476165771484 17.399999618530273 338434.0 0.05454545468091965 173.81442489624018 109.56836700439453 2.826048993816457 303.0472717285156 976.0990600585938 907.4454345703125 82125.0 438.9804321289062 1734.680859375 396.119873046875 27.17879295349121 sub-10287_ses-V1_task-rest_run-02_bold 0.0018096153846153846 0.011496756809954751 8 49.165426734149655 1.078577925328798 1.0366100139002261 0.4386678465630383 2645.488037109375 0.25601823178555594 151 34.16289592760181 2.5287882597777753 2.5172207333079686 2.4712374018018486 2.5979066442235097 0.00846812 0.009963231161236763 0.041326846927404404 442 90 90 60 2.3289156250774883 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 71.88084164424419 23.728343963623047 47.50904083251953 17.472850799560547 337833.0 0.05429864674806595 175.23711547851468 108.27392578125 2.8740564709216923 292.9447937011719 961.7892456054688 896.201416015625 82525.0 437.6027465820313 1697.7013916015626 384.81256103515625 26.22551918029785 -sub-10288_ses-V1_task-rest_run-01_bold 0.0005031981981981983 0.007125051396396396 6 45.46983590577878 1.0715540450112868 0.9895146786230256 0.5320921791793599 455.4088439941406 0.29487611669239505 182 40.990990990990994 3.008436102406412 2.616433229365618 3.061624878341958 3.347250199511659 0.0036602 -0.0018659995403140783 0.09841269254684448 444 90 90 54 2.2408609133346844 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 34.16418647253016 3.893500804901123 22.66743278503418 10.430180549621582 280808.0 7.691441535949707 74.9676799774169 34.51981735229492 1.217787420360394 88.3216781616211 259.4931945800781 237.55630493164062 92499.0 125.6934700012207 470.7261505126952 106.01060485839844 32.93089294433594 -sub-10288_ses-V1_task-rest_run-02_bold 0.0006686199095022625 0.007151678325791855 8 46.44149701562358 1.088990526258504 1.0021604180272101 0.5336890941077131 432.15655517578125 0.30468006458692226 187 42.30769230769231 2.9942055470475233 2.5875957305115174 3.058908211783242 3.336112698847812 0.00306449 -0.005907159764319658 0.11514081060886383 442 90 90 54 2.212084741376323 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 29.81879698933065 3.9748499393463135 23.558815002441406 10.47963809967041 283309.0 7.710407733917236 78.94661102294901 36.82231140136719 1.1361745670611025 87.75697326660156 255.31881713867188 232.65272521972656 88584.0 124.73597679138183 465.61925659179684 105.17292022705078 32.58570861816406 sub-10288_ses-V3_task-cuff_run-01_bold 0.0010150786516853931 0.008343847887640449 5 43.458467835675684 1.0444153004054055 1.0002282879729736 0.5555497874395813 367.6288757324219 0.25242494318114367 0 0.0 2.8614472087077307 2.4923499009629126 3.0663790448197106 3.025612680340569 0.00268703 -0.012179898098111153 0.0973515510559082 445 90 90 54 2.48311968878208 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 38.1914694902416 3.8880839347839355 22.407472610473633 10.79775333404541 273383.0 8.044943809509277 72.09842758178709 32.90083694458008 0.5266845373311959 82.42936706542969 234.62049865722656 221.76853942871094 98469.0 107.63910369873048 399.3820251464842 89.30999755859375 30.743999481201172 sub-10288_ses-V3_task-cuff_run-02_bold 0.0005550112866817155 0.0070535921218961625 7 44.06246796343888 1.0404108145475104 0.9961609123755649 0.5561494121131486 362.7509765625 0.26698426273809456 0 0.0 2.8526472085351813 2.4954707341722355 3.052629045366087 3.009841846067221 0.00415772 -0.012389549985527992 0.09791798144578934 443 90 90 54 2.464187907598683 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 37.55149456159848 3.8654754161834717 22.410188674926758 10.792325019836426 273023.0 8.060948371887207 72.71309204101561 32.89183807373047 0.5495454380539879 82.02505493164062 233.36607360839844 220.4198760986328 98921.0 106.26636505126953 398.3498840332031 89.44884490966797 32.5815544128418 sub-10288_ses-V3_task-rest_run-01_bold 0.0010818243243243242 0.00905625470720721 6 43.062745673273106 1.0435606772009034 0.9903938210835214 0.5525347820423537 378.75079345703125 0.27133951009610446 168 37.83783783783784 2.833870820506227 2.485220734579534 3.0031123806670355 3.0132793462721117 0.00586879 -0.012660416774451733 0.09136757254600525 444 90 90 54 2.4917506042526725 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 31.031658030706637 3.960284471511841 22.643251419067383 10.804054260253906 275119.0 7.957207202911377 74.24549865722656 32.90093994140625 0.6948503288602508 81.37281799316406 238.0928955078125 224.06982421875 96695.0 113.79977798461914 406.24482727050787 89.9241943359375 30.896373748779297 sub-10288_ses-V3_task-rest_run-02_bold 0.0012490786516853934 0.009891211887640451 5 44.52597309657659 1.0197071613738746 0.9933323052252256 0.5559090279303335 358.9836730957031 0.3043758827277632 182 40.89887640449438 2.9011416532657273 2.524983232999514 3.1017665434135377 3.0766751833841313 0.0034321 -0.011073581874370575 0.09729303419589996 445 90 90 54 2.4611823616168054 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 37.6279920383228 3.9447214603424072 22.28788185119629 10.788763999938965 273066.0 7.932584285736084 71.1848316192627 32.3913459777832 0.5755460563800225 81.17164611816406 231.1107635498047 218.21348571777344 98714.0 105.80269927978517 395.0084274291991 88.66160583496094 28.469280242919922 +sub-10291_ses-V1_task-rest_run-01_bold 0.0015349888143176733 0.04598160805369127 3 63.33982164872198 1.092057484461883 0.9908512378026909 0.49254483029072715 26969.28125 1.044355262793306 416 93.0648769574944 2.6975961017328967 2.7266884507042253 2.958859718309859 2.4072401361846056 0.00862138 -0.02230619639158249 0.04264341667294502 447 96 96 54 4.670433828100437 0.7999997138977051 2.21875 2.21875 2.4000015258789062 7 34.70181624385599 183.4518280029297 918.8719482421875 124.35665130615234 328251.0 0.7163002192974091 3949.22314453125 1534.9783935546875 2.9083936755431603 3063.956787109375 19514.064453125 19620.626953125 100153.0 12155.6171875 25697.069140624997 4201.0078125 23.234832763671875 sub-10292_ses-V1_task-rest_run-01_bold 0.0010995022624434388 0.01214066633484163 8 45.881492839750614 1.131810421791384 0.9909669879365081 0.42097620416618237 7711.41796875 0.2917889791291609 217 49.09502262443439 2.407667366956023 2.423204070377188 2.396074904788538 2.403723125702342 0.00623329 -0.006797941401600838 0.017061136662960052 442 90 90 60 2.897820368032992 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 177.56347293658766 17.710723876953125 30.926286697387695 12.61991024017334 335842.0 0.05882353335618973 116.22353134155284 62.91521453857422 3.4468085065896705 298.7509460449219 1142.405517578125 1098.4027099609375 83541.0 603.194580078125 1810.893798828125 379.04217529296875 31.023786544799805 sub-10292_ses-V1_task-rest_run-02_bold 0.0012611791383219952 0.00894551380952381 9 44.615488368795454 1.1632163993636366 0.9974383236363635 0.4207796514610034 8077.26318359375 0.26094842506065896 172 39.002267573696145 2.3718548537538564 2.3928957382481997 2.3631124060983497 2.35955641691502 0.00602297 -0.007008034270256758 0.016777925193309784 441 90 90 60 2.9138397524075246 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 153.5270451055576 17.229787826538086 30.73874282836914 12.19727897644043 335936.0 0.0317460335791111 117.37528610229492 63.082393646240234 3.4134645575504354 295.71527099609375 1137.9088134765625 1092.797119140625 83410.0 608.8066009521485 1801.9055664062503 375.0345458984375 35.16904067993164 -sub-10293_ses-V1_task-rest_run-01_bold 0.0008615575620767495 0.008629069074492098 7 46.4402158918099 1.0532378901357462 0.9944788026018098 0.5879115577876747 168.09231567382812 0.2758742180000226 183 41.309255079006775 2.7204166475200604 2.529045732838085 2.945912382939959 2.6862918267821367 0.0119018 -0.004174730274826288 0.11580295115709305 443 90 90 54 2.0772971979928334 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 21.755090874526957 13.048908233642578 36.72012710571289 18.036117553710938 268087.0 8.374717712402344 133.30339355468743 50.889976501464844 2.8316359408530385 101.82096862792969 267.77325439453125 248.9006805419922 102589.0 105.83386535644532 486.82891235351565 119.81890106201172 32.3663330078125 -sub-10293_ses-V1_task-rest_run-02_bold 0.0013632805429864255 0.009293510588235295 8 46.10455913938773 1.0650294062358274 1.0141677520408163 0.5909200263721749 157.87448120117188 0.2778616174912272 196 44.34389140271493 2.7080763697911254 2.5231707330715363 2.9280998836477647 2.672958492654075 0.00783926 -0.00262430333532393 0.11432810127735138 442 90 90 54 2.0803171462585786 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 22.126370377210513 13.537969589233398 37.04197311401367 18.350679397583008 267672.0 8.323530197143555 132.93416824340812 50.87281799316406 2.8161654126334943 99.77545166015625 264.42242431640625 245.33372497558594 102806.0 105.46832847595215 480.8772735595703 117.93035125732422 31.579713821411133 -sub-10293_ses-V3_task-cuff_run-01_bold 0.0026227990970654627 0.010117370880361173 7 48.057035083778295 1.0937048543438905 1.026873353167421 0.580628752623571 181.9607391357422 0.34895898213701126 1 0.22573363431151242 2.7566555357007574 2.575441564327814 2.98613321467506 2.7083918280993995 0.00440758 0.003998782951384783 0.11787352710962296 443 90 90 54 2.036476213539058 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 23.00182214539853 12.690808296203613 35.3907585144043 17.5869083404541 268292.0 8.277652740478516 127.38025054931637 48.343788146972656 2.3050944498626507 106.19181823730469 276.39947509765625 254.4537353515625 102305.0 109.39729309082031 505.7327392578122 124.94744110107422 31.1187686920166 -sub-10293_ses-V3_task-cuff_run-02_bold 0.0007084650112866819 0.012202338758465011 7 48.20666138839371 1.0258140197737562 0.9701107469457007 0.5814068038636685 177.46630859375 0.35330988845357464 0 0.0 2.7696583135431347 2.593020730295947 2.990008214521082 2.7259459958123764 0.00517685 0.00658429367467761 0.11690749228000641 443 90 90 54 2.025835738691371 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 19.82115062651883 12.848104476928711 35.221431732177734 17.629796981811523 268136.0 8.169300079345703 125.95203399658203 47.41728591918945 2.4889054044413257 105.20451354980469 274.5099792480469 252.2686309814453 102415.0 108.7164794921875 503.40972900390614 124.52510070800781 28.9208984375 -sub-10293_ses-V3_task-rest_run-01_bold 0.00040817567567567566 0.009731906058558558 6 47.33128398282171 1.0278446330925506 0.9673292038600451 0.5790437744836764 191.37017822265625 0.35415085346552494 252 56.75675675675676 2.770034702491849 2.5914040636935205 2.9904957145017104 2.7282043292803166 0.00608183 0.004042234271764755 0.11866168677806854 444 90 90 54 2.0374347303942693 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 20.259353887843204 12.441838264465332 35.199764251708984 17.25225257873535 268359.0 8.141892433166504 127.97320175170893 48.074119567871094 2.5137227643573254 106.60711669921875 277.6068115234375 255.51914978027344 102156.0 110.59121894836426 507.4071044921875 125.41157531738281 30.33627700805664 -sub-10293_ses-V3_task-rest_run-02_bold 0.0007820090293453724 0.012430415191873588 7 47.769182386561084 1.0343579213122174 0.9786901875339377 0.5829795041640059 174.68301391601562 0.3510834388753279 250 56.433408577878104 2.761823591262743 2.5798123974874656 2.990870714486809 2.714787661813954 0.0047109 0.006268464960157871 0.1177394762635231 443 90 90 54 2.034272680171404 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 19.303743706166657 13.072335243225098 35.50389862060547 17.7020320892334 268002.0 8.133183479309082 127.54842529296872 47.744361877441406 2.4983230682016737 104.2841567993164 272.9131164550781 250.8916473388672 102463.0 109.51038818359375 499.98354492187497 123.33175659179688 28.871368408203125 sub-10294_ses-V1_task-cuff_run-01_bold 0.0016567272727272728 0.008654985295454545 10 35.31684316296129 1.074953527949886 1.004624333986333 0.5843774157762003 386.6838684082031 0.11497395903630306 1 0.22727272727272727 2.8274222028448412 2.5922290636607386 3.0823082108534092 2.8077293340203764 0.0145363 -0.038559675216674805 0.15426337718963623 440 90 90 54 2.2662272494735802 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 18.069961583583957 7.439967632293701 36.165489196777344 13.504545211791992 256990.0 8.145454406738281 154.35772094726542 56.11679458618164 2.7245602196579544 104.30107879638672 301.9561767578125 287.3613586425781 112135.0 125.3499984741211 531.4838623046874 126.80108642578125 36.06331253051758 sub-10294_ses-V1_task-cuff_run-02_bold 0.0016208558558558558 0.007519080180180181 6 34.89764936018059 1.0671685324153497 1.0000012349435672 0.5853145673538952 377.1932373046875 0.12132594442100816 2 0.45045045045045046 2.820879147373367 2.591612397018576 3.068608211397798 2.8024168337037265 0.0164168 -0.037909675389528275 0.15247201919555664 444 90 90 54 2.2638223845826646 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 16.263452676161137 7.529882907867432 36.17498016357422 13.558558464050293 256772.0 8.110360145568848 155.59234619140625 55.68995666503906 2.8069360504599166 103.80220031738281 299.83514404296875 285.4009094238281 112261.0 124.50450897216797 527.9752197265625 126.0698013305664 35.777366638183594 sub-10294_ses-V1_task-rest_run-01_bold 0.0015122799097065463 0.008368891038374716 7 35.38031770101812 1.087658742013575 1.0029648927601809 0.5822151518097107 401.7809753417969 0.11702656189431189 9 2.0316027088036117 2.84093331401208 2.598449896746878 3.098712376868233 2.8256376684211295 0.0116733 -0.035571854561567307 0.14887884259223938 443 90 90 54 2.2815924884571976 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 16.426534702587265 7.2021660804748535 35.22309112548828 13.306998252868652 257357.0 8.08126449584961 151.20678100585886 54.04985046386719 2.638847463816478 104.7075424194336 303.24224853515625 288.820556640625 111792.0 126.68420104980468 532.5039825439453 126.58670043945312 34.296966552734375 @@ -1037,7 +988,6 @@ sub-10297_ses-V1_task-cuff_run-01_bold 0.0015078603603603602 0.00665192213963963 sub-10297_ses-V1_task-cuff_run-02_bold 0.0018647404063205418 0.007290786162528217 7 37.4348704218552 1.0356726522624438 1.007688394615385 0.5577460428322527 476.77667236328125 0.16626123187261035 0 0.0 2.674879150004525 2.450308235966832 2.8676540527163326 2.7066751613304114 0.0120886 0.0019787901546806097 0.14566700160503387 443 90 90 54 2.174272681394054 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 23.36751157665793 4.4712347984313965 27.965957641601562 10.93905258178711 269173.0 7.769752025604248 105.84198760986328 45.2636833190918 3.2985649398710946 98.47758483886719 275.240234375 254.715576171875 104371.0 124.5586929321289 487.9627685546875 117.14922332763672 32.661109924316406 sub-10297_ses-V1_task-rest_run-01_bold 0.001467607223476298 0.008279069006772008 7 36.348131214253385 1.005534455339367 0.988584700520362 0.5554199038127825 485.1029357910156 0.16786651841544586 56 12.641083521444695 2.7297277608487405 2.4924290676264342 2.932320716813377 2.76443349810641 0.00977187 0.002965394640341401 0.14394024014472961 443 90 90 54 2.1724163088282826 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 23.803017281383465 4.725584506988525 27.465068817138672 10.96839714050293 268971.0 7.29796838760376 104.08578491210938 44.748924255371094 3.229085368857345 99.76608276367188 277.6557922363281 257.29119873046875 104789.0 123.9611770629883 490.7083618164058 118.43492889404297 33.100669860839844 sub-10297_ses-V1_task-rest_run-02_bold 0.0016811036036036035 0.006155870472972972 6 37.33017050029344 1.0622496339277654 1.0252376657562081 0.5594947823414286 457.8332214355469 0.15136535330372977 33 7.4324324324324325 2.664738871952235 2.4479540693937114 2.8600457196853273 2.6862168267776667 0.0142733 0.0019360625883564353 0.1438002735376358 444 90 90 54 2.1678827562119243 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 22.288834421754068 4.641480445861816 27.93208885192871 11.04955005645752 268464.0 7.741328930854801 106.33007125854476 44.4518928527832 3.334814391089334 97.63805389404297 272.9139099121094 252.53604125976562 104963.0 123.05022888183595 484.441015625 116.4891586303711 35.23604965209961 -sub-10297_ses-V3_task-rest_run-01_bold 0.0005209932279909707 0.006158311128668171 7 41.51729162570137 1.0503997364253388 0.996750873959276 0.5741479859601816 361.9861145019531 0.2423387209818845 137 30.9255079006772 2.6833291521306175 2.412983237449994 2.8559832198467565 2.781020999095102 0.00683662 -0.010632738471031189 0.11792156845331192 443 90 90 54 2.278014951744111 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 24.169018714603695 5.856780529022217 27.650733947753906 11.961625099182129 257878.0 7.819413185119629 102.34864845275874 43.29243850708008 1.6672022824993595 94.25736236572266 263.6741027832031 245.2031707763672 111319.0 122.01557540893555 463.1643432617186 107.63848114013672 34.87602996826172 sub-10298_ses-V1_task-cuff_run-01_bold 0.0016049774774774773 0.008514472590090092 6 52.62542536011288 1.1144420371783283 1.0061807126636566 0.5604820684306493 260.0409851074219 0.2777275534786913 2 0.45045045045045046 2.773940260369944 2.5480873987481036 2.9707040486214935 2.8030293337402346 0.012672 -0.020787401124835014 0.09310858696699142 444 90 90 54 2.2213981903144684 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 19.847077214126298 9.21617603302002 32.07475280761719 14.722972869873047 282029.0 8.078828811645508 118.5815322875973 45.799869537353516 0.9205361635860068 102.53829956054688 271.79046630859375 253.965087890625 91302.0 111.40169029235841 484.96667327880846 114.32605743408203 32.03089904785156 sub-10298_ses-V1_task-cuff_run-02_bold 0.0017428539325842697 0.008456756741573033 5 52.58327283923421 1.1082298935360364 1.0042860348648643 0.5620626697481093 254.14752197265625 0.27318491685425034 5 1.1235955056179776 2.7816763716136474 2.556020731766195 2.9726915485425174 2.816316834532231 0.0169234 -0.022992897778749466 0.09466957300901413 445 90 90 54 2.219266218399279 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 19.24316718326525 9.478660583496094 32.482059478759766 14.856180191040039 281976.0 8.035955429077148 120.35955047607422 46.28012466430664 0.9021589713012763 102.54942321777344 271.6490478515625 254.0516815185547 91535.0 110.91393280029297 484.62360229492197 114.47490692138672 31.051864624023438 sub-10298_ses-V1_task-rest_run-01_bold 0.0008288939051918735 0.008586142911963883 7 51.43284576721722 1.1068219041176472 0.9946905993891396 0.5581524052164912 274.2524108886719 0.25407218674394777 159 35.89164785553047 2.7996958157265968 2.5699748978783727 3.001183214077027 2.82792933522439 0.00630269 -0.02206140011548996 0.09363342076539993 443 90 90 54 2.243518970204968 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 19.869172200387705 8.909000396728516 31.632253646850586 14.446952819824219 282279.0 8.05643367767334 117.10045547485325 45.3380126953125 0.8223809425405748 104.1904525756836 274.0689697265625 256.9751892089844 91015.0 112.18307189941405 485.62056274414067 114.54049682617188 32.592411041259766 @@ -1082,6 +1032,8 @@ sub-10308_ses-V1_task-cuff_run-01_bold 0.0007708053691275168 0.01869321677852349 sub-10308_ses-V1_task-cuff_run-02_bold 0.0013233557046979868 0.012976965861297539 3 41.19528096464128 1.251860644663676 1.0061956625560537 0.5155658800834516 32299.65234375 0.19063293792813918 3 0.6711409395973155 2.554962907796811 2.61056 2.658717746478873 2.395610976911559 0.0140407 -0.015951499342918396 0.035876888781785965 447 96 96 54 4.170251908618069 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 39.64496312306332 172.75088500976562 1031.1884765625 116.78578186035156 310624.0 0.30622407346963887 4658.070678710934 1846.852783203125 1.8593359467003063 4382.7578125 23425.84765625 22820.98046875 117019.0 15882.94794921875 33336.909374999996 5472.30322265625 41.26593017578125 sub-10308_ses-V1_task-rest_run-01_bold 0.0008600447427293065 0.011619706465324384 3 41.96349880414799 1.2502387502914787 0.9993282965470848 0.5145104771153817 35914.34375 0.22177169136986002 96 21.476510067114095 2.5345069303068537 2.59768338028169 2.6315222535211267 2.374315157117744 0.0214062 -0.015757109969854355 0.03373820334672928 447 96 96 54 4.161402621743043 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 46.45965410237611 163.270751953125 1023.8632202148438 110.55522155761719 310624.0 0.5087928652763367 4644.664990234372 1846.225830078125 1.90481357251885 4377.7607421875 23690.88671875 23018.33203125 117074.0 16146.276220703125 33736.5271484375 5531.3642578125 42.82902526855469 sub-10308_ses-V1_task-rest_run-02_bold 0.0010841479820627802 0.01419363399103139 4 41.341751424314594 1.2372793695056186 1.034142309910112 0.5159240480340195 34405.609375 0.22891974877166618 110 24.663677130044842 2.549696471965746 2.609005070422535 2.6445025352112674 2.3955818102634363 0.0134826 -0.015768220648169518 0.03569016978144646 446 96 96 54 4.2143633392744775 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 43.32169864608674 167.74928283691406 1036.1351318359375 113.55802154541016 310693.0 0.5072367668151856 4665.9724609375 1862.473876953125 1.8766561061855365 4341.447265625 23480.212890625 22855.27734375 117025.0 16003.474609375 33329.921093749996 5423.1630859375 39.78309631347656 +sub-10308_ses-V3_task-cuff_run-01_bold 0.0008157174887892377 0.014135551883408072 4 46.256227746224695 1.2767108671460683 1.006801755415731 0.5109846228441903 80580.7109375 0.20031136885049985 2 0.4484304932735426 2.527681351851438 2.606742535211268 2.6231571830985914 2.353144337244455 0.0126761 -0.01154418382793665 0.03553738817572594 446 96 96 54 4.3417066323516345 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 35.54684622412317 102.88774871826172 878.5064697265625 69.659912109375 309843.0 0.32410248517990115 4103.9365234374945 1584.4632568359375 2.437192261386553 3790.301513671875 21767.029296875 21272.44140625 117187.0 14773.022265625 30357.8763671875 4899.53662109375 40.83527374267578 +sub-10308_ses-V3_task-cuff_run-02_bold 0.0008654809843400449 0.01368541317673378 3 46.18980346139016 1.271176006300448 1.0041235102242154 0.5118074910217251 81832.0078125 0.1985539791076115 1 0.22371364653243847 2.519977375714712 2.5971380281690144 2.6225622535211266 2.3402318454539963 0.0181395 -0.012591770850121975 0.036164890974760056 447 96 96 54 4.332881333576284 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 47.578601426653805 102.87113952636719 891.7291259765625 69.54280090332031 310001.0 0.2083248794078827 4148.72607421875 1617.0732421875 2.4041931735048863 3786.317138671875 21798.65625 21296.490234375 117337.0 14726.660742187501 30415.675 4915.06640625 41.934852600097656 sub-10308_ses-V3_task-rest_run-01_bold 0.0007059192825112108 0.014339027130044844 4 47.215565079235965 1.278518852606742 1.0028167250561797 0.5104064781426033 88261.8671875 0.2187101184263434 104 23.318385650224215 2.5211057378338433 2.5977374647887324 2.613489577464789 2.352090171248009 0.015837 -0.012092863209545612 0.03599264472723007 446 96 96 54 4.3418429942549475 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 37.5584588150395 98.62710571289062 867.3211059570312 66.72933959960938 309787.0 0.26475436985492706 4058.0018798828137 1569.292724609375 2.352119942088123 3826.45458984375 21775.83203125 21267.005859375 117235.0 14838.81689453125 30366.469531249997 4898.130859375 39.97517395019531 sub-10308_ses-V3_task-rest_run-02_bold 0.0006337977528089887 0.01800898561797753 5 46.0202118641892 1.2424959431531528 0.9836218891666668 0.512719795657158 67682.7890625 0.19944882183524984 74 16.629213483146067 2.54647038138725 2.6189881690140844 2.647882816901409 2.3725401582462573 0.0115314 -0.01281464658677578 0.03661396726965904 445 96 96 54 4.325127765490981 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 45.47851921318038 113.53173065185547 892.9906005859375 76.76235961914062 309515.0 0.23987527787685395 4135.786230468744 1605.8582763671875 2.426861831412361 3761.969970703125 21699.390625 21203.228515625 117734.0 14597.840966796874 30239.2763671875 4902.31494140625 37.09777069091797 sub-10311_ses-V1_task-cuff_run-01_bold 0.0007985294117647059 0.009789901764705884 8 48.51728098079368 1.1415451704988666 0.9854985706575964 0.44773090811359806 13448.9482421875 0.47615268053687165 26 5.882352941176471 2.523692461601182 2.477608234882027 2.6087373963380895 2.484731753583429 0.0145769 -0.007515470031648874 0.030756819993257523 442 90 90 60 2.3303544266999565 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 249.69140658805418 13.57822322845459 38.371551513671875 9.364253997802734 315800.0 0.0022624435368925333 175.5520477294922 111.27339172363281 4.391894069796683 316.6178894042969 1207.4334716796875 1100.03857421875 100680.0 655.7966094970703 2141.846594238281 472.04541015625 34.82969665527344 @@ -1115,7 +1067,6 @@ sub-10314_ses-V3_task-cuff_run-01_bold 0.0007441309255079006 0.00651184203160270 sub-10314_ses-V3_task-cuff_run-02_bold 0.0008546726862302482 0.008423289232505644 7 34.99092735959278 0.9841015191402706 0.9709606831221723 0.5163487488813938 446.63507080078125 0.19309996689574457 1 0.22573363431151242 2.843631925845456 2.6116623962218606 3.068545711400282 2.8506876699142256 0.00856156 -0.013227232731878757 0.062162913382053375 443 90 90 54 2.3720607789071315 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 33.101251600310405 5.796539783477783 22.606122970581055 11.878104209899902 290339.0 7.5033860206604 70.98465118408193 30.832908630371094 0.5086197026808059 103.3202896118164 276.8301696777344 266.6388244628906 84351.0 103.12866973876953 478.46728515625 112.40742492675781 29.461883544921875 sub-10314_ses-V3_task-rest_run-01_bold 0.0007513288288288288 0.007446178648648649 6 35.682698032121905 1.0075359629571112 0.9862603341534985 0.5191300205922332 427.83612060546875 0.2038391890531481 59 13.288288288288289 2.767201370674295 2.5464665654791765 2.9845582147376453 2.7705793318060636 0.0119273 -0.01371270976960659 0.06399595737457275 444 90 90 54 2.3690332962380847 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 33.23970455159829 5.930408477783203 22.67831802368164 11.986486434936523 288842.0 7.50900936126709 71.09223365783694 30.996788024902344 0.5728087997952143 100.55147552490234 276.5108947753906 264.8806457519531 85390.0 105.64347038269042 479.3571075439453 111.8089370727539 31.398357391357422 sub-10314_ses-V3_task-rest_run-02_bold 0.0006771011235955056 0.00838561795505618 5 35.25777264759012 0.9941502155855851 0.9755175707882876 0.5177823003334144 430.4498291015625 0.18646046641157288 55 12.359550561797754 2.7784652595929864 2.5592165649725374 2.9911832144743915 2.7849959993320303 0.00963103 -0.01249577198177576 0.06100088357925415 445 90 90 54 2.3862711346977354 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 32.24139973314854 5.790477752685547 22.719501495361328 12.013483047485352 290306.0 7.826966285705566 71.42022705078125 30.987041473388672 0.5607647859016955 101.59656524658203 278.1453857421875 266.90447998046875 84118.0 107.71966590881348 480.7249481201171 111.84935760498047 30.717714309692383 -sub-10315_ses-V3_task-rest_run-01_bold 0.001899258426966292 0.017710179550561797 5 47.85097214977475 1.1383903967792783 1.001414492027028 0.4588912366878918 177898.734375 0.5016056245532198 330 74.15730337078652 2.6911875137687606 2.743689014084507 2.800500281690141 2.5293732455316342 0.00693479 -0.015891727060079575 0.031645096838474274 445 96 96 54 4.28530097621691 0.7999997138977051 2.21875 2.21875 2.3999977111816406 7 67.88246837359056 71.83442687988281 693.659912109375 48.698944091796875 334907.0 0.26971842050552364 2977.0433349609384 1388.7919921875 1.8049478599676565 3976.55078125 21057.708984375 20843.26171875 94594.0 13369.4794921875 29043.826074218745 4863.87109375 34.19596862792969 sub-10318_ses-V1_task-cuff_run-01_bold 0.0006740950226244345 0.009075034819004527 8 42.678729241201786 1.0448558609297056 0.9889929138775515 0.526694931856907 459.3434753417969 0.31201014428706964 9 2.0361990950226243 2.6620499830525013 2.409679070914623 2.893808218343726 2.682662659899155 0.0141118 -0.034157127141952515 0.0984896570444107 442 90 90 54 2.3158696362712274 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 56.92487875465177 4.132503509521484 23.17405128479004 10.57918643951416 286833.0 7.6221723556518555 76.65475311279289 36.8241081237793 1.0096807526044218 88.59722900390625 260.74517822265625 242.2013702392578 86870.0 121.61866912841796 463.2603088378907 104.58273315429688 31.77236557006836 sub-10318_ses-V1_task-cuff_run-02_bold 0.0007836199095022624 0.006984911561085974 8 39.90806247410432 1.0333513236054412 0.9919876422448975 0.5259562720187226 464.6191711425781 0.2351698855767627 1 0.22624434389140272 2.6590041500452273 2.4048332377738464 2.883324885426963 2.6888543269348735 0.00485937 -0.03325666859745979 0.09480652213096619 442 90 90 54 2.3161133927824813 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 53.99496351836979 3.884284019470215 22.732585906982422 10.450226783752441 287009.0 7.705882549285889 75.31040802001942 35.183712005615234 0.992390195652292 87.97333526611328 259.59942626953125 240.90725708007812 86722.0 121.5069034576416 461.2985610961914 104.01298522949219 33.910560607910156 sub-10318_ses-V1_task-rest_run-01_bold 0.0007479683972911965 0.009216624446952594 7 41.55376272947961 1.032553776764706 0.9817894913574657 0.5263680912205422 470.39691162109375 0.3080208230872142 182 41.08352144469526 2.6891569274277103 2.4284332368360664 2.9259373837336944 2.7131001617133714 0.0232198 -0.0331883542239666 0.09547273814678192 443 90 90 54 2.330255740612794 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 56.23119361178571 4.036159515380859 23.158897399902344 10.54853343963623 287026.0 7.686230659484863 76.96783447265625 36.38592529296875 0.9437208949968214 89.247314453125 262.6971740722656 244.4537353515625 86901.0 122.03837585449219 464.8374938964844 104.90364837646484 30.87986946105957 @@ -1128,10 +1079,12 @@ sub-10319_ses-V1_task-cuff_run-01_bold 0.00044259009009009015 0.0039536374549549 sub-10319_ses-V1_task-cuff_run-02_bold 0.0004722972972972973 0.004136190675675676 6 34.17215080776525 1.0118353593453733 1.0008006010609485 0.547195911299648 399.8720397949219 0.0919205421747629 0 0.0 2.7085472041020573 2.4949540675260993 2.927641550332644 2.7030459944474297 0.0177833 -0.01892859861254692 0.10984396189451218 444 90 90 54 2.3789084460485155 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 32.41009051897036 4.7950825691223145 25.044401168823242 11.168919563293457 278329.0 7.763513565063477 86.46621704101562 38.83560562133789 0.9442219748966969 90.89788818359375 254.3650665283203 240.45834350585938 93472.0 108.5667823791504 439.69471130371096 101.0787353515625 37.45447540283203 sub-10319_ses-V1_task-rest_run-01_bold 0.0004076351351351351 0.004299870608108108 6 33.65250721805871 1.0081135251467264 0.994230028419865 0.5457552546164021 407.6634216308594 0.08223659861434199 0 0.0 2.7306652593090917 2.5169790666509044 2.9559540492076057 2.7190626620687643 0.017015 -0.020275861024856567 0.10772476345300674 444 90 90 54 2.3734141442663628 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 33.73760253916357 4.795083999633789 24.939687728881836 11.19594669342041 277786.0 7.77477502822876 85.93187141418457 38.6842155456543 0.9432452162180147 92.58250427246094 257.6601257324219 243.86036682128906 93906.0 109.03153419494629 446.21959686279297 102.74610900878906 37.27968978881836 sub-10319_ses-V1_task-rest_run-02_bold 0.000508247191011236 0.004281407415730337 5 34.0575850720946 1.0117996462162162 0.9996084573873879 0.5476159157278392 394.74267578125 0.08834252545356995 0 0.0 2.702370815087447 2.493345734256675 2.921929050559638 2.6918376604460277 0.0247523 -0.019415266811847687 0.11026740819215775 445 90 90 54 2.3775715187792357 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 31.739858226762784 4.757654666900635 24.998727798461914 11.132584571838379 278262.0 7.75955057144165 86.6403373718262 38.65810775756836 0.9782016094670296 90.26383209228516 252.6011199951172 238.73931884765625 93460.0 108.17921714782715 436.89742279052734 100.41255950927734 37.271610260009766 +sub-10319_ses-V3_task-cuff_run-01_bold 0.0006930474040632054 0.005511802595936795 7 35.114053855429844 1.0074856024434387 0.9981184140497738 0.549554961750154 391.06005859375 0.10248462049915519 0 0.0 2.795197205404088 2.5320457327188755 3.0071998805046127 2.8463460029887755 0.0141879 -0.021401289850473404 0.1088690236210823 443 90 90 54 2.351601172523729 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 28.387181253667535 4.852761745452881 24.86873435974121 11.076749801635742 277430.0 7.6185102462768555 86.08069953918444 37.642032623291016 0.6910804528831589 91.00601196289062 249.27114868164062 234.65802001953125 94184.0 107.55112762451171 435.0064361572265 99.78595733642578 33.515708923339844 +sub-10319_ses-V3_task-cuff_run-02_bold 0.000497313769751693 0.004768202663656885 7 35.963638538755674 1.0188213425339367 0.9996101467647065 0.5507010639677231 377.82568359375 0.10294596128304628 0 0.0 2.7765124830149452 2.519837399870658 2.990816547822295 2.818883501351883 0.0153934 -0.022009067237377167 0.11012556403875351 443 90 90 54 2.3442039942525774 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 28.24454107153048 4.953162670135498 24.947145462036133 11.164785385131836 277454.0 7.620767593383789 86.86761169433589 37.823509216308594 0.7102797891367181 90.46217346191406 247.77598571777344 233.23025512695312 94229.0 107.0767532348633 433.5476501464843 99.49177551269531 34.98993682861328 +sub-10319_ses-V3_task-rest_run-01_bold 0.00034383747178329575 0.004438059571106095 7 36.23815025574661 1.0283268656561086 0.9971176541176465 0.5492311905736785 386.0455017089844 0.10058412352373819 0 0.0 2.7891194273977433 2.530108232795865 3.0050998805880598 2.8321501688093047 0.0120494 -0.023578984662890434 0.10724344849586487 443 90 90 54 2.3560407040940015 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 28.42131305501558 4.869495391845703 24.867528915405273 11.182844161987305 277440.0 7.738149166107178 86.40192260742185 37.547210693359375 0.674490526192026 92.23760223388672 252.0809783935547 237.44131469726562 94146.0 109.43849182128906 440.02088928222656 100.77926635742188 36.231224060058594 +sub-10319_ses-V3_task-rest_run-02_bold 0.0004007432432432433 0.0048286661936936945 6 36.79828569738149 1.022826631083522 0.9950663078781037 0.5513939661168163 371.5979919433594 0.10247095459987447 3 0.6756756756756757 2.77661248311597 2.5193415665570273 2.9884415479166684 2.822054334874213 0.0127961 -0.022784678265452385 0.10965330898761749 444 90 90 54 2.342378769433515 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 28.220283336556893 4.915294647216797 24.82854652404785 11.148649215698242 277223.0 7.673423767089844 86.16148757934546 37.33458709716797 0.7485034292112887 89.89778137207031 246.764892578125 232.0067596435547 94301.0 107.21621704101562 431.96173095703125 99.0469741821289 35.38555908203125 sub-10320_ses-V1_task-rest_run-01_bold 0.0009376643990929706 0.010152998117913833 9 37.816138605704545 1.0481809264090904 0.9999900579545457 0.44495007113329066 5917.0234375 0.2769851295333362 206 46.71201814058957 2.439763306192834 2.471816568445501 2.402620737861763 2.4448526122712377 0.00859642 -0.006660995073616505 0.016564330086112022 441 90 90 60 2.831433545910768 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 182.68452424587932 20.32274627685547 41.530235290527344 14.219954490661621 329128.0 0.0317460335791111 157.50770797729444 93.58172607421875 4.102443712846692 297.85845947265625 1131.619384765625 1081.9388427734375 89077.0 613.3088623046875 1814.800512695312 382.1148376464844 33.12834930419922 sub-10320_ses-V1_task-rest_run-02_bold 0.0018579138321995464 0.007165672675736962 9 36.72542699036362 1.1061079757727281 1.0542935587727276 0.44494881409462644 6342.658203125 0.25273052573259336 167 37.868480725623584 2.4290077544422597 2.466658235317141 2.3925124049300988 2.4278526230795396 0.00585752 -0.007248274050652981 0.016956700012087822 441 90 90 60 2.8078597312944034 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 166.77595305605612 19.707515716552734 41.832950592041016 13.725624084472656 328958.0 0.03401360660791397 160.02720642089844 94.66265869140625 4.287654718463641 298.7880859375 1127.391845703125 1077.94775390625 89086.0 608.6763153076172 1812.7415466308594 383.90155029296875 36.361656188964844 -sub-10320_ses-V3_task-rest_run-01_bold 0.0025520454545454544 0.013287037340909092 10 44.97897727309796 1.1352910162870165 1.0226887840546697 0.43373939914315257 10047.89453125 0.36859861331085464 260 59.09090909090909 2.3817188703249417 2.3781790721663207 2.3536832398063643 2.413294299002139 0.00637295 0.007937265560030937 0.016886219382286072 440 90 90 60 2.9349846064457465 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 107.50283738378722 15.722321510314941 34.81476593017578 10.888635635375977 332071.0 0.006818181835114956 132.67385864257812 88.40624237060547 4.692466016926114 271.50823974609375 1122.1328125 1067.6044921875 87785.0 625.3449951171875 1772.0999755859375 363.7492370605469 31.81682014465332 -sub-10320_ses-V3_task-rest_run-02_bold 0.0015532426303854876 0.011145662471655328 9 45.29572113200001 1.1336862135909092 1.0221250625227267 0.43377732426710736 10119.556640625 0.3880300916191367 286 64.85260770975057 2.3672147074830696 2.3691249058594344 2.3355749071925915 2.396944309397183 0.009433 0.007935998030006886 0.01704001985490322 441 90 90 60 2.9446298022802178 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 126.41370973242675 15.612709045410156 35.01256561279297 10.809523582458496 332416.0 0.006802720949053764 133.67404174804688 89.09452819824219 4.846345852406486 270.54974365234375 1117.640380859375 1062.7755126953125 87613.0 628.2381225585938 1762.0467285156242 360.9178466796875 32.929779052734375 sub-10321_ses-V1_task-cuff_run-01_bold 0.001190447427293065 0.03126492639821029 3 54.59196760419282 1.0916371352690584 1.0340192801121084 0.46686068464751485 109440.1171875 0.7538537091937303 129 28.859060402684563 2.61382571637723 2.6527098591549296 2.790814647887324 2.3979526420894355 0.0199228 -0.02281206101179123 0.04616717994213104 447 96 96 54 4.338540730212245 0.7999997138977051 2.21875 2.21875 2.4000015258789062 38 36.69216952362626 87.0880126953125 892.9850463867188 59.4005012512207 337964.0 0.7316980481147767 3972.1649780273374 1818.15673828125 1.8361597517738728 3749.078125 20896.017578125 20826.69140625 91800.0 12538.402001953125 28519.195703125002 4800.36474609375 25.424137115478516 sub-10321_ses-V1_task-cuff_run-02_bold 0.0011451569506726457 0.02682687399103139 4 52.20143016869666 1.1133133153932577 0.9744649014831456 0.467576756724291 121666.2734375 0.6473749192135114 98 21.973094170403588 2.597115417924669 2.6264428169014087 2.743238309859155 2.4216651270134437 0.0111918 -0.023377882316708565 0.04683810472488403 446 96 96 54 4.2762369687647315 0.7999997138977051 2.21875 2.21875 2.4000015258789062 12 34.27938183927296 82.41898345947266 896.97607421875 56.218650817871094 338040.0 0.6937405377626419 4019.2719970703115 1818.366943359375 1.6832041466714713 3888.385009765625 21032.92578125 20946.580078125 91890.0 12593.171044921875 28856.991015625 4898.3408203125 28.06466293334961 sub-10321_ses-V1_task-rest_run-01_bold 0.0015999328859060405 0.027583206040268458 3 54.60838460697313 1.104475578228699 2.240526537107622 0.4675388715462551 111055.671875 0.7244789106735599 364 81.4317673378076 2.614379571613053 2.6549498591549296 2.779127887323944 2.409060968360285 0.0193719 -0.025243010371923447 0.04546956345438957 447 96 96 54 4.250593249534369 0.7999997138977051 2.21875 2.21875 2.4000015258789062 61 37.30516821061689 88.52827453613281 932.32177734375 60.400634765625 338285.0 0.7666367411613464 4156.335644531249 1896.656982421875 1.8266780595297512 3919.19677734375 21377.55078125 21299.125 91654.0 12716.82568359375 29379.355566406244 5010.83203125 26.567787170410156 @@ -1142,6 +1095,8 @@ sub-10324_ses-V1_task-rest_run-01_bold 0.00045636363636363637 0.0090610910681818 sub-10324_ses-V1_task-rest_run-02_bold 0.0007418778280542986 0.009736364117647058 8 44.73532325074829 1.127430364421769 0.9784680399092968 0.43432432330457105 12033.962890625 0.27888704133120606 204 46.15384615384615 2.3771272120504374 2.361866572814521 2.3975415713969244 2.3719734919398676 0.00530484 -0.013584448024630547 0.02680222876369953 442 90 90 60 2.7742319048852186 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 130.42001936282662 14.624765396118164 43.484352111816406 9.945701599121094 334265.0 0.0 182.70679931640603 115.1220932006836 3.6886524112698638 314.1002502441406 1150.3255615234375 1094.326904296875 84718.0 623.1713012695312 1849.8378295898428 394.4588928222656 34.30678176879883 sub-10325_ses-V1_task-cuff_run-01_bold 0.002990650224215247 0.02115021390134529 4 35.09681906105621 1.0953104567865164 0.9994747885842687 0.4491268333154199 722986.5625 0.26032734380899997 9 2.0179372197309418 2.8695157394180755 2.893660845070422 3.0933588732394366 2.621527499944369 0.00433109 -0.0216946043074131 0.02454383298754692 446 96 96 54 4.715351991271514 0.7999997138977051 2.21875 2.21875 2.4000015258789062 9 26.33640211864579 35.15720748901367 598.1141967773438 24.124441146850586 337239.0 0.3303122252225876 2891.238305664062 1244.2232666015625 2.4652297498164 3406.54638671875 21411.9453125 21329.11328125 91548.0 14165.131396484376 28835.723828125 4523.3095703125 33.84210205078125 sub-10325_ses-V1_task-cuff_run-02_bold 0.0008918552036199097 0.01601346443438914 8 34.9672146189796 1.124242506054422 1.00319000165533 0.4500562337693537 406654.5625 0.300006851508299 6 1.3574660633484164 2.854979391741535 2.906852957746479 3.064874366197183 2.5932108512809426 0.00998772 -0.021212169900536537 0.024129122495651245 442 96 96 54 4.5967553978630304 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 25.67968829217845 46.544864654541016 609.16796875 31.778440475463867 336833.0 0.2720009207725525 2964.4612304687453 1266.606201171875 2.4734456315044744 3498.744384765625 21268.86328125 21192.3203125 91923.0 13775.0458984375 28786.8771484375 4610.2529296875 37.437408447265625 +sub-10325_ses-V1_task-rest_run-01_bold 0.0006657847533632287 0.012938050269058296 4 34.124159729370795 1.1369649022471904 1.049454795415731 0.4461566986752511 1268219.75 0.23703947803451247 132 29.59641255605381 2.7908383389451585 2.8254738028169015 3.007463661971831 2.539577552046743 0.00691198 -0.021215466782450676 0.023602718487381935 446 96 96 54 4.676411088870176 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 27.868341095252802 26.607311248779297 584.9031982421875 18.071508407592773 338071.0 0.11956135556101799 2847.24658203125 1242.7864990234375 2.6844117509543617 3345.84228515625 21353.63671875 21315.294921875 90877.0 13910.926367187501 28765.149609375 4558.0205078125 43.320796966552734 +sub-10325_ses-V1_task-rest_run-02_bold 0.002245483146067416 0.01894860357303371 5 34.20275649918921 1.1307627499099102 1.2622087276576575 0.44941308274556585 386112.125 0.3077716813427227 203 45.61797752808989 2.8439658444688916 2.871896338028169 3.0726445070422534 2.5873566883362527 0.00943168 -0.02104051224887371 0.02355675958096981 445 96 96 54 4.703123138348867 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 26.58228073193005 48.320621490478516 615.3242797851562 33.230857849121094 337737.0 0.4542407512664794 2971.1625000000004 1277.1353759765625 2.402687418233006 3426.809326171875 21384.837890625 21337.251953125 91241.0 13995.3623046875 28762.705078125 4536.80126953125 35.01142120361328 sub-10326_ses-V1_task-cuff_run-01_bold 0.001674785553047404 0.010510315485327312 7 35.97508977649323 1.1294792848190052 1.034113649479638 0.40203206984069234 12452.8349609375 0.1599113042946771 0 0.0 2.4537505434709646 2.480816568087873 2.5227498997549254 2.357685162570095 0.00842732 0.0030757691711187363 0.015790678560733795 443 90 90 60 2.686127718086415 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 1 149.46989601763684 15.590752601623535 36.50745391845703 10.671558380126953 344748.0 0.0 130.43792724609375 99.7200698852539 4.240665550717442 311.4334716796875 1238.2633056640625 1181.296875 75134.0 602.7900604248047 2042.8230712890613 439.7739562988281 33.41478729248047 sub-10326_ses-V1_task-cuff_run-02_bold 0.001093560090702948 0.009016334603174603 9 35.797786027727284 1.128268856068182 0.987350808863636 0.40266484170786193 11907.4375 0.14463824316322393 0 0.0 2.4458394148308553 2.4798165681276094 2.520741566501396 2.336960109863561 0.0138673 0.0032740095630288124 0.014612850733101368 441 90 90 60 2.673533911753941 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 1 121.02220583518131 15.89174747467041 37.09781265258789 10.868480682373047 344919.0 0.0 134.01927642822238 100.21636962890625 4.373305752129965 310.5313415527344 1238.4345703125 1180.7210693359375 75044.0 600.1304809570313 2043.755151367187 441.6301574707031 36.02341842651367 sub-10326_ses-V1_task-rest_run-01_bold 0.0015449547511312217 0.013443694728506787 8 34.832581020521545 1.0503251758730165 1.0218724282312919 0.40357734479607754 11746.384765625 0.1722964713625991 41 9.276018099547512 2.4841894436987855 2.522604066427387 2.5577040650326386 2.3722601996363313 0.0060813 0.004451823886483908 0.01449134387075901 442 90 90 60 2.6767374448226784 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 6 104.76284460452072 15.94636058807373 37.1539421081543 11.042986869812012 344568.0 0.009049774147570133 132.0451393127439 98.6761703491211 4.347271765075479 311.8998107910156 1240.589111328125 1183.237548828125 75369.0 599.3963867187499 2048.716406249999 442.041748046875 31.014047622680664 @@ -1154,7 +1109,6 @@ sub-10328_ses-V1_task-cuff_run-01_bold 0.0006210633484162897 0.00487176990950226 sub-10328_ses-V1_task-cuff_run-02_bold 0.0013445701357466065 0.005636151153846154 8 31.703850571065765 1.0230343103401365 1.0199224209297049 0.5069928646131409 641.4775390625 0.1356672228012323 0 0.0 2.7740583199638524 2.535595732577811 2.8614540529626984 2.925125174351047 0.0151511 -0.010376852005720139 0.07951033115386963 442 90 90 54 2.2398546823710612 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 32.37378866706659 3.4750590324401855 20.176877975463867 9.576923370361328 288398.0 7.063348770141602 67.66550102233879 29.638717651367188 0.9914330061301819 101.14734649658203 279.8106384277344 259.8484191894531 86294.0 122.49582138061524 502.27456359863277 116.01061248779297 35.72828674316406 sub-10328_ses-V1_task-rest_run-01_bold 0.0006207207207207206 0.006666954932432433 6 31.95191066453721 0.9885036517607223 0.9788612120541762 0.5052924406762972 657.2706298828125 0.14221284944531812 9 2.027027027027027 2.786149985997717 2.553820731853615 2.884104052062668 2.920525174076866 0.0154505 -0.009433140978217125 0.07814279198646545 444 90 90 54 2.2445740580602496 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 34.12181290363124 3.4727628231048584 20.009286880493164 9.54955005645752 288353.0 7.022522926330566 66.97747802734375 29.893966674804688 0.9078963135320435 103.14440155029297 283.1138610839844 263.30517578125 86166.0 124.06531715393066 507.1283874511719 117.30673217773438 34.80585861206055 sub-10328_ses-V1_task-rest_run-02_bold 0.0004895871559633028 0.005360333348623853 14 32.38804985117242 1.006739545402298 0.9945160891954024 0.5075308158796723 634.7640991210938 0.14056448535145952 26 5.963302752293578 2.753656930984811 2.5221165664467584 2.8409332204447897 2.8979210060628855 0.0175022 -0.009962308220565319 0.0806693583726883 436 90 90 54 2.237565005757409 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 33.05925617196397 3.465071678161621 20.16303062438965 9.555045127868652 288397.0 7.087155818939209 67.55963134765625 29.800769805908203 1.0161931725438968 100.58062744140625 278.8273010253906 258.6318664550781 86188.0 122.97659873962404 500.9332321166991 115.58563232421875 37.359405517578125 -sub-10328_ses-V3_task-rest_run-01_bold 0.0027467924528301888 0.0038904803773584912 8 33.63459869634616 1.0280235567307692 1.0327920890384616 0.5181755890921983 525.1102905273438 0.16525193461987053 2 3.7735849056603774 2.733791653953499 2.4987665673746045 2.8059832218335776 2.8966251726523145 0.00696447 -0.01585109531879425 0.07195647805929184 53 90 90 54 2.2534597125918645 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 35.53877135633986 3.6085987091064453 20.849681854248047 10.226415634155273 284805.0 7.660377502441406 69.3396224975586 30.49371337890625 1.1128374385257782 97.20835876464844 270.4899597167969 251.90567016601562 89146.0 119.6603775024414 484.88208770751953 111.78556060791016 41.90204620361328 sub-10330_ses-V1_task-cuff_run-01_bold 0.0012360496613995485 0.006418879525959368 7 37.12294506920814 1.0424102331221725 1.00815337719457 0.5091893473732115 663.974365234375 0.17780114358482163 0 0.0 2.702405541765806 2.412849904121959 2.8679165527059016 2.826450168469558 0.0075569 -0.016455790027976036 0.08339732885360718 443 90 90 54 2.5118890821896334 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 74.00187570926533 2.667344570159912 17.46782875061035 8.959367752075195 283713.0 6.984199047088623 50.53318405151343 28.96759605407715 0.8184288317538289 88.604736328125 260.0919189453125 245.90293884277344 89489.0 124.27584686279297 442.7223632812496 97.89507293701172 34.34830093383789 sub-10330_ses-V1_task-cuff_run-02_bold 0.0025036711711711713 0.007755451396396396 6 39.632684346049665 1.0429590926185095 1.0134982297968407 0.5097399743722489 646.8788452148438 0.21590418627873267 6 1.3513513513513513 2.7098485974375914 2.419716570515769 2.870937385919198 2.8388918358778064 0.0114226 -0.01595115102827549 0.08449617028236389 444 90 90 54 2.5073916198985846 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 10 73.75744839749652 2.824958562850952 17.393068313598633 8.981982231140137 283911.0 6.781531810760498 50.05856132507324 28.67402458190918 0.8500942677147254 88.05455017089844 257.26263427734375 243.1531524658203 89397.0 122.73198547363282 437.98830566406247 96.9739990234375 32.30278778076172 sub-10330_ses-V1_task-rest_run-01_bold 0.0006491216216216216 0.006510029144144144 6 37.27929818805871 1.0349039681715577 0.99232007972912 0.5068105159589742 687.1669921875 0.1821617498524929 73 16.44144144144144 2.6928027638875283 2.4074665710025402 2.8590498863915648 2.8118918342684807 0.0124104 -0.01665813848376274 0.082870252430439 444 90 90 54 2.5278223348352435 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 76.32159057939428 2.4977166652679443 17.139263153076172 8.860360145568848 284364.0 7.047297477722168 48.88964080810547 28.47447395324707 0.7599985276099783 89.09639739990234 261.73797607421875 247.729736328125 88951.0 124.6238784790039 444.62725830078125 98.00069427490234 34.92452621459961 @@ -1175,18 +1129,13 @@ sub-10332_ses-V1_task-cuff_run-01_bold 0.0015737136465324385 0.02707414787472036 sub-10332_ses-V1_task-cuff_run-02_bold 0.001155223214285714 0.026566944419642857 2 40.68739499765096 1.0717689694630872 0.9864584675391499 0.43010325021907475 266066.8125 0.4152945972323791 22 4.910714285714286 2.632476345465033 2.693255211267606 2.7101295774647887 2.4940442476627047 0.00861587 -0.01391199603676796 0.019612565636634827 448 96 96 54 4.148542490518066 0.7999997138977051 2.21875 2.21875 2.4000015258789062 7 87.37383931511253 49.73732376098633 487.5301818847656 34.340415954589844 345579.0 0.5535140037536621 2234.978344726561 1041.5579833984375 1.7766995904384082 3460.84033203125 18606.91015625 18351.9609375 85434.0 11613.772900390626 26224.00732421874 4423.68701171875 28.231632232666016 sub-10332_ses-V1_task-rest_run-01_bold 0.0009418202247191012 0.025702979775280903 5 37.347763280608106 1.0596587156081079 2.2797224866216204 0.4316511868840474 267672.40625 0.3086302528152165 209 46.96629213483146 2.687655182237718 2.7534332394366197 2.7726422535211266 2.536890053755408 0.012679 -0.014258277602493763 0.015788760036230087 445 96 96 54 4.010929831959868 0.7999997138977051 2.21875 2.21875 2.4000015258789062 9 52.798176635743694 48.76270294189453 475.1885681152344 33.73157501220703 343744.0 0.5821696579456329 2150.6207885742188 998.6215209960938 1.907095436552373 3394.180419921875 18382.703125 18132.767578125 87262.0 10989.74677734375 26151.191992187498 4520.81298828125 29.445791244506836 sub-10332_ses-V1_task-rest_run-02_bold 0.002254349775784754 0.031990431390134536 4 41.28331627137076 1.054153171955056 0.9769134534606737 0.42942136977930034 286943.75 0.39717035647596016 256 57.399103139013455 2.6831328177579237 2.7438918309859153 2.780412394366197 2.5250942279216586 0.0117322 -0.012414835393428802 0.016862625256180763 446 96 96 54 4.111302100692605 0.7999997138977051 2.21875 2.21875 2.4000015258789062 22 42.046816948966516 47.005428314208984 467.0495300292969 32.62714767456055 344630.0 0.6685298353433609 2136.6406127929686 961.950439453125 1.9081072908015049 3291.41162109375 18392.15625 18135.703125 86229.0 11305.098046874999 26042.84453124998 4411.15673828125 25.946701049804688 -sub-10333_ses-V1_task-cuff_run-01_bold 0.0004683069977426636 0.00908201920993228 7 36.45974595079189 1.0156421651357461 0.9740400092081445 0.5713415333098797 387.55889892578125 0.12825911959119837 0 0.0 2.7431235915008307 2.55080406530682 2.979029048290688 2.699537660904983 0.0268469 -0.03584938123822212 0.1610884964466095 443 90 90 54 2.236139592221013 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 26.365207054528515 5.582348823547363 29.927282333374023 11.97516918182373 264599.0 7.972912311553955 115.4313774108881 46.80782699584961 1.795040765000535 100.95248413085938 274.8157043457031 255.72122192382812 105654.0 121.66060943603514 485.12777862548796 114.35780334472656 33.25629425048828 -sub-10333_ses-V1_task-cuff_run-02_bold 0.0007151918735891648 0.006688756839729119 7 35.938497862805434 1.046289028868778 1.0018727497737556 0.5716821865157464 382.162841796875 0.10640440762756637 0 0.0 2.706387480523967 2.5233873997295935 2.936266549989917 2.6595084918523924 0.0229328 -0.03469149023294449 0.1607373058795929 443 90 90 54 2.2367986493734304 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 25.58104565340011 5.515415191650391 29.80215072631836 11.923251152038574 264648.0 8.004514694213867 115.33025207519529 46.6291618347168 1.8209407080122766 99.8229751586914 272.21771240234375 253.48081970214844 105619.0 120.2255126953125 480.33229980468747 113.32250213623047 36.589111328125 -sub-10333_ses-V1_task-rest_run-01_bold 0.0005673318385650223 0.008327386748878925 4 36.18156321649438 1.0239335809662924 0.9848909562247191 0.5699025818821277 396.5938415527344 0.13233768882101068 26 5.829596412556054 2.7684833134995905 2.5681790646163996 3.0140498802324185 2.7232209956499536 0.0218227 -0.03543693572282791 0.15759555995464325 446 90 90 54 2.220639500264528 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 25.00792223107953 5.494937419891357 29.8177490234375 11.939462661743164 264609.0 8.042601585388184 116.00045623779286 46.28483963012695 1.7303415574687007 102.87631225585938 276.9591064453125 257.9708557128906 105810.0 120.93599166870118 490.40754241943296 116.16907501220703 34.116615295410156 -sub-10333_ses-V1_task-rest_run-02_bold 0.0006217567567567567 0.006851752477477477 6 36.66885583049662 1.0511998648306995 1.0051383738148987 0.5724415367872588 378.48260498046875 0.1289559214665423 23 5.18018018018018 2.711098591573018 2.5266457329334524 2.943362383041287 2.663287658744315 0.0277922 -0.036014243960380554 0.1621701419353485 444 90 90 54 2.2347543656865283 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 26.350145661293706 5.506331920623779 29.93552017211914 11.925676345825195 264549.0 8.020270347595215 116.03874206542957 47.091548919677734 1.8146779777855375 99.5513916015625 271.59716796875 252.70947265625 105797.0 120.10946502685547 478.6270446777343 113.08100891113281 35.97593307495117 +sub-10332_ses-V3_task-cuff_run-01_bold 0.0013919282511210764 0.02292896928251121 4 43.235170334224726 1.2024253899550565 1.0067431467191008 0.4239296282926872 760371.5 0.29651932369695566 3 0.672645739910314 2.633553055498482 2.6143864788732394 2.775328450704225 2.510944236917981 0.0091126 -0.01033148542046547 0.04475822299718857 446 96 96 54 4.593857088865037 0.7999997138977051 2.21875 2.21875 2.4000015258789062 9 156.63475711650398 32.749752044677734 496.2000732421875 22.595237731933594 348909.0 0.4183870851993561 2246.9976074218744 1272.251220703125 1.9871974802334647 3296.83984375 19821.0078125 19679.189453125 83870.0 12816.830322265625 27043.155078125004 4283.77978515625 34.04597854614258 +sub-10332_ses-V3_task-cuff_run-02_bold 0.005056241610738255 0.05924330402684564 3 43.87496089096412 1.0426720338565016 0.9842085426008965 0.42431879560550595 480342.78125 0.40358509844860146 33 7.382550335570469 2.7741276617692168 2.7592743661971832 2.9850185915492955 2.5780900275611702 0.0198169 -0.009926342405378819 0.04448922723531723 447 96 96 54 4.455506165976651 0.7999997138977051 2.21875 2.21875 2.4000015258789062 87 168.47463580327704 39.29631805419922 486.8430480957031 27.43600082397461 348140.0 0.7776088148355484 2168.7374389648417 1245.69775390625 2.012691144119243 3198.751953125 19208.7578125 19090.48828125 84584.0 12066.87412109375 26447.791113281248 4284.67041015625 21.844289779663086 +sub-10332_ses-V3_task-rest_run-01_bold 0.003493683035714286 0.033551775 2 43.482364389888154 1.17938749261745 1.0084729997986577 0.42713097860159327 910220.0625 0.29903617965402157 194 43.30357142857143 2.658942674703136 2.6590828169014085 2.856067605633803 2.4616776015741975 0.00829249 -0.011475824750959873 0.04296772554516792 448 96 96 54 4.586161117955278 0.7999997138977051 2.21875 2.21875 2.4000015258789062 19 159.68442398670538 29.051143646240234 490.5330810546875 19.989917755126953 346804.0 0.33471052795648576 2214.659826660154 1257.589111328125 2.1354995652865387 3201.688232421875 19549.755859375 19431.71875 85388.0 12525.03056640625 26566.287500000002 4237.0087890625 28.925037384033203 sub-10333_ses-V3_task-cuff_run-01_bold 0.0008663738738738739 0.007921330923423424 6 37.55137693699773 1.05365763939052 0.9912458631376971 0.5684657904446684 348.7988586425781 0.13397147017468305 1 0.22522522522522523 2.814899978001311 2.6497332280423946 3.0814248775551762 2.7135418284063637 0.0383702 -0.04435963183641434 0.1443263292312622 444 90 90 54 2.0739214687608216 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.303081397291685 6.194205284118652 29.762800216674805 12.641892433166504 261056.0 8.148649215698242 110.8676815032959 46.25206756591797 2.601786828830104 105.18798065185547 279.458984375 257.86712646484375 109112.0 117.4754524230957 509.86701660156245 124.33737182617188 33.643131256103516 sub-10333_ses-V3_task-cuff_run-02_bold 0.0007338600451467269 0.006828161218961625 7 36.19084165751131 1.0510889600226239 0.9965963063122176 0.5666566848910022 359.58880615234375 0.11249931836144883 0 0.0 2.8733166439255413 2.6977582261340527 3.1609707077276425 2.76122099791493 0.0176572 -0.04036568105220795 0.13789166510105133 443 90 90 54 2.0656935281959576 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 26.724474751733776 6.124518871307373 29.763242721557617 12.643341064453125 261832.0 8.194130897521973 112.49289398193348 45.41596603393555 2.363387108673817 109.49000549316406 284.1377868652344 262.353271484375 108392.0 117.1963882446289 518.9548950195312 127.00434875488281 35.88482666015625 sub-10333_ses-V3_task-rest_run-01_bold 0.001062454954954955 0.007292233040540541 6 36.877639374401824 1.0622449082167043 1.002593486478556 0.5672335159827986 353.31951904296875 0.12899454797429716 8 1.8018018018018018 2.8316708110890523 2.663404060832498 3.1053582099374846 2.7262501624971724 0.0304686 -0.04452720656991005 0.1436610370874405 444 90 90 54 2.060540087376719 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 29.978825620890703 6.177509784698486 29.872753143310547 12.666666984558105 261216.0 8.191441535949707 111.92849540710449 46.63679122924805 2.538643487290183 107.34507751464844 282.1213684082031 260.20721435546875 109075.0 117.29707489013674 516.5389892578124 126.2804946899414 35.01427459716797 sub-10333_ses-V3_task-rest_run-02_bold 0.002062700964630225 0.005227909163987138 8 36.0070829946129 1.0883873941290323 1.0333769303870965 0.5668996837989081 352.7246398925781 0.10987068424880791 10 3.215434083601286 2.848298588656999 2.6784540602344644 3.1265748757610767 2.739866829975456 0.014219 -0.039017654955387115 0.13744351267814636 311 90 90 54 2.080216915756972 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 26.19052514474613 6.164002895355225 29.57283592224121 12.67845630645752 261679.0 8.183279991149902 111.55948638916016 44.916255950927734 2.3368230936883094 108.80919647216797 283.1971435546875 261.9244384765625 108384.0 117.67394943237306 515.5048217773438 125.9114990234375 38.63840866088867 -sub-10334_ses-V1_task-cuff_run-01_bold 0.0010366666666666666 0.00974406213963964 6 44.56662201744923 1.0933042953273147 0.990657740790069 0.5241224971022421 543.5852661132812 0.2317712591168202 0 0.0 2.734823598250974 2.4342915699366103 2.8767540523547313 2.8934251724615794 0.00377853 -0.02501571550965309 0.12950371205806732 444 90 90 54 2.542614421855133 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 50.87555022225097 3.365907907485962 22.272993087768555 9.882883071899414 288843.0 7.297297477722168 72.4862632751464 38.7637939453125 0.5180668463509748 90.542236328125 261.2803649902344 245.88063049316406 86331.0 131.60472869873047 441.44483947753906 96.70330047607422 30.68970489501953 -sub-10334_ses-V1_task-cuff_run-02_bold 0.0008512612612612612 0.012375163806306306 6 47.35662592072238 1.0648413038148987 0.9594743259819413 0.5262039888001622 530.5223388671875 0.24941541847349882 3 0.6756756756756757 2.7432069320068653 2.4373874031469263 2.875987385718529 2.9162460071551406 0.00649393 -0.026375271379947662 0.128578320145607 444 90 90 54 2.53493301234846 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 49.49207965221555 3.4527268409729004 22.459177017211914 10.00900936126709 288053.0 7.490991115570068 73.14324493408172 38.16499710083008 0.5588719595536826 90.30850982666016 261.82958984375 246.08221435546875 86986.0 132.87725448608398 442.7196044921875 97.07585906982422 28.7519474029541 -sub-10334_ses-V1_task-rest_run-01_bold 0.0004555882352941176 0.007534666583710407 8 44.57802705485262 1.118544672131519 0.9814320027437642 0.5241106171556333 548.25830078125 0.18335242314757808 46 10.407239819004525 2.7134069309979183 2.4266624035730997 2.8635415528797483 2.8500168365409078 0.00567302 -0.02657485567033291 0.12365272641181946 442 90 90 54 2.5355296451837015 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 49.542692629997504 3.464996099472046 22.377361297607422 9.995475769042969 287628.0 7.4389142990112305 72.24265251159628 38.704505920410156 0.4376375695804282 92.60225677490234 265.475830078125 249.95928955078125 87192.0 132.5422019958496 449.0055633544922 98.58210754394531 34.697811126708984 -sub-10334_ses-V1_task-rest_run-02_bold 0.0006177927927927927 0.00814360286036036 6 44.81492305598195 1.1147298811738142 0.9930623885778769 0.5250761328163798 546.1204833984375 0.1972127395260097 74 16.666666666666668 2.718879154244458 2.4105790708788604 2.858541553078431 2.887516838776082 0.00817274 -0.025424782186746597 0.12843427062034607 444 90 90 54 2.520000716593337 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 48.382499382518205 3.0720579624176025 22.332054138183594 9.801801681518555 288413.0 7.596847057342529 73.11936950683594 38.258277893066406 0.6460272687318134 89.69577026367188 260.10089111328125 244.174560546875 86790.0 131.41622161865234 440.7593521118165 96.89408111572266 33.71257781982422 sub-10335_ses-V1_task-cuff_run-01_bold 0.0005824107142857142 0.02515182589285714 2 64.73779731239375 1.0909471272930658 0.9604693385682325 0.4562834911880442 151535.90625 0.9988044386558692 241 53.794642857142854 2.8370113975124105 2.8926242253521126 2.9822783098591548 2.6361316573259623 0.00933104 -0.019630707800388336 0.02152428589761257 448 96 96 54 4.221610952329628 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 81.97816318095818 62.99163818359375 560.613037109375 42.63615417480469 334468.0 0.15580486655235293 2381.984448242185 1223.363037109375 1.2975533390259075 3221.995849609375 17689.736328125 17747.5390625 93592.0 9965.023486328126 24509.25693359375 4203.95068359375 27.90566635131836 sub-10335_ses-V1_task-cuff_run-02_bold 0.0009721875 0.031198388169642856 2 58.0793124714094 1.12321880637584 0.9775699996196865 0.45697143958808895 126247.796875 0.7893681488066981 165 36.830357142857146 2.901504695409676 2.940660281690141 3.052818028169014 2.711035776369873 0.00795274 -0.019807830452919006 0.022490758448839188 448 96 96 54 4.15685181919175 0.7999997138977051 2.21875 2.21875 2.4000015258789062 6 88.08071308043168 69.88263702392578 571.8614501953125 47.41236114501953 334266.0 0.2867497131228447 2410.0950927734375 1228.9698486328125 1.2594395909367426 3308.161865234375 17673.65625 17751.86328125 93858.0 9830.919580078124 24595.898828125 4270.48388671875 24.65207290649414 sub-10335_ses-V1_task-rest_run-01_bold 0.0013446188340807178 0.02974513677130045 4 59.62175316114612 1.1225908851011235 0.9973653829213478 0.45421864345534335 129793.5859375 0.8778383539604393 418 93.72197309417041 2.8755541225611605 2.9247414084507044 3.0200518309859152 2.681869128246862 0.00933427 -0.01891201362013817 0.02213653363287449 446 96 96 54 4.177628595754482 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 80.02095173279658 69.9123764038086 557.3257446289062 47.40557098388672 335271.0 0.2556310147047043 2353.00390625 1188.817138671875 1.193217673447979 3324.79150390625 17807.779296875 17853.689453125 93062.0 9942.17626953125 24755.816015624998 4273.619140625 25.05272674560547 @@ -1194,6 +1143,8 @@ sub-10335_ses-V1_task-rest_run-02_bold 0.0012938255033557045 0.03456377986577182 sub-10335_ses-V3_task-cuff_run-01_bold 0.0013300000000000002 0.02542426241610738 3 44.17382631156954 1.0902179360313908 0.9837045752017941 0.437251703154116 503029.96875 0.4840573626890186 6 1.342281879194631 2.797813578183014 2.854043943661972 2.910269295774648 2.629127495112422 0.00539041 -0.008551429025828838 0.012090936303138733 447 96 96 54 4.033075670625762 0.7999997138977051 2.21875 2.21875 2.4000015258789062 8 62.92777234784748 38.54431915283203 514.5018920898438 26.403955459594727 340593.0 0.3421117186546325 2305.9979980468734 1171.7135009765625 1.2137924618688496 3689.26171875 19247.3515625 19171.244140625 89121.0 10806.173828125 27151.826171875 4753.47802734375 26.424108505249023 sub-10335_ses-V3_task-rest_run-01_bold 0.0007584080717488789 0.024114452690582957 4 45.12570735633713 1.0966012381573025 0.974671823325842 0.43441540661156286 532121.1875 0.4461440703289281 330 73.99103139013452 2.770524072050631 2.8357994366197183 2.869399436619718 2.606373342912456 0.00521174 -0.007573910057544708 0.011912437155842781 446 96 96 54 4.019503256359546 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 56.07769974023839 37.563724517822266 496.01629638671875 25.72896957397461 341555.0 0.314097073674202 2250.795385742186 1127.046142578125 1.2456117920358825 3669.520263671875 19395.916015625 19298.5390625 88480.0 10856.96220703125 27490.26845703125 4801.19775390625 27.28111457824707 sub-10335_ses-V3_task-rest_run-02_bold 0.0004857718120805369 0.028036553243847875 3 44.79823996035875 1.0608304914573992 0.953886887107623 0.43910398760030195 441664.09375 0.49504863846567393 349 78.07606263982103 2.8029640829281823 2.864072112676056 2.91593014084507 2.6288899952634206 0.00593692 -0.008748062886297703 0.01256469450891018 447 96 96 54 4.073252963364605 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 62.54370743283194 40.888206481933594 521.237548828125 28.11013412475586 340022.0 0.42329801321029664 2341.9336914062515 1184.5943603515625 1.2372765830676098 3605.57861328125 19167.17578125 19072.3359375 89463.0 10817.83486328125 26939.837109375 4682.30908203125 25.643978118896484 +sub-10337_ses-V1_task-cuff_run-01_bold 0.002207687074829932 0.02420850725623583 9 41.50924378720454 1.050845315136365 0.9694309179999994 0.4256679806256478 9510.1552734375 0.30553080160922846 9 2.0408163265306123 2.468132740642965 2.483983234628708 2.4309332367367253 2.489481750563462 0.0268727 0.0021238597109913826 0.016142521053552628 441 90 90 60 2.95438920244856 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 19 63.20983413046467 16.6986083984375 35.458770751953125 11.680272102355957 336016.0 0.08390022814273834 127.70635032653809 83.55747985839844 5.180018678880877 279.3965148925781 1153.8671875 1102.97509765625 83370.0 662.0211181640625 1803.370318603516 373.3321533203125 22.42085075378418 +sub-10337_ses-V1_task-cuff_run-02_bold 0.004433461538461538 0.022507325339366516 8 44.50083813494337 1.0972160804535152 1.0232414076190486 0.42349210018887606 10008.916015625 0.37688127574976193 21 4.751131221719457 2.4397869175712277 2.463674902102355 2.4121832374817833 2.443502613129544 0.0187223 0.0022229175083339214 0.016600094735622406 442 90 90 60 3.0276362940704336 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 33 68.7378069511123 16.28346824645996 34.027103424072266 11.335973739624023 337054.0 0.07239819318056107 121.0709350585937 80.94159698486328 4.686581510230418 272.4635009765625 1136.458251953125 1087.026123046875 82742.0 660.1686645507813 1766.6850402832029 359.03240966796875 23.07256317138672 sub-10337_ses-V1_task-rest_run-01_bold 0.0020985168539325843 0.019708107191011237 5 41.81493851497746 1.0449761311486494 0.9900295392342343 0.42155917590584574 10962.0888671875 0.30869151842217485 167 37.52808988764045 2.4415549708105924 2.4505957359554076 2.4192624038671493 2.4548067726092193 0.0186421 0.002135686809197068 0.016124509274959564 445 90 90 60 2.9852911312415893 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 19 63.16089764501329 15.698925971984863 34.30027389526367 10.858427047729492 337791.0 0.03595505654811859 124.04381942749023 81.81829833984375 4.60364588470079 280.66326904296875 1151.1527099609375 1103.166259765625 82178.0 656.4611114501954 1797.2912475585927 369.5316467285156 25.0289363861084 sub-10337_ses-V1_task-rest_run-02_bold 0.001680921348314607 0.01942320415730337 5 45.164929952680176 1.0498149547747744 0.9656329463963963 0.4227124152710127 10098.232421875 0.3811286553076156 223 50.1123595505618 2.426471637481398 2.4349499032437842 2.3866624051625567 2.4578026040378544 0.00653136 0.002784961136057973 0.016702191904187202 445 90 90 60 3.042827860520573 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 66.87202045643247 15.925480842590332 33.80221176147461 11.159550666809082 338411.0 0.08089888095855713 122.26179885864258 79.68019104003906 4.274762060800498 274.128173828125 1132.296142578125 1085.864013671875 81808.0 654.9473052978516 1758.9005859374997 356.85797119140625 25.51418113708496 sub-10337_ses-V3_task-cuff_run-01_bold 0.0028378409090909088 0.024064042045454544 10 36.26659946820045 1.005504528268793 0.9440306915034175 0.4272239270369272 10530.5576171875 0.1863030358603213 0 0.0 2.4506702455894853 2.4553790690986683 2.4285540701645982 2.46807759750519 0.0188354 0.004577596206218004 0.01475178450345993 440 90 90 60 2.934087125832072 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 55 60.715049109891154 14.627218246459961 33.359840393066406 10.304545402526855 334106.0 0.06363636255264282 127.53295135498047 81.2007827758789 4.772836653360411 269.7223205566406 1096.2657470703125 1047.2681884765625 84547.0 619.6165832519531 1715.882666015625 356.9294128417969 23.26248550415039 @@ -1222,8 +1173,6 @@ sub-10342_ses-V1_task-rest_run-01_bold 0.0014134684684684686 0.00857979898648648 sub-10342_ses-V1_task-rest_run-02_bold 0.0009395270270270271 0.008034543130630631 6 42.70234720690745 1.0628842552144475 1.0069561601354406 0.5653699559370216 260.88519287109375 0.19232401445419972 68 15.315315315315315 2.738437485591687 2.4098540709076692 2.9544498826007093 2.8510085032666823 0.0108712 -0.009276624768972397 0.10439436882734299 444 90 90 54 2.3373247024011494 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 20.360022109512695 8.114241600036621 29.525087356567383 13.855855941772461 282249.0 7.975225448608398 106.45856170654292 40.78728485107422 0.9109591120788982 92.21855926513672 252.9696502685547 239.14865112304688 91299.0 105.10653228759766 438.9033935546875 102.31669616699219 33.344966888427734 sub-10343_ses-V1_task-rest_run-01_bold 0.00218979683972912 0.019291892189616258 7 45.77729706753395 1.1094976867194575 1.0163757093665158 0.4158939701012049 9762.705078125 0.44047259829615426 290 65.4627539503386 2.481742505018667 2.505683233766427 2.6649498941044056 2.2745943871851684 0.015667 0.00025626271963119507 0.011084713973104954 443 90 90 60 2.6967307548539208 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 85.05974233974288 16.586402893066406 36.27692794799805 11.562076568603516 340472.0 0.029345372691750526 149.27540588378906 83.82478332519531 5.377581953031184 277.8188781738281 1180.91015625 1115.7562255859375 79681.0 645.3521728515625 1954.2235107421875 413.7414245605469 26.114118576049805 sub-10343_ses-V1_task-rest_run-02_bold 0.001968758465011287 0.02083972776523702 7 41.09039429622172 1.0501891786877822 0.9721589872624437 0.4173599981297367 9471.65625 0.2973929443943739 173 39.05191873589165 2.4468869496303918 2.4525832358764315 2.607354063059725 2.2807235499550185 0.0147276 0.0023860095534473658 0.013512386940419674 443 90 90 60 2.8162762470811074 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 36 97.72827114641477 16.275157928466797 35.14406967163086 11.288939476013184 340685.0 0.018058691173791885 143.89526367187483 83.1920166015625 5.928136581723436 254.52731323242188 1137.755615234375 1077.06103515625 79820.0 633.9771911621094 1845.2307373046876 382.43914794921875 26.64459991455078 -sub-10343_ses-V3_task-rest_run-01_bold 0.003369066059225513 0.013048927038724373 11 41.33508638262559 1.1190216236073058 1.0198265123059376 0.43108859880083406 6348.61767578125 0.262598123346153 165 37.58542141230068 2.4592520357014624 2.524120733033787 2.605216563144661 2.2484188109259393 0.0114653 -0.001339996699243784 0.015999549999833107 439 90 90 60 2.4273073269120844 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 94.4458132096531 19.824317932128906 46.496620178222656 13.808656692504883 335429.0 0.04100228101015091 199.61002807617172 102.87432098388672 7.532081515493511 298.91998291015625 1168.5328369140625 1097.6640625 82880.0 604.839190673828 1956.5548034667972 452.21197509765625 29.82353401184082 -sub-10343_ses-V3_task-rest_run-02_bold 0.003273340909090909 0.011937005840909091 10 40.78744460781322 1.1205499973348514 1.1226307241457856 0.43170390585422197 6773.4716796875 0.26236792333358255 151 34.31818181818182 2.440377032814497 2.498045734069914 2.585649897255504 2.2374354671180727 0.0279624 -0.0008587855845689774 0.016414491459727287 440 90 90 60 2.474364987501715 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 98.41311564370166 19.128938674926758 46.32194900512695 13.293181419372559 335194.0 0.02499999850988388 199.65499038696225 104.58020782470703 6.819609567567502 297.59869384765625 1155.95849609375 1088.4794921875 82764.0 602.7374755859375 1931.885821533203 439.89990234375 30.825881958007812 sub-10344_ses-V1_task-cuff_run-01_bold 0.001373877551020408 0.02717299863945578 9 56.22962095079544 1.1887877944090903 0.9742025820681817 0.4144321946077286 6871.9755859375 0.3038808218207876 1 0.22675736961451248 2.49720634721375 2.5293207328271574 2.455779069082774 2.5065192397313183 0.00454798 -0.002871639560908079 0.016713924705982208 441 90 90 60 2.276062768948069 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 12 229.9912937160562 18.816608428955078 38.32006072998047 13.47165584564209 336807.0 0.04988662153482437 145.38662872314467 97.05963134765625 2.8977530432676044 344.02435302734375 1221.72802734375 1109.8162841796875 82277.0 613.643115234375 2175.05078125 487.6005859375 22.947235107421875 sub-10344_ses-V1_task-cuff_run-02_bold 0.0019263800904977379 0.020031830135746605 8 56.14561389750566 1.2812640062358274 1.0121398410884348 0.41465533234338087 7079.5859375 0.2872369058517464 4 0.9049773755656109 2.433649420957597 2.4784124015167395 2.3948499048372147 2.427685956518837 0.00797101 -0.001905031269416213 0.01703978143632412 442 90 90 60 2.2668342865389626 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 226.87954128463628 18.334623336791992 38.40715408325195 13.02715015411377 336448.0 0.020361991599202156 148.04898376464837 98.36969757080078 3.024170519019579 340.75030517578125 1215.4874267578125 1103.3936767578125 82443.0 608.3941345214844 2166.9190673828116 486.75238037109375 27.8356990814209 sub-10344_ses-V1_task-rest_run-01_bold 0.0014303619909502262 0.019332555656108596 8 52.91140856065762 1.1823969956235834 1.0057580530839005 0.414835008635855 7242.55078125 0.28313537978096315 187 42.30769230769231 2.4831785745763177 2.5202415665212645 2.445841569477655 2.4834525877300337 0.0152644 -0.0026617327239364386 0.016851045191287994 442 90 90 60 2.2723387187631015 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 17 232.25697330458596 18.291019439697266 38.37700653076172 13.16063404083252 336258.0 0.06787330657243729 147.22274398803688 97.59516143798828 2.980150077643235 343.9502868652344 1227.6627197265625 1116.357421875 82788.0 615.1198425292969 2188.494433593749 491.2782897949219 26.81575584411621 @@ -1236,12 +1185,13 @@ sub-10346_ses-V1_task-cuff_run-01_bold 0.001717088036117382 0.018640749435665915 sub-10346_ses-V1_task-cuff_run-02_bold 0.002205327313769752 0.023330916252821673 7 65.40369928800895 1.1249291777149324 0.9799139140271482 0.44750865297956116 5245.51953125 0.6618007864569337 107 24.153498871331827 2.4539673989750064 2.4292874034687912 2.4266415702405943 2.505973223215634 0.0116154 -0.0009043629979714751 0.026252569630742073 443 90 90 60 3.053160377415118 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 19 248.0065645944832 19.297256469726562 39.97515106201172 13.77652359008789 330398.0 0.08352144807577133 146.88521118164056 101.5804214477539 4.614514929658131 229.291259765625 1031.9527587890625 986.443603515625 88462.0 574.7364654541016 1618.3491821289062 323.0875244140625 23.605283737182617 sub-10346_ses-V1_task-rest_run-01_bold 0.0010834684684684686 0.01528236454954955 6 55.80832030602708 1.1167691284650112 0.9784478437923253 0.44549335254576866 5933.0322265625 0.47397288698638423 309 69.5945945945946 2.4179118296860853 2.400841571265794 2.3927207382551536 2.4601731795373087 0.00487372 -0.0018102978356182575 0.02619240991771221 444 90 90 60 3.022563832143518 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 13 253.73450163154445 18.565919876098633 39.788639068603516 13.065315246582031 330831.0 0.03378378599882126 146.01239013671875 102.97148132324219 4.966006858052496 233.00564575195312 1039.9388427734375 993.9505004882812 88117.0 579.7950439453125 1633.8986816406248 328.8416442871094 29.221437454223633 sub-10346_ses-V1_task-rest_run-02_bold 0.0014018284424379235 0.01920982415349887 7 63.59766415547514 1.1222489146606331 0.9943050057466063 0.4477050184662157 5557.1953125 0.6578866892241679 345 77.87810383747178 2.439502116862918 2.414274904065335 2.4130832374460205 2.4911482090773984 0.0162453 -0.0007041601347737014 0.02648133598268032 443 90 90 60 3.058446737875224 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 12 238.36171546390483 19.042905807495117 40.598304748535156 13.483070373535156 330602.0 0.042889390140771866 150.7942474365235 103.80960083007812 4.7234871531961256 229.07041931152344 1037.093505859375 991.255126953125 88290.0 582.1136444091796 1625.8116943359378 324.1022644042969 26.033512115478516 -sub-10346_ses-V3_task-rest_run-01_bold 0.00190568848758465 0.024223575169300227 7 75.88829117328054 1.1496057133710404 1.0052745722624437 0.44785150358885345 5553.46728515625 0.743269100818961 379 85.55304740406321 2.462000743567889 2.4196040705202395 2.4254582369542823 2.5409399232291445 0.0103792 0.0003527867083903402 0.02824794128537178 443 90 90 60 3.1028526108496193 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 29 221.81118005191752 19.076372146606445 40.16767120361328 13.559820175170898 330614.0 0.06546275317668915 144.27167968749995 101.27071380615234 3.453350595880054 236.8080596923828 1031.62109375 993.01806640625 88419.0 567.219451904297 1612.1348144531246 320.0321044921875 22.486061096191406 sub-10347_ses-V1_task-cuff_run-01_bold 0.0012122696629213482 0.016407659460674157 5 36.756905521238735 1.036476781216216 0.9922418847522517 0.43619241648713136 4117.931640625 0.1529586231315059 0 0.0 2.481117385442644 2.5231415664060286 2.4518457359057373 2.468364854016165 0.00948184 -0.0025321661960333586 0.03379221260547638 445 90 90 60 3.3234329022145874 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 243.0933746285194 20.586515426635742 39.98658752441406 14.417977333068848 343245.0 0.017977528274059296 149.5788757324218 90.7989501953125 2.442210882249931 219.8482666015625 916.819580078125 906.9617919921875 76881.0 478.1438293457031 1370.6202392578125 272.8973083496094 28.3432674407959 sub-10347_ses-V1_task-rest_run-01_bold 0.0005998648648648649 0.01472709490990991 6 36.87976891424379 1.034205084537246 0.9758100912641083 0.43580137048054246 3897.458984375 0.14362200284739343 32 7.207207207207207 2.4584715447721366 2.503308233860801 2.4286165701621147 2.4434898302934935 0.00940303 -0.0016522089717909694 0.03349887952208519 444 90 90 60 3.323251900654978 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 17 249.0485786178953 21.123743057250977 40.14744186401367 14.819820404052734 342899.0 0.006756756920367479 149.3716278076172 92.70208740234375 2.381013468551556 219.85922241210938 925.0286865234375 915.4324340820312 77001.0 480.87164306640625 1385.1260986328125 275.4610595703125 29.547582626342773 sub-10347_ses-V1_task-rest_run-02_bold 0.0010851351351351352 0.0200814 6 37.445511191557536 1.0118879016027094 1.0128382277200905 0.4379966414073475 4020.909912109375 0.1660486905679228 44 9.90990990990991 2.5023826737720545 2.5288915661775446 2.475474901633465 2.502781553505154 0.0126327 0.001145682530477643 0.03491505607962608 444 90 90 60 3.399819382949213 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 12 237.23756116258207 20.559419631958008 39.57305145263672 14.450450897216797 342763.0 0.029279280453920364 146.95721435546875 89.98245239257812 2.2543938478505323 209.4309539794922 898.317626953125 889.358154296875 77425.0 475.9946044921875 1335.3653808593751 261.588134765625 25.19939613342285 +sub-10347_ses-V3_task-cuff_run-01_bold 0.0008328988764044943 0.012016432449438204 5 34.544648290675646 1.0476323566216215 0.9911327169594599 0.4263445883730444 6253.73974609375 0.13884925341288384 0 0.0 2.402024195262232 2.446404069455303 2.3571207396697704 2.402547776661623 0.0111328 0.0010364807676523924 0.03255564719438553 445 90 90 60 3.329010083452939 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 3 249.9897706362326 17.721261978149414 38.082984924316406 12.125843048095703 346458.0 0.0 151.68606948852525 92.19500732421875 3.00474248445804 221.369140625 957.70654296875 942.225830078125 75310.0 510.79450683593757 1434.7260864257817 283.032958984375 33.663238525390625 +sub-10347_ses-V3_task-rest_run-01_bold 0.0010319550561797752 0.01307737984269663 5 34.158361469481974 1.0395140659459459 0.992216592027027 0.4257301104302649 6418.50927734375 0.14138279776179416 19 4.269662921348314 2.4402353397058376 2.4816832347201014 2.3959957381250168 2.4430270462723955 0.0133607 -0.002066252287477255 0.03249375522136688 445 90 90 60 3.3044133754329508 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 2 253.8688158080816 17.498037338256836 37.52785110473633 11.973033905029297 346087.0 0.002247191034257412 148.3029220581056 89.58253479003906 2.7701489684398597 226.77479553222656 957.1279907226562 944.3685302734375 75501.0 503.4539489746094 1435.319091796875 285.7881774902344 32.083900451660156 +sub-10347_ses-V3_task-rest_run-02_bold 0.0006631081081081081 0.0119998093018018 6 35.06084817566592 1.0391904392776536 1.0018514382167043 0.42720964493806124 6368.49755859375 0.14025547615121553 22 4.954954954954955 2.430713101546838 2.478345734852722 2.3897165717078614 2.424076998079931 0.0151569 0.0010449675610288978 0.03190546855330467 444 90 90 60 3.3003385749915792 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 1 220.47590624234292 17.38050651550293 38.32313537597656 11.961711883544922 346292.0 0.0045045046135783195 152.66745529174813 91.19499969482422 2.7596696605443576 223.7059783935547 946.5882568359375 933.9910278320312 75451.0 495.16217041015625 1420.8558959960938 282.9966735839844 32.28630065917969 sub-10348_ses-V1_task-rest_run-01_bold 0.00067562358276644 0.013025240725623582 9 45.105401169204576 1.0058277985681823 0.9672371384090909 0.5395552866910373 419.7672119140625 0.35592723981941815 240 54.42176870748299 2.7709736006177472 2.4118707374942012 2.892770718384953 3.0082793459740884 0.00716656 -0.028636230155825615 0.09888744354248047 441 90 90 54 2.3787193697319458 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 79.47606974309308 4.457892417907715 22.577606201171875 10.81179141998291 278175.0 7.62811803817749 70.3219985961914 37.229164123535156 0.9614422044668354 87.55083465576172 254.6045684814453 235.4421844482422 95427.0 130.02857055664063 445.95013427734375 98.97802734375 27.73597526550293 -sub-10348_ses-V3_task-rest_run-01_bold 0.0007715124153498871 0.005367355553047405 7 39.028176363755605 1.0612498200904978 1.0025785377375562 0.5323897462630763 424.39678955078125 0.1853606476944402 63 14.221218961625283 2.7398291500430756 2.491887400981291 2.9418207164358807 2.7857793327120546 0.00745138 -0.029591817408800125 0.09917145222425461 443 90 90 54 2.1580146394333335 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 70.01861559092737 4.544862270355225 22.892995834350586 11.058691024780273 277239.0 7.8103837966918945 72.64356689453119 37.382083892822266 2.3273552535698823 91.01437377929688 266.98883056640625 244.0383758544922 96226.0 127.11286926269531 487.4018249511719 113.0840835571289 36.7397575378418 sub-10349_ses-V1_task-rest_run-01_bold 0.002808823529411764 0.022186945475113126 8 39.85874153977321 1.0262793773015864 0.9300292738321999 0.4202271695953234 7363.57568359375 0.21580793828470132 81 18.32579185520362 2.488949426833285 2.525020732998024 2.5547748984823664 2.3870526490194646 0.00866387 0.0037286386359483004 0.01604967936873436 442 90 90 60 2.4883915575614264 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 89.5964166223256 19.874250411987305 44.44308090209961 13.945701599121094 337708.0 0.04977375641465187 181.45159072875944 102.49934387207031 4.409437854536125 334.67401123046875 1260.919189453125 1184.883544921875 81260.0 640.1135986328125 2151.079577636719 476.1614990234375 24.52322006225586 sub-10349_ses-V1_task-rest_run-02_bold 0.0014453061224489795 0.0134579310430839 9 39.09948254054546 1.0812413869772721 0.9567993030909094 0.42054768770919804 7907.10888671875 0.21452610612186346 108 24.489795918367346 2.4460605480636586 2.4835582346455958 2.509924900264545 2.3446985092808346 0.0110839 0.003365053329616785 0.017099138349294662 441 90 90 60 2.5014110279090103 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 23 94.40482489430138 19.240209579467773 44.841041564941406 13.464852333068848 337894.0 0.022675737738609314 188.1520401000975 103.77884674072266 4.468018245433589 332.7046813964844 1257.47802734375 1181.054443359375 81033.0 644.2630249023438 2134.7116210937497 472.1523742675781 30.546825408935547 sub-10349_ses-V3_task-cuff_run-01_bold 0.0015973181818181817 0.013360724363636362 10 55.39406321109341 1.2892389126423698 1.0125857252391812 0.41350853864455595 9329.51171875 0.28478441979514146 1 0.22727272727272727 2.3962077747917694 2.40932490426203 2.4473082360860414 2.331990184027237 0.00324919 0.006336224265396595 0.009508800692856312 440 90 90 60 2.581896974257981 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 64.03612794387146 16.140146255493164 35.48396682739258 11.186363220214844 339424.0 0.006818181835114956 143.59544372558594 86.01366424560547 4.5042970798550686 298.17144775390625 1140.75048828125 1074.4908447265625 80193.0 593.7108764648438 1892.9372070312486 416.1607360839844 32.362571716308594 @@ -1258,7 +1208,6 @@ sub-10352_ses-V1_task-cuff_run-01_bold 0.0009622297297297298 0.00824894578828828 sub-10352_ses-V1_task-cuff_run-02_bold 0.001518108108108108 0.00968234560810811 6 40.05893519559819 1.0600439126636567 1.010015528239278 0.5319512682336993 448.15203857421875 0.18821199209015338 0 0.0 2.604372203749451 2.3735957390151126 2.872133219205013 2.5673876530282294 0.0128646 -0.03269832581281662 0.09571139514446259 444 90 90 54 2.4098161152093813 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 43.01686332698698 4.153958320617676 21.161270141601562 10.675676345825195 281669.0 7.725225448608398 67.18378448486322 30.07303237915039 1.9010525174981598 82.10077667236328 255.49691772460938 241.43919372558594 90823.0 114.76959686279298 443.4633117675781 100.1893310546875 31.80901336669922 sub-10352_ses-V1_task-rest_run-01_bold 0.0012802257336343114 0.010046037020316026 7 38.595620919230754 1.0517848220814487 1.0062866175565617 0.5299279257481273 469.85107421875 0.16503729899146177 66 14.89841986455982 2.639829147754367 2.4115124041751064 2.9113123843148396 2.596662654773155 0.0127705 -0.03167359158396721 0.09361426532268524 443 90 90 54 2.402201597966469 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 39.09472106250733 4.109786510467529 21.107114791870117 10.620767593383789 281837.0 7.645598411560059 67.56298217773443 29.536611557006836 1.8321730262478493 85.34165954589844 260.1427917480469 245.9796905517578 90817.0 116.39051818847656 451.86591796874995 102.39704132080078 31.3546142578125 sub-10352_ses-V1_task-rest_run-02_bold 0.0005613513513513514 0.010150862184684686 6 39.253937637223494 1.0340397197291193 0.9853053465914232 0.5330063098078848 438.1222839355469 0.16620799711832435 56 12.612612612612613 2.587522203950866 2.3629665727708113 2.8463498868962174 2.5532501521855684 0.0151911 -0.032431844621896744 0.09585202485322952 444 90 90 54 2.4187248103600214 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 41.31785091590803 4.330935001373291 21.331262588500977 10.770270347595215 281792.0 7.657657623291016 68.25731811523451 30.28365135192871 1.8984310242382314 81.77351379394531 255.4415740966797 241.0968475341797 90727.0 115.96689224243164 443.40563049316404 99.67877197265625 31.594402313232422 -sub-10352_ses-V3_task-rest_run-01_bold 0.0033112962962962966 0.005597398333333333 6 39.59960066547169 1.1354042366037735 1.0635678683018865 0.5334649098520918 459.3902282714844 0.12979422884926145 3 5.555555555555555 2.624624981991953 2.3855082385417528 2.882641552120783 2.6057251553133223 0.0171937 -0.028856055811047554 0.08634781837463379 54 90 90 54 2.4196084975920074 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 29.28141811105268 4.283072471618652 21.74114990234375 10.851851463317871 280978.0 7.796296119689941 71.66666412353516 29.666854858398438 1.5941207104175117 86.78713989257812 265.0122375488281 249.79629516601562 91515.0 121.03148345947267 458.5185241699219 103.23774719238281 38.90692901611328 sub-10353_ses-V1_task-cuff_run-01_bold 0.0004142307692307692 0.006560042443438913 8 53.09721963569152 1.076327976802721 0.9956929651247163 0.5667254635292632 246.4325408935547 0.4396876104619925 1 0.22624434389140272 2.6714708161839518 2.4247582369820977 2.9017832180268277 2.687870993542929 0.00990206 0.005391542799770832 0.09390223026275635 442 90 90 54 2.163313160496738 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.111970065656905 8.734607696533203 30.538612365722656 14.470588684082031 274736.0 8.042986869812012 108.52659034729004 44.71656036376953 0.6599130819458754 97.26475524902344 266.7516174316406 243.3529510498047 97531.0 121.21719741821289 487.5577087402344 112.49028015136719 33.19504165649414 sub-10353_ses-V1_task-cuff_run-02_bold 0.00026135746606334844 0.006502178823529412 8 54.74297267854878 1.0698301208390035 0.986903307460318 0.5672800694577869 244.23609924316406 0.4723742780404999 0 0.0 2.6587249829020547 2.4162749039858618 2.8857707186631076 2.674129326057195 0.0053423 0.0045796656049788 0.09544792026281357 442 90 90 54 2.164245573888834 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.21238051951491 8.744670867919922 30.62213134765625 14.450226783752441 274825.0 8.022624969482422 109.33891906738279 44.90574645996094 0.6865816318539424 96.47647094726562 265.4504699707031 242.00906372070312 97431.0 121.36199569702148 485.2420959472656 111.82086944580078 33.65826416015625 sub-10353_ses-V1_task-rest_run-01_bold 0.00033669683257918554 0.006436489004524887 8 52.30996194628121 1.0693131658503399 0.9904621794104304 0.5648989075277077 255.68820190429688 0.4248539277777412 310 70.13574660633485 2.6809791494848056 2.4306915700796616 2.913945717543534 2.6983001608312227 0.00547994 0.0054591139778494835 0.09241077303886414 442 90 90 54 2.1712000709967954 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 29.818903539915468 8.526639938354492 30.209110260009766 14.291855812072754 274972.0 8.029412269592285 107.8506851196289 44.35663604736328 0.6159173501995374 98.12010192871094 267.775634765625 244.66064453125 97413.0 120.90226745605469 487.6787536621093 112.68394470214844 33.74607467651367 @@ -1322,31 +1271,52 @@ sub-10379_ses-V1_task-cuff_run-02_bold 0.0017529954954954954 0.00882025592342342 sub-10379_ses-V1_task-rest_run-01_bold 0.0005139864864864865 0.005773819234234235 6 33.43160523794584 1.0296260390293446 0.985407022054175 0.5230216978389657 488.9722900390625 0.14807863243867211 16 3.6036036036036037 2.8097027585677865 2.5458040655055023 3.0917832104769065 2.791520999720951 0.0199001 -0.027161575853824615 0.09105429798364639 444 90 90 54 2.4075333383238924 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 30.241344007142736 5.2558913230896 24.950904846191406 11.635135650634766 290087.0 7.871621608734131 86.11801910400396 36.527740478515625 1.5421566048547382 103.91572570800781 288.3446960449219 276.6711730957031 84652.0 121.94516220092774 492.41961212158196 114.91825866699219 38.408843994140625 sub-10379_ses-V1_task-rest_run-02_bold 0.0016014672686230247 0.00784451638826185 7 34.98836871624434 1.0346114554524892 0.9845817406334844 0.5271257362365606 480.38818359375 0.15653829754431647 21 4.74040632054176 2.786569426015577 2.5118457335215516 3.0605123783861647 2.7873501661390163 0.00436243 -0.028081221505999565 0.09554599970579147 443 90 90 54 2.461132658874026 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 29.96310672712255 5.287837028503418 24.840858459472656 11.528217315673828 289838.0 7.688487529754639 84.79006958007812 35.63225173950195 1.5317262237760065 98.56461334228516 282.0091552734375 270.4537353515625 84705.0 123.43973236083986 478.21580810546885 109.88929748535156 35.04650115966797 sub-10380_ses-V1_task-rest_run-01_bold 0.0008385810810810809 0.00581555349099099 6 33.243719118216696 1.007791655846501 1.0018406309029346 0.5215346582062809 524.5885620117188 0.15137363241533652 20 4.504504504504505 2.6655972115943887 2.3607290728597214 2.7582957237285086 2.877766838194937 0.00604691 -0.005114970728754997 0.0788319855928421 444 90 90 54 2.5415694465625704 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 57.028057188212415 3.6697754859924316 20.993589401245117 10.096847534179688 288159.0 7.445946216583252 66.83603744506826 33.528053283691406 0.7588371670662433 86.1612319946289 258.04095458984375 244.48873901367188 86101.0 118.7747802734375 434.7657775878906 96.1954116821289 36.629608154296875 +sub-10380_ses-V3_task-cuff_run-01_bold 0.0007786199095022624 0.005457515610859729 8 32.68018578068028 1.0134397877324262 1.0039649392290253 0.5351359465525876 453.629150390625 0.13404578584348353 1 0.22624434389140272 2.602070819281213 2.36550407266998 2.7425832243528676 2.698125160820792 0.0118233 -0.016446517780423164 0.08007487654685974 442 90 90 54 2.5320587785551947 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 51.312466553130626 4.709442138671875 22.57234001159668 11.045248985290527 281207.0 7.658371448516846 72.91425552368172 34.73762512207031 0.8625944935553505 88.72469329833984 262.904541015625 250.7669677734375 91620.0 117.56787872314453 444.30353088378905 99.03624725341797 36.853363037109375 +sub-10380_ses-V3_task-rest_run-01_bold 0.0005435374149659863 0.006414404421768708 9 31.88177168161362 0.993276023477273 0.9882224148863631 0.53384256710218 466.2021484375 0.13085552497090405 9 2.0408163265306123 2.6144805416091237 2.3740540723302335 2.7531790572651604 2.716208495231976 0.0106219 -0.01589679904282093 0.08035498112440109 441 90 90 54 2.550818240889428 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 52.26822319835341 4.6058173179626465 22.513362884521484 10.954648971557617 281571.0 7.6598639488220215 72.73356246948242 35.015655517578125 0.7788009887362066 89.0838851928711 264.393798828125 252.5918426513672 91331.0 117.95465087890625 445.251708984375 99.02330780029297 35.64799880981445 sub-10382_ses-V1_task-cuff_run-01_bold 0.0006465688487584649 0.009855740586907451 7 46.226516335158365 1.142139583642534 0.9716794512443433 0.5397721951898838 462.0614013671875 0.1823926170308711 0 0.0 2.6808458209370083 2.4436582362310793 2.756220723810962 2.8426585027689835 0.0131165 -0.034720487892627716 0.10016734153032303 443 90 90 54 2.4021735334249135 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 75.07383095503464 4.521434307098389 22.707592010498047 10.977426528930664 275090.0 7.6952595710754395 73.02381744384763 37.410648345947266 1.4310780753614738 91.84102630615234 271.0755615234375 252.4243927001953 98527.0 135.29481201171876 469.5318420410156 105.08113098144531 32.24245834350586 sub-10382_ses-V1_task-cuff_run-02_bold 0.0008695045045045046 0.008411127522522523 6 46.47596540085784 1.1627869374717839 0.9931069345823933 0.5388429446293115 465.84393310546875 0.20960198364025934 0 0.0 2.724066653637925 2.4953374008442 2.8014373886808794 2.875425171388696 0.00772245 -0.03452151641249657 0.09817720949649811 444 90 90 54 2.4365020336685137 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 75.95855062735671 4.751672744750977 22.978878021240234 11.123873710632324 275962.0 7.486486434936523 74.81531524658203 38.02217102050781 1.3935293136495135 94.17361450195312 273.1507568359375 256.424560546875 97832.0 134.74459915161134 468.32411499023436 105.24237060546875 33.60932159423828 sub-10382_ses-V1_task-rest_run-01_bold 0.0006119683257918553 0.009142476968325791 8 46.724791381791405 1.194873786507936 1.0030252904761914 0.53777528416447 481.90447998046875 0.1839225042718394 74 16.742081447963802 2.685598598309999 2.450608235954911 2.7700498899281065 2.836137669046978 0.019855 -0.03350356966257095 0.0980299860239029 442 90 90 54 2.395227136292407 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 72.00585156373134 4.3002166748046875 22.33538818359375 10.81447982788086 275224.0 7.735294342041016 72.37975654602045 36.32476806640625 1.4045314778293614 93.25969696044922 272.7445983886719 254.2895965576172 98391.0 134.84503173828125 472.24322509765625 106.16458892822266 34.383121490478516 sub-10382_ses-V1_task-rest_run-02_bold 0.0007448306997742663 0.009132082528216706 7 43.136471450746576 1.1287154754977387 0.9859102971266973 0.5425762604824941 461.0791015625 0.1497724280957035 38 8.577878103837472 2.7427847089752344 2.5089249003042817 2.828133220953416 2.891296005668005 0.0059614 -0.03416689112782478 0.09853816777467728 443 90 90 54 2.40276344573268 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 64.96824904466084 4.638570785522461 23.08850860595703 11.065463066101074 274124.0 7.575621128082275 75.66648101806615 37.03207778930664 1.4424263230147005 93.63319396972656 270.968017578125 253.66592407226562 99480.0 132.23917541503906 468.1268844604491 105.5720443725586 33.46638107299805 +sub-10383_ses-V3_task-cuff_run-01_bold 0.0006753619909502264 0.007302290633484163 8 32.87667751986395 1.0424160388888897 1.0065628020408168 0.490590068857465 707.5333251953125 0.15522382280707495 0 0.0 2.581563870856779 2.3036207417956693 2.887745718584628 2.553325152190039 0.0244559 -0.03233516216278076 0.08069775998592377 442 90 90 54 3.0486351629607014 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 5 175.1240106553638 1.9387879371643066 17.17283821105957 8.975113868713379 300311.0 7.576923370361328 48.191179275512695 31.485301971435547 1.182218500080114 74.21563720703125 257.9561767578125 253.65725708007812 75496.0 126.26301383972168 399.58880615234375 83.20299530029297 41.369903564453125 +sub-10383_ses-V3_task-cuff_run-02_bold 0.0007064027149321267 0.00823345592760181 8 33.119152021405895 1.0305948941269834 0.9982378933786851 0.49193528807489245 697.1802978515625 0.17802847208079434 0 0.0 2.601522204323119 2.3133874080742434 2.9098873843714643 2.581291820523649 0.015571 -0.032938890159130096 0.08239863067865372 442 90 90 54 3.043990063793854 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 166.31836505039354 2.012582540512085 17.316429138183594 8.988688468933105 300136.0 7.527149677276611 49.00905227661133 31.791889190673828 1.2183456623852482 73.64374542236328 256.168212890625 252.0294189453125 75759.0 124.72986907958985 396.4393859863281 82.79519653320312 38.053592681884766 +sub-10383_ses-V3_task-rest_run-01_bold 0.0006193693693693694 0.007172895247747748 6 32.53196326207676 1.0270558915124153 0.991657075553047 0.4885811642017428 730.3053588867188 0.1800603431750051 36 8.108108108108109 2.6086569261278605 2.3243082409736218 2.9244165504607937 2.577245986949165 0.0169061 -0.030967211350798607 0.07961704581975937 444 90 90 54 3.045143499807602 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 182.14753616117181 1.966784954071045 16.981252670288086 8.934684753417969 300664.0 7.441441535949707 48.17274799346913 31.062490463256836 1.1630512290167836 74.91816711425781 259.59173583984375 255.69482421875 75442.0 125.9126132965088 402.2229919433594 83.96751403808594 39.51737594604492 +sub-10383_ses-V3_task-rest_run-02_bold 0.0007960317460317459 0.007713581950113378 9 33.1620293790682 1.0442186802272724 1.0088165896590906 0.49225775188882237 694.677978515625 0.17927078286528222 41 9.297052154195011 2.5968541487263646 2.314083241379927 2.9020332180168937 2.574445986782272 0.0104624 -0.032306019216775894 0.08120708167552948 441 90 90 54 3.03394749141727 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 163.4472668197315 1.953270673751831 17.124391555786133 8.93197250366211 299724.0 7.485260963439941 48.44863853454584 30.912214279174805 1.2323042686976962 72.52310943603516 253.7296905517578 249.78457641601562 76089.0 122.45442199707031 392.80908203124983 82.32935333251953 40.10704040527344 sub-10384_ses-V1_task-rest_run-01_bold 0.001755034013605442 0.011885369319727892 9 38.50928554109093 1.1044552334545457 0.9909768355000003 0.4059639798003837 26161.09765625 0.2526962670533332 129 29.25170068027211 2.3399244385821842 2.3277165741715202 2.3343332405752646 2.357723500999768 0.00596023 -0.008129817433655262 0.014055227860808372 441 90 90 60 2.9258198915781617 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 477.4056158176353 9.5646333694458 21.291641235351562 6.507936477661133 337340.0 0.0 79.75283813476562 58.87984085083008 2.464009691322498 276.71710205078125 1088.954345703125 1029.621337890625 82660.0 615.9258422851562 1752.4344177246094 351.9065246582031 32.31606674194336 sub-10384_ses-V1_task-rest_run-02_bold 0.0008770135746606335 0.013714536108597285 8 46.159426414421795 1.1113722608163266 0.9930675695238086 0.40676465993849 26180.109375 0.41228803465069946 261 59.04977375565611 2.3450549905041216 2.3333665739470097 2.326812407540782 2.374985990024573 0.014244 -0.007639954332262278 0.014122750610113144 442 90 90 60 2.9466621181041135 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 543.2769675448457 9.613434791564941 21.585424423217773 6.540724277496338 337297.0 0.0022624435368925333 81.2131286621094 60.148048400878906 2.3584355601879787 279.34307861328125 1093.3450927734375 1033.86767578125 82650.0 625.0633544921875 1754.7716308593751 350.8584899902344 29.88085174560547 -sub-10384_ses-V3_task-rest_run-01_bold 0.0011960722347629797 0.0115239730248307 7 38.06433071368776 1.12084271739819 0.9854415035746599 0.4049344651343809 17005.326171875 0.21699719728168287 95 21.44469525959368 2.425435534381919 2.4489332360214697 2.4096874042476255 2.4176859628766616 0.008573 -0.010158021003007889 0.01650831289589405 443 90 90 60 2.6080539834109806 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 339.2228207496831 12.392949104309082 25.897193908691406 8.48532772064209 337559.0 0.0022573363967239857 99.87607269287103 65.23973083496094 3.833661947986693 319.98455810546875 1190.4691162109375 1112.230224609375 81927.0 645.3828857421875 1989.5146850585934 426.45721435546875 32.26556396484375 -sub-10384_ses-V3_task-rest_run-02_bold 0.001081354401805869 0.012047075643340859 7 39.79790413961541 1.102069508574661 0.9894726152488698 0.4061953284056086 17101.427734375 0.2470043823540645 120 27.08803611738149 2.428320255441465 2.453862402492269 2.408137404309217 2.422960959522909 0.00731238 -0.00970525573939085 0.016697334125638008 443 90 90 60 2.612995122627143 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 320.1462165315001 12.265772819519043 26.357410430908203 8.465011596679688 337512.0 0.006772009190171957 102.12291107177737 66.29607391357422 3.75849523536281 318.443115234375 1185.966796875 1107.592529296875 82048.0 644.5691864013672 1985.6715087890618 423.8759460449219 30.787826538085938 sub-10385_ses-V1_task-cuff_run-01_bold 0.000654185520361991 0.005961494502262443 8 40.585660367913846 1.1142521497959172 1.0076605579138322 0.55907693790353 448.5334777832031 0.10285088642722368 0 0.0 2.5527291490761272 2.263004076742964 2.863124886229639 2.5320584842557796 0.0256677 -0.025598663836717606 0.11379461735486984 442 90 90 54 2.7897818816819435 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 58.912934705066704 3.8943469524383545 23.05429458618164 10.395928382873535 270479.0 7.615385055541992 79.56131515502925 38.26676940917969 0.5764520921773753 80.24501037597656 246.36277770996094 235.68553161621094 100453.0 132.05340270996095 400.2660766601562 84.48128509521484 36.536495208740234 sub-10385_ses-V1_task-cuff_run-02_bold 0.0012155981941309256 0.006861132257336344 7 38.36688922866516 1.0670420030090495 1.006414322420814 0.5602654441410517 445.7944030761719 0.10054715409199771 0 0.0 2.546751371200609 2.2616624101296106 2.856658219819934 2.521933483652283 0.0143485 -0.02583792433142662 0.11512089520692825 443 90 90 54 2.7941990644892405 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 54.20789241027537 3.9123291969299316 23.17812728881836 10.363430976867676 270221.0 7.550790309906006 80.715576171875 38.37702560424805 0.5778986816902227 79.23723602294922 244.26513671875 233.41761779785156 100477.0 131.64288940429688 396.5282287597656 83.53608703613281 34.322608947753906 sub-10385_ses-V1_task-rest_run-01_bold 0.0006571331828442437 0.006695376613995485 7 42.40352459753396 1.1402162963800901 1.0008200381674202 0.5575183343819436 465.29193115234375 0.10724170504136683 1 0.22573363431151242 2.5674472045085004 2.2760915762229135 2.8802498855491527 2.546000151753435 0.0228579 -0.02582697942852974 0.11191347986459732 443 90 90 54 2.7954883539486426 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 58.10786911657118 3.795194387435913 22.951305389404297 10.338601112365723 270256.0 7.62753963470459 79.1269760131836 38.24882125854492 0.5612655339926835 81.21849060058594 249.53378295898438 238.65011596679688 100525.0 134.00361328125 405.28035888671866 85.36931610107422 36.082008361816406 sub-10385_ses-V1_task-rest_run-02_bold 0.0004558690744920993 0.005662947607223477 7 37.75438636685519 1.0430469853619908 0.9880435616968322 0.5613202015059882 433.99346923828125 0.10183449908010243 7 1.580135440180587 2.532305538078569 2.254479077081717 2.8314582208212924 2.5109793163326968 0.0123479 -0.025336233898997307 0.11345969885587692 443 90 90 54 2.782531121172484 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 55.7558441111385 3.959183692932129 23.29168701171875 10.417607307434082 270158.0 7.582393169403076 81.7278827667236 38.55461120605469 0.583073709247178 78.9025650024414 243.0044403076172 232.17494201660156 100586.0 130.22291564941406 395.62474060058594 83.43978118896484 36.236732482910156 sub-10386_ses-V1_task-rest_run-01_bold 0.0005854524886877828 0.006958603755656108 8 38.42647081072562 1.0322370264625849 0.9818085440589566 0.5758541509238554 343.7215270996094 0.09770941245587123 0 0.0 2.6864985952037688 2.4923707342954184 2.8237123877957506 2.7434126635201372 0.00424919 -0.03656425327062607 0.13582397997379303 442 90 90 54 2.1796959103299085 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 19.752629537753556 5.890157699584961 29.29978370666504 12.194570541381836 264347.0 7.893665313720703 115.95860214233394 44.17146301269531 1.608731675103277 96.575439453125 264.5163269042969 243.98191833496094 107240.0 119.27353172302247 478.116435241699 111.93340301513672 33.64051818847656 +sub-10387_ses-V1_task-rest_run-01_bold 0.0004607674943566591 0.004111476501128668 7 34.20773228271494 1.0511717550678732 0.9976471395248867 0.5353889496260588 447.11553955078125 0.20359185729753848 96 21.670428893905193 2.669004145977073 2.4634040687797834 2.9656082154906507 2.5780001536607835 0.0151628 -0.012738375924527645 0.0840674489736557 443 90 90 54 2.339396593798087 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 40.31487225518443 6.321977138519287 26.972267150878906 12.656885147094727 278787.0 8.047404289245605 92.62392959594732 42.61958694458008 1.207774532944458 112.39330291748047 302.5712585449219 289.1343078613281 93584.0 127.35699768066407 527.0898803710936 123.59288024902344 39.66748046875 +sub-10387_ses-V3_task-cuff_run-01_bold 0.0007323198198198199 0.012057796396396396 6 39.50390127726864 0.9976276012866815 0.9621669897968395 0.5413262513634859 462.3290100097656 0.2506754786609809 0 0.0 2.6904333164637344 2.411224904186531 2.9409998831351643 2.719075162069509 0.0123908 -0.003730119438841939 0.0873057097196579 444 90 90 54 2.5832045490056625 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 38.22761532890232 4.841831684112549 23.897605895996094 11.092342376708984 279499.0 7.4707207679748535 79.99549865722656 38.17740249633789 0.4576056058093698 90.4654541015625 264.2930603027344 252.90203857421875 92808.0 120.79144554138183 443.51589202880837 97.90191650390625 28.949329376220703 +sub-10387_ses-V3_task-cuff_run-02_bold 0.0008933408071748881 0.006538583251121077 4 38.65373067952811 1.0428854112134827 0.998660384202247 0.5431245001238398 454.0303955078125 0.23114940115436075 0 0.0 2.6305263723613543 2.362574906119708 2.8714873858973426 2.657516825067013 0.0188288 -0.003302538301795721 0.08821089565753937 446 90 90 54 2.5847922087408186 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 36.37457331429429 4.763608455657959 24.181432723999023 11.073991775512695 279869.0 7.533632755279541 82.61390380859359 38.810726165771484 0.4804237696985356 89.82708740234375 262.5758056640625 250.78924560546875 92526.0 121.73543357849121 440.05831146240234 97.0243911743164 35.155757904052734 +sub-10387_ses-V3_task-rest_run-01_bold 0.0008352488687782805 0.008611453800904978 8 38.041136475578185 1.0307102520408162 0.981333870385488 0.5384592621431442 485.6761779785156 0.22206709337166086 106 23.981900452488688 2.665591649928336 2.396074904788538 2.907470717800827 2.693229327195644 0.0103415 -0.0036413162015378475 0.08489042520523071 442 90 90 54 2.5987704123256394 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 35.76096426571921 4.585333824157715 23.370746612548828 10.916290283203125 280277.0 7.4954752922058105 79.0479675292969 37.17515563964844 0.4467455645547518 91.48696899414062 266.84002685546875 255.66403198242188 92116.0 123.49095916748047 446.62841033935547 98.37831115722656 33.805397033691406 +sub-10387_ses-V3_task-rest_run-02_bold 0.0007585360360360361 0.008331970022522523 6 38.52435772889388 1.0264512231828449 0.9812667344243798 0.5438740167553364 447.7747802734375 0.20942339539924218 89 20.045045045045047 2.63050831694242 2.3633124060904023 2.8665915527585524 2.661620991978307 0.0128137 -0.0043643624521791935 0.0882914587855339 444 90 90 54 2.591781901025379 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 36.238575913270466 4.748333930969238 24.095081329345703 11.074324607849121 280004.0 7.659910202026367 82.01284294128408 38.266685485839844 0.5049064511374382 89.01956939697266 261.0412292480469 249.06982421875 92430.0 123.05631256103516 437.4505798339844 96.09931945800781 33.36241149902344 sub-10390_ses-V1_task-cuff_run-01_bold 0.0006958956916099773 0.008000407641723356 9 40.361327336090895 1.1048746679772725 0.996072465863636 0.47358995863999953 1759.1851806640625 0.1820977200995587 0 0.0 2.3563452842700614 2.4014165712429456 2.3753624056115785 2.2922568759556605 0.00856749 0.04057663679122925 0.007036773953586817 441 90 90 60 2.383174879752878 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 41.3779480549895 34.97731018066406 75.61318969726562 25.57369613647461 328536.0 0.03628117963671684 309.57030487060547 162.7950439453125 5.133454424852683 308.2939453125 1148.5352783203125 1061.78125 89518.0 605.4960510253907 1995.7696533203118 445.5297546386719 35.645164489746094 sub-10390_ses-V1_task-cuff_run-02_bold 0.001076606334841629 0.00860850520361991 8 40.623133298321974 1.1054793975510198 1.0216314159410431 0.47495114429483404 1741.9346923828125 0.20254826274175422 0 0.0 2.370455001691408 2.410608237544368 2.3871582384761876 2.3135985290536696 0.00879703 0.04036539047956467 0.00716838613152504 442 90 90 60 2.3770979978768763 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 43.37771925484267 35.56903839111328 76.4449462890625 25.941177368164062 328316.0 0.06108597666025162 311.5147247314453 162.9550018310547 5.23095883398077 309.3472595214844 1145.4923095703125 1059.1561279296875 89705.0 600.9796875 1987.0371826171877 445.56439208984375 34.800209045410156 sub-10390_ses-V1_task-rest_run-01_bold 0.0007551809954751132 0.008457716561085973 8 41.72657024208616 1.1097520687301603 0.9864007643764174 0.4728466476068884 1745.263427734375 0.20335969648021915 79 17.873303167420815 2.369570281307381 2.415749904006723 2.3884374050920245 2.3045235348233954 0.00883767 0.03924050182104111 0.007049580104649067 442 90 90 60 2.3776803620174545 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 42.07105916970282 35.39796829223633 75.31768035888672 25.932126998901367 328438.0 0.031674209982156754 305.51685943603496 161.86090087890625 5.028246290582709 312.9112548828125 1158.8065185546875 1070.56787109375 89684.0 607.2962829589844 2014.0019287109371 450.2547607421875 34.945213317871094 sub-10390_ses-V1_task-rest_run-02_bold 0.0006348416289592761 0.00806197685520362 8 40.817782481995465 1.1120455513378684 1.0036618755555566 0.4742608428496484 1739.2589111328125 0.18466701640386773 42 9.502262443438914 2.3673397262974287 2.415049904034539 2.3847457385720516 2.302223536285695 0.00605493 0.04080969840288162 0.007641465403139591 442 90 90 60 2.3718786950775246 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 43.67746139072704 35.16987609863281 76.28723907470703 25.70362091064453 328285.0 0.03393665328621864 313.94434814453103 163.57632446289062 5.088359744249525 311.11163330078125 1149.5758056640625 1061.685546875 89688.0 603.9259399414063 1999.2732788085937 447.61126708984375 35.89850616455078 +sub-10390_ses-V3_task-cuff_run-01_bold 0.0007699548532731377 0.011432484085778778 7 39.250484587511316 1.0445260198868769 0.9903174028054306 0.47072877816719555 1951.181884765625 0.21062985122789224 0 0.0 2.362770121209314 2.412637404130403 2.3483790733504666 2.3272938861470727 0.00521685 0.04115419089794159 0.00982048362493515 443 90 90 60 2.5740298701485984 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 38.46390685666045 31.402387619018555 65.6531753540039 23.408578872680664 328792.0 0.09255079180002213 262.68962249755884 142.28646850585938 4.472568314488832 279.66796875 1089.116455078125 1016.75732421875 89090.0 586.3758850097656 1836.7680297851562 395.0038146972656 30.125747680664062 +sub-10390_ses-V3_task-cuff_run-02_bold 0.000994864253393665 0.009748427714932128 8 38.88104075927436 1.0690276658276645 1.0021241046031752 0.4728682044827047 1990.2821044921875 0.20179313404572832 0 0.0 2.350082619148536 2.4005290712782115 2.3301707407406673 2.31954804542673 0.00680346 0.04185069352388382 0.011623753234744072 442 90 90 60 2.5988993302234986 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 37.62478321919649 31.050792694091797 65.63420867919922 22.89592933654785 328844.0 0.07239819318056107 263.40296173095675 141.07130432128906 4.464044591445673 272.0205993652344 1070.491943359375 1001.1290283203125 89197.0 575.1927978515625 1788.1281250000002 385.2105407714844 32.051513671875 +sub-10390_ses-V3_task-rest_run-01_bold 0.0006577828054298643 0.008764881085972853 8 39.37376999795917 1.0791857024943314 0.9944990223582774 0.46878288231497056 2068.475830078125 0.1987748685046058 69 15.610859728506787 2.3525159517960295 2.403549904491508 2.3362290738332643 2.3177688770633162 0.00796119 0.040614936500787735 0.009671076200902462 442 90 90 60 2.5483377547493102 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 39.10444544327629 30.638212203979492 65.037353515625 22.6357479095459 328688.0 0.027149323374032974 259.4885848999021 142.4908905029297 4.435970664331058 283.82110595703125 1091.4853515625 1020.4932861328125 89142.0 578.7908569335938 1847.614172363281 400.4522399902344 33.38811492919922 +sub-10390_ses-V3_task-rest_run-02_bold 0.0010308863636363636 0.00881967393181818 10 39.500774869886115 1.0853306447152615 0.9963900589293845 0.4708687641324843 1994.4886474609375 0.19809284881187908 76 17.272727272727273 2.34767428343979 2.400162404626115 2.3307749073833266 2.312085538309929 0.00691498 0.04265891760587692 0.009945505298674107 440 90 90 60 2.5735998835775376 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 37.490789885085135 30.666276931762695 65.1846694946289 22.672725677490234 329061.0 0.02499999850988388 264.9022521972656 141.3077850341797 4.471042898305274 274.8896179199219 1070.4892578125 999.4033813476562 88918.0 578.9813415527343 1805.1072753906246 388.3267822265625 33.61312484741211 sub-10391_ses-V1_task-cuff_run-01_bold 0.0009227375565610859 0.015344073009049773 8 49.17096796698408 1.1878011392743775 0.9924768448752834 0.46625928358727053 3864.212890625 0.2502522624938292 0 0.0 2.414556385315333 2.456116569069363 2.456274902396405 2.3312776844802316 0.0106546 0.030457686632871628 0.011776737868785858 442 90 90 60 2.6745774289631514 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 47.146596978836676 23.05413055419922 59.783424377441406 16.183258056640625 327857.0 0.022624434903264046 252.75476379394553 143.7583465576172 7.087653392429344 275.39666748046875 1071.29638671875 1010.9525146484375 89162.0 579.2718841552734 1734.472900390625 377.9837646484375 30.092119216918945 sub-10391_ses-V1_task-cuff_run-02_bold 0.0010438826185101581 0.015390471015801356 7 49.46845448169683 1.1903532733257924 0.9905345834615383 0.46648870651624386 3933.997802734375 0.25394216978632506 0 0.0 2.411434163115352 2.4566540690480045 2.445858236143659 2.3317901841543933 0.00766602 0.029803644865751266 0.011980785056948662 443 90 90 60 2.6971678737401708 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 50.48542507910912 22.906707763671875 59.58392333984375 16.133182525634766 328142.0 0.031602710485458374 253.5662658691407 142.58863830566406 7.05566547012902 273.33935546875 1066.4908447265625 1007.5011596679688 89026.0 580.2567596435547 1721.331298828125 373.5382995605469 29.60633659362793 sub-10391_ses-V1_task-rest_run-01_bold 0.0008751685393258426 0.013047698202247191 5 46.482262929279294 1.1691511406981983 0.9874967881081084 0.4656766060481456 3874.85498046875 0.22732469639682934 117 26.292134831460675 2.3933577780980038 2.4398040697175634 2.4243499036649903 2.3159193609114577 0.00818595 0.029911335557699203 0.010650779120624065 445 90 90 60 2.674976199218441 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 46.02527676266094 23.32849884033203 60.32038879394531 16.429214477539062 328190.0 0.024719100445508957 257.1328079223632 144.820068359375 6.7402249788599455 280.1985168457031 1083.4837646484375 1023.2337036132812 88889.0 583.4332763671875 1756.3379882812496 382.5185241699219 31.526973724365234 sub-10391_ses-V1_task-rest_run-02_bold 0.0007716478555304741 0.013427478690744921 7 49.93428362339366 1.1897734223755658 1.001164128552036 0.4666162290769043 3940.54931640625 0.255986724036139 178 40.18058690744921 2.4057049983610006 2.445762402814134 2.448041569390235 2.3233110228786322 0.00518894 0.029808182269334793 0.011661194264888763 443 90 90 60 2.683749752931712 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 52.07341805444682 22.8481388092041 59.99884033203125 16.072235107421875 327935.0 0.029345372691750526 256.9643493652343 143.92181396484375 7.221601221433001 275.0980224609375 1066.682861328125 1008.5350341796875 89074.0 576.4164733886719 1724.3216125488277 375.7911376953125 30.845619201660156 +sub-10391_ses-V3_task-cuff_run-01_bold 0.0008293243243243243 0.011975086824324323 6 42.41839548792325 1.163022738374717 0.981531645688487 0.4685592899057589 3752.260498046875 0.2206441595853448 0 0.0 2.481841102487167 2.5404332323855865 2.561849898201231 2.343240176874684 0.00597866 0.030876701697707176 0.021540049463510513 444 90 90 60 2.507040108184704 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 79.5730750806428 26.035696029663086 72.1070327758789 18.20720672607422 326197.0 0.022522523999214172 309.8423645019534 177.2816925048828 9.548893219512404 329.54852294921875 1188.13134765625 1123.6622314453125 90439.0 610.2054199218751 1962.2802368164057 448.20025634765625 31.396053314208984 +sub-10391_ses-V3_task-cuff_run-02_bold 0.001077155756207675 0.011645815507900677 7 42.26287081027149 1.1724492143665157 0.9844662353393664 0.4693829979223737 3686.993896484375 0.22563017447277775 0 0.0 2.4840911022462655 2.5451957321963414 2.563074898152554 2.3440026763899 0.00540092 0.032141849398612976 0.02219025045633316 443 90 90 60 2.518643473021492 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 80.88229459312765 26.044267654418945 72.08667755126953 18.25507926940918 325797.0 0.029345372691750526 309.73725585937507 177.45458984375 9.510663453995434 325.6638488769531 1179.7822265625 1115.7630615234375 90637.0 606.9305053710938 1936.1833007812497 442.9991455078125 31.357906341552734 +sub-10391_ses-V3_task-rest_run-01_bold 0.0012663656884875849 0.016544599864559816 7 40.340265718438886 1.0964836385972854 0.9899352827828046 0.46928484192454994 3418.569580078125 0.22654873129905725 122 27.539503386004515 2.52941192311197 2.5970332301365047 2.5935123969430767 2.3976901422563284 0.00485502 0.0313597209751606 0.018854353576898575 443 90 90 60 2.503950612202241 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 70.4702793020669 27.43651008605957 72.46820068359375 19.46049690246582 326447.0 0.09706546366214752 306.83611755371123 173.7339324951172 8.589801526129426 335.28228759765625 1199.8536376953125 1133.3330078125 90238.0 621.0924255371094 1985.0065490722657 452.6154479980469 26.69588851928711 +sub-10391_ses-V3_task-rest_run-02_bold 0.0008259637188208618 0.011741056757369615 9 42.233381418568186 1.1784405615454547 0.9993420038863635 0.4693058103992894 3766.550537109375 0.21822138464716775 119 26.984126984126984 2.478573045327144 2.542412398973608 2.541337399016325 2.3519693379914997 0.0041142 0.033139463514089584 0.02062428556382656 441 90 90 60 2.4941890125696022 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 79.40425661938663 25.87662124633789 73.35588073730469 18.074831008911133 326242.0 0.022675737738609314 315.31814575195347 181.93052673339844 9.206301584968553 330.4320373535156 1182.6787109375 1118.032958984375 90338.0 610.3462463378906 1956.3080322265616 448.25262451171875 31.42005157470703 sub-10392_ses-V1_task-cuff_run-01_bold 0.0008556726457399102 0.01434698004484305 4 34.76126354948315 1.1297114040674154 1.2510225544269666 0.49941766591731357 472185.5 0.25101086509079057 1 0.2242152466367713 2.5656168628304834 2.5399076056338026 2.7226861971830987 2.4342567856745494 0.00703079 -0.018513988703489304 0.03640267625451088 446 96 96 54 5.003424563509742 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 44.98952909767978 40.245635986328125 538.960205078125 27.284881591796875 306589.0 0.1559487968683243 2486.9974609375 1100.6138916015625 2.799710784171543 3208.970947265625 20825.8359375 20545.166015625 119457.0 14921.932226562501 27640.76171875 4106.20361328125 43.495086669921875 sub-10392_ses-V1_task-cuff_run-02_bold 0.0006076126126126127 0.01640320202702703 6 33.5956097685553 1.0924307192099327 0.9958897703386007 0.5000928979832265 598401.625 0.25766055189251663 2 0.45045045045045046 2.598312305349786 2.562298591549296 2.763452394366197 2.469185930133864 0.00641486 -0.018160630017518997 0.036234404891729355 444 96 96 54 5.039571689475148 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 46.29495936464459 34.48210906982422 526.539306640625 23.361310958862305 305694.0 0.12204189822077752 2448.903002929687 1077.9998779296875 2.845294575665222 3115.7001953125 20533.978515625 20273.79296875 119940.0 14692.596337890625 27191.424609375 4022.903076171875 42.340023040771484 sub-10392_ses-V1_task-rest_run-01_bold 0.0011621348314606742 0.016114678876404494 5 35.36798790333333 1.1232875365765769 1.0387807480630633 0.49884986313062224 439089.78125 0.272586522160152 161 36.17977528089887 2.5591921280005034 2.526994929577465 2.712216338028169 2.438365116395876 0.00545382 -0.019327566027641296 0.03550167754292488 445 96 96 54 4.989349478720448 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 41.905326111648435 41.43927764892578 537.4564819335938 28.1159725189209 307167.0 0.17534815818071367 2479.8714355468755 1094.9630126953125 2.814838516874822 3203.35888671875 20721.494140625 20445.373046875 118950.0 14850.1615234375 27477.851660156244 4097.7861328125 40.938865661621094 sub-10392_ses-V1_task-rest_run-02_bold 0.0017276233183856505 0.014197075941704036 4 34.5246010212809 1.1298868705842697 1.0415286926966292 0.5003856902574901 595897.4375 0.24973063268959866 147 32.95964125560538 2.5818313478410833 2.545527887323944 2.7540552112676058 2.445910944931701 0.00523364 -0.019072962924838066 0.03761773556470871 446 96 96 54 5.000457673544826 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 45.4244635322153 33.82615661621094 532.732666015625 23.021583557128906 306042.0 0.2327029883861542 2486.884240722656 1092.7646484375 2.909328375968892 3099.25537109375 20461.5078125 20197.68359375 119869.0 14650.426953125 27140.751562499994 4039.150146484375 42.9989013671875 +sub-10392_ses-V3_task-cuff_run-01_bold 0.0011591479820627802 0.010849360829596413 4 31.97236213247193 1.1195560021123596 1.007525204539326 0.486270717665775 1517011.25 0.268412622859932 1 0.2242152466367713 2.540635508018329 2.540507042253521 2.6971718309859156 2.38422765081555 0.00803251 -0.013173427432775497 0.033899858593940735 446 96 96 54 4.881545803871372 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 77.23970479236166 22.970809936523438 469.8596496582031 15.570544242858887 309839.0 0.06504042595624923 2266.6946044921865 1056.057373046875 2.16836508845103 3548.9951171875 21537.103515625 21225.74609375 116216.0 15376.88330078125 28920.154296875 4348.14208984375 48.482608795166016 +sub-10392_ses-V3_task-cuff_run-02_bold 0.0008765540540540542 0.009935970675675677 6 31.751013520970673 1.1083057154853289 0.9967314202934536 0.4873114519994522 1482257.25 0.25923749872971985 0 0.0 2.54371004668091 2.544815774647887 2.70360338028169 2.3827109851131536 0.00461338 -0.013019383884966373 0.03379981219768524 444 96 96 54 4.870967237886745 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 74.69405572754279 23.504322052001953 474.9150695800781 15.940231323242188 309178.0 0.06833750270307064 2302.1501586914014 1061.4337158203125 2.230369848748527 3538.0537109375 21582.423828125 21299.40625 116797.0 15315.2302734375 28956.814453124996 4372.70751953125 51.14286422729492 +sub-10392_ses-V3_task-rest_run-01_bold 0.001041418918918919 0.01154214042792793 6 29.270771495959355 1.0956038820316025 0.9993605721896163 0.4854138161458542 2409583.75 0.22218812385156178 117 26.35135135135135 2.5556879861800588 2.5601892957746477 2.711905352112676 2.3949693106528533 0.00653529 -0.012979431077837944 0.03356977552175522 444 96 96 54 4.8804696753020576 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 88.66127354597714 17.55662727355957 462.4951477050781 11.928923606872559 309687.0 0.08857429996132851 2239.4156250000005 1046.91455078125 2.2552732390343673 3522.4052734375 21694.173828125 21382.578125 116398.0 15491.2701171875 29112.68955078125 4381.2353515625 48.26005935668945 +sub-10392_ses-V3_task-rest_run-02_bold 0.001163206278026906 0.01014325912556054 4 31.755954185303366 1.1252739022696627 1.0090345527191005 0.48740120504658185 1543431.375 0.24659776440087808 151 33.856502242152466 2.5384823486974644 2.5375233802816903 2.702512676056338 2.3754109897543656 0.00428822 -0.01321981567889452 0.03442218154668808 446 96 96 54 4.918805740056644 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 75.56117209147929 22.70839500427246 474.67327880859375 15.371387481689453 309627.0 0.042048944160342216 2303.450952148439 1061.2415771484375 2.185575678838192 3483.6259765625 21362.849609375 21077.041015625 116427.0 15241.301171875002 28636.487890624994 4284.97314453125 50.72071838378906 sub-10393_ses-V1_task-cuff_run-01_bold 0.0004437360178970917 0.030722833780760628 3 65.58614551233184 1.163907884865471 0.9748893981390135 0.456951863820608 216440.171875 0.9816061989580912 238 53.24384787472036 2.6993357539930165 2.705302535211268 2.9137938028169015 2.4789109239508793 0.014302 -0.013256333768367767 0.014538710936903954 447 96 96 54 4.90707844147981 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 26.085619408715502 60.504066467285156 692.4757690429688 41.175506591796875 338903.0 0.38616513907909394 3035.0539550781223 1464.096923828125 2.7185691374340752 2971.288330078125 19691.087890625 19607.92578125 91036.0 13253.590576171875 26079.5400390625 3995.8232421875 28.579998016357422 sub-10393_ses-V1_task-cuff_run-02_bold 0.0006410290827740492 0.025671257941834457 3 64.38235234154702 1.186569890695067 0.9866883972645759 0.45777652600378793 252068.796875 0.878080592170865 212 47.427293064876956 2.6804568877895725 2.7042974647887323 2.8913622535211267 2.445710945058858 0.0143322 -0.013655579648911953 0.014222281984984875 447 96 96 54 4.8634969388548965 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 26.887803835763457 55.71813201904297 692.8643798828125 37.7680778503418 338622.0 0.20061535388231277 3058.550720214844 1481.021484375 2.808624208594166 2950.9228515625 19578.072265625 19512.9375 91273.0 13001.75234375 25919.314453125 4012.098876953125 31.850204467773438 sub-10393_ses-V1_task-rest_run-01_bold 0.0005629910714285714 0.029109363839285713 2 64.92793296955256 1.169487712147651 0.9843431186800898 0.4565017794631619 221248.703125 0.9269951420226286 393 87.72321428571429 2.6579024181705795 2.6676777464788732 2.870756056338028 2.435273451694837 0.0150448 -0.013019006699323654 0.014749472960829735 448 96 96 54 4.917588150325123 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 27.511297010971685 59.98693084716797 687.38427734375 40.80882263183594 339160.0 0.3617917984724045 3003.1484741210934 1466.1236572265625 2.815443523670635 2943.97607421875 19747.0859375 19660.763671875 90871.0 13242.06396484375 26049.828125 3998.028076171875 29.812715530395508 @@ -1358,37 +1328,68 @@ sub-10394_ses-V1_task-rest_run-02_bold 0.0023755429864253394 0.01148187798642534 sub-10395_ses-V1_task-cuff_run-01_bold 0.0024729504504504506 0.01251131509009009 6 40.39490643367944 1.0909343990744922 1.0776511078781037 0.5101327145011927 1330.3419189453125 0.20429781746526296 2 0.45045045045045046 2.6095035782125264 2.6879540598569687 2.7006707260183203 2.439885948762291 0.0112124 0.04721398651599884 0.024672774598002434 444 90 90 60 2.0741977741813806 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 18.162919619529116 41.23904800415039 113.02555084228516 31.09910011291504 309924.0 0.28828829526901245 580.9501098632812 238.6998291015625 10.625164618776667 375.16192626953125 1258.104248046875 1147.330078125 104194.0 626.8396575927734 2217.568395996094 553.141357421875 27.64175796508789 sub-10395_ses-V1_task-rest_run-01_bold 0.0009558465011286683 0.011097111941309256 7 38.07528462977374 1.0303856186425342 1.0064177068552018 0.5099413771691951 1305.8824462890625 0.1794501962770574 39 8.803611738148984 2.6174188552957998 2.6911373930638076 2.7193207252772362 2.4417984475463563 0.00503118 0.05183613300323486 0.02013126201927662 443 90 90 60 2.0699161470051415 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 17.87524237867127 41.395729064941406 114.1736068725586 31.537246704101562 309594.0 0.268623024225235 587.530834960937 240.73536682128906 10.07316897601429 383.15234375 1272.39306640625 1159.91650390625 104272.0 630.6026092529297 2253.8159301757814 560.3661499023438 29.94636344909668 sub-10395_ses-V1_task-rest_run-02_bold 0.001751258426966292 0.0142548495505618 5 40.96354916716215 1.0557212171621624 0.9867882788063066 0.5120193958086815 1261.49267578125 0.21318336628677984 79 17.752808988764045 2.6255257940669345 2.682445726742517 2.7253998917023385 2.4687317637559483 0.0166315 0.05456938222050667 0.018706558272242546 445 90 90 60 2.102766726866786 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 17.482354448238798 41.47288131713867 113.5926513671875 31.525842666625977 309635.0 0.28314608335494995 584.3779785156246 238.26840209960938 9.784168386412258 369.99432373046875 1238.9957275390625 1133.40234375 104348.0 613.6654907226563 2182.2936279296864 539.002685546875 25.270599365234375 +sub-10395_ses-V3_task-cuff_run-01_bold 0.0024929054054054055 0.02250086644144144 6 44.58096192036122 1.0370243365011298 1.0079934996839717 0.5224176196391759 1034.318115234375 0.2812275050446675 16 3.6036036036036037 2.7115757847641437 2.744858224262467 2.8915248851011244 2.49834424492884 0.0131251 0.0596337653696537 0.00935863796621561 444 90 90 60 2.14786892069433 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 15.177150050321341 44.314449310302734 117.15877532958984 33.96171188354492 307183.0 0.45270270109176636 621.0216247558591 236.88314819335938 9.134697518983245 353.4104309082031 1196.039794921875 1098.1553955078125 106241.0 599.4617309570312 2102.049560546875 511.2743225097656 20.45333480834961 +sub-10395_ses-V3_task-cuff_run-02_bold 0.0017616704288939049 0.021944369751693005 7 44.94023886649318 1.025599026176472 0.9774989455429857 0.524963738080818 965.7692260742188 0.27920758782748023 14 3.160270880361174 2.681277177766855 2.7176748920093026 2.842458220384192 2.483698420907071 0.0177653 0.06083326041698456 0.00780909601598978 443 90 90 60 2.1692300455314673 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 14.766762188448709 44.913143157958984 119.63678741455078 34.61851119995117 307843.0 0.5146726965904236 636.4451538085923 241.2354278564453 9.758225778860446 343.4432678222656 1181.106689453125 1085.7110595703125 105762.0 599.0205505371093 2061.0196533203125 500.5028991699219 20.447166442871094 +sub-10395_ses-V3_task-rest_run-01_bold 0.0012241309255079005 0.018530702708803613 7 41.173599890588235 1.0007048323981897 0.9918956209276025 0.5216125264929931 1030.3931884765625 0.22363221544541312 92 20.767494356659142 2.6990299527464168 2.7495415574097017 2.8533165532860534 2.4942317475434956 0.0211687 0.056025851517915726 0.007292733062058687 443 90 90 60 2.0929822965299945 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 15.706189884311694 44.94995880126953 121.63285827636719 34.27088165283203 307789.0 0.40406322479248047 642.1720214843749 247.9371337890625 10.031992672765519 360.9267272949219 1221.7259521484375 1115.399658203125 105844.0 614.8153839111328 2159.0594970703123 532.9210815429688 22.05010986328125 +sub-10395_ses-V3_task-rest_run-02_bold 0.0022563738738738738 0.024365275000000002 6 52.224875637313815 1.0650226309029343 1.024742650632055 0.5224946466892392 997.0617065429688 0.3968704246193325 204 45.945945945945944 2.7028896749593123 2.745879057555236 2.869283219318262 2.493506748004438 0.0151259 0.059057001024484634 0.01002448983490467 444 90 90 60 2.1223272097313783 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 15.918083388046231 43.89704895019531 117.73544311523438 33.781532287597656 307613.0 0.4909909963607788 618.6121704101549 239.50526428222656 9.96994673839602 346.2109680175781 1177.791259765625 1080.4189453125 105827.0 589.6383178710937 2072.66611328125 509.0703430175781 19.566747665405273 sub-10396_ses-V1_task-cuff_run-01_bold 0.0009272234762979684 0.01329227243792325 7 38.4365599145249 1.0446001837104069 0.9879491789819008 0.4601807260261266 3334.861083984375 0.15767592092601404 0 0.0 2.445336929570462 2.4310665700647602 2.522945733080477 2.3819984855661485 0.00675414 0.012236286886036396 0.011066222563385963 443 90 90 60 2.612266809603255 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 105.14339073304131 23.781877517700195 44.939762115478516 16.95033836364746 323153.0 0.009029345586895943 166.07042846679664 97.88790130615234 5.22965816374748 275.3790588378906 1046.08349609375 984.497802734375 93770.0 554.2121063232422 1724.1729858398442 376.8728942871094 30.058340072631836 sub-10396_ses-V1_task-cuff_run-02_bold 0.0012538095238095238 0.013529600816326532 9 38.1200578255227 1.043409156090909 0.9902711387045452 0.46062325712694185 3401.81787109375 0.15760725092587421 0 0.0 2.453904978800258 2.434979069909292 2.514612400078281 2.4121234664132016 0.00650171 0.013842655345797539 0.0106441555544734 441 90 90 60 2.615496778935161 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 95.25846324659774 23.698102951049805 45.310489654541016 16.800453186035156 323381.0 0.01814058981835842 165.59637451171875 99.8326416015625 5.251761048614338 273.6107177734375 1040.50537109375 978.9115600585938 93778.0 549.7454498291016 1717.1002624511716 374.27166748046875 29.879070281982422 sub-10396_ses-V1_task-rest_run-01_bold 0.0007025282167042889 0.010963093453724603 7 38.69917267156108 1.061236319117648 0.9871045200226245 0.45949860870501014 3427.016845703125 0.1515275966786488 20 4.514672686230249 2.4266036008955596 2.416324903983875 2.5011874006117423 2.362298498091063 0.0117496 0.011734615080058575 0.012469745241105556 443 90 90 60 2.6005257518301845 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 136.85299986895802 23.60449981689453 45.60922622680664 16.80812644958496 323285.0 0.011286681517958641 167.61580505371091 102.76447296142578 5.529639935862583 278.0498046875 1053.831298828125 991.26416015625 93577.0 558.2266723632813 1742.4253417968748 381.17633056640625 31.354604721069336 sub-10396_ses-V1_task-rest_run-02_bold 0.0016254401805869073 0.013834260880361176 7 38.646240087647044 1.0514082523981898 1.0257964724208144 0.4605180938072026 3461.3134765625 0.14642082098026749 28 6.320541760722348 2.4449522051349772 2.4278124035274025 2.5138290667760743 2.393215145101455 0.00901022 0.013436461798846722 0.010628688149154186 443 90 90 60 2.6245257491083676 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 101.39848485121838 23.376922607421875 44.859130859375 16.63431167602539 323077.0 0.029345372691750526 166.38420715332035 97.10369873046875 5.292129803182895 273.7157897949219 1042.258544921875 981.15576171875 93840.0 552.7716979980469 1716.2425354003913 373.83917236328125 28.165245056152344 +sub-10396_ses-V3_task-cuff_run-01_bold 0.0016846636771300446 0.013884926031390136 4 39.66151289373037 1.1059755872359542 1.0090974974831461 0.4578660096807164 3690.132568359375 0.18620638710874365 0 0.0 2.449027204269386 2.4483332360453116 2.5019915672464546 2.396756809516392 0.0222768 0.005346618127077818 0.013469979166984558 446 90 90 60 2.4544097403230523 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 76.1751273523914 26.00870132446289 53.12360763549805 18.282512664794922 323695.0 0.022421525791287422 209.9921646118163 109.95391082763672 4.248517788477694 349.48699951171875 1205.000732421875 1127.830810546875 92592.0 602.0555206298828 2053.376733398437 459.5095520019531 29.347457885742188 +sub-10396_ses-V3_task-cuff_run-02_bold 0.0014081715575620767 0.014809855282167043 7 41.467674561696825 1.085327468981901 1.0143052108823518 0.45876818900458316 3624.534423828125 0.22069883794773332 0 0.0 2.4582619243125077 2.451674902579192 2.5172332333074716 2.4058776370508594 0.0163674 0.006846993695944548 0.012438161298632622 443 90 90 60 2.4739256029270114 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 64.4876473479687 26.050960540771484 52.355308532714844 18.30248260498047 323292.0 0.02483070082962513 207.60575561523444 105.62594604492188 4.014313206071584 344.52276611328125 1189.529296875 1115.505615234375 92841.0 594.3070068359375 2027.5869140625 450.90264892578125 27.629730224609375 +sub-10396_ses-V3_task-rest_run-01_bold 0.0009301351351351352 0.013073869549549548 6 37.948332401264096 1.0811458295033864 1.0020139590067725 0.4569950156139238 3684.554931640625 0.15814011120332033 24 5.405405405405405 2.4487438721932135 2.449245736009052 2.5064999004006427 2.3904859801699447 0.0188373 0.005192006938159466 0.01246531493961811 444 90 90 60 2.4415750283935638 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 62.51070377092837 26.14255142211914 52.84974670410156 18.423423767089844 323864.0 0.036036036908626556 208.94111328124995 106.93585968017578 4.331689530235196 352.8358154296875 1214.19091796875 1135.1217041015625 92395.0 607.4563232421875 2073.736254882813 464.91119384765625 30.144887924194336 +sub-10396_ses-V3_task-rest_run-02_bold 0.001509617117117117 0.011137073918918917 6 36.84816984331828 1.086459123656885 1.0167264539051915 0.4585989434584718 3672.203369140625 0.17290133519747503 44 9.90990990990991 2.4195730456731837 2.422233237082432 2.474458235007197 2.362027664929921 0.0107028 0.008164455182850361 0.010202230885624886 444 90 90 60 2.4789219564214693 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 45.215051498249245 25.8520450592041 52.36687469482422 18.114866256713867 323823.0 0.011261261999607086 210.5355911254881 104.31500244140625 4.118847569101418 343.03045654296875 1188.0115966796875 1114.3704833984375 92508.0 596.4434783935546 2023.622436523437 449.5359191894531 31.66413116455078 sub-10397_ses-V1_task-rest_run-01_bold 0.0012586877828054297 0.024024889819004528 8 77.38136757759636 1.1349169799546472 0.9571982527437642 0.4372093340209884 4760.37353515625 0.7194623326319928 357 80.76923076923077 2.378523057909016 2.3560665730449926 2.470849901817246 2.3086526988648104 0.00545431 0.007204408757388592 0.014463133178651333 442 90 90 60 2.932263498476847 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 83.15014624497371 20.521631240844727 46.33356857299805 14.669683456420898 339320.0 0.0859728530049324 187.25588760375973 112.75210571289062 2.961173754239141 257.2113952636719 1041.638427734375 1009.6358032226562 79741.0 526.4525146484375 1657.142578125 344.31744384765625 21.839523315429688 sub-10397_ses-V1_task-rest_run-02_bold 0.0011522972972972973 0.021870629054054055 6 76.93661685862308 1.1412387025733643 0.9673464318510158 0.4367783569776826 4952.35302734375 0.7072792055232761 376 84.68468468468468 2.373149448855037 2.3472124067301587 2.472862401737277 2.2993735380976754 0.00597818 0.0070131211541593075 0.013662268407642841 444 90 90 60 2.920473846591219 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 77.7550829863451 20.25889015197754 46.072166442871094 14.295045852661133 339468.0 0.022522523999214172 189.0229743957513 110.81790924072266 3.0787473578204114 259.60894775390625 1039.7852783203125 1008.8243408203125 79697.0 528.4017944335938 1659.907666015625 345.4295654296875 22.517032623291016 +sub-10397_ses-V3_task-cuff_run-01_bold 0.0007689115646258504 0.009859505283446712 9 45.64767886054547 1.1031545735909092 1.0043206213409077 0.4419025547376425 4655.94921875 0.2758366847774458 0 0.0 2.3587826091060276 2.3629499061048067 2.4231332370466694 2.290264684166607 0.00519197 0.005947938654571772 0.01974528096616268 441 90 90 60 2.9202744206322677 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 122.91498450876101 19.519248962402344 44.65748596191406 13.841270446777344 337254.0 0.020408162847161293 180.90329208374018 107.8863754272461 2.979052871240156 246.42132568359375 980.167236328125 949.9954833984375 81458.0 502.78061828613284 1557.0988037109373 325.308349609375 33.54852294921875 +sub-10397_ses-V3_task-rest_run-01_bold 0.0017147031963470319 0.01227309913242009 12 44.92341285562932 1.0941032358123568 1.0237230356750568 0.44333988484092507 4674.69140625 0.27960910878469847 192 43.83561643835616 2.370882618535878 2.371408239102036 2.421045737129619 2.3201938793759784 0.00606254 0.0067360312677919865 0.022518979385495186 438 90 90 60 3.000800058314811 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 153.63216439254887 19.165510177612305 43.9430046081543 13.684930801391602 336078.0 0.03652967885136604 173.4279663085935 110.44612121582031 3.02194953350379 238.401123046875 963.1262817382812 936.36181640625 82224.0 497.90968627929686 1510.6032348632805 312.0354919433594 30.82223892211914 +sub-10397_ses-V3_task-rest_run-02_bold 0.0009047963800904977 0.010216575769230768 8 48.669349514761905 1.135194468594104 1.0036677030158725 0.4427216357821528 4571.251953125 0.2989101589788697 229 51.80995475113122 2.3610089977353605 2.369833239164621 2.423445737034252 2.2897480170072084 0.0100063 0.004270539619028568 0.01924297586083412 442 90 90 60 2.9043707976657673 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 111.2612855567289 19.984943389892578 45.81689453125 14.117648124694824 337492.0 0.020361991599202156 186.8642578125 109.37926483154297 3.0344948471371547 249.36566162109375 989.6632080078125 958.21044921875 81315.0 503.4864440917969 1572.9590942382815 329.9181213378906 33.241859436035156 sub-10398_ses-V1_task-rest_run-01_bold 0.0018675675675675677 0.01703200033783784 6 56.1113712837697 1.0763450496839735 0.9923692705643345 0.43646896499326154 5931.9482421875 0.5217306850050181 310 69.81981981981981 2.5650493801522813 2.558191565013267 2.5301707327933816 2.6067858426501958 0.00701699 -0.004853053949773312 0.015623248182237148 444 90 90 60 3.2954058640607706 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 109.83815866319935 20.766450881958008 45.00925827026367 14.466217041015625 340872.0 0.09684684872627258 178.02860565185563 96.41240692138672 1.835522291429628 274.6586608886719 1109.280029296875 1088.8963623046875 79003.0 612.6220886230468 1674.7257568359369 330.426513671875 24.45779037475586 sub-10398_ses-V1_task-rest_run-02_bold 0.001080741573033708 0.01918700429213483 5 57.13953165090095 1.0792101756756758 0.9693924795270276 0.4381918300918483 5656.24609375 0.5100436248076448 297 66.74157303370787 2.5276785536170197 2.5178248999506274 2.48516656791502 2.5800441929854117 0.0111102 -0.004137182142585516 0.01502489484846592 445 90 90 60 3.3574884896671615 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 98.4144666827058 21.41277503967285 45.61990737915039 14.835955619812012 340937.0 0.07191011309623718 182.0301086425783 97.0999526977539 1.9692629081619577 264.96429443359375 1108.203857421875 1087.09326171875 79094.0 622.7011108398438 1664.0945556640604 323.7796325683594 24.554931640625 +sub-10398_ses-V3_task-cuff_run-01_bold 0.002562522522522523 0.018182231666666666 6 62.63955059860051 1.1164427046501126 1.0001883879909714 0.4403163591619112 6390.47119140625 0.7264684111232911 120 27.027027027027028 2.5676049348777874 2.5131665668023997 2.5791957308453033 2.6104525069856597 0.00682804 -0.002686384366825223 0.01947639137506485 444 90 90 60 3.372591541977266 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 28 185.25529335007963 20.095272064208984 45.11015319824219 14.042793273925781 337599.0 0.09459459781646729 179.9864959716797 105.61198425292969 1.8100909364747189 279.41705322265625 1130.8262939453125 1110.5855712890625 82155.0 633.6565368652343 1694.8608764648443 329.2953796386719 24.519725799560547 +sub-10398_ses-V3_task-rest_run-01_bold 0.0009515315315315316 0.019394695067567566 6 65.16787150537242 1.0858339271106094 1.0119006955304737 0.43890446403245165 7303.63330078125 0.6646404828496344 353 79.50450450450451 2.560302156412515 2.4985499007165473 2.566983231330584 2.6153733371904138 0.00462282 -0.003032725304365158 0.020408593118190765 444 90 90 60 3.371645356259889 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 26 96.789681985301 19.310562133789062 44.63424301147461 13.385135650634766 338079.0 0.04954954981803894 175.81239776611292 103.76866912841797 1.8154473834287463 284.44586181640625 1142.7130126953125 1123.52587890625 81830.0 642.8394439697265 1712.7662536621094 333.2257385253906 25.269113540649414 +sub-10398_ses-V3_task-rest_run-02_bold 0.001025752808988764 0.020232090337078654 5 60.58913220563062 1.0808947726576572 0.9639245215090081 0.43958067059729583 6370.63720703125 0.5918666493554969 326 73.25842696629213 2.545700770483878 2.484458234609833 2.5492498987019103 2.603394178139891 0.0071314 -0.0024107967037707567 0.021448463201522827 445 90 90 60 3.4144650341243556 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 30 146.3380235427299 20.073434829711914 44.46663284301758 13.9505615234375 338774.0 0.06741572916507721 175.99123229980438 103.85297393798828 1.8815869805818028 269.3739013671875 1118.8154296875 1098.777587890625 81497.0 632.9568481445312 1670.119580078125 321.798828125 24.823734283447266 sub-10401_ses-V1_task-rest_run-01_bold 0.0005497078651685393 0.01114410793258427 5 49.125836492792764 1.0843207037162157 0.9955828009459463 0.5649618314554391 318.72552490234375 0.28160601594582074 175 39.325842696629216 2.7245777651004275 2.359141572922803 2.9279415503207225 2.8866501720577578 0.0139595 -0.02714274637401104 0.13929355144500732 445 90 90 54 2.461637373163594 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 33.75890671204392 5.7105183601379395 27.173763275146484 11.842697143554688 278953.0 7.80898904800415 97.66112365722594 41.36954116821289 1.013825409623509 82.91744995117188 240.94805908203125 227.1011199951172 93682.0 114.93719253540038 412.30540771484374 92.25563049316406 31.163583755493164 +sub-10401_ses-V3_task-rest_run-01_bold 0.0016586681715575619 0.013289093250564335 7 52.01083827999999 1.0750333044570137 1.0099875264479636 0.5547845256156894 374.1479187011719 0.42300025161822113 283 63.88261851015801 2.8386944333043154 2.4482040693837774 2.997866547542153 3.0700126829870156 0.00628216 -0.023383958265185356 0.15448500216007233 443 90 90 54 2.3794716791990957 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.609607629237743 4.514741897583008 26.52442741394043 10.880361557006836 284425.0 7.724605083465576 97.2099380493164 40.86782455444336 0.8757679383912551 84.35102844238281 242.1476593017578 226.2291259765625 89580.0 115.8778793334961 422.17676391601566 95.0748291015625 28.912010192871094 sub-10402_ses-V1_task-cuff_run-01_bold 0.0009435067873303168 0.008756478348416289 8 36.94847138528345 1.0327702260770988 0.988742989659863 0.5087590545702061 517.201904296875 0.16249699402727835 0 0.0 2.715691652346216 2.4702707351735937 2.8504373867337947 2.826366835131258 0.00520936 -0.020353073254227638 0.07904301583766937 442 90 90 54 2.4627445290614687 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 54.41182779912814 3.9815590381622314 20.395280838012695 10.25339412689209 294492.0 7.214932441711426 65.00101966857913 30.59504508972168 0.8598204328293049 85.92552185058594 262.0935974121094 246.00001525878906 80918.0 122.41493949890138 449.6181152343746 99.88794708251953 31.081350326538086 sub-10402_ses-V1_task-cuff_run-02_bold 0.0029511738148984197 0.010440234198645598 7 36.86736478411763 1.0334343811990943 1.0015860571719448 0.5088726814279614 507.0330505371094 0.16446888312566 0 0.0 2.725370818846955 2.486879067846971 2.85626238650233 2.8329710021915635 0.0112002 -0.02100668102502823 0.0788620188832283 443 90 90 54 2.4561225526768036 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 61.251464912148606 4.072972297668457 20.404403686523438 10.313770294189453 294298.0 7.1896162033081055 64.89390563964844 30.787736892700195 0.8935858375161985 85.52574157714844 261.3573913574219 245.16705322265625 81155.0 122.67697677612306 450.1480834960938 99.81812286376953 29.244699478149414 sub-10402_ses-V1_task-rest_run-01_bold 0.0006551809954751131 0.009125814796380092 8 39.089451960634925 1.0605859414739223 0.9751992545804985 0.5070630074557972 534.6736450195312 0.17917918719890694 62 14.027149321266968 2.731309708615095 2.472441568420666 2.8548373865589545 2.866650170865665 0.00559591 -0.02105165459215641 0.08013312518596649 442 90 90 54 2.4774846822896692 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 54.31618898222993 3.7199223041534424 20.085832595825195 10.144796371459961 294940.0 7.38687801361084 63.515951728820774 29.820247650146484 0.7808462931507947 86.91336059570312 264.8402404785156 248.98756408691406 80614.0 124.0294189453125 454.3084991455078 100.49951934814453 31.08187484741211 sub-10402_ses-V1_task-rest_run-02_bold 0.0021394675925925925 0.00886762738425926 6 37.79338153389793 1.0493647043155454 0.9967072929930403 0.5098345592103204 526.6752319335938 0.15160100577617158 37 8.564814814814815 2.686865264165822 2.4347082365867205 2.8127165548993527 2.8131710010113915 0.0152679 -0.021040180698037148 0.07976516336202621 432 90 90 54 2.467801016612072 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 54.85149058089155 3.552067518234253 20.458398818969727 10.050926208496094 294816.0 7.483796119689941 64.81076622009277 30.728134155273438 0.9758737930139607 83.99009704589844 260.06292724609375 243.52198791503906 80616.0 123.83506965637207 446.6712951660156 98.67913818359375 30.85011863708496 -sub-10405_ses-V1_task-rest_run-01_bold 0.0023088036117381487 0.013036090225733633 7 61.93051781812215 1.241498519728507 1.0180927040271495 0.47370694347228326 2923.373291015625 0.3754447629687093 225 50.79006772009029 2.5186424742782534 2.50577073376295 2.628220728897225 2.4219359601745856 0.00555523 0.021936817094683647 0.012120853178203106 443 90 90 60 2.0161489056687887 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 15 53.697850048108336 27.834768295288086 58.6126823425293 20.164785385131836 309171.0 0.09029345214366913 236.20655059814453 127.32329559326172 6.31343085944278 370.2287902832031 1221.4736328125 1101.2347412109375 105863.0 584.0246093750001 2259.479370117187 546.2044677734375 26.592975616455078 -sub-10405_ses-V1_task-rest_run-02_bold 0.0018287104072398188 0.010877392850678734 8 60.55499327267571 1.2641603249433113 1.0040491898639463 0.4739835989604274 3041.866455078125 0.31880807711484016 233 52.71493212669683 2.4873063694282207 2.483174901327495 2.5820540640650567 2.396690142892111 0.00614967 0.02315087616443634 0.011662651784718037 442 90 90 60 2.0238202299789494 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 53.67766837619569 27.374473571777344 58.83620071411133 19.656108856201172 308588.0 0.022624434903264046 241.31493988037045 130.07052612304688 6.38086650527584 362.5030517578125 1222.958251953125 1100.9208984375 106151.0 588.8948059082031 2263.5748291015625 543.97900390625 29.56031608581543 -sub-10406_ses-V1_task-rest_run-01_bold 0.0009713963963963965 0.014252499977477478 6 56.853509657562064 1.026825719277652 0.9662885655981935 0.5274862840898582 436.8588562011719 0.4566265288461148 261 58.78378378378378 2.9432735999757007 2.5967373968149268 3.0374332126365813 3.1956501904755945 0.00806679 -0.02995857037603855 0.08266738057136536 444 90 90 54 2.3853077782188117 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 46.985174693072125 4.294203281402588 19.53895378112793 10.671171188354492 281524.0 7.594594955444336 53.576576232910156 25.06649398803711 0.4279168171721901 91.93468475341797 254.50694274902344 237.31756591796875 92693.0 121.14009094238281 441.7599243164062 99.4908447265625 23.66507911682129 +sub-10402_ses-V3_task-cuff_run-01_bold 0.0018954627539503387 0.006879240609480812 7 38.125098155045286 1.0697868836199083 1.026136461221719 0.5013455131515566 614.170166015625 0.16696499644271834 1 0.22573363431151242 2.6914790597168974 2.394520738183628 2.80238738864313 2.8775290523239354 0.00830464 -0.010030154138803482 0.08351259678602219 443 90 90 54 2.627826477145242 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 47.21049181755193 2.325979232788086 18.810731887817383 9.079007148742676 299676.0 7.419864654541016 59.73702144622803 29.914962768554688 0.7822624939128366 82.20242309570312 251.96414184570312 238.9142303466797 76848.0 125.70079193115234 421.2241577148437 90.91645812988281 35.49409484863281 +sub-10402_ses-V3_task-cuff_run-02_bold 0.001822979683972912 0.008828583408577879 7 38.083034222081444 1.0318543075565614 1.0081475166063347 0.5006189037855304 617.4676513671875 0.1972071683961461 6 1.3544018058690745 2.6830665600511807 2.388795738411119 2.805645721846989 2.8547582198954338 0.007439 -0.008192596957087517 0.08361209183931351 443 90 90 54 2.6637655438778105 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 48.73455950373796 2.382873296737671 18.554407119750977 9.018058776855469 300507.0 7.176072597503662 58.48013839721682 29.59898567199707 0.711729688522249 80.82693481445312 250.03158569335938 237.6252899169922 76179.0 125.40090637207031 415.4288940429686 89.20594787597656 32.675479888916016 +sub-10402_ses-V3_task-rest_run-01_bold 0.0007227210884353741 0.006143843424036282 9 37.47836069643182 1.0456442901363632 1.004640163409091 0.49950076775806423 627.8992309570312 0.179307826206832 71 16.099773242630384 2.677822115815131 2.3785249054859117 2.8004082220551085 2.8545332199043743 0.00362099 -0.0094830933958292 0.0865718275308609 441 90 90 54 2.663156455957635 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 58.65707442121515 2.3163552284240723 18.740602493286133 9.031745910644531 300243.0 7.342403888702393 58.52358436584465 31.18163299560547 0.7177955200829191 82.05582427978516 252.88711547851562 240.2573699951172 76348.0 127.08560256958009 421.15635070800784 90.21467590332031 35.843963623046875 +sub-10402_ses-V3_task-rest_run-02_bold 0.0005055280898876404 0.006341713797752809 5 36.45631712808558 1.0307028673423426 0.9946332795045053 0.5033587377878638 598.9267578125 0.1380501959595259 21 4.719101123595506 2.6803971157128106 2.390333238350024 2.791487389076257 2.859370719712149 0.0089004 -0.009421035647392273 0.08295685052871704 445 90 90 54 2.627396589737927 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 46.98908533419828 2.3854904174804688 18.995349884033203 9.09662914276123 299441.0 7.382022380828857 60.773033142089844 30.313329696655273 0.8069540718597161 80.94007873535156 249.15603637695312 236.36854553222656 76934.0 123.7114616394043 416.35101470947245 89.96244049072266 35.89634323120117 sub-10407_ses-V1_task-rest_run-01_bold 0.000857398190045249 0.015371842873303168 8 54.415988965328765 1.0152933590249429 0.9666478506575968 0.5323481380290208 467.1501159667969 0.5404649696924729 339 76.69683257918552 2.729141651652401 2.4091749042679904 2.9566957158448015 2.8215543348444103 0.00774553 -0.03345762938261032 0.1373884230852127 442 90 90 54 2.428493992100257 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 142.56785467873783 3.6394200325012207 22.007802963256836 10.239819526672363 280408.0 7.463801383972168 68.38235473632812 38.814453125 0.8878527174019433 89.55487823486328 252.50375366210938 236.05430603027344 92954.0 125.82342147827148 435.641645812988 97.20140838623047 23.397680282592773 sub-10408_ses-V1_task-rest_run-01_bold 0.0016280952380952382 0.010812171451247165 9 40.96840025722728 1.1083770275909086 0.994322325295455 0.3877703777939483 8827.7578125 0.21530421382587253 139 31.519274376417233 2.3211675099887015 2.327279074188905 2.3545290731060873 2.281694382671113 0.00917038 -0.007852895185351372 0.0071438755840063095 441 90 90 60 2.4521938691156318 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 428.2990194915138 16.792739868164062 30.99968147277832 11.55555534362793 351302.0 0.0022675737272948027 120.86621856689453 68.61461639404297 4.618504077850122 305.5202941894531 1173.31689453125 1091.061279296875 70603.0 608.1988830566406 2015.9061645507809 444.9295654296875 32.98760986328125 sub-10408_ses-V1_task-rest_run-02_bold 0.0012378054298642534 0.013468724819004524 8 42.1928142579592 1.0764119112925166 0.9642216929251706 0.38875410415796896 8662.134765625 0.22725064581238824 153 34.61538461538461 2.3335772282094127 2.339374907041593 2.362004072809057 2.2993527047775872 0.00781084 -0.007403775118291378 0.006477563641965389 442 90 90 60 2.478010002640509 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 339.74443336113313 16.976131439208984 31.23117446899414 11.742081642150879 351337.0 0.009049774147570133 122.4122253417969 66.79649353027344 4.676055775805317 302.4507751464844 1176.76708984375 1094.1312255859375 70511.0 619.3020629882812 2010.8722534179688 441.5331115722656 30.12966537475586 +sub-10408_ses-V3_task-cuff_run-01_bold 0.001253159090909091 0.011843756568181816 10 47.815394181981794 1.1008070335079725 1.0488801371070628 0.390822307197673 9005.767578125 0.2630755562766196 0 0.0 2.3651424920718878 2.3733665723575523 2.3589832395957613 2.363077664262349 0.00447166 -0.005305845756083727 0.0045778630301356316 440 90 90 60 2.5304323725568114 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 109.07197680465019 16.837644577026367 31.72013282775879 11.668181419372559 351117.0 0.011363635770976543 128.3618133544922 63.6909065246582 3.71374159129092 317.9979248046875 1181.9901123046875 1102.1090087890625 70719.0 613.8385986328125 2009.776940917968 435.5386962890625 30.151531219482422 +sub-10408_ses-V3_task-cuff_run-02_bold 0.001944040632054176 0.01099570106094808 7 49.01761983190045 1.1477740576470583 0.9995572922171951 0.3904007713171007 9152.103515625 0.2703477919078064 0 0.0 2.3474855523341653 2.347220740063161 2.352316573194004 2.342919343745331 0.00579964 -0.006323061417788267 0.0037864611949771643 443 90 90 60 2.5196233814258187 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 81.7976177317785 16.85749053955078 31.964740753173828 11.54853343963623 351518.0 0.0 130.85880432128883 63.78767395019531 3.7267656982223363 319.9075012207031 1187.0914306640625 1105.470703125 70332.0 618.8805114746094 2018.427600097656 438.7413024902344 31.229022979736328 +sub-10408_ses-V3_task-rest_run-01_bold 0.001553092550790068 0.017279664695259597 7 49.58507492959282 1.0962023538914027 0.9918273518325775 0.39093899782941827 8688.126953125 0.30680256140100287 201 45.372460496613996 2.3840091519613447 2.389466571717796 2.3691457391919397 2.3934151449742984 0.00939242 -0.00645856698974967 0.004768527112901211 443 90 90 60 2.53322444218429 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 87.2654420242065 17.332725524902344 31.884061813354492 12.074492454528809 351309.0 0.031602710485458374 126.63115386962885 62.024253845214844 3.851298328669629 316.26275634765625 1191.0169677734375 1109.67041015625 70559.0 620.6253051757812 2021.2657836914043 438.04351806640625 25.221603393554688 +sub-10408_ses-V3_task-rest_run-02_bold 0.0012627313769751692 0.009343591851015801 7 47.430969553371064 1.1771069353167414 0.9917562652714932 0.3908385684637975 9044.0908203125 0.2225822730762575 142 32.05417607223476 2.3328258340927586 2.3429499068995354 2.3297124074255464 2.3258151879531934 0.00892952 -0.006914500612765551 0.004417968913912773 443 90 90 60 2.5043748510843207 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 83.4804805602096 16.97797203063965 32.746707916259766 11.656885147094727 351584.0 0.0022573363967239857 134.83905944824207 65.73978424072266 3.8972610584377465 318.74273681640625 1192.2645263671875 1109.871337890625 70391.0 619.5338745117188 2026.8792724609375 443.16986083984375 34.0734977722168 sub-10411_ses-V1_task-cuff_run-01_bold 0.0005431683168316832 0.036378653465346536 2 79.16691362 1.0703464517549666 1.0006643339072843 0.43774935504359463 238131.234375 1.0919570225840645 163 53.79537953795379 2.849903533675704 2.8023752112676057 3.148187042253521 2.5991483475059844 0.00793266 -0.021849125623703003 0.033364295959472656 303 96 96 54 3.8757490228257154 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 72.99404784250966 55.85398864746094 551.3358764648438 38.14002227783203 342244.0 0.3931620031595231 2302.7293701171875 1130.52099609375 1.5811142204348432 4052.71923828125 19656.91015625 19422.5234375 88356.0 11208.373046875 27997.34619140625 5011.26708984375 19.113054275512695 sub-10411_ses-V1_task-cuff_run-02_bold 0.0007141741071428571 0.04532497678571429 2 78.05542418042506 1.0633926614093958 0.9936680572483222 0.4456085771857845 205282.921875 1.0869651484861322 235 52.455357142857146 2.906442188072545 2.8505780281690143 3.215396056338028 2.653352479710592 0.00862382 -0.022543033584952354 0.034687019884586334 448 96 96 54 3.9065457893112425 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 63.04450640992795 59.128299713134766 564.7312622070312 40.83882522583008 338624.0 0.827354109287262 2352.34953613281 1124.21044921875 1.26214316007367 4020.03857421875 19332.6875 19159.78515625 91562.0 11064.841796875 27543.5470703125 4904.5068359375 17.266576766967773 sub-10411_ses-V1_task-rest_run-01_bold 0.0004265324384787472 0.03395723959731543 3 78.23455130582953 1.082470639461883 1.0054823923318388 0.43252911520542686 308708.40625 1.0895736432686487 391 87.47203579418344 2.8263622099183885 2.7794884507042252 3.1308664788732394 2.5687317001777012 0.0107528 -0.020915400236845016 0.030895786359906197 447 96 96 54 3.839292328702476 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 65.06868189222538 49.22502899169922 529.5031127929688 33.60163497924805 343890.0 0.38952749222517014 2174.0442626953118 1070.32861328125 2.1780034537830835 4003.005859375 19708.7734375 19462.384765625 86795.0 11212.51279296875 28084.14609375 5069.234375 19.852989196777344 sub-10411_ses-V1_task-rest_run-02_bold 0.0018659955257270696 0.05016245123042506 3 78.32311747434976 1.0881924849551574 1.0362917552242148 0.4424400202447744 260861.609375 1.1739875352429763 400 89.48545861297539 2.8910185052106327 2.8287864788732393 3.221570704225352 2.622698332533307 0.0138428 -0.020225156098604202 0.03176995739340782 447 96 96 54 3.9957635135777725 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 58.3205500236281 52.0308952331543 527.5737915039062 35.87235641479492 338988.0 0.6158005207777023 2218.383471679687 1082.9803466796875 1.4798833607318 3763.07763671875 19084.158203125 18889.716796875 91008.0 11072.418164062501 26982.0982421875 4727.41015625 17.495718002319336 +sub-10411_ses-V3_task-cuff_run-01_bold 0.0034641387024608506 0.02425348322147651 3 36.848562783834076 1.0946905845964134 1.5691297058071734 0.4241931096806013 455862.75 0.3885681551761047 9 2.0134228187919465 2.63851684360866 2.6634456338028167 2.7271481690140846 2.5249567280090788 0.0107828 -0.010803640820086002 0.028432801365852356 447 96 96 54 4.220336196810347 0.7999997138977051 2.21875 2.21875 2.4000015258789062 18 107.66688825639962 46.87864685058594 516.4793701171875 32.03833770751953 345795.0 0.33872976005077365 2166.7166503906246 1176.030029296875 1.8026690676306716 4084.088623046875 22148.0703125 21764.39453125 85723.0 14059.391796875 30716.351953124984 5156.99853515625 31.107540130615234 +sub-10411_ses-V3_task-rest_run-01_bold 0.0010360762331838567 0.01220033856502242 4 35.357607059213464 1.1130110147415748 0.9979544134157301 0.4195092511478987 789559.375 0.3237852301900452 219 49.10313901345292 2.5913929383843652 2.631157183098592 2.6702107042253522 2.4728109278291526 0.01324 -0.010823759250342846 0.028279000893235207 446 96 96 54 4.172886041615794 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 113.7705584372674 35.714454650878906 496.60589599609375 24.239431381225586 347207.0 0.1475614607334137 2089.7729248046876 1148.6378173828125 1.8052408024243043 4121.11572265625 22262.23046875 21861.8203125 84455.0 14002.5517578125 30972.8638671875 5238.98583984375 42.43006896972656 +sub-10411_ses-V3_task-rest_run-02_bold 0.0013755955056179775 0.021569019033707868 5 35.1602537870045 1.0789524589189186 0.9856723774099101 0.423913350329701 417128.25 0.3584949819218671 242 54.38202247191011 2.6375326610270973 2.668917183098592 2.7359323943661975 2.5077484056165025 0.00760094 -0.010458813980221748 0.028001725673675537 445 96 96 54 4.215095028366744 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 105.92141564769182 48.07988739013672 509.7503356933594 32.88209533691406 346114.0 0.3617005079984666 2162.8683593749997 1146.43701171875 1.7214059325375812 4055.866943359375 21873.865234375 21474.474609375 85543.0 13783.406835937501 30356.3783203125 5094.6298828125 33.93541717529297 sub-10413_ses-V1_task-cuff_run-01_bold 0.0011985458612975392 0.009502421454138703 3 31.54488012733182 1.1853429702690585 1.0104240778251121 0.45190622294361127 1318126.375 0.11643298795747467 0 0.0 2.6150629863075885 2.6617149295774647 2.7152630985915494 2.468210930753752 0.018642 -0.01568124257028103 0.03846542537212372 447 96 96 54 4.484265233435998 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 209.46726445096584 25.958892822265625 494.1543273925781 17.609642028808594 329322.0 0.0759770967066288 2261.644177246094 1263.57958984375 1.8116720010059018 3821.346435546875 21322.240234375 21250.126953125 99237.0 13568.827539062499 28970.428125 4738.79638671875 48.33660125732422 sub-10413_ses-V1_task-cuff_run-02_bold 0.0009386261261261261 0.007885027252252253 6 31.076198560632072 1.181662389774267 1.0080753341534998 0.45288400878509233 2312123.75 0.10215135699959031 0 0.0 2.6176319506183874 2.664770704225352 2.72504338028169 2.4630817673481196 0.0150547 -0.01486111804842949 0.036517899483442307 444 96 96 54 4.536899731030651 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 109.70297570217284 18.897600173950195 475.8553771972656 12.825400352478027 328387.0 0.0803393118083477 2229.819262695313 1115.1929931640625 1.8276332100707915 3793.63330078125 21257.123046875 21201.2734375 99842.0 13669.17626953125 28772.844335937498 4673.0517578125 52.83464050292969 sub-10413_ses-V1_task-rest_run-01_bold 0.000779263392857143 0.008611182589285714 2 31.271527425033568 1.1699956119015658 0.9945157590827739 0.45082528177753384 1128343.75 0.11364023036632206 6 1.3392857142857142 2.602385279487811 2.6613318309859153 2.698600563380282 2.4472234440972365 0.0167677 -0.016047261655330658 0.039097897708415985 448 96 96 54 4.502594200577813 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 229.27213074328847 28.293466567993164 496.657958984375 19.23809814453125 329774.0 0.11452104113996031 2258.9189819335925 1318.5423583984375 1.838523107716342 3832.94970703125 21459.970703125 21361.578125 98701.0 13773.185546875 29161.36328125 4744.25830078125 49.625450134277344 sub-10413_ses-V1_task-rest_run-02_bold 0.0015337861915367484 0.00904517289532294 1 30.938915584933024 1.1835611611830348 1.0202898279017865 0.4528142008595471 1576209.875 0.1159785930954992 10 2.2271714922048997 2.6195777171042303 2.66552338028169 2.728536338028169 2.464673433002832 0.0184933 -0.014609933830797672 0.03778313472867012 449 96 96 54 4.538935218527165 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 152.3968443939282 23.189010620117188 480.12939453125 15.754977226257324 328698.0 0.09047466069459917 2234.1096435546856 1168.1290283203125 1.8739569726504373 3735.39306640625 21158.0234375 21096.80859375 99638.0 13528.364013671875 28635.45595703125 4647.94091796875 50.536380767822266 +sub-10413_ses-V3_task-cuff_run-01_bold 0.0009095089285714287 0.01216335705357143 2 31.740331235838944 1.1386291160178965 0.9926276162639823 0.4511245641310431 2809308.0 0.12583215523734925 0 0.0 2.567900190589531 2.5951098591549298 2.66296338028169 2.4456273323319744 0.011078 -0.014536665752530098 0.0343010313808918 448 96 96 54 4.548260153813751 0.7999997138977051 2.21875 2.21875 2.3999977111816406 18 194.663922544886 16.339956283569336 445.9726257324219 11.105066299438477 329261.0 0.07970605790615082 2101.77587890625 1156.7415771484375 1.994027613238413 3427.0234375 19840.685546875 19736.8125 99185.0 12904.95390625 26967.069531249996 4339.3984375 44.84165573120117 +sub-10413_ses-V3_task-cuff_run-02_bold 0.002231331828442438 0.01180751198645598 7 32.058951951832576 1.161411501719457 1.0260811478280545 0.45128475828218106 1612115.625 0.12891112332011517 0 0.0 2.5629378080157 2.586767323943662 2.668552112676056 2.4334939874273815 0.00683718 -0.014118475839495659 0.03455689549446106 443 96 96 54 4.522407221533021 0.7999997138977051 2.21875 2.21875 2.3999977111816406 0 158.19484046052824 21.268531799316406 437.0075988769531 14.553234100341797 329278.0 0.15593595951795586 2063.9246582031246 1100.1151123046875 2.1306207661496854 3311.12841796875 19492.208984375 19402.931640625 99282.0 12558.203369140625 26466.097949218743 4290.37744140625 45.518959045410156 +sub-10413_ses-V3_task-rest_run-01_bold 0.0011820224719101124 0.010121740719101125 5 31.7888194073874 1.1596562792567564 1.0116962862162155 0.4509675358722202 1993387.375 0.11858001451478217 5 1.1235955056179776 2.5597849009484777 2.59568676056338 2.650744788732394 2.4329231535496585 0.0084992 -0.014881713315844536 0.036091022193431854 445 96 96 54 4.498430232927506 0.7999997138977051 2.21875 2.21875 2.3999977111816406 1 315.74684677247484 19.471548080444336 448.50433349609375 13.24351692199707 328730.0 0.08686305396258831 2071.5103515624996 1258.7279052734375 2.0573643755185804 3435.66015625 19860.58203125 19755.7265625 99552.0 12773.454345703125 27042.7962890625 4391.67138671875 47.905914306640625 +sub-10413_ses-V3_task-rest_run-02_bold 0.0007784340044742729 0.013679813087248324 3 31.682872075179358 1.1214452879596422 0.9846840980941706 0.45208356567812197 1708412.75 0.12806359774259868 7 1.5659955257270695 2.5661620553124913 2.590945352112676 2.6665509859154928 2.4409898279093056 0.00889049 -0.014711893163621426 0.03735194355249405 447 96 96 54 4.554995626344894 0.7999997138977051 2.21875 2.21875 2.3999977111816406 5 248.65471170423612 20.660978317260742 452.6849365234375 14.12647819519043 329113.0 0.14648171365261078 2099.2159667968717 1223.6160888671875 2.084300661141838 3289.8828125 19525.98828125 19443.44140625 99367.0 12547.162890624999 26505.450195312496 4268.57568359375 43.653255462646484 sub-10414_ses-V1_task-cuff_run-01_bold 0.0007253378378378379 0.010097065765765766 6 49.121207226546304 1.0606485959367946 0.9960542676975173 0.5876838493373656 220.8267059326172 0.28158359356572027 0 0.0 2.80390415253466 2.458112402323389 3.0156873801673503 2.937912675113241 0.0114302 -0.038657888770103455 0.16515685617923737 444 90 90 54 2.017489904452915 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 14.988401783051085 9.616880416870117 35.62715530395508 15.295045852661133 261741.0 8.326577186584473 140.61712646484375 50.99711990356445 1.7299062876888023 104.34313201904297 268.9273376464844 246.2747802734375 109225.0 111.4779281616211 503.4860595703125 122.0693359375 29.464237213134766 sub-10414_ses-V1_task-cuff_run-02_bold 0.0008850225225225226 0.008042211824324325 6 46.314505747155756 1.0598497676072227 1.0044871800902933 0.5894048500238378 216.25543212890625 0.2286606287204672 0 0.0 2.784373596977835 2.4478540693976854 2.9908290478217983 2.9144376737140223 0.0130956 -0.039104852825403214 0.16516061127185822 444 90 90 54 2.008989715866583 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 14.445875359681708 9.773821830749512 35.91151809692383 15.346847534179688 261520.0 8.288288116455078 141.56611099243145 50.9755744934082 1.762651977215902 103.58515930175781 267.122314453125 244.31532287597656 109394.0 110.80777549743652 501.802597045898 121.61048126220703 31.2017765045166 sub-10414_ses-V1_task-rest_run-01_bold 0.0006225225225225225 0.009109447049549548 6 43.71948784683976 1.036909816049661 0.9920284986230247 0.5853459440549862 227.54478454589844 0.1989861944831506 89 20.045045045045047 2.794622208038503 2.4495790693291397 3.009074880430107 2.925212674356262 0.00930951 -0.03756674379110336 0.15909895300865173 444 90 90 54 2.025696085776081 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 15.491791708487881 9.366439819335938 34.75996398925781 15.065315246582031 262141.0 8.292793273925781 135.2049560546875 49.56468963623047 1.7566651451697224 104.3848876953125 269.06292724609375 246.60134887695312 108848.0 112.28457336425782 502.6799606323242 121.73603820800781 30.754806518554688 sub-10414_ses-V1_task-rest_run-02_bold 0.0007793905191873588 0.008103607652370204 7 43.00332234219459 1.0466515360859736 1.0036976473755668 0.5907736017670835 209.39205932617188 0.19103161259961482 81 18.284424379232505 2.7792652635940307 2.443429069573519 2.987583214617443 2.9067835065911316 0.0122553 -0.040877655148506165 0.16715608537197113 443 90 90 54 2.0059749423352424 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 14.194404702678373 10.12721061706543 36.3702278137207 15.591422080993652 261531.0 8.284424781799316 143.50112915039062 51.55158615112305 1.79802532227579 103.16802978515625 267.23773193359375 243.7720184326172 109414.0 111.87652435302735 502.7978607177733 121.52240753173828 31.653329849243164 +sub-10414_ses-V3_task-cuff_run-01_bold 0.0006655981941309255 0.011614908081264107 7 50.83592181816747 1.0559084213348409 0.9860784662217191 0.588029504626015 196.54287719726562 0.3686899478035557 4 0.9029345372460497 2.7407958176414233 2.4110457375269836 2.9962665476057313 2.815075167791555 0.0123592 -0.013279926963150501 0.1254338026046753 443 90 90 54 2.088615226469351 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 18.91963440116206 10.69615650177002 33.63296890258789 16.042890548706055 260792.0 8.02483081817627 123.63713493347149 47.54560852050781 2.920643437149609 98.23328399658203 259.6371154785156 239.9232635498047 109581.0 112.85327911376953 472.7471923828125 114.87140655517578 28.458572387695312 +sub-10414_ses-V3_task-cuff_run-02_bold 0.0009501126126126125 0.01259802563063063 6 51.426996425011296 1.0580227712415342 0.9893487814446954 0.5886096325450999 195.31727600097656 0.36410681858987626 5 1.1261261261261262 2.7559847066785785 2.4136332374241656 3.016541546800075 2.8377793358114958 0.0103081 -0.013721950352191925 0.1265547126531601 444 90 90 54 2.077499967015096 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 18.849917816361813 10.772239685058594 33.98712158203125 16.171171188354492 260582.0 8.110360145568848 124.54898986816386 47.86351013183594 2.8159462062853535 97.87179565429688 258.669189453125 238.95834350585938 109946.0 111.42342376708984 471.9482116699219 115.02154541015625 27.846683502197266 +sub-10414_ses-V3_task-rest_run-01_bold 0.0005453378378378378 0.009001097635135135 6 51.159383416343125 1.0748456484198643 0.9934997606094812 0.5877136344666621 197.6955108642578 0.34777163518385984 239 53.828828828828826 2.7471305396544223 2.4177124039287405 3.007320713833145 2.8163585012013814 0.0116535 -0.01628747582435608 0.12579111754894257 444 90 90 54 2.075525553546583 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 18.503248463758112 10.665388107299805 33.82133102416992 16.06081199645996 260328.0 8.083333969116211 124.95191764831542 47.8479118347168 2.903603079309928 99.60481262207031 261.30609130859375 241.56532287597656 110158.0 111.83941917419433 476.7422515869138 116.38701629638672 30.817760467529297 +sub-10414_ses-V3_task-rest_run-02_bold 0.0005704751131221719 0.010829202533936653 8 52.2823735278005 1.0853025114965993 0.9994077672108841 0.5899051151439502 188.74014282226562 0.3611300690903178 237 53.619909502262445 2.7404763732185025 2.413145737443537 2.9929415477378547 2.8153418344741166 0.0139081 -0.014316326938569546 0.1261482536792755 442 90 90 54 2.076580880371645 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 18.40873834236025 10.77737808227539 33.81715393066406 16.126697540283203 260098.0 8.081448554992676 124.3894847869873 47.63127517700195 2.915045066805078 97.02995300292969 256.44451904296875 236.7172088623047 110309.0 111.25883026123046 468.4783081054686 113.99321746826172 29.008148193359375 sub-10415_ses-V1_task-rest_run-01_bold 0.0009372624434389141 0.007646161900452489 8 40.247202486099816 1.038826468594104 0.9820876828798187 0.5263084072782495 498.4558410644531 0.19157569195395355 59 13.34841628959276 2.651705539619984 2.457595735677253 2.7967123888686345 2.7008084943140642 0.00620003 -0.024982137605547905 0.11684644222259521 442 90 90 54 2.3670700287196174 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 55.48978872664371 3.7366943359375 22.434478759765625 10.359728813171387 282004.0 7.7081451416015625 71.9269260406493 38.841949462890625 1.207180428733568 91.92805480957031 266.6455993652344 248.61766052246094 90559.0 123.6108627319336 462.10680541992184 105.03123474121094 32.709678649902344 sub-10416_ses-V1_task-cuff_run-01_bold 0.0007398430493273543 0.02422745650224215 4 44.136297298898846 1.1266550307191017 0.9999193322696622 0.4485654678431023 608750.875 0.35690557417475804 2 0.4484304932735426 2.4986795738365006 2.520509295774648 2.6692642253521126 2.3062652003827413 0.00448406 -0.016291413456201553 0.03177245333790779 446 96 96 54 4.966432206273309 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 114.24062820960717 31.094802856445312 480.1820983886719 21.08755874633789 337420.0 0.11189988963305951 2014.4657653808592 1206.0343017578125 2.7235199952464173 2422.2548828125 16835.771484375 16669.021484375 92347.0 11653.71142578125 22441.851171875 3356.319091796875 34.32122039794922 sub-10416_ses-V1_task-rest_run-01_bold 0.0007953483146067415 0.02336802 5 43.47345363340093 1.12734224903153 1.0140666977702688 0.4491960080625022 559317.4375 0.3525075701745346 230 51.68539325842696 2.4558070179191707 2.4792833802816903 2.6318557746478874 2.2562818988279347 0.00399737 -0.017143219709396362 0.03176238760352135 445 96 96 54 5.0183920581361185 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 108.24287976101256 31.687070846557617 475.3503723144531 21.507843017578125 337683.0 0.13624028265476226 1997.4143676757808 1175.16455078125 2.7017067283774585 2359.89892578125 16562.1015625 16357.6982421875 92075.0 11610.60634765625 22074.676953125003 3259.531982421875 35.10682678222656 @@ -1396,6 +1397,10 @@ sub-10417_ses-V1_task-cuff_run-01_bold 0.0018963348416289592 0.02728238914027149 sub-10417_ses-V1_task-cuff_run-02_bold 0.002238639455782313 0.024326300680272108 9 50.332202659886306 1.0793163343636365 1.0141966055227267 0.41512222859787934 7397.86474609375 0.3190802498091862 2 0.45351473922902497 2.3775312464611993 2.2985915753288437 2.4622332354929752 2.3717689285617785 0.00441337 -0.014432577416300774 0.03139187768101692 441 90 90 60 2.9094259269138147 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 694.8642760837736 14.987394332885742 27.024394989013672 10.750567436218262 338918.0 0.08616780489683151 94.15261154174789 72.67166900634766 2.9679730052806708 242.98876953125 964.86669921875 916.5170288085938 80577.0 536.2176879882812 1542.1999755859372 315.0144958496094 23.000301361083984 sub-10417_ses-V1_task-rest_run-01_bold 0.0019836507936507935 0.023772899773242633 9 45.86877626090906 1.0656652064545453 0.9740427552045459 0.4168645644230099 7315.21044921875 0.2642849317248747 156 35.374149659863946 2.3552256835935808 2.287666575762964 2.4309999034007426 2.3470105716170355 0.00431436 -0.013702468946576118 0.0284856166690588 441 90 90 60 3.0238778875728842 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 616.3999690168213 15.226089477539062 26.96265983581543 10.886621475219727 338478.0 0.07709750533103943 95.14999923706047 69.13626098632812 2.636160113140148 240.08067321777344 973.5418090820312 931.5056762695312 80873.0 543.6920776367188 1529.5913574218748 308.0481262207031 23.799755096435547 sub-10419_ses-V1_task-rest_run-01_bold 0.0004425507900677201 0.0072143884424379235 7 38.36679034011307 1.0165987247963797 0.9949441093212668 0.5834109906458571 272.2056579589844 0.1537591841674437 35 7.900677200902934 2.680163873473202 2.3025165751728784 2.987316547961372 2.750658497285356 0.00744354 -0.03355700895190239 0.13722530007362366 443 90 90 54 2.3800376401683727 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 24.138297768031038 7.245675086975098 30.132078170776367 13.29345417022705 266811.0 8.094808578491211 112.04289245605469 45.11798858642578 0.956265223809551 87.86843872070312 249.77728271484375 235.73251342773438 104602.0 107.8218963623047 434.2384979248046 99.04523468017578 33.458778381347656 +sub-10419_ses-V3_task-cuff_run-01_bold 0.0005566893424036281 0.006653233718820862 9 38.84762327897727 1.043174129318181 0.9984007776363627 0.5840516551349818 266.1819763183594 0.15398157326892908 0 0.0 2.675358316065349 2.313241574746705 3.023879046508509 2.6889543269408342 0.00624492 -0.041569001972675323 0.13797305524349213 441 90 90 54 2.3651416387160435 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 21.625818052452313 8.149269104003906 32.12107467651367 14.17006778717041 265819.0 8.25623607635498 119.6716567993163 47.8609733581543 1.2182274822338917 93.0105972290039 262.9525451660156 248.8526153564453 105543.0 111.2739242553711 456.8730163574219 105.21629333496094 34.68766784667969 +sub-10419_ses-V3_task-cuff_run-02_bold 0.00041690045248868774 0.007648516312217194 8 38.728827080634915 1.0293498069160996 0.9912821892743776 0.5844356786722479 263.46856689453125 0.16150554634296316 0 0.0 2.6667083160657907 2.3077332416322536 3.0138040469088536 2.678587659656266 0.00600404 -0.04170980677008629 0.13837185502052307 442 90 90 54 2.3630812261509098 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 22.094455172889457 8.207980155944824 32.17097473144531 14.169683456420898 266007.0 8.242081642150879 119.02738189697254 47.99734878540039 1.2539506032770387 92.6123275756836 262.20880126953125 248.01132202148438 105367.0 111.09706115722656 455.68803100585933 104.95201873779297 33.81230545043945 +sub-10419_ses-V3_task-rest_run-01_bold 0.0004085294117647059 0.00677964113122172 8 38.347442064648476 1.0422893941950118 0.9964532927891149 0.5814096459561586 276.12664794921875 0.14229270333994895 22 4.97737556561086 2.676362482951229 2.3055749083846844 3.0267332130617617 2.6967793274072407 0.00628645 -0.03675892576575279 0.13213442265987396 442 90 90 54 2.374249911490146 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 21.71191332677521 7.9211883544921875 31.415529251098633 13.96267032623291 266502.0 8.246606826782227 116.54491806030262 46.57243728637695 1.2295766950835718 93.43580627441406 264.6820983886719 250.62557983398438 104778.0 113.11075286865234 460.2001434326171 105.55939483642578 35.006446838378906 +sub-10419_ses-V3_task-rest_run-02_bold 0.0006549095022624434 0.009790184592760182 8 38.27366543884356 1.0322254481859408 1.00002147414966 0.5855802461598724 259.4326171875 0.14442856712598184 51 11.538461538461538 2.661027760633998 2.298824908652905 3.0087498804430215 2.6755084928060664 0.00624203 -0.041186824440956116 0.1399860680103302 442 90 90 54 2.373254998395737 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 22.34529026096516 8.22139835357666 32.08540725708008 14.14027214050293 265990.0 8.203619956970215 118.66290283203125 47.637264251708984 1.222035166202029 91.1733169555664 259.74822998046875 245.57919311523438 105163.0 111.38507308959962 450.8142852783203 103.47730255126953 32.89082336425781 sub-10420_ses-V1_task-cuff_run-01_bold 0.001365388127853881 0.010388070410958903 12 43.041007157505724 1.094327136956522 1.0083506404347828 0.4487998723972548 3174.5068359375 0.20582212557551924 0 0.0 2.453140962371728 2.454833235787025 2.5428082322912124 2.361781419036947 0.00596913 0.014813886024057865 0.016786392778158188 438 90 90 60 2.268583530995888 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 55.012926401611224 25.302398681640625 46.3243522644043 17.881277084350586 328360.0 0.04794520512223244 178.23093338012686 88.23418426513672 5.573846716818744 320.98675537109375 1087.54296875 1006.9154663085938 89560.0 523.7981597900391 1906.3729492187501 443.8495788574219 29.250438690185547 sub-10420_ses-V1_task-rest_run-01_bold 0.0011721670428893906 0.010160467155756206 7 42.76214235389142 1.0919839766289596 0.9945844187556557 0.4498893237365881 3097.316650390625 0.19370158193245193 73 16.478555304740407 2.4374479003961937 2.448741569362419 2.5230915664080156 2.3405105654181466 0.0100883 0.014164276421070099 0.016534239053726196 443 90 90 60 2.299422106339543 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 55.390050087101415 25.759796142578125 46.92380905151367 18.25507926940918 328428.0 0.06094808131456375 181.3540672302239 89.64312744140625 5.414398312925959 318.11859130859375 1093.951171875 1014.3341064453125 89448.0 533.4681884765625 1911.0239379882812 441.1231994628906 29.38363265991211 sub-10420_ses-V1_task-rest_run-02_bold 0.0014 0.010332316538461537 8 43.700524155056705 1.107308674784581 1.002221534852608 0.4497796671722618 3067.206298828125 0.21333210742850772 88 19.90950226244344 2.4568409619763503 2.4604707355630104 2.54902073204435 2.3610314183216907 0.00638296 0.014794958755373955 0.016835510730743408 442 90 90 60 2.2798675110696958 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 58.51447059837672 25.54302406311035 46.470848083496094 18.124435424804688 328139.0 0.06108597666025162 179.82693634033177 87.77877807617188 5.494739406779109 321.073974609375 1085.6627197265625 1006.6244506835938 89655.0 523.8452697753906 1899.5213989257818 441.525146484375 29.365549087524414 @@ -1403,19 +1408,39 @@ sub-10421_ses-V1_task-cuff_run-01_bold 0.000898081264108352 0.013958771896162526 sub-10421_ses-V1_task-cuff_run-02_bold 0.0017537246049661402 0.012330717110609481 7 47.686339822556555 1.1270409900226237 1.0149119493212673 0.463151028153187 4296.1806640625 0.31863909166342846 2 0.45146726862302483 2.3666187596560233 2.3434290735471617 2.3461207401068713 2.4103064653140374 0.00384545 -0.0005407276912592351 0.020099250599741936 443 90 90 60 3.241831891315182 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 78.36590641979295 21.676782608032227 45.300174713134766 15.182844161987305 326313.0 0.006772009190171957 175.95125122070306 99.48633575439453 2.6156397509363396 246.00823974609375 1028.2310791015625 994.7652587890625 91052.0 582.5626373291016 1568.5045471191406 306.85113525390625 30.796245574951172 sub-10421_ses-V1_task-rest_run-01_bold 0.0005688713318284424 0.012245390383747176 7 50.34970830676469 1.1002620029864247 0.9682969689140278 0.4619933222889364 4317.97119140625 0.37552216995011833 254 57.33634311512415 2.3673770931965383 2.3473249067256887 2.343783240199755 2.4110231326641713 0.00381614 -0.0010130524169653654 0.020223619416356087 443 90 90 60 3.240643048436004 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 87.16321958655155 21.636621475219727 44.73305130004883 15.185101509094238 326200.0 0.004514672793447971 173.65248718261716 99.36563873291016 2.674598403060963 245.3153839111328 1035.39990234375 1000.5665893554688 91155.0 588.0449584960937 1580.827978515625 308.7538757324219 30.925518035888672 sub-10421_ses-V1_task-rest_run-02_bold 0.0007541043083900227 0.012065040521541951 9 49.88294237322727 1.1099792053409094 0.9843461737954554 0.4643322700605124 4322.1201171875 0.4093500016259162 256 58.049886621315196 2.3809076509711553 2.361637406156961 2.361737406152987 2.4193481406035175 0.00502105 -0.0010498750489205122 0.019707635045051575 441 90 90 60 3.2337988837725264 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 76.63635251741131 21.699447631835938 45.980743408203125 15.293651580810547 325988.0 0.0317460335791111 178.87165374755733 99.98352813720703 2.7042935229116187 243.7620086669922 1029.006591796875 995.0906982421875 91384.0 582.9640838623047 1572.214776611328 307.7140197753906 31.33418083190918 +sub-10421_ses-V3_task-cuff_run-01_bold 0.0010506546275395033 0.019869804514672688 7 61.2331999697964 1.0856665147737554 0.9763450038235296 0.4610607065820932 4540.65380859375 0.6240413751224076 107 24.153498871331827 2.3793188635798526 2.3274249075164435 2.3628082394437695 2.447723443779345 0.00810842 0.0029763744678348303 0.021498970687389374 443 90 90 60 3.4098309491657677 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 210.5327483738754 19.166732788085938 38.94441223144531 13.42889404296875 325994.0 0.03837471827864647 146.2003425598142 94.19532012939453 2.803035946596564 206.96861267089844 927.03271484375 901.1851196289062 91449.0 531.4505737304687 1386.0753906249993 264.288818359375 25.604385375976562 +sub-10421_ses-V3_task-rest_run-01_bold 0.0010106546275395034 0.01888768803611738 7 57.341336064524896 1.09108983800905 0.9806747979638015 0.4606666383336095 4514.4326171875 0.5222280022512411 305 68.84875846501129 2.3778869210392237 2.3322290739922096 2.3630040727693213 2.43842761635614 0.00649772 0.0037120573688298464 0.019902018830180168 443 90 90 60 3.408907729419328 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 142.60266692165004 19.089759826660156 38.08566665649414 13.433408737182617 326183.0 0.03611738234758377 141.75621032714844 89.13513946533203 2.777212873878116 206.87486267089844 925.85986328125 899.8464965820312 91421.0 532.1964111328125 1386.092529296875 263.96771240234375 26.408634185791016 +sub-10421_ses-V3_task-rest_run-02_bold 0.0010179054054054054 0.025593693243243242 6 68.2262866274492 1.0685898167720094 0.9716675887358918 0.46243649528183556 4382.1875 0.7972782648972717 359 80.85585585585585 2.413996630089434 2.358395739619106 2.3860915718519062 2.4975025787972904 0.00867528 0.0032191213686019182 0.02063433639705181 444 90 90 60 3.413413986429922 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 124.9374300881512 19.607749938964844 39.14658737182617 13.869369506835938 326095.0 0.07657657563686371 145.32951202392547 89.95478057861328 2.661097241907135 206.92489624023438 926.5120849609375 901.0743408203125 91478.0 530.2476379394532 1383.3887268066403 263.97894287109375 22.630151748657227 sub-10424_ses-V1_task-cuff_run-01_bold 0.001924865470852018 0.017465506053811662 4 36.002707697752804 1.1452561424044942 1.0139298532584264 0.4385120712671448 383067.125 0.24296284871469323 2 0.4484304932735426 2.743891335961503 2.8363222535211268 2.83800338028169 2.5573483740816916 0.00650567 -0.009900200180709362 0.027323415502905846 446 96 96 54 3.856122141773104 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 73.4552236284428 46.781429290771484 583.73974609375 31.986921310424805 338621.0 0.34170258045196533 2706.85302734375 1294.241943359375 1.6726312792895293 4073.094970703125 21447.642578125 21088.998046875 90530.0 12394.51025390625 30972.13037109375 5468.93505859375 32.08366394042969 sub-10424_ses-V1_task-cuff_run-02_bold 0.001966067415730337 0.013538942898876404 5 35.03921820250001 1.178153450315314 1.0014322142342345 0.4385642293430341 514568.78125 0.18455177559804065 0 0.0 2.7076963307265207 2.8106501408450706 2.8042321126760563 2.5082067386584357 0.00314759 -0.009612067602574825 0.02764393761754036 445 96 96 54 3.881781755794661 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 70.67049956156146 40.90215301513672 597.5247802734375 27.98158073425293 338841.0 0.3339274227619171 2789.637939453125 1306.9190673828125 1.607035148167098 4202.341796875 21790.013671875 21347.611328125 90170.0 12969.351708984375 31480.517968750002 5499.40576171875 37.08186340332031 sub-10424_ses-V1_task-rest_run-01_bold 0.0011713870246085009 0.03130631834451901 3 36.67475911650222 1.0748333215695058 0.9438563330941707 0.4399456400722389 602848.875 0.26964406011865805 156 34.899328859060404 2.775804281936454 2.8594614084507044 2.9104405633802815 2.557510873978377 0.00750607 -0.010260763578116894 0.028704581782221794 447 96 96 54 3.933487489766034 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 73.99177852965579 36.740779876708984 574.8055419921875 25.191452026367188 337634.0 0.36415296643972395 2650.8173706054667 1272.39111328125 1.7297788727423793 4061.46728515625 21429.953125 21058.03125 91100.0 12673.29384765625 30808.750878906252 5353.49755859375 26.262887954711914 sub-10424_ses-V1_task-rest_run-02_bold 0.001939596412556054 0.018411221748878923 4 36.67554080406742 1.151092940404495 0.984106870539326 0.4379920998368456 665447.625 0.23754392632725396 119 26.681614349775785 2.7304959612527298 2.827772394366197 2.8289712676056338 2.534744221786358 0.00466679 -0.009779897518455982 0.028187595307826996 446 96 96 54 3.881225498116281 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 70.12837137997502 36.144168853759766 595.978515625 24.552087783813477 339105.0 0.15308251976966858 2783.9176269531235 1298.5821533203125 1.6342455714210002 4223.380859375 21832.814453125 21412.90625 90086.0 12940.862060546875 31516.90966796875 5517.01708984375 33.121734619140625 +sub-10424_ses-V3_task-cuff_run-01_bold 0.0031533705357142854 0.023129443303571428 2 37.02208583861296 1.1243294823489933 0.9988239572706927 0.45458129642002415 412524.15625 0.30806294029203196 21 4.6875 2.7344105838380006 2.7948574647887323 2.865005070422535 2.543369216302734 0.00927128 -0.016498250886797905 0.02065064199268818 448 96 96 54 3.971096553203735 0.7999997138977051 2.21875 2.21875 2.4000015258789062 20 40.722189228916285 45.704505920410156 654.827880859375 31.704153060913086 333201.0 0.780312180519104 3029.80126953125 1383.0579833984375 1.741424774913729 4001.95751953125 22036.849609375 21686.33203125 95413.0 12936.7029296875 31523.399218749997 5461.01513671875 29.41341209411621 +sub-10424_ses-V3_task-cuff_run-02_bold 0.0014294170403587447 0.01526591201793722 4 33.24478779476402 1.148084717595506 1.0613357119775275 0.45522682186304825 311081.59375 0.18984209851403114 1 0.2242152466367713 2.6903828157417773 2.752058591549296 2.821403943661972 2.4976859120140635 0.00655758 -0.01760775037109852 0.02049781009554863 446 96 96 54 3.9881929592942793 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 39.85616566381341 52.62023162841797 656.2153930664062 36.0804443359375 333647.0 0.46529823541641235 3061.166772460939 1374.059814453125 1.727918812532871 3979.87060546875 21766.58203125 21378.29296875 95146.0 12970.322998046875 31158.23193359375 5360.36767578125 36.40245819091797 +sub-10424_ses-V3_task-rest_run-01_bold 0.0010803587443946189 0.016478942264573995 4 36.54024317867415 1.144084609617977 0.9848632880224722 0.4529065393854006 428111.46875 0.26667812693682186 165 36.99551569506726 2.6492578783279206 2.7141408450704225 2.7728135211267606 2.4608192687865773 0.00930751 -0.01734968088567257 0.02183864265680313 446 96 96 54 4.053013012582201 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 46.28751647490182 45.22517776489258 655.0689697265625 31.243806838989258 334709.0 0.6953849434852601 3023.612109375 1396.8843994140625 1.682520881577779 3999.0517578125 22245.640625 21805.796875 94102.0 13541.17041015625 31809.351855468747 5380.1162109375 36.15535354614258 +sub-10424_ses-V3_task-rest_run-02_bold 0.0016745168539325844 0.017727649685393254 5 36.95227362653157 1.1736164781306304 0.9919169923648646 0.4570148650776761 241259.765625 0.24624789988896645 136 30.56179775280899 2.6939975886269196 2.7530276056338026 2.8303459154929578 2.498619244754 0.00609732 -0.017585724592208862 0.022648878395557404 445 96 96 54 4.030031618227758 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 45.88496613105024 61.508872985839844 689.9296875 42.20281982421875 333264.0 0.6041196912527086 3150.131628417968 1431.8701171875 1.5748955189435065 4104.7880859375 22393.56640625 21997.0078125 95406.0 13376.2080078125 32013.052734375 5458.2431640625 35.156158447265625 +sub-10425_ses-V1_task-cuff_run-01_bold 0.0008224384787472037 0.013054570760626398 3 36.07708973295964 1.1346633791704028 0.9907875095067267 0.4617260821964672 1522150.875 0.2316705178919662 0 0.0 2.4471599665721695 2.5260304225352113 2.6085633802816903 2.2068860968996065 0.0086917 -0.02157200314104557 0.05908001586794853 447 96 96 54 4.14980247936594 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 40.09873112367967 22.7457275390625 661.0487060546875 15.473490715026855 329742.0 0.08404163867235183 3531.219226074219 1556.71533203125 1.1819792535850482 4316.70947265625 21242.162109375 21072.71875 98597.0 12932.86953125 29659.105859375002 5077.9794921875 39.34999084472656 +sub-10425_ses-V1_task-cuff_run-02_bold 0.0019639597315436242 0.018614283199105144 3 39.216071500829614 1.1316650244843047 1.0010277429372194 0.4623765147725795 1580690.25 0.2739505498998732 5 1.1185682326621924 2.4770268721545468 2.549710422535211 2.6387966197183097 2.2425735742101196 0.0129096 -0.021373221650719643 0.05963134765625 447 96 96 54 4.117907791396284 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 44.549022702563995 22.1196231842041 659.56103515625 15.138721466064453 328992.0 0.16118070706725118 3523.7337768554744 1555.671630859375 1.1720874156590249 4327.16015625 21268.919921875 21093.505859375 99217.0 12791.1564453125 29794.518359375 5122.3583984375 33.182865142822266 +sub-10425_ses-V1_task-rest_run-01_bold 0.0006363004484304933 0.021924972869955157 4 35.4237315788764 1.0416763573932588 0.9569031889213478 0.482459036083413 192311.4375 0.25519470226460744 147 32.95964125560538 2.576376236568032 2.6518940845070422 2.7339402816901406 2.343294343506913 0.013032 -0.028739379718899727 0.051236607134342194 446 96 96 54 4.455493474129135 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 46.61362790795384 64.73299407958984 809.6327514648438 44.02766799926758 325962.0 0.32157638520002374 3673.5567382812515 1574.17626953125 1.5534336528054498 3890.74365234375 21073.693359375 20934.330078125 102002.0 13331.98662109375 28788.9375 4698.5205078125 32.919212341308594 +sub-10425_ses-V1_task-rest_run-02_bold 0.0025968526785714284 0.020345336540178578 2 41.88221165080539 1.1634078363087246 1.0196495074272927 0.4631518418005177 1448156.25 0.31473825600870625 189 42.1875 2.473776407488449 2.5477769014084504 2.635249577464789 2.2383027435921075 0.016773 -0.021519072353839874 0.06041335314512253 448 96 96 54 4.114722439977328 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 39.67797388678371 22.885974884033203 658.1151733398438 15.701493263244629 328937.0 0.18119082152843474 3520.181640625002 1539.0111083984375 1.1716808193985493 4289.98486328125 21068.24609375 20897.0546875 99257.0 12692.00625 29514.187890625 5078.58056640625 31.671112060546875 +sub-10427_ses-V1_task-rest_run-01_bold 0.003888536036036036 0.011477622252252252 6 42.52463936205416 1.1229506171783297 1.0553977517155757 0.5246019012634769 524.59765625 0.2072007211481904 77 17.34234234234234 2.6898333173395645 2.4339040699520087 2.890791551796931 2.744804330269754 0.00436299 -0.032874565571546555 0.1064673662185669 444 90 90 54 2.6629064609718767 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 91.23235835573921 3.225661277770996 20.683517456054688 9.894144058227539 290459.0 7.504504680633545 65.06306457519531 31.642452239990234 0.6608736575437755 82.64173126220703 251.57566833496094 240.14190673828125 85302.0 121.29538917541504 414.3102584838867 90.17984771728516 30.428865432739258 sub-10428_ses-V1_task-cuff_run-01_bold 0.04618888888888889 0.0058428344444444455 2 44.923597335 1.02698242 1.27196000375 0.5917979487423756 225.6671600341797 0.08001368399224487 0 0.0 2.5935874868931657 2.3058665750397616 2.7584040570575374 2.7164918285821975 0.234649 -0.03677425906062126 0.17435134947299957 9 90 90 54 2.1961255847748147 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 12.51308180339286 9.225080490112305 37.93069839477539 14.88888931274414 269002.0 8.222222328186035 161.3333282470703 56.265865325927734 1.3740828990644252 94.55706787109375 260.7373962402344 240.22222900390625 102495.0 117.66666412353516 469.1111145019531 109.38402557373047 28.29912757873535 sub-10428_ses-V1_task-cuff_run-02_bold 0.106146 0.012637955999999997 0 110.96183204499998 1.0918713 1.7708256224999999 0.5813392757461031 242.01907348632812 0.057420869083857046 0 0.0 2.3948277648160636 2.166799913899107 2.535320732588739 2.482362647960344 0.805066 -0.04000253230333328 0.17703022062778473 5 90 90 54 2.010026035706604 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 13.988519359513177 10.081695556640625 40.553497314453125 15.600000381469727 268453.0 8.199999809265137 172.60000610351562 61.64445114135742 2.3373140895557745 107.34041595458984 290.2137451171875 263.20001220703125 102912.0 128.1999969482422 543.0 130.9429473876953 10.951396942138672 sub-10428_ses-V1_task-rest_run-01_bold 0.0011522247191011236 0.009885440539325843 5 44.43053029900902 1.023912027454955 0.9972171175900904 0.5954808458747832 221.1623077392578 0.2543236762729694 132 29.662921348314608 2.6917166531461594 2.374241572322783 2.8791540522593637 2.8217543348563314 0.016051 -0.037526603788137436 0.172813281416893 445 90 90 54 2.2761774038594824 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 11.764922004237686 9.302080154418945 37.440372467041016 14.896629333496094 268735.0 8.242696762084961 158.10314331054678 54.6298828125 1.0351612782689097 92.39944458007812 255.7415008544922 237.6539306640625 102698.0 116.06865234375 453.00583648681635 104.40872192382812 29.572525024414062 sub-10428_ses-V1_task-rest_run-02_bold 0.0016934606741573033 0.008699143280898877 5 44.441269041238726 1.048634448581081 1.0265660161936934 0.5966274028271507 220.60353088378906 0.25770588236818004 138 31.01123595505618 2.683402764482913 2.3688832392023706 2.8627332195785358 2.818591834667832 0.0142715 -0.03678617626428604 0.17826494574546814 445 90 90 54 2.2710079911099696 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 11.840207511009154 9.26543140411377 37.96361541748047 14.775280952453613 268962.0 8.14606761932373 161.14157104492188 55.72867202758789 1.0233845859655615 91.38493347167969 254.546875 236.04269409179688 102407.0 115.68899307250977 451.6827056884764 103.93690490722656 30.051767349243164 +sub-10428_ses-V3_task-cuff_run-01_bold 0.0015934234234234233 0.011391911801801803 6 49.184542610338596 1.01129555255079 0.9874191876297974 0.5922863907577289 227.96543884277344 0.35499793426026455 39 8.783783783783784 2.668512485935159 2.3516290732213228 2.8764373857006476 2.777470998883506 0.00535923 -0.011233271099627018 0.15194378793239594 444 90 90 54 2.305863937712588 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 14.999946445991956 8.932345390319824 36.33729934692383 14.524775505065918 269235.0 8.157657623291016 150.33288269042953 53.98656463623047 2.7322546516697566 87.99276733398438 252.51522827148438 235.494384765625 102254.0 117.75225830078125 437.7852691650387 102.12798309326172 27.13911247253418 +sub-10428_ses-V3_task-cuff_run-02_bold 0.0014211286681715576 0.013812595349887134 7 49.41538031384621 0.9944199304524889 0.9706198229411765 0.5951297337685527 217.60284423828125 0.35448737495720484 44 9.932279909706546 2.661859708271761 2.341316573631105 2.871320719237299 2.7729418319468793 0.0154809 -0.012720467522740364 0.1519971340894699 443 90 90 54 2.3220312178061184 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 14.405664562993508 9.541531562805176 36.86606216430664 14.97516918182373 268914.0 8.13769817352295 151.75248413085933 54.111270904541016 2.6133525851771866 86.92298889160156 250.96424865722656 234.14447021484375 102378.0 117.75846862792969 434.96920471191396 100.83556365966797 26.39179229736328 +sub-10428_ses-V3_task-rest_run-01_bold 0.0013580405405405405 0.010439659301801803 6 45.81390255137699 1.0396219555304733 1.0015700340180589 0.5905387312436994 241.8947296142578 0.29063020569542386 167 37.612612612612615 2.6527347084273956 2.3228665743642423 2.868645719343594 2.7666918315743505 0.0101209 -0.006868363823741674 0.15470479428768158 444 90 90 54 2.351223304221545 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 15.693136776878447 8.281201362609863 35.88044357299805 14.069820404052734 270929.0 8.191441535949707 149.95946960449191 54.00141906738281 2.4271253450025227 87.29655456542969 251.73582458496094 235.1576690673828 100842.0 119.47083854675293 434.25271453857414 100.01453399658203 28.717819213867188 +sub-10428_ses-V3_task-rest_run-02_bold 0.0016048873873873875 0.008426216193693693 6 47.80995701790069 1.0659736378103843 1.0141910168397288 0.5932700958104121 232.54681396484375 0.30813939509233934 156 35.13513513513514 2.6238444305831696 2.310483241522978 2.8310332208381803 2.73001682938835 0.0164858 -0.009221557527780533 0.15575389564037323 444 90 90 54 2.326672232665307 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 14.49802984690184 8.61178207397461 36.13848876953125 14.198198318481445 269887.0 8.078828811645508 150.4819793701172 53.8496208190918 2.4516910358531003 86.00932312011719 247.97227478027344 231.25677490234375 101706.0 116.75957298278809 430.21509552001953 99.39330291748047 30.967342376708984 sub-10429_ses-V1_task-rest_run-01_bold 0.0007344719101123596 0.0076992038426966294 5 44.913394996711666 1.1236090766666669 1.0027050025225226 0.5610406532886592 409.17230224609375 0.1896503572635515 67 15.0561797752809 2.70511526293413 2.3838999052723286 2.933570716763706 2.7978751667663553 0.0130713 -0.02431771717965603 0.14445005357265472 445 90 90 54 2.5862158847954486 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 26.826692878442298 4.840945720672607 27.68258285522461 11.283145904541016 278298.0 7.869663238525391 106.42955207824699 42.93128204345703 0.9146747253549039 87.09371948242188 258.6122741699219 245.1505584716797 94460.0 125.99078788757325 430.9798797607422 94.79071807861328 34.92667007446289 sub-10430_ses-V1_task-cuff_run-01_bold 0.0005135585585585586 0.004061947905405406 6 37.38876170548531 1.1203481920090297 0.9986811476072234 0.5167756880152609 532.5974731445312 0.09886217694461581 0 0.0 2.777069430966764 2.506649900394682 2.899087384800618 2.9254710077049935 0.00556319 -0.02896331436932087 0.10213224589824677 444 90 90 54 2.4398922134866843 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 64.50099093728751 4.187349796295166 21.903390884399414 10.653153419494629 287524.0 7.675675868988037 69.38603858947732 34.97026443481445 0.419428212363798 96.48271179199219 279.6478271484375 262.6351318359375 87222.0 129.3702705383301 483.6539611816405 107.64148712158203 40.961036682128906 sub-10430_ses-V1_task-cuff_run-02_bold 0.00046504504504504504 0.004131126103603605 6 38.19280737200905 1.1374725648758464 1.0017731964785552 0.5177981592095093 517.8922729492188 0.09326301108718074 0 0.0 2.7708694308141104 2.504829067133702 2.8943582183218712 2.9134210069867574 0.0143021 -0.02925550378859043 0.10247380286455154 444 90 90 54 2.426240985592628 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 65.04418372994155 4.300882816314697 22.039522171020508 10.740991592407227 287430.0 7.698198318481445 69.76126098632812 35.056304931640625 0.445357540748494 95.69129943847656 278.6068115234375 261.4842529296875 87446.0 128.30630493164062 483.5687026977539 107.77278900146484 41.38352966308594 sub-10430_ses-V1_task-rest_run-01_bold 0.0007420588235294117 0.005289030791855203 8 37.68831795419502 1.128107696507936 0.9995452259410429 0.5162411472597175 559.7750244140625 0.11855372774041577 2 0.45248868778280543 2.799608319884738 2.517687399956091 2.92774155032867 2.9533960093694533 0.00535129 -0.02865947037935257 0.10193212330341339 442 90 90 54 2.4418418719952193 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 65.39977334380694 3.968141555786133 21.77297019958496 10.488688468933105 287474.0 7.647058963775635 68.76176872253407 34.5186653137207 0.37091573340166617 97.7393798828125 281.1897888183594 264.48870849609375 87404.0 129.19366607666018 485.7931121826171 108.31462860107422 38.29869079589844 sub-10430_ses-V1_task-rest_run-02_bold 0.0007638513513513514 0.004668902207207208 6 37.725874636027065 1.127107588645598 1.0025865430022574 0.5163634140786428 578.4224853515625 0.10635185055260314 7 1.5765765765765767 2.835068041416209 2.557341565047043 2.9727748818725397 2.9750876773290442 0.00942192 -0.02811235375702381 0.10108483582735062 444 90 90 54 2.449855429997392 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 57.539910959151804 4.340953350067139 21.798641204833984 10.292793273925781 286976.0 7.216216564178467 70.43074607849121 34.725990295410156 0.2544923415410345 100.30603790283203 278.6960144042969 264.25225830078125 87811.0 124.56756973266602 479.6486511230469 107.86381530761719 39.66135787963867 +sub-10430_ses-V3_task-cuff_run-01_bold 0.0004538600451467269 0.0038006145823927767 7 36.7226248437104 1.1540243792760179 1.0045562892760185 0.506474012208143 614.8394165039062 0.07907664536510302 0 0.0 2.801604151913972 2.5400540657339863 2.9483498828431016 2.9164085071648267 0.00859734 -0.023127257823944092 0.09612493962049484 443 90 90 54 2.393755918205504 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 66.77531672236643 3.7249133586883545 21.405319213867188 10.336343765258789 289996.0 7.722347736358643 66.98645782470703 34.30751419067383 0.5058290314023495 104.68577575683594 292.0472717285156 275.2392883300781 85544.0 131.50338745117188 507.0721267700194 114.98151397705078 43.431480407714844 +sub-10430_ses-V3_task-cuff_run-02_bold 0.00046748299319727894 0.0036700126984126986 9 34.95159065095453 1.1155155887045456 1.001310964954545 0.5079289930375392 598.8228759765625 0.07397495231676622 0 0.0 2.7987680407528863 2.542795732291709 2.9420123830949314 2.9114960068720186 0.0104548 -0.023052819073200226 0.09728066623210907 441 90 90 54 2.383319340688294 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 64.99137419023774 3.8056814670562744 21.591222763061523 10.383219718933105 289689.0 7.7052154541015625 67.68662414550766 34.640380859375 0.5275814400091932 103.79898834228516 289.8570556640625 272.9002380371094 85763.0 130.23809814453125 504.50044860839836 114.50360107421875 43.139225006103516 +sub-10430_ses-V3_task-rest_run-01_bold 0.0009280361173814898 0.004711705440180587 7 36.76208003309954 1.1509121617647073 1.0045374641176472 0.5052807880970877 628.0801391601562 0.07971207107344461 0 0.0 2.8237222074786335 2.5556582317805994 2.9722832152254095 2.943225175429891 0.00654427 -0.022390153259038925 0.09599043428897858 443 90 90 54 2.4034146154812746 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 67.8138614388645 3.641244649887085 21.300931930541992 10.27991008758545 290381.0 7.706546306610107 66.6613998413086 34.23301696777344 0.4281925570599858 105.97929382324219 292.86962890625 276.5767517089844 85270.0 131.30474853515625 507.40430908203126 115.07591247558594 40.617706298828125 +sub-10430_ses-V3_task-rest_run-02_bold 0.00044432432432432435 0.004258863333333334 6 35.86877105566594 1.1193103181715587 0.9963730734085776 0.5088815487565306 593.8038330078125 0.07537742052091083 0 0.0 2.791793040930431 2.536937399191165 2.929954050240753 2.9084876733593745 0.00793478 -0.023382559418678284 0.09736041724681854 444 90 90 54 2.391921555952619 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 64.41746850545633 3.880143404006958 21.622472763061523 10.414414405822754 289559.0 7.644144535064697 67.91959762573227 34.375144958496094 0.5725037180557813 102.60174560546875 289.4265441894531 272.0382995605469 85780.0 131.78570327758788 503.6528244018556 113.73145294189453 41.17469024658203 sub-10431_ses-V1_task-rest_run-01_bold 0.0028577894736842107 0.0073495617894736845 4 43.78211013308512 1.1634856989361702 1.022048433829787 0.5553371420794699 388.5552673339844 0.17039649925397168 12 12.631578947368421 2.642086094681373 2.406899904358391 2.845016553615866 2.6743418260698615 0.029538 -0.02600914239883423 0.11116789281368256 95 90 90 54 2.5874132535714485 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 23.04549022541774 5.727527141571045 26.615020751953125 12.042105674743652 278539.0 7.905263423919678 98.49579544067358 39.596500396728516 0.9364053670566435 86.42790985107422 262.4053649902344 253.631591796875 93854.0 114.912109375 440.8210754394531 98.0246353149414 34.78031921386719 sub-10432_ses-V1_task-rest_run-01_bold 0.0008561990950226244 0.010261227285067873 8 46.704137901609975 1.029265126621315 0.98542183201814 0.5267781483250179 513.6211547851562 0.34442480789654367 206 46.60633484162896 2.6906833188756534 2.3603207395426136 2.9195165506555023 2.7922126664288442 0.00501898 -0.020269855856895447 0.11482767015695572 442 90 90 54 2.5898067333763066 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 33.049713068935475 3.03564453125 21.236026763916016 9.823530197143555 289261.0 7.536199569702148 70.5429916381836 31.837369918823242 0.9991597367782132 83.46012878417969 248.9966278076172 237.63916015625 85280.0 120.60633850097656 417.194580078125 91.75888061523438 29.022750854492188 sub-10433_ses-V1_task-rest_run-01_bold 0.0025543438914027152 0.007504230180995475 8 38.74616028680272 1.0865447370521546 1.0276198833786845 0.5266457068149779 463.4508056640625 0.1542871040846586 18 4.072398190045249 2.6651902608956237 2.472399901755655 2.8347665540231644 2.6884043269080515 0.0115863 -0.014651080593466759 0.07351464033126831 442 90 90 54 2.386846484137039 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 40.727252397776475 4.07883358001709 20.97660255432129 10.69230842590332 282905.0 7.75339412689209 65.16470794677731 31.23377227783203 1.5967927932679444 87.56409454345703 260.5812072753906 244.83937072753906 90531.0 119.26471328735352 451.9287567138672 102.57803344726562 31.903419494628906 @@ -1423,20 +1448,1049 @@ sub-10434_ses-V1_task-cuff_run-01_bold 0.0009259318181818181 0.00634070175 10 31 sub-10434_ses-V1_task-cuff_run-02_bold 0.0005581900452488687 0.005821145113122172 8 32.75031735941044 1.0219606407256232 0.9975107560997734 0.5364458101394378 543.1240234375 0.1333854406166841 0 0.0 2.707618040655228 2.4825374013528267 2.841149887102847 2.7991668335100113 0.00792932 -0.024599432945251465 0.09344030171632767 442 90 90 54 2.254344789602436 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 39.34446743802389 3.693089008331299 22.522184371948242 10.384615898132324 269777.0 7.7760186195373535 71.69140624999989 36.82609558105469 2.661579134338167 93.79640197753906 281.3924560546875 259.0362243652344 101803.0 136.19548492431642 494.61993408203125 114.9047622680664 38.08467102050781 sub-10434_ses-V1_task-rest_run-01_bold 0.0005183031674208145 0.0050465091855203615 8 31.621163456802712 1.0185037213378678 0.9993059625396827 0.5327613214352357 577.5164184570312 0.13068282595356098 11 2.48868778280543 2.7020847073141128 2.481320734734506 2.832641554107604 2.7922918331002298 0.0131578 -0.024159211665391922 0.09266088157892227 442 90 90 54 2.2751525805770125 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 38.80221550602743 3.5287277698516846 22.042682647705078 10.251132011413574 270771.0 7.766968727111816 69.4015884399414 36.023277282714844 2.515552287069432 95.7519760131836 285.6319885253906 263.6697082519531 101021.0 137.762451171875 499.3054504394531 115.89042663574219 39.81866455078125 sub-10434_ses-V1_task-rest_run-02_bold 0.0013435909090909089 0.004839208522727272 10 31.84442460619589 1.026249051526196 1.015613944920274 0.5364350101879753 545.9046020507812 0.14211623967093587 21 4.7727272727272725 2.6763430409008495 2.4531749025195877 2.8067998884677934 2.7690543317151666 0.0157739 -0.02370239607989788 0.0938696339726448 440 90 90 54 2.2703223989114916 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 39.074989703306564 3.6458542346954346 22.48275375366211 10.304545402526855 270361.0 7.7272725105285645 71.44544982910156 36.988853454589844 2.6401816771983677 92.58513641357422 279.21234130859375 257.17498779296875 101251.0 136.50568389892578 489.6681671142578 113.27629852294922 38.863380432128906 -sub-10437_ses-V1_task-rest_run-01_bold 0.003888536036036036 0.011477622252252252 6 42.52463936205416 1.1229506171783297 1.0553977517155757 0.5246019012634769 524.59765625 0.2072007211481904 77 17.34234234234234 2.6898333173395645 2.4339040699520087 2.890791551796931 2.744804330269754 0.00436299 -0.032874565571546555 0.1064673662185669 444 90 90 54 2.6629064609718767 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 91.23235835573921 3.225661277770996 20.683517456054688 9.894144058227539 290459.0 7.504504680633545 65.06306457519531 31.642452239990234 0.6608736575437755 82.64173126220703 251.57566833496094 240.14190673828125 85302.0 121.29538917541504 414.3102584838867 90.17984771728516 30.428865432739258 +sub-10434_ses-V3_task-cuff_run-01_bold 0.0007076072234762979 0.0038127467494356655 7 29.659936667443453 1.017477574162897 1.0006832742533933 0.5256792816846347 575.0775756835938 0.13091064428591764 0 0.0 2.847220814047153 2.666554060707328 3.0408665458334863 2.8342418356006442 0.0145454 -0.032769132405519485 0.0935392901301384 443 90 90 54 2.0143129113447316 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 34.98758674401101 4.354097843170166 23.5386905670166 11.05643367767334 269020.0 7.9819416999816895 75.74052276611324 35.81002426147461 3.2479902045603923 108.85746765136719 315.3659362792969 286.907470703125 102620.0 140.6862335205078 590.5193389892578 142.4337158203125 43.06501388549805 +sub-10434_ses-V3_task-cuff_run-02_bold 0.0008938095238095238 0.005767622947845805 9 34.18179150509092 1.0424152588636377 0.9925848035454546 0.5288280927962975 557.8767700195312 0.17541300468150292 0 0.0 2.8465138692505447 2.654499894519651 3.0622832116491314 2.822758501582851 0.00943614 -0.03385743498802185 0.09782785922288895 441 90 90 54 2.051036016016842 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 39.684370746838546 4.669691562652588 24.14821434020996 11.219954490661621 269012.0 7.784580707550049 78.63117942810047 37.6915397644043 3.081720490697788 107.6281967163086 313.51580810546875 286.04083251953125 102481.0 141.10430908203125 582.3922729492188 139.46095275878906 37.730567932128906 +sub-10434_ses-V3_task-rest_run-01_bold 0.0008415646258503402 0.004173078231292517 9 27.951835610704535 0.9904855389090906 0.9923704887272722 0.5236427518899085 601.52978515625 0.12310126001638708 9 2.0408163265306123 2.8619749807264854 2.6760207269978236 3.0575748785028907 2.852329336678743 0.00793273 -0.03214138001203537 0.0929175615310669 441 90 90 54 2.019658933596931 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 36.953518168437235 4.141872882843018 23.187870025634766 10.882086753845215 269275.0 7.96077117919922 74.0256278991699 35.693885803222656 3.1523988700674073 109.94959259033203 316.9963073730469 288.3219909667969 102266.0 141.20465087890625 592.2760925292969 142.75706481933594 41.52360153198242 +sub-10434_ses-V3_task-rest_run-02_bold 0.001318063063063063 0.0036828997297297297 6 28.489587589909714 1.018717164717833 1.0117605778781036 0.5279022527467133 554.4459228515625 0.11167180423702304 15 3.3783783783783785 2.835352758368249 2.6551873944923323 3.0345957127493337 2.816275167863081 0.0118561 -0.033478062599897385 0.09508934617042542 444 90 90 54 2.013771715103484 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 34.56954233467253 4.491217136383057 23.962173461914062 11.173423767089844 268599.0 8.002252578735352 78.33558654785156 36.61101531982422 3.244401263417921 108.0897216796875 313.61138916015625 285.2342529296875 102950.0 139.9172378540039 588.0853729248042 141.64111328125 43.71856689453125 +sub-10436_ses-V3_task-cuff_run-01_bold 0.0030644843049327354 0.021115499775784755 4 44.948267124179765 1.1867843667415725 1.139023097842697 0.45507264290730876 135465.703125 0.3169402078397695 0 0.0 2.7668609215565465 2.873383661971831 2.8712923943661974 2.5559067083316114 0.00366198 -0.01985667459666729 0.027401484549045563 446 96 96 54 4.538110359065689 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 164.6476089295762 78.66154479980469 682.66650390625 53.58015441894531 338760.0 0.5611444175243379 2727.138037109374 1458.712890625 1.8317072309077593 3444.54248046875 20013.466796875 19953.935546875 90486.0 12696.857421875 27233.27490234375 4396.94580078125 31.58231544494629 +sub-10436_ses-V3_task-cuff_run-02_bold 0.0008785458612975393 0.022290957718120806 3 46.237864908991014 1.1394003835426008 0.982203055134529 0.4554784047723452 130287.2265625 0.3636533926758438 8 1.7897091722595078 2.804471141679214 2.90112 2.905865915492958 2.6064275095446843 0.00483206 -0.01994321309030056 0.027652762830257416 447 96 96 54 4.514501545669179 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 160.29718206235992 79.69816589355469 684.9551391601562 54.152130126953125 338449.0 0.416922801733017 2752.7273925781237 1449.6829833984375 1.8065738565752403 3472.35595703125 19932.640625 19888.74609375 90788.0 12565.504003906251 27132.0130859375 4405.5 30.721900939941406 +sub-10436_ses-V3_task-rest_run-01_bold 0.0005790582959641256 0.023334586771300448 4 46.67825892575283 1.1567091139101127 1.047537752561798 0.45345613829128084 136245.328125 0.3546439343256533 236 52.91479820627803 2.7936586817026536 2.8920878873239437 2.8867064788732395 2.6021816789107772 0.00376953 -0.020069656893610954 0.02573070488870144 446 96 96 54 4.497518005963296 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 155.148720989506 78.40962219238281 672.4596557617188 53.152103424072266 339222.0 0.3000776052474976 2682.6391113281256 1405.270751953125 1.8529511130472773 3505.8896484375 19995.7734375 19943.32421875 90184.0 12521.303955078125 27220.208105468748 4434.27099609375 30.584686279296875 +sub-10436_ses-V3_task-rest_run-02_bold 0.0008948545861297539 0.032982511633109626 3 47.4472886843722 1.1373161969506713 0.9792428945964137 0.4514457439063977 103080.75 0.36517651953212504 249 55.70469798657718 2.847739998886336 2.93368338028169 2.9274591549295774 2.68207746144774 0.00469356 -0.017287330701947212 0.028222501277923584 447 96 96 54 4.4417679013624705 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 172.07428060992652 90.34619903564453 658.250244140625 61.43883514404297 340170.0 0.5474696338176728 2601.832336425781 1360.2796630859375 1.9128905755617147 3442.110107421875 19646.619140625 19637.189453125 89501.0 12127.6875 26722.771484375 4421.00537109375 25.463470458984375 +sub-10437_ses-V1_task-cuff_run-01_bold 0.0030009255079006766 0.015412883837471783 7 36.20601096527148 1.0051889993438907 0.9896143559502255 0.5223785891502994 557.4611206054688 0.15361830061238316 1 0.22573363431151242 2.786793037624443 2.5850290639468403 2.9726998818755197 2.8026501670509676 0.0089979 -0.03524386137723923 0.12295228987932205 443 90 90 54 2.1902302609767306 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 46.52995193615178 3.3735055923461914 20.4218807220459 9.8577880859375 278328.0 7.106094837188721 64.4853286743164 32.36200714111328 2.3866562277098025 91.19845581054688 271.0763854980469 248.95486450195312 94261.0 123.71331787109375 484.9661560058594 113.66546630859375 26.76645278930664 +sub-10437_ses-V1_task-cuff_run-02_bold 0.0015540632054176075 0.011884987539503386 7 38.21833716705883 1.019727011674208 0.9810362252262433 0.5250209393802214 544.2069702148438 0.15924710189562075 0 0.0 2.744391649144177 2.5605082315878778 2.908558217757614 2.7641084980870385 0.00980986 -0.03859913721680641 0.12864777445793152 443 90 90 54 2.1770757880058085 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 44.14095437746009 3.263063669204712 20.956266403198242 9.873589515686035 278093.0 7.325056552886963 67.89480895996086 33.20266342163086 2.615678476165651 90.4103012084961 269.5838928222656 247.19752502441406 94410.0 123.87866973876953 482.81637878417985 113.5450668334961 29.584148406982422 +sub-10437_ses-V1_task-rest_run-01_bold 0.0011591402714932128 0.009158927330316742 8 37.78355614446714 1.0555712862811786 0.9960340124489794 0.5224200837006553 579.4050903320312 0.1448386709832637 18 4.072398190045249 2.7487388714709833 2.562987398156031 2.9107457176706903 2.7724834985862272 0.0121985 -0.03645003214478493 0.12278502434492111 442 90 90 54 2.180913428251621 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 44.50937815279695 2.9450788497924805 20.73324203491211 9.746606826782227 278498.0 7.513575077056885 67.02556571960433 33.012672424316406 2.6003879479863006 92.78675079345703 273.9077453613281 251.81675720214844 93963.0 124.97670440673829 489.6764831542969 115.4632797241211 31.661014556884766 +sub-10437_ses-V1_task-rest_run-02_bold 0.002103408577878104 0.010763611625282167 7 37.99242020513574 1.0492800456108602 1.000639884253393 0.5240023902736093 550.4736938476562 0.14762648061747322 12 2.708803611738149 2.732602760061462 2.5476082321004774 2.9060915511889633 2.744108496894946 0.0113268 -0.037302594631910324 0.12806665897369385 443 90 90 54 2.180223691506325 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 43.59219878024668 3.1660079956054688 20.693143844604492 9.785552978515625 278377.0 7.306997776031494 66.92595825195315 32.73172378540039 2.6587867671128222 89.682373046875 268.7662353515625 246.29006958007812 94158.0 124.6200958251953 480.3772094726561 112.96490478515625 30.41905403137207 +sub-10437_ses-V3_task-cuff_run-01_bold 0.001265395033860045 0.0069734642663656895 7 35.33801982427602 1.05180468658371 1.0117876546606333 0.5191990265978935 563.541748046875 0.15110992253472044 0 0.0 2.734612480761172 2.581479064087905 2.9218165505641083 2.700541827631503 0.0107599 -0.04364137724041939 0.13892677426338196 443 90 90 54 2.0442109055161666 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 44.04102557745478 3.430401086807251 22.12076759338379 10.126411437988281 279528.0 7.449210166931152 72.73645782470663 35.91658401489258 3.4838476282575845 96.10812377929688 284.0681457519531 258.15350341796875 93381.0 127.28668212890625 527.4130859375 126.28448486328125 35.57427978515625 +sub-10437_ses-V3_task-cuff_run-02_bold 0.0013981981981981979 0.007368299414414414 6 35.96994214902935 1.0401876865462754 1.0016341419413095 0.5202145630864661 538.4637451171875 0.16531098081538073 0 0.0 2.732649980732915 2.585983230575592 2.914633217516215 2.697333494106938 0.0143674 -0.04425474628806114 0.13705293834209442 444 90 90 54 2.0325550849245477 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 5 44.20135404831542 3.8300552368164062 22.1461238861084 10.308558464050293 278966.0 7.25900936126709 73.44538307189941 35.50011444091797 3.43932055924126 95.1837387084961 282.57427978515625 256.1734313964844 93679.0 126.39752502441407 527.6957519531248 126.03450012207031 35.21049880981445 +sub-10437_ses-V3_task-rest_run-01_bold 0.0019244469525959368 0.006452596591422123 7 34.33494987287328 1.0403660746606334 1.0165391956561092 0.5198536173402198 558.8388671875 0.14666421127014215 11 2.4830699774266365 2.762572202718706 2.60168322995173 2.9599332157161546 2.7261001624882315 0.0152141 -0.04689456894993782 0.14135795831680298 443 90 90 54 2.0176558247280334 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 42.75359464880422 3.6579785346984863 22.749380111694336 10.284424781799316 278977.0 7.390519142150879 75.96885070800784 36.99894332885742 3.443714883856031 98.57467651367188 287.867431640625 261.1230163574219 93944.0 127.29898872375489 538.1238067626953 129.41831970214844 35.78334045410156 +sub-10437_ses-V3_task-rest_run-02_bold 0.001555823927765237 0.008123467584650114 7 35.129854689683285 1.0257780756334833 1.0035942991402722 0.5208880253229269 570.0263671875 0.1579089915408943 22 4.966139954853273 2.7427888698329035 2.58164989741445 2.930841550205487 2.715875161878774 0.0120138 -0.044267214834690094 0.1406562626361847 443 90 90 54 2.0412898053714734 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 44.43557555905164 3.152621030807495 22.242538452148438 9.972911834716797 279033.0 7.593679428100586 73.21851196289046 36.14875411987305 3.5192356098302975 94.22052764892578 281.22430419921875 255.1805877685547 93901.0 125.91422271728516 522.9751586914062 125.00881958007812 33.032249450683594 +sub-10439_ses-V1_task-cuff_run-01_bold 0.0020496651785714285 0.032222141294642855 2 50.67531839125279 1.100283560402685 1.0035587506487698 0.44733129748897993 206128.671875 0.5786618382586449 69 15.401785714285714 2.481926554560307 2.5330208450704226 2.6853769014084503 2.2273819172020484 0.00635486 -0.01962432637810707 0.028970029205083847 448 96 96 54 4.346905275625094 0.7999997138977051 2.21875 2.21875 2.4000015258789062 10 101.25138377193349 50.877891540527344 482.6907958984375 34.81376647949219 339426.0 0.38251110166311264 2076.249755859375 1038.0472412109375 2.8581961472839916 2812.53564453125 16293.55078125 16080.74609375 90855.0 10500.09296875 22286.532421875 3699.334716796875 26.98418617248535 +sub-10439_ses-V1_task-cuff_run-02_bold 0.0006957623318385651 0.044565636995515696 4 51.84727865523596 1.0686225270561793 0.9763651848988762 0.44956615363899505 195159.4375 0.6271477627846245 67 15.022421524663677 2.53974779036055 2.559594366197183 2.7560338028169014 2.3036152020675646 0.0148097 -0.019396448507905006 0.03168780356645584 446 96 96 54 4.4825016804396345 0.7999997138977051 2.21875 2.21875 2.4000015258789062 16 153.25144924013918 52.209957122802734 491.73834228515625 36.29662322998047 338603.0 0.9390237987041474 2007.7908203124994 1095.2755126953125 2.8381067399474196 2695.8212890625 16188.75390625 15991.40234375 91434.0 10595.108642578125 21913.559374999997 3567.497802734375 22.57419776916504 +sub-10439_ses-V1_task-rest_run-01_bold 0.0027666219239373597 0.03758111700223714 3 48.31248362939458 1.099132388923766 1.008062564932734 0.44619184007994733 325694.375 0.5260606793704117 346 77.40492170022371 2.5205304294849404 2.5382850704225355 2.730032676056338 2.2932735419759487 0.00812273 -0.019206920638680458 0.030542882159352303 447 96 96 54 4.379010884838983 0.7999997138977051 2.21875 2.21875 2.4000015258789062 15 136.85493405350826 40.41425704956055 474.9340515136719 27.704326629638672 339559.0 0.3994060158729554 1995.7616088867185 1059.9053955078125 2.6570867888301946 2825.755859375 16334.12109375 16126.015625 90721.0 10548.146484375 22248.802734375 3682.550048828125 25.139963150024414 +sub-10439_ses-V1_task-rest_run-02_bold 0.0009326845637583893 0.051884318791946306 3 59.10992047598654 1.063794681524664 0.9499687462780259 0.4504270652891815 254287.53125 0.799915615596401 377 84.3400447427293 2.5497120276537317 2.557016338028169 2.789467042253521 2.3026527026795054 0.0114289 -0.019245894625782967 0.029961412772536278 447 96 96 54 4.546858406821934 0.7999997138977051 2.21875 2.21875 2.4000015258789062 16 108.20980122189911 45.283878326416016 479.7184143066406 31.106637954711914 338181.0 0.49663248658180237 1985.3017578125 1025.3052978515625 2.642404762380628 2680.806884765625 16150.1201171875 15942.3603515625 91821.0 10645.9794921875 21802.03515625 3506.21728515625 22.392894744873047 sub-10442_ses-V1_task-cuff_run-01_bold 0.0005135346756152125 0.021340255033557045 3 47.96277945139013 1.18875274251121 0.9823396392376678 0.49103084782083256 36829.859375 0.4280127173089242 9 2.0134228187919465 2.5964997076328924 2.618307605633803 2.7209014084507044 2.4502901088141704 0.00650776 -0.021684136241674423 0.03845680132508278 447 96 96 54 4.291719753572249 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 61.620856878660376 139.3369140625 934.8123779296875 94.31440734863281 328056.0 0.45307541638612747 4121.5748291015625 1670.478515625 2.4904855790240097 3269.2060546875 19755.703125 19360.33984375 100250.0 13043.823583984376 27708.679296874998 4511.06884765625 33.180763244628906 sub-10442_ses-V1_task-rest_run-01_bold 0.001148741573033708 0.0229306002247191 5 49.39555220565313 1.2345582023423414 1.0040622031081086 0.49058514294775557 36680.4140625 0.43516905930263383 304 68.31460674157303 2.6083399325172123 2.62688 2.7382580281690143 2.459881769382623 0.00955017 -0.02256808802485466 0.03882211074233055 445 96 96 54 4.299920709041755 0.7999997138977051 2.21875 2.21875 2.4000015258789062 9 67.75367599410667 140.0896759033203 931.509521484375 94.7705078125 327941.0 0.42226433753967285 4108.216796875 1680.1356201171875 2.6409870999482843 3211.999755859375 19721.462890625 19344.31640625 100327.0 12981.323535156249 27591.454296874996 4498.73876953125 32.55008316040039 sub-10443_ses-V1_task-cuff_run-01_bold 0.0023120861678004537 0.025226183900226757 9 42.86191954627273 1.0948430121818178 1.001110474227272 0.46228343753851914 1207428.875 0.4620346275749323 32 7.2562358276643995 2.7411166646600713 2.7430985915492956 2.8308822535211267 2.6493691489097917 0.0101644 -0.009415045380592346 0.020074274390935898 441 96 96 54 4.478406733022282 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 35.37337374233942 24.218372344970703 467.18682861328125 16.755264282226562 324857.0 0.37180005311965947 2322.9857910156256 1051.028076171875 1.6674637950075963 3488.138671875 19419.52734375 19002.2734375 103384.0 13688.843798828124 27150.7333984375 4243.0673828125 28.501083374023438 sub-10443_ses-V1_task-cuff_run-02_bold 0.0030971300448430494 0.022416848430493273 4 44.22503494946068 1.1350079469213479 1.2171493350337075 0.4631626058343886 1705099.625 0.4859059077780157 52 11.659192825112108 2.7020559384570926 2.710098028169014 2.790683943661972 2.605385843540291 0.0204589 -0.00933581218123436 0.020112499594688416 446 96 96 54 4.519856179900552 0.7999997138977051 2.21875 2.21875 2.4000015258789062 6 37.45986925090647 20.08194351196289 455.5033874511719 13.758869171142578 324408.0 0.1909856118261814 2290.5895751953076 1047.271728515625 1.9208263457776313 3266.48828125 18977.865234375 18563.171875 103775.0 13484.78798828125 26376.685937499984 4107.00732421875 30.707250595092773 sub-10443_ses-V1_task-rest_run-01_bold 0.0009277303370786516 0.020024438876404496 5 45.52508270423424 1.101274793175675 1.011561439572072 0.46840695921902215 2032876.25 0.5263115401606269 316 71.01123595505618 2.683306439399207 2.703472676056338 2.7787357746478873 2.5677108674933957 0.0157588 -0.011669495142996311 0.018778426572680473 445 96 96 54 4.465691153265051 0.7999997138977051 2.21875 2.21875 2.4000015258789062 7 42.838432774135846 17.993059158325195 465.0820617675781 12.300742149353027 321250.0 0.16064543798565867 2298.78857421875 1068.12060546875 2.169847421015616 3229.352294921875 18870.91796875 18491.818359375 106425.0 13326.365624999999 26231.423437499994 4140.84423828125 33.40241241455078 sub-10443_ses-V1_task-rest_run-02_bold 0.00673720982142857 0.028571082142857147 2 49.58715091501113 1.1190799377404927 1.0462260852572711 0.46643840737756864 495343.8125 0.6847915686471815 321 71.65178571428571 2.741311784192624 2.7490388732394364 2.835727323943662 2.6391691553947734 0.0166055 -0.00967039167881012 0.020472481846809387 448 96 96 54 4.523961311880085 0.7999997138977051 2.21875 2.21875 2.4000015258789062 7 37.01140204223574 36.730709075927734 471.3260192871094 25.665546417236328 323446.0 0.6201004683971405 2332.3418579101562 1053.3287353515625 1.697099918537865 3306.662109375 18832.6328125 18433.85546875 104496.0 13318.509521484375 26304.818359375 4074.696044921875 26.197580337524414 +sub-10447_ses-V1_task-cuff_run-01_bold 0.0015075846501128665 0.016727359164785554 7 36.51099811744341 1.0321495285746611 1.0002382620135746 0.43852446391880584 5333.9443359375 0.15911486386437138 0 0.0 2.3275726855475196 2.4054874044145187 2.31845824120608 2.25877241102196 0.011548 0.02954953722655773 0.0017450799932703376 443 90 90 60 3.251310881927485 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 2 54.47684793443149 17.928443908691406 39.14687728881836 12.48532772064209 341594.0 0.013544018380343914 146.74514465331998 90.98277282714844 3.62701750462418 206.14523315429688 929.7877807617188 898.787841796875 79209.0 529.4447021484375 1410.9909667968748 276.4368591308594 28.942121505737305 +sub-10447_ses-V1_task-cuff_run-02_bold 0.0018117977528089885 0.014759130898876406 5 38.00739812416666 1.0541183107207208 1.012391822162161 0.43870844623734256 5379.29931640625 0.18313062159312063 2 0.449438202247191 2.3136615647796575 2.389891571700908 2.3041790751068163 2.2469140475312486 0.0187326 0.030137015506625175 0.0019179073860868812 445 90 90 60 3.246926445129872 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 2 54.394476195867206 17.891178131103516 39.30269241333008 12.40000057220459 341540.0 0.004494382068514824 148.22719879150387 91.73825073242188 3.543569316125449 205.97845458984375 928.7054443359375 897.5010986328125 79244.0 526.6318084716796 1409.3990173339844 276.4138488769531 30.253454208374023 +sub-10447_ses-V1_task-rest_run-01_bold 0.001491828442437923 0.019390792189616254 7 38.20031234278278 1.0226279238235287 0.9981011182805435 0.4395327426550342 5274.0966796875 0.20427387321008528 101 22.799097065462753 2.345618540796213 2.4204457371534613 2.331349907360478 2.2850599778747 0.0131886 0.029637303203344345 0.0009322418482042849 443 90 90 60 3.245916225230822 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 6 53.422297576872495 18.3233585357666 39.97904968261719 12.733634948730469 340876.0 0.006772009190171957 149.10891723632812 93.04876708984375 3.4652006885997952 208.2855224609375 939.3463745117188 906.69189453125 79516.0 532.2088317871094 1426.5045471191406 279.33135986328125 27.659353256225586 +sub-10447_ses-V1_task-rest_run-02_bold 0.001982866817155756 0.015423748758465012 7 37.82016434411764 1.0685118324208147 1.0370479490497735 0.4391842219990011 5378.72314453125 0.1860316100398528 90 20.31602708803612 2.311799059939031 2.3905082383430702 2.303683241793186 2.241205699680836 0.014983 0.030219148844480515 0.002125662053003907 443 90 90 60 3.2596334493603982 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 4 58.30558213794663 17.764453887939453 39.182952880859375 12.356659889221191 341232.0 0.006772009190171957 148.17832946777344 91.6060791015625 3.7048759943683693 205.14132690429688 924.9802856445312 892.9323120117188 79361.0 529.889404296875 1403.2099609375 273.9346923828125 30.47045135498047 +sub-10447_ses-V3_task-cuff_run-01_bold 0.0014490786516853933 0.013370552359550562 5 35.79319970655404 1.0413986364639634 1.0041741904954957 0.44801243128337814 4317.36083984375 0.15967463343661584 0 0.0 2.28184808209309 2.3764124055698552 2.262866576748428 2.2062652639609883 0.0106416 0.020621510222554207 -0.001258742529898882 445 90 90 60 3.1947321527907695 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 42.799525890695485 20.8963623046875 46.0996208190918 14.689888000488281 338738.0 0.02247191034257412 182.17471923828086 102.77760314941406 4.589310434589482 218.7787628173828 991.5680541992188 958.2067260742188 80419.0 556.3615905761718 1505.6759277343747 299.9314880371094 31.411579132080078 +sub-10447_ses-V3_task-cuff_run-02_bold 0.0014410135135135135 0.013641000247747748 6 37.27171557313768 1.0380928170654635 0.9939903960270883 0.4486264812981018 4333.4130859375 0.18779593350961354 1 0.22522522522522523 2.2809966936138726 2.3708374057913857 2.2677790765532224 2.20437359849701 0.00591231 0.020135706290602684 -0.0011769229313358665 444 90 90 60 3.233594514181852 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 42.428170950309394 20.946765899658203 46.2571907043457 14.689189910888672 338821.0 0.013513513840734959 183.20721435546875 102.80846405029297 4.5029210244832845 217.1412353515625 992.4845581054688 959.3671264648438 80283.0 561.383544921875 1499.5353515624997 296.6856689453125 30.3682804107666 +sub-10447_ses-V3_task-rest_run-01_bold 0.0011851826484018265 0.01524015890410959 12 35.485567372288315 1.0202331307551478 0.9787921456979399 0.4474045327344582 4437.21044921875 0.1769036664751958 69 15.753424657534246 2.2960453015722866 2.3876832384553257 2.2832207426062925 2.2172319236552407 0.00611918 0.020060140639543533 -0.0009837094694375992 438 90 90 60 3.1959738924850036 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 44.99964466054683 20.80043601989746 45.74549865722656 14.545661926269531 338630.0 0.00913241971284151 180.70787506103485 102.11336517333984 4.8612446060798655 219.20849609375 994.6024169921875 962.6597900390625 80449.0 555.2479125976563 1503.3793945312486 301.2082824707031 29.698261260986328 +sub-10447_ses-V3_task-rest_run-02_bold 0.0015597500000000002 0.01752369822727273 10 42.322349405102464 1.0546169195899768 1.0547051589977217 0.449838881716998 4350.57275390625 0.26236706622827466 151 34.31818181818182 2.3084286287138593 2.3938040715454387 2.2855624091799096 2.2459194054162306 0.00441755 0.022629011422395706 -0.0008314811275340617 440 90 90 60 3.2801118919312175 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 41.45492677448735 20.67219352722168 45.460914611816406 14.53636360168457 337752.0 0.015909090638160706 177.59851303100595 101.09963989257812 4.087686328200143 210.87998962402344 973.2255859375 943.2886352539062 81133.0 547.2290893554688 1465.969482421875 287.576416015625 27.398488998413086 +sub-10449_ses-V1_task-cuff_run-01_bold 0.001749820224719101 0.018992633707865168 5 39.51280505387388 0.9891005355855851 0.9677895824324326 0.45417930249705996 4866.7626953125 0.22771234917552863 4 0.898876404494382 2.5166855076658083 2.4755999016284984 2.5405540657141183 2.5339025556548083 0.0117617 0.0334513857960701 0.006731093395501375 445 90 90 60 2.7895689747964836 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 70.18038009180448 17.694608688354492 37.63587188720703 12.788763999938965 324156.0 0.056179776787757874 131.99831771850586 95.15409851074219 5.21890540787696 227.31954956054688 943.4293212890625 892.6146240234375 92548.0 506.7192184448242 1505.4016601562498 319.98126220703125 24.942808151245117 +sub-10449_ses-V1_task-rest_run-01_bold 0.0013643693693693693 0.01895813085585585 6 39.85636890650111 1.0078590555756206 0.9602931353498864 0.4557465890018209 4860.82666015625 0.21183616937877184 59 13.288288288288289 2.528896616163312 2.493295734258662 2.548779065387286 2.5446150488439883 0.00753262 0.029479213058948517 0.008656814694404602 444 90 90 60 2.7891829664286054 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 78.80715905255416 17.500717163085938 36.95225143432617 12.71846866607666 322596.0 0.06981982290744781 128.5523681640625 93.15449523925781 4.911574553410878 227.0235595703125 936.9833984375 888.582275390625 93656.0 495.2826614379883 1498.0016784667969 318.5798645019531 25.78864097595215 +sub-10449_ses-V1_task-rest_run-02_bold 0.002823702031602709 0.01735241663656885 7 41.0848281308371 1.0254330931221713 1.0055635273755648 0.4544916364868654 4895.7099609375 0.25883572781465647 94 21.218961625282166 2.4669244084901343 2.44559573615409 2.47139573512889 2.4837817541874223 0.00499757 0.03448541834950447 0.005515131168067455 443 90 90 60 2.97342892570006 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 74.37004168965859 17.851469039916992 37.52421569824219 13.191873550415039 325746.0 0.1264108419418335 130.3848762512207 94.10616302490234 4.454542028213721 216.31777954101562 944.1505126953125 901.9605712890625 91724.0 513.0303741455078 1476.1785705566401 303.33856201171875 26.399410247802734 +sub-10451_ses-V3_task-cuff_run-01_bold 0.00529737556561086 0.01340356185520362 8 37.70562218204081 1.025476949863945 1.0019573989569153 0.4656892834168018 7248.3779296875 0.2006587137920171 10 2.262443438914027 2.36637443520492 2.366954072612362 2.3627374061132507 2.369431826889148 0.00598289 0.01088968850672245 0.018599024042487144 442 90 90 60 2.5501043968627033 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 15 55.51301677247475 18.203807830810547 44.773983001708984 12.832579612731934 314523.0 0.029411766678094864 192.98077239990192 109.97814178466797 2.818090194895195 334.3939514160156 1174.0322265625 1099.304443359375 101856.0 601.7047882080078 1990.1578979492188 431.08001708984375 27.350849151611328 +sub-10451_ses-V3_task-cuff_run-02_bold 0.003064601366742597 0.012842702141230069 11 36.82636768296802 1.0285572823515983 0.9707434302054795 0.4665817273773968 7251.69873046875 0.17019187553034604 4 0.9111617312072893 2.3705230484136717 2.374208238990774 2.3793165721211205 2.358044334129121 0.00511676 0.010111681185662746 0.01856609620153904 439 90 90 60 2.5447833984526675 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 53.24833291841115 18.280925750732422 45.26853561401367 12.84510326385498 313868.0 0.02277904376387596 196.92472152709936 109.67304992675781 2.676553069289282 337.7918395996094 1177.0208740234375 1102.87255859375 102384.0 600.520166015625 1998.9687622070282 433.3835144042969 30.208337783813477 +sub-10451_ses-V3_task-rest_run-01_bold 0.0018194369369369365 0.012210937567567567 6 38.73381101476297 1.0217984660722346 0.9516823283069982 0.46388476429604725 7280.15869140625 0.2000148805784878 59 13.288288288288289 2.3643424935573667 2.372179072404739 2.36508740601987 2.3557610022474913 0.0118394 0.008458031341433525 0.01844172552227974 444 90 90 60 2.551898887653979 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 52.94542716236333 18.25871467590332 44.23380661010742 12.930180549621582 315165.0 0.038288287818431854 191.136489868164 106.45966339111328 2.6628747950987917 337.97149658203125 1183.5679931640625 1108.51123046875 101440.0 609.1489166259767 2005.151086425779 434.3846740722656 28.5294246673584 +sub-10451_ses-V3_task-rest_run-02_bold 0.0020285616438356167 0.012353324041095891 12 37.05230507324945 1.0717088105491994 1.0250920792219682 0.4668189599933904 7383.734375 0.16572242118946304 25 5.707762557077626 2.365253603846652 2.3749374056284664 2.3611082395113216 2.359715166400168 0.0025395 0.011173950508236885 0.017776748165488243 438 90 90 60 2.5787047938384893 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 52.085112816920095 18.058635711669922 45.02257537841797 12.753423690795898 314648.0 0.04566209763288498 196.06117858886623 108.30412292480469 2.5287250147685993 331.3802490234375 1163.890625 1092.316162109375 101852.0 598.2375244140625 1969.9550415039057 423.58892822265625 29.969348907470703 +sub-10452_ses-V1_task-cuff_run-01_bold 0.0021726757369614513 0.01238138410430839 9 42.01890661059097 1.0526507935454552 1.0157504797954546 0.4677229846944001 3829.72900390625 0.1800970372313091 2 0.45351473922902497 2.5842660764214087 2.592129063664712 2.706720725777915 2.453948439821599 0.00522866 0.012773463502526283 0.025325078517198563 441 90 90 57 1.8280155871346029 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 95.83448008131487 23.51992416381836 54.4220085144043 17.253969192504883 290161.0 0.13605442643165588 234.2584991455078 119.47025299072266 10.106436995549576 358.8519287109375 1225.813720703125 1087.17919921875 102372.0 572.886181640625 2271.809094238281 594.72900390625 26.749155044555664 +sub-10452_ses-V1_task-cuff_run-02_bold 0.002239384965831435 0.014348951002277904 11 42.47219890440637 1.0858571673744293 0.9925795533105024 0.46721102851992213 3644.0126953125 0.18045701806692624 4 0.9111617312072893 2.5915938519592676 2.600699896657471 2.710324892301365 2.4637567669189666 0.00458832 0.01325806975364685 0.024121828377246857 439 90 90 57 1.815083112951527 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 75.73939366826089 23.83646011352539 54.66495895385742 17.507972717285156 290438.0 0.10250569880008698 239.1894149780273 118.90975952148438 10.399580754306461 357.3274230957031 1229.1519775390625 1088.02734375 102089.0 580.2884155273438 2271.93076171875 599.4337158203125 25.013931274414062 +sub-10452_ses-V1_task-rest_run-01_bold 0.001625159090909091 0.01436978765909091 10 41.041371586537565 1.0190438738724366 0.9592206697266507 0.46832050564922284 3847.874755859375 0.17635826355076076 90 20.454545454545453 2.5938896845316486 2.5987832300669655 2.715758225418797 2.4671275981091827 0.0164259 0.01238957792520523 0.02513214759528637 440 90 90 57 1.8565018847363721 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 85.81477811459852 23.570005416870117 53.88726806640625 17.440908432006836 290014.0 0.16363635659217834 230.96748809814443 117.26439666748047 9.184744567755528 359.61175537109375 1232.097412109375 1093.94091796875 102413.0 578.1286254882813 2274.7990234374997 589.24560546875 24.98634910583496 sub-10453_ses-V1_task-cuff_run-01_bold 0.0013521088435374147 0.011592404467120182 9 34.99238729034094 1.0578300744772733 0.9948173855681812 0.42696848073305393 12672.1455078125 0.19583012664328775 0 0.0 2.2918578016658326 2.29125407562041 2.3667207392883007 2.217598590088787 0.00863146 -0.006031121127307415 0.021257620304822922 441 90 90 60 2.5985577133123754 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 125.77542032208899 12.684487342834473 36.110618591308594 8.798186302185059 331716.0 0.0022675737272948027 140.92573928833008 110.06085205078125 6.5387455928206695 243.264404296875 1066.7117919921875 991.153076171875 85952.0 605.6348083496093 1781.1958190917967 381.4220886230469 34.324703216552734 sub-10453_ses-V1_task-rest_run-01_bold 0.002394009009009009 0.016676858783783784 6 34.87688704374721 1.0288193428216703 0.9780918534537252 0.4272934386005086 12147.013671875 0.20088134340076494 44 9.90990990990991 2.2980675204996435 2.2990874086424746 2.3617040728209786 2.2334110800354767 0.0125248 -0.005512545350939035 0.022894572466611862 444 90 90 60 2.648229917571629 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 14 128.6634325381332 12.842540740966797 35.30500411987305 8.921171188354492 331802.0 0.0045045046135783195 132.4930152893067 109.08666229248047 6.623728646546692 237.1228790283203 1060.060546875 987.3243408203125 85885.0 605.1630737304688 1764.2847412109377 372.82208251953125 29.25140380859375 sub-10453_ses-V1_task-rest_run-02_bold 0.0034446469248291573 0.011109465056947609 11 32.94500482454342 1.0992761238812783 1.0282582588127847 0.4274442564947125 12259.2197265625 0.1656756739792607 13 2.9612756264236904 2.277230030269997 2.2861999091545777 2.3570874063377616 2.1884027753176527 0.0036138 -0.005573421251028776 0.021789953112602234 439 90 90 60 2.6179564754319786 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 15 122.93036664755834 12.819950103759766 36.07365036010742 8.851936340332031 331777.0 0.002277904422953725 141.0419158935549 110.48388671875 6.729683907689553 239.76620483398438 1063.1004638671875 988.1890869140625 85919.0 607.8355834960937 1771.7675537109374 377.463623046875 36.116573333740234 +sub-10453_ses-V3_task-cuff_run-01_bold 0.0005520227272727273 0.008371533636363636 10 32.744797517858736 1.0444882757858769 0.9656634940546701 0.4339097412549072 10479.333984375 0.1282919137443552 0 0.0 2.346770298599671 2.396333238111606 2.4219290704278524 2.222048587259555 0.00356143 -0.007386258337646723 0.028241539373993874 440 90 90 60 2.3764274784684125 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 98.93402922653527 15.9918851852417 47.40145492553711 10.906817436218262 330946.0 0.0022727272007614374 193.76589965820312 125.8974838256836 8.553697879585476 315.07659912109375 1220.6546630859375 1125.6181640625 86879.0 677.7179138183593 2086.9424072265615 473.6570739746094 36.82761001586914 +sub-10453_ses-V3_task-rest_run-01_bold 0.0008064027149321266 0.00819087190045249 8 34.245251424058914 1.0781772349886627 0.9802325448526078 0.4338292907803966 10509.478515625 0.13139797664337924 0 0.0 2.3459244658438396 2.3998249046395257 2.4186374038919847 2.2193110890000094 0.00448582 -0.006998508237302303 0.027789657935500145 442 90 90 60 2.3855382750029817 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 101.92973608612672 15.94300651550293 47.26506042480469 10.889141082763672 330912.0 0.0022624435368925333 191.3754570007327 127.00567626953125 8.482004659189036 315.7976379394531 1220.78466796875 1126.972900390625 86875.0 677.856378173828 2084.93740234375 472.4159851074219 36.859169006347656 +sub-10453_ses-V3_task-rest_run-02_bold 0.0008447855530474041 0.007360516501128668 7 32.043597096244355 1.0537259548190046 0.9794512899547518 0.43416288744547993 10486.7578125 0.1264116836429333 1 0.22573363431151242 2.3446383556671413 2.399020738004814 2.420029070503351 2.2148652584932593 0.00341659 -0.0072225783951580524 0.02733117900788784 443 90 90 60 2.3562020845381912 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 98.54042156473477 15.917057991027832 47.82712173461914 10.884876251220703 331002.0 0.0022573363967239857 196.4542999267582 126.20177459716797 8.723858927416714 316.674560546875 1218.350341796875 1123.110595703125 86857.0 670.796875 2086.1751464843746 476.6586608886719 37.68706512451172 +sub-10457_ses-V1_task-cuff_run-01_bold 0.0016632505643340858 0.01382509148984199 7 45.24891268183259 1.0845183712895918 0.9830859450904981 0.4681807875403088 7913.43505859375 0.41754803466468404 23 5.191873589164786 2.3972702647839905 2.3784915721539033 2.431170736727288 2.382148485470781 0.0136694 0.041370369493961334 -0.0009589067194610834 443 90 90 60 2.662150213206682 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 46.433646564267214 17.10849380493164 50.602867126464844 12.0067720413208 317600.0 0.015801355242729187 229.44345932006814 136.32815551757812 6.503918439057445 297.9093017578125 1128.5152587890625 1074.1964111328125 99553.0 589.7607421875 1809.7693847656249 403.5050354003906 29.202634811401367 +sub-10457_ses-V1_task-cuff_run-02_bold 0.0016683972911963885 0.017442712776523702 7 54.61701460438916 1.1085540134841634 0.9877977900678733 0.468618878887544 7540.98779296875 0.5817995355930968 77 17.381489841986458 2.4108549824935923 2.3822832386699027 2.4481374027197598 2.402144306091114 0.0164658 0.04322899132966995 -0.0001029207487590611 443 90 90 60 2.694593510480037 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 45.152495394337 17.292564392089844 50.02931594848633 12.268623352050781 317696.0 0.03386004641652107 226.3662567138672 134.19334411621094 6.1725660020380655 293.5318908691406 1122.4569091796875 1070.4921875 99504.0 587.2558563232421 1798.2301208496092 397.2720947265625 26.54142189025879 +sub-10457_ses-V1_task-rest_run-01_bold 0.0018861936936936936 0.011004702072072074 6 37.401364264040616 1.068417565936795 1.0414239596388266 0.4681100189380631 8579.55078125 0.2746538024966722 189 42.567567567567565 2.402582763014065 2.391716571628389 2.426037403597935 2.3899943138158712 0.00830422 0.04207997769117355 -8.05028757895343e-05 444 90 90 60 2.6446487335124447 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 48.07056661231016 16.579099655151367 50.47846984863281 11.6373872756958 317430.0 0.018018018454313278 229.94336166381817 136.6626434326172 6.2550343637995685 300.2704772949219 1132.0013427734375 1077.7117919921875 99649.0 588.1004760742187 1819.717578124999 407.5045471191406 32.63444137573242 +sub-10457_ses-V1_task-rest_run-02_bold 0.0013173981900452489 0.016234502239819006 8 49.44683122532877 1.1042147317913826 1.008791938163266 0.46983847384688016 7792.09375 0.4871916685325368 321 72.62443438914028 2.4062188730311553 2.391599904966358 2.432283236683081 2.3947734774440272 0.0148408 0.04320836439728737 -0.00026673355023376644 442 90 90 60 2.6834563781577203 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 41.43849835896929 17.019739151000977 50.18561935424805 12.06787395477295 317373.0 0.04524886980652809 231.5000061035152 132.18487548828125 6.2219800525777345 294.16064453125 1119.9791259765625 1068.3145751953125 99810.0 584.0190185546876 1790.850488281249 398.1094055175781 28.075647354125977 +sub-10458_ses-V1_task-cuff_run-01_bold 0.0028644999999999994 0.009494156227272727 10 42.52026376742595 1.11937817357631 1.047162446492027 0.4739335848688932 4290.15283203125 0.26402134304273417 0 0.0 2.4143187384953086 2.4097207375796343 2.48110823474295 2.352127243163341 0.00736465 0.013248719274997711 0.025481674820184708 440 90 90 60 2.5026765721610915 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 54.41367238708481 22.613052368164062 57.2108039855957 16.254545211791992 316824.0 0.09999999403953552 261.0931701660156 125.20860290527344 5.452062574423408 301.830810546875 1125.28271484375 1053.8885498046875 99051.0 585.6761169433594 1883.328369140625 421.1024475097656 31.80916976928711 +sub-10458_ses-V1_task-cuff_run-02_bold 0.0006892970521541951 0.00918582380952381 9 42.35937599256816 1.0877021155 0.9760690947954539 0.47399413668880414 4006.835205078125 0.22894282265410398 0 0.0 2.434747905711995 2.431166570060787 2.516837399989867 2.35623974708533 0.00506064 0.013797574676573277 0.024305498227477074 441 90 90 60 2.4741836085979854 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 55.65802717453471 22.827367782592773 57.142486572265625 16.455781936645508 316280.0 0.08616780489683151 262.26314544677734 126.16992950439453 5.167232208474148 307.438232421875 1117.94189453125 1048.540771484375 99468.0 570.312142944336 1883.897552490234 423.7904968261719 32.98996353149414 +sub-10458_ses-V1_task-rest_run-01_bold 0.0008272789115646258 0.011237696167800452 9 41.5529459258182 1.0572867622272728 0.9515191086818181 0.4729925175829458 4261.3271484375 0.2243666145928054 107 24.263038548752835 2.4248562405766716 2.4185957372269735 2.496295734139453 2.3596772503635886 0.00458827 0.01355881616473198 0.025549540296196938 441 90 90 60 2.489221979774343 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 63.6861746991939 22.397043228149414 56.62096405029297 16.06802749633789 316395.0 0.05895691737532616 255.58231506347641 127.67575073242188 5.2477606321441765 307.853515625 1128.097412109375 1057.7030029296875 99269.0 581.250341796875 1897.8268310546869 424.91094970703125 30.531082153320312 +sub-10458_ses-V1_task-rest_run-02_bold 0.0009154421768707483 0.008209453401360544 9 44.42894161402273 1.1106840326363625 1.0216650312954536 0.4747048716986593 4275.67724609375 0.2749403159511726 207 46.93877551020408 2.426690961658071 2.4214499037802257 2.5021707339060013 2.356452247287986 0.0030447 0.01508830301463604 0.02401365153491497 441 90 90 60 2.474854547246072 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 49.20910653541332 22.46764373779297 58.07513427734375 16.029478073120117 316502.0 0.0634920671582222 268.68684692382817 128.54299926757812 5.136482667566451 306.7960510253906 1115.738037109375 1046.032958984375 99386.0 569.0821838378906 1880.0895690917969 422.66229248046875 34.360260009765625 +sub-10459_ses-V1_task-cuff_run-01_bold 0.001716561797752809 0.015303368382022474 5 44.224345190180145 1.0635908576351356 1.0550501384684678 0.4828722530827014 1962.3837890625 0.19068077001366115 1 0.2247191011235955 2.355997897608788 2.3407832403189643 2.4048915711048617 2.322318881402538 0.0161777 0.023231614381074905 0.017702464014291763 445 90 90 60 2.1979066829062583 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 49.12547876237087 32.284080505371094 61.89967346191406 23.59550666809082 311618.0 0.14831461012363434 238.4651641845703 127.6788558959961 4.11433493056188 342.4644775390625 1120.3988037109375 1040.0831298828125 103599.0 499.2916961669922 2013.117541503906 473.2130432128906 24.138561248779297 +sub-10459_ses-V1_task-cuff_run-02_bold 0.0014190561797752807 0.015267265393258428 5 43.6133469935586 1.0481100464414417 1.030653226238738 0.48199548198715403 2028.767822265625 0.1936884276139146 1 0.2247191011235955 2.3634395659693324 2.3402832403388323 2.421708237103294 2.3283272204658703 0.0137756 0.024449581280350685 0.01951989345252514 445 90 90 60 2.2007673087279147 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 52.59346926319085 31.54777717590332 60.475982666015625 23.026966094970703 311751.0 0.15730337798595428 231.62696838378906 125.06610870361328 3.992279744702749 340.693603515625 1106.131591796875 1026.155029296875 103454.0 499.9241531372071 1989.6719726562496 466.26922607421875 23.770503997802734 +sub-10459_ses-V1_task-rest_run-01_bold 0.002365823927765237 0.016654471286681717 7 48.19096520366516 1.1061225349999997 1.052613565022625 0.48227128161918636 1890.471435546875 0.24964464127934913 113 25.507900677200904 2.380431237109995 2.357304072995819 2.4401124030386447 2.3438772352955204 0.0108328 0.021802423521876335 0.0166387390345335 443 90 90 60 2.1704621250073575 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 9 50.54718399246344 33.330101013183594 62.41590118408203 24.41083526611328 311622.0 0.19638825953006744 238.42426528930667 127.09579467773438 4.489755172375037 351.4502868652344 1140.14013671875 1054.918701171875 103643.0 514.4433471679688 2057.1503417968747 486.03179931640625 22.617034912109375 +sub-10459_ses-V1_task-rest_run-02_bold 0.0018822645739910318 0.015816664663677128 4 44.10937700591012 1.0606606564269674 0.9843560598876409 0.4838418310753736 1891.5291748046875 0.18785734662420972 45 10.089686098654708 2.361938178308742 2.3410165736430257 2.4129415707849833 2.3318563904982157 0.0149008 0.023573480546474457 0.018165452405810356 446 90 90 60 2.1922339012340033 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 52.86767164797868 32.42444610595703 61.72486877441406 23.66592025756836 311155.0 0.1502242237329483 236.28677825927724 126.99498748779297 4.304996189443612 338.8177795410156 1109.353759765625 1027.4327392578125 104059.0 501.261898803711 1994.6775024414046 468.66705322265625 23.367746353149414 +sub-10459_ses-V3_task-cuff_run-01_bold 0.0014852702702702705 0.018907070495495493 6 47.31456400945821 1.0279338804514673 1.0011558677426637 0.4735264648147043 2540.4951171875 0.23743988305654146 4 0.9009009009009009 2.4040313627236984 2.2853124091898436 2.479691568132577 2.4470901108486744 0.0143976 0.040520571172237396 0.022540133446455002 444 90 90 60 2.3431328375860065 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 58.16136740610905 22.676467895507812 43.32128143310547 17.2747745513916 313279.0 0.12612612545490265 149.52523040771476 102.48918914794922 3.9725865362954407 281.368896484375 918.7229614257812 863.608154296875 103498.0 414.7279388427735 1594.0664001464838 368.5680847167969 21.631126403808594 +sub-10459_ses-V3_task-cuff_run-02_bold 0.00151876404494382 0.017544509820224718 5 47.80230805689188 1.0596069977702711 1.058611355247747 0.4737523038462094 2539.7080078125 0.25002697775283167 0 0.0 2.4089480288174983 2.284612409217659 2.493241567594148 2.4489901096406874 0.0170799 0.04226405918598175 0.022356541827321053 445 90 90 60 2.3439949380585774 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 58.074738728410644 22.495573043823242 43.167537689208984 17.042695999145508 313175.0 0.11910112202167511 149.76405334472656 101.98959350585938 4.032688914289477 279.00921630859375 904.0366821289062 851.1707763671875 103565.0 406.91685791015624 1567.5892578124995 363.1264953613281 21.805530548095703 +sub-10459_ses-V3_task-rest_run-01_bold 0.001022488789237668 0.015614246412556054 4 46.59496067355059 1.047690105820224 1.0033173582247192 0.4738369801102721 2432.79638671875 0.23618272781285365 108 24.2152466367713 2.377809149600837 2.265974909958247 2.4609165688786283 2.406535969965636 0.0122754 0.04030944034457207 0.0214634221047163 446 90 90 60 2.3316708046943186 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 56.323537638601536 22.72769546508789 44.15116882324219 17.42376708984375 313387.0 0.08295964449644089 153.34396057128913 104.7097396850586 3.9678828583589034 282.201416015625 917.3946533203125 863.1289672851562 103276.0 411.52076721191406 1595.5331726074219 370.17437744140625 23.215816497802734 +sub-10459_ses-V3_task-rest_run-02_bold 0.0009958558558558557 0.019378592567567566 6 47.103825063115146 1.0200420244243797 0.9758866768171561 0.47420590758547126 2428.977783203125 0.24077407303571877 111 25.0 2.4126549715781676 2.2863207424831096 2.4949207341940904 2.456723438057303 0.0250672 0.04316076636314392 0.022575432434678078 444 90 90 60 2.340378211899356 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 19 58.69876928857104 22.870140075683594 43.54108810424805 17.369369506835938 313478.0 0.12612612545490265 150.4977569580078 103.0858154296875 3.9191763980960896 279.2768859863281 901.5546875 849.427978515625 103459.0 402.979736328125 1566.089465332031 362.9429931640625 20.472278594970703 +sub-10467_ses-V1_task-cuff_run-01_bold 0.000889185520361991 0.01410719346153846 8 42.460986083469415 1.1179116092743764 0.974425928004535 0.4124585101773731 15687.8984375 0.25629489312661974 0 0.0 2.3750508236662564 2.3791999054590898 2.376104072248774 2.3698484932909056 0.00516646 -0.008661412633955479 0.015132308937609196 442 90 90 60 2.7860173765116247 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 83.47965901673746 12.81679630279541 32.69718551635742 8.823530197143555 339675.0 0.0022624435368925333 137.25633850097654 84.13374328613281 4.44980517763348 284.106201171875 1156.9197998046875 1102.642578125 79809.0 606.4443481445312 1860.4023193359371 395.7748718261719 31.37588882446289 +sub-10467_ses-V1_task-cuff_run-02_bold 0.0014728054298642533 0.012417646583710407 8 42.170414407664424 1.1350777796825393 0.9971319524263044 0.4130672913279084 15864.66796875 0.24076878693221623 0 0.0 2.3659716597379252 2.3735499056836007 2.366483239297738 2.357881834232436 0.00760927 -0.008721999824047089 0.015225015580654144 442 90 90 60 2.794323437614127 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 99.9147201720507 12.739646911621094 33.06781768798828 8.757919311523438 339651.0 0.0022624435368925333 140.0542984008789 86.00818634033203 4.498877557161891 282.62359619140625 1154.8592529296875 1101.794189453125 79797.0 607.6878051757812 1854.2104736328124 394.2948303222656 32.889034271240234 +sub-10467_ses-V1_task-rest_run-01_bold 0.001401460674157303 0.011824941573033706 5 39.318621888603616 1.134716523513514 1.021448157342342 0.4114666264347867 15742.11328125 0.20898696465012737 107 24.04494382022472 2.3507994405979784 2.366408239300718 2.3405874069934125 2.3454026754998045 0.00794047 -0.008194499649107456 0.013944453559815884 445 90 90 60 2.7993091926657785 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 69.26899585939118 12.747048377990723 31.744611740112305 8.793258666992188 339561.0 0.002247191034257412 131.9101104736328 81.3619384765625 4.290628916138183 283.1119689941406 1154.832275390625 1102.047119140625 79910.0 603.9672088623047 1856.544000244141 393.68292236328125 34.38058090209961 +sub-10467_ses-V1_task-rest_run-02_bold 0.0010364027149321266 0.010920607737556562 8 41.814165339909266 1.1209340321315187 0.9896453520634926 0.41390418487774583 16017.4033203125 0.23844947505776337 172 38.914027149321264 2.3538563841328455 2.3587082396066887 2.353491573147314 2.349369339644534 0.00730191 -0.008858337998390198 0.01624343730509281 442 90 90 60 2.8056424146589327 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 99.64167759036255 12.622244834899902 33.34757614135742 8.703619956970215 339577.0 0.0022624435368925333 142.0877838134768 87.03839111328125 4.495241857735008 279.83282470703125 1147.8514404296875 1095.63916015625 79890.0 606.1776306152344 1839.3950988769532 390.51031494140625 34.226600646972656 +sub-10467_ses-V3_task-cuff_run-01_bold 0.0009268018018018017 0.012437365090090089 6 41.44448995056435 1.1372049920993226 0.9743305714898419 0.40978992407523096 15956.927734375 0.21658319140837012 0 0.0 2.389375830514494 2.417437403939668 2.418174903910362 2.332515183693451 0.0123695 -0.01008105929940939 0.016628168523311615 444 90 90 60 2.7695210874709724 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 122.4878248739552 13.139729499816895 31.667098999023438 9.054054260253906 339218.0 0.0022522523067891598 127.47815437316879 80.94146728515625 5.061908330637806 293.1846008300781 1197.140869140625 1140.8885498046875 80072.0 635.40576171875 1925.4020996093743 411.9417724609375 33.26734161376953 +sub-10467_ses-V3_task-cuff_run-02_bold 0.0005738268792710707 0.00941987325740319 11 41.413931128013694 1.142303251894977 0.9827425010730596 0.4097812852776023 16511.212890625 0.2178706505156589 0 0.0 2.3758161109669182 2.4100582375662234 2.3956249048064193 2.3217651905281125 0.0118426 -0.010245944373309612 0.016396334394812584 439 90 90 60 2.743267038219325 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 138.17123416980562 12.975303649902344 32.06763458251953 8.913439750671387 339227.0 0.0 130.59317474365238 83.08167266845703 5.142333644687048 295.1577453613281 1196.766357421875 1139.545654296875 80134.0 631.2535461425781 1932.5198913574202 415.3946838378906 36.36518096923828 +sub-10467_ses-V3_task-rest_run-01_bold 0.0007682805429864254 0.012032359253393667 8 43.62390022970521 1.1432894619274379 0.9902213705215411 0.409202860273533 16461.318359375 0.25276342445584477 165 37.33031674208145 2.395418883440769 2.4231915703776847 2.4185249038964547 2.344540176048167 0.0124243 -0.010664284229278564 0.016560573130846024 442 90 90 60 2.749917716338424 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 151.61031125826443 13.098557472229004 31.956342697143555 8.995475769042969 339480.0 0.0022624435368925333 128.5734207153318 82.86814880371094 5.047907341722011 297.41595458984375 1204.8231201171875 1149.140380859375 79959.0 633.0357971191406 1943.5677124023437 417.8791198730469 33.238216400146484 +sub-10467_ses-V3_task-rest_run-02_bold 0.001950022624434389 0.012444066357466064 8 42.74741676666671 1.1689321758049878 1.020905273809524 0.4098151718305295 15707.447265625 0.23401134494351816 137 30.995475113122172 2.3765161119813554 2.409795737576654 2.403233237837424 2.3165193605299885 0.0103259 -0.010488774627447128 0.016536783427000046 442 90 90 60 2.7473111245244795 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 120.38103937773884 13.3870267868042 32.75224685668945 9.162896156311035 340018.0 0.0022624435368925333 134.58926010131813 83.73042297363281 5.449376079180713 296.4935607910156 1205.0921630859375 1146.5203857421875 79563.0 640.4172241210937 1946.8210937499991 417.3219299316406 33.05227279663086 +sub-10469_ses-V1_task-cuff_run-01_bold 0.0009307466063348417 0.01446943386877828 8 51.065943253106575 1.1488261976417233 0.9722223940816325 0.44664485345320853 5452.05615234375 0.2716595212276643 2 0.45248868778280543 2.429173040242707 2.4275915702028446 2.472487401752178 2.387440148773099 0.0117923 0.029157066717743874 0.01281591597944498 442 90 90 60 2.6299921399572788 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 45.78332662780313 20.176137924194336 46.25385665893555 14.085973739624023 329056.0 0.004524887073785067 197.46154403686523 110.60826110839844 6.958892207754365 274.4960632324219 1106.6396484375 1037.883544921875 89456.0 620.3518218994141 1792.1052551269531 394.6315002441406 30.313190460205078 +sub-10469_ses-V1_task-cuff_run-02_bold 0.000867882882882883 0.014251350788288288 6 55.960879177381486 1.194293361693002 1.001252172844243 0.4479503282242646 5565.33740234375 0.3295607088737409 4 0.9009009009009009 2.428091095248521 2.4229082370556103 2.4709415684802702 2.390423480209681 0.0122876 0.030163729563355446 0.012872056104242802 444 90 90 60 2.6412281720240927 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 44.26817046259738 20.147029876708984 47.219295501708984 14.066441535949707 329008.0 0.0045045046135783195 204.28063201904266 112.44142150878906 7.0547114566288 272.8138427734375 1107.097412109375 1037.84912109375 89418.0 625.0324584960938 1787.906732177734 392.9396667480469 29.993391036987305 +sub-10469_ses-V1_task-rest_run-01_bold 0.0010057336343115126 0.014919184582392778 7 51.51452013574657 1.1577419137330316 0.9852065488235291 0.446852853233883 5692.4287109375 0.2850436692331462 170 38.37471783295711 2.4353924816700547 2.4245332369910386 2.4802624014432273 2.4013818065758983 0.0167123 0.027726273983716965 0.012753702700138092 443 90 90 60 2.658458355412818 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 47.32394408429238 20.127246856689453 46.62788772583008 14.108352661132812 329178.0 0.009029345586895943 197.6330787658689 111.58673858642578 7.071393155975974 272.6448974609375 1117.7178955078125 1047.4989013671875 89260.0 637.277197265625 1801.857507324219 394.0227355957031 29.756114959716797 +sub-10469_ses-V1_task-rest_run-02_bold 0.0011943310657596374 0.012949676621315194 9 54.9174477230909 1.2136499612954534 1.0122298812045456 0.4486345851856606 5532.611328125 0.31267799806927365 172 39.002267573696145 2.4111910997554564 2.4076165709965793 2.4548374024535256 2.3711193258162653 0.0120533 0.030797911807894707 0.013191122561693192 441 90 90 60 2.637224612984962 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 44.057120673416996 20.137840270996094 47.814266204833984 14.038548469543457 329019.0 0.0022675737272948027 208.7371948242187 114.01434326171875 7.16430503878998 272.04901123046875 1104.6817626953125 1035.8050537109375 89423.0 622.3081909179688 1781.726818847656 392.7611083984375 31.031036376953125 +sub-10469_ses-V3_task-cuff_run-01_bold 0.0010059819413092551 0.01214176126410835 7 56.37306346291857 1.1733246070588246 1.00008232423077 0.4609541524961723 3602.6142578125 0.40640513942306933 15 3.386004514672686 2.4707494259181892 2.4570707356981143 2.5598790649462115 2.3952984771102415 0.00946535 0.011574705131351948 0.018981605768203735 443 90 90 60 2.7476909450361044 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 58.88480143139385 24.300621032714844 53.670955657958984 17.805870056152344 326709.0 0.06772009283304214 227.01129760742108 115.7464599609375 4.66892311479738 289.7532653808594 1123.8714599609375 1060.5191650390625 91409.0 620.5738159179688 1814.4244384765618 385.9653015136719 30.521976470947266 +sub-10469_ses-V3_task-cuff_run-02_bold 0.0010583333333333334 0.011542902995495494 6 57.6507258792325 1.1844937174492098 0.9917147118284424 0.46174095171796503 3597.93017578125 0.42748368774256407 29 6.531531531531532 2.467591093120966 2.449708235990674 2.5598332316146997 2.3932318117575253 0.00947061 0.012036509811878204 0.019735004752874374 444 90 90 60 2.756003114002359 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 56.557849297724154 24.312673568725586 54.20962142944336 17.75225257873535 326711.0 0.036036036908626556 230.9808578491211 116.80607604980469 4.638216939631297 287.74176025390625 1119.029541015625 1054.898681640625 91376.0 622.6678161621094 1806.5760498046875 382.7618713378906 31.33660888671875 +sub-10469_ses-V3_task-rest_run-01_bold 0.0015375113122171945 0.017967297285067872 8 75.51851514780043 1.182533342176871 0.9967571121541948 0.4607607290149021 3426.076171875 0.6889387436312097 336 76.01809954751131 2.5081966356743837 2.482158234701227 2.591879063674646 2.4505526086472775 0.0204681 0.010250122286379337 0.018938006833195686 442 90 90 60 2.7709689684247114 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 14 55.63468061965632 25.103612899780273 53.77532196044922 18.50226402282715 326522.0 0.06787330657243729 224.11743392944342 114.90365600585938 4.733687309258745 290.97760009765625 1137.6090087890625 1072.8134765625 91200.0 633.4360229492187 1831.3423645019534 387.15972900390625 25.145259857177734 +sub-10469_ses-V3_task-rest_run-02_bold 0.001419572072072072 0.012980101441441443 6 60.026808314469505 1.1870884986681725 1.0133143319638829 0.46244810283035204 3361.210205078125 0.4088627429318686 286 64.41441441441441 2.4799049798375425 2.4649999020497044 2.5730123977576733 2.401702639705251 0.00851863 0.012629867531359196 0.018527550622820854 444 90 90 60 2.7416247549502923 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 58.20390019091954 24.973834991455078 54.93241500854492 18.317567825317383 326689.0 0.06756757199764252 234.65810852050743 118.24437713623047 4.4424327843687275 290.49652099609375 1120.2745361328125 1056.43701171875 91424.0 618.6616058349609 1810.3457519531248 385.3303527832031 29.84484100341797 +sub-10470_ses-V1_task-cuff_run-01_bold 0.005481651583710408 0.015452495859728506 8 30.719385026258518 1.0330064465532882 1.043000218344671 0.4428230547314029 5471.64013671875 0.13740997210592704 0 0.0 2.5099216431938354 2.5623665648473675 2.5550373984719355 2.412360966262203 0.0124578 0.0070244139060378075 0.014625808224081993 442 90 90 60 2.3149174960838703 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 15 59.03980955969362 23.010526657104492 44.92615509033203 16.081449508666992 323751.0 0.04072398319840431 169.27489471435547 93.83320617675781 6.977572273249361 342.0265808105469 1258.2437744140625 1166.3665771484375 93130.0 643.8559295654297 2170.4990112304686 503.8453063964844 25.138137817382812 +sub-10470_ses-V1_task-cuff_run-02_bold 0.003653189066059225 0.012062477904328019 11 30.53066578954337 1.0061883396118723 1.0303643900913233 0.44451764983279624 5263.0615234375 0.13386379657449068 0 0.0 2.503127200149382 2.552595731902292 2.5501123986676375 2.406673469878216 0.00937351 0.0051503353752195835 0.013815748505294323 439 90 90 60 2.30915456542393 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 60.54881353478946 22.985403060913086 45.88139724731445 16.088838577270508 323446.0 0.0364464707672596 174.34966278076172 95.35836791992188 7.130553710138692 340.27911376953125 1250.497802734375 1158.2301025390625 93123.0 642.5358093261718 2160.1323242187486 501.5791931152344 28.68926429748535 +sub-10470_ses-V1_task-rest_run-01_bold 0.0014172108843537414 0.009279658911564624 9 31.586419573522708 1.0390943182499992 0.9919235841818189 0.4445500653830312 5208.009765625 0.14116703955586585 18 4.081632653061225 2.4489494375116165 2.511149900215868 2.494391567548451 2.3413068447705303 0.00407403 0.006380352191627026 0.015699664130806923 441 90 90 60 2.402374350823064 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 61.5712348504255 22.571863174438477 43.792232513427734 15.80272102355957 323626.0 0.03628117963671684 164.82653427124023 92.4991683959961 6.3345002061938995 328.8065185546875 1235.01416015625 1150.0816650390625 93316.0 637.0572662353516 2102.6331787109375 478.7245178222656 32.42365646362305 +sub-10470_ses-V1_task-rest_run-02_bold 0.0021177149321266967 0.007841195 8 31.799477583537406 1.0794564160997728 1.0431890932426306 0.4453909440128893 5086.369140625 0.14184629152444106 9 2.0361990950226243 2.44631610679625 2.5130207334748613 2.49727073410071 2.3286568528131784 0.00526084 0.006116554606705904 0.013355212286114693 442 90 90 60 2.3800866502792237 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 54.99861414744181 22.80255699157715 44.34676742553711 15.990950584411621 323495.0 0.03393665328621864 169.72511749267565 91.85356140136719 6.505518830096731 329.986328125 1232.6900634765625 1145.501220703125 93166.0 640.7375793457031 2114.6985473632812 481.2829284667969 34.91875457763672 +sub-10470_ses-V3_task-cuff_run-01_bold 0.002239363636363636 0.01642357565909091 10 37.02122218633257 1.055334196469248 0.9824264544646927 0.44189725912795064 4847.77587890625 0.22211061274729585 3 0.6818181818181818 2.4512591576171583 2.492849900943045 2.509429066950915 2.351498504957514 0.00428346 0.002684082370251417 0.015183665789663792 440 90 90 60 2.459651194120554 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 65.38725845012573 23.725006103515625 43.171417236328125 16.959091186523438 325678.0 0.11590908467769623 156.7756759643553 87.16796112060547 5.584603425025897 320.009521484375 1259.13623046875 1171.8431396484375 91527.0 667.8260986328125 2154.6587890625 476.4239501953125 27.600814819335938 +sub-10470_ses-V3_task-cuff_run-02_bold 0.004410204545454545 0.015185199204545457 10 39.883507817767686 1.1256041195216404 1.0637552335307507 0.4410243928759135 4973.67626953125 0.2465505654283268 3 0.6818181818181818 2.4462341578093825 2.4876874011481838 2.499479067346292 2.351536004933672 0.00984348 0.0027533688116818666 0.017175694927573204 440 90 90 60 2.436374011762292 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 17 102.75286895396839 23.85304832458496 43.97003936767578 16.93181800842285 326238.0 0.06590908765792847 160.03249664306625 93.60314178466797 5.782603791952752 321.082763671875 1264.26904296875 1175.75341796875 91224.0 669.2169067382812 2168.2781860351547 482.5806579589844 27.75521469116211 +sub-10470_ses-V3_task-rest_run-01_bold 0.003344424379232506 0.019106429841986457 7 36.9200359838009 1.0836181561312215 1.0404359594117638 0.4420450547802597 4737.0859375 0.2102833482309721 81 18.284424379232505 2.4864049803772956 2.5241582330322965 2.5373707325072794 2.397685975592311 0.00529919 0.004001757595688105 0.015160227194428444 443 90 90 60 2.4526775342670173 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 63.44117035104378 24.293928146362305 42.773643493652344 17.374717712402344 324818.0 0.1218961626291275 153.78216552734298 85.64339447021484 5.6362717071769595 319.2580871582031 1256.218994140625 1169.88720703125 92042.0 660.8413024902344 2148.1013427734374 476.9811096191406 24.54555892944336 +sub-10470_ses-V3_task-rest_run-02_bold 0.001631696832579186 0.013042488031674206 8 35.259177456621295 1.0852512548979596 1.0051230507936502 0.44253757322710563 4831.3876953125 0.18928259853853446 48 10.85972850678733 2.4367744393919764 2.4870207345080084 2.4890249010950365 2.3342776825728846 0.00470666 0.0033782771788537502 0.01599348522722721 442 90 90 60 2.4720336207773617 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 85.96614571317002 23.661258697509766 43.23462677001953 16.839366912841797 325641.0 0.08144796639680862 157.8642578125 89.39305114746094 5.443723789167253 315.4688720703125 1246.6094970703125 1160.5384521484375 91684.0 662.7337188720703 2128.0817504882807 469.46453857421875 30.686758041381836 +sub-10472_ses-V1_task-rest_run-01_bold 0.0008971719457013574 0.010741258619909504 8 39.57382136401361 1.005903512562358 0.9989082543990938 0.5803946210442343 251.0282745361328 0.13868151141933724 4 0.9049773755656109 2.7344555395904577 2.4080457376461926 2.9961040476121883 2.7992168335129914 0.0103778 -0.0450015589594841 0.18115662038326263 442 90 90 54 2.5039977132914606 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 27.35436561134338 6.4402642250061035 31.6084041595459 12.56787395477295 282189.0 7.981900691986084 121.05792388916011 49.66279983520508 0.7235288231486434 79.0374526977539 226.2813720703125 215.36199951171875 90214.0 101.39593505859375 381.9020629882812 86.00679016113281 29.666074752807617 +sub-10473_ses-V1_task-cuff_run-01_bold 0.0018466289592760181 0.01809003425339367 8 41.11169834099773 1.0699575703174604 1.0006592550340134 0.4327399464230773 5363.5126953125 0.17129560744054426 1 0.22624434389140272 2.3924299991674842 2.4227499037285685 2.4326332366691736 2.32190685710471 0.00653249 -0.0006293795304372907 0.014270396903157234 442 90 90 60 3.047153015521032 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 73.41701310932947 18.515758514404297 44.67546081542969 13.18099594116211 343133.0 0.06334841996431351 179.66290283203125 115.37591552734375 5.313843881199881 232.2419891357422 992.8302612304688 958.769287109375 76957.0 555.3054321289063 1547.4919677734365 314.6422424316406 27.229511260986328 +sub-10473_ses-V1_task-cuff_run-02_bold 0.0022818961625282164 0.012447478735891646 7 40.49118137764707 1.11654151438914 1.0114743871945706 0.43212455913317893 5359.39404296875 0.1828090718957883 4 0.9029345372460497 2.3383564020812826 2.3826207386564913 2.3703165724787487 2.262131895108608 0.00547266 -0.00021946306515019387 0.01643424853682518 443 90 90 60 3.0517074173359697 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 17 91.47236998122166 18.44384002685547 45.06470489501953 12.981941223144531 343211.0 0.015801355242729187 182.50677490234375 119.80563354492188 5.509160804707626 230.50115966796875 987.74267578125 952.9661865234375 76950.0 555.81005859375 1537.8544616699223 312.2710876464844 33.07281494140625 +sub-10473_ses-V1_task-rest_run-01_bold 0.0007711085972850678 0.016156935067873305 8 39.07588541791385 1.0189833951927436 0.9552384067346938 0.4327616637719146 5675.7021484375 0.17091157501131427 82 18.552036199095024 2.360177224102655 2.3903540716825296 2.375474905607108 2.3147026950183265 0.00583771 -0.0020887828432023525 0.014728429727256298 442 90 90 60 3.1141575822786027 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 93.26302607653714 18.383262634277344 44.56601333618164 12.958145141601562 342826.0 0.022624434903264046 183.7562255859375 115.73786163330078 5.610859979936681 226.05992126464844 1002.9862060546875 968.8212890625 77185.0 569.5380249023438 1551.4236083984379 311.1001892089844 29.06050682067871 +sub-10474_ses-V1_task-cuff_run-01_bold 0.0006445045045045045 0.010466121936936938 6 50.388471521535024 1.059162555688488 0.978716935079006 0.5608793929607693 395.9984436035156 0.3789203378292608 28 6.306306306306307 2.867679052715339 2.4950915675206358 3.047541545568246 3.060404045057136 0.011738 0.016595901921391487 0.1075584813952446 444 90 90 54 2.4988278240835533 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 21.0876335190429 5.659934043884277 26.419919967651367 11.756756782531738 275699.0 7.707207202911377 94.92838287353504 37.810909271240234 0.6300374940890427 86.74725341796875 260.7563171386719 247.00901794433594 97710.0 115.57083702087402 444.28166503906255 98.84944915771484 29.836496353149414 +sub-10474_ses-V1_task-cuff_run-02_bold 0.001276808988764045 0.010975130674157304 5 51.64896405718469 1.0524713420045042 0.9834619603378378 0.5623533021261498 394.3990478515625 0.3895310625789684 37 8.314606741573034 2.8853971075668423 2.50204990057747 3.0554998785853433 3.0986415435377146 0.00515265 0.015925757586956024 0.10943997651338577 445 90 90 54 2.494599737176101 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 20.461227520372884 5.5372700691223145 26.351150512695312 11.665168762207031 275641.0 7.721348285675049 94.64494323730469 37.206748962402344 0.6627062892212092 85.68109130859375 258.6647033691406 245.27865600585938 97687.0 113.83573303222657 441.3638153076172 98.32334899902344 27.948854446411133 +sub-10474_ses-V1_task-rest_run-01_bold 0.0009305855855855856 0.0106480840990991 6 50.681245351602705 1.067936387945825 0.98491174153499 0.5587209942400663 410.82928466796875 0.376716138074604 221 49.77477477477478 2.9051109956723717 2.512708233487279 3.0924707104495877 3.110154043080249 0.013588 0.0183578934520483 0.10622109472751617 444 90 90 54 2.5040099007307544 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 22.12032705751332 5.549740791320801 26.17605209350586 11.659910202026367 275809.0 7.648648738861084 93.42162322998036 37.763431549072266 0.6193748425447589 87.48020935058594 262.5731201171875 249.11936950683594 97642.0 116.02263488769532 446.40339813232407 99.48766326904297 29.128982543945312 +sub-10474_ses-V1_task-rest_run-02_bold 0.00118509009009009 0.015182126666666667 6 56.24009577182845 1.0534869170203163 0.9762533805191883 0.5637781567751505 370.1971130371094 0.4685039398379918 254 57.207207207207205 2.902755440210418 2.5257165663037076 3.071808211270642 3.1107415430569034 0.00661693 0.018110914155840874 0.11212261021137238 444 90 90 54 2.498860209163945 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 20.5066324575118 6.043941020965576 26.69146156311035 11.972972869873047 275699.0 7.472973346710205 95.6148681640625 37.853580474853516 0.6487396985794294 85.10437774658203 257.0625305175781 243.36260986328125 97614.0 114.5524787902832 438.71194610595694 97.38894653320312 25.67543601989746 +sub-10474_ses-V3_task-cuff_run-01_bold 0.0013374157303370788 0.015678153101123596 5 58.16531249209456 1.0834964269369372 0.9682679905405404 0.564853320364166 288.4898681640625 0.4011790530669041 32 7.191011235955056 3.145277769720534 2.7471582241710735 3.1576623745257706 3.531012710464758 0.00877444 -0.02287628874182701 0.14248983561992645 445 90 90 54 1.935719638534821 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 20.051249121415477 8.272586822509766 32.19108581542969 13.79550552368164 269957.0 7.910112380981445 121.84944152832031 46.28386306762695 1.2422725839282647 103.17247009277344 278.5782775878906 251.3977508544922 101116.0 106.12752914428711 539.3370971679688 129.87237548828125 25.186481475830078 +sub-10474_ses-V3_task-cuff_run-02_bold 0.0016431460674157302 0.018917364134831464 5 62.146171819099095 1.0695377492792795 0.9717894887162162 0.5656419441883268 281.33154296875 0.4456498752834852 52 11.685393258426966 3.0736624894163476 2.720541558562058 3.131666542225419 3.3687793674615643 0.00883068 -0.024060290306806564 0.1430782973766327 445 90 90 54 1.9676863144885681 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 20.379961329023665 8.195958137512207 32.4029541015625 13.833707809448242 270730.0 7.98876428604126 124.16078720092771 47.04633712768555 1.2309985839961568 101.31336212158203 277.7710266113281 250.62246704101562 99595.0 109.84292449951172 532.5144042968749 127.36847686767578 25.261688232421875 +sub-10474_ses-V3_task-rest_run-01_bold 0.0011424044943820224 0.017580531258426967 5 61.89024551504503 1.089220310675676 0.9708515456306309 0.5642606303962747 290.70526123046875 0.4720994499245742 245 55.056179775280896 3.099819435325907 2.7184915586435174 3.136554042031207 3.4444127053029963 0.00815486 -0.02705676481127739 0.1420472115278244 445 90 90 54 1.9687226473707562 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 19.338933297681095 8.215948104858398 32.46367645263672 13.782022476196289 271554.0 7.948314666748047 124.41898880004845 47.11161804199219 1.1781384976432596 103.64556121826172 281.2200622558594 254.16180419921875 98471.0 110.4235954284668 540.7505493164062 129.0991973876953 26.065807342529297 +sub-10474_ses-V3_task-rest_run-02_bold 0.001692847533632287 0.020243350426008968 4 63.67488676773036 1.0852509293033703 0.984555442202247 0.5653814379906816 287.41259765625 0.506771948597081 290 65.02242152466367 3.116604157293016 2.7367373912518267 3.156224874582892 3.456850206044329 0.00692114 -0.01910303346812725 0.15036222338676453 446 90 90 54 1.9570185033671323 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 19.89393839515139 8.347118377685547 32.24976348876953 13.726458549499512 270752.0 7.502242565155029 123.92063102722136 46.820552825927734 1.2769094106519399 100.2651138305664 275.0758972167969 248.1300506591797 100007.0 107.803369140625 529.4155090332027 126.78919982910156 23.513912200927734 +sub-10475_ses-V1_task-cuff_run-01_bold 0.0007928636363636364 0.009726934204545453 10 34.16084959526194 1.1140455398405464 0.9775442748747151 0.4111186941798305 25521.59375 0.21505499277562828 0 0.0 2.336396674389565 2.3129707414241336 2.4061665710541975 2.2900527106903645 0.0110673 -0.0036231300327926874 0.020815052092075348 440 90 90 60 3.3332101952495354 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 408.3679399745069 10.71854019165039 25.957197189331055 7.329545021057129 338850.0 0.0 99.75578994750973 77.9220962524414 2.514155581844558 271.74249267578125 1178.9002685546875 1147.548828125 82050.0 661.1339416503906 1784.5547302246093 344.2752685546875 38.52361297607422 +sub-10475_ses-V1_task-cuff_run-02_bold 0.0020847272727272724 0.010607416227272728 10 34.05100865471525 1.1396564041230068 1.0670363402505685 0.4112194177459897 27037.3125 0.21805639377774963 0 0.0 2.355256393836641 2.3366332404838706 2.428887403484686 2.3002485375413655 0.0130125 -0.003646680386736989 0.02138219214975834 440 90 90 60 3.33619631222873 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 432.09116548055505 10.475932121276855 26.305866241455078 7.184090614318848 339083.0 0.0022727272007614374 101.58136291503891 78.7837142944336 2.6283535727844525 273.844970703125 1183.70751953125 1151.41015625 81858.0 670.3599639892578 1787.041302490234 345.12451171875 37.20964431762695 +sub-10475_ses-V1_task-rest_run-01_bold 0.0009475398633257402 0.012188761275626426 11 33.903583927351576 1.0984710551141554 0.9810237797716893 0.41050378830899503 27365.154296875 0.2032791397245389 23 5.239179954441913 2.3669522229584117 2.3478624067043303 2.433887403286004 2.319106858884901 0.00865126 -0.004580704029649496 0.02177121862769127 439 90 90 60 3.307363672892691 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 413.80346820837934 10.536946296691895 26.239501953125 7.214123249053955 338787.0 0.002277904422953725 100.26355972290041 81.07428741455078 2.632925610585958 281.7535705566406 1200.059326171875 1167.3690185546875 82066.0 674.1031036376953 1821.4368896484375 352.95843505859375 36.48169708251953 +sub-10475_ses-V1_task-rest_run-02_bold 0.0015439503386004516 0.010182280496613995 7 34.682188733031666 1.1430706958144796 1.0350604652488693 0.4109610829277391 27837.7734375 0.23601040478688873 84 18.96162528216704 2.348057783464406 2.3274790741809577 2.4187249038885077 2.2979693723237533 0.0173771 -0.004083545412868261 0.02278447337448597 443 90 90 60 3.330249400858182 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 436.5560076639332 10.328015327453613 26.473764419555664 7.083521842956543 339327.0 0.004514672793447971 103.07833251953127 80.2917709350586 2.7111418273947114 275.156494140625 1182.6722412109375 1149.9232177734375 81628.0 672.2036376953125 1784.6252136230453 345.2943115234375 36.9909553527832 +sub-10476_ses-V1_task-rest_run-01_bold 0.0014907882882882883 0.03125824256756757 6 87.39367743835207 1.0368988371783305 1.0092905598871333 0.40531256631727863 3346.59814453125 0.4455744531970448 315 70.94594594594595 1.9963509299194209 2.040312418925269 2.037941585686144 1.9107987851468498 0.00983001 -0.0145253362134099 0.02421601489186287 444 90 90 60 2.21561314226994 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 33 659.8504999593075 14.174880027770996 22.964685440063477 9.923423767089844 345731.0 0.0045045046135783195 80.67793273925781 63.85186004638672 4.484628678658429 232.64163208007812 587.9192504882812 585.4954833984375 73997.0 164.33109130859378 996.8176147460937 264.2571105957031 13.554366111755371 +sub-10476_ses-V1_task-rest_run-02_bold 0.0022351235955056182 0.02382717123595506 5 84.65694942144138 1.1120201980630637 1.0072842035585587 0.40389101606105765 3338.7265625 0.3967843021464424 294 66.06741573033707 1.969321774430605 2.0252749195228055 2.0227457529566384 1.8599446508123711 0.0133037 -0.01490632351487875 0.023462288081645966 445 90 90 60 2.214495090174624 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 656.6828585843447 14.226318359375 22.71249008178711 9.883146286010742 346121.0 0.0 80.20674133300781 64.0561294555664 4.630376875197226 231.88897705078125 590.1704711914062 588.8820190429688 73692.0 159.52314453125 999.5200134277343 265.9197692871094 15.626094818115234 +sub-10478_ses-V1_task-cuff_run-01_bold 0.00045783482142857144 0.02504849285714286 2 63.139116035279635 1.1002705507382542 0.9718755797539148 0.4345539671652151 1132034.75 0.8608524346645446 222 49.55357142857143 2.833220238907584 2.74432 3.071567323943662 2.6837733927790888 0.0103718 -0.021720129996538162 0.026382816955447197 448 96 96 54 4.703496255610768 0.7999997138977051 2.21875 2.21875 2.3999977111816406 9 119.64377160023949 23.339588165283203 488.3125305175781 15.85921859741211 343643.0 0.13220967948436738 2028.3947631835913 1115.4053955078125 2.0884414093923205 3157.43310546875 18531.736328125 18526.884765625 86588.0 11854.639501953125 24717.423535156246 3938.9375 29.83740234375 +sub-10478_ses-V1_task-cuff_run-02_bold 0.000639731543624161 0.0274751 3 63.07145167466373 1.0975830698654714 0.9757271380941704 0.436522888360772 909431.8125 0.8303346335058055 208 46.5324384787472 2.809826062239248 2.7203560563380282 3.056811267605634 2.6523108627740823 0.00953781 -0.02237590216100216 0.026776662096381187 447 96 96 54 4.806374959964427 0.7999997138977051 2.21875 2.21875 2.3999977111816406 0 113.69224171914716 25.827117919921875 487.4260559082031 17.5208740234375 343217.0 0.1086690455675125 2022.740576171875 1121.8880615234375 2.3122588893842932 2970.390625 18080.1015625 18070.474609375 86755.0 11752.2875 24007.889453125004 3759.667236328125 29.666187286376953 +sub-10478_ses-V1_task-rest_run-01_bold 0.00051586129753915 0.02531241543624161 3 62.36868527327361 1.0958651173094176 0.9740996629820636 0.4345633593124162 1152730.75 0.88735430259809 412 92.17002237136465 2.8148182412854283 2.724394366197183 3.0558828169014083 2.664177540757695 0.00791079 -0.02171890065073967 0.026039108633995056 447 96 96 54 4.772215909625604 0.7999997138977051 2.21875 2.21875 2.3999977111816406 5 140.09911836760446 23.068233489990234 477.5272216796875 15.670138359069824 343419.0 0.12396984994411471 1956.2598632812494 1125.6873779296875 2.3049080595181684 3028.03564453125 18300.634765625 18282.6953125 86669.0 11865.2306640625 24364.82578125 3831.04833984375 30.462812423706055 +sub-10478_ses-V1_task-rest_run-02_bold 0.0005769282511210762 0.02730477600896861 4 62.63086869321351 1.0951356457752812 0.9770497372584269 0.43691577559706085 1115737.125 0.8628433189659944 411 92.152466367713 2.825576427404999 2.736874366197183 3.05878985915493 2.6810650568628853 0.00778087 -0.02277974784374237 0.027445107698440552 446 96 96 54 4.788878552540578 0.7999997138977051 2.21875 2.21875 2.3999977111816406 2 109.40038643551306 23.06911849975586 493.7065734863281 15.671350479125977 343369.0 0.12341429591178898 2055.2160156249997 1124.6080322265625 2.1224614532678903 3064.98779296875 18206.396484375 18166.34375 86710.0 11857.444287109374 24209.489062500004 3793.42236328125 28.619552612304688 +sub-10479_ses-V1_task-cuff_run-01_bold 0.0014091685393258428 0.007919683280898876 5 42.860486923918884 1.0813008181756747 1.0120200477027028 0.5591025167359411 367.1457214355469 0.19401198716569112 0 0.0 2.718449982164889 2.4357415698789926 2.9960707142801795 2.7235376623354948 0.0148574 -0.034327663481235504 0.15986309945583344 445 90 90 54 2.3553236950644156 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 31.78265950515545 5.410666465759277 28.03371238708496 11.689888000488281 276626.0 7.880898952484131 104.26348304748535 44.43092346191406 3.1801568355817764 85.29459381103516 257.17730712890625 242.14718627929688 95434.0 117.54809226989747 443.2951690673824 102.80791473388672 34.18297576904297 +sub-10479_ses-V1_task-cuff_run-02_bold 0.0006352584269662922 0.0061862037977528095 5 44.639792931981944 1.0762582663063054 1.002820425743244 0.5604814431703015 365.08837890625 0.24065795745759735 0 0.0 2.710619426859369 2.4309374034032265 2.9792290482827406 2.7216918288921415 0.0170311 -0.034935448318719864 0.16297698020935059 445 90 90 54 2.354544732971955 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 31.548719248802783 5.400670051574707 28.325830459594727 11.67415714263916 276266.0 7.874157428741455 105.86292266845703 45.03065490722656 3.211533711229624 84.96810913085938 255.99066162109375 241.06854248046875 95712.0 116.92157707214356 441.74719848632805 102.38381958007812 35.81303024291992 +sub-10479_ses-V1_task-rest_run-01_bold 0.00035384615384615386 0.0062852376244343896 8 41.99564705836735 1.0754992289342393 0.9986203777777778 0.5579045747513521 380.4947814941406 0.18118024522370407 55 12.44343891402715 2.717494426563692 2.4409457363388642 2.990524881167218 2.721012662184993 0.0150979 -0.03417280688881874 0.15938465297222137 442 90 90 54 2.351254499152686 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.728789022520253 5.215942859649658 27.922908782958984 11.554299354553223 276499.0 7.898190498352051 104.58145141601562 44.294429779052734 3.152460782302568 86.17543029785156 258.4104309082031 243.66403198242188 95598.0 116.90102157592773 445.5753540039062 103.6309585571289 36.66602325439453 +sub-10479_ses-V1_task-rest_run-02_bold 0.0005689662921348315 0.007664049123595506 5 43.90627840398648 1.0637028022297288 0.9981008146171177 0.5615811624384317 355.46533203125 0.2255065848818838 127 28.53932584269663 2.7100916489546556 2.4305457367521233 2.9825040481526037 2.7172251619592407 0.0195307 -0.034653257578611374 0.16272935271263123 445 90 90 54 2.351083575515952 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.164890740941686 5.480629920959473 28.31258201599121 11.719100952148438 276060.0 7.856179714202881 106.0002246856689 44.668060302734375 3.186823421318315 84.11685180664062 253.57435607910156 238.66741943359375 95968.0 115.91089820861816 438.64629364013666 101.51326751708984 34.05021286010742 +sub-10479_ses-V3_task-cuff_run-01_bold 0.0006907936507936507 0.007338832040816327 9 42.42788146636362 1.0836050702272724 0.9899924247954545 0.5689875986258559 274.290283203125 0.16139607100496123 0 0.0 2.7706569249848862 2.5013332339392806 3.07350821120309 2.737129329812288 0.0135551 -0.04979595169425011 0.1451829969882965 441 90 90 54 2.2146499475581956 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 26.657494236583798 8.438394546508789 32.406734466552734 14.297052383422852 272557.0 8.222222328186035 120.8784622192382 48.32947540283203 4.129778983232511 95.15552520751953 274.0870056152344 257.748291015625 98817.0 118.63265686035157 483.91158447265605 116.38272094726562 34.540733337402344 +sub-10479_ses-V3_task-cuff_run-02_bold 0.000712737556561086 0.007152688371040724 8 42.405662467437665 1.0892854440362822 0.9957555358730156 0.5703900007441848 269.1076965332031 0.1631237137020824 0 0.0 2.7730638695966654 2.500162400652472 3.0739582111852086 2.745070996952315 0.0125229 -0.05026945844292641 0.14554986357688904 442 90 90 54 2.2153875628348856 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 26.10442575336609 8.597081184387207 32.64365768432617 14.423077583312988 272309.0 8.226244926452637 121.96923522949197 48.36866760253906 4.1006576618999295 94.89323425292969 273.5615234375 257.283935546875 99026.0 118.5418586730957 484.2511444091797 116.13436889648438 35.5493049621582 +sub-10479_ses-V3_task-rest_run-01_bold 0.0004891836734693877 0.006071064308390024 9 41.72345804720454 1.0884007055227272 0.9925852242045449 0.5666465670417373 291.3456726074219 0.1532171027436192 55 12.471655328798185 2.785948591514821 2.517470733298034 3.0890248772531796 2.751350163993249 0.00639044 -0.04917656257748604 0.14602166414260864 441 90 90 54 2.2054847102050292 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 26.484847547828256 7.977812767028809 31.996444702148438 13.927437782287598 272840.0 8.190476417541504 119.74603271484375 47.96539306640625 4.082360062636386 96.54732513427734 274.718505859375 258.62811279296875 98699.0 116.76168212890624 484.0927398681639 117.26528930664062 36.40508270263672 +sub-10479_ses-V3_task-rest_run-02_bold 0.0003862528216704289 0.006554586930022573 7 41.78799579156113 1.072047334140272 0.987922624230769 0.5711557741447248 265.6605224609375 0.16522354563269284 70 15.801354401805868 2.7643958141428513 2.4921624009703636 3.063283211609395 2.7377418298487957 0.0106623 -0.05032583326101303 0.1443251520395279 443 90 90 54 2.21395340322236 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 25.905794418912873 8.698156356811523 32.77667999267578 14.501129150390625 272275.0 8.209932327270508 122.11128845214841 48.51326370239258 4.113545278349101 94.48494720458984 272.9452209472656 256.595947265625 99071.0 118.07901000976562 483.1997833251953 115.89884948730469 35.55703353881836 +sub-10480_ses-V1_task-rest_run-01_bold 0.0006260449438202247 0.010585424404494382 5 42.28598447743242 1.0593457393468462 0.9771756455405401 0.5575098081044733 348.2503356933594 0.2141702198059223 91 20.44943820224719 2.869202766081697 2.5177332332876032 3.000041547455726 3.089833517501763 0.0109019 -0.031699083745479584 0.09297042340040207 445 90 90 54 2.579414413280208 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 31.36192626720446 7.059850692749023 27.584659576416016 13.002246856689453 279658.0 7.847190856933594 95.52393417358391 39.401092529296875 0.48578578306242326 91.96965789794922 266.7087097167969 256.2415771484375 94322.0 116.50955123901367 442.89878234863284 99.34046173095703 31.843446731567383 +sub-10481_ses-V1_task-rest_run-01_bold 0.0012378506787330318 0.008636060791855204 8 42.02637369231291 1.058038944421769 1.0004696374149664 0.5717959270572013 272.91778564453125 0.19348021624693776 80 18.099547511312217 2.7849805389265008 2.5035749005168717 3.011570713664265 2.8397960025983653 0.0103564 -0.022877709940075874 0.1280745565891266 442 90 90 54 2.030423584807481 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.856237323441007 7.275485038757324 31.683441162109375 13.554299354553223 263628.0 8.21267032623291 119.9954833984375 49.85812759399414 2.498070776618203 101.58845520019531 266.7882080078125 244.1154022216797 106489.0 113.92308044433594 491.77286987304683 120.22824096679688 31.650531768798828 +sub-10482_ses-V1_task-cuff_run-01_bold 0.0010980316742081448 0.01187124115384615 8 40.14432087943314 1.0368581521315188 1.0045036959410436 0.4830697953715096 4932.35888671875 0.2521890624248603 0 0.0 2.439416096410313 2.4339582366165224 2.5019790672469506 2.382310985367466 0.00423385 0.03728390857577324 0.003612607019022107 442 90 90 60 2.3950904115513874 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 63.733471940241586 20.17278289794922 54.20349884033203 14.205883026123047 309260.0 0.018099548295140266 240.35634078979464 135.66387939453125 6.6703521562612025 287.70538330078125 1080.712890625 1002.5927734375 106739.0 553.7954833984375 1850.5188720703125 418.6013488769531 30.369638442993164 +sub-10482_ses-V1_task-cuff_run-02_bold 0.001243002257336343 0.013569643386004516 7 41.54197482305427 1.0469189231221727 0.9798316932805428 0.4840170141232607 4612.7373046875 0.23285639995928303 0 0.0 2.4387799854064354 2.4330082366542722 2.501433233935307 2.3818984856297267 0.00398867 0.03879810497164726 0.0038815804291516542 443 90 90 60 2.404520287461211 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 56.60688865918766 20.63260269165039 54.35184097290039 14.623024940490723 309431.0 0.02483070082962513 242.4785614013672 133.99978637695312 6.792198688724055 285.86956787109375 1080.0240478515625 1001.3736572265625 106604.0 563.0175018310547 1846.688989257811 416.45269775390625 29.236955642700195 +sub-10482_ses-V1_task-rest_run-01_bold 0.0015994117647058826 0.0111839792760181 8 40.745842014603156 1.0560652126984122 1.0479274157142857 0.48220168981909445 4910.734375 0.23619219377686232 115 26.018099547511312 2.4391035973904778 2.431437403383358 2.5084332336571524 2.3774401551309237 0.00482868 0.036160025745630264 0.004520299844443798 442 90 90 60 2.3880776665893952 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 60.54545535560484 20.186201095581055 53.13642883300781 14.32579231262207 309524.0 0.03393665328621864 234.0270431518551 132.23692321777344 6.83300250942677 286.76953125 1082.092041015625 1002.2987060546875 106675.0 557.8613220214844 1852.7475585937486 419.70745849609375 31.135177612304688 +sub-10482_ses-V1_task-rest_run-02_bold 0.0012275113122171945 0.012530137036199096 8 40.55256673151926 1.0453096529251706 0.9981810681859398 0.4850718567810725 4602.7734375 0.2398523511631956 126 28.506787330316744 2.4320188773654032 2.4322374033515692 2.4960207341503806 2.3677984945942594 0.00354762 0.0390598401427269 0.004266221541911364 442 90 90 60 2.4054016029298593 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 57.60546751307395 20.55181884765625 54.846435546875 14.597285270690918 308994.0 0.04072398319840431 246.80759201049716 134.51307678222656 6.775700937480655 283.9115295410156 1074.8814697265625 997.0679321289062 106753.0 557.4579467773438 1836.939038085937 414.5101013183594 29.935291290283203 +sub-10483_ses-V1_task-cuff_run-01_bold 0.0007618918918918918 0.009802638445945946 6 29.81959934117382 1.1494408832279916 1.0003350598194125 0.43605496947661826 4548912.0 0.14261991879086217 0 0.0 2.5592598189115408 2.6520518309859153 2.67591661971831 2.3498110060303965 0.00789134 -0.015261750668287277 0.02139577642083168 444 96 96 54 4.325532649777519 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 142.40561156855077 13.72861099243164 564.9901733398438 9.300690650939941 341150.0 0.03327137250453234 2807.3644409179688 1524.1156005859375 2.824757074415624 3391.994140625 21314.595703125 20850.9140625 89183.0 14378.960156250001 29871.335351562495 4820.39990234375 51.74909973144531 +sub-10483_ses-V1_task-rest_run-01_bold 0.0007759955257270693 0.010592318881431768 3 27.7501237895964 1.1030734588340798 0.9918823206278021 0.43581380762952476 7952404.0 0.13062827654986256 19 4.250559284116331 2.5598103818997564 2.6502445070422533 2.677525633802817 2.351661004854199 0.00818804 -0.014662232249975204 0.021712083369493484 447 96 96 54 4.322064320799797 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 138.3090093950913 10.24170207977295 559.6173706054688 6.957329273223877 341155.0 0.04531356170773507 2761.7119140624995 1524.75634765625 2.867364191521939 3362.90087890625 21176.845703125 20699.0625 89134.0 14344.001318359375 29695.994726562494 4789.13427734375 50.00727081298828 +sub-10485_ses-V1_task-cuff_run-01_bold 0.0011670361990950226 0.014623291289592758 8 53.749151286008995 1.1172970565532878 1.0239374511791375 0.44319559284957377 6535.4951171875 0.42886043639791993 1 0.22624434389140272 2.5045882173314467 2.457729069005288 2.5892165637804445 2.466819019208608 0.00721587 0.03272804990410805 0.008569666184484959 442 90 90 60 3.210999174739894 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 51.87050849522956 17.217641830444336 42.75672912597656 11.861991882324219 338493.0 0.004524887073785067 161.6411834716796 108.67556762695312 4.961607556677073 213.86373901367188 962.0015869140625 932.2059326171875 82071.0 549.5498046875 1451.5645141601562 290.314697265625 29.639488220214844 +sub-10485_ses-V1_task-cuff_run-02_bold 0.0030920814479638006 0.01646750943438914 8 51.6963129715646 1.1123095783446713 1.0758258295918364 0.44489393232145635 5879.24267578125 0.3721680279294027 0 0.0 2.5709701741041324 2.5383248991360308 2.6625707275322785 2.5120148956440884 0.00672117 0.031119631603360176 0.00864808727055788 442 90 90 60 3.135356335435032 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 18 51.16689946821587 18.264184951782227 43.70901870727539 12.667421340942383 337824.0 0.011312217451632023 165.0235298156736 107.04204559326172 4.558113351542443 226.28469848632812 956.80908203125 929.8394165039062 82803.0 534.1022705078126 1456.0043334960933 296.5639953613281 27.035110473632812 +sub-10485_ses-V1_task-rest_run-01_bold 0.0008529119638826184 0.012157621896162528 7 50.89816204757918 1.1148846833936645 0.9899607740271491 0.44145221394980694 6360.88525390625 0.36814582803776824 283 63.88261851015801 2.503747938651596 2.458212402319415 2.589037397120897 2.463994016514476 0.00562682 0.03234937787055969 0.009275717660784721 443 90 90 60 3.1574488870090813 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 52.614655095552045 17.252403259277344 41.66510772705078 11.88261890411377 338746.0 0.004514672793447971 156.81602478027344 105.89630126953125 5.008051739891153 219.830078125 960.4671020507812 930.7720336914062 82105.0 542.529150390625 1459.5020263671877 294.7843017578125 31.820343017578125 +sub-10485_ses-V1_task-rest_run-02_bold 0.0015772686230248307 0.013464775936794581 7 50.86760976617646 1.1184721600452492 1.0143713827375564 0.44457887029029447 6209.66845703125 0.3929940670200731 282 63.6568848758465 2.541629896153886 2.4946290675390137 2.622287395799661 2.507973225122984 0.00659025 0.03272458538413048 0.008472247049212456 443 90 90 60 3.158649941764695 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 51.13454941401193 17.52683448791504 43.3255500793457 12.076749801635742 338205.0 0.006772009190171957 165.36117553710926 108.08846282958984 4.702724322665345 221.6775360107422 953.1805419921875 925.9368286132812 82557.0 534.7413208007813 1448.688525390625 293.1414489746094 29.795684814453125 +sub-10485_ses-V3_task-cuff_run-01_bold 0.0006795475113122172 0.008916808868778282 8 43.59825175351478 1.1068789681405895 0.9807216662358279 0.45309915859294264 4403.34619140625 0.2571782919915867 1 0.22624434389140272 2.552000716451893 2.56434989810189 2.6217998958190325 2.4698523554347567 0.00571238 0.008448147214949131 0.018324291333556175 442 90 90 60 3.000882282409531 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 50.76490312445368 24.332120895385742 54.550148010253906 16.665159225463867 335393.0 0.0 211.5561187744135 119.87493133544922 5.04132460204722 282.3484802246094 1125.71240234375 1091.81005859375 83779.0 597.17763671875 1732.9855712890612 363.8275146484375 35.25720977783203 +sub-10485_ses-V3_task-cuff_run-02_bold 0.0010649887133182844 0.010401711963882619 7 45.219098238076946 1.1043947748868779 1.0052370969230768 0.4544028414152646 4242.81884765625 0.29213452808636015 0 0.0 2.5690896088906285 2.5830665640248234 2.6415790616997454 2.4826232009473173 0.010154 0.009247558191418648 0.017250513657927513 443 90 90 60 2.9893675759191045 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 48.745841116471524 24.762470245361328 55.51160430908203 17.164785385131836 335117.0 0.022573363035917282 214.2261901855469 120.42442321777344 5.4073796711099185 286.34637451171875 1128.3916015625 1095.338623046875 83782.0 599.6135620117187 1741.2051086425781 366.4093017578125 31.964351654052734 +sub-10485_ses-V3_task-rest_run-01_bold 0.0006767945823927766 0.007517935417607223 7 41.00560536083715 1.117257257647058 0.9920043809502266 0.45225287737137876 4494.08056640625 0.24063852646703604 136 30.69977426636569 2.541965988018088 2.5517332319365646 2.6242748957206845 2.449889836397015 0.0106356 0.00895675364881754 0.01788507029414177 443 90 90 60 2.972058664278476 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 49.52148618993043 24.357515335083008 55.10114288330078 16.74492073059082 335659.0 0.0022573363967239857 215.50812988281245 120.71353912353516 5.073847048666849 289.9241943359375 1140.508056640625 1105.230224609375 83585.0 608.041552734375 1765.7273193359374 371.87139892578125 37.12523651123047 +sub-10485_ses-V3_task-rest_run-02_bold 0.0008698194130925509 0.009737893634311512 7 43.643495507873276 1.0947348818778273 0.9823324824208138 0.4531866698803757 4312.9345703125 0.2777175697429044 190 42.88939051918736 2.5739159974138874 2.5786165642016505 2.6610332275933732 2.4820982004466376 0.00672677 0.008271199651062489 0.017699910327792168 443 90 90 60 2.945607037367583 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 48.811540227234055 24.765817642211914 55.45954895019531 17.029346466064453 335634.0 0.004514672793447971 214.44775085449214 120.56612396240234 5.598134585743246 294.1878662109375 1130.343505859375 1096.6376953125 83466.0 602.1072082519531 1749.914794921875 372.29376220703125 33.00627899169922 +sub-10486_ses-V1_task-cuff_run-01_bold 0.0006704328018223235 0.006225485717539864 11 38.14876522883562 1.0405982753652971 0.9806429028995438 0.5137889330173852 543.4721069335938 0.20038576420088036 0 0.0 2.7663791484623936 2.5387290657866375 2.9905040478347122 2.7699043317658307 0.00799634 -0.023771999403834343 0.08077594637870789 439 90 90 54 2.1152829164607048 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 56.91846988666011 3.6777987480163574 19.135696411132812 10.28246021270752 277054.0 7.514806747436523 56.17243919372548 27.752660751342773 1.8460597891376809 104.0269775390625 282.13037109375 258.41571044921875 94720.0 127.61925659179687 514.3417358398438 122.1653823852539 34.79848861694336 +sub-10486_ses-V1_task-cuff_run-02_bold 0.001532126696832579 0.007870474208144797 8 37.87135295052154 1.0492541536054427 0.9909283004761902 0.5157361074242217 522.2166137695312 0.1923701091830101 0 0.0 2.795816647969413 2.5679332312928347 3.029174879631405 2.790341832984 0.00995852 -0.025968609377741814 0.08338138461112976 442 90 90 54 2.101660928249251 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 55.94447486610976 4.10231351852417 19.544748306274414 10.47963809967041 276550.0 7.280543327331543 58.166631507873454 28.11686134338379 1.922975074738269 103.73854064941406 281.6670837402344 257.43438720703125 95253.0 127.87919006347656 515.2787719726562 122.49028015136719 32.362144470214844 +sub-10486_ses-V1_task-rest_run-01_bold 0.000724172335600907 0.006162314988662132 9 37.49277607306819 1.0634154082272729 0.991488510454545 0.5146226324284393 536.3153686523438 0.1784834928665716 71 16.099773242630384 2.788513870202149 2.56696656466458 3.016679046794611 2.781895999147256 0.0133813 -0.025806060060858727 0.0823083221912384 441 90 90 54 2.0787264621413977 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 52.02177275068224 3.8863682746887207 19.773456573486328 10.455782890319824 276418.0 7.501133918762207 59.292858505248944 28.830821990966797 1.898358421378342 105.9842300415039 286.5025939941406 261.2120361328125 95292.0 128.89037017822267 525.3729034423828 125.65898895263672 35.500938415527344 +sub-10486_ses-V1_task-rest_run-02_bold 0.0005995022624434389 0.005701017511312217 8 38.35187886907026 1.0653452082086179 0.9890879529705223 0.5149395257410886 530.9725341796875 0.18979645844097717 71 16.063348416289593 2.762297203991816 2.541087399026259 2.981587381522362 2.764216831426829 0.00739862 -0.024137623608112335 0.08131075650453568 442 90 90 54 2.1043299533930253 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 52.01365772861088 3.7031517028808594 19.1832332611084 10.278281211853027 276721.0 7.475113391876221 56.25791931152344 27.644424438476562 1.9098241980204254 102.5578384399414 279.3316955566406 255.31788635253906 95024.0 126.61030044555665 509.8322723388672 121.32913970947266 35.32767105102539 +sub-10486_ses-V3_task-cuff_run-01_bold 0.0009443409090909091 0.005047634863636364 10 35.42451459669699 1.0430507891799548 1.0016451696355355 0.5250249183097077 503.87255859375 0.12141566681807388 0 0.0 2.758469428441266 2.51491240006636 2.9336123834287173 2.82688350182872 0.00587144 -0.03165970742702484 0.08247534930706024 440 90 90 54 2.154006804763565 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 48.007622729003394 3.4773764610290527 19.68845558166504 10.184090614318848 274763.0 7.69318151473999 60.30681610107422 27.914573669433594 1.4510645660562878 99.53652954101562 267.5390625 246.5749969482422 97323.0 120.72431564331056 485.34088134765625 114.47212219238281 36.45649719238281 +sub-10486_ses-V3_task-cuff_run-02_bold 0.00037102272727272727 0.004741198159090909 10 35.97203702635535 1.0367447237129854 0.9879646322323464 0.525014459409344 494.91552734375 0.12999009451770496 0 0.0 2.743426373019048 2.5028582338786824 2.9145623841856962 2.8128585009927654 0.0033406 -0.031083984300494194 0.08273275196552277 440 90 90 54 2.1529607557561117 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 48.26102624297829 3.6020495891571045 19.71038055419922 10.256817817687988 275095.0 7.645454406738281 60.50226974487305 27.98874282836914 1.4823232891613216 99.12206268310547 266.8960876464844 245.6340789794922 96963.0 122.05727081298828 485.6754425048826 114.09070587158203 37.31970977783203 +sub-10486_ses-V3_task-rest_run-01_bold 0.00034501133786848075 0.004537036621315193 9 36.021103685568164 1.0486345602954548 0.9933303791363629 0.5237613808304464 511.745361328125 0.11995884991515036 9 2.0408163265306123 2.750934706325283 2.509699900273486 2.922054050554671 2.821050168147693 0.00499636 -0.03031267412006855 0.08083493262529373 441 90 90 54 2.1678076288474233 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 45.898431904965015 3.462766408920288 19.546354293823242 10.17006778717041 275234.0 7.693877696990967 60.36587486267085 27.47098731994629 1.376900929146231 100.65727996826172 268.865478515625 248.15533447265625 96786.0 121.33333778381348 487.1836853027344 114.47235870361328 37.24327087402344 +sub-10486_ses-V3_task-rest_run-02_bold 0.0003304109589041096 0.005325183150684931 12 36.54211931210531 1.0447427363615562 0.9901350739359268 0.5252622330326333 494.9190368652344 0.12479686722857104 4 0.91324200913242 2.743963873182023 2.500879067290661 2.912587384264176 2.818425167991231 0.00822725 -0.031001122668385506 0.08340747654438019 438 90 90 54 2.1517549721525535 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 48.29394307891766 3.50002384185791 19.662841796875 10.200912475585938 274892.0 7.68493127822876 60.19840106964104 27.925928115844727 1.5196904894653818 98.63705444335938 265.92938232421875 244.69862365722656 97179.0 121.318717956543 483.6394744873044 113.71990203857422 36.06105422973633 +sub-10487_ses-V1_task-cuff_run-01_bold 0.0011955580357142855 0.023461236160714282 2 39.91356366221476 1.1304471567114092 0.9848404640939599 0.45540084041062817 414933.875 0.3217171773933135 5 1.1160714285714286 2.7084220550217792 2.7520991549295775 2.8858185915492958 2.487348418586465 0.0162972 -0.016498122364282608 0.03635323792695999 448 96 96 54 4.457385771315487 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 241.37945858887298 45.62390899658203 575.8400268554688 31.250953674316406 331417.0 0.43448991775512696 2612.0291015625007 1439.6231689453125 1.803091927240093 3655.43701171875 20741.86328125 20602.55859375 97315.0 13194.098730468751 28403.757421875 4622.09326171875 31.264673233032227 +sub-10487_ses-V1_task-rest_run-01_bold 0.0009366143497757846 0.024812496860986542 4 39.52243062550559 1.1017390733258436 0.9794551992359558 0.4498546191937615 539873.75 0.3715740434246754 268 60.08968609865471 2.7242927233988503 2.7679504225352116 2.896112676056338 2.5088150716050013 0.00800773 -0.015094760805368423 0.034349534660577774 446 96 96 54 4.407260821289675 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 243.00066898367785 40.65918731689453 552.9636840820312 27.866085052490234 333344.0 0.4529216200113297 2535.313879394529 1368.857421875 1.7303780220714184 3749.822509765625 21033.36328125 20903.25 95858.0 13248.260791015626 28928.712597656246 4742.88720703125 30.2880802154541 +sub-10487_ses-V1_task-rest_run-02_bold 0.0008123266219239374 0.019221987472035795 3 44.48582270764578 1.169353534506726 1.0008360973318389 0.4555544389527766 390310.5625 0.41756028825048463 314 70.24608501118568 2.685946695005253 2.726012394366197 2.8625667605633804 2.4692609300861803 0.0220171 -0.01640212908387184 0.035775791853666306 447 96 96 54 4.500810979823704 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 243.02048069148094 46.60548782348633 571.572265625 31.755598068237305 331512.0 0.2812073364853859 2619.0147094726562 1412.0067138671875 1.824923320383462 3595.75341796875 20691.515625 20551.685546875 97175.0 13218.269824218749 28303.5134765625 4566.19482421875 33.506370544433594 +sub-10488_ses-V1_task-cuff_run-01_bold 0.0007470270270270271 0.006493790337837838 6 40.549607640654656 1.1400381248306992 0.9992795363656887 0.5166240339599876 680.1858520507812 0.20166745965548383 0 0.0 2.7223666460313787 2.5343332326279784 2.98909154789084 2.643675157575319 0.017302 -0.031819961965084076 0.07937055081129074 444 90 90 54 2.5068905633473406 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 40.10084098290948 3.292445659637451 19.876325607299805 10.173423767089844 280822.0 7.837838172912598 61.62601642608645 28.8928279876709 3.2739692709138044 95.87995147705078 296.6064147949219 283.87725830078125 91728.0 139.9152038574219 493.3735534667967 113.23817443847656 37.765655517578125 +sub-10488_ses-V1_task-cuff_run-02_bold 0.00308018018018018 0.009145316238738738 6 42.33481871713317 1.1464216192099312 1.0403587462528205 0.5166721790067703 660.3155517578125 0.27004459256400826 3 0.6756756756756757 2.762751368743988 2.5656040647187206 3.0157040468333545 2.706945994679888 0.0116133 -0.03141053393483162 0.079381063580513 444 90 90 54 2.5008768655168314 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 36.53444413907194 3.6163477897644043 19.74736213684082 10.286036491394043 280880.0 7.502252578735352 60.81306457519531 28.024045944213867 3.2016842430628776 95.41080474853516 295.0462646484375 282.07208251953125 91780.0 139.41115646362303 492.37635498046876 112.78865814208984 31.309619903564453 +sub-10488_ses-V1_task-rest_run-01_bold 0.0012818918918918918 0.009180920810810811 6 39.64663816823923 1.101324448465011 0.9834299463882621 0.5134072399959609 705.626708984375 0.1878180266103561 79 17.792792792792792 2.8195985910415438 2.612787396177157 3.068570711399288 2.7774376655481854 0.00639563 -0.029748378321528435 0.08014687150716782 444 90 90 54 2.457356712634048 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 36.63378402870008 3.1822524070739746 19.4561710357666 10.022522926330566 280397.0 7.644144535064697 59.27882919311534 27.89084243774414 3.15132097657935 97.89849853515625 296.88861083984375 283.9909973144531 92306.0 137.13288497924805 497.12500762939453 115.56704711914062 31.545372009277344 +sub-10488_ses-V1_task-rest_run-02_bold 0.0013631531531531531 0.008055826418918919 6 41.314614013882625 1.1406795486455985 1.009475194018059 0.5166022635315132 663.46240234375 0.21495681129612965 106 23.873873873873872 2.7523791467755263 2.557549898372098 2.9974248808930364 2.7021626610614455 0.0197077 -0.03142092749476433 0.07984264940023422 444 90 90 54 2.4990713373838256 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 35.93622931915715 3.6464006900787354 19.54902458190918 10.173423767089844 280598.0 7.2207207679748535 60.25 27.87305450439453 3.252904298072015 94.04171752929688 292.2882385253906 279.439208984375 92025.0 137.90135803222657 487.43604736328143 111.81661224365234 33.659278869628906 +sub-10488_ses-V3_task-cuff_run-01_bold 0.000873882618510158 0.0064930820993228 7 40.93347974918548 1.1320184336199104 0.9958996374208149 0.5129438652363704 677.0556030273438 0.23118877907358804 0 0.0 2.7897249787959573 2.6243123957191945 3.037533212632608 2.7073293280360695 0.00524768 -0.03216007724404335 0.07996908575296402 443 90 90 54 2.291454102010136 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 29.537504114158608 3.6713640689849854 21.027690887451172 10.566591262817383 279924.0 7.930022716522217 68.26410675048828 29.646230697631836 3.1914462976455926 107.89360809326172 312.9207458496094 296.077880859375 92616.0 139.41197204589844 544.5175323486328 129.2089080810547 36.785560607910156 +sub-10488_ses-V3_task-cuff_run-02_bold 0.0014022522522522522 0.010092839819819819 6 42.16231403823926 1.0835288350338603 0.9845592802031606 0.5146369565745895 641.4119262695312 0.29965858841183285 0 0.0 2.84603886706322 2.67141656051411 3.110566543063858 2.7561334976116916 0.0040218 -0.032310400158166885 0.08052339404821396 444 90 90 54 2.2754380150176075 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 28.87873742715064 4.117226600646973 21.263582229614258 10.815315246582031 279646.0 7.75 68.20720672607422 29.458677291870117 3.269057287448372 108.5872573852539 311.349365234375 294.4988708496094 92992.0 137.7619369506836 542.7348175048828 129.4244384765625 29.691776275634766 +sub-10488_ses-V3_task-rest_run-01_bold 0.0008451015801354402 0.007132038510158013 7 39.1030410407013 1.078532973868779 0.9791893363800906 0.5122165169262968 693.542236328125 0.2406338246527279 155 34.988713318284425 2.8385347007278554 2.6591707276673824 3.099299876844888 2.7571334976712962 0.00495616 -0.03103170543909073 0.08087281882762909 443 90 90 54 2.2910811330198513 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 28.373320691308717 3.6546318531036377 20.960235595703125 10.478555679321289 279968.0 7.715575695037842 68.73284454345695 29.533226013183594 2.9878349402846895 109.58203125 312.85772705078125 296.1061096191406 92681.0 138.52145385742188 544.2212524414062 129.2422637939453 34.26625061035156 +sub-10488_ses-V3_task-rest_run-02_bold 0.001433318385650224 0.00920572437219731 4 41.49116461242695 1.0683489553483148 0.9752850619999992 0.514829423078021 656.6921997070312 0.2730053373298363 179 40.134529147982065 2.8039458126958654 2.6224790624587113 3.047854045555828 2.741504330073058 0.01002 -0.02995818853378296 0.08219844847917557 446 90 90 54 2.3440314328237335 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.08503040516804 3.689884901046753 20.578378677368164 10.47982120513916 280172.0 7.735426425933838 65.5209648132325 28.60953140258789 2.874448001894563 103.68576049804688 303.3912658691406 288.0493469238281 92623.0 135.80337524414062 521.8809448242188 122.88563537597656 29.681421279907227 +sub-10490_ses-V1_task-cuff_run-01_bold 0.0008869525959367946 0.00512831401805869 7 40.095342627262454 1.0661036806787327 1.0039108188235288 0.5411046818329556 540.5751342773438 0.24102253452595807 0 0.0 2.6657263735152843 2.4320665700250244 2.8305082208590417 2.7346043296617863 0.0082939 -0.03527306765317917 0.12164527922868729 443 90 90 54 2.4361601492368266 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 67.4509638175106 3.6680188179016113 23.575899124145508 10.304740905761719 273590.0 7.661399841308594 79.75541992187492 40.712284088134766 1.121451917695481 92.2459716796875 272.0507507324219 255.8284454345703 98645.0 127.4090347290039 467.5399719238279 105.012451171875 37.35245895385742 +sub-10490_ses-V1_task-cuff_run-02_bold 0.0009250452488687783 0.005783984796380091 8 40.505097577346916 1.0698548658049891 1.0067658234920631 0.542504867119142 526.4259643554688 0.24637151700632293 0 0.0 2.6500263737719982 2.414454070724882 2.8121082215901922 2.7235168290009195 0.00925016 -0.03590221330523491 0.12199294567108154 442 90 90 54 2.4394303926960217 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 63.24204717910126 3.753466844558716 23.738035202026367 10.382353782653809 273989.0 7.705882549285889 80.26380310058587 40.3133659362793 1.148606162779246 91.71672821044922 270.5502624511719 254.21607971191406 98438.0 127.62444305419922 464.3539825439452 104.2107162475586 37.06404113769531 +sub-10490_ses-V1_task-rest_run-01_bold 0.0008351357466063348 0.005840804298642534 8 39.14907684666668 1.053435664195011 0.9960864041723358 0.540329813736447 543.687744140625 0.22128183401478485 140 31.67420814479638 2.6837110956178005 2.4443874028687715 2.85417488658528 2.7525709973993497 0.00682374 -0.03455817326903343 0.11984792351722717 442 90 90 54 2.4344823532137383 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 67.18225245203558 3.713214635848999 23.58221435546875 10.350679397583008 273759.0 7.617647171020508 79.70588684082031 40.66740036010742 1.089591016912296 93.53474426269531 273.417724609375 257.49774169921875 98512.0 127.09401206970216 469.77027282714846 105.7705078125 35.55738830566406 +sub-10490_ses-V1_task-rest_run-02_bold 0.001105339366515837 0.005464886108597285 8 39.84450985990932 1.0631256683219956 1.0091275500680275 0.5436788786849642 517.5403442382812 0.2552261036157795 178 40.27149321266968 2.6569430405207592 2.425012403638665 2.8115207216135376 2.734295996310075 0.00738121 -0.03669799864292145 0.1218566969037056 442 90 90 54 2.4226576702000195 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 63.72465851235596 3.874220609664917 23.85940933227539 10.432126998901367 273717.0 7.601810455322266 81.27873535156246 40.07954788208008 1.2017578415875665 91.23872375488281 268.9838562011719 252.63916015625 98758.0 126.33677253723145 463.3129074096679 104.28129577636719 37.04212951660156 +sub-10490_ses-V3_task-cuff_run-01_bold 0.0005686425339366516 0.005548494321266969 8 40.434852358027214 1.0484537248072558 0.9893985326757364 0.5362912003079748 572.072265625 0.2692168955031166 0 0.0 2.6479305397745416 2.4349832365757926 2.807862388425573 2.7009459943222596 0.00655734 -0.03811175003647804 0.11856736242771149 442 90 90 54 2.4284261867183283 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 72.58239850227706 3.602522373199463 23.27943992614746 10.298643112182617 275035.0 7.7081451416015625 79.04072570800781 39.725955963134766 1.2747801795623648 95.42489624023438 279.2073059082031 263.2658386230469 97426.0 130.45476150512695 480.30431365966797 108.40950775146484 36.70512771606445 +sub-10490_ses-V3_task-cuff_run-02_bold 0.001546266968325792 0.006229626968325791 8 40.74833402825392 1.0744109590022688 1.0248643763038554 0.5365993968176044 575.3878784179688 0.28624708414565886 1 0.22624434389140272 2.6557944286515927 2.435804069876509 2.821554054548182 2.710025161530087 0.00651017 -0.037645354866981506 0.11817511916160583 442 90 90 54 2.424729635508018 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 68.63352179095233 3.5790414810180664 23.30735206604004 10.276018142700195 274802.0 7.651584148406982 78.67613601684559 39.5724983215332 1.2702377630791641 95.14485168457031 278.7215881347656 262.6380310058594 97693.0 130.05204162597656 479.8547729492187 108.31586456298828 36.05487060546875 +sub-10490_ses-V3_task-rest_run-01_bold 0.0005620495495495494 0.005449893986486486 6 39.485486992889406 1.0515251590744923 0.9930521719864561 0.5342541589366004 592.9332885742188 0.2527626388420181 187 42.11711711711712 2.6758083172104485 2.457437402350211 2.8459123869136023 2.7240751623675323 0.00863604 -0.036733660846948624 0.11688625812530518 444 90 90 54 2.428239746903339 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 75.72552485878647 3.345871925354004 22.79507064819336 10.117116928100586 274791.0 7.727477550506592 76.78716278076172 39.205284118652344 1.2296673334726833 96.09867095947266 279.1421813964844 263.8310852050781 97649.0 128.78243713378907 479.59100341796864 108.6506118774414 37.363311767578125 +sub-10490_ses-V3_task-rest_run-02_bold 0.0004533408577878104 0.00455347532731377 7 39.35254347676469 1.0541173683710412 0.99577044382353 0.5372463707520572 561.755859375 0.2399014435974441 158 35.66591422121896 2.634745817488328 2.4261040702619527 2.794941555605668 2.6831918265973624 0.00514125 -0.037698499858379364 0.11744120717048645 443 90 90 54 2.417294457606411 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 75.44849212819969 3.594390869140625 23.344173431396484 10.31828498840332 274579.0 7.778781414031982 79.51738128662099 39.83551025390625 1.33195628847729 95.01705169677734 278.2102966308594 262.128662109375 97849.0 130.139501953125 479.844250488281 108.43830871582031 39.2634391784668 +sub-10493_ses-V1_task-cuff_run-01_bold 0.0010801126126126124 0.017029384977477476 6 44.51114729492098 1.001247334469526 0.9595412671331817 0.5805100099993334 180.00314331054688 0.2968303216808822 1 0.22522522522522523 2.73961109379583 2.4498374026522076 3.004366547283866 2.764629331451416 0.0399433 0.047481290996074677 0.09013329446315765 444 90 90 54 2.3526676262805855 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 44.015073552466525 11.430061340332031 32.84424591064453 16.682432174682617 275684.0 8.18693733215332 110.81723480224605 48.49168014526367 1.0566290614692813 85.23625946044922 244.5760498046875 228.4481964111328 97135.0 112.47770385742187 427.3849273681641 97.10127258300781 23.771501541137695 +sub-10493_ses-V1_task-cuff_run-02_bold 0.0013187810383747179 0.016684003002257336 7 46.981754518665134 1.0470066301809955 1.0020517155203619 0.5793248574309501 189.13552856445312 0.3458857439721428 9 2.0316027088036117 2.7300416506882126 2.426395736917029 2.970212381974364 2.793516833173245 0.0252431 0.05372576043009758 0.09503066539764404 443 90 90 54 2.3658347449599892 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 42.569359372686165 10.729622840881348 32.04961013793945 15.88939094543457 276835.0 7.9819416999816895 108.7291259765625 48.07594299316406 1.029054141821928 83.76368713378906 240.83480834960938 224.89842224121094 96410.0 111.73815155029297 420.1833129882813 95.0604248046875 24.91158103942871 +sub-10493_ses-V1_task-rest_run-01_bold 0.0008514672686230248 0.014722164356659143 7 45.65174739699098 1.0163641955656102 0.9678806553846148 0.5804164483145585 181.0675506591797 0.30105449074081797 169 38.1489841986456 2.707249983752359 2.4143207373968467 2.9493915494683764 2.7580376643918556 0.031192 0.04523611068725586 0.08444485068321228 443 90 90 54 2.359197117248793 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 45.52184880762425 11.26844596862793 32.66337203979492 16.562076568603516 275849.0 8.158013343811035 111.20135650634755 48.944190979003906 1.1118498448480043 86.6602783203125 249.3943634033203 233.0519256591797 96808.0 114.07833251953124 434.48488006591754 98.7839126586914 25.31585693359375 +sub-10493_ses-V1_task-rest_run-02_bold 0.0009301126126126126 0.018166048423423422 6 47.09085933790065 1.0324048167042887 0.9880803296388255 0.5811542555249958 184.06906127929688 0.3456411123962147 218 49.0990990990991 2.720233317645977 2.416445737312407 2.9537165492965163 2.7905376663290062 0.0148221 0.05397813394665718 0.09480278193950653 444 90 90 54 2.370477156327313 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 42.1567011328252 10.865737915039062 32.130340576171875 15.957207679748535 276976.0 7.954955101013184 109.36036682128906 48.1499137878418 1.0394923760487806 83.1492919921875 240.2596435546875 224.08334350585938 96239.0 112.08491134643556 418.5880828857422 94.53041076660156 24.487356185913086 +sub-10493_ses-V3_task-cuff_run-01_bold 0.0009027313769751694 0.013996648148984197 7 46.58211690794117 1.0397810950226243 0.9982338343665155 0.5859875748555575 165.20730590820312 0.3536580683728375 13 2.9345372460496613 2.6742791506946424 2.3940874048675136 2.901954051353373 2.72679599586304 0.0118672 0.04629042372107506 0.0837935283780098 443 90 90 54 2.367937416649923 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 39.85561419048262 11.887592315673828 33.50398254394531 17.011287689208984 275187.0 8.17381477355957 113.52009124755851 49.952171325683594 1.1113323264036117 84.02137756347656 244.6565704345703 228.69639587402344 97194.0 112.50485534667968 426.02224426269504 96.57992553710938 26.904687881469727 +sub-10493_ses-V3_task-cuff_run-02_bold 0.0009612866817155758 0.01028680808126411 7 44.82188343900461 1.0490784549773753 1.01125388561086 0.5876414453174129 162.42872619628906 0.3024272700804126 1 0.22573363431151242 2.6400874838366337 2.372537405723834 2.867737386046355 2.6799876597397123 0.00726389 0.0460912324488163 0.08566262573003769 443 90 90 54 2.356502250783068 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 39.215108805395666 11.8541259765625 34.08250045776367 17.047405242919922 275371.0 8.28668212890625 116.75733947753906 50.93326950073242 1.127932430472617 83.67332458496094 243.68556213378906 227.75282287597656 97028.0 111.64876098632811 425.9954833984375 96.64817810058594 29.772354125976562 +sub-10493_ses-V3_task-rest_run-01_bold 0.0004953033707865169 0.01336035817977528 5 45.690484106959424 1.0244026864189193 0.9846519632207212 0.5846231999347465 168.19418334960938 0.3252651246669841 197 44.26966292134831 2.6682902614349904 2.3908124049976505 2.9056457178733464 2.7084126614339747 0.0145609 0.04259232059121132 0.08386260271072388 445 90 90 54 2.3589688876055193 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 41.320915658100866 11.554301261901855 33.3112907409668 16.874156951904297 275343.0 8.330337524414062 112.6427001953125 49.91627883911133 1.0964088849785139 84.99141693115234 245.85540771484375 229.96629333496094 97112.0 111.80224609375 429.4397857666015 97.48543548583984 27.334762573242188 +sub-10493_ses-V3_task-rest_run-02_bold 0.0010454054054054055 0.011273480067567567 6 45.01123120930023 1.0410335658013539 1.0029222775846502 0.5895712261182099 156.19564819335938 0.2963130148510152 174 39.189189189189186 2.6516416505045974 2.383191571967142 2.8778415523115175 2.693891827235132 0.0113385 0.04737241566181183 0.08347232639789581 444 90 90 54 2.343252428158921 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 37.44045362422171 12.228128433227539 34.41072463989258 17.380630493164062 274688.0 8.337838172912598 118.2146415710449 50.97526931762695 1.1627194082812782 83.42976379394531 243.4503631591797 227.4369354248047 97664.0 110.82466316223145 426.64955902099604 97.05986785888672 29.032371520996094 +sub-10494_ses-V1_task-cuff_run-01_bold 0.0009297511312217194 0.007987747850678732 8 37.75900522870745 1.0592102701133792 1.0389441269614517 0.47641294653381383 5223.7958984375 0.14376459307058576 0 0.0 2.468627213731782 2.505637400434915 2.5550332318054347 2.3452110089549962 0.00544804 0.021192623302340508 0.036945708096027374 442 90 90 60 2.193996934958286 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 43.78832566761847 21.484317779541016 62.2914924621582 15.052037239074707 310918.0 0.029411766678094864 286.878854370117 144.1678466796875 10.47552652317247 365.8153076171875 1200.8956298828125 1107.105224609375 104074.0 603.722982788086 2102.377233886718 504.6041259765625 33.553035736083984 +sub-10494_ses-V1_task-cuff_run-02_bold 0.0008506349206349206 0.006284297301587302 9 37.76065871070454 1.077806736409091 0.9897457841363643 0.47599052805162617 5174.5166015625 0.1343706851228176 0 0.0 2.456388330114976 2.503166567199764 2.5448748988757575 2.3211235242694066 0.00564817 0.0211801677942276 0.036405447870492935 441 90 90 60 2.1710825483851273 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 40.67747348290982 21.68263816833496 63.15982437133789 15.08276653289795 311228.0 0.011337868869304657 293.635491943359 145.61074829101562 11.076563330384587 366.9424133300781 1202.8377685546875 1108.0816650390625 103783.0 599.8031860351563 2113.6435791015624 510.379638671875 36.58112716674805 +sub-10494_ses-V1_task-rest_run-01_bold 0.0016569683257918553 0.007707009977375565 8 36.54708358439907 1.0674247966213162 1.0019616744444437 0.4765249567024476 5209.55517578125 0.13489855300850742 4 0.9049773755656109 2.460563326424126 2.5042540671565505 2.5385707324595956 2.3388651796562323 0.00596951 0.020526448264718056 0.038328323513269424 442 90 90 60 2.196718905014246 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 45.48846860145839 21.813037872314453 62.6710319519043 15.239819526672363 310552.0 0.024886878207325935 288.2486450195313 145.65267944335938 10.727332446843798 367.59649658203125 1211.133056640625 1116.5238037109375 104280.0 606.698193359375 2114.900744628906 508.26641845703125 33.9954948425293 +sub-10494_ses-V1_task-rest_run-02_bold 0.0005852045454545454 0.0062124872954545446 10 36.67644157931663 1.055236071275626 1.0088958218678814 0.476411983695688 5023.26611328125 0.12219880451236638 1 0.22727272727272727 2.448328611144406 2.5003790673105293 2.5382373991395077 2.3063693669831804 0.00672369 0.020994456484913826 0.03656775876879692 440 90 90 60 2.160634438926269 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 39.013294430510406 21.89870834350586 63.550601959228516 15.318181037902832 311253.0 0.022727271541953087 297.00953369140484 145.1885223388672 11.615835647218583 366.43353271484375 1200.487060546875 1105.491943359375 103822.0 596.9542022705078 2109.0712402343747 511.6490783691406 35.58445358276367 +sub-10495_ses-V1_task-rest_run-01_bold 0.0029860948081264107 0.009439882979683971 7 46.0845063326923 1.1553918164027157 1.065937420588236 0.4689276289798812 4938.92578125 0.24704270665347453 142 32.05417607223476 2.489407759096219 2.5012749006082653 2.5745998976945916 2.3923484789858 0.0112597 0.01650470495223999 0.016721369698643684 443 90 90 60 1.9760535310939245 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 86.70194927301448 21.757104873657227 51.50737762451172 15.176072120666504 307167.0 0.03227991126477965 226.30632934570315 115.66027069091797 10.52089225523217 359.01568603515625 1184.888427734375 1071.5791015625 107674.0 573.0954132080078 2150.635766601561 542.2799072265625 30.307764053344727 +sub-10495_ses-V1_task-rest_run-02_bold 0.001783190045248869 0.01012682597285068 8 45.84765462383216 1.117383295079365 1.0244445111791383 0.4699930628570767 5002.9365234375 0.23872296368948231 128 28.959276018099548 2.48454248255899 2.492979067604579 2.5735707310688203 2.3870776490035697 0.0124071 0.016883032396435738 0.01740114577114582 442 90 90 60 1.9770434014797489 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 83.94651002272214 21.54804801940918 51.93508529663086 14.947964668273926 307017.0 0.024886878207325935 230.50317687988286 116.60588836669922 10.427951704275346 355.36175537109375 1178.4761962890625 1065.1357421875 107873.0 570.6914306640625 2140.027246093748 538.7493286132812 29.724821090698242 +sub-10496_ses-V1_task-cuff_run-01_bold 0.0004691196388261851 0.006564475191873589 7 43.982602451583745 1.1330088199547503 0.9987436957013572 0.5586336851587695 368.93634033203125 0.14436555006132723 0 0.0 2.698999983933519 2.4277165701978776 2.9156748841414895 2.75360849746119 0.017609 -0.03106899932026863 0.12368578463792801 443 90 90 54 2.337647010330498 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 43.82734147434417 5.066952228546143 26.151962280273438 11.408577919006348 273286.0 7.778781414031982 93.77991485595703 41.143943786621094 1.9946876026891083 87.13885498046875 253.39483642578125 236.93905639648438 98724.0 117.42991027832032 439.3343322753905 101.35741424560547 34.46253204345703 +sub-10496_ses-V1_task-cuff_run-02_bold 0.0006883783783783784 0.008513438603603605 6 44.30746762203157 1.1211102782844236 0.9975549259819404 0.5603578689888308 362.6708984375 0.1620923788381694 0 0.0 2.7064499840362264 2.4296249034553807 2.9240748838077035 2.7656501648455953 0.0207146 -0.0323343463242054 0.12660466134548187 444 90 90 54 2.331767154785613 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 43.45801497225767 5.085592746734619 26.404279708862305 11.42792797088623 272969.0 7.79054069519043 94.22928314208968 41.43689727783203 2.0313641833746043 86.3348617553711 251.21693420410156 234.6328887939453 99009.0 116.41351623535158 435.7937133789061 100.62398529052734 32.3271598815918 +sub-10496_ses-V1_task-rest_run-01_bold 0.0011337387387387386 0.009784748783783782 6 44.305132441828455 1.1201887917832964 0.991737955733633 0.5564619854452129 384.79931640625 0.15441438697065327 29 6.531531531531532 2.731651373061158 2.4399040697135894 2.955049882576868 2.8000001668930152 0.0146486 -0.029892247170209885 0.12317671626806259 444 90 90 54 2.352135243899134 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 43.06359622213582 4.751672744750977 25.713979721069336 11.184684753417969 273455.0 7.835585594177246 91.51847305297841 40.62749099731445 1.9690110376649637 87.71563720703125 253.25347900390625 237.27139282226562 98562.0 116.65563583374023 437.0649993896484 100.87438201904297 30.683536529541016 +sub-10496_ses-V1_task-rest_run-02_bold 0.0006778153153153154 0.010959312297297297 6 45.55793033713313 1.1056060818284428 0.9848628489616249 0.5614530977508265 358.7076110839844 0.178452923945532 59 13.288288288288289 2.7316833176165054 2.4399290697125964 2.9517332160419936 2.8033876670949263 0.0193197 -0.03255884349346161 0.12812598049640656 444 90 90 54 2.334197872157878 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 43.44582218618014 5.199126243591309 26.631637573242188 11.47747802734375 272941.0 7.77477502822876 95.0450439453125 41.59738540649414 1.9927923596267858 85.71211242675781 249.49246215820312 233.0529327392578 99060.0 115.55112800598145 432.1218673706054 99.84233093261719 29.27177619934082 +sub-10496_ses-V3_task-cuff_run-01_bold 0.0005634162895927602 0.005964821923076923 8 36.569599190634904 1.08438828265306 0.9984323851700676 0.5483770280966954 406.7830810546875 0.11561152755781283 0 0.0 2.7440013692113046 2.534316565961974 2.999129047491986 2.6985584941799536 0.00994822 -0.0376877561211586 0.12720441818237305 442 90 90 54 2.1031148605902805 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 28.53393279338866 5.615104675292969 27.711318969726562 11.975113868713379 272846.0 7.993213176727295 104.14423370361328 41.32857131958008 2.64843288354788 103.07609558105469 284.8828125 262.51019287109375 99280.0 121.9745548248291 516.8124816894531 124.81908416748047 37.274024963378906 +sub-10496_ses-V3_task-cuff_run-02_bold 0.0020651126126126126 0.007357316644144144 6 37.57502178232502 1.0905550401580135 1.0106860157336346 0.5495398986599563 403.7455139160156 0.13637941180458354 0 0.0 2.755924980287922 2.5407623990391732 3.015187380187218 2.711825161637375 0.014992 -0.038385357707738876 0.129036083817482 444 90 90 54 2.1016278015707677 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 28.408711763623995 5.796841621398926 27.9243221282959 12.00900936126709 272350.0 7.754504680633545 105.13862800598142 41.63006591796875 2.6656042311035426 102.08586120605469 283.8271484375 261.340087890625 99667.0 121.92477645874024 515.0617309570312 124.35064697265625 34.384498596191406 +sub-10496_ses-V3_task-rest_run-01_bold 0.0005718735891647856 0.007815227652370204 7 36.85951029221722 1.0511481317873304 0.9705797475565605 0.5474797226557122 407.01239013671875 0.11606459802817057 6 1.3544018058690745 2.778243035340205 2.5663665646884217 3.044954045671064 2.723408495661129 0.0150568 -0.03826560080051422 0.1254439651966095 443 90 90 54 2.1015207495353585 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 25.00269500535584 5.836699962615967 27.537132263183594 12.049661636352539 272602.0 7.803611755371094 103.62516937255855 40.69063186645508 2.6113688622376543 104.5418472290039 286.4621276855469 264.2167053222656 99420.0 122.3281074523926 520.1913299560542 125.72579956054688 34.08226776123047 +sub-10496_ses-V3_task-rest_run-02_bold 0.0004367194570135747 0.006832169276018099 8 38.21041792712019 1.0842275409070303 0.9881404249206347 0.5504426040766708 390.4486389160156 0.13394248633474157 15 3.3936651583710407 2.7315652581794727 2.5251832329915667 2.9834832147803616 2.6860293267664903 0.0142045 -0.03824766352772713 0.12729287147521973 442 90 90 54 2.101051505150401 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 28.211602978884525 5.823071479797363 27.978620529174805 12.131221771240234 272469.0 7.981900691986084 105.20950622558561 41.53409194946289 2.7261210750969234 101.58173370361328 282.90826416015625 260.4434509277344 99553.0 122.28371582031251 513.6267089843749 123.95800018310547 35.21390151977539 +sub-10497_ses-V1_task-cuff_run-01_bold 0.00039451467268623023 0.006098179097065462 7 37.7670111678507 1.0275141078280536 0.9916391851809951 0.535393781183292 519.0886840820312 0.15947155802965446 0 0.0 2.6413333175480425 2.393591571553883 2.837508220580887 2.692900160509357 0.0133333 -0.031641457229852676 0.09189597517251968 443 90 90 54 2.550693947823652 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 39.05454549425861 2.687425136566162 19.44466209411621 9.57110595703125 278338.0 7.656885147094727 62.58499069213859 27.974149703979492 0.9057329291660783 81.68871307373047 246.41787719726562 232.784423828125 93964.0 123.45316200256349 418.01501770019513 91.26268768310547 35.09991455078125 +sub-10497_ses-V1_task-cuff_run-02_bold 0.002502808988764045 0.006190892269662921 5 37.67205789889643 1.0634838871171168 1.0380431849549554 0.5354332862689047 515.4092407226562 0.16247663786868263 0 0.0 2.6328291510598034 2.3811832387136125 2.829220720910203 2.688083493555595 0.0126646 -0.030739977955818176 0.09262369573116302 445 90 90 54 2.5567864686889017 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 37.374348432667006 2.672016143798828 19.32443618774414 9.541573524475098 278657.0 7.6337080001831055 61.61258468627938 27.615983963012695 0.9258804446450086 80.70355224609375 244.8885040283203 230.89663696289062 93445.0 124.0274185180664 415.28179321289065 90.30687713623047 35.23762130737305 +sub-10497_ses-V1_task-rest_run-01_bold 0.0007639954853273139 0.006085725733634311 7 37.22198999886877 1.036108676990951 1.0032050543212665 0.5348112090646655 528.5689697265625 0.16368248589564277 31 6.997742663656885 2.6665569280590504 2.423654070359307 2.8709707192512064 2.705045994566639 0.0133417 -0.032252293080091476 0.09041745215654373 443 90 90 54 2.5448840171184792 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 37.539975373522104 2.8681488037109375 19.453792572021484 9.60270881652832 277721.0 7.4040632247924805 62.927764892578125 27.86665153503418 0.8410126113556391 82.96882629394531 248.9248046875 235.4650115966797 94567.0 122.33837966918945 422.4736083984375 92.52436065673828 35.14386749267578 +sub-10497_ses-V1_task-rest_run-02_bold 0.0005002708803611739 0.006199953160270881 7 37.394064087669726 1.0339065776923069 1.001896505452489 0.5358320886871195 512.3849487304688 0.14639500245969442 14 3.160270880361174 2.6364958175916695 2.383991571935353 2.837083220597775 2.6884126602418816 0.0120594 -0.030890127643942833 0.09510108828544617 443 90 90 54 2.556734822660188 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 37.12776660963677 2.607104539871216 19.246057510375977 9.480813026428223 278669.0 7.625282287597656 61.59819412231445 27.395187377929688 0.9764962355856017 80.09567260742188 243.05819702148438 228.87020874023438 93400.0 124.65902900695801 412.88511352539064 89.51612091064453 35.39505386352539 +sub-10498_ses-V1_task-rest_run-01_bold 0.005343520179372198 0.020615219955156954 4 46.46874741966286 1.265001694966292 1.247939241213484 0.4565312222616912 373362.09375 0.3128806084596184 203 45.51569506726457 2.584765453509832 2.6068642253521124 2.653687887323944 2.4937442478534395 0.00893363 -0.011827616021037102 0.03142457827925682 446 96 96 54 4.321749441498496 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 96.58462206418487 40.16436004638672 483.7374572753906 27.358062744140625 332406.0 0.23078803345561028 2150.6131591796875 1089.774169921875 2.1813639595752052 3037.46630859375 17280.333984375 16918.837890625 97538.0 11729.18291015625 24362.936718749996 3914.792236328125 32.34906768798828 +sub-10498_ses-V3_task-cuff_run-01_bold 0.0006753363228699551 0.014411855829596412 4 39.38767095824718 1.1849869513258433 0.999219938674158 0.4705032548153851 158827.546875 0.29754527432656525 0 0.0 2.5893226593656036 2.613746478873239 2.6345149295774646 2.519706569646107 0.0142799 -0.0201568640768528 0.03011118434369564 446 96 96 54 4.1836852321520634 0.7999997138977051 2.21875 2.21875 2.3999977111816406 1 101.93686299555094 72.84596252441406 671.1453857421875 49.305912017822266 329399.0 0.19591407775878905 2939.96506347656 1362.1846923828125 2.8330321351055225 3524.170166015625 20473.5390625 20010.2734375 100866.0 13646.978515625 29180.8203125 4782.90625 39.916046142578125 +sub-10498_ses-V3_task-cuff_run-02_bold 0.0011265324384787472 0.02070149821029083 3 39.02696485049327 1.143302120291479 0.9889056756278035 0.4715103779256516 149291.4375 0.3410504651244537 7 1.5659955257270695 2.6250611763055582 2.6353261971830984 2.684092394366197 2.555764937367379 0.0132413 -0.02020128071308136 0.03064524382352829 447 96 96 54 4.176424205169116 0.7999997138977051 2.21875 2.21875 2.3999977111816406 1 72.18787811313369 73.784423828125 668.3466796875 50.11383056640625 329186.0 0.38734400272369385 2921.17431640625 1361.5986328125 2.87976560679271 3410.321044921875 20035.9609375 19581.40234375 101198.0 13298.42470703125 28560.2875 4688.53369140625 34.67266845703125 +sub-10498_ses-V3_task-rest_run-01_bold 0.0009338169642857143 0.014522945401785715 2 41.10586926760628 1.1970494262192393 0.994001344765101 0.46910625206652895 189962.5 0.31957811852153906 215 47.99107142857143 2.5937068769062357 2.6182760563380283 2.643096338028169 2.5197482363525103 0.0160687 -0.020049406215548515 0.029629619792103767 448 96 96 54 4.163645373396201 0.7999997138977051 2.21875 2.21875 2.3999977111816406 1 84.18224082532097 66.8398208618164 661.433349609375 45.212562561035156 329824.0 0.15179693549871445 2906.3869750976555 1350.693603515625 2.7924329241330152 3545.91552734375 20388.78515625 19932.791015625 100525.0 13533.8302734375 29074.63984374999 4787.3173828125 39.492828369140625 +sub-10498_ses-V3_task-rest_run-02_bold 0.0013329753914988814 0.03154481610738255 3 43.05022113540358 1.1059482696412548 0.9691521860089677 0.46764186857623574 128061.2265625 0.4297103438904304 280 62.639821029082775 2.632031370968358 2.6584878873239437 2.6971538028169015 2.540452422764228 0.00853947 -0.018598617985844612 0.03304347023367882 447 96 96 54 4.152807730951223 0.7999997138977051 2.21875 2.21875 2.3999977111816406 6 86.30225970759523 82.98673248291016 675.9879150390625 56.467506408691406 331180.0 0.5454675823450089 3046.238586425779 1327.84423828125 2.618096424985013 3539.55224609375 20642.716796875 20181.55078125 99344.0 13750.44814453125 29509.614843749994 4859.7119140625 26.78326416015625 +sub-10499_ses-V1_task-cuff_run-01_bold 0.0014816968325791855 0.010344756923076924 8 35.573184949705194 1.0500116120861682 1.0408628556689343 0.44674533630983626 7550.7568359375 0.23427787550344115 3 0.6787330316742082 2.5855799403301183 2.562991564822532 2.6143332294490644 2.5794150267187583 0.00817604 -0.012589891441166401 0.024903174489736557 442 90 90 60 2.2329265312357545 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 84.25358413235224 18.609676361083984 41.25107955932617 12.83484172821045 319912.0 0.03619909659028053 153.16618423461918 90.11219787597656 5.3423597846499185 347.8731994628906 1226.875732421875 1120.011474609375 97078.0 639.4411010742188 2193.7368286132805 501.5864562988281 29.791271209716797 +sub-10499_ses-V1_task-cuff_run-02_bold 0.0017575736961451247 0.012642144376417233 9 38.26795313145451 1.0502456456590907 0.988936816772727 0.44886828739519297 6857.34716796875 0.2788146398163542 6 1.3605442176870748 2.5939063269534803 2.56370406479422 2.628862395538394 2.5891525205278265 0.0112139 -0.012179328128695488 0.024941161274909973 441 90 90 60 2.2699333698042126 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 77.78588423315975 19.633554458618164 41.59612274169922 13.657596588134766 319710.0 0.07256235927343369 152.89410476684554 89.25599670410156 5.088027266254345 338.9344177246094 1212.0679931640625 1108.7255859375 97285.0 638.1124633789062 2154.0775390625 488.43719482421875 26.22390365600586 +sub-10499_ses-V1_task-rest_run-01_bold 0.0016874487471526198 0.015832751343963555 11 40.64087478860732 1.0413935811415524 0.9596663110958902 0.4474843413168849 7192.4208984375 0.30572257238467127 187 42.59681093394077 2.6047799368137774 2.567912397960329 2.653154061239796 2.5932733512412063 0.00726307 -0.012018667533993721 0.025245441123843193 439 90 90 60 2.24537067398167 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 79.57029003918055 19.425804138183594 41.67042922973633 13.29384994506836 319935.0 0.0182232353836298 152.84214630126928 91.09750366210938 5.161551697612117 347.7614440917969 1225.13916015625 1119.9749755859375 97150.0 638.62578125 2187.1309814453134 498.79034423828125 25.405494689941406 +sub-10499_ses-V1_task-rest_run-02_bold 0.001292579185520362 0.012873628846153846 8 38.32940040206348 1.0152749996371877 0.9617047890702946 0.4493531833735431 6885.2900390625 0.27997515432178494 139 31.447963800904976 2.596903548619503 2.5659207313728043 2.6334373953565997 2.591352519129105 0.0247599 -0.011655662208795547 0.025466933846473694 442 90 90 60 2.2978161504366557 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 28 82.59914271237082 19.518693923950195 41.2930793762207 13.475113868713379 319334.0 0.04072398319840431 150.86810226440417 88.95172882080078 4.813340761500331 333.988037109375 1199.242919921875 1098.408447265625 97638.0 631.7796661376954 2122.9762207031245 478.02032470703125 25.425594329833984 +sub-10499_ses-V3_task-cuff_run-01_bold 0.0011417351598173515 0.007534712237442923 12 35.34880069846681 1.0940209964759728 1.0172031808009159 0.44876686844594293 8578.0712890625 0.2148917994183137 0 0.0 2.508441071146072 2.4781707348596758 2.551487398613 2.4956650799655407 0.00398416 -0.01242340262979269 0.02715948596596718 438 90 90 60 2.282483116706341 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 107.83274091451557 17.00592041015625 39.858097076416016 11.71232795715332 318811.0 0.027397260069847107 149.6358413696289 91.84978485107422 5.46811757418336 330.18023681640625 1186.609130859375 1088.8447265625 98131.0 623.6894836425781 2099.2099609375 477.04150390625 34.97352600097656 +sub-10499_ses-V3_task-cuff_run-02_bold 0.0021270748299319726 0.011192786099773243 9 34.45228444861363 1.059065258659092 1.046840907863636 0.4495493883871766 8304.03125 0.22378663827879616 0 0.0 2.5584591126425007 2.5272790662416194 2.5916748970160923 2.5564233746697904 0.00180423 -0.011521350592374802 0.02736813575029373 441 90 90 60 2.271121771429613 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 109.39642935578557 17.381074905395508 40.12736129760742 11.986394882202148 318000.0 0.040816325694322586 148.75748367309566 91.98628234863281 5.836347589068845 332.67779541015625 1185.8526611328125 1088.76416015625 98689.0 619.5732543945313 2102.215380859375 479.3924560546875 29.001739501953125 +sub-10499_ses-V3_task-rest_run-01_bold 0.0010065384615384615 0.009265064185520363 8 35.44621114219954 1.0540510838775523 0.9982385971882094 0.4491677300523142 8777.3515625 0.23208638522186367 103 23.30316742081448 2.5269327320910273 2.4955165675037474 2.5645165647619343 2.5207650640074 0.00259631 -0.011369979940354824 0.028154829517006874 442 90 90 60 2.3006964203090723 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 121.8572223148094 16.922462463378906 39.219478607177734 11.624434471130371 318212.0 0.027149323374032974 145.66923294067394 91.05499267578125 5.416058113245391 326.4173583984375 1184.57470703125 1088.0667724609375 98510.0 620.8459655761719 2089.2542236328113 472.9269104003906 32.154266357421875 +sub-10499_ses-V3_task-rest_run-02_bold 0.0010125227272727271 0.007597666272727273 10 36.48426647658314 1.0936010292482916 0.9970186493394079 0.44868898553976777 8540.3359375 0.22964279541764912 117 26.59090909090909 2.524021623420173 2.499241567355729 2.563758231458734 2.5090650714460554 0.00421447 -0.012459184043109417 0.026626840233802795 440 90 90 60 2.267566140011156 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 114.81971610722579 17.147642135620117 40.0389404296875 11.729544639587402 318573.0 0.013636363670229912 151.1781707763671 91.732177734375 5.62398590905622 332.6150817871094 1185.4515380859375 1087.4227294921875 98273.0 622.6776977539063 2099.752587890625 479.5525817871094 34.37186050415039 +sub-10505_ses-V1_task-cuff_run-01_bold 0.000915079365079365 0.011089073582766439 9 37.1844491698409 1.0675262347727272 0.9804808509090905 0.4484546414381515 9488.6064453125 0.17753951837833948 0 0.0 2.379686931628644 2.344579073501465 2.409712404246632 2.384769317137834 0.00373327 0.00032339198514819145 0.022948632016777992 441 90 90 60 3.0803298265322634 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 134.49569429702808 14.405784606933594 35.31730651855469 9.877551078796387 323621.0 0.0022675737272948027 129.31973266601562 100.33200073242188 2.4868253793242214 243.28123474121094 1003.9530639648438 968.188232421875 92034.0 529.8789184570312 1559.357025146483 314.31146240234375 34.866371154785156 +sub-10505_ses-V1_task-cuff_run-02_bold 0.000909660633484163 0.01029301108597285 8 37.06593639337868 1.0780677575736959 0.9884218118367345 0.4478306153506245 9292.037109375 0.16834386793182068 0 0.0 2.3815160977383383 2.3464249067614515 2.4109165708654494 2.3872068155881148 0.00287947 -0.00016409197996836156 0.024281039834022522 442 90 90 60 3.0320871963363536 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 134.82574842832653 14.574450492858887 34.99767303466797 9.957014083862305 323836.0 0.0 128.40837478637695 98.1229476928711 2.6173304430631674 247.04782104492188 1000.0734252929688 963.6142578125 92084.0 527.7269622802735 1560.9951538085938 317.8038635253906 36.17462158203125 +sub-10505_ses-V1_task-rest_run-01_bold 0.0010179772727272726 0.010846784954545457 10 36.47898050544417 1.0637771389521637 0.985101160296127 0.44926037647641814 9726.3125 0.1823607831956618 46 10.454545454545455 2.3845966535547745 2.357854072973964 2.4106582375423815 2.3852776501479784 0.00238865 -0.0007194039062596858 0.02112608589231968 440 90 90 60 3.0809512200366447 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 132.14614726800252 14.293632507324219 35.903900146484375 9.847726821899414 323533.0 0.004545454401522875 131.89089965820312 101.60584259033203 2.527197228768583 241.98097229003906 1007.4508056640625 972.3749389648438 92119.0 529.5154602050782 1562.9724975585934 315.6069641113281 35.413307189941406 +sub-10505_ses-V1_task-rest_run-02_bold 0.000954841628959276 0.00913709674208145 8 38.10524912358274 1.1050617917006789 1.0126779875056697 0.44781491574007337 10287.625 0.18380573312745382 46 10.407239819004525 2.3879230391731365 2.353749906470382 2.4089457376104297 2.4010734734385974 0.00301843 0.00018525967607274652 0.02508452907204628 442 90 90 60 3.0367093590343783 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 142.52298354379786 13.98409366607666 34.98844909667969 9.520362854003906 323735.0 0.0 129.17648315429688 98.7231216430664 2.5744039418627 247.81600952148438 1000.1451416015625 964.9966430664062 92204.0 528.3375579833985 1560.4764587402326 317.7753601074219 36.510040283203125 +sub-10505_ses-V3_task-cuff_run-01_bold 0.0010791176470588235 0.009198389547511314 8 35.731161061111116 1.1183640671428567 1.00251964707483 0.43832066318217994 11479.4423828125 0.15567905563751372 0 0.0 2.4075008216830778 2.4271165702217194 2.4220457370898827 2.3733401577376316 0.00216326 -0.0032472775783389807 0.02463916875422001 442 90 90 60 2.712854742041006 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 105.67429457476763 15.969841003417969 43.03788757324219 11.020362854003906 327353.0 0.0067873308435082436 172.04163513183545 114.20112609863281 2.969921154382819 345.76495361328125 1242.052734375 1181.5792236328125 89065.0 628.0624755859375 2029.6606933593753 435.54583740234375 36.11554718017578 +sub-10505_ses-V3_task-cuff_run-02_bold 0.002658798185941043 0.011023141723356009 9 36.8425431120682 1.1373928093409094 1.018589769659091 0.43856188087819425 11318.322265625 0.1694145228677866 0 0.0 2.424564704677678 2.433299903309349 2.440799903011326 2.399594307712359 0.00501824 -0.0027465049643069506 0.02488894574344158 441 90 90 60 2.7048474252891834 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 108.34368705604469 16.026226043701172 43.0936393737793 11.052154541015625 327179.0 0.011337868869304657 172.38639068603493 114.20105743408203 3.028014655846185 343.7082214355469 1240.093017578125 1178.01025390625 89152.0 629.5506927490235 2030.620928955078 435.5157470703125 32.736907958984375 +sub-10505_ses-V3_task-rest_run-01_bold 0.0023239366515837106 0.01252144592760181 8 35.6083344354195 1.1071679957142857 1.0295724589115653 0.4391340206889425 10869.7724609375 0.14887131909854812 8 1.8099547511312217 2.442198033778753 2.4618124021763643 2.4474124027485686 2.4173692964113256 0.00753337 -0.002383149228990078 0.02387331984937191 442 90 90 60 2.736295915158983 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 104.12615151421353 16.392480850219727 43.27255630493164 11.402715682983398 327248.0 0.029411766678094864 170.27104721069242 114.76866912841797 2.8641854209055433 344.3493957519531 1244.786865234375 1184.828125 89093.0 632.6579711914062 2026.2738769531243 433.001953125 31.015336990356445 +sub-10506_ses-V1_task-cuff_run-01_bold 0.00048735426008968607 0.011441327533632287 4 36.892686175258405 1.1752770695505614 0.9904315953707858 0.44969938494058376 1651167.625 0.3490089864210472 0 0.0 2.6276574856423975 2.6577442253521126 2.7021881690140845 2.5230400625609954 0.0146005 -0.011425435543060303 0.009420073591172695 446 96 96 54 4.536102543702453 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 52.12093457954514 22.625408172607422 514.5545043945312 15.353923797607422 333065.0 0.07637052088975907 2450.734667968749 1289.1162109375 2.143005385336057 3649.2314453125 21416.255859375 21123.46484375 97020.0 14547.73837890625 29494.105371093752 4656.71923828125 45.67418670654297 +sub-10506_ses-V1_task-cuff_run-02_bold 0.0006943721973094171 0.010885290941704037 4 35.99391119889887 1.1883567720000003 1.0023541366067408 0.4499689606712041 2056951.5 0.34008956875840607 0 0.0 2.6377757027453668 2.662201690140845 2.7150061971830985 2.5361192209121572 0.0106912 -0.011231689713895321 0.008955751545727253 446 96 96 54 4.550780501313757 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 49.48280311695649 20.143709182739258 510.631103515625 13.655869483947754 332741.0 0.06372170895338058 2445.50048828125 1278.9564208984375 2.159088105601529 3572.9931640625 21300.64453125 21021.880859375 97260.0 14413.602880859375 29323.71572265625 4619.37744140625 47.4176139831543 +sub-10506_ses-V1_task-rest_run-01_bold 0.000610357941834452 0.012181499485458613 3 36.387835566771294 1.1718305923094168 0.9894274727578479 0.4483533530579988 1494299.75 0.33531872648640626 258 57.718120805369125 2.6255575407104126 2.6522005633802817 2.7028236619718307 2.521648396779126 0.0105425 -0.010531201958656311 0.008591670542955399 447 96 96 54 4.507365149394375 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 48.15729583030895 23.71194076538086 498.93292236328125 16.186687469482422 333326.0 0.1569465920329094 2364.4642944335938 1247.6884765625 2.1977941042770253 3546.0849609375 21225.650390625 20927.35546875 96836.0 14290.545166015625 29333.642578125 4642.900390625 45.3109130859375 +sub-10506_ses-V1_task-rest_run-02_bold 0.0006371364653243848 0.009731130134228189 3 36.85439941172644 1.1883404431838571 0.9988179059641251 0.4508147288031506 1846284.125 0.3390325215973472 258 57.718120805369125 2.624808759262892 2.6604169014084507 2.7008901408450705 2.5131192355351537 0.0109464 -0.011279969476163387 0.009278704412281513 447 96 96 54 4.546173979847812 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 51.26099349226144 20.817424774169922 504.4072265625 14.123475074768066 332362.0 0.06767649352550507 2426.7378295898443 1270.5234375 2.1627362986637566 3505.650634765625 20897.341796875 20626.78515625 97602.0 14111.534912109375 28764.86962890625 4537.1513671875 49.735595703125 +sub-10506_ses-V3_task-cuff_run-01_bold 0.0007414573991031392 0.010320004955156952 4 36.371675199932604 1.2096697586067413 1.0069779424269663 0.438168387273918 5580491.0 0.2733794568882272 0 0.0 2.661482204288878 2.7258952112676056 2.700178028169014 2.558373373430015 0.00787793 -0.006947766523808241 0.0008288543904200196 446 96 96 54 4.338472882966357 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 39.05058997605307 11.37221622467041 391.6783142089844 7.736362457275391 334224.0 0.055770568549633026 1920.3430297851562 1047.21044921875 2.031221447160939 3654.05859375 20515.650390625 20138.525390625 95567.0 14015.322167968749 28982.749023437493 4641.822265625 46.368377685546875 +sub-10506_ses-V3_task-cuff_run-02_bold 0.0008538255033557046 0.009707013870246084 3 36.03646106013455 1.196615267914798 1.3840819316591912 0.43760918516134895 5210725.5 0.3156235853868389 0 0.0 2.6407287253604625 2.699988732394366 2.678332394366197 2.543865049320825 0.0140721 -0.006736415904015303 0.0006613230798393488 447 96 96 54 4.399917285905627 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 39.50296860687484 11.837552070617676 391.8706359863281 8.061741828918457 334751.0 0.062013572081923485 1917.89208984375 1050.5103759765625 2.0891366476959163 3551.175537109375 20399.654296875 20030.146484375 95150.0 13968.939306640625 28761.4404296875 4552.36767578125 47.48199462890625 +sub-10506_ses-V3_task-rest_run-01_bold 0.0011129438202247192 0.019818584943820224 5 35.958538558108096 1.1148127880405403 0.9654648238513512 0.43743659126531076 3450466.25 0.32898513544967517 237 53.258426966292134 2.727326777095515 2.774891267605634 2.7713532394366194 2.635735824244293 0.00451066 -0.006445035338401794 0.0011199972359463573 445 96 96 54 4.34778540533041 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 38.14432323621045 14.327701568603516 389.52008056640625 9.82544231414795 334565.0 0.11590001434087753 1901.2894042968742 1026.5770263671875 1.9954293671718917 3603.04638671875 20267.908203125 19941.91015625 95360.0 13647.03701171875 28570.60361328125 4586.658203125 36.076271057128906 +sub-10506_ses-V3_task-rest_run-02_bold 0.0011811659192825113 0.014700472847533631 4 35.580700237910115 1.1453575904494375 0.9765396241123598 0.43962757342432746 2810723.75 0.3079604323533996 215 48.20627802690583 2.6890974690272826 2.745009577464789 2.7208428169014085 2.601440012715649 0.00590095 -0.007356810849159956 0.0004217447421979159 446 96 96 54 4.368008012368708 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 36.820464548473176 16.31781005859375 403.3733215332031 11.085000038146973 334274.0 0.04410042092204094 1981.9534729003879 1062.230712890625 1.976580379104501 3659.716796875 20468.123046875 20110.5078125 95692.0 13954.10810546875 28798.766015625 4604.021484375 40.83368682861328 +sub-10507_ses-V1_task-cuff_run-01_bold 0.0017612387387387384 0.010816527950450452 6 38.838164964853256 1.0365289851015798 1.0009634953047408 0.5344795937129173 463.8457336425781 0.1479182607682376 0 0.0 2.922430543323365 2.587079063865381 3.0426957124274683 3.137516853677244 0.00664046 -0.022191355004906654 0.11491678655147552 444 90 90 54 2.514541214309631 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 37.98082674247027 3.8701257705688477 22.631120681762695 10.454955101013184 286269.0 7.682432651519775 75.79684906005843 33.497283935546875 1.0233205081420573 84.32801055908203 254.35275268554688 240.2398681640625 87960.0 121.48873901367188 430.05641784667966 95.5396957397461 27.27699089050293 +sub-10507_ses-V1_task-cuff_run-02_bold 0.0006988738738738739 0.007855483603603603 6 39.86729337300232 1.0448655275846506 0.9942706627313773 0.5381552719304001 454.7672119140625 0.18332310580075034 0 0.0 2.886288876772016 2.5596373982891483 3.0015998807271367 3.097629351299764 0.0104289 -0.025081144645810127 0.11502525955438614 444 90 90 54 2.4976148870147106 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 35.98772921939707 3.9369094371795654 23.086811065673828 10.493243217468262 285381.0 7.6779279708862305 78.92342376708984 34.060630798339844 1.0395343746070447 84.97248077392578 254.30419921875 239.79054260253906 88565.0 121.72522583007812 431.6315307617188 96.00727081298828 31.61558723449707 +sub-10507_ses-V1_task-rest_run-01_bold 0.0010864719101123595 0.0094736622247191 5 39.59896179572071 1.0444648605855862 0.9915600778153152 0.5337063171882033 483.0867614746094 0.16057117543972746 33 7.415730337078652 2.8897777651396677 2.553820731853615 3.029437379620974 3.086075183944415 0.00967247 -0.02483685128390789 0.11766501516103745 445 90 90 54 2.5374415431793413 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 46.78220266595521 3.6248786449432373 22.78935432434082 10.283145904541016 286653.0 7.669662952423096 77.0961807250975 35.754215240478516 0.9907013674632617 84.73824310302734 255.434814453125 241.53932189941406 87639.0 123.65438385009767 429.77235717773425 95.18955993652344 30.290430068969727 +sub-10507_ses-V1_task-rest_run-02_bold 0.0005916930022573364 0.006780141218961626 7 39.939924800837076 1.0560934975791867 1.0003057566742082 0.537189415218555 455.7509765625 0.16970835754031535 25 5.643340857787811 2.8468110987427946 2.53414989930193 2.9636207155696264 3.0426626813568283 0.0130947 -0.024020854383707047 0.11501136422157288 443 90 90 54 2.511147349831633 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 36.21476357896604 3.9457967281341553 22.973766326904297 10.433408737182617 286376.0 7.577878475189209 79.20429229736328 34.170379638671875 1.0684944591660654 84.26234436035156 253.4274139404297 238.527099609375 87656.0 124.82110786437988 429.9226837158203 94.98675537109375 33.33687973022461 +sub-10507_ses-V3_task-cuff_run-01_bold 0.000839056179775281 0.007893164696629212 5 38.56220523734235 1.0810400297297296 0.9978081371171167 0.5362497625994688 462.88385009765625 0.12056133549775275 0 0.0 2.880201375424731 2.5780707308900066 3.012895713611614 3.049637681772571 0.00904743 -0.02896636351943016 0.11328186094760895 445 90 90 54 2.4475344530592937 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 32.403211285161795 4.5177717208862305 24.69960594177246 11.020224571228027 286014.0 7.815730571746826 87.10044975280752 36.610084533691406 1.058690871061419 89.33929443359375 269.25311279296875 252.6134796142578 88065.0 127.07281341552735 462.9523681640625 103.21082305908203 33.72705841064453 +sub-10507_ses-V3_task-cuff_run-02_bold 0.0007814157303370786 0.009006634584269662 5 39.32821369171173 1.0641842474549543 0.9907250786261257 0.5370191170365465 446.70184326171875 0.16084810057053034 0 0.0 2.8889652642945793 2.591670730349591 3.0156457135023387 3.0595793490318073 0.0110786 -0.028714332729578018 0.11335623264312744 445 90 90 54 2.4357287487445927 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 31.36210896764475 4.727669715881348 24.645069122314453 11.105618476867676 285871.0 7.659550666809082 86.76404571533203 36.00895690917969 1.1123222687088585 88.62797546386719 267.60418701171875 250.68539428710938 88120.0 127.22696685791016 461.16662750244143 102.91949462890625 32.55234909057617 +sub-10507_ses-V3_task-rest_run-01_bold 0.0006040898876404495 0.009499141370786515 5 38.73868380353603 1.0617903340315318 0.9806765135810813 0.5354883091795136 462.2674560546875 0.124320086944651 9 2.0224719101123596 2.914306931058738 2.603399896550183 3.0465873789394946 3.092933517686537 0.00533494 -0.028939785435795784 0.11230264604091644 445 90 90 54 2.45084947989814 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 33.131217812817766 4.727668762207031 24.560054779052734 11.069663047790527 285655.0 7.595505714416504 85.95011215209945 36.52408981323242 1.0188169883538185 89.95897674560547 270.1148986816406 253.78427124023438 88328.0 126.53258514404297 463.8837036132812 103.5489273071289 32.03152084350586 +sub-10507_ses-V3_task-rest_run-02_bold 0.0014753033707865166 0.007104693460674157 5 38.54180902207211 1.0819595686036036 1.015713837094595 0.5351884684218051 462.3216247558594 0.13051015843575112 6 1.348314606741573 2.9051319314372552 2.5970040634709965 3.0250373797958146 3.093354351044954 0.00796265 -0.025980696082115173 0.11033491045236588 445 90 90 54 2.4167090349787044 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 29.69997506497291 4.481124401092529 24.056547164916992 10.849438667297363 285764.0 7.498876571655273 84.48314666748047 34.90918731689453 1.1373548987996278 88.00495147705078 264.9967956542969 248.02247619628906 88222.0 124.68550682067871 457.47776947021475 102.62760925292969 33.67424774169922 +sub-10508_ses-V3_task-cuff_run-01_bold 0.0004568552036199095 0.008954628687782804 8 38.585926194172345 0.9658857992517006 0.966869905804989 0.5370670915577799 441.51690673828125 0.22123538466706405 0 0.0 2.741662484497859 2.4418832363016114 2.9612582156635043 2.8218460015284617 0.00163774 -0.037751875817775726 0.14651626348495483 442 90 90 54 2.6168548664396996 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 99.28970851105711 3.5689785480499268 23.184965133666992 10.282805442810059 285809.0 7.735294342041016 75.22624969482422 40.014286041259766 0.6060661704315597 80.91586303710938 243.2676544189453 230.69683837890625 87882.0 122.55883026123047 406.30917510986325 88.15755462646484 31.08540916442871 +sub-10508_ses-V3_task-cuff_run-02_bold 0.0008840681818181818 0.010056070068181818 10 39.325790448564895 0.9953732481548984 0.9875482781093399 0.5377024129130231 435.9757080078125 0.22212047237681135 0 0.0 2.731170817862733 2.4361457365295993 2.9471582162237877 2.810208500834813 0.00606314 -0.03727545961737633 0.14747370779514313 440 90 90 54 2.624369140684095 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 92.71813746851055 3.5582454204559326 23.2757568359375 10.309090614318848 286092.0 7.806818008422852 75.62681541442882 39.933895111083984 0.6061710506667084 80.7900390625 242.6317138671875 230.17726135253906 87536.0 122.22158813476562 405.0920181274414 87.7071533203125 30.15134048461914 +sub-10508_ses-V3_task-rest_run-01_bold 0.0008774434389140272 0.0059200821040723975 8 37.13635116378683 1.0275994870294773 1.0092506421768705 0.5378346838975137 440.4255676269531 0.15018566558877347 6 1.3574660633484164 2.708095817615291 2.427054070224203 2.922187383882706 2.7750459987389644 0.00350317 -0.03784485533833504 0.1446177214384079 442 90 90 54 2.600020023745124 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 93.5815576615662 3.5891051292419434 23.364595413208008 10.31447982788086 285743.0 7.787330627441406 77.24412078857414 39.99925994873047 0.6164463146086097 81.53974914550781 243.68421936035156 231.13575744628906 88025.0 120.91720275878906 407.45883789062503 88.89717864990234 34.61595153808594 +sub-10508_ses-V3_task-rest_run-02_bold 0.0015248423423423424 0.00667031536036036 6 37.44031764031604 1.0214279004966142 1.0146943441986453 0.5383993508334524 431.8645935058594 0.18143963089383577 43 9.684684684684685 2.6916763732513957 2.413045737447511 2.9042082179304676 2.757775164376209 0.00383123 -0.03689345717430115 0.14678390324115753 444 90 90 54 2.6222033368905056 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 93.15781700600795 3.552902936935425 23.377723693847656 10.319820404052734 286250.0 7.828828811645508 76.78378295898438 40.00833511352539 0.627811437550684 80.41447448730469 242.1414337158203 229.58108520507812 87403.0 122.12703018188476 404.21757507324213 87.55223846435547 34.179359436035156 +sub-10509_ses-V3_task-cuff_run-01_bold 0.0007789749430523918 0.00694123569476082 11 33.65178676917808 1.1104298539041098 0.9793030304794524 0.40494454818919823 12638.7626953125 0.10653966192816676 0 0.0 2.3432647264345197 2.360245739545594 2.3631999060948727 2.3063485336630927 0.0111021 -0.006343206390738487 0.011549667455255985 439 90 90 60 2.6184561862213167 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 65.18422976533475 14.596372604370117 32.6850471496582 10.027335166931152 341714.0 0.002277904422953725 133.53018875122044 77.62374877929688 3.5011511962351536 315.64910888671875 1212.4315185546875 1130.541015625 78350.0 642.7410217285156 2022.7432373046881 431.755859375 41.77670669555664 +sub-10509_ses-V3_task-cuff_run-02_bold 0.0007263038548752834 0.006862511224489796 9 32.86201391634094 1.0975362739772714 0.9846894322500004 0.4055844343602973 12552.30078125 0.11171090859472463 0 0.0 2.341718894636999 2.367579072587527 2.3586499062756734 2.2989277050477948 0.00318878 -0.0062173823826014996 0.011314119212329388 441 90 90 60 2.6325022782724252 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 63.816404064793744 14.661288261413574 32.974910736083984 10.047618865966797 341857.0 0.0 135.38775634765625 78.78327178955078 3.52132780127089 312.04229736328125 1207.6412353515625 1126.591796875 78314.0 644.8411743164063 2009.9601196289054 427.9519958496094 42.0499267578125 +sub-10509_ses-V3_task-rest_run-01_bold 0.0009754279279279279 0.0078069460585585585 6 33.183383872866834 1.102536356749436 0.9879412863431155 0.40476332065752146 12679.4150390625 0.1023225500170003 0 0.0 2.3391716721178017 2.3597915728969743 2.3567915730161837 2.3009318704402477 0.00342331 -0.006554449908435345 0.011656520888209343 444 90 90 60 2.633404106042892 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 69.55324417420219 14.64904499053955 32.768680572509766 10.087838172912598 341944.0 0.0022522523067891598 133.29954528808594 77.96084594726562 3.4616650338420794 316.92462158203125 1221.80078125 1138.398681640625 78066.0 654.2167816162109 2035.5180358886719 432.2889099121094 40.379432678222656 +sub-10509_ses-V3_task-rest_run-02_bold 0.0020680637813211846 0.008098072984054669 11 33.65551775239726 1.1358287026484015 1.0324936834018263 0.40643432622483294 12445.998046875 0.13069623699321517 15 3.416856492027335 2.349768890951944 2.3726040723878516 2.36083740618875 2.3158651942792297 0.00625009 -0.005486479960381985 0.011762389913201332 439 90 90 60 2.637216870028075 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 66.20311069817247 14.542336463928223 32.56527328491211 9.990888595581055 341110.0 0.002277904422953725 132.72790451049804 78.07608795166016 3.44486187151272 310.451416015625 1194.135986328125 1115.214111328125 78942.0 631.642300415039 1987.714349365234 422.8727111816406 38.28697204589844 +sub-10510_ses-V1_task-cuff_run-01_bold 0.001551292517006803 0.009091842607709752 9 34.77364778961361 1.0142393232272728 1.0068420463181817 0.5839575250317087 280.5174865722656 0.13584872852527524 0 0.0 2.7383110913875544 2.4759999016126035 3.0485915455265227 2.6903418270235355 0.0079666 -0.03201180323958397 0.15058070421218872 441 90 90 54 2.136040180984177 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 13.941478186126144 8.767861366271973 34.889286041259766 14.208617210388184 263641.0 7.643990993499756 140.7505645751953 51.10127258300781 3.0158558578150494 102.64247131347656 275.34063720703125 256.6485290527344 107315.0 116.77347106933594 493.3136108398435 120.15098571777344 33.36571502685547 +sub-10510_ses-V1_task-cuff_run-02_bold 0.000527437641723356 0.009781230612244897 9 35.865896411159085 1.001222777227273 0.9708642799318186 0.5854863434239985 275.56524658203125 0.136119078654809 0 0.0 2.7200902585558375 2.4557624024167697 3.0208832132942196 2.683625159956524 0.00925142 -0.031946200877428055 0.15382060408592224 441 90 90 54 2.1470103462650147 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 14.015641785816864 8.519079208374023 35.25029754638672 14.17006778717041 263859.0 8.015872955322266 143.01677703857402 51.788818359375 2.9720985932346276 101.34813690185547 273.7276611328125 255.0022735595703 107113.0 117.31428680419923 489.32969970703107 118.77030944824219 32.91858673095703 +sub-10510_ses-V1_task-rest_run-01_bold 0.0009763945578231293 0.010294479297052154 9 35.620213287522716 1.0079156834772727 0.9840500774318179 0.5829445464263773 293.9604797363281 0.139068137286176 6 1.3605442176870748 2.7531930358704932 2.4789999014933946 3.071216544627486 2.709362661490599 0.00949935 -0.030832072719931602 0.15065546333789825 441 90 90 54 2.159071053863956 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 13.51281516860292 8.135821342468262 34.649532318115234 13.893424034118652 264172.0 8.072562217712402 140.55430679321285 50.904361724853516 2.725138433780141 103.19043731689453 276.33575439453125 257.8299255371094 106665.0 117.41088409423828 493.0920654296867 119.41650390625 31.606647491455078 +sub-10510_ses-V1_task-rest_run-02_bold 0.0009024373576309794 0.009701195990888381 11 35.45633243773975 1.0134318424885838 0.99097075630137 0.5865991363175833 274.8055725097656 0.1366635294423647 8 1.8223234624145785 2.7182597032430054 2.444499902864301 3.0215207132688873 2.688758493595828 0.00795272 -0.032250382006168365 0.15355674922466278 439 90 90 54 2.1539252503972777 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 13.408560210128726 8.28095817565918 35.3553466796875 14.088838577270508 263770.0 8.150341987609863 143.6344017028806 51.6784782409668 3.0227637692584777 100.24620819091797 272.3289489746094 253.51937866210938 107093.0 116.98451385498046 486.65104980468743 117.70055389404297 31.302963256835938 +sub-10510_ses-V3_task-cuff_run-01_bold 0.000605876993166287 0.008822874236902051 11 33.370741604840184 0.9750184566894975 0.9720684887442919 0.5826947833383448 283.29327392578125 0.1510407337146615 0 0.0 2.8039972053579496 2.5197082332091236 3.0367707126629067 2.8555126702018185 0.00209394 -0.03695430979132652 0.15250001847743988 439 90 90 54 2.1193988770177365 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 12.510622107468143 8.726752281188965 36.529361724853516 14.277904510498047 266391.0 8.03416919708252 150.5694808959961 53.67637252807617 0.994658152826303 110.05032348632812 282.1666564941406 261.323486328125 105153.0 117.46925201416016 517.4146118164062 123.3001708984375 32.614227294921875 +sub-10510_ses-V3_task-cuff_run-02_bold 0.0010831065759637187 0.007445057596371882 9 33.74090492056815 1.0114594024772725 1.0010182817045463 0.5840962759870768 277.54693603515625 0.14627603516017038 0 0.0 2.7912472053992037 2.5109207335583075 3.021362379941846 2.8414585026974577 0.0030715 -0.03789164125919342 0.1552073210477829 441 90 90 54 2.1103198359173088 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 16 12.43720085799501 8.888890266418457 36.90851593017578 14.39455795288086 265845.0 8.011338233947754 152.2018188476561 54.22816848754883 1.0404588741996914 109.81173706054688 281.34521484375 260.5906982421875 105664.0 116.21576347351075 517.2639556884765 123.4833984375 34.24885940551758 +sub-10510_ses-V3_task-rest_run-01_bold 0.0007757657657657658 0.007983781599099099 6 34.23716381051922 0.9929740089164789 0.9773340357787813 0.5815452706097876 290.30572509765625 0.1510237400030537 18 4.054054054054054 2.804823594167228 2.5207540665008996 3.039616545883157 2.854100170117627 0.00346564 -0.03777908533811569 0.1539963036775589 444 90 90 54 2.1245999672478626 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 12.569014223370322 8.43480396270752 36.463714599609375 14.1373872756958 266826.0 8.189188957214355 151.04054260253906 53.819908142089844 0.9755707447389264 111.02486419677734 283.7786865234375 262.8851318359375 104750.0 117.99099731445312 519.0868133544922 123.73335266113281 33.754554748535156 +sub-10510_ses-V3_task-rest_run-02_bold 0.0006314965986394558 0.006429127392290249 9 34.066441843659064 1.0085746514090912 0.9914774378409089 0.5849752783524237 274.1687927246094 0.14292949249047282 9 2.0408163265306123 2.77486803888544 2.4987832340406086 2.9993998808145568 2.8264210018011533 0.00207978 -0.03886127844452858 0.1558113843202591 441 90 90 54 2.108925076143453 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 12.680766243033172 8.707345962524414 37.094757080078125 14.392290115356445 265908.0 8.20634937286377 153.07528457641592 54.63837814331055 1.048311465456937 109.32594299316406 280.75653076171875 259.78460693359375 105604.0 116.44319763183594 515.3213348388672 123.1828384399414 35.26825714111328 +sub-10511_ses-V1_task-cuff_run-01_bold 0.0005751006711409396 0.013295124161073825 3 38.44793765313904 1.146924118318386 0.9975784513677127 0.45145080933410164 498633.25 0.28480677036202756 0 0.0 2.6510732599338884 2.7024090140845067 2.7445498591549295 2.506260906562229 0.0121827 -0.021727468818426132 0.0626087412238121 447 96 96 54 4.554896667133383 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 24.73829515737286 41.15557098388672 721.0901489257812 27.891698837280273 345030.0 0.1427819482982159 3421.9187011718714 1521.4154052734375 2.7547497420872658 3148.3017578125 19595.421875 19543.796875 87268.0 12410.585009765626 26386.189160156246 4290.69775390625 43.641563415527344 +sub-10511_ses-V1_task-cuff_run-02_bold 0.0005106950672645739 0.01491244865470852 4 36.860105896022475 1.1190373168988765 1.016789967910112 0.45297946043838894 426874.25 0.2898560302154286 0 0.0 2.669669634480746 2.7184676056338026 2.7719887323943664 2.518552565414069 0.0110038 -0.021665994077920914 0.06291542947292328 446 96 96 54 4.567151121778581 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 24.293388623409246 43.40007781982422 726.1356201171875 29.377552032470703 344356.0 0.10829299129545689 3440.8456420898438 1534.162841796875 2.746373305248941 3116.49365234375 19576.583984375 19542.37109375 87825.0 12226.543554687501 26330.290234375007 4278.873046875 41.34320068359375 +sub-10511_ses-V1_task-rest_run-01_bold 0.0006846636771300449 0.01323698071748879 4 37.593343546089876 1.140351596651685 1.00587599788764 0.45024608177850856 563469.6875 0.28131316974602316 202 45.2914798206278 2.668407832444872 2.7175301408450703 2.7580574647887324 2.5296358917008135 0.0156638 -0.02176382765173912 0.062398795038461685 446 96 96 54 4.504418492547156 0.7999997138977051 2.21875 2.21875 2.4000015258789062 8 24.99086864640227 39.034263610839844 722.402099609375 26.434036254882812 345238.0 0.11902588270604611 3406.528967285155 1530.8128662109375 2.7015153285696885 3210.62158203125 19766.572265625 19732.85546875 87190.0 12349.240576171876 26678.3560546875 4380.75244140625 43.764347076416016 +sub-10511_ses-V1_task-rest_run-02_bold 0.0006539821029082774 0.013731139149888143 3 38.16800030251118 1.15442046896861 1.0015480973542596 0.4541086814622698 477505.84375 0.25421872283113955 163 36.46532438478747 2.6386198946132344 2.687247323943662 2.737563943661972 2.4910484162340696 0.0158086 -0.022564131766557693 0.06380706280469894 447 96 96 54 4.565047153864662 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 24.484732214272935 42.234161376953125 740.1244506835938 28.619064331054688 343954.0 0.14502722397446632 3517.911120605465 1557.78564453125 2.805300624150826 3126.4345703125 19698.388671875 19668.6640625 88129.0 12427.100976562499 26504.80078125 4308.51025390625 43.43814468383789 +sub-10512_ses-V1_task-cuff_run-01_bold 0.0011656334841628959 0.016242037081447964 8 36.14171539802722 1.0334599320634912 0.9377994545124708 0.4305921487649745 6754.091796875 0.14476872167950733 0 0.0 2.3966800058829363 2.4543457358063963 2.448437402707839 2.287256879134573 0.00450936 -0.0041504898108541965 0.019482573494315147 442 90 90 60 2.3518868879911254 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 106.84832127111498 19.461671829223633 44.141231536865234 13.56787395477295 331998.0 0.022624434903264046 175.40340270996077 104.67090606689453 8.05679989858867 304.50030517578125 1205.25146484375 1117.522705078125 85823.0 636.3197265625 2069.921582031248 475.15728759765625 29.164188385009766 +sub-10512_ses-V1_task-cuff_run-02_bold 0.0016428216704288936 0.011517899616252823 7 36.03256871162899 1.0852245403619916 1.0126151924208147 0.4305533677849079 6595.78857421875 0.13442439929428598 0 0.0 2.3740591822525707 2.4437915695591146 2.4354415698909135 2.2429444073076836 0.00552267 -0.004593513440340757 0.01937386766076088 443 90 90 60 2.3109340644983933 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 107.01436724758358 19.55160903930664 45.022674560546875 13.729120254516602 332107.0 0.04063205420970917 182.2790084838869 106.26675415039062 8.665270632112787 303.43145751953125 1212.6787109375 1120.6884765625 85612.0 640.3036193847656 2090.749145507812 484.9476013183594 33.031978607177734 +sub-10512_ses-V1_task-rest_run-01_bold 0.0024500226244343892 0.01097074798642534 8 35.13522509260769 1.1084759416553285 1.0310560993877567 0.4298709830087565 7448.35595703125 0.15235392990956298 25 5.656108597285068 2.3893897316871744 2.4582582356509275 2.4392249030739106 2.270686056336685 0.0108336 -0.004954085685312748 0.018190236762166023 442 90 90 60 2.3243953350467432 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 99.81334025755443 18.680116653442383 44.459205627441406 13.13122272491455 331829.0 0.04751131311058998 176.74887390136666 106.12498474121094 8.497540757042248 304.86932373046875 1218.8604736328125 1128.1256103515625 85904.0 640.9492492675781 2097.517797851562 485.3387145996094 33.25468444824219 +sub-10512_ses-V1_task-rest_run-02_bold 0.0009492727272727273 0.009185825863636365 10 34.84414645469248 1.0994437867881557 0.9994902721412303 0.43008385047106695 6811.54150390625 0.1293397206146022 13 2.9545454545454546 2.3734522372784177 2.4440582362151844 2.4305665700846286 2.24573190553544 0.00749148 -0.004725045058876276 0.017895422875881195 440 90 90 60 2.2875909614574557 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 103.68056790767204 19.358068466186523 45.4350700378418 13.51136302947998 332270.0 0.013636363670229912 187.1719253540038 107.10004425048828 8.620477958813595 307.8050231933594 1215.44482421875 1123.002197265625 85533.0 634.4245361328125 2106.5531738281247 490.90753173828125 35.81743621826172 +sub-10512_ses-V3_task-cuff_run-01_bold 0.0021623755656108596 0.013487707239819006 8 34.418538602040805 1.070000500113379 1.0455704931292504 0.4383453492819051 7164.1171875 0.13564869260513715 1 0.22624434389140272 2.3727411182400044 2.4381874031151374 2.3942624048605596 2.2857735467443168 0.00716407 -0.003642781637609005 0.020081013441085815 442 90 90 60 2.4344160970197737 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 18 86.88071061019909 18.63315773010254 44.775550842285156 13.00678825378418 328825.0 0.04072398319840431 180.41765747070306 103.55490112304688 6.561583200292823 297.6575622558594 1185.3238525390625 1099.319091796875 88214.0 632.8263702392578 2021.8792480468742 451.57147216796875 31.44853973388672 +sub-10512_ses-V3_task-cuff_run-02_bold 0.002224126984126984 0.017235906462585035 9 32.63602910915906 1.0157421592272726 0.9752263767272722 0.4381664486090323 7068.06103515625 0.1099692502293264 0 0.0 2.364864729979503 2.4233790703702343 2.3870290718146534 2.2841860477536216 0.00451656 -0.0035683864261955023 0.02167665772140026 441 90 90 60 2.4329630468991215 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 97.96578029155395 18.735923767089844 45.19470977783203 12.988662719726562 329471.0 0.027210883796215057 182.06803131103516 105.61537170410156 6.800633727283294 292.51470947265625 1175.7083740234375 1091.3934326171875 87808.0 626.7286956787109 2004.7849548339834 448.58355712890625 28.3042049407959 +sub-10512_ses-V3_task-rest_run-01_bold 0.0014040136054421768 0.020952251700680272 9 33.03196125474999 0.9705370352499993 0.9672894354318174 0.4388034730112575 7028.3466796875 0.12715233980654844 16 3.6281179138321997 2.3931675014652414 2.4495957359951444 2.419712403849268 2.3101943645513123 0.0049828 -0.004288146272301674 0.020271606743335724 441 90 90 60 2.4341036970403582 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 76.32292690047072 18.809885025024414 45.56282043457031 13.156462669372559 329028.0 0.04988662153482437 181.72392196655233 105.46868896484375 6.667243143095439 298.1510925292969 1189.1097412109375 1103.1859130859375 88101.0 635.267578125 2022.117919921875 453.218017578125 27.90774154663086 +sub-10512_ses-V3_task-rest_run-02_bold 0.0014129931972789115 0.01743389684807256 9 32.72585713238636 0.9786181940681817 0.9481397836818185 0.4390219837748052 6796.68798828125 0.10188474405417151 15 3.401360544217687 2.3933883360489467 2.4585874023045142 2.417720737261743 2.3038568685805836 0.00941119 -0.002755117369815707 0.01982756517827511 441 90 90 60 2.4361604354381563 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 80.86598059715644 18.782989501953125 44.385032653808594 13.122448921203613 328753.0 0.0476190485060215 180.3632720947263 101.36949920654297 6.25448625008617 294.75885009765625 1170.2525634765625 1087.5216064453125 88469.0 614.9083984375 2001.7718994140623 446.405517578125 28.564739227294922 +sub-10513_ses-V1_task-cuff_run-01_bold 0.0019140401785714288 0.028097572544642853 2 48.53448413785237 1.1091728858612966 1.0050985860178967 0.4744401474388044 174270.1875 0.5106597650765262 42 9.375 2.844650700088886 2.8819064788732396 2.9926264788732397 2.659419142520178 0.0232353 -0.029253730550408363 0.043004345148801804 448 96 96 54 4.369558389273665 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 67.32118794271989 60.03765869140625 671.7255859375 40.9477424621582 329464.0 0.5114787310361862 2839.340026855468 1434.431884765625 1.59912249564844 3384.181640625 18376.537109375 18283.083984375 99223.0 11364.098828125 25190.467382812494 4184.173828125 26.36800193786621 +sub-10513_ses-V1_task-cuff_run-02_bold 0.004250823529411765 0.01400881505882353 2 37.71181102011904 1.1124443779761903 1.0321411184523808 0.4740080559026818 229718.09375 0.23026995603733327 1 1.1764705882352942 2.7711581083561083 2.834920563380282 2.903188732394366 2.5753650292936774 0.00948197 -0.02961093932390213 0.04450581222772598 85 96 96 54 4.286023793531926 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 61.834327613932984 51.56739044189453 666.2848510742188 34.929500579833984 329564.0 0.1824301466345787 2864.7062011718735 1436.4490966796875 1.5822109806908733 3452.6396484375 18165.341796875 18015.025390625 99024.0 11351.93134765625 25151.95869140625 4203.18115234375 36.809425354003906 +sub-10513_ses-V1_task-rest_run-01_bold 0.0019011830357142858 0.018722032433035714 2 46.07041954178976 1.1392134290156597 1.0094531579194639 0.472620339771283 209088.046875 0.3562719154375493 233 52.00892857142857 2.8002758818208133 2.859303661971831 2.9273464788732393 2.6141775046173703 0.0195376 -0.029990706592798233 0.04386810585856438 448 96 96 54 4.20293599390753 0.7999997138977051 2.21875 2.21875 2.4000015258789062 6 72.2160575897603 55.38434982299805 683.3809204101562 37.508201599121094 330063.0 0.18811189234256748 2915.9378417968737 1484.9859619140625 1.4689631988601866 3643.331298828125 18642.974609375 18467.0390625 98733.0 11557.3849609375 25993.448828124998 4393.8203125 31.071983337402344 +sub-10513_ses-V1_task-rest_run-02_bold 0.00455178970917226 0.046978732662192386 3 47.44786125663678 1.091373794618834 1.009864738834081 0.47755649353905333 152687.765625 0.44049173737484437 245 54.80984340044743 2.894773779431747 2.9065960563380284 3.1013228169014084 2.676402465055806 0.0174741 -0.028659984469413757 0.04364835470914841 447 96 96 54 4.555947658068452 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 69.49093788590868 63.17024612426758 667.2582397460938 43.28697204589844 328612.0 0.7312497496604919 2813.4295776367203 1418.5537109375 1.7765594219373257 3162.9697265625 18075.462890625 18030.603515625 99852.0 11379.097119140624 24460.452246093744 3957.576904296875 22.2449951171875 +sub-10513_ses-V3_task-cuff_run-01_bold 0.0006264955357142857 0.029648312053571428 2 47.085659957337846 1.072800140402686 0.9915799646308713 0.46100325621608573 262230.375 0.5496046726323797 61 13.616071428571429 2.823955556930597 2.956912676056338 2.9553847887323945 2.559569206003058 0.0102709 -0.019713951274752617 0.03935844451189041 448 96 96 54 4.3494856997676505 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 148.11085954191455 52.940670013427734 611.5732421875 36.47719955444336 331349.0 0.7391564011573792 2578.7123046875 1433.23681640625 2.1288330731391794 3405.314453125 19624.216796875 19445.13671875 96834.0 12444.720312500001 27239.768945312495 4470.65185546875 27.350894927978516 +sub-10513_ses-V3_task-rest_run-01_bold 0.0013029530201342282 0.02579265637583893 3 41.29156190502241 1.0986141289910307 1.0022351250896862 0.4603925028236545 179830.109375 0.429637640582064 251 56.15212527964206 2.8299212604396486 2.9450726760563377 2.9263594366197183 2.6183316686428904 0.011407 -0.019563842564821243 0.03958246111869812 447 96 96 54 4.326450182776245 0.7999997138977051 2.21875 2.21875 2.4000015258789062 13 143.9165935787575 64.15009307861328 609.3079223632812 44.078922271728516 331591.0 0.7234598994255066 2563.7493896484375 1420.35693359375 2.015581680510854 3408.13330078125 19489.041015625 19311.34765625 96604.0 12221.699316406251 27049.759765624993 4463.53173828125 28.754558563232422 +sub-10513_ses-V3_task-rest_run-02_bold 0.0010671651785714284 0.026400401339285718 2 45.658702705369116 1.1121481213422812 0.9765365442729312 0.4627698241278437 307397.75 0.484710468479649 280 62.5 2.811403739615795 2.9124011267605634 2.934445070422535 2.587365021664288 0.0094163 -0.02024921216070652 0.038618311285972595 448 96 96 54 4.386343413002366 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 153.40085867137844 48.15254211425781 615.5032348632812 33.13412857055664 330842.0 0.6499967068433761 2628.6869750976566 1450.595947265625 2.0021531843878897 3329.8349609375 19417.74609375 19294.306640625 97294.0 12097.963623046875 26841.96708984374 4398.69970703125 28.865217208862305 +sub-10514_ses-V1_task-cuff_run-01_bold 0.0012317567567567565 0.00995198617117117 6 35.55703694455982 1.0434280613769753 1.0149367833182847 0.46116544197377657 6416.73486328125 0.150519856184629 1 0.22522522522522523 2.360409022391672 2.330324907401208 2.3867665718250843 2.364135587948724 0.0116662 0.008898843079805374 0.022955358028411865 444 90 90 60 2.5597971543454814 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 37.414015038476805 18.646060943603516 43.3270263671875 13.333333969116211 317658.0 0.036036036908626556 189.04730224609375 94.87684631347656 3.3103601417322244 306.6348876953125 1128.442138671875 1054.0045166015625 99357.0 583.3175659179688 1908.5513671874999 411.7510681152344 31.46768569946289 +sub-10514_ses-V1_task-cuff_run-02_bold 0.0011740362811791384 0.0077155892743764175 9 36.5376129626818 1.1030225348181824 1.0299990918636361 0.46064454654772324 6074.9580078125 0.13181733552968689 0 0.0 2.3447965182988706 2.319758241154423 2.3647290727007757 2.349902241041413 0.0061729 0.009892791509628296 0.02305172197520733 441 90 90 60 2.5491677241845707 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 36.72968191423565 18.746009826660156 43.26136779785156 13.512472152709961 318285.0 0.0317460335791111 191.1369659423826 94.43557739257812 3.204713333702209 303.630859375 1118.8575439453125 1044.662109375 99075.0 576.5875366210938 1896.5469604492168 409.8031005859375 34.928348541259766 +sub-10514_ses-V1_task-rest_run-01_bold 0.0018823873873873873 0.008310287792792791 6 34.38210378878099 1.0691534850112856 0.9989379810158012 0.46009728005522466 6201.3427734375 0.09911446306411473 4 0.9009009009009009 2.338952068905746 2.3183540745435525 2.3642457393866483 2.3342563927870366 0.0198874 0.006545768119394779 0.023672355338931084 444 90 90 60 2.543568741111799 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 37.17288741512254 18.889822006225586 43.517704010009766 13.619369506835938 318150.0 0.04279279336333275 191.3808631896972 95.45624542236328 3.5591853553840878 308.6783447265625 1139.1103515625 1063.490966796875 98891.0 588.4853820800781 1932.9752807617188 418.107666015625 34.824241638183594 +sub-10514_ses-V1_task-rest_run-02_bold 0.0015176975169300226 0.00730152099322799 7 36.64252135760184 1.1121977517194577 1.0386204768552036 0.461551433080205 6353.11279296875 0.12645440994613663 21 4.74040632054176 2.3302534591033437 2.303770741789709 2.3498249066263472 2.337164728893975 0.0106278 0.010303783230483532 0.023628003895282745 443 90 90 60 2.5599803170298787 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 36.875105486391746 18.447187423706055 43.69863510131836 13.182844161987305 318599.0 0.029345372691750526 193.9652374267575 95.65178680419922 3.3304977412288492 298.925048828125 1112.7242431640625 1036.422119140625 98818.0 580.1249450683595 1885.2589050292968 404.85345458984375 36.47614669799805 +sub-10514_ses-V3_task-cuff_run-01_bold 0.0009348063781321187 0.007047448815489749 11 34.0851017633333 1.0445609799999995 1.0006624861415534 0.45683507750302843 6101.97314453125 0.12518636553288656 0 0.0 2.309046505861355 2.286987409123285 2.3320999073306754 2.308052201130105 0.00559612 0.016333727166056633 0.019445041194558144 439 90 90 60 2.5831633041486164 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 37.887765531082835 18.382244110107422 43.612693786621094 13.150341987609863 322227.0 0.0182232353836298 193.75399780273438 97.00263977050781 3.4980451749414536 295.26751708984375 1081.4127197265625 1017.3964233398438 95597.0 544.49521484375 1812.3317382812497 393.854736328125 36.19695281982422 +sub-10514_ses-V3_task-cuff_run-02_bold 0.0015800226757369613 0.008367155215419501 9 35.35269358374999 1.0488398519545452 1.0145886994999993 0.4591700669400872 5984.61962890625 0.1356080936531064 0 0.0 2.320499285492343 2.299316575300035 2.3471582400656446 2.3150230411113495 0.00982441 0.01628980040550232 0.019787270575761795 441 90 90 60 2.572827743186475 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 35.991519073085946 18.75609588623047 44.81816101074219 13.360544204711914 321416.0 0.01814058981835842 201.36054229736328 98.65249633789062 3.566432440881533 295.2563781738281 1082.9322509765625 1019.3673706054688 96299.0 542.9288146972657 1818.2204467773433 396.2030029296875 33.00787353515625 +sub-10514_ses-V3_task-rest_run-01_bold 0.0008559183673469388 0.007884362925170068 9 32.83897708543182 1.0288772473181822 0.9926295615454556 0.45486414785953283 5978.18994140625 0.11075464970374398 2 0.45351473922902497 2.312806231724321 2.279566576084829 2.3393540737090874 2.319498045379046 0.0142353 0.013456583023071289 0.020646123215556145 441 90 90 60 2.5725023342446813 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 37.521540901214905 18.567827224731445 43.12132263183594 13.317460060119629 322902.0 0.01587301678955555 191.3332298278809 96.01016235351562 3.5747453558571918 296.92718505859375 1087.6839599609375 1022.2720947265625 95120.0 550.9458343505859 1827.3762023925783 397.3822326660156 34.92604064941406 +sub-10514_ses-V3_task-rest_run-02_bold 0.0018830769230769229 0.0073647045248868784 8 35.240407736303816 1.0716354714285719 1.0345502867800456 0.46085102183469856 6060.07470703125 0.1533819108127138 35 7.918552036199095 2.317375673542296 2.2937832421865765 2.3462290734358997 2.312114705004411 0.00425106 0.017483368515968323 0.01974036917090416 442 90 90 60 2.575369013835874 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 35.69706054350034 18.6834716796875 45.921119689941406 13.350679397583008 321239.0 0.029411766678094864 207.13009796142552 101.12218475341797 3.5777888626426124 295.3800354003906 1082.208251953125 1017.3575439453125 96314.0 547.9417663574219 1816.361560058593 395.0316467285156 34.76210021972656 +sub-10515_ses-V1_task-cuff_run-01_bold 0.0003401131221719457 0.00459061979638009 8 32.72525364371881 1.0115894730385482 0.9992124997278916 0.5754601800628738 379.5892333984375 0.1173302165221159 0 0.0 2.8030430400413286 2.512870733480822 3.0011207140795104 2.895137672563653 0.0126203 -0.04234854131937027 0.15404585003852844 442 90 90 54 2.28051690298164 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 24.05936765334028 5.937118053436279 31.61235809326172 12.307692527770996 262294.0 8.090497970581055 127.16301345825178 50.368980407714844 3.4758565436649684 97.20771789550781 276.60491943359375 259.9920959472656 108464.0 123.8148235321045 477.35646667480466 114.0052490234375 39.91249465942383 +sub-10515_ses-V1_task-cuff_run-02_bold 0.0003151826484018265 0.004384669474885845 12 33.285846797368414 1.0190900012585815 1.0024617220823797 0.5772807108283503 367.4718933105469 0.12484868954678273 0 0.0 2.78561526225254 2.500629067300595 2.9823248814930565 2.873891837963969 0.0105499 -0.04369140416383743 0.1566590517759323 438 90 90 54 2.287879597110368 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 25.153589435974894 6.0996551513671875 31.90485191345215 12.408675193786621 262081.0 8.075342178344727 128.27853393554688 50.829288482666016 3.501324408800097 96.196533203125 274.49609375 257.9771728515625 108539.0 123.51460647583009 473.0707702636719 112.75767517089844 40.23944091796875 +sub-10515_ses-V1_task-rest_run-01_bold 0.0013326530612244895 0.005767205487528345 9 32.36158364511363 1.021535842113637 1.016448849590909 0.5738119937859987 397.4192810058594 0.1203184652047308 0 0.0 2.8338360954133237 2.537579065832334 3.0373832126385683 2.9265460077690686 0.0101682 -0.042883530259132385 0.15375278890132904 441 90 90 54 2.2714537751922275 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 23.358318361964095 5.69843864440918 31.26213264465332 12.151927947998047 262065.0 8.095237731933594 125.57687225341789 49.67417907714844 3.448443276193353 98.83678436279297 278.77496337890625 262.283447265625 108631.0 122.98299407958984 481.6247253417969 115.46888732910156 38.23590087890625 +sub-10515_ses-V1_task-rest_run-02_bold 0.0004465296803652968 0.005617280844748858 12 33.68195026562929 1.017351116979405 1.000532291441647 0.578686580299517 367.8832702636719 0.1439826943593496 1 0.228310502283105 2.799943040294482 2.5073874003653764 2.9933790477204703 2.8990626727976005 0.010288 -0.042965732514858246 0.1588190644979477 438 90 90 54 2.290774607464798 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 24.187466845285616 6.072575569152832 32.011993408203125 12.335616111755371 261905.0 8.036529541015625 128.53606567382798 50.72921371459961 3.467789480864136 94.88993835449219 272.1241760253906 255.53424072265625 108733.0 121.96848754882814 469.25523681640624 111.54875946044922 37.32899475097656 +sub-10516_ses-V1_task-cuff_run-01_bold 0.0012385067873303167 0.01949206244343891 8 45.356804957845725 1.059622287800454 0.970383567709751 0.4385708941128718 3552.42041015625 0.2289721027742896 0 0.0 2.482991073705428 2.4521957358918294 2.5089040669717764 2.487873418252679 0.0229811 0.017184017226099968 0.01879655010998249 442 90 90 60 2.7774722148330366 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 68.85476099444826 19.528757095336914 35.59394073486328 14.371041297912598 335124.0 0.05203619971871376 125.39559516906732 81.8917465209961 3.3573877775561387 233.29855346679688 894.5465698242188 856.3099975585938 84093.0 447.0914245605469 1439.6412109374996 308.3036804199219 23.848220825195312 +sub-10516_ses-V1_task-cuff_run-02_bold 0.0014996153846153846 0.016633524954751133 8 45.670199768480735 1.0892500899999995 1.0298405492516998 0.4386994062571615 3757.202880859375 0.2446479006200033 0 0.0 2.4730882997384818 2.4384582364377083 2.5101332335896003 2.4706734291881376 0.0133898 0.017379503697156906 0.019323110580444336 442 90 90 60 2.7901279907133363 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 64.02261401395985 19.09269905090332 34.960941314697266 14.0316743850708 334920.0 0.0656108632683754 121.95283126831046 79.98717498779297 3.4766641690208546 228.56561279296875 885.8932495117188 848.2489013671875 84251.0 445.88690185546875 1421.0238037109375 304.01611328125 25.974288940429688 +sub-10516_ses-V1_task-rest_run-01_bold 0.0015493181818181817 0.013221665590909091 10 47.45168436533029 1.1322706738496582 1.024997100273349 0.4362579429706922 4070.89013671875 0.24817630731822374 157 35.68181818181818 2.451848025541562 2.4264457369150425 2.472199901763602 2.456898437946041 0.00368365 0.016383878886699677 0.018389897421002388 440 90 90 60 2.7783881540493582 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 70.35197211857152 18.7144832611084 34.67197036743164 13.606818199157715 335282.0 0.022727271541953087 123.41340789794927 80.31327819824219 3.3200823678911364 234.58642578125 897.9967651367188 859.689697265625 83928.0 450.4379516601563 1450.9863037109371 309.41845703125 29.274667739868164 +sub-10516_ses-V1_task-rest_run-02_bold 0.0010843340857787812 0.011776518984198646 7 47.462584672149376 1.1173726680769236 0.9946183996606329 0.4380472171544551 3873.051513671875 0.2699759498806119 194 43.792325056433405 2.436889698096667 2.4188249038845338 2.461591568851806 2.4302526215536617 0.00352957 0.017283674329519272 0.01866385154426098 443 90 90 60 2.803673347332251 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 63.840267972776246 18.758432388305664 34.92387008666992 13.717833518981934 334993.0 0.029345372691750526 125.35034332275367 80.45331573486328 3.346997312854665 229.1373291015625 889.5176391601562 851.5135498046875 84068.0 449.7603927612305 1428.9608581542968 303.71173095703125 30.16278076171875 +sub-10516_ses-V3_task-cuff_run-01_bold 0.0011348747152619592 0.011685600432801823 11 37.27109737484019 1.0800067569863012 0.988063017031963 0.44446942768999614 4427.18701171875 0.18534137563264555 0 0.0 2.3962423621449296 2.323749907662475 2.477154068233408 2.387823110538906 0.0242351 0.006262487266212702 0.01474157627671957 439 90 90 60 2.9321375256558877 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 61.292771327415494 20.837486267089844 39.74931716918945 14.911162376403809 332485.0 0.013667427003383636 151.87426757812497 85.52232360839844 3.660424963128337 247.38690185546875 1017.8157348632812 976.6480712890625 86294.0 534.1545654296875 1607.5021057128906 333.0820617675781 31.86244773864746 +sub-10516_ses-V3_task-cuff_run-02_bold 0.0006101133786848072 0.008801660362811792 9 37.51911175050002 1.1043181851363635 0.9918820331363641 0.4441318726903957 4410.08349609375 0.18174101089992595 0 0.0 2.382982637543872 2.3169582412656844 2.452941569195526 2.379048102170406 0.00836707 0.00558279687538743 0.014702674001455307 441 90 90 60 2.9163312418856147 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 60.164920726539286 20.880823135375977 40.5142936706543 14.89795970916748 332841.0 0.006802720949053764 157.21995544433594 87.3492431640625 4.0047820841699515 250.411865234375 1023.2100830078125 979.748291015625 85842.0 543.8598876953125 1618.3812866210933 335.95037841796875 36.44266128540039 +sub-10516_ses-V3_task-rest_run-01_bold 0.0006858144796380091 0.011222699389140271 8 37.93375093117916 1.0681609474603178 0.9665508651927432 0.4432909405695306 4396.52392578125 0.19952730253997367 98 22.171945701357465 2.418584035655872 2.350654073260066 2.4939249009003284 2.4111731328072223 0.00741114 0.004277551081031561 0.014203984290361404 442 90 90 60 2.888510536360524 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 56.4024349398147 21.12540626525879 40.26822280883789 15.162896156311035 332910.0 0.03393665328621864 153.80012130737296 84.8414535522461 3.911430952663294 254.6553955078125 1032.762939453125 988.9751586914062 85831.0 542.5000305175781 1639.3020629882812 342.3804016113281 33.4893684387207 +sub-10516_ses-V3_task-rest_run-02_bold 0.0005996839729119639 0.009158308848758465 7 39.89671866807697 1.102194074117647 0.9709519907466072 0.44389183179653513 4457.30419921875 0.22554242594708931 151 34.08577878103837 2.393014582918371 2.3207665744476884 2.475216568310397 2.3830606059970276 0.00323456 0.004266839940100908 0.01514499168843031 443 90 90 60 2.8943031864776296 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 56.58899339781212 20.82671356201172 40.36283493041992 14.817155838012695 333037.0 0.009029345586895943 155.13319091796902 85.87930297851562 4.029435651347641 250.77569580078125 1019.6729736328125 976.173828125 85810.0 538.7095916748046 1616.7979980468754 337.2722473144531 35.51557540893555 +sub-10517_ses-V1_task-cuff_run-01_bold 0.003609183673469388 0.017362365850340136 9 39.58191185875006 1.0762114892727275 1.0182461079772729 0.4648731711231794 6747.001953125 0.1542849414845769 1 0.22675736961451248 2.4592549849554266 2.5439873989110233 2.453704069165227 2.3800734867900295 0.00181335 0.011319885961711407 0.02999265119433403 441 90 90 60 2.03993911237209 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 177.82386293663978 21.67087173461914 55.77471923828125 15.362812042236328 309757.0 0.095238097012043 259.64174194335965 131.89886474609375 7.64596688090341 402.914794921875 1398.3580322265625 1260.6644287109375 105711.0 698.6950378417969 2577.4818115234375 617.98828125 25.491506576538086 +sub-10517_ses-V1_task-cuff_run-02_bold 0.005635226244343892 0.01567504746606335 8 42.005187551383216 1.1515456686167809 1.125734535374149 0.4652791143752146 7001.41015625 0.17541422826716788 0 0.0 2.451435542575896 2.5400123990689756 2.443049902921919 2.3712443257367926 0.00419301 0.011549687944352627 0.030223365873098373 442 90 90 60 2.0458874912720195 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 142.36103703962377 21.152240753173828 55.34010314941406 14.988688468933105 309552.0 0.10633484274148941 262.26098327636726 128.14593505859375 7.924747102930615 399.7257385253906 1385.892822265625 1250.1539306640625 105715.0 693.9246765136719 2554.9878173828115 611.0541381835938 25.6866455078125 +sub-10517_ses-V1_task-rest_run-01_bold 0.00794535874439462 0.015475626345291482 4 40.52388342946068 1.1527042371910117 1.056260812943819 0.4634362422024493 7253.63671875 0.1769073751320579 82 18.385650224215247 2.453643876662565 2.5381998991409978 2.4557207357517585 2.3670109950949385 0.00561827 0.009661652147769928 0.028877682983875275 446 90 90 60 2.0419623866413246 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 172.82849040045315 21.06890869140625 54.1927604675293 14.80044937133789 309599.0 0.05829596519470215 253.7307312011714 128.25653076171875 7.3812491986673265 406.6286315917969 1400.462890625 1265.122314453125 105910.0 692.4943023681641 2589.8267700195292 619.55908203125 27.036705017089844 +sub-10519_ses-V1_task-cuff_run-01_bold 0.000625256064690027 0.007479962964959569 7 37.24631167213515 1.0107949483513512 0.9978303041621617 0.5446793520833392 438.4701843261719 0.1939163124114163 0 0.0 2.710212486244965 2.3793499054531293 2.914420717524659 2.8368668357571067 0.0073459 -0.015488214790821075 0.10937955230474472 371 90 90 54 2.628302298461239 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 36.516349525031536 3.708503484725952 22.98087501525879 10.425875663757324 282895.0 7.78706169128418 77.61805648803707 35.85271453857422 0.5160955168649375 83.1076431274414 245.5666046142578 233.0229034423828 90910.0 122.55525207519531 409.308090209961 88.65860748291016 33.81239318847656 +sub-10519_ses-V1_task-cuff_run-02_bold 0.0005927927927927928 0.013704684301801802 6 37.931664804875815 0.9445336676072236 0.944133119142212 0.5466608589674564 420.8531494140625 0.22195493523211532 0 0.0 2.754580541160047 2.419287403866156 2.97368738183628 2.8707668377777043 0.012568 -0.014954070560634136 0.10920175909996033 444 90 90 54 2.609705335565715 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 34.71176692079447 4.073817253112793 23.404003143310547 10.666666984558105 282543.0 7.75 78.79031753540032 35.878902435302734 0.5046042985665022 82.61333465576172 244.02679443359375 231.34573364257812 91436.0 119.88176155090332 407.2522735595703 88.64773559570312 27.328466415405273 +sub-10519_ses-V1_task-rest_run-01_bold 0.000679932584269663 0.00878419611235955 5 37.809439212319845 0.9972097123648647 0.9880670086936933 0.5452765325573649 437.2861022949219 0.21304764525323364 106 23.820224719101123 2.712636097427133 2.379495738780668 2.9164915507757048 2.8419210027250252 0.0114142 -0.014132633805274963 0.10044873505830765 445 90 90 54 2.620303377246206 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 31.180603894690137 3.8580968379974365 22.791786193847656 10.52808952331543 282888.0 7.75955057144165 77.3443817138668 33.8470344543457 0.5286596695973018 83.45218658447266 246.07749938964844 233.7887725830078 91053.0 121.70516815185547 410.30428466796866 89.2215347290039 32.09109115600586 +sub-10519_ses-V1_task-rest_run-02_bold 0.0007154504504504504 0.009187635653153153 6 37.39505378616255 0.9906981650790071 0.9867262148984204 0.5460904510046878 427.6979675292969 0.20579542859609135 93 20.945945945945947 2.7192680419104853 2.383195738633643 2.9235540504950666 2.8510543366027474 0.0094567 -0.011297691613435745 0.10351268202066422 444 90 90 54 2.6030509611248167 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.53971155258334 3.853430986404419 22.91652488708496 10.51801872253418 283159.0 7.765766143798828 78.03040771484348 34.00162124633789 0.5494565250572951 82.36790466308594 243.44174194335938 230.5180206298828 90954.0 120.32095184326172 407.4227539062499 88.5563735961914 31.289148330688477 +sub-10520_ses-V1_task-rest_run-01_bold 0.002353371040723982 0.007749974253393666 8 36.371603054988675 1.1172742837414962 1.020642780952381 0.459845925813386 6044.3681640625 0.15162725496384297 13 2.9411764705882355 2.376803597312993 2.3581957396270536 2.381924905350808 2.3902901469611186 0.0170991 0.024251664057374 0.010220506228506565 442 90 90 60 2.3170277575406093 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 111.66433632675584 21.18242835998535 51.9573974609375 15.04751205444336 318195.0 0.04072398319840431 226.71833190917954 127.29315948486328 4.844558876278328 351.3968505859375 1270.828369140625 1167.49658203125 98644.0 648.7995758056641 2239.9494140625 503.874267578125 35.39950942993164 +sub-10520_ses-V1_task-rest_run-02_bold 0.0015007239819004525 0.007219124819004526 8 38.02781921172332 1.1142620779365071 1.0077961257596366 0.4605305572118309 6102.5537109375 0.18173489931772532 48 10.85972850678733 2.373732764079332 2.3562415730380386 2.374554072310365 2.3904026468895934 0.0195629 0.024073336273431778 0.009979656897485256 442 90 90 60 2.3287795406352956 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 105.88486316248178 21.068382263183594 52.124595642089844 14.889141082763672 318094.0 0.04072398319840431 228.58089218139622 126.20234680175781 4.621897269433103 348.4482727050781 1264.0670166015625 1160.640380859375 98673.0 646.1317138671875 2224.204687499999 498.387451171875 35.91215515136719 +sub-10522_ses-V1_task-cuff_run-01_bold 0.0037315646258503405 0.011752650498866214 9 39.69419856945457 1.2177954844090904 1.0063775177045449 0.42241045853656306 15627.296875 0.152465532529982 1 0.22675736961451248 2.357748066483967 2.4116082375046317 2.3919874049509606 2.269648556996309 0.0131662 -0.005655779503285885 0.020854461938142776 441 90 90 60 2.3429048797858476 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 12 100.65117650601708 13.619096755981445 38.49239730834961 9.294784545898438 331941.0 0.006802720949053764 166.33106994628906 96.49337005615234 6.473542044565878 347.4297790527344 1267.48779296875 1171.3831787109375 85947.0 656.183447265625 2201.4324462890627 499.967529296875 33.70989227294922 +sub-10522_ses-V1_task-cuff_run-02_bold 0.0016839002267573697 0.014034135555555556 9 41.17528938809085 1.163892102181818 0.9593301161590913 0.4219355921220233 15564.2783203125 0.1613171862180431 2 0.45351473922902497 2.3824841697087815 2.4324665700091295 2.410591570878364 2.304394368238851 0.0142574 -0.005618393421173096 0.020619917660951614 441 90 90 60 2.338107945121134 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 115.3472380513918 13.649353981018066 38.15719223022461 9.344671249389648 331889.0 0.00907029490917921 164.97188415527336 94.91395568847656 6.494469061860732 350.2101135253906 1269.9832763671875 1172.7686767578125 85915.0 656.0135986328124 2204.732885742188 501.5858459472656 31.259746551513672 +sub-10522_ses-V1_task-rest_run-01_bold 0.0031070521541950117 0.014139896689342405 9 39.141436078363654 1.1869391619318181 0.9863816500000001 0.4218227528427812 15775.8203125 0.14476181977848626 13 2.947845804988662 2.3756300036290545 2.4215374037767488 2.402541571198242 2.302811035912173 0.01028 -0.005841624923050404 0.019658220931887627 441 90 90 60 2.34711857372095 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 114.54588753365407 13.699783325195312 38.68733215332031 9.4036283493042 332106.0 0.013605441898107529 165.63662338256836 98.40286254882812 6.7965451027086115 352.7652282714844 1283.432373046875 1186.1541748046875 85737.0 667.1292358398438 2223.5133789062497 505.3631591796875 30.75644302368164 +sub-10522_ses-V1_task-rest_run-02_bold 0.0015610407239819006 0.013679756425339367 8 42.58350873594105 1.2022371657823128 0.9730114750340135 0.42178330322512725 15549.66796875 0.16551834621947845 45 10.180995475113122 2.3706327840053176 2.4165124039764243 2.4046540711142987 2.290731876925229 0.0166962 -0.0062906318344175816 0.021188337355852127 442 90 90 60 2.3272987713022486 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 99.06733305979719 13.69897747039795 38.62698745727539 9.36651611328125 332359.0 0.009049774147570133 169.40091857910147 94.13839721679688 6.691380765654481 350.6421203613281 1275.555419921875 1176.4005126953125 85503.0 663.4704162597657 2215.4302734374996 505.4759826660156 31.813859939575195 +sub-10522_ses-V3_task-cuff_run-01_bold 0.0021973873873873872 0.011331602454954954 6 33.57491717108348 1.099733575146727 1.0141827573137696 0.42546244143129475 18061.15234375 0.14061051430860008 0 0.0 2.303264735823074 2.3343624072407723 2.3083374082749124 2.267094391953537 0.0156304 -0.00309330178424716 0.015343800187110901 444 90 90 60 2.7184267734705676 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 56.326644392759526 11.249746322631836 29.955001831054688 7.725225448608398 331127.0 0.0045045046135783195 126.85968933105471 75.1312026977539 5.091444254016155 270.8822021484375 1096.0843505859375 1035.3558349609375 86545.0 592.9333618164062 1783.368505859375 380.8636169433594 33.662025451660156 +sub-10522_ses-V3_task-cuff_run-02_bold 0.0027711085972850678 0.011315363122171945 8 34.530037043015874 1.0988919933560088 1.0195738577551023 0.42551491610915043 16605.6953125 0.14951846209009523 0 0.0 2.2940439067354097 2.3343957405727807 2.300166575266259 2.24756940436719 0.00872399 -0.0025174403563141823 0.015223013237118721 442 90 90 60 2.7204828374942522 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 57.62062955463781 11.55557632446289 29.47028160095215 7.984163284301758 330989.0 0.013574661687016487 124.13394012451161 72.76630401611328 5.056547798783377 268.8105163574219 1086.82958984375 1027.07470703125 86653.0 583.5950317382812 1766.9308837890621 377.53179931640625 32.37821578979492 +sub-10522_ses-V3_task-rest_run-01_bold 0.0012610633484162897 0.01089818701357466 8 36.07931820015874 1.095580008662132 0.9841188255328804 0.42524208522800594 17898.9296875 0.17130245262093702 36 8.144796380090497 2.292264739381966 2.324179074312088 2.3012332418905403 2.2513819019432693 0.013407 -0.0036411958280950785 0.014482245780527592 442 90 90 60 2.7286682480776845 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 63.544927633059785 11.404633522033691 29.932140350341797 7.803167819976807 331143.0 0.0022624435368925333 126.04751586914062 76.0483627319336 5.102132056544249 271.7624206542969 1102.095947265625 1040.9254150390625 86567.0 599.175604248047 1790.5889526367177 381.4752502441406 34.280433654785156 +sub-10522_ses-V3_task-rest_run-02_bold 0.0019362131519274376 0.014431119433106578 9 35.17794590013638 1.0514896739090915 0.9895725712727274 0.4262524501135068 17233.458984375 0.16233888211480507 44 9.977324263038549 2.307027233647837 2.3408249069839755 2.302966575154997 2.277290218804538 0.011387 -0.00246198452077806 0.015261948108673096 441 90 90 60 2.7356142470238924 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 55.09417939069359 11.464112281799316 30.01307487487793 7.897959232330322 330773.0 0.011337868869304657 126.2471694946289 74.9537582397461 5.18281910231325 267.2515563964844 1087.4197998046875 1027.3990478515625 86715.0 588.7923095703125 1764.161950683594 375.5621337890625 28.97818374633789 +sub-10523_ses-V1_task-cuff_run-01_bold 0.0004344469525959368 0.005139269548532732 7 40.32930286104074 1.0935462485746597 0.9976321409502267 0.5569023392556333 431.1754150390625 0.16104329468120065 0 0.0 2.6570374846678426 2.3971290714133158 2.8485540534752984 2.7254293291149136 0.0124716 -0.005202352534979582 0.11611813306808472 443 90 90 54 2.2790112848329653 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 32.55861149150098 5.120500087738037 26.597925186157227 11.512415885925293 270439.0 7.914221286773682 99.57607421874991 40.77213668823242 1.3219039153594947 97.87513732910156 276.1837158203125 256.3950500488281 102107.0 124.23544158935546 487.03929443359374 112.50220489501953 38.90834045410156 +sub-10523_ses-V1_task-cuff_run-02_bold 0.0007772105263157893 0.005268104578947368 8 39.97095917412698 1.096292896455027 1.0096177293121693 0.5573272889247572 429.1517333984375 0.15274069216158484 0 0.0 2.651168040416892 2.3887499050796066 2.8405248871276823 2.724229329043388 0.00869228 -0.006048488896340132 0.11922208219766617 190 90 90 54 2.286608626244538 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 31.538969502351165 5.118879795074463 26.61896324157715 11.500000953674316 270793.0 7.90000057220459 99.96316528320312 40.7156982421875 1.3409912230656023 96.92317962646484 274.78070068359375 254.6631622314453 101829.0 125.46211242675781 484.4673828124994 111.37100982666016 38.4024772644043 +sub-10523_ses-V1_task-rest_run-01_bold 0.00046189189189189186 0.0051501688738738735 6 40.57876125383746 1.103535639841987 0.9959207363882613 0.5559697350259226 440.95086669921875 0.1540634693010588 44 9.90990990990991 2.674155540191802 2.4088249042818983 2.868624886011088 2.74501683028242 0.0133455 -0.006606177426874638 0.11619891226291656 444 90 90 54 2.282095123098183 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 31.112708609285768 5.125663757324219 26.48863983154297 11.490991592407227 270336.0 7.889639854431152 99.34065818786621 40.34278106689453 1.3166838961394864 99.01378631591797 277.97601318359375 258.3513488769531 102163.0 124.91689682006836 489.0601501464842 113.20741271972656 38.307926177978516 +sub-10523_ses-V1_task-rest_run-02_bold 0.0004583783783783784 0.005002342364864866 6 40.61101646501129 1.0971443867268624 0.9975724584424371 0.557023923972361 434.8874816894531 0.1511936100666265 43 9.684684684684685 2.657315262934185 2.392999904910727 2.8384290538776296 2.7405168300141987 0.0101797 -0.005426423158496618 0.12017912417650223 444 90 90 54 2.274939385877735 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 30.90929388119598 4.978739261627197 26.46424674987793 11.382883071899414 270909.0 7.889639854431152 99.54955291748047 40.47623062133789 1.349944889465446 96.39253997802734 272.8019104003906 253.049560546875 101929.0 123.54820098876954 481.4991088867188 111.23299407958984 38.66042709350586 +sub-10523_ses-V3_task-cuff_run-01_bold 0.0006571331828442437 0.0057120094356659145 7 41.07832795579183 1.092743022307692 1.002935986900453 0.5602516315715498 408.74261474609375 0.19166670014473858 0 0.0 2.667109705909651 2.414912404040003 2.8785082189516933 2.7079084947372576 0.0105335 -0.016348574310541153 0.10869436711072922 443 90 90 54 2.26752115137623 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 34.482860068940475 5.548882484436035 26.462440490722656 11.916479110717773 266159.0 7.9593682289123535 94.4720123291015 39.499847412109375 1.3909736648144824 99.32096099853516 280.3661193847656 260.59820556640625 105331.0 124.80135726928711 494.9774475097656 114.9259262084961 37.887351989746094 +sub-10523_ses-V3_task-cuff_run-02_bold 0.0005364334085778781 0.00515034525959368 7 40.71328932135747 1.0911912925113125 1.002120582488688 0.5617311112382108 399.97784423828125 0.17931868048969848 0 0.0 2.6501180393982877 2.400983237926831 2.8571623864665674 2.692208493801464 0.0124465 -0.016146358102560043 0.10982811450958252 443 90 90 54 2.272888535394498 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 33.403288856645496 5.702831745147705 26.77589988708496 12.02483081817627 266510.0 7.954853534698486 96.17832946777344 39.847251892089844 1.409873718734814 98.38050842285156 279.09442138671875 259.1963806152344 105069.0 125.54131164550782 492.0776550292968 114.03777313232422 38.90301513671875 +sub-10523_ses-V3_task-rest_run-01_bold 0.0005390315315315315 0.006450595540540541 6 41.879417281489864 1.084781619119639 0.9933654707223469 0.5583558421969347 420.93719482421875 0.20100341639754551 106 23.873873873873872 2.67577776142238 2.4187624038870177 2.891554051766632 2.7170168286134895 0.0091476 -0.016417324542999268 0.11204388737678528 444 90 90 54 2.2792953586192746 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 42.303890902144225 5.472939491271973 26.566986083984375 11.828828811645508 267100.0 7.941441535949707 94.416784286499 41.240882873535156 1.3623486962829539 99.81855773925781 281.73876953125 262.04168701171875 104616.0 125.95101547241211 496.35362243652344 114.96554565429688 36.67725372314453 +sub-10523_ses-V3_task-rest_run-02_bold 0.001005720720720721 0.0062888450450450445 6 43.440667111670436 1.1026291562979684 1.0035152905869058 0.5624835268040473 397.2387390136719 0.21615589391098308 113 25.45045045045045 2.6597249839579677 2.407445737670035 2.8645123861745048 2.707216828029364 0.0155444 -0.01604500412940979 0.1108718141913414 444 90 90 54 2.2682389917145396 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 33.04160811971622 5.730058193206787 26.790475845336914 12.002252578735352 266225.0 7.918919086456299 96.31937408447263 39.87574768066406 1.4109533371494782 97.68146514892578 277.192138671875 257.3581237792969 105424.0 124.20980262756348 489.4229766845698 113.46110534667969 36.797203063964844 +sub-10524_ses-V1_task-rest_run-01_bold 0.0005686230248306998 0.010627346162528218 7 41.7206908350905 1.0423308832352953 1.003311066018099 0.582144270023007 263.075927734375 0.20346997327041882 65 14.672686230248306 2.650741648925378 2.3737749056746598 2.933329050106643 2.6451209909948306 0.00674167 -0.02082858979701996 0.15201297402381897 443 90 90 54 2.640561385800848 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 17.489246528816647 7.111805438995361 32.9805908203125 13.25507926940918 281786.0 8.180586814880371 134.28216552734375 49.454315185546875 0.7590934060064685 78.33694458007812 240.71286010742188 230.35440063476562 91465.0 113.46095275878906 399.6392822265626 87.2364273071289 33.574485778808594 +sub-10528_ses-V1_task-cuff_run-01_bold 0.0016127437641723357 0.003998312993197279 9 37.278167846068186 1.1165923974772718 1.0096998469090905 0.5176933428384733 592.2077026367188 0.11257424876945095 2 0.45351473922902497 2.65514720363601 2.4689124018942357 2.8716373858913826 2.6248918231224114 0.00850122 -0.026710106059908867 0.07974393665790558 441 90 90 54 2.424697395799572 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 7 55.797352570329195 3.493025064468384 19.982433319091797 10.192744255065918 281049.0 7.712018013000488 62.287528228759605 30.153932571411133 1.965754732248067 95.06134796142578 281.8661804199219 266.68707275390625 91583.0 129.62856750488282 481.37665100097644 109.98717498779297 41.961185455322266 +sub-10528_ses-V1_task-cuff_run-02_bold 0.0004058956916099773 0.00343804358276644 9 36.279847630522745 1.1041022150227275 1.0023403487045461 0.5181313092912021 586.2691650390625 0.10872425824680593 0 0.0 2.64331664813098 2.4624499021510324 2.8552790532080707 2.6122209890338377 0.00755404 -0.026014864444732666 0.07932014763355255 441 90 90 54 2.428245756887405 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 56.17129472926889 3.4947047233581543 19.977069854736328 10.196145057678223 280992.0 7.721088409423828 62.306121826171875 30.147859573364258 1.957481571794708 94.42596435546875 280.40704345703125 265.2721252441406 91528.0 129.2352607727051 478.39706420898415 109.2437515258789 43.712745666503906 +sub-10528_ses-V1_task-rest_run-01_bold 0.0009196153846153846 0.003929192466063348 8 37.27657425371882 1.1221635289115648 1.004587873401361 0.5165553121635763 600.5791625976562 0.10778360997584394 4 0.9049773755656109 2.6863069253084064 2.501045733950705 2.9121957176130726 2.645679324361443 0.0125629 -0.0268087238073349 0.07948083430528641 442 90 90 54 2.409110203788638 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 56.59504444874973 3.5018937587738037 19.966785430908203 10.185521125793457 280796.0 7.685520648956299 62.87556838989258 30.256845474243164 1.9098862378021924 96.49325561523438 283.5979309082031 268.72174072265625 91877.0 128.07240295410156 485.2081665039062 111.54337310791016 41.667686462402344 +sub-10528_ses-V1_task-rest_run-02_bold 0.00031158371040723986 0.0035870107466063348 8 37.30377164410433 1.1190567136281189 1.0003930818140594 0.5188819627596948 575.527587890625 0.10997650910605239 0 0.0 2.6473305369281164 2.465833235349924 2.861891552945314 2.6142668224891117 0.00697808 -0.026437506079673767 0.07976880669593811 442 90 90 54 2.421858858455944 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 59.36828458700415 3.542145252227783 20.067062377929688 10.239819526672363 280638.0 7.739819526672363 62.864597129821696 30.440811157226562 1.998581158471172 93.84671020507812 279.5151062011719 264.32806396484375 91927.0 128.62874145507814 477.3359893798828 109.14204406738281 42.851722717285156 +sub-10528_ses-V3_task-cuff_run-01_bold 0.0012886651583710405 0.003732172669683258 8 35.89576844004535 1.111486111564626 1.0186274411111107 0.512960974633161 641.06005859375 0.14166865989607594 2 0.45248868778280543 2.6651916478034305 2.4878249011427207 2.879170718925368 2.6285793233422035 0.0118389 -0.025734202936291695 0.08136845380067825 442 90 90 54 2.4288489762782426 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 10 51.06513653786338 3.243612289428711 19.740772247314453 9.968326568603516 282644.0 7.690045356750488 61.48801078796376 29.5009822845459 1.7892704343838428 97.2949447631836 287.5643005371094 271.6097412109375 90134.0 133.12884902954102 489.776821899414 111.8259048461914 42.53490447998047 +sub-10528_ses-V3_task-cuff_run-02_bold 0.0016254751131221717 0.005414124751131221 8 37.32536532612245 1.05042363845805 0.9844899844444447 0.5138539600935592 633.1705322265625 0.1819984936042008 7 1.583710407239819 2.677641648090057 2.49374156757428 2.887008218613934 2.652175158081958 0.00453947 -0.025461751967668533 0.08160247653722763 442 90 90 54 2.4288816427644395 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 49.86558033854232 3.287217617034912 19.73219871520996 9.97963809967041 282606.0 7.6402716636657715 61.371609687805176 29.139095306396484 1.7791271008288856 96.35235595703125 285.3056335449219 269.6040954589844 90196.0 131.7296485900879 486.07411193847656 110.9986572265625 38.220706939697266 +sub-10528_ses-V3_task-rest_run-01_bold 0.0021403611738148986 0.0045785789390519185 7 36.139724679660645 1.1025299908144797 1.0078458034841626 0.5118394280947066 650.8861083984375 0.1421987723348939 13 2.9345372460496613 2.6956180365211218 2.5152707333854543 2.9116623843009317 2.6599209918769793 0.0129097 -0.025708017870783806 0.08139399439096451 443 90 90 54 2.4128787827569718 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 51.69809905497151 3.2429823875427246 19.71392059326172 9.959367752075195 282559.0 7.6681718826293945 61.27313995361328 29.61384391784668 1.7113004967261745 98.74867248535156 289.2237243652344 273.6963806152344 90354.0 131.4740447998047 494.14311523437493 113.43083953857422 40.351375579833984 +sub-10528_ses-V3_task-rest_run-02_bold 0.0024072911963882618 0.0042037881715575615 7 36.7540242120136 1.0882401040497742 1.0119997729185521 0.5144108396960749 625.5106201171875 0.16480230861715325 17 3.8374717832957113 2.6569597036235924 2.4803999014377633 2.8637873862033136 2.6266918232296996 0.00861293 -0.025588104501366615 0.08151766657829285 443 90 90 54 2.4280474526327303 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 11 48.85938079839207 3.259716272354126 19.70400047302246 9.954853057861328 282474.0 7.663657188415527 61.55304718017578 29.060867309570312 1.8145139624086113 95.60942840576172 283.6194152832031 267.7765197753906 90254.0 131.12562866210936 483.43422088623004 110.28410339355469 40.88605499267578 +sub-10529_ses-V1_task-cuff_run-01_bold 0.002500923423423424 0.01639054051801802 6 45.62465123496612 1.0404289013544017 0.9915415051918731 0.4601729163391063 5072.634765625 0.2789342045581935 12 2.7027027027027026 2.4593826675385952 2.413604070758658 2.397966571380036 2.5665773604770927 0.00901634 0.013394326902925968 0.01330405194312334 444 90 90 60 2.2391127285616546 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 4 118.7643115569245 18.826377868652344 37.183650970458984 13.08108139038086 314587.0 0.029279280453920364 137.85833892822274 84.03237915039062 7.305343684223743 271.84710693359375 1011.6585083007812 930.6959838867188 102155.0 509.34279479980466 1757.1649169921852 415.6518859863281 23.41970443725586 +sub-10529_ses-V1_task-rest_run-01_bold 0.0029004535147392294 0.019033175283446713 9 48.7474452452727 1.0026023942954545 0.9486635233409086 0.4603226376676669 4663.41845703125 0.31278045146683464 129 29.25170068027211 2.463313221707512 2.425924903602405 2.398866571344273 2.565148190175858 0.00891244 0.012639765627682209 0.012995614670217037 441 90 90 60 2.228646056312857 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 8 121.63845956425902 19.391496658325195 37.3857421875 13.594104766845703 314288.0 0.07256235927343369 136.4739227294922 83.78485107421875 7.5478057681751896 273.2628173828125 1016.6842041015625 933.4002685546875 102346.0 513.3072814941406 1764.8005065917969 418.8173828125 21.53862762451172 +sub-10529_ses-V1_task-rest_run-02_bold 0.0032470975056689347 0.022956579591836737 9 55.38627152872728 0.9832549209090915 0.9398545185 0.46129772523405893 4468.4267578125 0.43572447103116946 223 50.56689342403628 2.468021560367473 2.4262332369234865 2.4062790710497275 2.571552373129204 0.00901649 0.013894039206206799 0.013065113686025143 441 90 90 60 2.2626943735803686 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 2 114.27676487860947 19.680620193481445 37.634403228759766 13.834466934204102 314956.0 0.09297052025794983 136.5918426513672 84.14491271972656 7.255349889355891 267.8853759765625 1002.3447265625 922.086181640625 101842.0 508.968489074707 1730.6107604980466 407.514892578125 19.510780334472656 +sub-10529_ses-V3_task-cuff_run-01_bold 0.004327392290249433 0.014209472199546486 9 50.26790044093185 1.231044570227272 1.094560780159091 0.45604678053303993 5727.47412109375 0.2436354438961483 7 1.5873015873015872 2.435481350901621 2.4290665701442333 2.37707490554353 2.5003025770170995 0.00806732 0.007351684849709272 0.015273736789822578 441 90 90 60 2.021765433676314 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 67.5325507550611 20.413516998291016 43.79354476928711 14.38548755645752 312909.0 0.1111111119389534 172.94830627441394 94.93289947509766 8.226808231314665 353.82257080078125 1206.1279296875 1092.828857421875 103376.0 572.4603424072266 2187.671142578125 540.5293579101562 25.848573684692383 +sub-10529_ses-V3_task-cuff_run-02_bold 0.0025658636363636365 0.014314027090909091 10 48.640328114396304 1.1746024627562641 1.004381383280182 0.45621324454678797 6042.36669921875 0.23417152008006714 3 0.6818181818181818 2.4421452361754348 2.4277665701958906 2.381504072034197 2.5171650662962173 0.00949606 0.006202348507940769 0.014924703165888786 440 90 90 60 2.0089931483323715 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 15 64.93538408676382 20.220672607421875 45.22882080078125 14.177271842956543 312960.0 0.06363636255264282 178.53908920288077 99.80365753173828 8.39471793068001 354.06231689453125 1215.3236083984375 1097.4227294921875 103191.0 584.1613464355469 2213.5614013671875 546.25244140625 27.20541763305664 +sub-10529_ses-V3_task-rest_run-01_bold 0.004188344671201814 0.012502786621315192 9 47.45914045261366 1.2277372100227275 1.0599428036136362 0.4556085287127838 6262.06982421875 0.23030552001121982 84 19.047619047619047 2.4117688546336975 2.4012582379159038 2.3477874067073103 2.4862609192778784 0.00934161 0.005429222248494625 0.015367258340120316 441 90 90 60 2.0187530302443135 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 28 67.95724161552522 19.737773895263672 43.438026428222656 13.770975112915039 312471.0 0.056689344346523285 171.3526153564453 95.79721069335938 8.506006726207374 354.1368713378906 1216.1866455078125 1101.748291015625 103491.0 578.8650817871094 2208.62353515625 545.7542114257812 27.932662963867188 +sub-10529_ses-V3_task-rest_run-02_bold 0.0021446606334841628 0.013553809841628961 8 46.0387636085261 1.1934569470975065 1.0338505506122437 0.4570988951494953 5910.3779296875 0.2123847887438479 64 14.479638009049774 2.440017462031165 2.4324499033431253 2.388299905097488 2.499302577652882 0.00932532 0.007430743426084518 0.015191531740128994 442 90 90 60 2.044222905076674 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 65.87866709875942 20.325403213500977 44.03300094604492 14.274887084960938 312672.0 0.07918552309274673 173.19208755493167 97.09220123291016 7.933264217560117 350.6891784667969 1199.410400390625 1087.837158203125 103371.0 571.7805786132812 2170.9051513671875 532.1493530273438 27.55398941040039 +sub-10530_ses-V1_task-cuff_run-01_bold 0.0017098866213151927 0.010381998820861677 9 38.71801741774999 1.073620744954545 1.0175590327500006 0.4540811999902432 7800.60546875 0.2509510767366914 1 0.22675736961451248 2.3719174927960833 2.359187406254315 2.398487404692674 2.3580776674412616 0.0134491 -0.00032969386666081846 0.013449672609567642 441 90 90 60 2.5780131885995665 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 104.35088689379528 18.07026481628418 39.21404266357422 12.936508178710938 318535.0 0.0793650820851326 166.03764495849603 88.76910400390625 5.52050505507205 325.0226745605469 1192.760986328125 1132.2279052734375 99198.0 630.2811889648438 1979.3755187988281 439.18402099609375 30.777936935424805 +sub-10530_ses-V1_task-cuff_run-02_bold 0.002413589164785553 0.01246891645598194 7 41.724510844389116 1.1069043727601808 1.0653522774208137 0.45322357867519775 7495.759765625 0.2947577166999212 2 0.45146726862302483 2.3630091605742107 2.3509624065811474 2.383799905276302 2.354265169865182 0.0116643 -0.001314528752118349 0.013156708329916 443 90 90 60 2.6119412842920857 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 102.30636259131379 18.273157119750977 38.521949768066406 13.05643367767334 319047.0 0.06997742503881454 162.1544067382813 87.66223907470703 5.026802316763899 322.7455139160156 1186.108154296875 1126.37255859375 98454.0 629.7250823974609 1958.6853759765613 431.2374267578125 28.946895599365234 +sub-10530_ses-V1_task-rest_run-01_bold 0.0029156363636363637 0.009667672954545455 10 38.46606529626425 1.1093743538496583 1.1141148757630976 0.4520013626565192 8326.986328125 0.21968952538774758 105 23.863636363636363 2.3662188806837254 2.3360749071727236 2.398324904699131 2.3642568301793223 0.00707916 -0.0011467215372249484 0.013702375814318657 440 90 90 60 2.6068280918466984 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 100.6529374521196 17.83502960205078 38.03171157836914 12.638635635375977 319013.0 0.03863636404275894 160.62318115234353 86.53164672851562 4.985087786416778 330.5462646484375 1203.6378173828125 1143.5863037109375 98725.0 637.0390625 1994.188159179687 438.68658447265625 31.994138717651367 +sub-10530_ses-V1_task-rest_run-02_bold 0.003383371298405466 0.013896026560364465 11 42.63343034609591 1.0928603339497716 1.0460642976484016 0.45532705903401066 7742.5224609375 0.33012450530259024 211 48.06378132118451 2.371131378104336 2.35260407318258 2.3845332385804956 2.3762568225499328 0.0147257 -0.001619025133550167 0.014541976153850555 439 90 90 60 2.601837711695382 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 12 126.03616300705698 18.00230598449707 38.93922424316406 12.848520278930664 317968.0 0.0751708447933197 164.42199020385704 89.12542724609375 5.758619966086988 317.7767639160156 1186.5478515625 1124.487548828125 99442.0 638.8609893798828 1960.4331298828122 432.18756103515625 26.790340423583984 +sub-10530_ses-V3_task-cuff_run-01_bold 0.0023012925170068027 0.014002278934240362 9 46.84334395581816 1.0842723048636367 1.0336355339772734 0.4623965374996152 7280.4013671875 0.3618442210834847 0 0.0 2.447436929034186 2.4409915696703766 2.517041566648421 2.3842776507837606 0.0155483 -0.0013314543757587671 0.020604288205504417 441 90 90 60 2.417631007782163 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 21 62.58497265566221 19.5898494720459 47.042449951171875 14.140589714050293 313657.0 0.15646257996559143 209.29432983398476 103.394287109375 6.6305528460258145 376.25640869140625 1267.48974609375 1201.734619140625 102622.0 654.8903900146485 2145.921496582031 497.0687255859375 24.694374084472656 +sub-10530_ses-V3_task-cuff_run-02_bold 0.0013291095890410958 0.008962693196347031 12 33.3180144069794 1.0352252246453086 1.0250875035926776 0.4626447892630485 7569.62841796875 0.19394999247124473 0 0.0 2.4499258192712428 2.451024902605021 2.5217582331276645 2.376994322081043 0.0038886 -0.002216973574832082 0.021661845967173576 438 90 90 60 2.3441525844671207 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 82.27731977951362 19.52092933654785 48.41455078125 13.906392097473145 313398.0 0.12328766286373138 217.28251953124962 108.74793243408203 7.294374343994738 391.0499267578125 1289.072265625 1219.171142578125 103098.0 655.4714294433594 2207.361291503906 520.0878295898438 31.429216384887695 +sub-10530_ses-V3_task-rest_run-01_bold 0.001762398190045249 0.023192084389140274 8 48.11758227356013 1.0538970511791395 0.9763922494784583 0.461644079504309 6907.76611328125 0.45110509930794124 319 72.17194570135747 2.476971646793789 2.4423999029477477 2.5876832305080404 2.4008318069255785 0.058699 -0.0010172531474381685 0.020652620121836662 442 90 90 60 2.4397891835636836 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 17 63.961702738664826 20.60548973083496 48.299720764160156 14.787330627441406 315428.0 0.12443439662456512 209.9719612121579 108.52845001220703 6.408235054960928 377.1277160644531 1277.3717041015625 1212.6470947265625 101451.0 660.7138061523438 2156.7806396484375 497.0270080566406 19.810317993164062 +sub-10530_ses-V3_task-rest_run-02_bold 0.0022160898876404495 0.015679017393258426 5 33.901591816486516 1.0018984661936934 0.9829310600225221 0.4642329907515419 6662.92236328125 0.21306449716230497 69 15.50561797752809 2.49017580762682 2.48114573474146 2.561829064868726 2.4275526232702744 0.0147576 -0.0035289882216602564 0.021737461909651756 445 90 90 60 2.349576507575386 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 34 91.36350408847598 20.85971450805664 49.75048065185547 14.955056190490723 313043.0 0.16404494643211365 221.5137039184567 110.13763427734375 7.568349799590219 389.02490234375 1293.946044921875 1222.788818359375 103555.0 664.5017883300782 2211.6062988281246 520.4269409179688 23.252965927124023 +sub-10531_ses-V1_task-cuff_run-01_bold 0.002065374149659864 0.01371038380952381 9 42.79226003972725 1.0321478905681818 0.9919184310227273 0.4460339594078972 6042.7763671875 0.2995541041795287 13 2.947845804988662 2.406739586988214 2.410720737539898 2.412499904135867 2.396998119288876 0.00410794 0.02007644809782505 0.023082708939909935 441 90 90 60 2.454003017665084 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 28 119.89491872972165 19.19650650024414 43.978336334228516 13.503401756286621 326217.0 0.0634920671582222 175.1061248779298 110.748291015625 3.6957009245103265 313.64276123046875 1121.7889404296875 1042.1541748046875 92379.0 573.8122558593751 1916.1873413085934 424.6728820800781 25.720977783203125 +sub-10531_ses-V1_task-cuff_run-02_bold 0.0021307256235827666 0.015309448480725622 9 43.22057463020452 1.025796375568182 1.0079302254545446 0.4459138720972082 6384.9111328125 0.2939626305842014 13 2.947845804988662 2.424424317009656 2.4151540706970662 2.4354457365574147 2.4226731437744875 0.00494443 0.019585035741329193 0.02351757138967514 441 90 90 60 2.4596781450137093 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 21 120.5530460995687 18.709028244018555 43.94997024536133 13.126984596252441 326485.0 0.0476190485060215 174.79955139160154 110.5984878540039 3.685503726262114 317.79632568359375 1118.7386474609375 1040.639404296875 92280.0 571.6095458984374 1915.0689025878908 423.07720947265625 24.240657806396484 +sub-10531_ses-V1_task-rest_run-01_bold 0.0029940867579908675 0.015800206187214613 12 42.15765098917616 1.0572372771395897 1.046401620938215 0.44551512338561294 6530.23876953125 0.28524675202672983 102 23.28767123287671 2.4147965368011657 2.4119207374922143 2.4182915705723933 2.414177302338888 0.00617885 0.020002247765660286 0.022877944633364677 438 90 90 60 2.4701681702503455 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 35 126.11202762707936 18.637460708618164 43.362091064453125 13.121004104614258 326306.0 0.07077625393867493 172.24713516235352 109.38623809814453 3.705591923432018 314.098388671875 1124.4136962890625 1045.890380859375 92334.0 578.6085388183594 1917.9659423828116 423.4062805175781 24.863670349121094 +sub-10531_ses-V1_task-rest_run-02_bold 0.003241719457013575 0.01222609287330317 8 41.48819877993195 1.0692859113151927 1.0700045639682536 0.44607372997159306 6529.6865234375 0.2777664239160363 107 24.20814479638009 2.4008340307084057 2.3999290713020534 2.408470737629305 2.3941022831938583 0.00407629 0.020161356776952744 0.022418305277824402 442 90 90 60 2.460054218905788 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 13 129.63796709655693 18.452024459838867 43.88172912597656 12.925339698791504 326144.0 0.03846153989434242 176.17874145507812 111.32064819335938 3.64042165050407 314.1372985839844 1111.9700927734375 1034.4005126953125 92417.0 567.5230834960937 1904.1615722656247 420.4764709472656 26.881473541259766 +sub-10531_ses-V3_task-cuff_run-01_bold 0.0021327027027027027 0.014842439819819819 6 42.26280298480814 1.0437519168848763 1.0227244945372473 0.4520745918450863 5083.98095703125 0.2901699838465812 9 2.027027027027027 2.397685544096642 2.4204165704879537 2.398299904700124 2.374340157101849 0.0112558 0.010958563536405563 0.022314783185720444 444 90 90 60 2.4038884287563125 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 26 114.39503029151827 23.765047073364258 54.64717483520508 16.763513565063477 325114.0 0.09684684872627258 220.87691955566402 128.75308227539062 3.7878161711520564 349.6370544433594 1264.9951171875 1166.6171875 92969.0 657.09775390625 2203.6847167968745 485.3016052246094 25.065919876098633 +sub-10531_ses-V3_task-cuff_run-02_bold 0.002919321266968326 0.012721367307692308 8 43.639518300838986 1.0958675335600905 1.0099545868707474 0.4517914104540896 5071.24169921875 0.29894596464831913 11 2.48868778280543 2.384902214936956 2.4109415708644564 2.3878749051143764 2.355890168832036 0.00538148 0.01110085193067789 0.022692058235406876 442 90 90 60 2.3762321358875416 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 27 118.61370435185108 23.433168411254883 54.151275634765625 16.441177368164062 324983.0 0.07013574987649918 223.35725555419913 129.22901916503906 3.901897151585376 352.77545166015625 1264.8155517578125 1167.515869140625 93226.0 645.1080627441406 2213.5097045898438 491.3280944824219 27.366518020629883 +sub-10531_ses-V3_task-rest_run-01_bold 0.002639977477477477 0.012718509346846847 6 42.41675493997744 1.0668419453724616 0.9925382313092548 0.4513123449955012 4993.3486328125 0.2610803110691614 90 20.27027027027027 2.388888323727351 2.412033237487744 2.3878582384483718 2.3667734952459365 0.0173477 0.009906512685120106 0.022463342174887657 444 90 90 60 2.3548478197604816 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 16 125.52442806481127 23.972074508666992 55.32940673828125 16.945945739746094 325259.0 0.09459459781646729 225.42005615234348 131.1312713623047 4.23430454546124 357.81146240234375 1281.0238037109375 1179.9122314453125 92967.0 658.1439453125 2238.8861328124995 501.0539855957031 26.90492820739746 +sub-10531_ses-V3_task-rest_run-02_bold 0.0033301809954751132 0.013124937036199096 8 41.75482323539686 1.0957916612018137 1.0294852759410427 0.4530656197315609 4955.67333984375 0.2718342970772205 113 25.56561085972851 2.394034156459671 2.418758237220516 2.394574904848142 2.3687693273103543 0.00892178 0.010982224717736244 0.022056136280298233 442 90 90 60 2.362562781181587 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 18 118.63491818486855 23.882644653320312 55.706668853759766 16.74434471130371 324888.0 0.06334841996431351 230.72014465332015 131.25318908691406 4.0915264330064485 352.9264831542969 1268.1099853515625 1168.1719970703125 93277.0 651.2488891601563 2225.2408691406245 494.44854736328125 26.337146759033203 +sub-10532_ses-V1_task-rest_run-01_bold 0.002148873873873874 0.005339401058558558 6 30.51037007805869 1.0358223373137705 1.0221530293453729 0.5184796361467923 547.4373779296875 0.15986027789542467 41 9.234234234234235 2.7618722030515808 2.5772540642557913 2.973049881861612 2.7353126630373397 0.0110263 -0.03361770883202553 0.09143203496932983 444 90 90 54 2.4135305591937968 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 80.70963157025174 4.875223159790039 23.55930519104004 11.288288116455078 283932.0 7.700450420379639 73.59437179565435 39.47861862182617 1.673417410605464 103.37644958496094 291.8552551269531 281.604736328125 89318.0 121.58975677490234 497.789189147949 116.6768569946289 37.94017028808594 +sub-10534_ses-V1_task-cuff_run-01_bold 0.0010554157303370787 0.012359506269662921 5 43.53659215693694 1.0166654346396395 0.9799611111936934 0.5174954763593107 475.57696533203125 0.30610638978477606 0 0.0 2.737729151672655 2.4499249026487306 2.930791550207474 2.8324710021617614 0.00768772 -0.011595245450735092 0.07957693189382553 445 90 90 54 2.6820102947899143 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 31.755397083506722 3.145115852355957 19.408599853515625 9.793258666992188 298383.0 7.42247200012207 60.9235954284668 26.305395126342773 0.4591473501003329 78.29473114013672 239.82508850097656 227.26068115234375 77937.0 122.817529296875 397.35911254882797 84.73465728759766 28.431529998779297 +sub-10534_ses-V1_task-cuff_run-02_bold 0.0008144243792325055 0.00759589625282167 7 44.50086210416287 1.0602921223076918 1.0025411974434388 0.5169756576428662 486.4222412109375 0.2932584854883196 1 0.22573363431151242 2.692013875060203 2.3977332380559746 2.8655040528017657 2.8128043343228697 0.00329145 -0.010860624723136425 0.08011630922555923 443 90 90 54 2.700113003524997 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 31.846846001061905 2.7844808101654053 19.233766555786133 9.650113105773926 299409.0 7.65914249420166 60.55982208251953 26.19801902770996 0.4625687093143531 77.44671630859375 239.13697814941406 226.4740447998047 77073.0 123.97426910400391 395.69255981445303 83.8752212524414 31.72707748413086 +sub-10534_ses-V1_task-rest_run-01_bold 0.0004543115124153499 0.008021805733634311 7 44.433431772443456 1.0454601376018107 0.9871846604977377 0.5170421626071352 494.61553955078125 0.29053077370443403 198 44.69525959367946 2.696652764038086 2.397745738055478 2.871154052577255 2.821058501481523 0.00576209 -0.013225030153989792 0.0777830258011818 443 90 90 54 2.7154188998245754 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 31.535245527507286 2.884883165359497 19.375951766967773 9.697517395019531 298749.0 7.6072235107421875 61.24153671264622 26.37444496154785 0.4273415393249218 78.3905029296875 241.48223876953125 229.14447021484375 77476.0 125.12077331542969 398.80079650878906 84.38587188720703 31.38213348388672 +sub-10534_ses-V1_task-rest_run-02_bold 0.0005408783783783785 0.006029812702702702 6 44.232188420654666 1.0597258927313775 1.0028569958690747 0.5180927705170361 483.6498107910156 0.3005502005282042 196 44.14414414414414 2.669126374983159 2.3818582386867906 2.842508220382205 2.7830126658804812 0.00465573 -0.011904675513505936 0.08017229288816452 444 90 90 54 2.7149528672409855 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.97048448866915 2.7381396293640137 19.356409072875977 9.641892433166504 299390.0 7.707207202911377 61.36385364532468 26.325702667236328 0.47223967793200705 76.94673156738281 238.14125061035156 225.59347534179688 77012.0 124.22894515991212 393.18075714111325 83.09242248535156 33.782379150390625 +sub-10534_ses-V3_task-cuff_run-01_bold 0.0005574606741573034 0.006797194247191012 5 45.29097829407662 1.0696880106081081 0.9972635657882895 0.5170868403010801 490.0360412597656 0.31784276358201685 0 0.0 2.6814805415916005 2.4107957375369176 2.8375665539119024 2.796079333325982 0.00733122 -0.016979627311229706 0.0747959315776825 445 90 90 54 2.6404263231168366 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 27.706501298954333 3.21174955368042 19.855377197265625 9.984270095825195 297808.0 7.732584476470947 63.28910007476799 26.352312088012695 0.5903578237380369 81.31158447265625 249.48019409179688 235.31011962890625 78284.0 127.6812370300293 416.7348342895504 89.11766052246094 33.03416442871094 +sub-10534_ses-V3_task-cuff_run-02_bold 0.0006692760180995475 0.01053793504524887 8 46.9040742731746 1.0496494195011346 0.984714993265306 0.5192174433572295 469.56402587890625 0.34318977829810837 0 0.0 2.6907610967800353 2.414962404038016 2.8611915529731293 2.7961293333289623 0.00835926 -0.017633166164159775 0.0761324092745781 442 90 90 54 2.6587863984129827 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 28.32113888431371 3.5153112411499023 19.991893768310547 10.133484840393066 297275.0 7.574660778045654 63.416972732543925 26.50457000732422 0.5835692435112305 80.53180694580078 247.77157592773438 234.08372497558594 78530.0 127.29378318786623 411.7286315917969 88.04100799560547 29.319677352905273 +sub-10534_ses-V3_task-rest_run-01_bold 0.0004531602708803612 0.01204280744920993 7 44.973529366719454 1.0152074229185517 0.9592444381674201 0.5150225148418004 499.1455383300781 0.3259686399159671 237 53.49887133182844 2.7136249857300747 2.4385040697692206 2.876958219013285 2.8254126684077185 0.00733849 -0.016332490369677544 0.07274169474840164 443 90 90 54 2.674598428854791 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 30.11730371984728 3.2563693523406982 19.528682708740234 9.963882446289062 297932.0 7.586907863616943 61.38476333618166 25.93185806274414 0.5125416615912197 81.47116088867188 250.39425659179688 236.68284606933594 78106.0 128.64842224121094 415.1004638671875 88.4922866821289 28.63475799560547 +sub-10534_ses-V3_task-rest_run-02_bold 0.0006012641083521444 0.013143413837471783 7 47.29433643110867 1.0083538635294118 0.9620402401357464 0.5203376825331384 457.694580078125 0.3895578917016667 288 65.01128668171557 2.703644428329176 2.454262402476374 2.8989623848055848 2.757708497705569 0.00975347 -0.019299820065498352 0.07916778326034546 443 90 90 54 2.653475066018599 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 28.48797836491169 3.688098430633545 20.20069122314453 10.194130897521973 296837.0 7.4650115966796875 64.26004943847659 26.72610855102539 0.6018881606838709 79.74088287353516 245.54469299316406 231.9108428955078 78848.0 126.14989013671875 408.43432464599584 87.39836120605469 26.306026458740234 +sub-10539_ses-V1_task-rest_run-01_bold 0.0012360898876404493 0.01294903635955056 5 35.45977235058559 1.1496874949774776 1.0097091826801803 0.4722591114581439 611422.5 0.25418553200888755 169 37.97752808988764 2.6750752265611832 2.7307492957746478 2.797228169014084 2.4972482148948174 0.00397603 -0.014721021987497807 0.022013017907738686 445 96 96 54 4.058744087306235 0.7999997138977051 2.21875 2.21875 2.3999977111816406 0 37.55527735510934 35.96747589111328 758.389892578125 24.38571548461914 328526.0 0.10717358998954296 3924.2151489257812 1639.609619140625 2.0318343175194054 3646.755615234375 20633.9140625 20233.015625 100123.0 12863.291796875 29586.283593749977 4985.0185546875 42.72583770751953 +sub-10540_ses-V1_task-cuff_run-01_bold 0.0011293197278911564 0.012311533219954648 9 47.019135041795415 1.0869054739545452 0.983959639068181 0.47532552785274607 5337.76318359375 0.3242857885536525 1 0.22675736961451248 2.2826300168695575 2.275941576228874 2.3171790745902427 2.254769399789556 0.0232258 0.01617278903722763 0.011186656542122364 441 90 90 60 2.42329055440564 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 56.52978045146139 19.49907684326172 46.257442474365234 13.680272102355957 310161.0 0.004535147454589605 186.7913818359375 112.95751953125 7.412541244919206 278.3880310058594 1085.0936279296875 1008.4387817382812 105648.0 576.3969635009765 1829.578015136718 416.1424255371094 28.99877166748047 +sub-10540_ses-V1_task-cuff_run-02_bold 0.001481986455981942 0.010399928916478554 7 45.02973681656111 1.1017876610633484 1.0068923771266967 0.47508406944720033 5368.35498046875 0.3038761815195453 3 0.6772009029345373 2.2776869631735552 2.272591576361991 2.314070741380424 2.2463985717782515 0.0150307 0.016978587955236435 0.010776386596262455 443 90 90 60 2.4187664070195947 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 58.89644703491108 19.32737922668457 46.431907653808594 13.555305480957031 310204.0 0.006772009190171957 188.81265258789062 114.93401336669922 7.208240524018473 280.2000732421875 1079.693359375 1002.712158203125 105564.0 573.8195617675782 1819.6335571289062 414.55322265625 31.368919372558594 +sub-10540_ses-V1_task-rest_run-01_bold 0.0014956981981981983 0.011395271824324324 6 43.98083394494354 1.0856256412189622 1.0269769134085782 0.47494932560059644 5398.59423828125 0.2809232334951992 189 42.567567567567565 2.288975848047522 2.2881540757435928 2.314424908033017 2.2643485603659563 0.0192774 0.01613379269838333 0.010537546128034592 444 90 90 60 2.406643795172754 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 62.12828871685369 19.534286499023438 46.676883697509766 13.853604316711426 310023.0 0.03378378599882126 187.55067749023397 114.607177734375 7.426103082206444 283.02337646484375 1094.8970947265625 1016.5045166015625 105737.0 581.3139770507812 1847.2482421875 422.372314453125 30.066518783569336 +sub-10540_ses-V1_task-rest_run-02_bold 0.001680698198198198 0.01223450650900901 6 43.00673740550791 1.0927415944243792 1.040047158126411 0.47599298863794764 5247.72265625 0.23370859714528205 136 30.63063063063063 2.287867516652332 2.2838249092489518 2.3249624076142945 2.254815233093749 0.0216181 0.01732172630727291 0.011151193641126156 444 90 90 60 2.417640672036626 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 58.17724725719665 19.390701293945312 46.84696960449219 13.743243217468262 310107.0 0.03153153136372566 191.00158386230498 114.11174011230469 7.24392480297897 281.054931640625 1076.09228515625 1000.69482421875 105604.0 568.9563110351562 1810.6721435546865 413.9118347167969 29.172752380371094 +sub-10540_ses-V3_task-cuff_run-01_bold 0.0011886425339366516 0.015157579185520362 8 50.106342869274386 1.0859601807256238 0.9885378270748297 0.47800007820216744 4661.0703125 0.3332435976815399 1 0.22624434389140272 2.2843591848955405 2.2802665760570138 2.3252290742703647 2.2475819043592424 0.00502855 0.011607777327299118 0.011979159899055958 442 90 90 60 2.408025000582426 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 45.43997833151195 22.40339469909668 54.502376556396484 16.009050369262695 311185.0 0.06108597666025162 223.3963867187495 125.01231384277344 6.532047358174239 316.5724182128906 1177.7794189453125 1097.262451171875 104781.0 612.3235473632812 1987.751220703125 455.6668701171875 27.050506591796875 +sub-10540_ses-V3_task-cuff_run-02_bold 0.0015107482993197278 0.01326918671201814 9 53.66637066077269 1.1425162766136374 1.009026426022726 0.47798665195941337 4577.64208984375 0.3985974176812551 6 1.3605442176870748 2.278781413106977 2.2757499095698233 2.342041573602296 2.2185527561488114 0.00752073 0.010152135975658894 0.010107743553817272 441 90 90 60 2.3867893886958504 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 45.37554905951842 22.699615478515625 55.22441864013672 16.204082489013672 311617.0 0.05895691737532616 227.18050537109397 126.33705139160156 6.802868444382078 321.600341796875 1181.2943115234375 1099.4512939453125 104577.0 614.5015991210937 1997.64541015625 460.6380615234375 27.764354705810547 +sub-10540_ses-V3_task-rest_run-01_bold 0.001973054298642534 0.013235700769230769 8 44.861710554761906 1.0835976855782308 1.0139964778458048 0.48273071587821 5138.54052734375 0.23488636313312422 110 24.8868778280543 2.277575848007124 2.260579076839325 2.305316575061616 2.2668318921204302 0.0100376 0.01411413587629795 0.016878843307495117 442 90 90 60 2.4751240249551714 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 59.24763156022901 20.29353904724121 51.59931182861328 14.287330627441406 308156.0 0.015837104991078377 211.57410049438477 124.66034698486328 7.013421028550708 284.2939453125 1105.314697265625 1033.5 107259.0 586.9713012695313 1840.2672729492183 417.5528869628906 27.969341278076172 +sub-10540_ses-V3_task-rest_run-02_bold 0.0012589140271493213 0.012252898959276018 8 55.341442851791356 1.1508023198866204 1.0015065907482992 0.4779677161429394 4617.1435546875 0.40736210473871115 299 67.6470588235294 2.274186970592673 2.2730499096771117 2.339754073693193 2.2097569284077148 0.00827503 0.010570085607469082 0.009467427618801594 442 90 90 60 2.375436186919114 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 45.965354538709 22.493961334228516 55.81300735473633 16.027149200439453 311673.0 0.03846153989434242 232.89775085449085 129.11480712890625 6.927003494298354 322.43243408203125 1179.7723388671875 1099.09619140625 104600.0 609.0374908447266 1992.7163269042965 462.6901550292969 28.163862228393555 +sub-10541_ses-V1_task-cuff_run-01_bold 0.0013129024943310658 0.016787865532879816 9 50.6233271294545 1.062095981363636 0.9876745987272727 0.4422340919989568 6407.2998046875 0.38363166455154774 21 4.761904761904762 2.485859045004265 2.501804067253905 2.508295733662616 2.4474773340962734 0.00802108 0.00019112449081148952 0.029915597289800644 441 90 90 60 2.5497638094752366 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 67.1136543137547 19.606658935546875 50.27261734008789 13.82993221282959 332238.0 0.08163265138864517 224.72052688598592 116.33989715576172 2.4205476402392527 350.28582763671875 1149.0362548828125 1106.486328125 86314.0 517.641033935547 1946.663153076171 433.9538879394531 24.301288604736328 +sub-10541_ses-V1_task-cuff_run-02_bold 0.0030944671201814052 0.015304082448979591 9 52.250213406250005 1.1156753098409093 1.0887970673863634 0.4427283221580264 6584.84619140625 0.4130854731853842 38 8.616780045351474 2.4981534904613274 2.522208233109783 2.5202415665212645 2.4520106717529346 0.0047037 0.0005043458077125251 0.030623866245150566 441 90 90 60 2.5398550185578013 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 68.35927389130788 19.552867889404297 50.658321380615234 13.7619047164917 331753.0 0.07256235927343369 226.39773254394484 117.0123291015625 2.3905787243892984 354.87310791015625 1142.836669921875 1103.1383056640625 86657.0 510.3823181152344 1934.2117675781246 434.3287048339844 24.803550720214844 +sub-10541_ses-V1_task-rest_run-01_bold 0.004885090909090909 0.013479556863636362 10 44.586694000637834 1.1353750472437356 1.038610785307517 0.44103987852243665 6782.052734375 0.29692098632192 165 37.5 2.458493758491528 2.480799901421869 2.4768665682448323 2.417814805807882 0.00763177 -0.0007463830406777561 0.029651064425706863 440 90 90 60 2.5349264927163726 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 66.42557563021505 19.253612518310547 50.35322570800781 13.520454406738281 332820.0 0.072727270424366 226.62124786376936 116.77308654785156 2.4007170461341296 353.4556579589844 1155.7984619140625 1112.6522216796875 85985.0 514.81591796875 1963.6958740234377 438.9262390136719 27.400909423828125 +sub-10541_ses-V1_task-rest_run-02_bold 0.0019384009009009013 0.015506682207207207 6 53.96421276650107 1.097696073837472 0.9782288875169304 0.4429603394008387 6318.00439453125 0.4192322727261121 264 59.45945945945946 2.49234793520959 2.5185457332553174 2.506266567076581 2.4522315052968713 0.00872038 0.0006355863879434764 0.030496368184685707 444 90 90 60 2.5327051756004857 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 65.088564571229 19.706254959106445 50.52743148803711 13.829955101013184 331902.0 0.06981982290744781 228.26340637207034 115.93455505371094 2.361850281817632 354.61077880859375 1140.5135498046875 1101.28271484375 86796.0 501.81587982177734 1938.4127502441406 434.8221740722656 24.972124099731445 +sub-10542_ses-V1_task-cuff_run-01_bold 0.0028849549549549553 0.009689946373873874 6 39.73495216453728 1.075184548194131 1.0383572428216705 0.5538816496734255 323.6930236816406 0.18352554141658775 0 0.0 2.6891819297277046 2.415137404031062 2.8698207192969036 2.782587665855149 0.00401793 -0.0018138143932446837 0.08541802316904068 444 90 90 54 2.366466505007297 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 40.144819429075405 5.947104454040527 25.1629638671875 12.130630493164062 277981.0 7.743243217468262 85.80180358886719 38.06821060180664 0.7946155564515487 87.59207916259766 249.25357055664062 233.35923767089844 94560.0 116.28592834472656 437.19225463867195 98.61031341552734 29.73887825012207 +sub-10542_ses-V1_task-cuff_run-02_bold 0.0006510609480812642 0.008049298194130925 7 38.64090937613123 1.0269168921945697 0.9914079031900462 0.5548670599816027 321.8582763671875 0.1550200967964182 0 0.0 2.6744735966218904 2.3980707380425637 2.853541553277113 2.7718084985459943 0.00701438 -0.001834940747357905 0.08723904192447662 443 90 90 54 2.3535487034837277 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 37.9812734501891 6.0207695960998535 25.4322452545166 12.16704273223877 278115.0 7.740406513214111 87.51151504516596 38.275604248046875 0.8459038512626496 87.29952239990234 248.7943572998047 232.23928833007812 94497.0 116.60948333740234 436.9386047363281 98.67569732666016 32.846927642822266 +sub-10542_ses-V1_task-rest_run-01_bold 0.0010012641083521443 0.006079303792325057 7 38.52016452429862 1.053819703099547 1.0136435995475108 0.5521141523538148 340.03863525390625 0.1641366667698581 16 3.6117381489841986 2.668936096222153 2.4062540710507205 2.8474623868520106 2.7530918307637275 0.00529755 -0.0014717404264956713 0.08491991460323334 443 90 90 54 2.3716043026890206 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 40.43363606037491 5.666017532348633 25.034788131713867 11.907449722290039 278208.0 7.738149166107178 86.42133636474603 38.321441650390625 0.7926419953943613 88.31690979003906 249.96519470214844 234.37698364257812 94391.0 116.17156219482422 437.8070068359375 98.82582092285156 34.8134651184082 +sub-10542_ses-V1_task-rest_run-02_bold 0.0008480542986425339 0.00751327371040724 8 39.09351994185941 1.0250862520181405 0.9962843885260774 0.5554078533406244 321.7219543457031 0.17924203084952933 28 6.334841628959276 2.675695818982224 2.3995832379824624 2.850058220082195 2.7774459988820155 0.00550939 -0.0012816202361136675 0.08799846470355988 442 90 90 54 2.3560777239224713 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 36.95457240529908 6.0947699546813965 25.661792755126953 12.21267032623291 278310.0 7.701357841491699 88.48190307617188 38.72246170043945 0.8836863812661298 86.66178131103516 247.82012939453125 231.3642578125 94409.0 116.54661254882814 434.970617675781 98.1983871459961 32.7864990234375 +sub-10545_ses-V1_task-cuff_run-01_bold 0.000970972850678733 0.011984001900452488 8 37.97828783727885 1.0807584348299322 0.9275815627210878 0.46780212470183774 7628.47265625 0.08232938328444205 0 0.0 2.4064188801351967 2.4155040706831583 2.4447749028533736 2.3589776668690576 0.012976 0.02143731899559498 0.016820264980196953 442 90 90 60 2.2391953699719855 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 52.58935100561948 19.39458465576172 50.790592193603516 13.57918643951416 308274.0 0.009049774147570133 213.5248985290517 128.89915466308594 6.9823160259165 383.64849853515625 1291.91015625 1196.20361328125 106762.0 647.6617767333985 2266.939807128906 534.2088623046875 29.832279205322266 +sub-10545_ses-V1_task-cuff_run-02_bold 0.0010251473922902495 0.00892853185941043 9 39.305397198340884 1.152624171704546 0.9601282985681815 0.46737997367468503 7491.81787109375 0.08561735722581712 0 0.0 2.370611944966499 2.3819790720153224 2.4104040708858148 2.31945269199836 0.00604034 0.020725199952721596 0.0171319842338562 441 90 90 60 2.2366065943811146 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 52.38955336041824 19.515886306762695 50.80413055419922 13.65079402923584 308591.0 0.00907029490917921 217.29251861572266 127.89112854003906 6.926160998881361 382.8038330078125 1288.106201171875 1192.614501953125 106441.0 648.0498657226562 2257.680419921875 533.2224731445312 34.46736526489258 +sub-10545_ses-V1_task-rest_run-01_bold 0.0012157336343115125 0.00981219474040632 7 38.0989308249095 1.1122499452941175 0.9706468426244345 0.46755665447076783 7895.44873046875 0.08748864159107887 6 1.3544018058690745 2.39304388276525 2.40606240439167 2.42465407031957 2.3484151735845096 0.0123291 0.022056732326745987 0.015734883025288582 443 90 90 60 2.244612840762496 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 54.794889772192 19.183467864990234 50.99007797241211 13.487585067749023 308183.0 0.02483070082962513 211.99007873535123 131.11727905273438 7.131193342142481 383.99072265625 1297.3021240234375 1201.9390869140625 106767.0 649.4458312988281 2273.586645507812 535.4747314453125 32.21629333496094 +sub-10545_ses-V1_task-rest_run-02_bold 0.002071851015801354 0.009699033724604967 7 38.42983227735296 1.1786673455882346 1.0181800148190043 0.4674710153685794 7844.9384765625 0.07867400576158244 3 0.6772009029345373 2.3655786119573485 2.3752749056150555 2.4026332378612665 2.318827692395724 0.00944667 0.020485080778598785 0.01743186078965664 443 90 90 60 2.21429444668781 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 50.18136890008044 19.293909072875977 51.320587158203125 13.43566608428955 308972.0 0.006772009190171957 220.81422653198257 126.64540100097656 7.3363742408063075 382.9531555175781 1287.866943359375 1190.2415771484375 106203.0 646.8544006347656 2263.8577392578118 537.5238037109375 34.025970458984375 +sub-10545_ses-V3_task-cuff_run-01_bold 0.001294027149321267 0.007256092918552035 8 36.68190600160997 1.139142907278911 1.0084335641950104 0.4758663754244061 7736.47216796875 0.10012929376268825 0 0.0 2.3373855634146614 2.324724907623732 2.398262404701614 2.289169377918639 0.0143736 0.020060807466506958 0.009294125251471996 442 90 90 60 2.4749010183775737 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 46.40765692373992 17.868375778198242 47.16428756713867 12.570136070251465 306740.0 0.009049774147570133 204.79435424804683 120.46624755859375 9.083069800410263 302.8466796875 1186.1158447265625 1108.9593505859375 108059.0 635.5577087402344 1972.9028320312498 448.0802307128906 39.549537658691406 +sub-10545_ses-V3_task-cuff_run-02_bold 0.0007676940639269408 0.006639443356164384 12 35.502619243684194 1.1313848136384428 0.9919889122196798 0.47598881633940254 7626.18115234375 0.07251481717521271 0 0.0 2.3358077845339777 2.321779074407455 2.3906082383390967 2.295036040855382 0.0178133 0.021328052505850792 0.008927677758038044 438 90 90 60 2.458622319193165 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 46.06365380112723 18.034940719604492 48.12350845336914 12.625570297241211 307078.0 0.0022831049282103777 209.43355636596633 123.6741714477539 9.090517586870511 302.9840393066406 1183.69091796875 1105.9052734375 107802.0 630.1835540771485 1973.384600830078 449.8048095703125 41.10049819946289 +sub-10545_ses-V3_task-rest_run-01_bold 0.006034036281179138 0.008572018435374149 9 36.55397959181819 1.1984243551363638 1.096491892727273 0.4744923519278943 7634.8720703125 0.09540380776437564 14 3.1746031746031744 2.34522306049387 2.3225915743751697 2.4107749042044118 2.302302702902029 0.0182511 0.019055746495723724 0.009683634154498577 441 90 90 60 2.465655807566126 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 47.508372728597564 18.117332458496094 46.908447265625 12.78458023071289 307598.0 0.020408162847161293 199.4421844482422 119.8077163696289 9.03416362017268 303.4158630371094 1193.183349609375 1114.3514404296875 107341.0 639.9251708984375 1984.5850830078125 451.94720458984375 37.06178665161133 +sub-10545_ses-V3_task-rest_run-02_bold 0.0009609339407744875 0.0070062559681093395 11 35.934964214885824 1.125019760753425 0.9912726370091329 0.47623155852911603 7525.6025390625 0.07846356612110916 4 0.9111617312072893 2.345657782481096 2.3256790742524833 2.4078957376521535 2.303398535538651 0.0105039 0.021489515900611877 0.009646386839449406 439 90 90 60 2.4393683089045104 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 45.47241161359616 18.098554611206055 48.790985107421875 12.697039604187012 307129.0 0.006833713501691818 213.66606445312476 124.8937759399414 9.112404291055325 302.7650146484375 1180.7724609375 1102.82470703125 107826.0 625.8798522949219 1970.572998046875 452.09228515625 39.98823928833008 +sub-10546_ses-V1_task-cuff_run-01_bold 0.0008309480812641084 0.01467223830699774 7 39.627211156312235 1.0506006550452502 0.9901208736199092 0.4529436067446203 5666.96240234375 0.28499780944435843 1 0.22573363431151242 2.484325738512583 2.415841570669748 2.5087832336432445 2.5283524112247573 0.00568301 0.008659208193421364 0.015879176557064056 443 90 90 60 2.9873613699123664 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 120.00148579449377 18.296585083007812 37.702571868896484 13.067720413208008 324248.0 0.027088036760687828 143.65293884277304 90.9509048461914 2.778238234947996 252.57781982421875 1027.1422119140625 978.9864501953125 93955.0 572.0420043945312 1627.0496826171877 327.7076721191406 29.877193450927734 +sub-10546_ses-V1_task-rest_run-01_bold 0.0010471201814058956 0.015494930634920636 9 36.55892208697728 1.0282022061363636 0.979502331431818 0.451738454357171 5792.27734375 0.2513096003598847 148 33.560090702947846 2.4825687959274743 2.4091207376034762 2.504829067133702 2.533756583045244 0.0103285 0.007948234677314758 0.01606963761150837 441 90 90 60 3.0095768577285957 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 16 141.56479654314788 18.315685272216797 37.16869354248047 13.047618865966797 324615.0 0.022675737738609314 139.25805053710923 90.3428955078125 2.787414168106147 252.62066650390625 1035.0697021484375 986.09521484375 93676.0 582.7364196777344 1634.0963745117188 327.65069580078125 28.883941650390625 +sub-10547_ses-V1_task-cuff_run-01_bold 0.00130079185520362 0.008750374434389141 8 40.80925253362814 1.1415670067800454 1.0144461164852612 0.46289871107322256 6393.74462890625 0.23066053879780735 0 0.0 2.4518353965158735 2.4765040682592363 2.548483232065708 2.330518889222675 0.0110326 -0.0035735401324927807 0.030805673450231552 442 90 90 60 2.450989372838387 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 126.54272411682487 19.06586265563965 40.599979400634766 13.436652183532715 310625.0 0.04524886980652809 153.09638671874995 96.3300552368164 6.695225425466003 322.6690368652344 1175.1612548828125 1094.865478515625 103692.0 619.7709533691407 1985.5750610351558 446.7013244628906 33.383384704589844 +sub-10547_ses-V1_task-cuff_run-02_bold 0.0016130474040632055 0.010960598194130923 7 43.420934564864304 1.1621466694117641 0.9980577419004523 0.4627860590125049 6420.93408203125 0.26554818493977284 0 0.0 2.464302069972178 2.479845734793117 2.560541564919886 2.35251891020353 0.0155917 -0.0042035761289298534 0.032514382153749466 443 90 90 60 2.436858524847032 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 138.13883631894768 19.129920959472656 41.60395050048828 13.415349960327148 311126.0 0.02483070082962513 158.5530548095703 99.97299194335938 7.036454193061667 321.74993896484375 1178.9503173828125 1095.14794921875 103316.0 627.6303863525391 1996.9656677246094 449.4075622558594 30.55441665649414 +sub-10547_ses-V1_task-rest_run-01_bold 0.0023101123595505625 0.011832333235955056 5 47.929668890540555 1.1792221417792796 1.0072149542117113 0.4623692570860511 6601.802734375 0.30605629302696885 220 49.438202247191015 2.470614569449533 2.480404068104264 2.5797415641569468 2.3516980760873887 0.00863967 -0.0036911945790052414 0.028864018619060516 445 90 90 60 2.461990977238974 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 65.8363715131591 19.1805419921875 40.18266677856445 13.359550476074219 310942.0 0.01573033630847931 151.60426788330082 91.43579864501953 6.5884963476299365 326.8571472167969 1185.43310546875 1104.5382080078125 103396.0 626.0780792236328 2002.6477355957031 448.6340026855469 29.850961685180664 +sub-10547_ses-V1_task-rest_run-02_bold 0.0011078555304740406 0.012772476185101581 7 43.99720597599546 1.1389281990497742 0.98830506300905 0.46323393921401906 6506.96044921875 0.2654416436680245 176 39.729119638826184 2.4676465116125526 2.4860207345477447 2.5724665644460294 2.3444522358438835 0.0110983 -0.0040760706178843975 0.029404181987047195 443 90 90 60 2.4423354719896953 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 68.09038522178425 19.243709564208984 41.143035888671875 13.419864654541016 311093.0 0.027088036760687828 156.68758850097623 93.4027099609375 7.243906611694589 324.5593566894531 1179.399169921875 1097.2833251953125 103382.0 625.1887329101563 1992.322424316406 449.2740783691406 30.207622528076172 +sub-10547_ses-V3_task-cuff_run-01_bold 0.0013085260770975059 0.011951343560090704 9 48.24883865856826 1.1971817275454544 0.9759704677045462 0.45880440241631437 8937.2548828125 0.29087708494629444 4 0.9070294784580499 2.517981370547959 2.5387748991181494 2.6302498954832596 2.3849193170424674 0.0132239 -0.0003141816705465317 0.02446799911558628 441 90 90 60 2.286955901530048 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 62.67548387154761 17.192806243896484 40.17272186279297 11.780045509338379 309871.0 0.004535147454589605 154.2709732055664 96.88136291503906 13.097925041831257 322.64923095703125 1235.02587890625 1133.093017578125 104844.0 682.1963714599609 2081.0002075195307 495.4566955566406 30.872661590576172 +sub-10547_ses-V3_task-cuff_run-02_bold 0.002011554054054054 0.010112384324324325 6 42.242308153814875 1.1890594138148987 0.9986053685101584 0.45921842281040476 9600.2490234375 0.2380023662747502 0 0.0 2.496914705959341 2.524545733016899 2.5875248971809985 2.378673487680125 0.00974164 -0.00105286983307451 0.025503238663077354 444 90 90 60 2.2690715068534906 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 66.94036701378664 16.675935745239258 41.135894775390625 11.421171188354492 309942.0 0.0022522523067891598 159.97962341308596 100.3591079711914 13.1752558309662 322.99029541015625 1227.008544921875 1126.229736328125 104837.0 670.279296875 2076.901416015625 496.33709716796875 32.527320861816406 +sub-10547_ses-V3_task-rest_run-01_bold 0.0007971493212669682 0.011130372058823529 8 45.152558627301566 1.2057165478684813 0.9793933329931971 0.4587125583573152 9126.5380859375 0.24110727256416356 170 38.46153846153846 2.5012133168019552 2.531391566078203 2.5930832302934634 2.3791651540341987 0.0109378 -0.0004375257412903011 0.026456335559487343 442 90 90 60 2.263298034968017 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 65.33561223387582 17.08346939086914 40.893592834472656 11.710408210754395 309916.0 0.004524887073785067 156.44231796264648 100.5010986328125 12.981875606446552 323.650146484375 1237.315673828125 1133.9434814453125 104943.0 678.8624572753906 2093.4356201171868 501.0113830566406 33.72117233276367 +sub-10547_ses-V3_task-rest_run-02_bold 0.0014872072072072075 0.011270182995495495 6 47.84608578720091 1.2405061625282165 1.0011354234085772 0.4593015478352648 8992.970703125 0.2616542517584381 185 41.666666666666664 2.496811931136075 2.5429790656177573 2.5836332306689727 2.363823497121495 0.0126202 -0.0009885734179988503 0.025597939267754555 444 90 90 60 2.25309848067657 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 59.93930133614585 17.133405685424805 41.57365036010742 11.76801872253418 310214.0 0.009009009227156639 161.8408782958984 99.49796295166016 12.857775914666181 325.48114013671875 1231.9803466796875 1128.1171875 104525.0 675.3360717773437 2094.3262695312487 500.6935119628906 32.766387939453125 +sub-10548_ses-V1_task-cuff_run-01_bold 0.00045986455981941314 0.00583863525959368 7 36.683246634117644 1.0359578197511323 0.9808019192760183 0.5659133071792842 373.4358215332031 0.10354864568846557 0 0.0 2.6508430385816486 2.4394290697324648 2.844683220295778 2.668416825716704 0.0167993 -0.01986492983996868 0.13954061269760132 443 90 90 54 2.0369168940821756 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 16.980559121682884 5.729605674743652 30.682708740234375 12.076749801635742 263710.0 8.065463066101074 125.3185123443603 46.55250930786133 3.1747830185466093 105.46553802490234 280.90423583984375 254.9187469482422 107127.0 128.16908111572266 512.8812744140624 125.14872741699219 34.69964599609375 +sub-10548_ses-V1_task-cuff_run-02_bold 0.0011890249433106578 0.005707886984126983 9 37.13319167215911 1.0581149021818186 1.0050163652045456 0.5662830634122499 371.83587646484375 0.1180961326134591 1 0.22675736961451248 2.628954149738981 2.421291570453184 2.822024887862806 2.643545990900953 0.014439 -0.019099971279501915 0.14065812528133392 441 90 90 54 2.0472019053059514 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 16.90892134822734 5.587493896484375 30.432992935180664 11.993197441101074 263999.0 8.083900451660156 124.58526382446283 46.0900993347168 3.0396300413740303 104.39738464355469 278.3805847167969 252.87075805664062 106954.0 126.75124931335449 507.1965988159179 123.51960754394531 35.65879440307617 +sub-10548_ses-V1_task-rest_run-01_bold 0.0003737556561085973 0.006167822737556562 8 36.2595102652608 1.038063485941043 0.9793054042403622 0.5642190790040691 380.0239562988281 0.10076408399699403 0 0.0 2.6707999828146343 2.4585249023069977 2.8678957193733963 2.68597932676351 0.018284 -0.02037656493484974 0.13812212646007538 442 90 90 54 2.0277735351989663 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 17.490359685345382 5.641939640045166 30.452003479003906 12.040724754333496 263467.0 8.076923370361328 123.88235473632812 46.351566314697266 3.2260837006643275 107.07274627685547 282.7881164550781 256.76019287109375 107239.0 128.0990966796875 516.876739501953 126.62113952636719 34.097137451171875 +sub-10548_ses-V1_task-rest_run-02_bold 0.0004495927601809954 0.004272557036199095 8 36.72365341709751 1.0580937895011344 1.0046396778911562 0.5678761130948166 363.2997741699219 0.11384855323894846 1 0.22624434389140272 2.6254416496619366 2.4194082371946877 2.819912387946749 2.6370043238443728 0.0094089 -0.021402979269623756 0.14126111567020416 442 90 90 54 2.0381640893744897 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 16.408976612106716 5.755986213684082 30.831804275512695 12.11991024017334 263251.0 8.083710670471191 126.12444305419922 46.53632736206055 3.0807390995657746 104.21485900878906 278.214111328125 252.47512817382812 107460.0 126.62421646118165 508.6435653686521 123.87322235107422 38.301902770996094 +sub-10549_ses-V1_task-cuff_run-01_bold 0.00045148648648648653 0.009597423536036036 6 41.083800167516934 1.0239238538374722 0.983592548984199 0.5604800789659062 416.28448486328125 0.30687246385844646 0 0.0 2.7379944292900524 2.439745736386548 2.9462915495915594 2.8279460018920504 0.00766595 -0.027464022859930992 0.11961617320775986 444 90 90 54 2.764519174402423 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 24.907918408673993 4.6214447021484375 25.189966201782227 11.058558464050293 277646.0 7.743243217468262 89.21340370178223 36.94011306762695 0.3502757095128999 81.19416809082031 248.70562744140625 239.56419372558594 94634.0 119.44211959838867 403.30891113281234 86.6562728881836 32.740177154541016 +sub-10549_ses-V1_task-cuff_run-02_bold 0.0005120224719101123 0.008626636651685393 5 41.513200991666665 1.032342615495495 0.9907273661711714 0.5622328542464181 404.2568664550781 0.3020611454477115 1 0.2247191011235955 2.723068040137468 2.4244915703260275 2.942641549736597 2.80207100034978 0.0121526 -0.03218034654855728 0.13167913258075714 445 90 90 54 2.7863923551201712 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 37.15230428507576 4.684356689453125 25.956640243530273 11.125843048095703 277539.0 7.80898904800415 93.0494384765625 40.47734451293945 0.36515746258043125 80.31373596191406 247.87794494628906 238.71910095214844 94546.0 120.25337219238281 399.9483184814453 85.6727294921875 32.034088134765625 +sub-10549_ses-V1_task-rest_run-01_bold 0.0008400675675675675 0.009584533693693694 6 40.53450841435663 1.0305207907900678 0.990755621444696 0.559235583506329 424.7773132324219 0.28270791285279273 175 39.414414414414416 2.7563013735527306 2.4532207358511 2.9712582152661398 2.8444251695409517 0.00685104 -0.02806948497891426 0.11849617958068848 444 90 90 54 2.767861293409036 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 26.374097085665376 4.584713935852051 25.211008071899414 11.033783912658691 277533.0 7.754504680633545 89.5707244873046 37.556915283203125 0.31270758112298935 82.51985931396484 250.70794677734375 242.00677490234375 94604.0 119.8277038574219 405.79629058837884 87.43411254882812 31.483327865600586 +sub-10549_ses-V1_task-rest_run-02_bold 0.0005685168539325843 0.008314290426966292 5 40.32407344788285 1.0312745727477477 0.9927975630180175 0.5635462420279561 398.9306640625 0.28548643054775424 164 36.853932584269664 2.729673595597353 2.4321374033555427 2.9497748827864774 2.8071085006500383 0.00845667 -0.03327331319451332 0.13398921489715576 445 90 90 54 2.7799762174430653 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 36.89658748316232 4.737663745880127 26.304250717163086 11.17977523803711 277178.0 7.826966285705566 94.52303276061973 41.06631088256836 0.37730669349092283 80.15379333496094 247.2833709716797 238.25167846679688 94830.0 119.51561965942383 399.26651611328134 85.70232391357422 32.924861907958984 +sub-10550_ses-V1_task-rest_run-01_bold 0.0023976523702031603 0.016614461918735893 7 62.10136198651573 1.1745945149773755 1.0170676791176478 0.48850490960958975 2048.61572265625 0.4012704868912573 269 60.72234762979684 2.430552201836194 2.4191874038701293 2.4597707355908263 2.4126984660476265 0.00318647 0.04455212131142616 0.00665075471624732 443 90 90 60 2.3789896550626732 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 34.30723137698899 28.2045841217041 56.45305633544922 21.18397331237793 311682.0 0.06546275317668915 229.00609817504898 117.01673126220703 4.478387134603978 284.76678466796875 1031.6571044921875 958.7855834960938 105467.0 509.41063232421874 1784.7632812499987 403.020263671875 26.474929809570312 +sub-10551_ses-V1_task-cuff_run-01_bold 0.0014966970387243737 0.009894340592255125 11 42.41591680031962 1.1260035729223743 1.0162592242694068 0.46463855956652816 4727.39990234375 0.31369708462898194 2 0.45558086560364464 2.5005868947547487 2.414199904068315 2.5413790656813355 2.5461817145145957 0.0123591 0.0181376114487648 0.016627002507448196 439 90 90 60 2.5083504993318875 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 107.09586969529258 23.745277404785156 55.29948043823242 16.753986358642578 319412.0 0.08428246527910233 227.43463287353526 126.8624038696289 3.9199040291545204 366.5911865234375 1225.7779541015625 1157.1025390625 97740.0 625.4662963867188 2090.3078125 461.2978210449219 31.454973220825195 +sub-10551_ses-V1_task-cuff_run-02_bold 0.0012926185101580134 0.009574200970654628 7 41.614709690181 1.1313537084615393 1.0175082915384612 0.46454559219638225 4760.72314453125 0.30048132678899964 0 0.0 2.5047674504463466 2.4229165703886126 2.546724898802245 2.544660882148182 0.0129961 0.018203265964984894 0.016691183671355247 443 90 90 60 2.4959597024054703 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 107.40535571709823 23.704904556274414 55.51712417602539 16.681716918945312 319589.0 0.06997742503881454 229.29571533203097 127.0528793334961 3.943817218969375 367.7388000488281 1218.115478515625 1151.299072265625 97628.0 613.8004669189453 2084.57890625 461.2627258300781 31.661563873291016 +sub-10551_ses-V1_task-rest_run-01_bold 0.0013387782805429863 0.011913443393665157 8 43.41067338798181 1.115139560249434 1.0028598215646258 0.4649078332957079 4637.74658203125 0.3278552377688856 237 53.619909502262445 2.5041313381452404 2.4192374038681423 2.542379065641599 2.550777544925979 0.00929649 0.01769470050930977 0.015150095336139202 442 90 90 60 2.502989556241409 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 108.6711779854565 24.187885284423828 55.2860107421875 17.05882453918457 319238.0 0.08144796639680862 226.89853439331046 125.9181137084961 4.035450808065279 366.4410095214844 1234.7738037109375 1163.9752197265625 97961.0 630.1878051757812 2106.9345703125 465.0316162109375 29.941566467285156 +sub-10551_ses-V1_task-rest_run-02_bold 0.0011929119638826183 0.009841221399548534 7 41.3581525706561 1.1253217042986428 1.0189523274660635 0.46540824166608463 4737.72802734375 0.27751447147429986 174 39.27765237020316 2.483532732212059 2.4004332379486866 2.521329066478051 2.5288358922094396 0.0125427 0.018910959362983704 0.017183074727654457 443 90 90 60 2.5293703466856385 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 108.95080597163815 23.721635818481445 55.29914474487305 16.638826370239258 319555.0 0.045146726071834564 229.72980346679685 126.68289184570312 3.9872932569217774 356.06732177734375 1211.5936279296875 1145.18408203125 97574.0 618.2237365722656 2064.052185058593 452.7522888183594 32.35084533691406 +sub-10551_ses-V3_task-cuff_run-01_bold 0.0025818284424379235 0.011516313544018057 7 41.42612059825792 1.1421353383484154 1.0679293693212677 0.46296980062151016 4449.24560546875 0.2557111777443184 2 0.45146726862302483 2.52157569504519 2.4599499022503735 2.567908231293828 2.5368689515913685 0.00692079 0.015388136729598045 0.013842283748090267 443 90 90 60 2.337845578072801 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 5 77.80371361540914 25.39834976196289 56.12180709838867 17.86004638671875 318770.0 0.09706546366214752 222.27359924316397 127.82290649414062 8.543386194783054 367.0328369140625 1264.364501953125 1184.436767578125 98886.0 633.9266510009766 2187.85107421875 506.6334533691406 30.72095489501953 +sub-10551_ses-V3_task-cuff_run-02_bold 0.0030174376417233563 0.010714481700680272 9 41.186056375409095 1.1610716541590909 1.1015873532272737 0.4636374218797327 4324.0234375 0.2307269935073102 1 0.22675736961451248 2.501479832434256 2.4483790693768235 2.5541248985081952 2.5019355294177483 0.0074514 0.015575028024613857 0.013568364083766937 441 90 90 60 2.3521629232217975 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 8 74.37536771683135 25.61103057861328 56.229881286621094 18.13605499267578 318947.0 0.1269841343164444 223.60317993164062 127.62796020507812 8.479462378783088 364.4544677734375 1261.4560546875 1181.435302734375 98670.0 639.1242706298829 2175.47919921875 502.2735900878906 31.308032989501953 +sub-10551_ses-V3_task-rest_run-01_bold 0.0013216326530612246 0.014587364761904762 9 39.925774778113635 1.0495011403863626 0.9688044277272727 0.4643012987674661 4158.78564453125 0.25008994150221664 116 26.303854875283445 2.5097604025338236 2.4519332359022603 2.5581373983487525 2.5192105733504575 0.00525944 0.017837513238191605 0.013269848190248013 441 90 90 60 2.40863555919941 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 2 69.19671705517472 26.00101089477539 55.28153610229492 18.42630386352539 318671.0 0.10657596588134766 214.8004608154297 126.42063903808594 7.704088368627209 355.30340576171875 1259.882080078125 1184.544189453125 98851.0 636.7539978027344 2156.5294189453125 491.7880554199219 28.603639602661133 +sub-10551_ses-V3_task-rest_run-02_bold 0.0017137782805429864 0.01156238721719457 8 41.3591445006576 1.1453720353968257 1.038450889591837 0.4642917773682222 4261.3955078125 0.23366483815844385 81 18.32579185520362 2.5149298471208232 2.459429068937736 2.5657457313797583 2.5196147410449754 0.00759832 0.01666753925383091 0.013374804519116879 442 90 90 60 2.3409733446162657 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 1 71.11244874627886 25.808013916015625 57.098087310791016 18.049774169921875 318685.0 0.0656108632683754 228.75520935058591 130.33987426757812 8.395085983060213 366.9272155761719 1260.375244140625 1181.276123046875 99159.0 633.0063781738281 2177.0253662109367 504.6064147949219 30.732803344726562 +sub-10552_ses-V1_task-cuff_run-01_bold 0.0005457110609480812 0.00887726494356659 7 44.511605275882374 1.044626821606335 0.9799173975565616 0.5152115708342436 535.5402221679688 0.32197132115382937 0 0.0 2.7211930392433987 2.455354069099662 2.93540405002419 2.772820998606344 0.00328065 -0.02831346169114113 0.10328275710344315 443 90 90 54 2.558985815572269 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 62.791015957503106 3.1425821781158447 20.725223541259766 10.009029388427734 293915.0 7.704288959503174 67.97517395019531 31.70537567138672 1.0856784965578292 82.62580108642578 260.8907775878906 244.76185607910156 81756.0 132.49492263793945 440.0632019042969 95.64740753173828 31.097644805908203 +sub-10552_ses-V1_task-cuff_run-02_bold 0.0009809662921348313 0.012175850921348314 5 43.87910652159912 1.010363196689189 0.9673149531981986 0.5152949009860542 529.6693115234375 0.3782582480001086 6 1.348314606741573 2.761631927572335 2.4983582340574966 2.9820998815019975 2.804437667157511 0.00626352 -0.0270013976842165 0.10632409155368805 445 90 90 54 2.546220787066836 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 62.58387310202258 3.2950422763824463 20.831459045410156 10.067416191101074 293725.0 7.635955333709717 68.30516967773436 31.73423957824707 1.2443167561376098 82.73921203613281 261.517578125 245.0471954345703 81901.0 133.07415771484375 441.4786682128906 96.23898315429688 26.041667938232422 +sub-10552_ses-V1_task-rest_run-01_bold 0.0010543468468468466 0.01020762650900901 6 48.983173275507895 1.0881707952821666 0.9852666995259599 0.5158137533910521 528.6193237304688 0.3502226675920438 265 59.68468468468468 2.7154013725742483 2.457187402360145 2.9232207171749782 2.7657959981876212 0.0112039 -0.029758252203464508 0.10327648371458054 444 90 90 54 2.5518511128103336 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 62.456994222164056 3.182253122329712 20.851049423217773 10.096847534179688 293492.0 7.833333492279053 68.37038230895999 31.692787170410156 1.2434644932319445 83.18601989746094 262.4629821777344 246.01914978027344 81892.0 133.62962112426757 442.697410583496 96.40752410888672 29.53174591064453 +sub-10552_ses-V1_task-rest_run-02_bold 0.000655823927765237 0.008932535282167043 7 48.38205201162895 1.0818616721040712 0.9850906576470583 0.5187142224609275 504.26751708984375 0.33530617932364437 246 55.53047404063206 2.6938972062361244 2.437383236480425 2.8943957183203812 2.7499126639075673 0.00545106 -0.030901554971933365 0.10831917822360992 443 90 90 54 2.5544398021587287 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 64.13810532920601 3.41701340675354 21.252399444580078 10.23024845123291 293780.0 7.7562079429626465 70.42043266296373 32.178466796875 1.2560845361188155 81.97822570800781 260.3714904785156 243.5349884033203 81771.0 134.1264190673828 439.59368896484375 95.33734130859375 31.114540100097656 +sub-10552_ses-V3_task-cuff_run-01_bold 0.0007016216216216215 0.010219347950450451 6 41.82234265081268 1.0064430656207684 0.9711008769977423 0.5155603524246322 573.9716186523438 0.3537194306258007 1 0.22522522522522523 2.698222205294647 2.432874903326237 2.935120716702115 2.7266709958555895 0.00184846 -0.030167551711201668 0.1062629446387291 444 90 90 54 2.6069316545022696 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 58.652836418306045 2.8282973766326904 20.893091201782227 9.842342376708984 293749.0 7.8153157234191895 70.08018188476558 31.79970359802246 1.474778559990586 82.60665130615234 265.22113037109375 250.04617309570312 81956.0 135.2590103149414 440.25958251953125 95.9153060913086 29.01525115966797 +sub-10552_ses-V3_task-cuff_run-02_bold 0.0010204166666666669 0.010092752291666666 6 40.72723305965035 0.9753818313286708 0.9484875565734268 0.5164967650582797 567.435546875 0.3248443361168203 1 0.6944444444444444 2.6958652606946782 2.4379499031245744 2.9304998835523968 2.7191459954070645 0.0043878 -0.03134731203317642 0.10763807594776154 144 90 90 54 2.6000170571488233 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 61.306312832079186 3.099050998687744 21.174551010131836 9.95138931274414 293393.0 7.659722328186035 70.9375 32.612823486328125 1.4874476578948403 83.36547088623047 266.4969482421875 251.47222900390625 82089.0 135.48611450195312 442.68890380859364 96.71886444091797 29.10580062866211 +sub-10552_ses-V3_task-rest_run-01_bold 0.0004335585585585586 0.007995629391891891 6 42.851202153182854 1.053915678487585 0.9867155901805864 0.5149770982038081 575.8567504882812 0.2772262397584188 189 42.567567567567565 2.6590013721388304 2.3986207380207087 2.893416551692623 2.684966826703161 0.0058344 -0.029897015541791916 0.10819190740585327 444 90 90 54 2.635722139991913 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 60.12992482460349 2.7848873138427734 20.709152221679688 9.801801681518555 294280.0 7.817567825317383 69.76137351989745 31.825979232788086 1.2610309089223986 82.04066467285156 264.3729553222656 249.25225830078125 81569.0 135.7756774902344 437.92297973632805 94.56639099121094 32.91624069213867 +sub-10552_ses-V3_task-rest_run-02_bold 0.0006797968397291197 0.010882831986455982 7 43.829038326628975 1.0310651116063356 0.981548933371041 0.5178035591852406 550.7293701171875 0.3289007287620799 232 52.37020316027088 2.6698624833390725 2.405637404408558 2.9032582179682165 2.7006918276404437 0.00722619 -0.03152943775057793 0.11275791376829147 443 90 90 54 2.659263512697993 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 67.47092454966695 3.1961286067962646 21.30333137512207 9.981941223144531 294292.0 7.600451469421387 71.64334106445312 33.16761016845703 1.292367425749461 80.43033599853516 261.4906921386719 246.71444702148438 81476.0 136.04627990722656 432.0186309814453 92.77490997314453 29.2244873046875 +sub-10555_ses-V1_task-cuff_run-01_bold 0.0009327088036117381 0.008002216930022574 7 56.4865924394796 1.1299093451583715 0.9853188449547509 0.4625206366358284 4521.55078125 0.32161529814028617 2 0.45146726862302483 2.343161952301674 2.3767832388884527 2.3646790727027627 2.288023545313806 0.00772974 0.002070199465379119 0.02926388755440712 443 90 90 60 2.3769983820175384 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 59.446882621404534 22.955236434936523 52.555728912353516 16.279911041259766 317752.0 0.013544018380343914 223.0419891357424 113.06280517578125 3.8542100332584646 348.6357727050781 1195.2039794921875 1112.46728515625 98663.0 586.1365661621094 2082.535986328125 468.0111083984375 32.04887771606445 +sub-10555_ses-V1_task-cuff_run-02_bold 0.0008256756756756757 0.00930475506756757 6 54.43988347544021 1.1015848337697522 0.9734579508577873 0.4629781987096074 4472.97216796875 0.30896137372441546 0 0.0 2.349766116708333 2.3777749055157145 2.3734457390210735 2.2980777055882102 0.0114768 0.0013191566104069352 0.030983254313468933 444 90 90 60 2.381859153278092 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 58.137159618422515 23.19404411315918 52.893497467041016 16.37387466430664 318112.0 0.009009009227156639 224.33862838745125 112.75444030761719 3.893831281608551 346.5933837890625 1191.380859375 1109.2984619140625 98352.0 584.7521667480469 2067.200207519531 465.7256164550781 30.372758865356445 +sub-10555_ses-V1_task-rest_run-01_bold 0.001109009009009009 0.011236714324324326 6 57.676106601625285 1.0939864542212185 0.9703781638148986 0.46286725836111337 4375.26806640625 0.3571165031496222 273 61.486486486486484 2.3524925035459403 2.3791749054600833 2.3704457391402824 2.307856866037454 0.00966551 0.0023787813261151314 0.0297488272190094 444 90 90 60 2.3816038168276967 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 75.3365955896927 23.512935638427734 52.6747932434082 16.674549102783203 317694.0 0.018018018454313278 219.62388610839844 114.45291137695312 4.108733663039446 344.488037109375 1199.6322021484375 1116.828857421875 98609.0 591.3045410156251 2080.7627441406235 468.93743896484375 27.844377517700195 +sub-10555_ses-V1_task-rest_run-02_bold 0.0008488487584650112 0.0072100796162528225 7 50.66644894717194 1.1052869991176468 1.026179644502262 0.46372937292074584 4599.4521484375 0.2871004664238996 209 47.1783295711061 2.3320355652812794 2.3639540727315715 2.3513082399007383 2.280844383211528 0.00880382 0.0028507502283900976 0.031965844333171844 443 90 90 60 2.388341359392272 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 59.06442629138748 22.819692611694336 53.09376907348633 16.068849563598633 317972.0 0.0022573363967239857 226.09685058593755 114.59559631347656 3.913370181705055 341.82696533203125 1182.839599609375 1099.918701171875 98544.0 582.5246368408203 2048.1669311523433 460.5343017578125 33.64354705810547 +sub-10556_ses-V1_task-cuff_run-01_bold 0.001475328798185941 0.013723115442176869 9 43.651982775636334 1.1107475239999993 0.9970033475000003 0.4456040254392277 3052.3876953125 0.24061508374493554 0 0.0 2.375415931881548 2.4232915703737112 2.442579069607295 2.260377155663639 0.00553361 0.008935925550758839 0.015921346843242645 441 90 90 60 2.470371484588752 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 79.02828186146216 26.135488510131836 53.11461639404297 18.675737380981445 335200.0 0.043083902448415756 205.358390045166 114.40806579589844 6.99607429732675 256.822998046875 1082.389892578125 1013.952392578125 83068.0 547.6445526123048 1838.2832214355467 410.4428405761719 28.534183502197266 +sub-10556_ses-V1_task-rest_run-01_bold 0.000701111111111111 0.01125290126984127 9 40.920513070681864 1.095176656568182 0.9795887488863628 0.4439853340767509 3086.3544921875 0.2047938034462032 60 13.605442176870747 2.351906198064114 2.4066332377023207 2.426545736911069 2.2225396195789524 0.0066205 0.009059403091669083 0.01622770167887211 441 90 90 60 2.4808119788422824 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 87.36142486545452 25.62447738647461 52.046817779541016 18.396825790405273 335288.0 0.043083902448415756 202.15182342529272 112.81725311279297 6.984788664640085 257.4702453613281 1085.1356201171875 1016.3016357421875 82832.0 553.9049041748046 1838.300360107422 409.6624450683594 31.8414306640625 +sub-10556_ses-V1_task-rest_run-02_bold 0.0010345701357466063 0.010890932737556562 8 40.34565582185943 1.1231318048752845 0.9975663270975068 0.44437940232523465 3104.183349609375 0.20100073928491016 45 10.180995475113122 2.3520895321214232 2.4059957377276526 2.4255249036182995 2.2247479550183185 0.0039765 0.008817714639008045 0.014385427348315716 442 90 90 60 2.475263299043663 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 90.45147296459034 25.848264694213867 52.6144905090332 18.468326568603516 335566.0 0.031674209982156754 205.69514083862305 113.01964569091797 7.21771793565784 253.41598510742188 1084.6688232421875 1015.828125 82680.0 551.62275390625 1840.1094360351565 410.38946533203125 32.79521560668945 +sub-10557_ses-V1_task-cuff_run-01_bold 0.0021013995485327317 0.01429010467268623 7 44.0560632073077 1.07735724463801 1.0020450751357464 0.47018851899661246 3066.51025390625 0.17332957719410846 0 0.0 2.5234798848796567 2.487362401161098 2.6113290629017727 2.4717481905760996 0.00754022 0.05048935487866402 -0.0031586396507918835 443 90 90 60 2.319712926054489 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 37.72405711961873 24.417757034301758 64.52546691894531 17.474040985107422 325926.0 0.054176073521375656 292.2483215332031 148.26971435546875 11.39825836778681 264.42535400390625 1021.0432739257812 948.4424438476562 92146.0 536.7703247070312 1714.798583984375 408.8597717285156 27.493541717529297 +sub-10557_ses-V1_task-cuff_run-02_bold 0.0017662217194570136 0.010595438190045249 8 43.64144382770977 1.1172966841043086 1.018006216031746 0.4707300619513633 3079.016357421875 0.1530265042503243 1 0.22624434389140272 2.49498542932782 2.466254068666535 2.583916563991047 2.4347856553258787 0.00621985 0.051069121807813644 -0.0032597151584923267 442 90 90 60 2.335853972000273 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 13 35.80856902400106 24.3757266998291 65.45669555664062 17.339366912841797 326255.0 0.03846153989434242 300.47489929199156 150.2367706298828 10.805058287988444 265.5787353515625 1022.3321533203125 951.2556762695312 92086.0 534.1244659423828 1715.8875732421875 407.2388610839844 31.463716506958008 +sub-10557_ses-V1_task-rest_run-01_bold 0.00279762443438914 0.019977806108597288 8 44.58431604603176 1.0960830895238094 0.9980487041043088 0.46916282893760936 2730.072509765625 0.17497139595427177 51 11.538461538461538 2.5471965547417437 2.5166123999988077 2.640733228400023 2.4842440358263995 0.010366 0.0513707734644413 -0.0024121752940118313 442 90 90 60 2.327624844468646 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 38.58889963733052 25.271326065063477 63.97781753540039 18.32579231262207 326562.0 0.10180995613336563 287.0237716674808 146.56954956054688 11.172811854685476 265.0538024902344 1027.99560546875 955.1403198242188 91763.0 542.2504821777344 1728.284191894531 410.3475341796875 25.71354103088379 +sub-10557_ses-V1_task-rest_run-02_bold 0.0012036363636363635 0.014411323136363634 10 45.0168612569932 1.0768747910706153 1.0038831832801818 0.4717061658468881 2839.629150390625 0.1776716766997128 61 13.863636363636363 2.5368007186715604 2.507587400357429 2.6280832289026885 2.4747315267545638 0.00893939 0.051355715841054916 -0.0028029202949255705 440 90 90 60 2.3127100866091523 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 36.49893981600702 25.13010597229004 65.87659454345703 17.990907669067383 326093.0 0.06363636255264282 301.2504455566404 150.14080810546875 10.791297443824405 266.7234802246094 1016.1677856445312 945.4260864257812 92268.0 525.2163360595703 1709.152423095703 408.7935485839844 27.639392852783203 +sub-10557_ses-V3_task-cuff_run-01_bold 0.0014440180586907448 0.013879868600451466 7 48.455146996719485 1.1100285087782802 1.042185221855203 0.46906558228690437 2693.8046875 0.2932823930490645 1 0.22573363431151242 2.453686800454507 2.4636915687683594 2.5211790664840117 2.3761897661111506 0.00961953 0.036258239299058914 0.015246537514030933 443 90 90 60 2.384335903536407 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 69.58129523501013 27.356189727783203 71.05135345458984 19.77652359008789 329039.0 0.07223476469516754 312.79707031249995 158.53672790527344 5.813877799792946 305.8460693359375 1089.1190185546875 1017.2528686523438 88758.0 540.7687591552734 1862.3023254394532 426.63751220703125 28.398637771606445 +sub-10557_ses-V3_task-cuff_run-02_bold 0.00235920993227991 0.015391893927765236 7 44.54799782425334 1.0819869727375568 0.9936144344570145 0.4695688791716585 2621.087890625 0.25180921029775 0 0.0 2.486910420053991 2.4977415674153343 2.5571790650535 2.405810627693139 0.0064132 0.03629104793071747 0.014623469673097134 443 90 90 60 2.3576756583441965 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 69.9992464290617 27.4130802154541 71.15496063232422 19.821670532226562 328501.0 0.07674943655729294 313.9435729980469 157.76834106445312 5.647290575612173 315.319091796875 1081.1102294921875 1011.7708740234375 89094.0 527.0141143798828 1861.0928771972654 429.13671875 26.51083755493164 +sub-10557_ses-V3_task-rest_run-01_bold 0.0016878828828828828 0.016251210765765765 6 49.33986710288938 1.0964644517607236 1.0087693025282167 0.4672401481824173 2812.376953125 0.33935810987357795 225 50.67567567567568 2.483940979579771 2.4773540682254604 2.5570248983929598 2.417443972120894 0.0059716 0.036914777010679245 0.015083900652825832 444 90 90 60 2.374606370873126 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 71.45236650082626 27.017419815063477 69.77821350097656 19.488739013671875 329161.0 0.0833333358168602 303.1396484375 156.8518829345703 5.555407170747996 313.91766357421875 1090.5042724609375 1019.7454833984375 88672.0 537.2098052978515 1870.5768676757805 429.4352722167969 26.141836166381836 +sub-10557_ses-V3_task-rest_run-02_bold 0.001842708803611738 0.014230003182844245 7 46.526308940361965 1.1050915587330319 1.0397431900904983 0.4705242820474788 2520.48486328125 0.2477310878804319 145 32.7313769751693 2.4463826306535714 2.455662402420743 2.517637399958078 2.3658480895818927 0.0107967 0.0364299975335598 0.016210148110985756 443 90 90 60 2.3662978559922276 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 9 68.75682151550491 28.149364471435547 72.04012298583984 20.248308181762695 328879.0 0.05191873759031296 317.85372314453116 158.936279296875 6.0031109174535295 305.7106018066406 1084.404052734375 1012.2348022460938 88971.0 535.3927917480469 1857.269775390625 427.76910400390625 27.863862991333008 +sub-10559_ses-V1_task-cuff_run-01_bold 0.0011575675675675676 0.02192916373873874 6 92.99390767020313 1.1406316923702025 1.0032246118284425 0.454401183194048 2923.5693359375 0.9079198295660024 214 48.1981981981982 2.507996632254238 2.4381540697831285 2.6180290626355385 2.4678067643440476 0.0145763 0.056353360414505005 0.0009850661735981703 444 90 90 60 2.431088487620366 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 15 44.07366113664502 24.7701416015625 52.07032012939453 17.527027130126953 331033.0 0.045045047998428345 199.25090332031243 123.4421615600586 6.86357055597991 278.4453430175781 987.9297485351562 931.6464233398438 88163.0 486.2245666503906 1676.1169189453121 383.2197570800781 20.51629638671875 +sub-10559_ses-V1_task-cuff_run-02_bold 0.0010720045045045045 0.019796615653153157 6 84.12119776291205 1.1437848308352139 0.9726193550564338 0.4547361438798095 2911.21435546875 0.7424837049217935 163 36.711711711711715 2.5017508018430203 2.4349749032427903 2.615929062718985 2.4543484395672865 0.0133672 0.05488087609410286 0.0019057015888392925 444 90 90 60 2.416063196571211 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 43.83820641692064 24.84360694885254 52.73878860473633 17.52027130126953 331194.0 0.03153153136372566 203.91746215820308 124.40690612792969 6.675667047127863 281.8213806152344 988.2949829101562 932.2117309570312 88123.0 484.68221130371103 1681.3946655273428 385.8369445800781 21.848777770996094 +sub-10559_ses-V1_task-rest_run-01_bold 0.0014181489841986457 0.02599460812641084 7 99.54728135993217 1.1465318299773761 1.0038176173981896 0.45467548507788463 2863.590576171875 0.9943331104893943 394 88.93905191873588 2.5139882976248358 2.443529069569545 2.625304062346456 2.473131760958506 0.0158737 0.05571645870804787 0.0007573000621050596 443 90 90 60 2.4527059388138936 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 44.55190397533433 24.9699649810791 51.8392219543457 17.79458236694336 330956.0 0.07674943655729294 198.97743225097656 122.69770812988281 7.293320565882983 271.14544677734375 991.6613159179688 935.5282592773438 88245.0 488.78916625976564 1672.1991699218752 381.4248352050781 19.22128677368164 +sub-10559_ses-V1_task-rest_run-02_bold 0.0009250338600451466 0.018254118374717833 7 74.88233933923077 1.120864907036198 1.0039915073755663 0.4564800576896462 2795.717529296875 0.6643037427177044 365 82.39277652370203 2.503054970793206 2.4436290695655716 2.6229415624403334 2.442594280373713 0.0120571 0.05594563111662865 0.0022244728170335293 443 90 90 60 2.4142906822045767 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 43.31576401240034 25.050291061401367 53.47735595703125 17.823928833007812 330585.0 0.07674943655729294 208.34854431152334 125.2559585571289 6.596658684340163 279.16094970703125 983.0729370117188 927.5508422851562 88575.0 478.2205444335938 1672.2549438476565 384.189697265625 22.2813777923584 +sub-10560_ses-V1_task-cuff_run-01_bold 0.0006298871331828444 0.006942665869074492 7 42.324722695588214 1.1084475604977373 1.0031854818552042 0.5725363489927295 350.8940124511719 0.07216552946405 0 0.0 2.7758097129750645 2.421154070458648 2.8545582199033808 3.0517168485631654 0.0119988 -0.030538948252797127 0.1803373545408249 443 90 90 54 2.2007070626624854 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 20.18433354516996 5.224249362945557 32.428043365478516 11.63431167602539 273827.0 7.954853534698486 138.51242065429688 51.94732666015625 1.4440078028260697 93.16800689697266 254.85610961914062 235.095947265625 98704.0 116.83296203613281 458.0179534912108 106.82691955566406 34.605838775634766 +sub-10560_ses-V1_task-cuff_run-02_bold 0.0008607900677200903 0.00888617270880361 7 42.64131779052035 1.0947219768778282 1.001797400339366 0.5737019479647809 345.7320251464844 0.09293586496466234 1 0.22573363431151242 2.7895902687929364 2.428845736819675 2.8637498862048036 3.076175183354329 0.00828374 -0.03106345422565937 0.18229718506336212 443 90 90 54 2.191520406768531 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 19.983434749618908 5.281142711639404 32.632545471191406 11.681715965270996 273777.0 7.993227958679199 138.88803405761712 51.93825149536133 1.4535043579877076 92.89859771728516 254.151123046875 234.2731475830078 98897.0 116.65598754882812 457.8063293457031 106.89928436279297 32.748146057128906 +sub-10560_ses-V1_task-rest_run-01_bold 0.001170474040632054 0.009902187020316026 7 41.30416432542984 1.0919122531221719 1.0080898397963798 0.5724292589477015 353.6583251953125 0.08975488852072096 7 1.580135440180587 2.799952768266373 2.4375207364749616 2.8896290518431247 3.072708516481033 0.0147308 -0.03060409612953663 0.18088240921497345 443 90 90 54 2.2182123385797596 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 19.901651775701236 5.408318996429443 32.40632629394531 11.677201271057129 273823.0 7.722347736358643 138.87698364257807 51.99127197265625 1.3310841387452559 93.55621337890625 255.06251525878906 236.25621032714844 98788.0 115.71647949218752 456.7937957763671 106.50694274902344 32.55552291870117 +sub-10560_ses-V1_task-rest_run-02_bold 0.0006912134831460675 0.007858353505617977 5 42.38557880840096 1.090208640427928 1.0026381018468469 0.5751579519474735 340.8774719238281 0.10012779693099956 2 0.449438202247191 2.7813249907540296 2.427941570188937 2.857662386446699 3.0583710156264514 0.0247656 -0.030201032757759094 0.18158546090126038 445 90 90 54 2.188033572840502 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 18.70131368143249 5.344032287597656 32.96292495727539 11.721348762512207 273276.0 7.934831619262695 141.30113220214844 52.32966613769531 1.5229609796311143 92.31780242919922 253.78707885742188 233.4157257080078 99077.0 116.81887969970703 457.3541625976562 106.67777252197266 33.38459396362305 +sub-10560_ses-V3_task-cuff_run-01_bold 0.0021592567567567567 0.012535741058558559 6 46.49647705410835 1.1200852778781047 0.9875078504063199 0.572362583457883 298.26739501953125 0.1504730264053086 6 1.3513513513513513 2.768415267332401 2.45629573572891 2.8422915537241478 3.006658512544146 0.01679 -0.0393330417573452 0.1574336290359497 444 90 90 54 2.145782364654891 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 17.564168496613974 7.12917947769165 33.81538009643555 13.191441535949707 274345.0 8.099099159240723 140.25180664062498 51.09185791015625 1.2793662636586287 99.8736343383789 267.3612060546875 245.8614959716797 98180.0 118.7923427581787 487.542353820801 114.578369140625 30.045564651489258 +sub-10560_ses-V3_task-cuff_run-02_bold 0.0011822972972972971 0.00933270963963964 6 43.70208928801356 1.1407022597516927 1.0048773646501132 0.5747655158164366 292.3469543457031 0.10600211776731071 1 0.22522522522522523 2.7400763784885744 2.4336457366289403 2.812570721571814 2.974012677264969 0.0263921 -0.039720602333545685 0.16178271174430847 444 90 90 54 2.144754253851368 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 16.57932744259365 7.209320545196533 34.4378776550293 13.238739013671875 274766.0 8.101351737976074 143.6188087463379 51.94166946411133 1.3958852928238832 98.37767028808594 265.8908996582031 244.0 97742.0 119.97083854675293 485.20947265625 113.76536560058594 32.89097595214844 +sub-10560_ses-V3_task-rest_run-01_bold 0.000692076749435666 0.011291513995485327 7 43.882525068574665 1.12680342377828 0.9809624311990954 0.5727833268301217 299.0892028808594 0.11639063102350629 14 3.160270880361174 2.787462489217057 2.4758249016195575 2.867241552732724 3.0193210132988897 0.00903763 -0.043035607784986496 0.15116554498672485 443 90 90 54 2.1265355878892773 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 16.973405921985545 7.329342365264893 34.28828430175781 13.417607307434082 273709.0 8.130926132202148 142.13544311523412 51.515830993652344 1.2760607990698274 102.77812957763672 272.8644714355469 251.02371215820312 98984.0 120.2387149810791 499.8343322753903 118.04290771484375 32.235557556152344 +sub-10560_ses-V3_task-rest_run-02_bold 0.0025266067415730333 0.008824984786516854 5 43.983357815991006 1.1565541995270276 1.031581072725225 0.5765745076864032 291.7708435058594 0.1279318733458856 29 6.51685393258427 2.722833322618301 2.4240749036759177 2.8006082220471615 2.943816842131824 0.0246401 -0.04153081402182579 0.16509461402893066 445 90 90 54 2.130277079416452 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 15.243527885883065 7.2430949211120605 34.85993957519531 13.220224380493164 274643.0 8.060674667358398 146.16112976074214 52.39657211303711 1.394607185589467 97.89839935302734 264.5494384765625 242.44046020507812 97974.0 118.71516761779786 483.1585372924802 113.80642700195312 33.35883331298828 +sub-10561_ses-V1_task-rest_run-01_bold 0.001272941176470588 0.006792028800904977 8 35.18983487158724 1.036696819614513 1.001113074807257 0.5749034709859074 278.55450439453125 0.10894222326350546 2 0.45248868778280543 2.80262359707759 2.4811999014059745 2.9873207146278733 2.939350175198923 0.00805868 -0.016581719741225243 0.14212021231651306 442 90 90 54 1.9795575560741914 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 23.27674202866118 9.271296501159668 35.9669075012207 14.662896156311035 261465.0 7.972850799560547 143.34616088867188 55.01656723022461 1.026846507306181 117.38383483886719 292.62969970703125 265.9706115722656 109537.0 117.19049987792968 555.5004516601563 134.35800170898438 35.51093292236328 +sub-10562_ses-V1_task-cuff_run-01_bold 0.0011436343115124154 0.013756450428893905 7 40.52182313221719 1.0672851810407233 0.959926827217195 0.42673007131490653 9615.0908203125 0.2038537144676496 0 0.0 2.418841098968014 2.4486332360333902 2.4343374032681226 2.373552657602528 0.00716979 0.014130390249192715 0.01008125301450491 443 90 90 60 2.8749273901528376 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 67.08805030771079 16.53620147705078 49.60727310180664 11.356658935546875 342086.0 0.011286681517958641 207.39898681640625 133.8375244140625 2.5872066039916 314.0522766113281 1154.7611083984375 1105.284423828125 78276.0 615.8956146240234 1842.69873046875 384.4540100097656 28.019384384155273 +sub-10562_ses-V1_task-cuff_run-02_bold 0.0009813574660633485 0.010094333325791854 8 39.236641362607735 1.0997362012018137 0.9689425409977324 0.4261788464878908 9909.6181640625 0.16994861241559625 0 0.0 2.394759163052768 2.4351540699023375 2.4136832374221786 2.3354401818337873 0.00754993 0.013647351413965225 0.010464727878570557 442 90 90 60 2.8691229307420776 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 69.4980234104305 16.150972366333008 48.981163024902344 11.131221771240234 342068.0 0.011312217451632023 205.2743324279781 132.14013671875 2.627203978774368 312.44329833984375 1151.0523681640625 1101.8258056640625 78287.0 612.6755676269531 1834.1842407226559 384.0263366699219 32.48247146606445 +sub-10562_ses-V1_task-rest_run-01_bold 0.001345746606334842 0.012447565067873305 8 39.98060625637188 1.1050452872108842 0.9646255830612241 0.4258577667184427 9804.2626953125 0.17321014490350933 55 12.44343891402715 2.402234158728288 2.433595736630927 2.4173957372746573 2.35571100227928 0.0123753 0.013824381865561008 0.008302955888211727 442 90 90 60 2.873480527275629 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 64.57853376920369 16.610511779785156 49.991676330566406 11.373303413391113 342169.0 0.0022624435368925333 209.28553161621085 134.65223693847656 2.72226034459848 317.5787658691406 1173.24853515625 1122.608642578125 77955.0 626.7149536132813 1871.2593383789067 390.6765441894531 29.858816146850586 +sub-10562_ses-V1_task-rest_run-02_bold 0.0006737782805429865 0.008320418076923077 8 40.843761911088436 1.1306602997052153 0.974307596643992 0.42572224725223756 9950.615234375 0.16336112207457978 51 11.538461538461538 2.3775091676290776 2.4236332370268014 2.393037404909237 2.315856860951194 0.00477419 0.013073333539068699 0.010245408862829208 442 90 90 60 2.8649141291617966 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 71.04319503149388 16.207996368408203 48.67936325073242 11.065610885620117 342133.0 0.0 205.14752197265602 131.25527954101562 2.629099185443203 313.44793701171875 1151.20654296875 1100.78173828125 78298.0 613.8644836425781 1837.0078613281248 384.22607421875 35.642860412597656 +sub-10562_ses-V3_task-cuff_run-01_bold 0.0010314898419864558 0.009947287065462752 7 42.32044170796382 1.1091379058597277 0.9779819238687789 0.4250251524491644 8923.6435546875 0.18003738027181246 0 0.0 2.380168883166754 2.4136457374236686 2.377891572177745 2.348969339898847 0.0064252 0.014034995809197426 0.014811219647526741 443 90 90 60 2.928063021262793 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 80.55447323972902 15.900322914123535 46.109779357910156 10.970654487609863 343658.0 0.004514672793447971 190.58025207519475 124.63520812988281 2.1650360824001185 285.9080505371094 1071.454345703125 1024.440185546875 76979.0 575.0867187499999 1700.3657714843748 349.8673095703125 32.813865661621094 +sub-10562_ses-V3_task-cuff_run-02_bold 0.0016432805429864251 0.01036192386877828 8 40.826607632698455 1.1396012691609967 1.0044759670294785 0.42481027907409186 8744.2783203125 0.15951382178546966 0 0.0 2.3663911075002484 2.4022749045421716 2.3557999063889223 2.3410985115696517 0.00673829 0.014014520682394505 0.015145644545555115 442 90 90 60 2.960354666443071 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 80.64014531777393 15.96313190460205 45.309391021728516 10.977375984191895 343873.0 0.004524887073785067 186.93574829101533 122.2730941772461 2.0816341499423556 280.4735107421875 1064.589111328125 1018.9344482421875 76893.0 573.802294921875 1680.6633789062498 344.1911315917969 31.960493087768555 +sub-10562_ses-V3_task-rest_run-01_bold 0.0018875846501128668 0.011053593634311512 7 42.957518081380044 1.1229814273755658 1.0037727101357456 0.4241574748248051 8972.7060546875 0.19891163334187928 104 23.47629796839729 2.3818661047395615 2.414212404067818 2.379487405447666 2.351898504703201 0.00954226 0.013441834598779678 0.01423320546746254 443 90 90 60 2.9038506835237863 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 78.48216713006614 16.050926208496094 46.49774932861328 11.058691024780273 343955.0 0.006772009190171957 191.9065521240234 124.9709701538086 2.1429687842340943 293.2171630859375 1084.65087890625 1037.3814697265625 76523.0 580.2810363769531 1728.1750122070312 357.2410583496094 31.416976928710938 +sub-10562_ses-V3_task-rest_run-02_bold 0.0008819413092550791 0.01347205986455982 7 42.43018814022628 1.0743005644796388 0.968498869343892 0.4256629792164944 8556.2099609375 0.2097358474419322 96 21.670428893905193 2.402846654530799 2.4398624030485787 2.3919624049519537 2.3767151555918655 0.0104814 0.013667767867445946 0.01600629650056362 443 90 90 60 2.939694876686163 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 75.30341344946494 15.994032859802246 45.2411994934082 11.094808578491211 343672.0 0.02483070082962513 185.28544006347659 120.4536361694336 2.045898231486344 281.90863037109375 1059.96337890625 1013.1354370117188 77019.0 568.0828796386719 1678.3693237304674 344.6374206542969 29.15149688720703 +sub-10563_ses-V1_task-cuff_run-01_bold 0.005542224719101124 0.013461846404494382 5 49.199929022545064 1.1207639867567574 1.0354825538288293 0.472617171186908 4359.908203125 0.3702976422165588 13 2.9213483146067416 2.5287646946064837 2.5099749002625584 2.6468748948226413 2.429444288734252 0.00821356 0.01986958272755146 0.026330124586820602 445 90 90 60 2.8706112854364285 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 42.658337948645794 22.782100677490234 52.496543884277344 16.21123695373535 319128.0 0.024719100445508957 206.1097755432122 126.23592376708984 3.7960795591898195 286.5754089355469 1115.2353515625 1078.1685791015625 96331.0 559.8303527832031 1767.88427734375 375.5865478515625 28.74847412109375 +sub-10563_ses-V1_task-rest_run-01_bold 0.0030519909502262446 0.01326553891402715 8 45.794004254693874 1.1084632246712023 0.9914285210430824 0.47091375006936154 4474.7333984375 0.2781768510361869 172 38.914027149321264 2.5223396985812836 2.500691567298112 2.655604061142442 2.410723467303297 0.0118696 0.018492737784981728 0.027044076472520828 442 90 90 60 2.8998142291729065 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 44.881959534674145 22.527503967285156 51.154937744140625 16.085973739624023 319517.0 0.024886878207325935 199.59548339843752 123.64407348632812 3.7575536729042502 283.1652526855469 1119.3411865234375 1082.994384765625 96210.0 561.3002471923828 1765.7921630859375 373.46832275390625 29.58846092224121 +sub-10564_ses-V1_task-cuff_run-01_bold 0.0015486621315192743 0.014478818707482993 9 46.134634360363656 1.0995368147954543 0.9896745869090912 0.4107875581010686 10508.3935546875 0.397946721505355 13 2.947845804988662 2.413911667798828 2.4533999025106468 2.417137403951589 2.371197696934247 0.0129329 -0.0074754152446985245 0.020774174481630325 441 90 90 60 2.793547939285296 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 8 386.6271686641498 14.046060562133789 29.08979606628418 9.734694480895996 339984.0 0.011337868869304657 109.9455795288086 80.20532989501953 2.247066252435604 276.48675537109375 1038.7113037109375 994.5646362304688 79679.0 511.42131958007815 1684.1054443359349 356.0198059082031 28.373258590698242 +sub-10564_ses-V1_task-cuff_run-02_bold 0.0012577448747152621 0.015102693439635535 11 49.74651315755709 1.102472934360731 0.9813198334931509 0.41083915017730893 10338.505859375 0.4478041349562786 33 7.517084282460137 2.4364575150375756 2.4910540676810715 2.4299290701099605 2.3883894073216942 0.00949772 -0.0070917075499892235 0.02115994319319725 439 90 90 60 2.7553383989094966 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 3 394.4251754008448 14.093165397644043 29.532461166381836 9.861048698425293 339939.0 0.043280184268951416 111.12323684692377 81.41294860839844 2.2980838923794344 281.30279541015625 1042.3621826171875 997.1480712890625 79682.0 506.67473144531255 1697.737896728515 361.8945007324219 27.026689529418945 +sub-10564_ses-V1_task-rest_run-01_bold 0.0032302708803611736 0.012446955575620767 7 43.51050175375568 1.1311564270814485 1.0656404728280544 0.4106803621230638 11455.140625 0.38919422535136106 274 61.8510158013544 2.4051241621177173 2.445308236165514 2.4058707377326196 2.364193512455018 0.017162 -0.007492986973375082 0.01985268108546734 443 90 90 60 2.7792493507940015 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 23 344.40524254078764 13.6747465133667 29.259540557861328 9.458239555358887 340067.0 0.011286681517958641 112.53882751464846 78.00446319580078 2.307483037169992 280.22857666015625 1045.5897216796875 1001.05419921875 79547.0 514.4521545410156 1695.8106079101562 360.1864318847656 30.40575408935547 +sub-10564_ses-V1_task-rest_run-02_bold 0.0012289390519187359 0.016348576930022573 7 57.48773336626695 1.1195904214705892 1.0046439700226246 0.41094353787744686 10147.287109375 0.6002000321979464 351 79.23250564334086 2.452196417298801 2.508716566979227 2.443224902914965 2.4046477820022125 0.0129037 -0.00804118812084198 0.021870799362659454 443 90 90 60 2.73576868283653 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 7 365.720115864879 14.226957321166992 30.02198028564453 9.986455917358398 340200.0 0.04740406572818756 113.04977989196775 82.21824645996094 2.4293704551144844 281.73785400390625 1043.8258056640625 998.2776489257812 79527.0 502.9160430908204 1701.7190429687496 364.8961181640625 25.28887176513672 +sub-10565_ses-V1_task-rest_run-01_bold 0.001024524886877828 0.007260395339366517 8 39.83644556410432 1.0509989368027202 1.009619852857143 0.5536695158899624 410.40203857421875 0.27510841684979387 184 41.6289592760181 2.7322651692073143 2.4441040695466967 3.0011957140765304 2.7514957239987163 0.00406612 -0.01524035818874836 0.11432603001594543 442 90 90 54 2.343751103705406 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 35.91300658415148 5.521185398101807 28.05278778076172 11.789593696594238 270735.0 7.814479827880859 98.9251174926757 46.89107894897461 2.285320157318811 94.34984588623047 275.7313537597656 257.4027404785156 100233.0 132.42217712402345 476.79143066406243 109.82456970214844 33.84967041015625 +sub-10566_ses-V1_task-rest_run-01_bold 0.00046995464852607715 0.006859646326530612 9 40.735634474295445 1.0945498255909096 0.9796252232954541 0.5647054747128296 392.8194274902344 0.11600057708668345 3 0.6802721088435374 2.564747205817264 2.3634124060864288 2.7485457241159392 2.5822834872494234 0.0141048 -0.014125303365290165 0.11704158782958984 441 90 90 54 2.436620230954117 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 28.88142870952554 5.348798751831055 27.94191551208496 11.648526191711426 268930.0 7.791383266448975 106.31519317626953 46.638118743896484 1.1610894009588897 87.9341049194336 263.9774475097656 247.015869140625 102355.0 127.91337814331055 454.48729858398406 101.37593841552734 36.314422607421875 +sub-10569_ses-V1_task-cuff_run-01_bold 0.0017743566591422125 0.006978102550790068 7 43.8379205040045 1.0760350584841625 1.0143532435520366 0.5510472876748704 358.2563781738281 0.2863652380544718 1 0.22573363431151242 2.6357360960362466 2.4082915709697574 2.791279055751202 2.707637661387781 0.0092171 -0.021306447684764862 0.10767555236816406 443 90 90 54 2.160295731743759 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 22.44054394728561 5.890247821807861 25.331584930419922 12.19864559173584 271911.0 7.927765369415283 87.07223510742188 34.623939514160156 1.0342986996244479 98.296875 267.7568054199219 247.60272216796875 99913.0 114.76298522949219 490.1724731445312 114.6146240234375 31.98161506652832 +sub-10569_ses-V1_task-cuff_run-02_bold 0.0009198190045248869 0.007140411968325791 8 45.47340323009073 1.0564406840589566 1.0040291823809524 0.5511895628249263 362.7708740234375 0.33495481446958325 5 1.1312217194570136 2.6296360963601817 2.3997415713095043 2.7790665562364834 2.7101001615345575 0.0137897 -0.019780833274126053 0.10848161578178406 442 90 90 54 2.1740577770846325 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 23.26389913477387 5.792882919311523 25.185911178588867 12.095023155212402 272118.0 7.84615421295166 86.37817039489744 34.56254577636719 0.9951785632568 97.31842041015625 265.22808837890625 245.66969299316406 99823.0 113.93280792236328 484.51607971191356 112.99996948242188 31.138896942138672 +sub-10569_ses-V1_task-rest_run-01_bold 0.0006172072072072073 0.0067912059909909905 6 42.15863682088035 1.039023888261852 0.9788030518510161 0.5492536431043505 360.2916564941406 0.2653297820441428 184 41.44144144144144 2.6694222068538056 2.4361207365305924 2.8329498874286854 2.7391959966021378 0.0126281 -0.02189871482551098 0.10456735640764236 444 90 90 54 2.145348939917796 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 23.058965797786787 5.876981258392334 25.116676330566406 12.222972869873047 271562.0 7.963963985443115 85.89628791809079 34.309303283691406 1.0026669756174575 100.87873840332031 270.3378601074219 250.0979766845703 100340.0 113.85777091979982 495.66454162597654 116.57624816894531 31.93724250793457 +sub-10569_ses-V1_task-rest_run-02_bold 0.0005055203619909502 0.009389310203619909 8 46.2868427960771 1.0271574458956914 0.9769904977324263 0.551259023565385 359.13275146484375 0.35153745256984714 227 51.35746606334842 2.639380540646867 2.4105332375473485 2.790579055779018 2.7170293286142346 0.00507681 -0.01942972093820572 0.10970497876405716 442 90 90 54 2.17238600636889 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 23.811445738464617 5.866677761077881 25.058719635009766 12.074661254882812 272177.0 7.7556562423706055 85.4864273071289 34.50339126586914 1.005712458252268 96.47647094726562 263.44488525390625 244.03167724609375 99857.0 112.49910278320313 480.4520629882812 112.33291625976562 28.98003578186035 +sub-10569_ses-V3_task-cuff_run-01_bold 0.0005129024943310657 0.005269205464852608 9 41.47530722181818 1.0497490583636362 0.9901206490454545 0.5436985459649959 374.8572082519531 0.24610571002207046 0 0.0 2.640412483922647 2.441470736318003 2.796791555532155 2.6829751599177816 0.0115691 -0.019439157098531723 0.10019248723983765 441 90 90 54 2.0832899092530477 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 23.158355050333107 6.175828456878662 25.657407760620117 12.45351505279541 272701.0 7.959183692932129 88.29932403564453 35.95314407348633 1.541986463662126 102.72821044921875 280.8367614746094 258.23016357421875 99356.0 117.95068359375 519.8106384277344 123.95243835449219 35.242454528808594 +sub-10569_ses-V3_task-cuff_run-02_bold 0.001078626126126126 0.005910930292792793 6 42.428457480067706 1.0615301247178321 1.0032456595936792 0.5444554520369668 365.11492919921875 0.2595787489955129 0 0.0 2.6394527618868815 2.441187402995928 2.7897165558132904 2.687454326851427 0.0155659 -0.02064734697341919 0.09987376630306244 444 90 90 54 2.080304967096082 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 22.658470688046826 6.324434280395508 25.712923049926758 12.536036491394043 272487.0 7.9121623039245605 88.27072448730445 35.85624313354492 1.5603780044025717 102.01068878173828 278.91168212890625 256.25787353515625 99444.0 117.34043312072754 517.4818908691404 123.18222045898438 33.7773323059082 +sub-10569_ses-V3_task-rest_run-01_bold 0.0020238826185101583 0.00653415525959368 7 40.899102137714955 1.0532766022624425 1.0148869069457007 0.5423901034243906 386.5718994140625 0.28161624782779654 202 45.598194130925506 2.697824983915775 2.4826082346833456 2.8592040530521055 2.7516626640118753 0.0119964 -0.01995905488729477 0.09726475924253464 443 90 90 54 2.077634756468429 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 22.641477045767605 6.311936855316162 25.770404815673828 12.539504051208496 272228.0 7.796839714050293 88.69898529052733 35.82549285888672 1.5062157540672692 104.32433319091797 283.7335510253906 260.88714599609375 99701.0 118.12190246582031 527.1173706054688 125.56867218017578 32.009857177734375 +sub-10569_ses-V3_task-rest_run-02_bold 0.0009290702947845805 0.008661974829931973 9 44.18785906693181 1.0225810295000013 0.9746160006818179 0.5469122136272834 346.3203125 0.29543616068863554 159 36.054421768707485 2.656416650828394 2.452258235889346 2.8075915551030017 2.7094001614928342 0.00784805 -0.02190488763153553 0.10312920808792114 441 90 90 54 2.0747913104548106 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 21.94585312645535 6.616237640380859 26.079593658447266 12.800454139709473 271991.0 7.918367385864258 89.68593978881836 36.001304626464844 1.598622965216081 101.06236267089844 276.987548828125 254.26644897460938 99784.0 116.34116096496584 515.0031616210937 122.54975891113281 29.771957397460938 +sub-10571_ses-V1_task-cuff_run-01_bold 0.0010254176072234762 0.008491065575620767 7 39.58967630445702 1.0923879967420813 1.0119631269909504 0.49614749072406833 3344.214111328125 0.17609962876209476 0 0.0 2.496841085840097 2.5095999002774594 2.556895731731425 2.4240276255114073 0.0131216 0.019134335219860077 0.02786179818212986 443 90 90 60 2.0391639530105685 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 56.05913916305237 26.529544830322266 65.64794158935547 19.101579666137695 294776.0 0.09706546366214752 285.51580810546875 145.75250244140625 5.762121936780417 394.5262145996094 1253.8590087890625 1127.1490478515625 117849.0 620.7959716796875 2285.5562499999987 552.7482299804688 32.71781921386719 +sub-10571_ses-V1_task-cuff_run-02_bold 0.0012833408577878104 0.009564219029345372 7 41.75751047006786 1.1018180523755658 1.0006078889140273 0.4972981357753964 3227.908203125 0.20168285463949379 1 0.22573363431151242 2.4969758078293096 2.508087400337561 2.5576665650341286 2.42517345811624 0.0149638 0.01886511780321598 0.029389947652816772 443 90 90 60 2.046902956070501 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 54.3851618574502 26.91776466369629 65.44358825683594 19.331829071044922 294460.0 0.056433409452438354 285.98261108398424 143.7010955810547 5.827070172731695 388.58575439453125 1245.7080078125 1119.447021484375 118085.0 618.4121826171876 2256.9437011718746 546.8956298828125 31.658906936645508 +sub-10571_ses-V1_task-rest_run-01_bold 0.0013243566591422122 0.00931637237020316 7 38.37188969699094 1.0666194589592761 1.0248109000226253 0.49646854374801286 3438.284912109375 0.17799153308380647 41 9.255079006772009 2.5100049693357076 2.515412400046492 2.5660623980338415 2.44854010992679 0.0115334 0.020041154697537422 0.029199732467532158 443 90 90 60 2.0482273568827294 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 53.04626234557925 26.44587516784668 64.65034484863281 18.972911834716797 294301.0 0.07223476469516754 278.4920959472656 143.13662719726562 5.732494169863559 392.85284423828125 1254.2149658203125 1128.063232421875 118347.0 620.3112976074219 2276.1844238281246 550.7486572265625 31.276430130004883 +sub-10571_ses-V1_task-rest_run-02_bold 0.0013896846846846848 0.009513745157657657 6 41.08690160659143 1.0978975664559816 1.0295521127313767 0.4975073925947351 3207.671142578125 0.20485302439187159 82 18.46846846846847 2.5098355293161876 2.5210665664884817 2.582137397395078 2.4263026240650025 0.0151446 0.020374720916152 0.029185844585299492 444 90 90 60 2.0484480452532656 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 50.01507644509097 26.847122192382812 65.22207641601562 19.34910011291504 294588.0 0.13063062727451324 284.37882995605406 142.29141235351562 5.313867309024783 388.8758544921875 1231.862060546875 1108.6025390625 118268.0 603.7546478271485 2243.1791137695304 541.1891479492188 30.95384407043457 +sub-10572_ses-V1_task-rest_run-01_bold 0.0011644018058690746 0.007708491738148984 7 36.478281776289585 1.0461185865837106 1.003575992375565 0.5364093176718646 532.0365600585938 0.20042153245401106 91 20.54176072234763 2.6508985976017247 2.3891540717302138 2.7904332224514796 2.7731084986234804 0.00687006 -0.016692522913217545 0.11411897093057632 443 90 90 54 2.441359910990428 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 32.88583312392825 4.089705944061279 23.834434509277344 10.618510246276855 280654.0 7.654627799987793 85.9835220336913 36.90159606933594 1.0948080103380446 93.5545425415039 278.4918212890625 261.1512451171875 93680.0 132.61614379882812 479.45542907714855 106.96900939941406 35.02821731567383 +sub-10572_ses-V3_task-cuff_run-01_bold 0.002989387755102041 0.011402099954648528 9 42.83900463356816 1.0192066687727277 0.9918516155681814 0.5466247643928318 458.2243957519531 0.3308302944636456 30 6.802721088435374 2.642540264170595 2.360508239535163 2.8069873884603425 2.76012516451628 0.0174268 -0.028198808431625366 0.11153313517570496 441 90 90 54 2.3972688531973994 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 28.410431165904466 5.247941017150879 25.691864013671875 11.571428298950195 275095.0 7.748299598693848 92.93492202758787 38.27975082397461 1.293476773233965 94.32678985595703 281.6297912597656 263.00225830078125 97310.0 134.87754821777344 488.801368713379 109.70855712890625 29.223161697387695 +sub-10572_ses-V3_task-cuff_run-02_bold 0.0030043820224719105 0.017852566988764047 5 50.99285124436933 0.9861284404054065 0.964508363648649 0.5491379130981526 424.7101135253906 0.45804856826245693 61 13.707865168539326 2.676249984653604 2.406987404354914 2.873708219142428 2.748054330463469 0.0299008 -0.027204366400837898 0.11355391889810562 445 90 90 54 2.4157776898757355 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 26.85837326268411 5.610567092895508 25.75193214416504 11.761797904968262 274667.0 7.640449523925781 93.08022689819332 37.64645004272461 1.1673263417724433 92.19952392578125 277.22705078125 258.3393249511719 97550.0 133.4212364196777 479.15854797363295 106.93782043457031 23.027812957763672 +sub-10572_ses-V3_task-rest_run-01_bold 0.001861123595505618 0.00877376633707865 5 38.81233713209459 1.0254009853378379 0.9924081138513521 0.5441615228316378 479.23876953125 0.24472701822567586 105 23.59550561797753 2.6249763749996053 2.350620739928057 2.793779055651861 2.7305293294188977 0.0148636 -0.02703317254781723 0.1083948165178299 445 90 90 54 2.3922545129265402 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 29.49911425477987 4.834283351898193 25.134584426879883 11.298876762390137 274901.0 7.817977428436279 90.42921447753906 38.13325119018555 1.287650946780576 96.19424438476562 284.6374816894531 266.0292053222656 97318.0 135.2107894897461 495.0755081176758 111.20381927490234 32.656776428222656 +sub-10572_ses-V3_task-rest_run-02_bold 0.00197255079006772 0.011570761828442439 7 45.35431427753395 1.0395991697285065 0.9970749890271494 0.5503878653753109 423.486083984375 0.3665130833105771 206 46.50112866817156 2.632006930981665 2.352949906502171 2.791224889086688 2.751845997356136 0.0108836 -0.027409859001636505 0.1129130870103836 443 90 90 54 2.3841389019928525 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 25.78181300530698 5.5488810539245605 26.153051376342773 11.77652359008789 275049.0 7.799097061157227 94.83160705566385 38.35624694824219 1.2859992801632334 93.20316314697266 278.0128173828125 258.7607421875 97415.0 133.17923278808593 483.1810546875 108.53369903564453 28.79499053955078 +sub-10573_ses-V1_task-cuff_run-01_bold 0.0008464785553047405 0.006234973972911964 7 39.471080451900455 1.0981368821266975 1.029044878552037 0.4659941286656289 2468.336669921875 0.1475646006606643 0 0.0 2.5336757173470112 2.52269156642391 2.6079790630348896 2.4703565225822346 0.0167928 0.03705916926264763 0.025930237025022507 443 90 90 60 1.997430583702954 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 47.962930004531394 31.131301879882812 68.12569427490234 22.34988784790039 318477.0 0.031602710485458374 280.8758544921876 150.86837768554688 3.4925621084814233 390.2255554199219 1247.371826171875 1110.316162109375 98216.0 591.8211059570312 2356.8511352539062 555.869384765625 35.033409118652344 +sub-10573_ses-V1_task-cuff_run-02_bold 0.0009629090909090909 0.007053916909090909 10 41.55395223656039 1.0984760731207281 0.9914537331890664 0.46760190786268 2355.276611328125 0.18163240442091896 0 0.0 2.542697945074611 2.5280165662123135 2.6120123962079527 2.488064872803567 0.0123807 0.0374276228249073 0.026410745456814766 440 90 90 60 1.9967145528655421 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 47.13841631629252 31.714210510253906 68.71980285644531 22.906818389892578 318069.0 0.06818181276321411 283.61362304687475 150.34519958496094 3.6066846032091417 384.73193359375 1239.8203125 1103.611328125 98547.0 584.7615539550782 2335.1040283203124 552.7108154296875 33.06422424316406 +sub-10573_ses-V1_task-rest_run-01_bold 0.0012116968325791855 0.007940374321266968 8 42.04166867328801 1.1030689216099778 1.0569008693650792 0.465522231001977 2528.046630859375 0.19726379486564177 81 18.32579185520362 2.553200728261681 2.5322832327094384 2.621658229157995 2.5056607229176104 0.022039 0.035341985523700714 0.02455815114080906 442 90 90 60 1.9988092225507388 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 48.47955830376552 31.302364349365234 67.38996124267578 22.524887084960938 318150.0 0.05882353335618973 274.57941894531245 147.51077270507812 3.599921518635637 389.97467041015625 1256.978271484375 1118.683349609375 98506.0 594.5814819335938 2363.1771850585938 559.6720581054688 30.904930114746094 +sub-10573_ses-V1_task-rest_run-02_bold 0.0007509706546275396 0.005648415146726863 7 40.88823691312223 1.10982516158371 0.9913792914027154 0.4670442106238187 2453.219970703125 0.1542542495853919 13 2.9345372460496613 2.5221882153420303 2.5147999000708303 2.5888415637953455 2.4629231821599156 0.015693 0.03706679493188858 0.026087259873747826 443 90 90 60 1.9766516894914976 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 46.2659995475015 31.308677673339844 70.23872375488281 22.327314376831055 318433.0 0.015801355242729187 294.0559936523428 154.53041076660156 3.5992034284061587 388.2980041503906 1247.6942138671875 1107.6163330078125 98205.0 588.93681640625 2366.107861328125 560.346923828125 36.65055465698242 +sub-10573_ses-V3_task-cuff_run-01_bold 0.0009326696832579187 0.006242680588235295 8 40.33056247043084 1.1241203656235823 1.015386162993197 0.46318194595522627 3445.3896484375 0.152923259021796 0 0.0 2.4859174702531224 2.3820124053473313 2.626999895612403 2.448740109799633 0.00584262 0.03804781287908554 0.013116739690303802 442 90 90 60 2.073141395381709 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 55.47016225018622 23.423107147216797 56.18693161010742 16.841629028320312 316338.0 0.009049774147570133 233.9587272644039 139.38893127441406 5.158476396562653 323.7440185546875 1114.3741455078125 999.55322265625 99878.0 549.0582641601563 2044.4581787109369 482.141845703125 37.552730560302734 +sub-10573_ses-V3_task-cuff_run-02_bold 0.0007905215419501135 0.0061561588662131525 9 41.93227906679547 1.1273594098181823 1.0101169365681824 0.46341275965038137 3389.7529296875 0.18187050536660185 0 0.0 2.4886952476216706 2.388029071774917 2.627812395580117 2.4502442755099767 0.00295129 0.03876124694943428 0.012836229987442493 441 90 90 60 2.0707693869899577 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 55.34629844437376 23.592205047607422 56.44303512573242 17.007938385009766 316512.0 0.01814058981835842 235.3446807861328 139.5133819580078 5.087250513294695 323.4998474121094 1110.3363037109375 995.4694213867188 99781.0 546.9274291992188 2042.0203857421875 480.7220153808594 36.86861038208008 +sub-10573_ses-V3_task-rest_run-01_bold 0.0012611617312072892 0.008964524350797266 11 42.148724464429236 1.094073074292238 0.9810559713470312 0.46343137452081334 3346.317138671875 0.19870486548821925 82 18.678815489749432 2.5125757966171864 2.3958582381304807 2.6633832274999927 2.478485924221087 0.00518681 0.03646906837821007 0.013165938667953014 439 90 90 60 2.074974812748608 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 53.60751101882884 23.64396095275879 55.57948303222656 17.161731719970703 315831.0 0.027334854006767273 229.9123077392578 135.58932495117188 5.244980914317134 324.34539794921875 1117.2249755859375 1002.7767944335938 100159.0 549.9884155273437 2047.4037353515616 483.2693786621094 33.022605895996094 +sub-10573_ses-V3_task-rest_run-02_bold 0.0005306136363636364 0.005639940022727273 10 40.475378605375944 1.109733308519362 0.9908005606833717 0.4636024922521693 3429.609375 0.15151876964812516 23 5.2272727272727275 2.4836896942642555 2.38420823859341 2.6266790622918186 2.440181781907538 0.00365669 0.038451120257377625 0.012465628795325756 440 90 90 60 2.0608741096349728 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 53.09920843191778 23.425113677978516 57.02347946166992 16.80908966064453 316389.0 0.004545454401522875 239.654541015625 140.15325927734375 5.02712806825477 325.76812744140625 1110.6453857421875 995.8238525390625 99738.0 544.772705078125 2044.1768676757806 483.2021789550781 38.61172866821289 +sub-10576_ses-V1_task-rest_run-01_bold 0.002373122171945701 0.008461755791855204 8 32.838215194195 1.019392689024943 1.0316787990476182 0.5552097594940624 403.772216796875 0.1404148271550068 20 4.524886877828054 2.7633499811947684 2.529649899480744 3.012279046969452 2.748120997134109 0.00343237 -0.029458260163664818 0.12533128261566162 442 90 90 54 2.434525200924716 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 7 22.362206129740528 6.222233295440674 30.28016471862793 12.242081642150879 279771.0 7.502262592315674 117.48303604125977 47.1294059753418 1.5276386597642384 98.02616882324219 273.4624328613281 263.3122253417969 92791.0 114.76584243774414 462.9932403564453 108.15694427490234 35.18356704711914 +sub-10578_ses-V1_task-rest_run-01_bold 0.0006722747747747749 0.007095846126126126 6 38.632096516568865 1.060333077178329 0.9814484137246057 0.5141182178532914 534.5003662109375 0.14235063914394322 16 3.6036036036036037 2.743966655497369 2.3914040716408067 2.885037385358914 2.955458509492388 0.00549722 -0.012832206673920155 0.0680021420121193 444 90 90 54 2.5855879626256626 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 52.249257265727735 3.6330440044403076 19.569421768188477 10.11486530303955 290870.0 7.454955101013184 59.21745700836179 30.019372940063477 0.6881629232529178 83.70358276367188 263.3793029785156 248.72747802734375 84078.0 126.70326690673829 442.2938278198242 96.19707489013672 34.70950698852539 +sub-10580_ses-V1_task-cuff_run-01_bold 0.0004446049661399549 0.004812520564334085 7 33.615880793665156 1.0336847142081445 0.9996346302488683 0.5408395714454763 367.80450439453125 0.13793450146687258 0 0.0 2.6561430371170025 2.4124832374698624 2.9253998837550528 2.630545990126093 0.00885323 -0.015762854367494583 0.06935020536184311 443 90 90 54 2.716803164561661 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 25.64372711422133 6.623182773590088 24.144805908203125 12.751693725585938 284781.0 7.8577880859375 81.30248260498047 32.669097900390625 0.7685302219922949 86.08128356933594 268.2804870605469 259.6636657714844 88931.0 124.35327911376953 438.9187469482422 95.57637786865234 39.05056381225586 +sub-10580_ses-V1_task-cuff_run-02_bold 0.0007997297297297298 0.005660852792792793 6 33.788651744288956 1.0322514107674938 1.0025287843340849 0.5424387600478217 355.8170471191406 0.1429577388111937 0 0.0 2.660931926088096 2.4153707373551234 2.9286498836259094 2.6387751572832556 0.0107167 -0.01632574386894703 0.06973113119602203 444 90 90 54 2.7097189862974465 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 24.287844559640813 6.795259952545166 24.3160343170166 12.921171188354492 284558.0 7.918919086456299 82.19628334045402 32.43843460083008 0.8276327707557529 85.39491271972656 267.6337890625 258.9087829589844 89178.0 124.45720672607422 438.02703857421875 95.54766845703125 37.53385925292969 +sub-10580_ses-V1_task-rest_run-01_bold 0.00039639639639639637 0.005266021058558557 6 33.61436074033859 1.0318635356659143 0.9885565892099321 0.5396352631737095 374.8707580566406 0.11643134604331015 12 2.7027027027027026 2.666643037109138 2.4204165704879537 2.936604049976506 2.642908490862955 0.0156739 -0.015545926056802273 0.06919270753860474 444 90 90 54 2.72786777911116 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 24.587415045393552 6.5348029136657715 23.98590660095215 12.698198318481445 285028.0 7.862612724304199 80.7409896850586 32.276634216308594 0.6874330244188647 86.81070709228516 269.3670959472656 260.97412109375 88678.0 125.39729957580568 439.6662261962889 95.66909790039062 39.00462341308594 +sub-10580_ses-V1_task-rest_run-02_bold 0.0014212134831460674 0.00931869220224719 5 33.193390721734225 0.9896861412162149 0.988186032860361 0.5430917023765037 353.2425842285156 0.15346284003115573 57 12.808988764044944 2.715205536852921 2.4479457360607095 3.0042248806228287 2.693445993875225 0.0102562 -0.015293640084564686 0.07174520194530487 445 90 90 54 2.7049611205080994 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 24.30246022757567 6.823302268981934 24.23843002319336 12.87865161895752 283860.0 7.838090109825136 80.62719306945796 32.20542907714844 0.7670934262412628 84.53165435791016 264.3857421875 255.13034057617188 89737.0 122.50112457275391 432.59550170898433 94.31888580322266 32.295501708984375 +sub-10580_ses-V3_task-cuff_run-01_bold 0.001658539325842697 0.009206651640449436 5 36.9657265088964 0.9985185999324326 0.9853450859909906 0.538864089797438 376.5682678222656 0.24850084533884945 12 2.696629213483146 2.6972430374569973 2.428424903503064 2.9731707151901436 2.6901334936777848 0.0102668 -0.0059550548903644085 0.06813277304172516 445 90 90 54 2.7572630814312697 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 23.89484726290262 6.670042991638184 25.154401779174805 12.82921314239502 288160.0 7.912359714508057 87.42472076416016 34.82279968261719 0.6241538211301791 87.4402084350586 271.8210144042969 263.6719055175781 85935.0 126.62719039916993 441.536865234375 95.62757110595703 31.93083953857422 +sub-10580_ses-V3_task-cuff_run-02_bold 0.006754327485380116 0.011907102690058478 5 44.03672043299999 1.0444709671764707 1.0198604529411763 0.5408837944046228 355.8049621582031 0.3381472363624264 11 6.432748538011696 2.7065749814643962 2.446029069470204 2.98556238136441 2.6881334935585754 0.0132145 -0.005677255801856518 0.06562823057174683 171 90 90 54 2.7268015018847334 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 24.810016477931114 7.135564804077148 25.659408569335938 13.263157844543457 287045.0 7.970760345458984 88.61286621093743 35.325408935546875 0.7366252604657584 89.03416442871094 274.4199523925781 266.1812744140625 86700.0 127.05234260559082 448.0541046142579 97.61610412597656 28.753089904785156 +sub-10580_ses-V3_task-rest_run-01_bold 0.0008881489841986458 0.00674190677200903 7 32.306391086085945 1.0090361985746594 0.9939204819230772 0.536675792263739 393.01971435546875 0.14924798246150914 26 5.8690744920993225 2.6723416483711646 2.4121999041477875 2.950520716090174 2.654304324875533 0.00782023 -0.0063257222063839436 0.06990860402584076 443 90 90 54 2.759574263649377 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 24.557414401010508 6.30858850479126 24.86707305908203 12.56433391571045 288463.0 7.907674980163575 86.57110595703125 34.99587631225586 0.5618829498830933 88.01570892333984 271.8798522949219 264.1083679199219 85781.0 125.53950500488281 441.5643310546875 95.70564270019531 36.309730529785156 +sub-10580_ses-V3_task-rest_run-02_bold 0.006158120805369127 0.01261652097315436 6 43.70559466326599 1.0787334949494953 1.042694733535354 0.543166506250844 342.2964782714844 0.36980255586550315 97 32.5503355704698 2.710429148205845 2.4515832359161682 2.984687381399179 2.6950168273021875 0.0100603 -0.004685640800744295 0.06692438572645187 298 90 90 54 2.7207254752113874 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 23.159760197213252 7.378184795379639 25.977638244628906 13.409396171569824 286965.0 7.899328708648682 90.40939331054688 35.71146011352539 0.7199347240699914 87.97600555419922 272.319091796875 263.644287109375 86637.0 126.21006774902344 444.5107421874999 96.90164184570312 28.328033447265625 +sub-10582_ses-V1_task-cuff_run-01_bold 0.0003832426303854875 0.008736219047619048 9 34.964598213318226 1.000926109227273 0.9944136291590906 0.564823989969668 257.94580078125 0.11864030216873246 0 0.0 2.6147069259153253 2.3638332394030392 2.902199884676938 2.5780876536659987 0.00698977 -0.0423867404460907 0.1546199917793274 441 90 90 54 2.132808807556594 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 22.559816010137528 7.57438325881958 33.134822845458984 13.634921073913574 280416.0 8.097505569458008 133.72392654418945 50.740684509277344 2.929352270416196 89.8756103515625 255.51512145996094 235.7244873046875 92494.0 112.76938705444337 462.926998901367 110.52243041992188 35.621578216552734 +sub-10582_ses-V1_task-cuff_run-02_bold 0.0006813800904977375 0.007401815384615385 8 34.94079745546485 1.0160051821768705 1.0102952308843536 0.5645790584388687 260.77166748046875 0.12457386678601902 0 0.0 2.595022204131473 2.3453457401376667 2.8720165525429824 2.5677043197137706 0.00798307 -0.04115947708487511 0.15451397001743317 442 90 90 54 2.1428268502349344 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 23.393524306206924 7.406301975250244 32.89726257324219 13.511312484741211 280397.0 8.083710670471191 133.3013580322266 50.68896484375 2.9304146746042914 89.02490997314453 254.38827514648438 234.77264404296875 92440.0 112.70306282043457 460.55669250488285 109.5615234375 36.12639617919922 +sub-10582_ses-V1_task-rest_run-01_bold 0.00030197278911564627 0.00869696619047619 9 34.68383330447722 0.9802773615454544 0.9769504189545459 0.5640957890318473 260.5141296386719 0.10836549872284816 1 0.22675736961451248 2.635476370158935 2.3780707388372924 2.9314123835161374 2.5969459881233763 0.00447636 -0.0438384972512722 0.1549573689699173 441 90 90 54 2.124513419976587 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 22.12338668646567 7.507144451141357 33.14979553222656 13.61451244354248 280120.0 8.122448921203613 134.5150802612304 50.9239616394043 2.8791250148461787 91.40025329589844 256.6142272949219 236.84466552734375 92770.0 111.29161148071289 465.16144866943364 111.48123931884766 34.72840881347656 +sub-10582_ses-V1_task-rest_run-02_bold 0.0019465681818181817 0.0074843413636363635 10 34.82178021145784 1.0067715085876994 1.0104853201366737 0.5652176766214004 260.2563171386719 0.12060332128716039 12 2.727272727272727 2.601574981792084 2.351670739886334 2.881024885518357 2.5720293199715605 0.00475022 -0.038752924650907516 0.1473102867603302 440 90 90 54 2.1378735621200335 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 19.084685566629695 7.375946521759033 32.399879455566406 13.44772720336914 280321.0 8.081817626953125 130.86817932128906 48.508338928222656 2.952471714960513 88.55516815185547 253.51467895507812 233.95907592773438 92619.0 111.9586296081543 459.7254302978511 109.43482208251953 34.84033203125 +sub-10582_ses-V3_task-cuff_run-01_bold 0.0017335440180586909 0.013399087065462754 7 33.73914348384614 0.9404660296380095 0.9512563192760181 0.5496083362471186 359.0992431640625 0.12285661304342405 0 0.0 2.6184166488313623 2.3695915725075576 2.882166552139658 2.603491821846872 0.025459 -0.02510269545018673 0.15210554003715515 443 90 90 54 2.1901090720988137 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 25.354443975415737 5.739645957946777 29.965560913085938 11.902935028076172 284299.0 7.790067672729492 119.04063415527344 47.255001068115234 3.1745513883078305 87.99897003173828 258.7387390136719 239.3227996826172 89676.0 116.15914344787598 461.13658905029297 109.27376556396484 27.809885025024414 +sub-10582_ses-V3_task-cuff_run-02_bold 0.002173136363636363 0.011109415318181819 10 37.140258085125254 0.9876482089066057 0.9883693356264233 0.5477730266006934 382.4623718261719 0.1784677383594566 6 1.3636363636363635 2.5884402605075034 2.3362082405007585 2.8445290536352377 2.584583487386514 0.00573903 -0.021297940984368324 0.1537047177553177 440 90 90 54 2.2120116094698354 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 26.363483286999465 5.125085353851318 29.248998641967773 11.440908432006836 285611.0 7.797727108001709 116.11363220214844 46.44131851196289 3.061759470784252 86.0549545288086 255.30665588378906 236.29998779296875 88755.0 115.53181686401366 453.6611297607422 106.82523345947266 31.03022003173828 +sub-10582_ses-V3_task-rest_run-01_bold 0.00466077097505669 0.008922170136054421 9 35.491131505159125 1.0157009495227276 1.0146859300909088 0.5490300841090772 347.5668029785156 0.13541261212260236 24 5.442176870748299 2.617858314925687 2.3782457388303384 2.8897915518366677 2.585537654110053 0.0130824 -0.028876110911369324 0.14957743883132935 441 90 90 54 2.126741993659835 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 8 24.785456792137733 5.83963680267334 30.473445892333984 12.131519317626953 283631.0 7.99092960357666 122.57029724121094 48.131290435791016 3.4238720929464828 90.80518341064453 262.44140625 242.47845458984375 90313.0 113.9219985961914 475.082550048828 114.01341247558594 32.004058837890625 +sub-10582_ses-V3_task-rest_run-02_bold 0.004116531531531532 0.012537690337837838 6 36.94875365404064 1.0393529205191867 1.0344698813769746 0.5493467500543272 367.6092224121094 0.16362023253210375 38 8.558558558558559 2.56655692697306 2.325958240908057 2.8214623878851577 2.5522501521259637 0.0122754 -0.02334827370941639 0.15703119337558746 444 90 90 54 2.209089765725187 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 26.534701034831247 5.265909194946289 29.267255783081055 11.520270347595215 285135.0 7.799549579620361 116.21239089965817 46.27879333496094 3.1453981924706733 86.10614776611328 255.18380737304688 236.12388610839844 88944.0 116.71047782897949 454.2640884399413 106.88681030273438 31.369539260864258 +sub-10583_ses-V1_task-cuff_run-01_bold 0.0007795475113122174 0.007604958484162896 8 42.20351234335601 1.0408563592063496 0.9855326795464859 0.5489584633783259 422.17022705078125 0.22982415290449146 1 0.22624434389140272 2.9187013669790836 2.7124290588844198 3.2028873727286906 2.84078766932414 0.00337898 -0.04435282573103905 0.1342916637659073 442 90 90 54 1.9227670294433972 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 43.61968212789805 4.524955749511719 25.54698371887207 11.239819526672363 264668.0 8.049774169921875 88.58145141601562 37.17658615112305 7.262587265172256 103.0140380859375 278.4511413574219 252.48870849609375 105486.0 125.25509834289551 510.73304748535156 131.31466674804688 31.546905517578125 +sub-10583_ses-V1_task-cuff_run-02_bold 0.0016325225225225226 0.00911314481981982 6 45.237301062212204 1.0387284556659144 0.9878766967268613 0.5499375073993252 408.34063720703125 0.2715773911316152 4 0.9009009009009009 2.935738866871216 2.728087391595547 3.2211540386695052 2.857975170348595 0.00758538 -0.045094020664691925 0.1338539719581604 444 90 90 54 1.914782959495844 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 40.24730663930161 4.644819259643555 25.62790870666504 11.36486530303955 264101.0 8.096846580505371 88.45720672607422 36.9145622253418 7.344451246875325 102.12090301513672 277.2618103027344 251.03041076660156 105974.0 124.31373977661133 508.95486145019504 131.10061645507812 29.001976013183594 +sub-10583_ses-V1_task-rest_run-01_bold 0.0011286455981941311 0.006388496207674944 7 41.00667366599548 1.0545983109502264 0.9925362384841627 0.5477825760314603 427.75543212890625 0.19852948919300853 97 21.896162528216703 2.9203763667479223 2.7283707249176214 3.196941539631623 2.835816835694522 0.00923724 -0.044476062059402466 0.1330765336751938 443 90 90 54 1.9051922875818457 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 53.23582930337085 4.474580764770508 25.530838012695312 11.212189674377441 264540.0 8.047404289245605 89.0953746795653 37.58345031738281 7.29955027618772 104.1402587890625 280.21929931640625 253.71783447265625 105654.0 125.14819641113282 515.1669403076169 133.171142578125 33.23835754394531 +sub-10583_ses-V1_task-rest_run-02_bold 0.0032175056689342403 0.007282306439909296 9 42.83807836897731 1.086561665818181 1.0318908372272735 0.5498191626680363 410.70574951171875 0.21292383584433175 107 24.263038548752835 2.905424977839303 2.711624892249708 3.1873707066786006 2.8172793345896006 0.00889294 -0.04542509466409683 0.13454602658748627 441 90 90 54 1.9282592574266006 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 15 39.651105603117 4.780636310577393 25.754791259765625 11.43537425994873 264320.0 8.065759658813477 89.56938743591304 37.13411331176758 7.210059995683295 101.13297271728516 276.17071533203125 250.53968811035156 105903.0 122.85963973999023 506.2757354736328 129.9298858642578 30.728755950927734 +sub-10583_ses-V3_task-cuff_run-01_bold 0.0006603386004514673 0.006218517765237021 7 44.61050233803165 1.1122144530090488 1.0013699929411768 0.5567298242414825 406.01898193359375 0.200545373988979 1 0.22573363431151242 2.809866647408357 2.60388322986431 3.035458212715061 2.7902584996457 0.00628759 -0.046317532658576965 0.12730184197425842 443 90 90 54 2.1039705187601867 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 42.87016092749765 4.782480239868164 25.641332626342773 11.329571723937988 265421.0 7.914221286773682 90.24830627441406 39.38998031616211 5.631610405933262 97.42001342773438 270.5003967285156 248.85440063476562 105042.0 127.7185115814209 478.6039642333984 118.27790069580078 35.21882247924805 +sub-10583_ses-V3_task-cuff_run-02_bold 0.001983806306306306 0.007661828198198198 6 44.90571634702032 1.111417609616253 1.018582001264108 0.5579494229708464 399.3658752441406 0.21005588782606965 0 0.0 2.8282569251412384 2.615641562730409 3.058158211813044 2.8109710008802615 0.00546348 -0.04828299954533577 0.13075850903987885 444 90 90 54 2.0908569190756827 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 41.44603600827483 4.885242462158203 26.01945686340332 11.398649215698242 265428.0 7.907657623291016 91.26351928710938 39.7977180480957 5.592214954593542 96.97855377197266 268.9244689941406 246.9898681640625 105252.0 126.44369506835938 477.41588592529286 118.12797546386719 33.00359344482422 +sub-10583_ses-V3_task-rest_run-01_bold 0.0008537246049661399 0.007354932031602708 7 44.37444038733031 1.1021468597058826 0.994791999049774 0.5554495184165296 424.8947448730469 0.20562280577555433 120 27.08803611738149 2.8297916474211333 2.6128998961726864 3.061920711663536 2.8145543344271777 0.00586147 -0.045326072722673416 0.12539580464363098 443 90 90 54 2.107458638322833 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 42.76626254105519 4.62518310546875 25.590707778930664 11.209932327270508 265501.0 7.920993328094482 89.38375091552734 39.536354064941406 5.505123967723831 98.54119873046875 271.9900207519531 250.49436950683594 105133.0 127.80045318603516 480.2857971191404 118.86030578613281 34.01488494873047 +sub-10583_ses-V3_task-rest_run-02_bold 0.000638445945945946 0.0066510325 6 45.668673685304746 1.1150173812866817 0.9917280743566587 0.5577451902045057 390.8865051269531 0.1958328975767304 92 20.72072072072072 2.790115258362509 2.5901957304082024 3.018333213395547 2.761816831283778 0.00796511 -0.046336203813552856 0.12740468978881836 444 90 90 54 2.111713146328294 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 42.31416500042902 4.8985981941223145 25.442440032958984 11.407657623291016 265475.0 7.871621608734131 88.51937103271479 38.81932830810547 5.453118396616347 96.48603820800781 267.21612548828125 245.91441345214844 105031.0 126.35135650634766 471.82545471191406 116.45201110839844 34.67491912841797 +sub-10584_ses-V1_task-cuff_run-01_bold 0.001402708803611738 0.012257872799097066 7 44.447207463800915 1.0450307962443441 1.0045991114705886 0.545050188311451 463.8652038574219 0.34929978331655853 6 1.3544018058690745 2.819255540239707 2.5183332332637614 3.0188498800416834 2.920583507413676 0.00688072 -0.02170743979513645 0.11914610862731934 443 90 90 54 2.640805353724748 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 34.26379521473967 3.564270257949829 23.786470413208008 10.316027641296387 282343.0 7.688487529754639 82.73340911865226 37.50828170776367 0.7273708705979689 79.89820098876953 247.73126220703125 236.03048706054688 91084.0 120.07596015930177 412.6650207519528 89.37773132324219 28.386474609375 +sub-10584_ses-V1_task-cuff_run-02_bold 0.0012331910112359551 0.016350453325842697 5 42.320064149346834 1.0115618814639642 0.9746046264189193 0.5452061623473092 445.9757995605469 0.2561145569904319 2 0.449438202247191 2.8658013748629294 2.5350123992676576 3.046999878923103 3.0153918463980265 0.00848949 -0.01814308576285839 0.1094992384314537 445 90 90 54 2.627722652929573 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 5 33.11196551657102 3.9247307777404785 23.467525482177734 10.597752571105957 282349.0 7.802247047424316 80.39011383056635 34.98501968383789 0.7433253845598644 79.97720336914062 247.38905334472656 235.54832458496094 91127.0 119.4604507446289 414.01304626464844 89.63922882080078 24.291170120239258 +sub-10584_ses-V1_task-rest_run-01_bold 0.0013059684684684687 0.01316137822072072 6 41.35638729972907 1.0245252800225737 0.9867449310383742 0.5433236171236981 468.0898132324219 0.24794302767221793 141 31.756756756756758 2.867758319134547 2.539837399075929 3.050916545434135 3.012521012893578 0.00467487 -0.01983729749917984 0.11113350093364716 444 90 90 54 2.616283064910333 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 35.99155409888043 3.6898093223571777 23.221485137939453 10.373873710632324 282309.0 7.6666669845581055 79.76351165771484 35.598873138427734 0.7389050639238306 81.18584442138672 249.46466064453125 237.9166717529297 91165.0 118.88694152832032 417.9959655761719 90.9364013671875 27.81675910949707 +sub-10584_ses-V1_task-rest_run-02_bold 0.0005429213483146068 0.012969002674157303 5 40.967113804166665 1.0010225351801798 0.9695074046171167 0.5460563458948062 446.0639343261719 0.24578451049570843 143 32.13483146067416 2.846824986125839 2.5181748999367195 3.02509571312683 2.997204345313967 0.00548769 -0.01857343129813671 0.1111963540315628 445 90 90 54 2.6130509025853548 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 32.00622214254567 3.724829912185669 23.364267349243164 10.453932762145996 282268.0 7.732584476470947 81.60370712280266 34.86711120605469 0.7632465562834514 79.795654296875 245.9358367919922 234.19888305664062 91110.0 117.76955223083496 412.36181640625 89.62611389160156 27.137468338012695 +sub-10584_ses-V3_task-cuff_run-01_bold 0.0005056179775280898 0.012239527573033707 5 38.59497080202707 0.9984702391666669 0.9684689628603597 0.5400127498982483 483.84539794921875 0.23399689614957658 0 0.0 2.824294430274302 2.5244457330208725 2.9872082146323438 2.96122934316969 0.0109658 -0.022920293733477592 0.1115562915802002 445 90 90 54 2.636831277619389 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 41.53305358303582 3.471621036529541 22.89638900756836 10.231460571289062 283805.0 7.7258429527282715 79.10157318115223 35.8681526184082 0.735599232953366 81.294921875 250.9761962890625 239.2584228515625 89898.0 120.76550559997558 418.3834991455077 90.7365951538086 28.84164047241211 +sub-10584_ses-V3_task-cuff_run-02_bold 0.0005524719101123596 0.016382102696629215 5 39.1603540041892 0.9907433695045048 0.9608105488963959 0.5410713156671214 467.7181091308594 0.23077079226845873 3 0.6741573033707865 2.860913874884536 2.546862398796781 3.025699879769489 3.0101793460873374 0.0115014 -0.023481229320168495 0.11048319935798645 445 90 90 54 2.6325997053382935 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 40.104793473395254 3.684849977493286 22.906566619873047 10.377528190612793 283258.0 7.7348313331604 77.32112274169874 35.024559020996094 0.7325676746817824 81.1333236694336 250.31454467773438 238.48651123046875 90194.0 120.94483070373536 418.0623718261718 90.5892333984375 25.76171875 +sub-10584_ses-V3_task-rest_run-01_bold 0.0008881348314606742 0.009004301348314607 5 38.953749149819814 1.0460733226576584 1.0008488511036047 0.5374619718883582 502.7259521484375 0.21338021669077534 87 19.55056179775281 2.811345819337203 2.51343323345847 2.969658215329718 2.950946009223422 0.00933071 -0.021867899224162102 0.11090273410081863 445 90 90 54 2.6310879157739606 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 44.59446529072219 3.188426971435547 22.593299865722656 10.07415771484375 284312.0 7.795505523681641 76.85269737243655 35.7313346862793 0.7134221601508921 81.91629028320312 252.34478759765625 240.401123046875 89504.0 121.51079063415528 420.7675430297851 91.36896514892578 32.182525634765625 +sub-10584_ses-V3_task-rest_run-02_bold 0.0006856404494382022 0.015184419438202248 5 42.29036487533781 1.0035664197972967 0.9648732577927928 0.5412409885887821 467.71795654296875 0.28951358814416667 193 43.37078651685393 2.8377624856492774 2.532691566026546 3.0086582137799973 2.9719376771412893 0.0115275 -0.021460548043251038 0.11164603382349014 445 90 90 54 2.645186704424112 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 40.51132588005864 3.5848987102508545 22.713930130004883 10.249438285827637 283568.0 7.613483428955078 77.70932579040519 34.76542282104492 0.7424218936221103 80.03219604492188 247.41026306152344 235.66629028320312 90030.0 120.30337524414062 412.3450531005859 89.09200286865234 26.34566307067871 +sub-10585_ses-V1_task-cuff_run-01_bold 0.0010552262443438915 0.006318408665158371 8 34.743191625941044 1.0478325001133786 1.0362529860997725 0.4953102494826854 4520.251953125 0.1723206860213401 0 0.0 2.5227674760100984 2.458954068956611 2.696954059499341 2.4123942995743435 0.00444477 0.022355057299137115 0.02207723818719387 442 90 90 60 2.1977617124290876 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 25.355036866071465 22.970272064208984 69.49512481689453 16.382352828979492 303380.0 0.06108597666025162 354.8749053955075 149.20921325683594 8.014780060440755 372.549072265625 1187.4637451171875 1110.2218017578125 111451.0 578.1402893066406 2068.8575439453125 505.157958984375 35.07303237915039 +sub-10585_ses-V1_task-cuff_run-02_bold 0.0011689342403628116 0.007657042630385487 9 34.71573505418177 1.0278788440681814 1.0125415113409082 0.4981052080888378 4401.31689453125 0.17740947176884464 0 0.0 2.503577202215178 2.4393874030674536 2.675158227032096 2.3961859765459845 0.00511927 0.023341568186879158 0.02400904707610607 441 90 90 60 2.2426107332070746 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 24.281182109550237 22.97193145751953 70.02017211914062 16.417234420776367 303610.0 0.07709750533103943 361.3620193481445 148.49436950683594 8.324117230250726 354.6949462890625 1169.7384033203125 1093.3651123046875 111233.0 579.4421752929687 2020.8054931640622 487.53900146484375 33.28741455078125 +sub-10585_ses-V1_task-rest_run-01_bold 0.0014073696145124718 0.007051627823129251 9 35.10790384918184 1.0468981169772729 1.0162543112954543 0.4935244522143768 4585.51171875 0.175559887149509 41 9.297052154195011 2.5207758098149706 2.451024902605021 2.7008832260098767 2.410419300830014 0.00368516 0.02074514329433441 0.021465830504894257 441 90 90 60 2.2167105063943247 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 25.571224827905176 22.783662796020508 67.15557861328125 16.310657501220703 303633.0 0.08616780489683151 341.1528503417968 143.57672119140625 7.938676315235899 371.027099609375 1192.7745361328125 1114.8072509765625 111145.0 584.8802734375 2074.2919921874977 502.9083557128906 33.675907135009766 +sub-10585_ses-V3_task-cuff_run-01_bold 0.0010922448979591836 0.009627949365079365 9 32.451544774886365 0.9797765791136367 0.9781705134090917 0.4875212634820796 4985.791015625 0.16407418164863724 0 0.0 2.513264692398631 2.434958236576786 2.6611790609209116 2.443656779698194 0.00707872 0.02744750678539276 0.012891924008727074 441 90 90 60 2.1589532970445315 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 32.12837234180129 21.524627685546875 64.4465103149414 15.239229202270508 305378.0 0.013605441898107529 321.8482971191395 145.81922912597656 9.77520749984151 336.82635498046875 1167.9320068359375 1083.442138671875 109453.0 578.0508056640625 2035.8104492187495 501.83447265625 29.57209587097168 +sub-10585_ses-V3_task-cuff_run-02_bold 0.0013265986394557822 0.006639925487528344 9 33.477001749249965 1.0400763651590914 0.993341411931818 0.48834775303105776 4714.84716796875 0.16469791694660546 0 0.0 2.461245262712067 2.4046290711152922 2.5993248967121088 2.3797818203087995 0.00861055 0.02705550007522106 0.014512441121041775 441 90 90 60 2.1509485970182247 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 30.449662096452755 21.724660873413086 65.54095458984375 15.557823181152344 305424.0 0.027210883796215057 331.74151611328125 147.1518096923828 10.84086354207469 329.04351806640625 1166.2635498046875 1080.79248046875 109338.0 582.8760772705078 2027.6322143554685 502.4701843261719 35.38594055175781 +sub-10585_ses-V3_task-rest_run-01_bold 0.0011014027149321268 0.006726713371040725 8 34.37058354501132 1.0555411507482986 1.0244271204988662 0.4864232000906211 4904.79296875 0.17318263637130285 29 6.5610859728506785 2.4531799857829375 2.3906457383376067 2.5917707303456177 2.377123488665588 0.00640568 0.026575107127428055 0.014998341910541058 442 90 90 60 2.1790461639580236 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 32.95414590461776 21.376977920532227 62.88180160522461 15.330317497253418 305667.0 0.04751131311058998 313.137353515625 142.2111053466797 10.300175642187387 327.418701171875 1169.841064453125 1083.226318359375 109028.0 591.5680053710938 2027.4337890624995 497.1080322265625 35.51592254638672 +sub-10585_ses-V3_task-rest_run-02_bold 0.0009742176870748299 0.006353812108843539 9 32.64109229606818 1.0324010055909096 1.0198017422954542 0.4892910134482917 4790.90283203125 0.14767885686719856 12 2.7210884353741496 2.453031375406232 2.3897124050413607 2.5959248968472126 2.3734568243301237 0.00482561 0.027418363839387894 0.014829615131020546 441 90 90 60 2.1609937517226028 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 29.02929624255033 21.707853317260742 66.09300994873047 15.46258544921875 305569.0 0.020408162847161293 335.65758666992133 147.48953247070312 10.755582034354052 327.0364990234375 1163.516357421875 1077.9410400390625 109181.0 583.7619018554688 2019.5306396484375 498.81500244140625 36.293277740478516 +sub-10586_ses-V1_task-rest_run-01_bold 0.0014256884875846502 0.01281764559819413 7 57.330833184705874 1.12051939918552 0.9880565211312227 0.4930564059032281 2723.89208984375 0.40550439792233556 297 67.04288939051919 2.469086831159869 2.4744915683392064 2.4620040688354146 2.470764856304985 0.0199182 0.029129361733794212 0.016652345657348633 443 90 90 60 2.5501020008598765 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 46.29262751390019 33.15272903442383 82.4433364868164 23.641084671020508 312386.0 0.08352144807577133 364.0067825317383 177.2909393310547 3.0510945064794592 382.6319274902344 1316.4105224609375 1234.7855224609375 103827.0 696.9871276855469 2228.60380859375 484.2079162597656 26.77446746826172 +sub-10586_ses-V1_task-rest_run-02_bold 0.000911512415349887 0.014871307381489842 7 55.42035346237555 1.0860157831221724 0.9876734482126698 0.494138208028562 2658.68359375 0.3818993001341756 262 59.14221218961625 2.4901410062590004 2.4877540678122014 2.483912401298189 2.498756549666611 0.0239936 0.025239791721105576 0.017978981137275696 443 90 90 60 2.546467056950759 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 10 51.30454630975184 33.651390075683594 83.24641418457031 24.1286678314209 312429.0 0.10835214704275131 367.5516967773422 176.29632568359375 3.082694945183542 379.0139465332031 1303.8646240234375 1223.09814453125 104010.0 685.575961303711 2207.401086425779 480.3094787597656 24.55182647705078 +sub-10587_ses-V1_task-rest_run-01_bold 0.0003095022624434389 0.009186158981900453 8 42.45916957360543 1.080366719206349 0.9775690902721093 0.5676283394715272 315.37164306640625 0.12903272916856812 5 1.1312217194570136 2.731976369236443 2.5079124003445146 3.00312904733304 2.6848876600317753 0.00555931 -0.04817470908164978 0.17255772650241852 442 90 90 54 2.1816261353740147 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 18.123170177251836 6.396657466888428 30.828569412231445 12.728507041931152 273908.0 8.183258056640625 121.97726821899411 45.730926513671875 2.303398527467735 95.73519134521484 262.9066162109375 244.31675720214844 98153.0 115.78100128173828 472.39594726562484 111.98780059814453 32.874778747558594 +sub-10588_ses-V1_task-rest_run-01_bold 0.0014540765765765765 0.009654332635135135 6 39.511429349503324 1.124018721060948 1.027404573656885 0.44847705417007966 8530.9775390625 0.2345493510916894 122 27.47747747747748 2.5312980033896744 2.487504067822136 2.5538873985176327 2.552502543829254 0.00498582 -0.006028832867741585 0.024763939902186394 444 90 90 60 2.4303007135663237 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 127.96805269769604 18.626026153564453 39.30718994140625 13.200450897216797 316206.0 0.06756757199764252 136.45664978027344 97.67083740234375 2.684251301246074 409.996337890625 1302.6888427734375 1225.5135498046875 100729.0 644.4937133789062 2271.7761230468745 504.26165771484375 31.363367080688477 +sub-10588_ses-V1_task-rest_run-02_bold 0.004490090293453725 0.01171201065462754 7 40.820680713393656 1.143825934683258 1.0397249502488695 0.4478965965077447 8257.8095703125 0.25452149560147963 119 26.86230248306998 2.5447118884002347 2.4968332341180948 2.5679623979583424 2.569340033124267 0.00456675 -0.005780939012765884 0.02493857778608799 443 90 90 60 2.417625624836784 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 136.26605483402267 18.865528106689453 39.858116149902344 13.413092613220215 316706.0 0.09255079180002213 137.89390563964844 99.32685089111328 2.7243265129727776 417.7659912109375 1308.0843505859375 1230.7630615234375 100301.0 643.88037109375 2284.146728515625 509.07672119140625 27.59688949584961 +sub-10591_ses-V1_task-cuff_run-01_bold 0.0009305145413870246 0.021765924832214765 3 39.908361289775826 1.1272950266143504 1.0046986410313892 0.43938572563389905 542563.75 0.2519042433637289 0 0.0 2.5686816651262374 2.6375752112676056 2.698212957746479 2.3702568263646278 0.00478175 -0.02216903679072857 0.027682337909936905 447 96 96 54 4.497896404015028 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 114.01534860227507 37.36591339111328 535.6694946289062 25.526905059814453 341466.0 0.3011145070195198 2381.6396484375 1180.65380859375 2.0932048674410195 3312.8818359375 19746.9609375 19525.2734375 89240.0 12902.3515625 26970.4138671875 4340.95458984375 32.67559814453125 +sub-10591_ses-V1_task-cuff_run-02_bold 0.001357152466367713 0.025019364349775784 4 40.1085623408539 1.14077355294382 1.9594114270112368 0.4419922311592567 627798.0625 0.2584600117751929 3 0.672645739910314 2.5828126244681124 2.646260281690141 2.717295774647887 2.384881817066309 0.00554299 -0.02294972725212574 0.027367284521460533 446 96 96 54 4.496394612188108 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 111.16853021084334 33.925132751464844 534.5487670898438 23.185598373413086 340564.0 0.29782194644212723 2404.0232543945276 1169.2630615234375 2.200480010223913 3209.932373046875 19357.39453125 19173.94921875 90203.0 12530.416015625 26411.783789062494 4264.2705078125 30.475666046142578 +sub-10591_ses-V1_task-rest_run-01_bold 0.0016647991071428569 0.013189435870535712 2 41.444710059351216 1.1983132668008942 1.0125468672035791 0.43778175267495123 771580.1875 0.27987049981038203 178 39.732142857142854 2.5416929587929826 2.607418591549296 2.641149295774648 2.3765109890550047 0.0163332 -0.022199120372533798 0.028187718242406845 448 96 96 54 4.431529664101857 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 122.22322121823478 31.511072158813477 532.0360717773438 21.41958999633789 342181.0 0.15683692693710327 2374.839111328125 1180.614013671875 2.144454027801066 3355.66162109375 19657.9921875 19463.796875 88774.0 12649.944677734376 26958.250683593746 4392.09228515625 40.555274963378906 +sub-10591_ses-V1_task-rest_run-02_bold 0.0029916666666666668 0.01831165788288288 6 40.06344163607224 1.1880610577878106 1.1968394088261858 0.4420026786038961 613696.0625 0.2505083377629238 151 34.009009009009006 2.564476422195918 2.630787605633803 2.6906681690140846 2.3719734919398676 0.00649656 -0.022930914536118507 0.028762884438037872 444 96 96 54 4.48386831418682 0.7999997138977051 2.21875 2.21875 2.4000015258789062 6 91.17141966373867 34.5380973815918 539.9016723632812 23.504613876342773 340818.0 0.20069141983985905 2427.6908813476557 1169.7193603515625 2.215663889391477 3235.9560546875 19402.4453125 19205.5546875 89966.0 12619.25341796875 26541.869140625 4283.23193359375 35.37208938598633 +sub-10591_ses-V3_task-cuff_run-01_bold 0.0013956473214285716 0.015571984776785714 2 46.18002930357941 1.1850389578970912 1.0170217868903801 0.3983232316882436 2828972.5 0.23952463155338505 1 0.22321428571428573 2.7211306649086864 2.832464225352113 2.878012394366197 2.452915375007749 0.00752237 -0.00873421598225832 0.008570770733058453 448 96 96 54 3.4996807374899026 0.7999997138977051 2.21875 2.21875 2.400005340576172 1 133.71828840969593 13.235954284667969 244.31004333496094 9.11062240600586 348230.0 0.09090267904102803 1283.8434143066406 622.4258422851562 4.158957595720528 3113.401123046875 16560.34765625 16073.50390625 82497.0 10356.7849609375 25164.943359375 4592.82080078125 34.135597229003906 +sub-10591_ses-V3_task-cuff_run-02_bold 0.0032978747203579414 0.03504543020134228 3 50.68075357979817 1.1322753168161426 0.9954296678026905 0.3952233746104685 1562895.125 0.32941533133820416 13 2.9082774049217 2.8331503721926623 2.9290591549295777 3.0287684507042254 2.5416235109441834 0.00531284 -0.008575497195124626 0.009408432058990002 447 96 96 54 3.489829092824621 0.7999997138977051 2.21875 2.21875 2.400005340576172 15 121.87994337359441 17.772581100463867 245.80313110351562 12.445446968078613 349635.0 0.24959550201892855 1284.0511108398427 606.2679443359375 4.460026785918475 3091.5087890625 16636.849609375 16138.26171875 81358.0 10386.115869140625 25358.343066406247 4624.341796875 23.429828643798828 +sub-10591_ses-V3_task-rest_run-01_bold 0.000813609865470852 0.024574266367713003 4 42.01069606829211 1.0849717746966299 0.9649765820224718 0.40383162049194626 3254854.75 0.21598575199169673 102 22.869955156950674 2.82970908942864 2.9097104225352113 3.0331808450704227 2.546236000680286 0.00399141 -0.009863694198429585 0.007739461492747068 446 96 96 54 3.544206353510202 0.7999997138977051 2.21875 2.21875 2.400005340576172 1 130.937137940782 12.07058048248291 246.0365753173828 8.398600578308105 345605.0 0.153365033864975 1283.8272216796863 640.295654296875 4.29354848314428 3060.27490234375 16499.580078125 16018.4033203125 84783.0 10417.65712890625 24979.224414062497 4519.57568359375 29.706552505493164 +sub-10591_ses-V3_task-rest_run-02_bold 0.0026326741573033706 0.017928625393258426 5 45.2873939395721 1.1997510519594599 1.1711836839639638 0.39371437842097007 4062427.75 0.200485693207578 77 17.303370786516854 2.7669107720174164 2.862778591549296 2.902634366197183 2.53531935830577 0.0084561 -0.008643428795039654 0.008706311695277691 445 96 96 54 3.4768725973936925 0.7999997138977051 2.21875 2.21875 2.400005340576172 1 123.02496418206731 10.975517272949219 241.1634063720703 7.576933860778809 350460.0 0.11146573610603809 1277.396337890624 611.2425537109375 4.495420986674063 3124.9736328125 16564.4140625 16048.6201171875 80708.0 10396.69873046875 25195.098437499997 4615.7919921875 32.209877014160156 +sub-10592_ses-V1_task-rest_run-01_bold 0.0010362192393736016 0.020651796868008946 3 43.2740619813005 1.1328077829596412 0.9989516566816133 0.47751465099562374 445413.5625 0.37844544118497814 264 59.060402684563755 2.7279397280027218 2.7820890140845074 2.8482569014084507 2.5534732685152073 0.00825966 -0.015061023645102978 0.028659051284193993 447 96 96 54 4.629611200273283 0.7999997138977051 2.21875 2.21875 2.3999977111816406 1 83.61272399563228 36.819862365722656 607.076904296875 25.139354705810547 325592.0 0.2589883461594582 2903.4037963867186 1289.2357177734375 2.407881613600508 2847.751708984375 18299.228515625 18098.75390625 102806.0 12355.90771484375 24920.6240234375 3909.327392578125 34.466861724853516 +sub-10592_ses-V3_task-cuff_run-01_bold 0.0012419239373601789 0.022103152125279645 3 39.789611055201796 1.124334782421524 0.993831787578475 0.47495302199383094 337476.875 0.3463605392534674 0 0.0 2.6881761089035074 2.74511323943662 2.7798625352112674 2.539552552062637 0.00769746 -0.015760667622089386 0.033798493444919586 447 96 96 54 4.567270134228485 0.7999997138977051 2.21875 2.21875 2.4000015258789062 7 157.5428130809252 45.480010986328125 638.0770263671875 31.004047393798828 326826.0 0.2836274281144142 3007.6057739257812 1414.2545166015625 2.141914228043758 3154.03076171875 19207.857421875 18998.0703125 101967.0 12958.54345703125 26360.3623046875 4159.59130859375 34.07228469848633 +sub-10592_ses-V3_task-cuff_run-02_bold 0.0004147757847533632 0.028853635874439464 4 40.59585035510115 1.093147659393259 0.9639783418202253 0.47491265686681494 327672.90625 0.3542483566560335 2 0.4484304932735426 2.6842041249417625 2.764020281690141 2.8025645070422534 2.486027586092894 0.00971764 -0.015927515923976898 0.03464449942111969 446 96 96 54 4.641897384579339 0.7999997138977051 2.21875 2.21875 2.4000015258789062 10 162.94204495064452 47.03717041015625 648.5322265625 31.995075225830078 327031.0 0.23415999114513397 3047.724365234375 1442.4305419921875 2.2227819196369483 3089.28564453125 19382.45703125 19154.3828125 101709.0 13202.297265625 26457.35625 4126.39208984375 30.99507713317871 +sub-10592_ses-V3_task-rest_run-01_bold 0.0015732366071428575 0.025216486830357137 2 45.880846070246086 1.1409415740715887 1.0091463963534673 0.47426159111223964 312876.5 0.5611522011345523 372 83.03571428571429 2.6998727001563743 2.78648338028169 2.8238738028169013 2.489260917370531 0.011108 -0.016221599653363228 0.03449486196041107 448 96 96 54 4.580826890231963 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 168.97779189493312 48.78084182739258 644.9727172851562 33.33159637451172 326971.0 0.37471385300159454 3023.994140625 1452.484619140625 2.0966127400351713 3198.78955078125 19420.435546875 19205.056640625 101897.0 13087.9130859375 26622.049999999996 4192.46630859375 31.48831558227539 +sub-10592_ses-V3_task-rest_run-02_bold 0.0005463758389261745 0.027398102684563757 3 39.3633610507175 1.0922317093721974 1.2326323784977573 0.478177061197661 282183.5 0.32776277216217453 239 53.4675615212528 2.7038052851904517 2.7723988732394367 2.826397746478873 2.512619235853045 0.00730665 -0.016587968915700912 0.0344095416367054 447 96 96 54 4.6283990342571 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 163.6064361701439 48.90168762207031 646.4706420898438 33.53827667236328 325314.0 0.45768599063158044 3008.556249999998 1429.3153076171875 2.09617734047126 3067.8427734375 18993.400390625 18751.49609375 102921.0 12922.3759765625 25989.142578125 4051.38037109375 30.351152420043945 +sub-10593_ses-V1_task-cuff_run-01_bold 0.002145854214123007 0.011388905011389523 11 41.838376010525124 1.1016613955251149 0.9866674515753424 0.43189938873926115 10261.13671875 0.2548492566145563 0 0.0 2.4245286004134257 2.4374332364784386 2.471012401810789 2.365140162951048 0.00247785 -0.003983483184129 0.01831578090786934 439 90 90 60 2.4939239406952827 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 104.56236219546454 16.994203567504883 37.86825180053711 11.88610553741455 326384.0 0.02961275726556778 154.60365295410156 85.78932189941406 4.52860433413361 347.43212890625 1285.163818359375 1201.2916259765625 90462.0 658.7915100097656 2168.6871582031245 481.6846923828125 31.629133224487305 +sub-10593_ses-V1_task-cuff_run-02_bold 0.0011961503416856492 0.013757726765375853 11 42.94662819611874 1.0709847105022827 0.9778050109360725 0.43097875501798333 9781.275390625 0.25620502226960806 0 0.0 2.4510244264743335 2.4666249019851327 2.4900040677227944 2.3964443097150743 0.0052274 -0.004328050184994936 0.017661558464169502 439 90 90 60 2.477099481543122 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 97.70060020509442 17.43661880493164 38.333919525146484 12.230069160461426 327199.0 0.04555808752775192 156.9722198486324 85.81552124023438 4.536453679711335 353.74090576171875 1293.3814697265625 1208.6834716796875 90025.0 660.6843139648437 2191.3504394531255 487.9403381347656 27.891761779785156 +sub-10593_ses-V1_task-rest_run-01_bold 0.0007634240362811792 0.012375713492063494 9 37.386847209931815 1.0335106061363637 0.9571738014545461 0.43116204195342916 10334.2783203125 0.23088198552533734 126 28.571428571428573 2.418223045337742 2.4275957368693457 2.4630874021257 2.36398599701818 0.00277896 -0.0043341489508748055 0.01903732866048813 441 90 90 60 2.514499542800336 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 117.68861486974487 17.004541397094727 37.144718170166016 11.88888931274414 326391.0 0.0317460335791111 151.1077117919922 84.75930786132812 4.458450160199402 346.2464294433594 1286.25830078125 1205.1995849609375 90469.0 655.0086059570312 2165.873535156249 479.2973327636719 31.679170608520508 +sub-10593_ses-V1_task-rest_run-02_bold 0.004144636363636363 0.01505736690909091 10 43.512828192528495 1.116355275626423 0.9965588773120734 0.4294051298288943 10248.8466796875 0.26446802416144927 185 42.04545454545455 2.457373036060781 2.467649901944403 2.5016207339278567 2.402848472310084 0.0129958 -0.005396864842623472 0.01739283837378025 440 90 90 60 2.4404064092369477 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 85.89250449422812 17.575576782226562 39.12910079956055 12.236363410949707 328197.0 0.029545454308390617 160.89772033691406 85.95738220214844 4.776443222238432 365.29803466796875 1317.934326171875 1227.6920166015625 89286.0 677.9528045654297 2246.2140502929688 503.06585693359375 25.987899780273438 +sub-10594_ses-V1_task-cuff_run-01_bold 0.0021984353741496595 0.009089467596371883 9 39.60122763461362 1.053369740477272 0.9893139074318182 0.5730883970380121 309.1122741699219 0.20669419426060492 0 0.0 2.7848541536673412 2.457399902351701 2.947904049527484 2.949258509122839 0.00702169 -0.03383306786417961 0.14041173458099365 441 90 90 54 2.0574255367986645 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 61.11625147166623 8.122374534606934 32.550357818603516 13.988662719726562 257494.0 8.03628158569336 119.61541862487772 54.746585845947266 0.917726955701673 113.57539367675781 298.0971984863281 269.3582763671875 112585.0 132.43719177246095 553.3296874999997 130.9194793701172 34.881874084472656 +sub-10594_ses-V1_task-cuff_run-02_bold 0.00045079365079365085 0.007478097800453515 9 40.739399554681825 1.0804968931363634 0.9939373422500009 0.5749575275850697 303.7165832519531 0.20899829063717293 0 0.0 2.7715735980240073 2.453295735848119 2.930754050208964 2.930671008014938 0.0100533 -0.03547513857483864 0.14057224988937378 441 90 90 54 2.046680624610067 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 56.22779977057881 8.186251640319824 33.14120864868164 14.108843803405762 256842.0 8.056689262390137 124.11791229248047 55.5936279296875 0.9377792268151226 113.2223892211914 297.10479736328125 268.2562255859375 113171.0 131.67120361328125 553.7879943847656 131.06834411621094 37.09172058105469 +sub-10594_ses-V1_task-rest_run-01_bold 0.0006288461538461538 0.008731616176470587 8 36.98788979777774 1.0187784266893427 0.973293987256235 0.5707757295369449 331.26373291015625 0.2002608112093184 79 17.873303167420815 2.8262388761229054 2.485695734560659 2.987054047971803 3.0059668458362525 0.00801639 -0.03407712280750275 0.13810499012470245 442 90 90 54 2.06142986094484 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 64.82360815872904 7.909449577331543 32.153926849365234 13.762444496154785 257347.0 7.950226783752441 118.86154327392563 54.48008728027344 0.8829038162114249 114.7205581665039 298.7186584472656 270.72174072265625 112875.0 131.0859832763672 554.5138366699217 131.3265838623047 33.256439208984375 +sub-10594_ses-V1_task-rest_run-02_bold 0.0007227891156462585 0.0067509494104308395 9 39.50566741775003 1.0644826235909108 0.9959483892500001 0.5746721814990609 315.2926025390625 0.2093252959831532 84 19.047619047619047 2.770597209801007 2.4417665696395807 2.9204165506197395 2.949608509143701 0.00510341 -0.03314060717821121 0.1428757756948471 441 90 90 54 2.0536078572245255 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 59.94841462340169 8.011431694030762 33.140113830566406 13.836734771728516 257311.0 8.00907039642334 123.76190567016602 56.089317321777344 0.922573733164517 112.1012191772461 295.00811767578125 266.2131652832031 112816.0 131.91270446777344 548.9886779785156 129.63136291503906 36.989707946777344 +sub-10597_ses-V1_task-cuff_run-01_bold 0.0015256916099773243 0.01058460179138322 9 45.51039050695455 1.0655369396818186 1.0052758584772725 0.4953357112020119 3742.88916015625 0.41414148125569117 3 0.6802721088435374 2.5205077282336164 2.4382749031116604 2.581783230742485 2.5414650508467034 0.0167122 0.034423477947711945 0.01316691841930151 441 90 90 60 2.2000056021135244 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 74.89656743697702 26.649860382080078 69.29434204101562 19.04988670349121 298959.0 0.07029478251934052 287.7281311035156 173.9618682861328 3.044483531507007 408.76458740234375 1270.6368408203125 1175.6893310546875 115830.0 599.9725738525391 2329.8634277343745 534.4005737304688 26.549442291259766 +sub-10597_ses-V1_task-cuff_run-02_bold 0.0013402714932126698 0.011192772556561086 8 46.90122937383221 1.05778478585034 1.014695471405896 0.49527098708355594 3954.628173828125 0.44760065276678307 17 3.8461538461538463 2.5310257804340393 2.4463415694577866 2.5904873970632796 2.5562483747810525 0.0165312 0.03639521822333336 0.012873230502009392 442 90 90 60 2.2040819311056437 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 73.16614683866118 25.95895767211914 69.19784545898438 18.608598709106445 299211.0 0.09728506952524185 286.0859832763672 173.2123565673828 2.968193443601656 409.4162902832031 1263.072265625 1169.71728515625 115625.0 593.2045288085938 2310.76064453125 530.7026977539062 26.243194580078125 +sub-10597_ses-V1_task-rest_run-01_bold 0.001163918918918919 0.011134001148648648 6 48.405410973160244 1.0419638629119636 0.9986871893227989 0.49535127708504556 3954.991455078125 0.4868795814074278 339 76.35135135135135 2.5505604987102157 2.462812402136628 2.6166665626896797 2.5722025313043395 0.0174082 0.03204502910375595 0.011513037607073784 444 90 90 60 2.1917087159955067 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 70.46808532054693 26.529897689819336 69.38363647460938 19.004505157470703 298280.0 0.09909909963607788 287.82490386962877 170.48345947265625 3.075665652544263 417.70648193359375 1281.9644775390625 1186.515869140625 116022.0 605.8335968017578 2352.224670410156 541.3633422851562 25.737281799316406 +sub-10597_ses-V1_task-rest_run-02_bold 0.001615950226244344 0.015826107239819004 8 58.992573381542 1.0585145386621324 0.9694323149659873 0.4951311081002812 3774.248291015625 0.6329275958978411 352 79.63800904977376 2.5418841098225413 2.4490249026844935 2.6026957299114972 2.5739316968716324 0.0258694 0.037416066974401474 0.013567052781581879 442 90 90 60 2.2448863231688505 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 65.79691207491803 26.311159133911133 67.6738510131836 18.86199188232422 299593.0 0.09276018291711807 277.6108703613277 168.49771118164062 2.877136390447026 397.7164611816406 1247.4898681640625 1156.772705078125 115518.0 594.7511596679688 2261.455798339843 515.2901000976562 22.381521224975586 +sub-10597_ses-V3_task-cuff_run-01_bold 0.00178925 0.018736427181818182 10 79.24190483881543 1.100502248268792 1.0058589316628703 0.49184135767948595 4185.94287109375 0.9328876023947386 189 42.95454545454545 2.526614671850936 2.4172582372801212 2.618179062629578 2.54440671564311 0.0101392 0.044937632977962494 0.006429620087146759 440 90 90 60 2.2262180033506476 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 49.12238284305101 23.10837745666504 61.3203125 16.44772720336914 301957.0 0.07954545319080353 263.1813537597657 153.9966278076172 4.270163364461093 354.7529602050781 1159.42578125 1066.436279296875 113799.0 579.8911376953124 2094.655517578125 479.0328674316406 21.067153930664062 +sub-10597_ses-V3_task-cuff_run-02_bold 0.0020920861678004536 0.018877320408163267 9 78.35946287661362 1.1070246883181811 0.990391720886363 0.4923292491542274 4285.4736328125 0.8986220947219302 178 40.36281179138322 2.526850782204296 2.4127790707914407 2.6195998959064526 2.5481733799149957 0.0141816 0.04423751309514046 0.005959667265415192 441 90 90 60 2.2306851819344797 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 48.13767936495176 22.8475399017334 60.75300216674805 16.16099739074707 301426.0 0.06122449040412903 262.81915283203125 151.39556884765625 4.219583336833386 351.36663818359375 1154.7711181640625 1062.684814453125 114230.0 575.5181457519532 2083.696313476562 476.3918151855469 20.816017150878906 +sub-10597_ses-V3_task-rest_run-01_bold 0.002041289592760181 0.019090827081447964 8 85.70382520873017 1.1252946310430834 1.040952734648527 0.4918062675789015 4167.50634765625 1.0610965088257776 399 90.27149321266968 2.549088278387614 2.440558236354262 2.643770728279323 2.562935870529257 0.0175636 0.045555949211120605 0.0061598583124578 442 90 90 60 2.2299538618263046 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 51.07129007051453 23.198366165161133 61.42294692993164 16.579185485839844 301597.0 0.09049773961305618 260.24616699218757 156.23902893066406 4.256645736162621 355.1469421386719 1161.9088134765625 1068.7806396484375 114171.0 581.8110961914062 2099.2445068359375 479.2816467285156 20.263797760009766 +sub-10597_ses-V3_task-rest_run-02_bold 0.0030635665914221216 0.021537310835214447 7 89.01187089755663 1.1329125995248857 1.0142101195475104 0.49269587651612606 4084.0478515625 1.0738792779167325 379 85.55304740406321 2.5340924459308 2.4144624040578844 2.626291562307216 2.5615233714273 0.0152491 0.04535111412405968 0.006220678333193064 443 90 90 60 2.257508238878867 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 12 46.91931331998487 23.176118850708008 60.87360763549805 16.548532485961914 302127.0 0.08577878028154373 263.94379882812535 150.48338317871094 4.09472629648918 348.3665466308594 1151.334716796875 1060.9208984375 113654.0 577.8625305175781 2063.2206176757813 469.9501037597656 19.31671905517578 +sub-10598_ses-V1_task-rest_run-01_bold 0.0009066816143497758 0.012601889932735425 4 39.73835571793256 1.2226788833707871 1.0096005271910111 0.49089154855897355 55875.12109375 0.20222594703814556 86 19.282511210762333 2.614411591710226 2.633879436619718 2.8249735211267604 2.3843818173842 0.0190397 -0.023388748988509178 0.038765355944633484 446 96 96 54 4.149100470949497 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 59.3442441916442 143.8646240234375 1098.3721923828125 97.18065643310547 325413.0 0.18080407977104188 4834.930273437499 2147.319091796875 2.019000572605825 4427.1083984375 24251.35546875 23990.634765625 102986.0 14712.83935546875 33876.734375 5782.10107421875 42.028282165527344 +sub-10598_ses-V3_task-cuff_run-01_bold 0.001027674943566591 0.017293779571106095 7 39.862899158891395 1.0986851665158375 0.9836705461085978 0.4776499401272171 276489.8125 0.2163361507010736 0 0.0 2.507514519165849 2.521572957746479 2.695188732394366 2.3057818673567025 0.0046424 -0.011057746596634388 0.043580956757068634 443 96 96 54 3.8913095503588853 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 54.56838720416727 51.44343566894531 767.896484375 34.88955307006836 327118.0 0.15551003739237784 3705.1263305664042 1588.7584228515625 1.5161372756780906 3898.05078125 19707.736328125 19160.568359375 101333.0 12283.139062499999 28455.106249999997 4923.9140625 31.97286605834961 +sub-10598_ses-V3_task-cuff_run-02_bold 0.0017994831460674157 0.018191554134831457 5 39.019430701509 1.1069512153153152 1.629538188581081 0.48050267292737214 223699.328125 0.2135104645717031 0 0.0 2.5298844413417467 2.5332507042253525 2.7156957746478874 2.340706845152 0.00586569 -0.009214676916599274 0.04356660693883896 445 96 96 54 3.8734631327389897 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 48.019904471793666 57.074623107910156 782.7859497070312 38.68975067138672 326028.0 0.15748156011104586 3747.1081054687456 1611.434814453125 1.5467652413149517 3842.9990234375 19456.6171875 18922.283203125 102415.0 12010.8904296875 28085.105468749985 4885.08349609375 32.21654510498047 +sub-10598_ses-V3_task-rest_run-01_bold 0.0010608558558558557 0.01351108722972973 6 39.33278550083522 1.107715942415349 1.0259073222121888 0.4769641550869209 251882.421875 0.22851676678813038 121 27.25225225225225 2.5072349756487102 2.5187921126760564 2.6911684507042253 2.3117443635658494 0.0052499 -0.007976488210260868 0.04332360252737999 444 96 96 54 3.9498774345630405 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 54.505855169279165 53.48341751098633 743.0189208984375 36.24614715576172 327101.0 0.12392739206552505 3569.287841796875 1544.078125 1.674087677677206 3759.3232421875 19410.361328125 18841.96484375 101443.0 12382.9279296875 27930.42167968749 4770.2421875 36.060523986816406 +sub-10598_ses-V3_task-rest_run-02_bold 0.0017934831460674158 0.016296367595505616 5 39.82309179031532 1.1161766253378378 1.0173547372522518 0.4810500557086319 225998.078125 0.2048163683798775 80 17.97752808988764 2.501637586062896 2.514185915492958 2.683078309859155 2.3076485328365752 0.00551923 -0.00997005682438612 0.0447283573448658 445 96 96 54 3.903774075824413 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 52.34521433422814 55.832218170166016 780.5570678710938 37.759849548339844 326168.0 0.07565874718129635 3758.0921508789033 1629.944580078125 1.5736420134080085 3771.86962890625 19258.365234375 18695.025390625 102142.0 12074.4681640625 27755.34814453125 4788.9384765625 33.027896881103516 +sub-10599_ses-V1_task-cuff_run-01_bold 0.0008231221719457014 0.007014278597285067 8 47.290588707641746 1.144700308888889 1.0086606398185936 0.5376983771416871 425.1036071777344 0.27080431432437924 0 0.0 2.5875263691542933 2.3942249048620496 2.8592873863821273 2.5090668162187026 0.0160862 -0.03410579264163971 0.10007823258638382 442 90 90 54 2.5928852774505198 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 39.38225945913613 4.887221813201904 24.238576889038086 11.382353782653809 286706.0 7.871041297912598 83.70758247375488 36.66267395019531 1.6103866681321266 87.08442687988281 262.2883605957031 251.16403198242188 87476.0 126.59955596923828 434.81280517578125 96.8660659790039 34.930145263671875 +sub-10599_ses-V1_task-cuff_run-02_bold 0.0008311312217194571 0.008324892895927602 8 47.873666447596385 1.119219765895692 0.9949020585714283 0.5396960839529982 404.85626220703125 0.2951976809421555 1 0.22624434389140272 2.5891819247456116 2.39779157138699 2.8576207197816883 2.512133483068157 0.00671074 -0.03504370152950287 0.1027127057313919 442 90 90 54 2.5967038268100158 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 39.89806681329805 5.15556526184082 24.510831832885742 11.572399139404297 286584.0 7.75339412689209 84.27568397521968 37.00947952270508 1.704857170498081 86.05802917480469 260.3000793457031 249.26698303222656 87517.0 125.5099609375 430.427178955078 95.9930648803711 32.597591400146484 +sub-10599_ses-V1_task-rest_run-01_bold 0.0011827088036117381 0.008971634762979684 7 47.691751885610834 1.1152847390271505 0.9874675004977378 0.5354311262786122 438.5748596191406 0.28331686687469715 200 45.146726862302486 2.616473591020433 2.4162165706548464 2.9001540514248987 2.5330501509815546 0.0055092 -0.03574598953127861 0.10532750934362411 443 90 90 54 2.5858650119013586 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 46.89009730984697 4.812601089477539 24.446760177612305 11.304740905761719 286868.0 7.855530738830566 83.50112915039062 38.69794464111328 1.5885858029035065 88.741943359375 264.7333984375 253.64785766601562 87273.0 127.14356689453126 438.71469116210903 98.0895767211914 31.019384384155273 +sub-10599_ses-V1_task-rest_run-02_bold 0.001800698198198198 0.007975189887387386 6 50.34901208632056 1.1580848131151236 1.0170093908577875 0.5405260886438152 400.86688232421875 0.2990481960702925 207 46.62162162162162 2.5730402583463103 2.3745582389768667 2.8437248870005254 2.50083764906154 0.00999288 -0.03457443043589592 0.10228843986988068 444 90 90 54 2.6012657992396915 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 38.51359435633254 5.135681629180908 24.62166404724121 11.594594955444336 286627.0 7.918919086456299 84.71261596679693 37.08787155151367 1.6780269602971778 85.30306243896484 260.21380615234375 248.76351928710938 87485.0 126.19234466552734 430.4419006347657 95.63117218017578 33.42433166503906 +sub-10599_ses-V3_task-cuff_run-01_bold 0.0005250450450450451 0.008294497927927927 6 42.22849990115125 1.0590209295936794 0.9756628575620768 0.5365297087097464 458.7560119628906 0.22575315650082975 0 0.0 2.5742444266206745 2.3639915727300815 2.807908221757085 2.550833485374857 0.00684811 -0.03135501965880394 0.09938811510801315 444 90 90 54 2.702242524865538 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 39.60006338725414 4.227420330047607 23.37131690979004 10.783783912658691 287640.0 7.731982231140137 80.11284255981441 35.8522834777832 1.0599946964311675 81.05062866210938 257.6014404296875 245.770263671875 86700.0 129.14166641235352 420.68040161132814 90.94995880126953 33.24893569946289 +sub-10599_ses-V3_task-cuff_run-02_bold 0.0006867420814479638 0.007811559366515837 8 42.429916286734716 1.0710527610430842 0.9915002168480722 0.5380206135882178 451.8567199707031 0.2316704273522166 0 0.0 2.5570305376994447 2.3449915734850735 2.7968998888611836 2.5292001507520765 0.00851412 -0.031120512634515762 0.10005811601877213 442 90 90 54 2.7162805959635716 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 39.855236921351946 4.18617057800293 23.452396392822266 10.742081642150879 287853.0 7.719457149505615 80.7294143676757 35.913333892822266 1.0447738804527829 79.62446594238281 254.64669799804688 242.8834991455078 86596.0 128.9383544921875 416.03904724121094 89.41716003417969 33.99317932128906 +sub-10599_ses-V3_task-rest_run-01_bold 0.0008322799097065462 0.007257984966139954 7 41.18459257911766 1.0863227599547505 0.9984457941628959 0.5337390580936896 486.3602294921875 0.2042618101542079 97 21.896162528216703 2.5772638709325815 2.363679072742499 2.8176582213696553 2.55045431868559 0.00762608 -0.030910087749361992 0.0969911441206932 443 90 90 54 2.702845778675678 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 40.936232529529356 3.9457974433898926 23.0003719329834 10.546276092529297 287856.0 7.697516918182373 78.87189483642578 35.515960693359375 0.9944660699472663 82.43670654296875 258.7216491699219 247.4447021484375 86448.0 129.280810546875 423.4128707885741 91.54916381835938 34.82012176513672 +sub-10599_ses-V3_task-rest_run-02_bold 0.0008205681818181817 0.006621740136363637 10 42.42519937380412 1.087736254305239 0.9992010882687927 0.5391397159271307 442.6722412109375 0.2066712309681924 92 20.90909090909091 2.5335083157863387 2.3196290744928887 2.7705873899067486 2.510308482959379 0.00795637 -0.03076108731329441 0.10033141076564789 440 90 90 54 2.727613369397232 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 38.778474991831985 4.196775436401367 23.516435623168945 10.76136302947998 288114.0 7.793181419372559 81.32579269409175 35.95128631591797 1.0347677873297485 78.71944427490234 253.28135681152344 241.4068145751953 86305.0 128.85999450683593 413.5372680664063 88.50426483154297 36.348411560058594 +sub-10600_ses-V1_task-cuff_run-01_bold 0.0025003401360544214 0.022419602494331066 9 37.89650556820454 1.0116816550227277 0.9839204144090908 0.45509843847014214 3037.515869140625 0.2589797600012748 13 2.947845804988662 2.4598146900563367 2.4039082378106023 2.509399900285407 2.4661359320730005 0.0232106 0.002258175751194358 0.013089717365801334 441 90 90 60 3.1927178092575956 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 131.6233540249623 28.82837677001953 51.28306579589844 21.065759658813477 331604.0 0.12471655756235123 189.53900833129873 105.71002960205078 3.9942943053991478 273.6073913574219 1179.1175537109375 1137.544189453125 86912.0 686.4611358642578 1813.4628051757813 356.29132080078125 23.05136489868164 +sub-10600_ses-V1_task-cuff_run-02_bold 0.0018241269841269842 0.019527270385487527 9 36.85444759911364 1.0455951112954545 1.0037415158181828 0.45480760786514607 2954.88720703125 0.226321151392912 3 0.6802721088435374 2.452891084207264 2.4040457378051383 2.5135915667855118 2.4410359480311405 0.0111617 0.0031123943626880646 0.011902716010808945 441 90 90 60 3.15183786019273 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 21 99.73800836034007 28.431671142578125 50.278045654296875 20.832199096679688 331493.0 0.14058956503868103 187.0997772216797 99.89310455322266 4.026983080491013 276.24310302734375 1168.9583740234375 1127.913818359375 86790.0 672.6798126220704 1807.799517822266 357.8570251464844 25.221986770629883 +sub-10600_ses-V1_task-rest_run-01_bold 0.0017637330316742081 0.012303225859728506 8 32.77765058655328 1.0441179105215417 0.9993271461224493 0.45372077758515517 3321.49267578125 0.16448767449612828 42 9.502262443438914 2.4233063704183206 2.3796040721096965 2.4858082345561887 2.4045068045890776 0.00944563 0.0021296339109539986 0.011249568313360214 442 90 90 60 3.1338642896407225 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 127.70936511786294 27.823951721191406 51.836761474609375 20.171947479248047 332149.0 0.09954751282930374 196.19865417480452 107.09765625 4.5192311384833905 280.4701843261719 1199.63427734375 1154.658447265625 86509.0 696.4412231445312 1856.6353515624996 368.4434509277344 32.38132858276367 +sub-10600_ses-V1_task-rest_run-02_bold 0.0009491196388261851 0.01587458767494357 7 32.564807663122174 0.9985521104298636 0.9681105780542991 0.45500402684280755 3234.304443359375 0.16321734811111713 43 9.706546275395034 2.4195397040221933 2.3782832388288484 2.476437401595219 2.403898471642512 0.00812983 0.002691737376153469 0.010922570712864399 443 90 90 60 3.1664606451841864 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 131.3026054984909 27.66743278503418 50.83211135864258 20.040632247924805 331439.0 0.08126410841941833 191.76976013183594 104.12299346923828 4.292495926025245 274.86376953125 1176.764892578125 1134.7822265625 86874.0 682.0042907714844 1814.6396850585938 358.37353515625 29.649003982543945 +sub-10600_ses-V3_task-cuff_run-01_bold 0.0009827313769751693 0.013225530744920994 7 30.098098660158374 0.9884124493665161 0.9610322462895927 0.4483169020951563 4379.1923828125 0.10561561025873137 0 0.0 2.345270274740445 2.325724907583995 2.3676499059180456 2.3424360107192927 0.0185468 0.007735906168818474 0.00867146160453558 443 90 90 60 3.328490030343744 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 163.98523931918194 22.777856826782227 44.06425476074219 16.2979679107666 332683.0 0.02483070082962513 162.41332702636646 99.77875518798828 3.4064951627130187 236.46673583984375 1109.13916015625 1070.3634033203125 86143.0 649.0191955566406 1693.3729492187497 321.57440185546875 32.69460678100586 +sub-10600_ses-V3_task-cuff_run-02_bold 0.001384446952595937 0.011865581873589163 7 30.3237983178959 1.0276277728280543 1.0041010883257921 0.4489490053247385 4427.73583984375 0.11358700544559504 0 0.0 2.3284702805406354 2.3150832413401905 2.353724906471375 2.31660269381034 0.0132103 0.0072480132803320885 0.008175256662070751 443 90 90 60 3.322512127299489 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 150.45724517911634 22.741044998168945 44.25859451293945 16.25507926940918 332722.0 0.03386004641652107 164.00880737304692 98.72403717041016 3.3820266753644237 237.48239135742188 1106.3582763671875 1067.74609375 86036.0 646.1060943603516 1689.7003479003906 321.365234375 34.854698181152344 +sub-10600_ses-V3_task-rest_run-01_bold 0.0016849095022624437 0.01359049746606335 8 30.517857968979566 1.0305843548072555 1.0059128971428573 0.4489292136521528 4301.82568359375 0.08950763578185825 8 1.8099547511312217 2.3457702774069227 2.330920740710865 2.3774749055276354 2.328915185982268 0.0170187 0.007175567094236612 0.007786811329424381 442 90 90 60 3.3100141116667285 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 107.4988780526429 23.020587921142578 44.15863800048828 16.53619956970215 332302.0 0.05656109005212784 163.98111114501972 96.91159057617188 3.3553205956325165 239.52406311035156 1115.687255859375 1076.71044921875 86359.0 650.1212890625 1701.591455078123 325.2868957519531 34.20294952392578 +sub-10601_ses-V1_task-cuff_run-01_bold 0.000812982062780269 0.017569567937219734 4 35.792398255662896 1.123514522786516 0.9981292270112361 0.45025563222032544 348710.46875 0.2542339208983106 0 0.0 2.7316592745253345 2.7790557746478872 2.878823661971831 2.537098386956287 0.0112699 -0.014979069121181965 0.021008942276239395 446 96 96 54 4.717947196578851 0.7999997138977051 2.21875 2.21875 2.4000015258789062 6 106.0019693496046 51.84285354614258 612.9407348632812 35.1524658203125 338618.0 0.16814565733075146 2551.56767578125 1239.76953125 2.1658320205532497 3468.16259765625 20648.73046875 20726.7734375 91994.0 13413.6306640625 27472.32705078124 4393.15234375 36.11046600341797 +sub-10601_ses-V1_task-cuff_run-02_bold 0.0007499331848552339 0.021611658797327397 1 36.10313705881695 1.0942983307812504 0.9863509009374993 0.4508790491820166 328354.71875 0.27574100277632285 3 0.6681514476614699 2.730270232112092 2.7834681690140846 2.8657983098591546 2.5415442174630374 0.0147117 -0.015440413728356361 0.02124536596238613 449 96 96 54 4.786914616860965 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 104.07661203232736 52.39594650268555 608.8004150390625 35.635108947753906 338822.0 0.26570932269096376 2536.412353515625 1223.46630859375 2.0574196822588453 3425.760986328125 20385.9375 20433.830078125 91739.0 13445.41591796875 27082.597460937497 4268.66162109375 32.590450286865234 +sub-10601_ses-V1_task-rest_run-01_bold 0.0009310738255033558 0.018786456823266223 3 37.14046705358746 1.1277279991255607 0.9967252573318381 0.4480311179852059 441467.25 0.27661120348840057 150 33.557046979865774 2.715345457779126 2.7694557746478874 2.8475988732394364 2.5289817254500546 0.0169288 -0.014836271293461323 0.0206423569470644 447 96 96 54 4.767336625710156 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 109.50541632848596 45.33857345581055 590.7341918945312 30.843223571777344 339564.0 0.2548349380493164 2465.069567871093 1202.577392578125 2.220670310617905 3405.638671875 20372.048828125 20419.39453125 91199.0 13443.40439453125 27102.14199218749 4283.16357421875 34.77936553955078 +sub-10601_ses-V1_task-rest_run-02_bold 0.0023293288590604025 0.012552542550335572 3 35.347301453273545 1.145734701838564 1.021801439439462 0.4518069194546648 407929.5625 0.2520862319208776 134 29.977628635346758 2.688465267051548 2.745938028169014 2.8320135211267603 2.4874442518588693 0.0105384 -0.015909316018223763 0.021104304119944572 447 96 96 54 4.717781785673246 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 111.64127696506603 47.85183334350586 627.0750122070312 32.388710021972656 338621.0 0.10649488121271133 2630.7607421875 1277.84423828125 2.0161432791414375 3557.89794921875 20646.775390625 20719.08984375 91987.0 13525.8638671875 27540.2666015625 4391.677734375 40.92793655395508 +sub-10602_ses-V1_task-cuff_run-01_bold 0.000959612756264237 0.008203658291571754 11 39.07287013260272 1.0491586246347024 0.9864807875799086 0.49659093117200237 4836.75244140625 0.2284605335013033 0 0.0 2.496971629691406 2.4087207376193707 2.5992832300470976 2.4829109214077496 0.0110153 0.010967987589538097 0.0381617471575737 439 90 90 60 2.4318968619952193 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 34.240007074004794 22.060043334960938 63.4570426940918 15.46241569519043 304242.0 0.05239180102944374 302.12951049804695 136.1317901611328 3.741090509319222 339.8790283203125 1158.085693359375 1080.6640625 110588.0 595.8237335205079 1998.5460693359373 444.36883544921875 32.551422119140625 +sub-10602_ses-V1_task-cuff_run-02_bold 0.001433764172335601 0.0077894968707483 9 39.76144918097729 1.0800157309772724 1.0254794851136357 0.49788584146917825 4711.3583984375 0.24514307086684922 0 0.0 2.4920882968625597 2.406704071032839 2.5882123971536797 2.4813484224011595 0.00786826 0.011630173772573471 0.038869887590408325 441 90 90 60 2.4323723648592703 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 32.741893980545534 22.279376983642578 64.27133178710938 15.634921073913574 304237.0 0.08163265138864517 308.96735839843757 136.95040893554688 3.7211341398524356 338.4569396972656 1150.44873046875 1073.8798828125 110628.0 593.7197387695313 1985.8449401855469 441.49285888671875 33.053863525390625 +sub-10602_ses-V1_task-rest_run-01_bold 0.0010738863636363637 0.009162884045454546 10 38.73004102175398 1.0335689342141228 0.9855763955353065 0.49550426136503245 4878.7724609375 0.23798718628391108 129 29.318181818181817 2.516198011410468 2.4186499038914877 2.6147915627641853 2.5151525675757296 0.0138818 0.010224808007478714 0.03689268231391907 440 90 90 60 2.409973887631361 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 34.50140373242225 22.370445251464844 63.54255294799805 15.709090232849121 304438.0 0.072727270424366 300.80852661132775 135.7410888671875 3.8041540400220626 348.724853515625 1172.9423828125 1093.717041015625 110500.0 600.5145080566406 2032.121228027343 453.8273620605469 30.78293800354004 +sub-10602_ses-V1_task-rest_run-02_bold 0.001509819413092551 0.008474851963882618 7 39.520586337398186 1.0735818932579178 1.0136869297511313 0.4982548224353844 4532.8671875 0.24375306913025277 129 29.119638826185103 2.500074407410462 2.4133374041025877 2.60429989651442 2.482585921614379 0.00868419 0.011927688494324684 0.037523455917835236 443 90 90 60 2.4139061822157295 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 31.679234466813554 22.593788146972656 64.99932098388672 15.880361557006836 304274.0 0.06997742503881454 312.03466491699214 137.70664978027344 3.7489246522416604 342.6350402832031 1151.9324951171875 1074.063232421875 110603.0 592.3275573730468 1993.8313720703122 444.9461975097656 31.8923282623291 +sub-10602_ses-V3_task-cuff_run-01_bold 0.0013980316742081447 0.011100796312217194 8 34.702464992267586 0.9910714646938777 0.965058497188209 0.4885091353991418 5832.208984375 0.1750179731159213 0 0.0 2.5038285737201633 2.4237332370228275 2.6041207298548725 2.48363175428279 0.0274026 0.012377556413412094 0.03647268936038017 442 90 90 60 2.306506858803918 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 40.02779866056232 21.85999870300293 64.71662902832031 15.28506851196289 304866.0 0.05882353335618973 306.92139434814453 145.29306030273438 5.164725785290283 374.6455993652344 1252.196044921875 1157.7490234375 109878.0 642.270068359375 2197.2455932617186 501.9468078613281 27.540897369384766 +sub-10602_ses-V3_task-cuff_run-02_bold 0.0013345124716553289 0.009569171292517007 9 37.69488118790909 1.0569402850227267 1.0123586467954544 0.48902056291695817 5875.537109375 0.22678631249941156 0 0.0 2.4940883001242558 2.4244040703295044 2.5933290636170283 2.464531766426235 0.00853104 0.012104208581149578 0.03755664452910423 441 90 90 60 2.287691582821965 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 39.428360156839965 21.492691040039062 64.69037628173828 15.031745910644531 304703.0 0.05215419456362724 309.6423950195307 144.55291748046875 5.086471195999131 377.2936706542969 1248.683837890625 1154.111083984375 110151.0 634.4693908691406 2197.7347412109375 504.4848937988281 32.39439392089844 +sub-10602_ses-V3_task-rest_run-01_bold 0.0013191383219954649 0.006154916916099773 9 33.68475394690906 1.0787390902727283 0.991272272636364 0.4855556829392828 6229.10888671875 0.14142783617559176 1 0.22675736961451248 2.467302197364192 2.4064665710422766 2.5675832313067426 2.427856789743557 0.00926118 0.011200337670743465 0.03524370864033699 441 90 90 60 2.266343746885648 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 42.2327398283534 21.06572723388672 63.348602294921875 14.66893482208252 305341.0 0.022675737738609314 300.5306091308594 145.2760467529297 5.536926136860563 382.43572998046875 1266.2642822265625 1168.163330078125 109618.0 642.4139526367187 2232.744506835937 515.437255859375 38.242835998535156 +sub-10602_ses-V3_task-rest_run-02_bold 0.001650474040632054 0.009042206478555305 7 37.21396728468327 1.0496491534389134 0.9721642277828049 0.488725666995431 5192.6474609375 0.20616192899469268 92 20.767494356659142 2.50097441346927 2.4426915696028244 2.60832072968798 2.4519109411170064 0.00591141 0.012818625196814537 0.03555089980363846 443 90 90 60 2.239925518278065 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 36.524541599800294 22.46995735168457 66.15863800048828 15.853273391723633 304795.0 0.07674943655729294 317.55396423339795 146.896484375 5.361206334731314 390.7259521484375 1261.6126708984375 1162.9412841796875 110002.0 637.5703155517579 2236.409313964844 519.1851196289062 31.853065490722656 +sub-10603_ses-V1_task-rest_run-01_bold 0.004760941704035873 0.015125198385650223 4 46.938705632853924 1.136381588022471 1.093095381550562 0.4510222002795255 89394.140625 0.4350954667772285 307 68.83408071748879 2.7531649847083117 2.873041126760563 2.9143887323943662 2.4720650949700067 0.0016909 -0.019275177270174026 0.029355240985751152 446 96 96 54 4.222684604221258 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 66.53040473477516 75.21345520019531 507.1473083496094 50.86296463012695 340037.0 0.1620761454105377 2081.5179199218755 958.2457885742188 1.5478293043469558 3095.562744140625 15418.1552734375 15222.904296875 89482.0 9774.56728515625 21375.50224609375 3605.009765625 32.612064361572266 +sub-10604_ses-V1_task-rest_run-01_bold 0.0013875730337078653 0.01784226764044944 5 53.013971388918876 1.008263822184685 0.9534287417117117 0.5936266078923738 211.77391052246094 0.38428020067227253 210 47.19101123595506 2.812634709972812 2.45003323597776 2.9826290481476367 3.0052418457930394 0.00439731 -0.048463281244039536 0.15797626972198486 445 90 90 54 2.036519046520677 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 36.664808748706186 10.144998550415039 33.80466842651367 15.451685905456543 251856.0 8.058426856994629 117.6988754272461 50.764610290527344 0.8404298280824816 106.9905776977539 268.1025085449219 244.5325927734375 117641.0 111.17078399658203 498.7865295410156 120.07329559326172 23.38833999633789 +sub-10605_ses-V1_task-cuff_run-01_bold 0.0027196846846846844 0.05669965698198198 6 44.83222129562074 1.0866893777426638 0.963921975981941 0.47188421704317857 401655.4375 0.4431300513188241 33 7.4324324324324325 2.6999969151452325 2.7387492957746478 2.8230805633802816 2.538160886280768 0.00670786 -0.013168967328965664 0.025148143991827965 444 96 96 54 4.591291980241126 0.7999997138977051 2.21875 2.21875 2.4000015258789062 33 65.52041806968494 39.533294677734375 446.5821228027344 27.849185943603516 319816.0 0.7950784862041473 2041.4717712402344 962.5443115234375 2.097293305619898 3318.697998046875 18952.998046875 18653.837890625 107647.0 13137.485449218751 25865.165234375003 4062.8544921875 23.08145523071289 +sub-10605_ses-V1_task-cuff_run-02_bold 0.0031952466367713003 0.045370819058295965 4 44.66491720656177 1.1338461950561796 1.1934808046067422 0.4590427246351635 351437.46875 0.3928960876276644 26 5.829596412556054 2.6429980561204593 2.74432 2.78742985915493 2.3972443092064477 0.00543488 -0.010228123515844345 0.027358252555131912 446 96 96 54 4.6222000628907844 0.7999997138977051 2.21875 2.21875 2.4000015258789062 19 146.18011278187316 43.947879791259766 424.1412658691406 30.47585105895996 326277.0 0.6217072129249573 1946.866674804689 981.1436767578125 2.044452015038548 3240.2255859375 19041.076171875 18658.130859375 102456.0 13356.690673828125 26094.2412109375 4036.614501953125 23.4869441986084 +sub-10605_ses-V1_task-rest_run-01_bold 0.0015660986547085202 0.033199038340807174 4 46.69916707577529 1.1154633127191007 0.9886417969438206 0.46861353369257447 364227.90625 0.5121128687981237 340 76.23318385650224 2.6247353893589325 2.7072901408450707 2.721225915492958 2.4456901117387697 0.004765 -0.013265516608953476 0.02554943785071373 446 96 96 54 4.527687045791452 0.7999997138977051 2.21875 2.21875 2.4000015258789062 11 73.09537892919087 42.424251556396484 456.3700256347656 29.938322067260742 321913.0 0.9082780241966247 2114.62001953125 977.5785522460938 1.9515191772913099 3488.7890625 19237.177734375 18932.265625 105961.0 13306.0205078125 26361.158203125 4181.42333984375 25.819307327270508 +sub-10605_ses-V1_task-rest_run-02_bold 0.002204237668161435 0.04498955896860987 4 47.479784402045006 1.1094208695955055 6.093273631370787 0.4601823403388119 364868.53125 0.4719142967532921 270 60.53811659192825 2.652005921402153 2.7591526760563383 2.78791661971831 2.4089484684318108 0.00569071 -0.010528359562158585 0.028986163437366486 446 96 96 54 4.560532005523506 0.7999997138977051 2.21875 2.21875 2.4000015258789062 9 170.54412393796946 43.09445571899414 437.56781005859375 30.19209098815918 325830.0 0.8508291691541672 2026.8461059570297 1012.5703735351562 2.1254688706267233 3323.556884765625 19321.287109375 18969.005859375 103049.0 13394.356054687501 26517.500390625 4159.3642578125 22.673913955688477 +sub-10606_ses-V1_task-cuff_run-01_bold 0.003584263959390863 0.07544855253807106 3 43.16877999414761 0.9470614780407117 0.9063023757760816 0.4322258491040879 105881.75 0.5254736650593327 38 9.644670050761421 2.863319611171557 2.9963312676056337 2.9281667605633803 2.665460805345659 0.0302882 -0.008885120041668415 0.021286088973283768 394 96 96 54 4.817863354144945 0.7999997138977051 2.21875 2.21875 2.4000015258789062 10 32.535918449192984 95.57178497314453 635.9721069335938 65.27992248535156 351785.0 0.8555189251899719 2781.98046875 1162.3358154296875 2.3199932133426477 3031.12109375 19924.458984375 19853.16015625 80168.0 12856.276904296876 26395.775488281244 4120.7138671875 19.277915954589844 +sub-10606_ses-V1_task-rest_run-01_bold 0.004601140939597315 0.03631482527964206 3 40.03628744892377 1.1121163839686103 1.0346116084529147 0.43164997329199334 171904.953125 0.43181681229422464 300 67.11409395973155 2.766804975096356 2.9500394366197185 2.777572957746479 2.5728025309228704 0.00974676 -0.009923739358782768 0.02126304991543293 447 96 96 54 4.718159775447183 0.7999997138977051 2.21875 2.21875 2.4000015258789062 7 63.3871391135969 73.29766845703125 633.7008056640625 50.09867858886719 351020.0 0.6516887575387955 2830.4727172851562 1221.111572265625 2.146420310326617 3143.151611328125 20062.333984375 19909.0390625 80645.0 13067.097851562501 26839.14296875 4219.6357421875 27.215267181396484 +sub-10606_ses-V1_task-rest_run-02_bold 0.0047202247191011236 0.04754097550561797 5 43.94752563880635 1.055426348085585 0.986558012072072 0.4344374359455879 130335.8984375 0.5583132177468763 307 68.98876404494382 2.792932157417532 2.958877746478873 2.8249870422535213 2.5949316835202003 0.0188702 -0.009215719066560268 0.021516822278499603 445 96 96 54 4.755388758035284 0.7999997138977051 2.21875 2.21875 2.4000015258789062 8 32.22574758563278 80.94932556152344 629.9357299804688 55.852542877197266 350721.0 1.1976544857025146 2789.259033203125 1166.8472900390625 2.4398825143185787 2997.9462890625 19446.052734375 19362.880859375 80869.0 12602.8064453125 25873.497656249994 4071.75146484375 24.022323608398438 +sub-10607_ses-V1_task-cuff_run-01_bold 0.002690067264573991 0.019597934977578474 4 37.54146792382023 1.0895640616629205 0.9992845755730344 0.4542122589058415 342921.6875 0.32709706637598207 11 2.4663677130044843 2.743716477814647 2.8879954929577467 2.772101408450704 2.5710525320354893 0.0269452 -0.01160404086112976 0.016765708103775978 446 96 96 54 4.175044706251509 0.7999997138977051 2.21875 2.21875 2.4000015258789062 8 49.41281171940369 50.6807746887207 651.7954711914062 34.73689270019531 336131.0 0.4801335334777832 3030.3258056640625 1375.68505859375 1.7808029066559703 3882.0029296875 20899.06640625 20602.697265625 94116.0 12757.922607421875 29203.7216796875 4934.69873046875 32.534488677978516 +sub-10607_ses-V1_task-cuff_run-02_bold 0.0029184340044742735 0.027591686353467558 3 43.46128177204033 1.0613590582287 0.9814948564125566 0.45671410530775314 256317.328125 0.4909754219119324 52 11.6331096196868 2.7709991358832653 2.914690704225352 2.8162208450704225 2.5820858583540227 0.017377 -0.01152954250574112 0.0167403444647789 447 96 96 54 4.250213988229931 0.7999997138977051 2.21875 2.21875 2.4000015258789062 6 49.07982201637706 57.713836669921875 659.3143920898438 39.87670135498047 335358.0 0.791200426220894 3065.152441406248 1384.9854736328125 1.9046847332342995 3747.117919921875 20710.154296875 20427.07421875 94655.0 12790.788476562499 28810.0369140625 4806.10302734375 27.682994842529297 +sub-10607_ses-V1_task-rest_run-01_bold 0.0028507847533632284 0.013636310112107622 4 39.13860026161799 1.151086742089887 1.0430074222471915 0.4522151612686813 420767.8125 0.30826585045197447 191 42.82511210762332 2.7153461893265582 2.8684845070422536 2.7482681690140844 2.529285891923337 0.00767885 -0.011795240454375744 0.017577655613422394 446 96 96 54 4.207531250638384 0.7999997138977051 2.21875 2.21875 2.4000015258789062 11 50.61019070203122 45.740386962890625 638.1272583007812 31.179975509643555 336624.0 0.29258343279361726 2986.6186157226516 1371.7152099609375 1.8102291668954855 3879.315673828125 20959.623046875 20661.4453125 93569.0 12946.292578125001 29216.365234375 4910.56005859375 40.36167907714844 +sub-10607_ses-V1_task-rest_run-02_bold 0.0026943176733780763 0.03124498322147651 3 47.17950935961883 1.0451406330941708 1.181696384506727 0.4592999006208836 231030.984375 0.5508709318063116 312 69.79865771812081 2.8047971714234765 2.966539718309859 2.8820867605633804 2.5657650353971895 0.0127703 -0.01115510519593954 0.01672367751598358 447 96 96 54 4.279608379478836 0.7999997138977051 2.21875 2.21875 2.4000015258789062 22 49.8953454384517 59.3664665222168 662.64599609375 41.406803131103516 333844.0 1.1320029318332672 3078.1463745117135 1386.9912109375 1.9570933278971596 3691.119140625 20512.65234375 20249.09375 95690.0 12728.722802734375 28428.187011718757 4731.5048828125 25.516822814941406 +sub-10607_ses-V3_task-cuff_run-01_bold 0.0021232885906040267 0.021257765100671143 3 41.84730324076235 1.0988012329596424 0.9898833723542609 0.4442562135185696 487060.0625 0.4095768690206122 28 6.263982102908278 2.7679840160155096 2.9319391549295775 2.796606197183099 2.5754066959338533 0.0111845 -0.013128038495779037 0.01991337351500988 447 96 96 54 4.121572670565252 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 45.453715472384204 41.42771911621094 596.6255493164062 28.41986846923828 339324.0 0.4005236506462098 2753.8712036132815 1256.2784423828125 1.5180734687885753 3909.966796875 20703.736328125 20350.763671875 90679.0 12664.934082031252 29177.420898437496 4937.59375 31.620267868041992 +sub-10607_ses-V3_task-cuff_run-02_bold 0.004399619686800894 0.03363370134228188 3 52.881032045829635 1.1002907390807175 1.0089776314349774 0.44644110133487996 321218.3125 0.6523390719474 92 20.58165548098434 2.8311714726517496 2.986609577464789 2.874569014084507 2.6323358264059533 0.0168701 -0.012259693816304207 0.020660847425460815 447 96 96 54 4.164130373206289 0.7999997138977051 2.21875 2.21875 2.4000015258789062 12 37.55757162939552 50.756935119628906 610.570068359375 35.27366638183594 338889.0 0.7983126282691956 2818.239013671874 1261.4232177734375 1.5037257450618222 3821.12646484375 20704.65625 20410.064453125 90999.0 12541.68974609375 29030.74785156249 4901.3720703125 24.399492263793945 +sub-10607_ses-V3_task-rest_run-01_bold 0.0013640715883668903 0.024468872483221476 3 42.47345509542599 1.0722075567488791 0.9735055302690588 0.4423546466820138 354105.0625 0.4274782651371055 270 60.40268456375839 2.81370084997938 2.970496901408451 2.835407323943662 2.6351983245860264 0.0071508 -0.011853362433612347 0.019207216799259186 447 96 96 54 4.097359995523538 0.7999997138977051 2.21875 2.21875 2.4000015258789062 37 49.32660130395787 48.94560623168945 575.4373779296875 33.75616455078125 339062.0 0.5305242091417312 2675.229479980473 1217.466064453125 1.4839693007717605 3947.74267578125 20826.732421875 20488.27734375 90726.0 12653.951904296875 29382.81005859375 5000.3330078125 28.192035675048828 +sub-10607_ses-V3_task-rest_run-02_bold 0.0033512080536912746 0.02331475033557047 3 45.09245543170409 1.0977474285201791 0.9956932505605379 0.44694690539706966 463183.0625 0.49537765121061905 305 68.23266219239373 2.794645483464439 2.951621408450704 2.8214625352112677 2.610852506731347 0.0104889 -0.012095504440367222 0.021635040640830994 447 96 96 54 4.160821263068945 0.7999997138977051 2.21875 2.21875 2.4000015258789062 8 37.06518547207829 41.389122009277344 593.4777221679688 28.487831115722656 338165.0 0.4612698554992676 2758.593066406249 1230.87255859375 1.5062745627906624 3799.90966796875 20337.10546875 20030.69921875 91476.0 12507.325927734375 28536.69873046875 4814.09521484375 29.200849533081055 +sub-10608_ses-V1_task-cuff_run-01_bold 0.0009932882882882881 0.00761478108108108 6 28.88391818957108 1.0595342432054173 0.9786193753950339 0.4288620356349408 11466.0341796875 0.08495560222454265 0 0.0 2.5902785697203607 2.660916560931342 2.623445729086966 2.4864734191427744 0.00545799 -0.01358382124453783 0.033917248249053955 444 90 90 60 2.951546927947339 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 92.77947685344395 16.021455764770508 35.180877685546875 10.916666984558105 332057.0 0.0 143.09550476074224 76.72964477539062 2.5678414744672526 340.10528564453125 1212.670166015625 1184.0439453125 86258.0 626.1075561523438 1908.3459655761712 401.15814208984375 38.91320037841797 +sub-10608_ses-V1_task-cuff_run-02_bold 0.0012061123595505617 0.00880493788764045 5 29.80629457031534 1.0658897083783774 0.9837100961711708 0.429907865058075 10969.2880859375 0.09808450581156324 0 0.0 2.594932733887442 2.664412394125764 2.622262395800654 2.4981234117359086 0.00853535 -0.013333604671061039 0.03356362134218216 445 90 90 60 2.9809978491841633 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 90.80521625798069 16.165361404418945 35.35301208496094 11.067416191101074 332132.0 0.002247191034257412 144.23673858642587 77.08024597167969 2.5578694272621476 335.492919921875 1203.30615234375 1175.30224609375 86190.0 627.3650634765625 1886.3332824707036 394.2624206542969 36.44660568237305 +sub-10608_ses-V1_task-rest_run-01_bold 0.0009405869074492098 0.0065126439503386015 7 28.12741057355206 1.0669316649321257 0.9856168757239818 0.42906738761076935 11824.021484375 0.07659244680085225 0 0.0 2.5525480218894527 2.6279998955726667 2.5745040643650667 2.4551401057306252 0.00561143 -0.013634270057082176 0.03384159505367279 443 90 90 60 2.9891106154765295 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 137.9937751956098 15.980646133422852 35.623409271240234 10.88939094543457 332115.0 0.0 144.63792114257808 81.17143249511719 2.590272390697825 333.6256103515625 1227.9178466796875 1196.6783447265625 86010.0 641.4043121337891 1921.797467041016 400.3436279296875 42.4323616027832 +sub-10608_ses-V1_task-rest_run-02_bold 0.0007250000000000001 0.009849887511312218 8 30.138276024421785 1.0514083382312926 0.9681105007256238 0.4303062393326213 10948.9248046875 0.10373214133236544 2 0.45248868778280543 2.604992455133749 2.6724832271383914 2.641470728370717 2.5010234098921393 0.0113393 -0.013798093423247337 0.03367574140429497 442 90 90 60 2.9666168578652754 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 89.74507171819724 16.16103744506836 35.6939697265625 11.113122940063477 332070.0 0.018099548295140266 145.8903869628906 77.21344757080078 2.5329770664251257 336.9901428222656 1204.75439453125 1176.87109375 86322.0 623.0434814453125 1889.8876953125 396.7024841308594 35.30647659301758 +sub-10608_ses-V3_task-cuff_run-01_bold 0.000888340909090909 0.008338028999999999 10 28.875923109020526 1.0360192061503417 0.9886702910933945 0.4280095494565662 9700.0205078125 0.09808523727961839 0 0.0 2.489142471402332 2.5690040645836167 2.4561124024028618 2.442310947220518 0.00368349 -0.012743259780108929 0.027722729369997978 440 90 90 60 3.127397537685638 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 89.02624820323594 15.725690841674805 31.492223739624023 10.904544830322266 334850.0 0.011363635770976543 125.18408966064453 65.87836456298828 2.756322779742307 276.454833984375 1096.6016845703125 1069.15673828125 84355.0 597.8961242675781 1696.1513427734378 341.8658447265625 38.73509216308594 +sub-10608_ses-V3_task-cuff_run-02_bold 0.001414457013574661 0.011024409411764706 8 30.8913525388662 1.053678136462586 1.0037935400453508 0.4285707771018888 9641.7587890625 0.13063983383283234 0 0.0 2.5132563535058434 2.584029063986577 2.4840999012907385 2.4716400952402147 0.00891057 -0.01273147203028202 0.028287429362535477 442 90 90 60 3.1104255780910255 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 98.22541350753045 15.664599418640137 31.608112335205078 10.868779182434082 334777.0 0.024886878207325935 125.24434661865234 65.30979919433594 2.972320545326797 278.652099609375 1085.8529052734375 1058.9503173828125 84432.0 593.1637268066406 1684.8893432617183 340.44989013671875 33.611732482910156 +sub-10608_ses-V3_task-rest_run-01_bold 0.001319501133786848 0.013735328662131518 9 28.47454723872729 0.9792795695909093 0.956358682636364 0.4289556983881775 9772.7646484375 0.10421815368610388 0 0.0 2.555353563797486 2.6216873958235025 2.5211040664869917 2.5232692290819623 0.0131282 -0.01326583232730627 0.02827988564968109 441 90 90 60 3.109986713389163 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 90.91226424577948 15.787528991699219 32.04912185668945 10.97278881072998 334143.0 0.024943310767412186 126.32381134033187 66.76383972167969 2.825419458240974 281.3330078125 1107.6448974609375 1077.021484375 84684.0 603.6512786865235 1718.9345764160153 346.30859375 31.145944595336914 +sub-10608_ses-V3_task-rest_run-02_bold 0.0007126696832579185 0.009590405678733033 8 30.407905552358265 1.052032606145124 0.9893261668253969 0.42848711716695886 9561.140625 0.11471260701244357 4 0.9049773755656109 2.489163304945937 2.5643707314343955 2.4618707355073792 2.441248447896037 0.00879758 -0.013228570111095905 0.028207164257764816 442 90 90 60 3.122159361218226 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 102.75256253498512 15.835668563842773 31.939224243164062 10.902715682983398 334921.0 0.0067873308435082436 127.51358032226562 67.00333404541016 2.865873401771718 275.5425720214844 1092.137451171875 1063.2579345703125 84167.0 596.7726745605469 1691.1742675781243 340.5500793457031 36.14310836791992 +sub-10609_ses-V1_task-cuff_run-01_bold 0.001227936507936508 0.011197966031746033 9 46.75367699536356 1.1930109014999997 1.0185433779772728 0.4164683832797501 11368.9931640625 0.3454841597905644 0 0.0 2.464556372982974 2.4688707352292245 2.5414498990118544 2.383348484707842 0.0106664 -0.0075173224322497845 0.016409559175372124 441 90 90 60 2.3823862832629956 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 65.89920597285776 15.790891647338867 39.63235092163086 10.82086181640625 337247.0 0.011337868869304657 159.04534912109375 93.25334167480469 7.170806318359135 348.626708984375 1213.0115966796875 1144.174560546875 81601.0 598.6077270507812 2050.91845703125 480.2611389160156 29.486589431762695 +sub-10609_ses-V1_task-cuff_run-02_bold 0.001737659090909091 0.010543683068181818 10 48.07110624362186 1.2234242179726647 1.0084787012300682 0.4157294852547154 10841.84765625 0.32738977572023503 0 0.0 2.425845271076746 2.438854069755313 2.4939207342338268 2.344761009241098 0.00403359 -0.007370532024651766 0.018509741872549057 440 90 90 60 2.3968353224204395 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 75.71697628824245 15.897539138793945 38.43878173828125 10.895454406738281 337408.0 0.015909090638160706 154.25885696411086 89.60736083984375 6.853662083547096 342.8485107421875 1202.796875 1134.171630859375 81308.0 596.7107788085939 2036.492211914061 473.19256591796875 31.399837493896484 +sub-10609_ses-V1_task-rest_run-01_bold 0.001286988764044944 0.008609241415730336 5 43.93262151342343 1.227082975675675 1.0044723494144143 0.41427942429176967 10894.6279296875 0.2452499036398507 144 32.359550561797754 2.436275825305547 2.445966569472688 2.51350823345549 2.3493526729884637 0.00913121 -0.007420422974973917 0.01686202920973301 445 90 90 60 2.340591805815859 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 69.20928278635893 16.115386962890625 39.13423538208008 11.02471923828125 337265.0 0.008988764137029648 155.47370300292965 92.3273696899414 7.190076544714685 355.12322998046875 1227.76611328125 1155.927001953125 81618.0 600.9704620361329 2093.4964477539056 493.85797119140625 33.441650390625 +sub-10609_ses-V1_task-rest_run-02_bold 0.0022785294117647057 0.014717950316742081 8 43.74176865303855 1.1420278158049881 0.9846004583446711 0.41632310170476955 10555.638671875 0.28011693108620284 192 43.43891402714932 2.4742327591015174 2.4759957349461024 2.551345731951963 2.3953568104064873 0.00409666 -0.007761885412037373 0.017497410997748375 442 90 90 60 2.3899045734912843 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 72.58285359254815 16.033573150634766 38.69504165649414 11.085973739624023 337057.0 0.029411766678094864 155.17964477539067 88.96150970458984 7.03140069513419 344.46685791015625 1203.0650634765625 1136.2216796875 81826.0 588.790771484375 2030.8157043457031 475.4226379394531 26.18114471435547 +sub-10609_ses-V3_task-cuff_run-01_bold 0.0021543963553530754 0.010822978063781321 11 39.492314482442886 1.1228136716438355 1.0302061021689504 0.4202832281706473 10243.0615234375 0.2596618283242153 0 0.0 2.457975695809513 2.4323415700140965 2.5453540655233837 2.396231451891058 0.00480178 -0.008072400465607643 0.01911437138915062 439 90 90 60 2.4911408213191355 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 65.57522979174897 15.36300277709961 36.54549026489258 10.478360176086426 337060.0 0.002277904422953725 145.24397125244133 82.45440673828125 6.817143050084516 291.1607666015625 1108.537109375 1047.25634765625 82054.0 560.9659484863281 1845.3018920898435 420.38970947265625 30.945240020751953 +sub-10609_ses-V3_task-cuff_run-02_bold 0.0010521719457013575 0.00896191923076923 8 37.91982427594106 1.1033192891609973 1.0277706074376423 0.42024685428589514 10091.4111328125 0.2010006686889649 0 0.0 2.4175673472987245 2.404912404437367 2.50224156723652 2.3455480702222857 0.00364133 -0.007922500371932983 0.01955251395702362 442 90 90 60 2.521370609355197 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 66.30319273622273 15.27214527130127 35.63737106323242 10.404977798461914 337098.0 0.0022624435368925333 142.01617965698233 80.32394409179688 6.881536628973674 284.71002197265625 1099.9676513671875 1040.022705078125 81977.0 563.5217407226562 1821.3354248046874 412.4805603027344 33.83140182495117 +sub-10609_ses-V3_task-rest_run-01_bold 0.0016865168539325842 0.01438991188764045 5 38.433433902072075 1.0696256752252253 0.9784814998873873 0.42067480908730603 9860.669921875 0.24996694447895906 133 29.8876404494382 2.460521532801471 2.440695736348798 2.533283232669702 2.407585629385913 0.00803557 -0.008384611457586288 0.017961198464035988 445 90 90 60 2.498532250900453 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 21 64.56044558267551 15.80887222290039 37.22153854370117 10.84494400024414 337076.0 0.013483146205544472 146.61180114746094 83.88986206054688 7.054795857132294 289.9904479980469 1126.30322265625 1063.0718994140625 81637.0 576.701123046875 1875.9061035156249 425.4759521484375 27.28903579711914 +sub-10609_ses-V3_task-rest_run-02_bold 0.001254650112866817 0.009802290361173817 7 40.48489734178736 1.110820208144797 1.0052301988914027 0.4211907833407164 9974.8896484375 0.27445739228408156 194 43.792325056433405 2.451981245503443 2.4319415700299913 2.546191565490104 2.377810600990233 0.00540876 -0.007929500192403793 0.020033331587910652 443 90 90 60 2.5130536882912478 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 64.88319218563981 15.33807373046875 36.19654846191406 10.546276092529297 337172.0 0.018058691173791885 144.4738189697266 80.40147399902344 6.720191859334928 287.835693359375 1092.5272216796875 1033.2652587890625 81990.0 559.8206726074219 1815.3102294921875 411.15673828125 31.864614486694336 +sub-10610_ses-V1_task-cuff_run-01_bold 0.000558536036036036 0.018213249054054054 6 41.874811133837426 1.0737419858916484 1.0441133886004506 0.42920189429456446 2337750.0 0.3405193664852554 0 0.0 2.7280457588483444 2.740790985915493 2.935504225352113 2.5078420652774276 0.00631401 -0.017398498952388763 0.00899798795580864 444 96 96 54 4.469143475811768 0.7999997138977051 2.21875 2.21875 2.3999996185302734 1 23.506823917371175 13.86790657043457 408.2804260253906 9.518546104431152 344605.0 0.13187431991100312 1996.3358642578123 926.7487182617188 2.272066435093147 2857.021484375 15928.494140625 15786.0986328125 85732.0 10550.04814453125 21629.1962890625 3532.221923828125 33.0057373046875 +sub-10610_ses-V1_task-cuff_run-02_bold 0.0028824276169265037 0.020380497216035638 1 43.89889690712057 1.142223306316964 1.0373662279687508 0.43026763917752997 2579250.0 0.32351711005713735 1 0.22271714922049 2.706707224155956 2.7117656338028167 2.9350264788732394 2.473329559791813 0.011265 -0.018007514998316765 0.009377829730510712 449 96 96 54 4.57827305653365 0.7999997138977051 2.21875 2.21875 2.3999996185302734 4 22.876172357231944 13.340609550476074 420.5375671386719 9.187049865722656 345123.0 0.15517368316650393 2041.7178955078095 952.2530517578125 2.2186878959204064 2828.363525390625 15927.3330078125 15754.3837890625 85253.0 10750.583984375 21526.442968749998 3441.09912109375 32.93515396118164 +sub-10610_ses-V1_task-rest_run-01_bold 0.0005956026785714286 0.0187887734375 2 48.66040814787469 1.075114535190156 0.991839071565997 0.42807686807800094 2339077.5 0.439448032480131 329 73.4375 2.7094452420217046 2.728775211267606 2.8991684507042255 2.500392064093282 0.00900336 -0.017782393842935562 0.009928681887686253 448 96 96 54 4.50005324855581 0.7999997138977051 2.21875 2.21875 2.3999996185302734 3 22.932411410807298 14.024404525756836 410.16351318359375 9.57080364227295 345273.0 0.09204768538475037 2017.394311523436 924.571044921875 1.9931436773821307 2946.51123046875 16075.4013671875 15862.0703125 84883.0 10829.58154296875 21924.27089843749 3524.842041015625 31.828533172607422 +sub-10610_ses-V1_task-rest_run-02_bold 0.0006058705357142856 0.016782835223214287 2 43.318899517293055 1.0819878827069338 0.987503684161073 0.43134741951642525 1753014.375 0.36377899794906227 276 61.607142857142854 2.674108654331111 2.6904112676056338 2.8916101408450703 2.4403045545426294 0.00715164 -0.018389685079455376 0.00990903377532959 448 96 96 54 4.611714170117305 0.7999997138977051 2.21875 2.21875 2.3999996185302734 2 22.40347557422571 16.40035057067871 423.05926513671875 11.19685173034668 344961.0 0.10327102988958359 2065.300048828125 954.36181640625 2.2909347714372066 2787.697509765625 15941.5732421875 15762.1826171875 85375.0 10860.529296875 21534.34921875 3417.837646484375 34.778995513916016 +sub-10614_ses-V1_task-rest_run-01_bold 0.0007482102908277406 0.009053498098434006 3 35.21071942952916 1.1116606260538122 1.0024854602017927 0.4673965646866968 473455.90625 0.2557418714400575 163 36.46532438478747 2.4075730234248973 2.504820281690141 2.5171335211267603 2.200765267457792 0.0148151 -0.017701493576169014 0.02418036200106144 447 96 96 54 4.020618507974152 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 36.45817222054053 40.21674346923828 581.1378784179688 27.34625816345215 326116.0 0.21798096224665642 2754.5802612304688 1151.1563720703125 2.1653815828859653 3723.703125 20142.388671875 19810.755859375 102575.0 12640.976171875 28636.117187499996 4927.2666015625 45.49693298339844 +sub-10615_ses-V1_task-rest_run-01_bold 0.0009575736961451248 0.008031420430839003 9 40.43204317100002 1.045061461818181 1.0056747015909095 0.5584964120914964 395.5882873535156 0.31042906686951244 235 53.28798185941043 2.686933318850818 2.3878374051158664 2.885999885320668 2.7869626661159197 0.00848796 -0.014006638899445534 0.0998159721493721 441 90 90 54 2.5379641615930355 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.003252877461605 5.268113613128662 25.426151275634766 11.512472152709961 272880.0 7.730158805847168 89.6621322631836 38.10478591918945 0.23845320559347316 91.259033203125 257.1959533691406 244.44671630859375 98595.0 117.60340423583986 434.8582855224608 96.3155746459961 33.90388870239258 +sub-10616_ses-V1_task-rest_run-01_bold 0.0020778506787330316 0.009106519886877827 8 33.25483417283447 1.0284110117687086 0.9966233735600911 0.5273878340060002 571.5194702148438 0.15374082840303174 15 3.3936651583710407 2.68366525817136 2.4700707351815407 2.9526207160067273 2.6283043233258123 0.00812083 -0.02607983909547329 0.0790148377418518 442 90 90 54 2.186275659763203 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 44.36303850748375 4.028519630432129 22.246248245239258 10.65158462524414 270942.0 7.785068035125732 69.6017009735107 35.17218017578125 1.484389510839632 104.90248107910156 296.1575927734375 275.02490234375 99965.0 127.27059173583986 535.9298706054688 125.79544830322266 36.84807205200195 +sub-10618_ses-V1_task-rest_run-01_bold 0.0014539910313901346 0.010697891838565024 4 36.880446522000014 1.0978776869662916 1.020585697505618 0.43007596054753616 5456.966796875 0.1633581707009959 5 1.1210762331838564 2.3932036101178835 2.4382790697781616 2.4187707372200196 2.3225610233554694 0.00565111 -0.00944136455655098 0.019201185554265976 446 90 90 60 2.8664640624155795 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 234.99046137171194 19.95197105407715 39.006446838378906 13.95067310333252 339333.0 0.03811659291386604 145.86278686523423 85.01309204101562 3.5846063864600337 277.7021484375 1064.5997314453125 1026.5382080078125 80069.0 547.9202270507812 1700.0229736328122 358.1177978515625 33.74271011352539 +sub-10618_ses-V3_task-rest_run-01_bold 0.0040026636568848755 0.016737669300225733 7 38.711348822714946 1.1039893995022623 1.0380168087782804 0.4316581175522399 7707.01953125 0.1791981260968505 13 2.9345372460496613 2.340298056266414 2.341883240275254 2.3544457397760654 2.324565188747922 0.0101371 -0.0008011830504983664 0.02106212079524994 443 90 90 60 3.2457508571569784 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 291.7532396290682 15.026825904846191 32.2852668762207 10.553047180175781 337339.0 0.029345372691750526 118.22867355346665 86.71393585205078 2.428887434802953 212.3233184814453 915.8639526367188 889.6929931640625 82015.0 498.0295928955078 1399.158984375 274.1083984375 28.54865264892578 +sub-10621_ses-V1_task-cuff_run-01_bold 0.0005583295711060948 0.012023942550790067 7 36.23787127355204 1.0125602469457018 0.9651596726470588 0.4795245719013376 3143.811767578125 0.1412198531153301 0 0.0 2.3969951470715736 2.3827165719860166 2.398766571348247 2.409502297880457 0.00992057 0.022840004414319992 0.025299735367298126 443 90 90 60 3.0286305185725912 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 79.07690961442422 23.142650604248047 54.076839447021484 17.419864654541016 318998.0 0.08126410841941833 221.72043151855462 127.5176773071289 2.486131174384936 258.0062255859375 992.29541015625 969.6953125 97760.0 516.0327453613281 1557.1854003906253 320.1745300292969 29.920690536499023 +sub-10621_ses-V1_task-cuff_run-02_bold 0.0008423702031602709 0.011349693273137697 7 36.73561468144798 1.0429825921040725 1.0055597214027152 0.47904475756865145 3137.325439453125 0.14568800811955912 0 0.0 2.378420136980111 2.3748457389654423 2.383616571950254 2.376798100024637 0.00879719 0.02439977414906025 0.025678128004074097 443 90 90 60 3.020606674249224 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 79.13904413873739 22.94854164123535 53.520172119140625 17.295711517333984 319486.0 0.06997742503881454 219.67720413208008 125.88959503173828 2.428387603284736 255.02767944335938 980.6067504882812 958.9594116210938 97492.0 507.10712280273435 1541.332073974609 317.4708251953125 32.907997131347656 +sub-10621_ses-V1_task-rest_run-01_bold 0.0008520541760722348 0.011445569706546277 7 37.219922959162915 1.034070396153847 0.9850671857466076 0.47952960005599454 3248.37060546875 0.16233467599575077 31 6.997742663656885 2.41142570595975 2.3994915713194382 2.413487404096627 2.421298142463184 0.0100651 0.023070218041539192 0.024167148396372795 443 90 90 60 3.0185139580660145 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 67.9792010484634 22.988698959350586 53.78607177734375 17.28668212890625 318510.0 0.08453724756837055 221.03183364868158 126.36196899414062 2.448934695232329 259.63775634765625 995.0408935546875 972.6512451171875 98300.0 514.3341064453125 1565.1946044921876 322.22686767578125 30.544456481933594 +sub-10621_ses-V1_task-rest_run-02_bold 0.0011744819819819823 0.014262251148648647 6 36.94443818514674 1.0247526210383748 0.9989349858690745 0.48037245785311117 2976.98193359375 0.1633306344744535 33 7.4324324324324325 2.4081229290237776 2.3989499046742955 2.4019749045540926 2.4234439778429455 0.00715633 0.02377374842762947 0.024673661217093468 444 90 90 60 3.0293159271210643 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 76.96869665693626 23.694923400878906 53.94497299194336 17.79054069519043 319144.0 0.09684684872627258 220.5897514343261 125.77152252197266 2.431695896242285 254.52011108398438 979.8837280273438 958.6689453125 97739.0 506.94415283203125 1538.4998291015625 316.46221923828125 28.172346115112305 +sub-10622_ses-V1_task-cuff_run-01_bold 0.0013567494356659143 0.016643149164785553 7 45.479042687760206 1.0435864753167428 1.0078212492533942 0.44120765306585585 3556.966552734375 0.26544330922420734 3 0.6772009029345373 2.449728467341932 2.411545737507115 2.5612582315580754 2.3763814329606054 0.0114919 -0.0002650314709171653 0.01902679167687893 443 90 90 60 2.6330107426571208 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 100.13645400929458 22.319355010986328 45.38966751098633 16.600452423095703 334102.0 0.14446952939033508 181.8933418273927 101.46891021728516 4.151572457416395 272.3486633300781 1047.860107421875 994.9277954101562 83748.0 521.4299102783203 1735.5414489746092 377.8647155761719 25.617111206054688 +sub-10622_ses-V1_task-cuff_run-02_bold 0.001181131221719457 0.01982757466063348 8 47.51531806854874 1.0177987344671193 0.983547831065759 0.4406227021589339 3412.19873046875 0.3053808972187162 5 1.1312217194570136 2.4975729272036857 2.444499902864301 2.619537395908936 2.4286814828378196 0.0119758 -0.0006876972038298845 0.01612006314098835 442 90 90 60 2.591047342829325 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 75.78998426614831 22.705284118652344 45.03689193725586 16.981901168823242 334150.0 0.1289592832326889 180.3451446533203 97.25501251220703 4.158181397595622 280.7015380859375 1045.0228271484375 990.3394165039062 83882.0 517.5989868164063 1739.4806884765624 382.2135925292969 22.42071533203125 +sub-10622_ses-V1_task-rest_run-01_bold 0.0010898419864559818 0.016860360248306998 7 46.814087328371066 1.063364200271492 0.9951297187556569 0.44071660562170206 3693.634033203125 0.28597621300184495 175 39.503386004514674 2.430917351798769 2.3753124056135655 2.5566998984058737 2.360739751376869 0.0180594 0.00041756717837415636 0.02014690637588501 443 90 90 60 2.6816242844248315 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 97.20905042401827 21.50275230407715 43.764408111572266 16.01805877685547 333746.0 0.07674943655729294 173.7641143798828 100.1591567993164 4.103775743144461 263.694091796875 1029.1976318359375 979.9119873046875 84224.0 510.1462768554688 1690.62587890625 365.4151611328125 25.64897918701172 +sub-10622_ses-V1_task-rest_run-02_bold 0.003146470588235293 0.017660289230769233 8 48.39455035832201 1.0262741289795907 1.032097977823129 0.44203957195204335 3521.294921875 0.3031840645214656 182 41.1764705882353 2.486095146509913 2.4303332367605672 2.6094540629762784 2.4184981397928933 0.0174097 -0.001471195137128234 0.016126517206430435 442 90 90 60 2.575295516130065 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 9 58.52729206152352 22.631486892700195 46.4501953125 16.69683265686035 334340.0 0.11085973680019379 190.06788635253906 99.1617202758789 4.122606513137765 282.7544250488281 1050.488037109375 995.8733520507812 84171.0 513.6799011230469 1752.6867065429688 386.70025634765625 23.3454532623291 +sub-10622_ses-V3_task-cuff_run-01_bold 0.001047011235955056 0.01155700979775281 5 42.73664370495495 1.10143402813063 1.0084550629279283 0.43380530006376233 4589.6220703125 0.18735231711075503 0 0.0 2.4019355545762906 2.3748665722979476 2.510195733587117 2.3207443578438074 0.0111094 0.002526661613956094 0.021343311294913292 445 90 90 60 2.6131614496554127 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 101.99626521173624 19.31380844116211 38.663482666015625 13.62696647644043 336899.0 0.01573033630847931 147.63416137695302 87.0533447265625 5.529137422460307 235.07742309570312 979.1793212890625 920.8809204101562 82919.0 508.5699005126953 1622.8398315429686 352.3989562988281 32.23322296142578 +sub-10622_ses-V3_task-cuff_run-02_bold 0.0032966966292134834 0.01238748211235955 5 43.16875322015766 1.119956441599099 1.0720968120945942 0.43509988941489625 4721.876953125 0.21009920820176126 2 0.449438202247191 2.4221133264213126 2.3905207383425737 2.5292498994966386 2.346569341424725 0.0142139 0.0037676673382520676 0.020922375842928886 445 90 90 60 2.6033375412123125 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 124.18635421703593 19.053937911987305 39.245208740234375 13.476404190063477 336286.0 0.04494382068514824 150.88314819335938 89.42884826660156 5.439861858644647 237.50286865234375 975.6203002929688 917.7213134765625 83374.0 502.9462936401367 1619.8749572753904 352.5151062011719 29.764114379882812 +sub-10622_ses-V3_task-rest_run-01_bold 0.0009092117117117117 0.010991953716216217 6 42.07773270627545 1.0965249923250568 0.9951819508577879 0.4331151858371011 4609.896484375 0.18907313541323054 54 12.162162162162161 2.39562722195308 2.367837405910595 2.5006124006345907 2.318431859314054 0.00882575 0.002766769379377365 0.02094094641506672 444 90 90 60 2.610133595974702 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 132.45989702229923 19.237098693847656 38.63979721069336 13.596847534179688 336837.0 0.018018018454313278 147.01937255859383 89.29403686523438 5.660705107511495 234.88893127441406 982.4243774414062 923.4437255859375 82837.0 510.9522644042969 1627.3905761718747 353.78961181640625 32.71271896362305 +sub-10622_ses-V3_task-rest_run-02_bold 0.0015028314606741573 0.013120645640449437 5 44.77592260331084 1.1109878033783782 1.0351408925900896 0.4368566678119137 4401.875 0.22268702837813742 111 24.9438202247191 2.434857767137378 2.4084040709652874 2.533383232665728 2.362785997781119 0.0133078 0.0026653690729290247 0.019205927848815918 445 90 90 60 2.6120987521260206 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 56.717792499201146 19.73027229309082 39.57445526123047 13.970787048339844 335728.0 0.04269662871956825 153.68685226440422 85.97142028808594 5.401191452400644 242.1138916015625 979.87060546875 923.0584716796875 83546.0 505.90899658203125 1622.8280944824219 353.3759765625 29.595951080322266 +sub-10624_ses-V3_task-cuff_run-01_bold 0.002729527027027027 0.011636441036036036 6 30.87326250455986 0.9556854661851011 0.9711220064785551 0.5267324474777766 569.0708618164062 0.149656053021864 0 0.0 2.8018819246769566 2.6193832292483954 3.0209623799577403 2.765300164824734 0.0114455 -0.028995703905820847 0.08339081704616547 444 90 90 54 2.2495706690882042 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 66.29551465860936 3.8901610374450684 20.231250762939453 10.5 270453.0 7.6081085205078125 59.01756820678709 31.214860916137695 2.0281544155425735 102.98406982421875 286.53277587890625 267.6689147949219 100825.0 129.0315399169922 506.01533203124984 118.98607635498047 27.540205001831055 +sub-10624_ses-V3_task-cuff_run-02_bold 0.0005512189616252821 0.005560675643340858 7 32.99545263065611 1.0161823132352938 0.9916305159502248 0.5276980199803728 547.7608642578125 0.14422552927685148 0 0.0 2.7026277588618917 2.548349898737673 2.8876207185895955 2.671912659258405 0.0106985 -0.029249951243400574 0.08072986453771591 443 90 90 54 2.221336094635163 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 45.09515556438651 3.8788623809814453 20.111303329467773 10.532732009887695 272000.0 7.735891819000244 61.32742900848386 28.431692123413086 2.267707346650065 102.01842498779297 284.8375244140625 264.9322814941406 99691.0 129.38036346435547 505.03839111328125 119.26648712158203 36.87959671020508 +sub-10624_ses-V3_task-rest_run-01_bold 0.0010619413092550793 0.004775295553047405 7 31.80428068665157 1.0311619125113123 1.0059513774434392 0.5245713771901329 583.8993530273438 0.1287283354716649 0 0.0 2.7190860924486824 2.5560957317632145 2.9018457180243447 2.6993168275584876 0.019125 -0.027520891278982162 0.07862821966409683 443 90 90 54 2.242330451982131 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 50.33496456177515 3.6312038898468018 19.868988037109375 10.386004447937012 272233.0 7.760722637176514 59.83882827758784 29.005971908569336 2.0932072793751786 104.25236511230469 289.76080322265625 270.04742431640625 99252.0 131.33126831054688 513.6459686279296 120.43098449707031 38.94778823852539 +sub-10624_ses-V3_task-rest_run-02_bold 0.002480629213483146 0.006104719415730336 5 33.255039704887416 1.0334925806981985 1.018513233648648 0.527742299781369 559.7665405273438 0.1504176791927477 11 2.4719101123595504 2.717848592190313 2.5592540649710473 2.9042623845949813 2.6900293270049094 0.0118319 -0.029155507683753967 0.08099061250686646 445 90 90 54 2.223092598766437 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 23 43.85226023612057 3.674854278564453 19.926097869873047 10.341572761535645 271642.0 7.6584272384643555 60.82235927581783 28.0667781829834 2.3110247456584245 100.6453857421875 281.8846435546875 262.33819580078125 99996.0 127.98426818847656 499.8955078125 118.00537872314453 35.022464752197266 +sub-10625_ses-V1_task-cuff_run-01_bold 0.0008695045045045044 0.0064887323423423425 6 35.024182674740395 1.0384159973137697 0.9906590655079011 0.5479066617895793 413.4173889160156 0.0824218336360964 0 0.0 2.6827444279577777 2.4475499027431047 2.8792707189213944 2.721412662208835 0.00568683 -0.045394353568553925 0.11680520325899124 444 90 90 54 2.402536941900525 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 22.637956067234644 4.524608135223389 25.093029022216797 11.200450897216797 281064.0 7.9707207679748535 96.3281581878661 36.838619232177734 1.429701909361099 89.54884338378906 261.4794921875 244.465087890625 92128.0 125.93547515869142 451.9844802856444 101.7523422241211 35.49231719970703 +sub-10625_ses-V1_task-cuff_run-02_bold 0.0012820588235294115 0.00903047721719457 8 35.2581732699773 1.0247926385487527 0.9912511991156456 0.5499529115406218 391.8399658203125 0.08512195101497778 0 0.0 2.6993972053911732 2.4735040683784457 2.8936915516816955 2.7309959961133794 0.00884878 -0.04719192907214165 0.11800523102283478 442 90 90 54 2.3969400497665188 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 23.067163966061887 4.997913360595703 25.32516098022461 11.457014083862305 280598.0 7.796380519866943 96.78733825683594 36.99409103393555 1.465387448733714 88.201416015625 259.1588134765625 242.44683837890625 92926.0 123.8224048614502 448.9881362915039 101.14793395996094 31.52567481994629 +sub-10625_ses-V1_task-rest_run-01_bold 0.0007653498871331829 0.009610310474040634 7 34.63605848809958 0.9959621232579179 0.963436091040724 0.5458485320919281 417.9908142089844 0.0828560545043391 1 0.22573363431151242 2.735441649803498 2.493874900902315 2.9391707165411822 2.773279331966996 0.00778741 -0.04455693066120148 0.11470413208007812 443 90 90 54 2.365124125054463 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 21.60132434178022 4.601755619049072 24.92654037475586 11.214447021484375 281168.0 7.889390468597412 95.50338745117188 36.36460876464844 1.4577945089791138 91.24195861816406 262.3210144042969 245.48985290527344 92323.0 123.19278182983399 454.1914428710937 103.79519653320312 32.038230895996094 +sub-10625_ses-V1_task-rest_run-02_bold 0.0021064932126696836 0.010224529705882354 8 36.00053603845805 1.0436003024036278 1.005934049342404 0.551024096200151 384.4755554199219 0.08870131592345651 2 0.45248868778280543 2.6964819276395553 2.472399901755655 2.888758218544395 2.7282876626186168 0.00897857 -0.04787200316786766 0.12018244713544846 442 90 90 54 2.3963025898905665 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 22.516157322538415 5.0113301277160645 25.477066040039062 11.50678825378418 280392.0 7.7941179275512695 97.27025337219241 37.14323806762695 1.4359901036012115 88.14775848388672 258.3550720214844 241.63575744628906 93140.0 123.82749099731444 447.27659759521487 100.83637237548828 31.28681755065918 +sub-10626_ses-V1_task-cuff_run-01_bold 0.0014592970521541948 0.0106551289569161 9 32.09833621554546 1.0329133336363634 1.025806472954546 0.4316807977392029 10209.8974609375 0.08214605489796442 0 0.0 2.386571389923638 2.3356999071876245 2.4541915691458556 2.3698226934374325 0.0044816 0.011503426358103752 0.00937043409794569 441 90 90 60 3.089479308256496 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 1 51.790684160736994 14.089764595031738 38.86123275756836 9.716553688049316 338491.0 0.0022675737272948027 163.44784545898438 100.4502944946289 4.893217628918152 224.79580688476562 1004.00146484375 964.927490234375 81472.0 566.3646392822266 1545.2011657714843 312.3249816894531 34.98007583618164 +sub-10626_ses-V1_task-cuff_run-02_bold 0.002557913832199547 0.010893309455782312 9 31.836931787863627 1.0512164395909094 1.048898989681818 0.43212964077884286 10402.6123046875 0.11066945383825515 0 0.0 2.389007508065962 2.3343457405747676 2.4545749024639565 2.378101881159162 0.00558286 0.011212695389986038 0.009188083000481129 441 90 90 60 3.108432492771812 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 2 51.52300392661205 13.965373992919922 38.9511604309082 9.646258354187012 338561.0 0.0022675737272948027 163.53515625 100.64683532714844 4.88268468050503 221.7582550048828 997.750244140625 958.1043090820312 81435.0 565.841961669922 1532.9270019531252 308.2255859375 34.44898986816406 +sub-10626_ses-V1_task-rest_run-01_bold 0.0013147972972972974 0.010358638761261259 6 31.99708951970659 1.034175910541761 1.0023527918961632 0.43128087222545397 10052.7685546875 0.078721107159298 1 0.22522522522522523 2.3856186024369563 2.338312407083813 2.460041568913397 2.358501831313658 0.018568 0.012048846110701561 0.007152099162340164 444 90 90 60 3.096326602034284 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 2 52.834590247133 14.171540260314941 38.45570373535156 9.837838172912598 338269.0 0.006756756920367479 160.3099151611325 99.44466400146484 4.925687668842769 225.7395782470703 1003.884033203125 966.369384765625 81511.0 564.2567749023438 1541.7916870117188 312.0999755859375 34.45854568481445 +sub-10626_ses-V1_task-rest_run-02_bold 0.0010995936794582393 0.01169708519187359 7 33.17178923398189 1.0266381772624436 0.9828024785067874 0.43172236025163296 9646.4111328125 0.09711713223848285 8 1.8058690744920993 2.402938058099521 2.354399906444553 2.482083234704207 2.3723310331498033 0.00948357 0.012122316285967827 0.00885179452598095 443 90 90 60 3.0900164509932875 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 4 52.35853547664858 14.180103302001953 38.360652923583984 9.821670532226562 338315.0 0.004514672793447971 161.32889709472633 99.46491241455078 4.766563585936268 221.54705810546875 988.2089233398438 950.2911987304688 81821.0 549.817138671875 1519.0587158203125 307.5340881347656 33.52789306640625 +sub-10626_ses-V3_task-cuff_run-01_bold 0.0006382954545454546 0.00651103340909091 10 29.561665580615053 1.0583853361958997 0.9935761473804098 0.4374001096974126 9816.2353515625 0.08210630652663746 0 0.0 2.464093872467394 2.4774457348884846 2.52879989951452 2.386035982999177 0.00631921 0.0027873609215021133 0.01419130526483059 440 90 90 60 2.655978209766365 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 51.36921221907073 16.68264389038086 47.68199920654297 11.3659086227417 333831.0 0.0022727272007614374 198.7568130493164 114.80489349365234 9.50489772069667 271.7239685058594 1186.0474853515625 1118.581787109375 84605.0 664.701318359375 1897.2308593750001 421.15374755859375 41.54685974121094 +sub-10626_ses-V3_task-cuff_run-02_bold 0.0006161625282167043 0.006632310316027089 7 29.572460485180997 1.0651903075565603 0.991011898778281 0.4373432487569839 9861.54296875 0.07732544818104854 0 0.0 2.456834151507189 2.4702957351726 2.519070733234456 2.381135986114511 0.0129052 0.0020854121539741755 0.014729113318026066 443 90 90 60 2.6596742836010434 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 53.45116853190374 16.599790573120117 47.363197326660156 11.273138046264648 333695.0 0.0 199.37878570556626 114.01995086669922 9.52167114764072 271.3932189941406 1182.1234130859375 1114.8104248046875 84645.0 662.5205688476562 1888.184692382813 419.1505126953125 41.301170349121094 +sub-10626_ses-V3_task-rest_run-01_bold 0.0009059009009009008 0.007250748761261262 6 29.490415805598193 1.0602547361173817 0.9904390234311509 0.43781129506813266 10210.5380859375 0.0780247518574602 1 0.22522522522522523 2.460060538743816 2.4713749017963846 2.519999899864201 2.3888068145708625 0.0127922 0.002580539556220174 0.014190880581736565 444 90 90 60 2.7105345861715553 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 51.22577768181206 16.375408172607422 47.118324279785156 11.092342376708984 333477.0 0.0 196.26397094726565 114.20578002929688 9.198038564276942 267.05535888671875 1178.61669921875 1115.4324951171875 84927.0 658.6238830566406 1870.1351562499995 411.5151062011719 40.377647399902344 +sub-10626_ses-V3_task-rest_run-02_bold 0.001017927927927928 0.008252142454954954 6 29.91469548548528 1.0491190109932285 0.9827679153950347 0.43804505076867206 9454.02734375 0.07532642141545627 2 0.45045045045045046 2.474723035715736 2.4890082344290323 2.534045732639403 2.4011151400787734 0.0161837 0.0024926632177084684 0.014645833522081375 444 90 90 60 2.662306249611406 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 52.66515980183326 16.836219787597656 47.394920349121094 11.524775505065918 333654.0 0.011261261999607086 198.01656265258782 112.87156677246094 9.603804655301388 269.11907958984375 1176.7747802734375 1109.9324951171875 84663.0 661.2103759765625 1878.7014160156245 416.9039306640625 37.834014892578125 +sub-10627_ses-V1_task-cuff_run-01_bold 0.0011193243243243242 0.010180544166666666 6 38.27765561665913 1.1717205890744924 0.993999795440181 0.42858396263511145 7050.2490234375 0.2616204663237583 1 0.22522522522522523 2.510552195051201 2.544904065541265 2.5559040651041642 2.4308484545081743 0.0111999 0.0003481933381408453 0.022069061174988747 444 90 90 60 2.975460179897419 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 178.7046350046231 19.581035614013672 42.2852897644043 13.675676345825195 337476.0 0.045045047998428345 164.7235336303711 102.74708557128906 3.459503771376517 304.7950134277344 1178.9681396484375 1144.137451171875 80705.0 610.2144287109375 1847.2153808593753 384.52215576171875 35.51318359375 +sub-10627_ses-V1_task-cuff_run-02_bold 0.0011275339366515836 0.009161751900452488 8 34.618548568322 1.130740886235828 0.989713355918367 0.42908953288766255 7758.19677734375 0.19084863030200683 1 0.22624434389140272 2.5029452507873367 2.53460406595055 2.5427707322927025 2.4314609541187577 0.00522319 0.0007252188515849411 0.02197934314608574 442 90 90 60 2.99270888324604 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 161.28047436941904 18.85789680480957 41.931182861328125 12.945701599121094 337233.0 0.0067873308435082436 165.66561889648415 100.7460708618164 3.5107205355442668 300.86767578125 1170.828125 1136.4151611328125 80862.0 607.4063903808594 1829.8175048828125 379.7255859375 37.686527252197266 +sub-10627_ses-V1_task-rest_run-01_bold 0.0009291156462585034 0.010914288412698411 9 36.20757879786362 1.1270508416363634 0.9696297624545449 0.42849642460217485 7480.294921875 0.21268150162543778 78 17.687074829931973 2.4959619191330322 2.52921656616463 2.53426239929746 2.4244067919370065 0.00881845 0.00043452976387925446 0.02150917984545231 441 90 90 60 2.99573571609369 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 138.6934570711931 19.344430923461914 42.4110107421875 13.405896186828613 337691.0 0.020408162847161293 165.1462631225586 101.8819351196289 3.396862725865649 305.39422607421875 1188.5582275390625 1152.051025390625 80480.0 623.30615234375 1864.7311279296875 384.5612487792969 35.594696044921875 +sub-10627_ses-V1_task-rest_run-02_bold 0.0015713769751693 0.008818276591422121 7 35.259465256425365 1.1827816645701361 1.009712405226244 0.4279339131726846 7711.90966796875 0.18293641906520236 42 9.48081264108352 2.481310532461325 2.51760823329257 2.5101457335891033 2.4161776305023 0.00755769 -0.001185287837870419 0.02195677161216736 443 90 90 60 3.0013663550045075 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 164.42432697550692 18.98600959777832 41.852081298828125 13.08803653717041 338261.0 0.004514672793447971 166.4740447998047 99.75601959228516 3.2570508039101975 296.0118103027344 1178.51513671875 1141.2867431640625 80245.0 618.1462768554687 1843.7675292968752 380.25335693359375 39.586666107177734 +sub-10627_ses-V3_task-cuff_run-01_bold 0.0011422297297297298 0.018269674774774772 6 41.57023088029347 1.085008566681715 0.9722510809029341 0.4332160163852743 8411.3505859375 0.34215535811115455 7 1.5765765765765767 2.5520785689940135 2.526204066284336 2.63226239540329 2.497769245294415 0.00949645 0.005841212347149849 0.025407224893569946 444 90 90 60 3.1835099279515866 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 167.66245864708068 15.684195518493652 36.81861114501953 10.86486530303955 334743.0 0.013513513840734959 134.4502349853507 103.49003601074219 3.0045421372288343 232.74185180664062 1018.4154663085938 987.2747802734375 82826.0 546.0247802734375 1563.4459533691406 310.1195983886719 28.649816513061523 +sub-10627_ses-V3_task-cuff_run-02_bold 0.002111289592760181 0.025543220814479642 8 41.03021457770973 1.0625371586621315 0.9832635259410429 0.43444893060535056 7997.091796875 0.3012032369754551 7 1.583710407239819 2.600035504442356 2.555354065126019 2.7112957255961208 2.533456722604928 0.0131537 0.006813035346567631 0.02545173093676567 442 90 90 60 3.1696418721649695 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 38 168.50350147554903 15.768582344055176 36.148292541503906 10.925339698791504 334046.0 0.020361991599202156 130.01357650756836 100.27923583984375 3.0168778496495054 229.56521606445312 997.8057861328125 968.1991577148438 83532.0 529.5623443603515 1530.032269287109 305.4582824707031 24.09554672241211 +sub-10627_ses-V3_task-rest_run-01_bold 0.0011183484162895928 0.020719178054298643 8 42.64239240276644 1.0665566865986398 0.9574345965759639 0.4336504970895378 8290.6591796875 0.3535160122755566 220 49.7737556561086 2.5572771795533407 2.5261748996188285 2.6461498948514506 2.499506744189743 0.0120942 0.007310184184461832 0.025597266852855682 442 90 90 60 3.2340093880415055 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 158.560191994559 15.684725761413574 36.113834381103516 10.891403198242188 334203.0 0.018099548295140266 130.59186706542937 101.24187469482422 2.920029192503905 226.89849853515625 1012.1287231445312 982.4208374023438 83187.0 545.7638061523437 1547.0090942382812 303.7761535644531 27.043384552001953 +sub-10627_ses-V3_task-rest_run-02_bold 0.0030038202247191013 0.01624346011235955 5 42.16692508213962 1.1444749869144148 1.0336776248648634 0.4330288513518218 8916.34375 0.3366938286871573 230 51.68539325842696 2.5520841244574584 2.5233582330640862 2.634662395307923 2.4982317450003655 0.00705289 0.005821425002068281 0.02599029615521431 445 90 90 60 3.1495684745205614 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 193.8676127798979 15.269136428833008 36.731475830078125 10.653932571411133 334673.0 0.02921348437666893 135.04584960937493 103.66323852539062 3.1844642829213177 233.56813049316406 1011.3949584960938 979.7191162109375 83085.0 541.0620239257812 1561.669677734375 311.06268310546875 29.997028350830078 +sub-10629_ses-V1_task-cuff_run-01_bold 0.0012673076923076921 0.009815086063348416 8 41.94102746616776 1.0865475348526072 1.0484929858503393 0.4210210296300386 11444.5029296875 0.30433053985265934 2 0.45248868778280543 2.3514994235455977 2.34080407365147 2.28260407596413 2.4310901210211937 0.0046508 -0.0008100706618279219 0.015230532735586166 442 90 90 60 2.7573792487502327 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 47.58555691227007 15.104430198669434 36.14299392700195 10.595023155212402 335629.0 0.020361991599202156 145.44841918945303 86.12409210205078 4.632186023091969 309.5284118652344 1193.5386962890625 1127.040771484375 83231.0 656.6436767578125 1937.2240600585938 408.7337646484375 32.51982879638672 +sub-10629_ses-V1_task-rest_run-01_bold 0.0009762585034013604 0.008306330816326531 9 39.79165043404549 1.1295634620909087 0.9907541252954537 0.4199040839131133 10493.7939453125 0.22137678691842824 111 25.170068027210885 2.3330952646270333 2.3326874073073305 2.2708249097655253 2.3957734768082446 0.00488985 1.7756547094904818e-05 0.014785087667405605 441 90 90 60 2.7389957891293792 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 50.5895259506356 15.696758270263672 35.8730354309082 11.020408630371094 335547.0 0.01814058981835842 143.18026885986342 87.04204559326172 4.549168671907413 311.9179992675781 1201.0555419921875 1134.802734375 83387.0 658.3526306152344 1958.0556152343747 414.3109436035156 35.563758850097656 +sub-10629_ses-V1_task-rest_run-02_bold 0.0017503370786516857 0.009180887235955056 5 41.06653647380631 1.1198522924324326 1.0097614327927928 0.4212268897704336 10592.765625 0.23773841358922318 132 29.662921348314608 2.3442424836620095 2.3470207400711085 2.276120742888421 2.4095859680264993 0.00381452 0.00010159811790799722 0.015069885179400444 445 90 90 60 2.7576649260711794 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 48.620376163701856 15.49236011505127 35.54197311401367 10.896629333496094 335320.0 0.02921348437666893 143.49573287963835 84.69953918457031 4.748841617401414 303.87347412109375 1184.4283447265625 1118.3797607421875 83715.0 651.7276550292968 1919.764978027344 405.5507507324219 34.4725341796875 +sub-10629_ses-V3_task-cuff_run-01_bold 0.0009478684807256235 0.009063145487528344 9 39.22441871815909 1.1551970600454537 0.9934075358863644 0.4002175746471344 15335.302734375 0.14699321277054664 0 0.0 2.3358063825246806 2.345387406802678 2.300958241901468 2.3610734988698967 0.0037803 -0.000892947253305465 0.018067510798573494 441 90 90 60 2.4244288830121037 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 62.8205479364007 14.436041831970215 34.01132583618164 9.891156196594238 342611.0 0.0022675737272948027 133.43084716796875 82.86843872070312 3.802675476177261 379.97998046875 1303.270751953125 1209.5986328125 79089.0 676.3333251953125 2243.528369140623 498.91790771484375 37.09471130371094 +sub-10629_ses-V3_task-rest_run-01_bold 0.0010311990950226245 0.009300378959276018 8 39.119026469365096 1.1620339222448977 0.9759257287301588 0.3997913315579471 15262.4111328125 0.12333857162163345 9 2.0361990950226243 2.3155161075002497 2.3235540743369234 2.2717207430632613 2.351273505100565 0.00720363 -0.0005039276438765228 0.01746220886707306 442 90 90 60 2.4635764188017713 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 65.51928169309616 14.51071834564209 33.77101135253906 9.966063499450684 342823.0 0.004524887073785067 132.32082061767562 84.18368530273438 3.9146012485357016 374.18267822265625 1317.7493896484375 1223.022705078125 78866.0 696.4174499511719 2253.0068969726562 496.4388122558594 36.17820739746094 +sub-10629_ses-V3_task-rest_run-02_bold 0.0011777324263038548 0.009019297709750566 9 39.800738759704565 1.1692355442045461 0.9912746001818177 0.39982588674846165 14723.6904296875 0.14422323476894003 30 6.802721088435374 2.3378230487006024 2.34896240666062 2.3013665752185752 2.363140164222613 0.00400431 -0.0004320087900850922 0.017275618389248848 441 90 90 60 2.414309680342158 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 64.61221836564279 14.550344467163086 33.83183670043945 9.997732162475586 342644.0 0.006802720949053764 133.1690536499022 82.27994537353516 3.80321763556727 380.2286682128906 1298.79345703125 1204.9410400390625 79083.0 673.1052429199219 2240.4826660156245 499.07989501953125 36.659053802490234 +sub-10630_ses-V1_task-cuff_run-01_bold 0.000791685393258427 0.018720737528089886 5 57.405620772364884 1.0518115390090093 0.955424951779279 0.45300544234869894 5218.82470703125 0.6923383867275121 143 32.13483146067416 2.599996601487779 2.509574900278453 2.658666561020749 2.6317483431641353 0.0131143 -0.0056717898696660995 0.019458187744021416 445 90 90 60 3.4259437983723027 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 14 65.40038283712683 20.75309944152832 42.4428596496582 14.483146667480469 332115.0 0.05842696875333786 161.36180114746094 91.1473388671875 2.0557134112133735 255.26077270507812 1048.348876953125 1037.155029296875 87059.0 584.4676635742187 1557.0171508789049 302.73382568359375 24.697519302368164 +sub-10630_ses-V1_task-cuff_run-02_bold 0.0009313258426966293 0.018828232584269664 5 58.060981844977455 1.0521517660135145 1.0062356647972965 0.4537499836749709 5011.06298828125 0.696389485975912 145 32.58426966292135 2.6339549410506327 2.5417540656664346 2.705474892494087 2.6546358649913775 0.0215287 -0.006524872500449419 0.02012198604643345 445 90 90 60 3.392221307031865 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 12 62.99622291327955 21.179555892944336 43.0175895690918 14.856180191040039 332015.0 0.08089888095855713 163.64988708496082 90.503173828125 1.8950766653214028 260.754638671875 1038.643310546875 1027.283203125 87104.0 575.7881042480469 1547.804046630859 302.8332214355469 23.45559310913086 +sub-10630_ses-V1_task-rest_run-01_bold 0.0010162612612612612 0.01836918783783784 6 56.006113026591436 1.0453245194356657 0.9683736826410833 0.4526024945930551 5351.8388671875 0.633353669111118 352 79.27927927927928 2.615729933241147 2.5115999001979867 2.706724892444416 2.6288650070810387 0.0136712 -0.0052032750099897385 0.017845913767814636 444 90 90 60 3.4406542903941513 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 53.12713696233976 20.626203536987305 41.7713508605957 14.34009075164795 331778.0 0.036036036908626556 154.479736328125 89.64849090576172 1.8631763433362822 256.3934631347656 1041.06787109375 1029.596923828125 87143.0 581.5723083496094 1546.1966674804687 299.2427978515625 24.41533088684082 +sub-10630_ses-V1_task-rest_run-02_bold 0.0011664639639639642 0.016285460427927927 6 52.204776087878074 1.040626818284425 0.9642136592325059 0.4530735898916022 5467.30908203125 0.6363503428008772 330 74.32432432432432 2.6025771559791155 2.5068249003877283 2.6720623938217805 2.628844173727837 0.0127781 -0.004905827343463898 0.02019830420613289 444 90 90 60 3.4598896065799556 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 50.00313996705282 20.6929874420166 42.735443115234375 14.34009075164795 332346.0 0.029279280453920364 164.04054260253906 90.35935974121094 2.052303516173903 248.44944763183594 1031.100341796875 1020.0631103515625 86943.0 577.730859375 1528.6482299804688 294.8236389160156 26.185678482055664 +sub-10630_ses-V3_task-cuff_run-01_bold 0.0008591666666666667 0.01705547391891892 6 52.66186115304742 1.0377429674943568 0.9701350058690743 0.452168575544365 4710.921875 0.5502516574034861 91 20.495495495495497 2.5967035629290005 2.5081457336685764 2.5992832300470976 2.682681725071327 0.00967006 -0.000580123218242079 0.022452760487794876 444 90 90 60 3.4580597000390214 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 70.66739641578286 19.333934783935547 38.15032958984375 13.495495796203613 333118.0 0.020270271226763725 145.42827148437493 82.15357208251953 2.0255076238293688 215.04066467285156 933.6491088867188 919.538330078125 86003.0 520.5693603515625 1386.7968627929688 265.91009521484375 25.91360092163086 +sub-10630_ses-V3_task-cuff_run-02_bold 0.0011832279909706547 0.021032791873589165 7 64.56286658196831 1.0574980083257917 0.9606631461085986 0.4499618575420644 4622.9091796875 0.7829764463891655 172 38.82618510158014 2.613759126140449 2.5164707333377705 2.6169582293447564 2.70784841573882 0.0142874 0.002044724766165018 0.023236460983753204 443 90 90 60 3.467300582053115 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 11 74.54145789556397 19.242036819458008 36.917236328125 13.538375854492188 333914.0 0.029345372691750526 138.87449951171854 80.17486572265625 2.009137234173358 210.69683837890625 920.7857666015625 909.0880737304688 85631.0 510.8307189941406 1367.6727294921875 262.1874694824219 23.792198181152344 +sub-10630_ses-V3_task-rest_run-01_bold 0.001066629213483146 0.020480834831460674 5 63.31372182009004 1.0554184624099094 0.9725559287837829 0.4503954021537056 4718.18359375 0.813691537049359 356 80.0 2.6074216214266 2.5126540668227646 2.6167582293527034 2.692852568104332 0.0155163 0.0012793629430234432 0.02141192927956581 445 90 90 60 3.4843875632396393 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 20 75.09082438130166 19.243844985961914 37.137516021728516 13.57752799987793 333220.0 0.05393258482217789 137.07888336181634 81.1722183227539 2.0477517895566226 207.72593688964844 927.6183471679688 913.2955322265625 85980.0 517.0186309814453 1377.1872009277345 262.1092529296875 24.105331420898438 +sub-10630_ses-V3_task-rest_run-02_bold 0.004196157303370787 0.025760511460674155 5 64.11367900081083 1.0781726916441445 1.0156772516891897 0.4492371078883782 4782.46240234375 0.7920555108640799 334 75.0561797752809 2.622068854604166 2.51631656667723 2.6221957291366365 2.727694267998633 0.0108784 0.0038448753766715527 0.02340882085263729 445 90 90 60 3.502659335545542 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 19 78.13983046204063 18.897348403930664 36.0745849609375 13.314606666564941 334390.0 0.04269662871956825 132.7996681213377 79.07501220703125 2.101202150664646 204.54083251953125 914.7413330078125 902.1674194335938 85436.0 510.78145599365234 1353.1679382324219 257.5649108886719 21.685134887695312 +sub-10636_ses-V1_task-cuff_run-01_bold 0.0012715955056179775 0.021653480000000003 5 44.77987637398649 1.1564435126351351 1.0027943130180168 0.4501893067763266 330047.96875 0.35912930462220266 7 1.5730337078651686 2.672847681944713 2.786352676056338 2.749300281690141 2.482890088087662 0.0164467 -0.017051037400960922 0.024956900626420975 445 96 96 54 4.299563420763402 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 146.46253327316916 45.54543685913086 626.0626220703125 31.072879791259766 339557.0 0.3071886897087097 2764.6347656250005 1464.888427734375 1.449530137826902 3344.534912109375 18370.1875 18119.552734375 89885.0 11820.9181640625 25948.85312500001 4214.25390625 32.022247314453125 +sub-10636_ses-V1_task-cuff_run-02_bold 0.0034054831460674155 0.021153089887640447 5 47.64018590581085 1.2087289656756768 1.0827960029954957 0.4515797666810651 342145.375 0.391338743480063 16 3.595505617977528 2.675247344448691 2.786578028169014 2.769861408450704 2.469302596726356 0.0106607 -0.01731707900762558 0.02400279976427555 445 96 96 54 4.306515389526025 0.7999997138977051 2.21875 2.21875 2.4000015258789062 7 170.0072578441223 44.24104690551758 616.8070068359375 30.12391471862793 338454.0 0.25280460566282276 2741.57266845703 1452.09033203125 1.5444446127156555 3238.061279296875 18075.0 17825.015625 90763.0 11552.53505859375 25488.0443359375 4139.05810546875 33.649269104003906 +sub-10636_ses-V1_task-rest_run-01_bold 0.0013669351230425055 0.01587203172259508 3 46.67224452961888 1.190731554147983 1.0240614378699546 0.44964888895815985 380556.5625 0.3610004354716267 220 49.21700223713646 2.653678837239224 2.771727323943662 2.730294084507042 2.4590151032669683 0.00875756 -0.016932420432567596 0.02263430319726467 447 96 96 54 4.294074692604822 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 196.26186112083823 42.114112854003906 608.5811767578125 28.623470306396484 339004.0 0.19693401977419853 2697.464599609375 1462.908203125 1.5130757401817636 3294.01123046875 18213.833984375 17961.71484375 90330.0 11683.78642578125 25691.978808593754 4182.8837890625 36.61479187011719 +sub-10636_ses-V1_task-rest_run-02_bold 0.0025272645739910318 0.021257745964125555 4 47.414525964224666 1.2136854000449444 1.0518780293258425 0.45212546098642353 363663.34375 0.39432125244420824 233 52.24215246636771 2.6684366449030565 2.778749295774648 2.7608788732394367 2.4656817656950847 0.0128563 -0.01728835515677929 0.02511054091155529 446 96 96 54 4.330683812604127 0.7999997138977051 2.21875 2.21875 2.4000015258789062 6 155.444150895109 42.58551025390625 615.651611328125 29.01144027709961 338477.0 0.26321533918380735 2739.229492187501 1438.833251953125 1.5244024501903182 3226.58203125 17976.34375 17735.32421875 90784.0 11551.6345703125 25276.680957031247 4095.24853515625 33.82344055175781 +sub-10637_ses-V1_task-cuff_run-01_bold 0.0015143400447427291 0.012645522639821029 3 40.66978333143496 1.1320231506278022 1.0042389806726457 0.47206050448025094 490128.125 0.3819964358709675 18 4.026845637583893 2.523590130314662 2.5561284507042252 2.657347605633803 2.357294334605958 0.014687 -0.019506724551320076 0.03503822907805443 447 96 96 54 4.178412952897934 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 88.18872757312324 38.59832000732422 607.13232421875 26.338783264160156 323254.0 0.2673274904489517 2582.7200317382794 1416.591552734375 1.0756383979419892 4135.60009765625 20246.259765625 19785.220703125 104517.0 13274.87890625 28484.6890625 4735.08154296875 38.456260681152344 +sub-10637_ses-V1_task-cuff_run-02_bold 0.0012950448430493274 0.01376643802690583 4 43.40589605184272 1.145988016561798 1.04329245435955 0.4728341430322878 417732.78125 0.4500925038137445 38 8.52017937219731 2.5389045670311656 2.5680676056338028 2.673347605633803 2.375298489825891 0.0149518 -0.019319143146276474 0.03454573452472687 446 96 96 54 4.157494583697015 0.7999997138977051 2.21875 2.21875 2.4000015258789062 7 94.06472924141124 42.21379852294922 609.4104614257812 28.777925491333008 322710.0 0.2565668776631356 2582.3996948242175 1426.771728515625 1.151796269626157 4094.275634765625 20182.3515625 19740.515625 105100.0 13122.5048828125 28405.639160156246 4748.1533203125 37.25131607055664 +sub-10637_ses-V1_task-rest_run-01_bold 0.0010614798206278026 0.01436880403587444 4 46.344013981483194 1.1242803824494378 0.9984019437752799 0.4713309245962642 439753.125 0.5317630081285968 327 73.31838565022422 2.544037127657166 2.5756033802816902 2.671905352112676 2.3846026505771314 0.0125324 -0.019557682797312737 0.034263018518686295 446 96 96 54 4.151759631484203 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 98.89248146973429 40.909671783447266 604.986083984375 27.970046997070312 323367.0 0.32748027443885813 2573.235302734377 1420.2015380859375 1.0907545429497771 4150.6982421875 20280.94921875 19828.99609375 104598.0 13202.815966796876 28559.162792968746 4776.0234375 35.839107513427734 +sub-10637_ses-V1_task-rest_run-02_bold 0.0013140582959641255 0.013790992914798208 4 42.9355629521573 1.1461389771685393 1.0104904579550567 0.4729730729400435 491489.28125 0.40087427661084224 268 60.08968609865471 2.536410507423514 2.5652461971830984 2.6754118309859156 2.368573494101528 0.0175872 -0.019383909180760384 0.03450857475399971 446 96 96 54 4.1703558059063 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 88.44293291388291 38.55644226074219 604.5382690429688 26.31885528564453 322688.0 0.2754647955298424 2575.140795898432 1405.0194091796875 1.1432803259040458 4055.112548828125 20101.814453125 19661.771484375 105156.0 13054.179443359375 28259.96142578125 4714.62841796875 37.47557067871094 +sub-10638_ses-V1_task-cuff_run-01_bold 0.0005275900900900901 0.0039435137612612615 6 30.34239959297966 1.0032469599322797 0.9955229294808124 0.560897582352706 278.3978271484375 0.10239941850946102 0 0.0 2.789062480073843 2.621312395838404 3.000749880760913 2.7451251636222103 0.0130964 -0.010664368979632854 0.09313333034515381 444 90 90 54 2.093080915049478 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 18.91756001571898 9.543416023254395 34.214988708496094 15.394144058227539 273399.0 8.272522926330566 132.96666717529286 49.699649810791016 1.1921950015124345 116.98535919189453 296.2554016113281 277.1486511230469 98689.0 114.28468627929688 548.842358398437 132.41114807128906 41.38151550292969 +sub-10638_ses-V1_task-cuff_run-02_bold 0.0005287954545454545 0.004382059954545455 10 31.07295758423692 1.0139162729157163 1.0001264159908894 0.5623201633277148 272.73583984375 0.1001874406936962 0 0.0 2.7703624803261415 2.6050040631531055 2.9757790484198314 2.7303043294054867 0.0167574 -0.011945878155529499 0.09406711161136627 440 90 90 54 2.096735200920693 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 18.287175656523452 9.687456130981445 34.40708923339844 15.477272033691406 273475.0 8.259090423583984 134.51271667480464 49.871158599853516 1.2601189997901177 115.65140533447266 294.7960205078125 275.67047119140625 98594.0 114.60965614318849 545.2130401611328 131.4753875732422 40.375492095947266 +sub-10638_ses-V1_task-rest_run-01_bold 0.0003799097065462754 0.004914902121896163 7 30.406403114366526 0.9917647745248872 0.9849816367420812 0.5594942707647804 284.34478759765625 0.0994611198469047 0 0.0 2.8067652576948263 2.636974895216032 3.0216873799289314 2.761633497939517 0.0158255 -0.01068789977580309 0.0935010313987732 443 90 90 54 2.0875292332284414 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 18.579754966739607 9.431090354919434 33.952579498291016 15.268623352050781 273555.0 8.26185131072998 132.54537658691402 49.317867279052734 1.1339550627716601 118.48101806640625 297.251708984375 278.2438049316406 98575.0 113.44514846801759 551.2726806640624 133.28790283203125 39.07216262817383 +sub-10638_ses-V1_task-rest_run-02_bold 0.00037583143507972656 0.004212061571753987 11 31.014400251210027 1.0105460305251142 0.9966002315296804 0.5631523280088243 270.220458984375 0.09910422133498228 0 0.0 2.7565569249703716 2.593499896943573 2.9563998825232236 2.719770995444317 0.0126554 -0.012333204038441181 0.09574418514966965 439 90 90 54 2.10325387835713 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 17.910075250438993 9.702771186828613 34.338218688964844 15.437357902526855 273693.0 8.23006820678711 134.08292541503906 49.62016677856445 1.2891066927681862 114.0658187866211 292.18206787109375 273.29730224609375 98538.0 113.86879653930664 539.3079742431639 129.9395751953125 41.157379150390625 +sub-10638_ses-V3_task-cuff_run-01_bold 0.000475656108597285 0.004375560633484162 8 34.13972165219955 1.0432453714285719 1.0051469754195015 0.5578594423226089 336.3405456542969 0.11690130763313931 0 0.0 2.7274930385864504 2.529166566166617 2.892770718384953 2.760541831207782 0.0152135 -0.011269043199717999 0.09908086806535721 442 90 90 54 2.3169039809660608 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 22.74880503914315 7.322445392608643 29.572765350341797 13.27375602722168 275724.0 7.9095025062561035 109.8099594116211 43.42216110229492 0.8601521082815418 100.82364654541016 276.591064453125 260.9954833984375 96313.0 116.40633697509767 487.3362182617186 112.64779663085938 39.751407623291016 +sub-10638_ses-V3_task-cuff_run-02_bold 0.0005209480812641084 0.004503381173814898 7 34.39790953986426 1.0351125069457012 0.9994359395927599 0.5604316497098745 322.5915222167969 0.12414839022952616 0 0.0 2.740087482802659 2.542658232297173 2.908841551079689 2.7687626650311152 0.01332 -0.012911458499729633 0.09914235770702362 443 90 90 54 2.3002751501712067 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 22.13430935139944 7.607122421264648 29.98586082458496 13.507901191711426 275070.0 7.918735980987549 111.53498840332031 43.621646881103516 0.9025132174970207 101.014404296875 275.5643310546875 259.92437744140625 96930.0 114.98521575927734 486.4810607910157 112.99649810791016 39.20708465576172 +sub-10638_ses-V3_task-rest_run-01_bold 0.0004977727272727273 0.004715185863636363 10 33.57407340920277 1.029433059134397 0.9966676492710698 0.5564203772111573 342.2499694824219 0.11652482428565641 0 0.0 2.753015260444505 2.552429065242248 2.9264457170468283 2.7801709990444383 0.0113542 -0.011086506769061089 0.09761501103639603 440 90 90 54 2.308228249620971 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 22.837209115173824 7.335511684417725 29.395877838134766 13.268181800842285 275596.0 7.904545307159424 109.09374618530273 43.07741928100586 0.8112319892075592 102.92123413085938 278.47222900390625 263.3465881347656 96542.0 115.20272483825684 490.4243057250976 114.08976745605469 38.77229309082031 +sub-10638_ses-V3_task-rest_run-02_bold 0.00041938636363636364 0.003972708568181819 10 33.359634955489746 1.0248006989977219 0.998599350569477 0.5611831558061141 319.4780578613281 0.10923918971014158 0 0.0 2.7246666497153598 2.528316566200393 2.887995718574694 2.7576876643709936 0.0116285 -0.012722439132630825 0.09965526312589645 440 90 90 54 2.2976872617556454 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 21.64118653751264 7.578118801116943 30.020240783691406 13.477272033691406 275059.0 7.897727012634277 112.39340820312495 43.59926986694336 0.88932733952565 100.02511596679688 273.956787109375 258.125 96939.0 114.61044998168946 483.7970184326169 112.34064483642578 40.73780822753906 +sub-10640_ses-V1_task-cuff_run-01_bold 0.0013007918552036199 0.014715153461538464 8 36.808239601791385 1.0473421081179142 0.9981945045124718 0.4230230375485945 11081.330078125 0.21272882113944544 0 0.0 2.4591201545218873 2.4610249022076567 2.4768790682443353 2.43945649311367 0.00283478 -0.014711493626236916 0.017281316220760345 442 90 90 60 2.5419472175696254 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 10 65.68994267182794 13.645307540893555 30.90276527404785 9.41855239868164 333575.0 0.013574661687016487 122.43303604125956 69.45817565917969 4.399113559699302 272.05426025390625 1061.0291748046875 989.1776123046875 85476.0 569.7534332275391 1793.2059326171875 389.139404296875 28.156513214111328 +sub-10640_ses-V1_task-cuff_run-02_bold 0.0019151131221719455 0.016635624343891403 8 41.96035491108844 1.071082190907029 0.9899034197505666 0.4232256347375632 10767.8662109375 0.2924689360430161 1 0.22624434389140272 2.4602034876824774 2.458720735632549 2.4828249013414023 2.4390648260734804 0.00290659 -0.014998243190348148 0.016931168735027313 442 90 90 60 2.5471702986388753 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 11 67.3553099776775 13.85327434539795 31.056642532348633 9.55203628540039 333773.0 0.015837104991078377 122.86199951171875 69.69010162353516 4.454877021634728 272.0172424316406 1060.08203125 988.2794189453125 85292.0 571.0118041992188 1792.2038085937497 387.98883056640625 26.751178741455078 +sub-10640_ses-V1_task-rest_run-01_bold 0.0012071945701357465 0.018876542760180998 8 39.05287547977326 1.0253844178684812 0.9686869590476203 0.4227707739596371 10807.9453125 0.23706649571897254 117 26.470588235294116 2.4812257181328534 2.4768832349108365 2.500358233978024 2.4664356855096994 0.00293015 -0.01444084383547306 0.017291869968175888 442 90 90 60 2.544418954707484 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 18 72.44711343328123 13.705686569213867 30.400476455688477 9.533937454223633 333276.0 0.04524886980652809 117.76753997802734 68.65728759765625 4.361875145758304 271.7321472167969 1059.3558349609375 988.587158203125 85620.0 565.3046875 1789.3835754394531 388.5293273925781 25.30510902404785 +sub-10640_ses-V1_task-rest_run-02_bold 0.002002448979591837 0.011556946870748298 9 43.00352887672731 1.1025745642954548 1.0264530924090902 0.4234586683095083 10694.43359375 0.32028192954933277 208 47.16553287981859 2.441510423022524 2.46065823555556 2.454545735798449 2.409327297713564 0.00293241 -0.01530119962990284 0.017217617481946945 441 90 90 60 2.5321775731192546 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 75.38302170534747 13.824173927307129 31.561813354492188 9.566893577575684 333993.0 0.020408162847161293 127.03945770263664 70.73250579833984 4.554404392549455 271.0691223144531 1064.7845458984375 991.8662109375 85348.0 573.5514587402344 1803.8548522949213 391.7025451660156 30.580656051635742 +sub-10643_ses-V1_task-cuff_run-01_bold 0.0005992359550561798 0.013508771550561797 5 43.76776782871626 1.1434763602252245 0.9955876061036035 0.4293720873889305 786843.0 0.3804984603728402 1 0.2247191011235955 2.6109120205269982 2.6676011267605633 2.699628169014084 2.465506765806347 0.00614918 -0.014864003285765648 0.007572146598249674 445 96 96 54 4.475260602817473 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 35.81937106550346 25.83246421813965 372.7689514160156 17.587146759033203 342966.0 0.1358485370874405 1610.8055725097656 773.3388061523438 2.157077751014869 2941.755859375 16452.50390625 16303.9453125 87212.0 10764.520166015625 22500.6662109375 3643.106689453125 37.70558547973633 +sub-10643_ses-V1_task-cuff_run-02_bold 0.000503609865470852 0.012652941165919283 4 41.15898991283149 1.1221633077303368 0.9985401422696633 0.429372403978162 723489.375 0.3776233000879901 0 0.0 2.6002933027333914 2.6541476056338027 2.6947380281690143 2.4519942743973577 0.00721858 -0.014345900155603886 0.0073553165420889854 446 96 96 54 4.506870712794024 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 36.056650891778624 27.151119232177734 371.4300842285156 18.45126724243164 342708.0 0.10087911523878576 1606.2279418945309 770.4657592773438 2.2731222688147996 2870.936279296875 16507.216796875 16354.9013671875 87341.0 10884.4716796875 22510.0859375 3628.861083984375 39.331851959228516 +sub-10643_ses-V1_task-rest_run-01_bold 0.0007004044943820226 0.01408064404494382 5 47.01933624499999 1.1557762332882877 0.999731781058559 0.42862496318503157 727900.75 0.4743899671035984 341 76.62921348314607 2.6070713206528757 2.6560360563380283 2.701741971830986 2.4634359337896132 0.00878171 -0.014210911467671394 0.0069220406003296375 445 96 96 54 4.492230414463819 0.7999997138977051 2.21875 2.21875 2.4000015258789062 4 36.50261721362735 26.71547508239746 362.28839111328125 18.162220001220703 342753.0 0.10892768949270251 1571.3047363281248 753.7076416015625 2.311953420189517 2874.15185546875 16399.626953125 16225.201171875 87279.0 10891.33984375 22436.341796874996 3611.815673828125 37.202430725097656 +sub-10643_ses-V1_task-rest_run-02_bold 0.0014263392857142858 0.016345640625 2 44.63141061147655 1.130922351565996 0.9965648442058157 0.43024684981799494 841494.1875 0.44624589599445785 327 72.99107142857143 2.6111381200237616 2.6509115492957744 2.7175752112676057 2.464927599507904 0.0124084 -0.014654688537120819 0.007333389017730951 448 96 96 54 4.523903268574972 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 35.34285352822749 24.817508697509766 370.0165100097656 16.901906967163086 342369.0 0.14388769567012788 1601.4566406249996 767.015625 2.3218487650335726 2831.2548828125 16412.32421875 16268.30859375 87568.0 10824.958740234375 22384.0537109375 3596.057373046875 35.2685546875 +sub-10645_ses-V3_task-rest_run-01_bold 0.0018084116331096194 0.01553273870246085 3 52.81052381580719 1.250799771121076 1.0170276237219742 0.42389266649990986 2488248.5 0.4663805481742849 325 72.7069351230425 2.783064301585714 2.805949295774648 2.893841126760563 2.649402482221933 0.010067 -0.01800917461514473 0.020403485745191574 447 96 96 54 4.460821776648617 0.7999997138977051 2.21875 2.21875 2.4000015258789062 6 133.27038526157517 15.92909049987793 445.0573425292969 10.975116729736328 346518.0 0.16780722588300706 2102.880834960933 1153.1126708984375 2.030527076641439 3397.556884765625 18317.302734375 18112.41015625 84667.0 12187.22939453125 25176.015429687497 4060.306396484375 36.778778076171875 +sub-10647_ses-V1_task-cuff_run-01_bold 0.0019184198645598191 0.005450955598194131 7 26.59311540941176 1.0553287328280543 1.0147236285520373 0.43010719929561736 13620.3349609375 0.09155649363853413 0 0.0 2.4947507980324652 2.4734915683789422 2.535833232568374 2.4749275931500794 0.00694601 -0.002816561609506607 0.017505167052149773 443 90 90 60 2.827747265901142 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 74.59880882628099 14.347440719604492 36.589332580566406 9.731377601623535 330664.0 0.0 144.93837890624988 91.92656707763672 2.6759563304599556 327.77545166015625 1186.05126953125 1136.1400146484375 87215.0 621.1815063476563 1906.6935302734378 401.7804260253906 42.894954681396484 +sub-10647_ses-V1_task-cuff_run-02_bold 0.0007166893424036281 0.005485131292517007 9 28.424124219295457 1.069263288795454 0.9947690815454537 0.4295637039191115 12904.90625 0.09712818132552531 0 0.0 2.48685913305857 2.467612401945893 2.524979066333013 2.467985930896803 0.0130578 -0.0028697242960333824 0.018037278205156326 441 90 90 60 2.8226763070553345 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 93.80447276088651 14.634393692016602 36.404056549072266 9.916099548339844 330863.0 0.0 143.77505950927718 92.41535949707031 2.5952707649187863 327.30706787109375 1183.885498046875 1135.74609375 87154.0 615.8697479248046 1903.616577148437 402.3626708984375 43.7123908996582 +sub-10647_ses-V1_task-rest_run-01_bold 0.0006769703872437358 0.007675169772209567 11 27.71947952155251 1.039566162945205 0.9712818112785386 0.4293558646114579 12758.2568359375 0.08839798067982625 0 0.0 2.4863035789117247 2.465658235356878 2.5322457327109285 2.4610067686673682 0.0107347 -0.0030511212535202503 0.01852276735007763 439 90 90 60 2.8367337314823677 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 19 73.8524738266717 14.819269180297852 36.55659103393555 10.050114631652832 331203.0 0.0 143.63690643310514 92.08330535888672 2.5925750108769456 329.4316101074219 1194.759521484375 1144.3416748046875 86765.0 627.6747192382812 1919.1959472656254 403.3988342285156 40.76836395263672 +sub-10647_ses-V1_task-rest_run-02_bold 0.0005926470588235295 0.005642673506787331 8 27.72661937877547 1.0510069688208616 0.9805430828344669 0.4291366317193159 13131.9765625 0.09433304201361352 0 0.0 2.4804771919671604 2.462037402167424 2.527008232919048 2.4523859408150095 0.00855401 -0.002744304481893778 0.01738768443465233 442 90 90 60 2.830814753372212 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 75.06950962007642 14.550970077514648 36.44926834106445 9.861990928649902 331456.0 0.0 144.55430603027344 91.09612274169922 2.7309526309513776 329.8085021972656 1185.983154296875 1137.0384521484375 86623.0 622.1740356445313 1899.2115722656247 401.66241455078125 43.26734161376953 +sub-10647_ses-V3_task-cuff_run-01_bold 0.001156400911161731 0.00692890603644647 11 30.141642827260274 1.104441761917808 0.9753725433333326 0.4249052256114963 14314.205078125 0.1033691877296074 0 0.0 2.4315909760265018 2.411224904186531 2.4831165679964795 2.4004314558964945 0.00642156 0.0006061575259082019 0.01312933024019003 439 90 90 60 2.986519261340847 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 63.89472667870251 14.069524765014648 34.838077545166016 9.649203300476074 332834.0 0.0 143.02130355834956 92.34173583984375 2.228794142122408 321.5777282714844 1206.0469970703125 1164.2073974609375 85454.0 633.5555999755859 1892.526312255859 389.81854248046875 42.942955017089844 +sub-10647_ses-V3_task-cuff_run-02_bold 0.0006670588235294118 0.006892201018099548 8 30.993226987573717 1.0981338853061229 0.973227390045351 0.42474178383964317 14571.052734375 0.1373896681547401 0 0.0 2.4349993109835664 2.4096457375826144 2.4896082344051904 2.4057439609628943 0.00929651 0.00030965692712925375 0.0131935840472579 442 90 90 60 2.996351797133618 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 69.86095356335647 13.974029541015625 34.73822021484375 9.604072570800781 333083.0 0.0022624435368925333 142.11290283203115 91.7701187133789 2.1904347084358564 320.88275146484375 1206.6229248046875 1165.115478515625 85259.0 636.8737976074219 1889.6055419921845 388.8424072265625 40.67692947387695 +sub-10647_ses-V3_task-rest_run-01_bold 0.00129052036199095 0.00544999334841629 8 29.878597631337886 1.1231829693424038 1.0120597670521532 0.42447328573006476 14894.2890625 0.10583984711632444 1 0.22624434389140272 2.436371530431797 2.4206790704775227 2.490904067687032 2.3975314531308363 0.00664457 0.0004882836947217584 0.013516582548618317 442 90 90 60 2.9792733011034866 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 65.31914117426393 13.702330589294434 34.69050216674805 9.518099784851074 332944.0 0.0067873308435082436 142.03133850097652 91.50071716308594 2.2897461854795997 324.0040588378906 1210.304931640625 1168.63916015625 85394.0 634.5521728515625 1897.410510253906 392.254150390625 45.94767761230469 +sub-10647_ses-V3_task-rest_run-02_bold 0.0010075225225225225 0.005654854797297298 6 30.41337153155756 1.1228663478103844 1.007560599187359 0.42406964259133006 14976.36328125 0.12782200105367048 14 3.1531531531531534 2.430129861980797 2.40818740430723 2.4908082343575066 2.391393947277655 0.0109315 0.00040383212035521865 0.01275788526982069 444 90 90 60 2.991723163493229 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 67.08773986427484 13.837620735168457 34.87834930419922 9.506756782531738 333284.0 0.0 143.83558654785156 92.14409637451172 2.2812427621252374 323.0871276855469 1211.310546875 1169.108154296875 85073.0 639.4973022460938 1894.432006835937 390.778564453125 44.93842315673828 +sub-10649_ses-V1_task-cuff_run-01_bold 0.0046138374717832956 0.013620246027088037 7 32.66033150615384 1.0699512017647062 1.0180164837330323 0.4509445408314488 10303.576171875 0.11195062020380672 1 0.22573363431151242 2.372559162719645 2.413449904098117 2.3626707394492334 2.341556844611585 0.00556917 0.021474679931998253 0.011891749687492847 443 90 90 60 2.741312871670666 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 43 59.51127328349497 15.729641914367676 41.7123908996582 10.925508499145508 321780.0 0.015801355242729187 160.46873703002896 112.93758392333984 5.6950926420615176 289.48895263671875 1141.26611328125 1084.22802734375 95815.0 608.1498901367188 1837.5379516601565 395.5120849609375 28.95966339111328 +sub-10649_ses-V1_task-cuff_run-02_bold 0.0016792099322799096 0.010579136726862302 7 32.2031422177376 1.0694057313348415 1.000709424909502 0.45046028674518257 10039.3984375 0.09483318371977603 0 0.0 2.3554494444969474 2.40143323790895 2.3400665736807755 2.324848521901117 0.0043847 0.021961212158203125 0.01239253394305706 443 90 90 60 2.7401521629798737 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 64.85917059228973 15.743026733398438 41.159793853759766 10.954853057861328 322197.0 0.018058691173791885 158.39548645019534 111.31878662109375 5.414399802955822 289.1209716796875 1138.6107177734375 1080.725830078125 95596.0 601.5840911865234 1834.9960632324219 394.4015197753906 33.9655647277832 +sub-10649_ses-V1_task-rest_run-01_bold 0.00534063063063063 0.016167347252252252 6 32.45587023455979 1.0500073819638829 1.0261083765914225 0.45129608372937674 9655.0302734375 0.11602205090320919 3 0.6756756756756757 2.430438315489994 2.4791665681534383 2.4122249041467945 2.3999234741697477 0.00904927 0.02114216797053814 0.01049407571554184 444 90 90 60 2.6854450945446677 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 71 54.72087665525492 16.098255157470703 41.80731201171875 11.274775505065918 320965.0 0.04729729890823364 158.33288574218736 110.47098541259766 5.593719529114152 301.475830078125 1138.47998046875 1085.159912109375 96449.0 589.2666625976562 1852.1153564453116 404.0873107910156 25.190673828125 +sub-10649_ses-V1_task-rest_run-02_bold 0.004902727272727273 0.014087043181818183 10 32.75222236537586 1.0509720648291567 1.0458943446924829 0.45171481133208213 9540.5888671875 0.10645934534261735 6 1.3636363636363635 2.421171651300064 2.454629069128471 2.419574903854732 2.389310980916989 0.00508539 0.019493795931339264 0.012651505880057812 440 90 90 60 2.7129205404904213 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 22 60.927340971632646 16.254711151123047 42.07630920410156 11.40227222442627 322031.0 0.04772727191448212 164.2045440673828 109.21015167236328 5.312421951499855 297.0915832519531 1132.9307861328125 1075.5772705078125 95806.0 599.17724609375 1838.0323181152344 396.462646484375 28.509063720703125 +sub-10649_ses-V3_task-cuff_run-01_bold 0.0014112217194570138 0.008461712533936652 8 33.740293074557805 1.0820523361677994 1.0240847799999995 0.44434661233795075 8828.6923828125 0.09486287138042934 0 0.0 2.393274302501871 2.448304069379804 2.3563957396985793 2.3751230984272307 0.00477091 0.014141351915895939 0.019402572885155678 442 90 90 60 2.6331566683084615 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 70.50527903919513 15.386192321777344 35.442867279052734 10.7330322265625 322901.0 0.009049774147570133 137.37330627441406 89.75447845458984 3.5306563726147537 292.80224609375 1070.0987548828125 1012.2998046875 94568.0 543.3046508789063 1781.1885009765622 384.44140625 35.37523651123047 +sub-10649_ses-V3_task-cuff_run-02_bold 0.0007364172335600907 0.009532069569160997 9 33.53912168849998 1.0334591737954546 0.9607462950000002 0.44508334397720234 8663.431640625 0.09445124776813653 0 0.0 2.4072340298511468 2.4589832356221186 2.37043740580728 2.392281448124041 0.00516677 0.01431968342512846 0.01962881162762642 441 90 90 60 2.6363631776887675 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 64.3532935478487 15.42108154296875 35.769893646240234 10.807256698608398 322995.0 0.011337868869304657 139.74331054687485 89.78150939941406 3.5422817951724666 291.36328125 1066.3465576171875 1008.90478515625 94591.0 542.3435668945312 1773.497802734375 382.6860656738281 33.60247802734375 +sub-10649_ses-V3_task-rest_run-01_bold 0.0013415034168564918 0.007670226309794988 11 33.28108412159817 1.0764871650456618 0.9991182471689495 0.4432485222009888 8890.8232421875 0.07756863484663365 0 0.0 2.3903076356661037 2.4461415694657336 2.350524906598532 2.3742564309340457 0.00619599 0.014633831568062305 0.02047746255993843 439 90 90 60 2.627132740330334 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 97.11017702980814 15.386643409729004 35.385765075683594 10.69931697845459 323098.0 0.00455580884590745 136.4718704223632 92.21029663085938 3.5625340562561787 294.85723876953125 1071.76806640625 1015.1708984375 94456.0 541.0182342529297 1790.4072265625 386.415771484375 36.542327880859375 +sub-10649_ses-V3_task-rest_run-02_bold 0.002872556561085973 0.010125127556561085 8 33.93701045582767 1.0767102572335594 1.0340745594557823 0.4457709173810316 8526.158203125 0.10520232602433247 4 0.9049773755656109 2.413504865680979 2.4671624019637743 2.3727790723808977 2.4005731226982654 0.00672034 0.014612887054681778 0.019311195239424706 442 90 90 60 2.6382477073429103 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 11 63.85266375811919 15.443215370178223 35.81834411621094 10.891403198242188 322681.0 0.031674209982156754 139.8642578125 89.3974609375 3.5091633918323035 291.42193603515625 1063.0126953125 1006.0475463867188 94764.0 540.0549987792969 1768.0989318847655 381.3297119140625 32.31779861450195 +sub-10651_ses-V1_task-rest_run-01_bold 0.0008838063063063064 0.020381418018018016 6 48.98051964128667 1.0149201225959363 0.9693911138600456 0.5690717814054135 344.9902038574219 0.410588221675646 253 56.98198198198198 2.860811093334364 2.501174900612239 3.1851248734345092 2.896133505956342 0.00990462 -0.0465000756084919 0.16735300421714783 444 90 90 54 2.576804003646567 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 27.55484257229405 5.710022926330566 29.782825469970703 12.00900936126709 280971.0 7.907657623291016 116.1407699584961 44.72911071777344 1.5318053828820233 83.23606872558594 250.00164794921875 238.82321166992188 91842.0 119.18941879272461 417.1413436889648 92.68144226074219 25.079124450683594 +sub-10654_ses-V1_task-cuff_run-01_bold 0.0010151015801354401 0.019894265688487588 7 41.642503293936656 1.0369951066289596 0.9394091538461536 0.43640244892607144 9954.6669921875 0.29127562343531554 0 0.0 2.332993890213675 2.3041790751068163 2.371866572417157 2.322936023117051 0.0131309 -0.006312883459031582 0.026829421520233154 443 90 90 60 2.8842100859329576 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 120.12683157572448 14.963238716125488 33.77805709838867 10.304740905761719 330797.0 0.011286681517958641 130.8821746826173 80.83197784423828 4.819183208630733 249.05709838867188 1072.431396484375 1013.3521728515625 88672.0 612.4079193115235 1719.7633666992188 351.3428039550781 26.502193450927734 +sub-10654_ses-V1_task-cuff_run-02_bold 0.0028831011235955057 0.019505900674157303 5 42.80007323709459 1.0792270367342334 1.0140788549774775 0.43755796165903543 9889.2109375 0.3310226882810766 6 1.348314606741573 2.3190147266274077 2.291891575595078 2.3549249064236917 2.310227697863453 0.0121438 -0.005168764386326075 0.026703400537371635 445 90 90 60 2.920666942860491 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 25 133.89745240415618 14.8626708984375 33.560916900634766 10.334831237792969 330871.0 0.03595505654811859 129.51236724853516 80.01282501220703 4.801249923327988 242.9302215576172 1064.14990234375 1005.6607055664062 88539.0 616.2298767089844 1695.8211791992182 344.3237609863281 25.735092163085938 +sub-10654_ses-V1_task-rest_run-01_bold 0.0010271945701357465 0.01626317407239819 8 39.42816606281177 1.048249362698413 0.9619760825396823 0.43616759665988875 10392.087890625 0.2471968188797531 131 29.638009049773757 2.32501056047334 2.2980790753492086 2.370504072471298 2.306448533599514 0.00905128 -0.007798230741173029 0.02745606005191803 442 90 90 60 2.850301710846851 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 128.4565738952733 14.802542686462402 34.0380973815918 10.17194652557373 330674.0 0.0067873308435082436 133.5075805664062 80.60002899169922 4.901246676227145 255.40682983398438 1085.9483642578125 1025.35302734375 88621.0 619.4298706054688 1744.11767578125 359.7328796386719 28.75796127319336 +sub-10654_ses-V1_task-rest_run-02_bold 0.001236742596810934 0.01661389268792711 9 43.00864401242011 1.0917070205251136 0.968068484292238 0.43662957174174427 9851.1845703125 0.2954941580991915 190 43.28018223234624 2.2969300115942186 2.2714040764091776 2.3409249069800016 2.278461051393476 0.0062718 -0.005332248285412788 0.027827154844999313 439 90 90 60 2.9185834922733966 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 125.44120149756785 14.829400062561035 32.88756561279297 10.195899963378906 331231.0 0.0091116176918149 127.8929443359375 78.56011962890625 4.667558249763746 243.14341735839844 1053.757080078125 996.4282836914062 88363.0 607.8699340820312 1678.6468261718749 341.40625 28.659183502197266 +sub-10654_ses-V3_task-cuff_run-01_bold 0.0007518778280542987 0.012212940429864254 8 40.27303235918371 1.110788032199547 0.9859113184353736 0.4457797166516812 6736.12744140625 0.21992931237386143 0 0.0 2.3091784415461163 2.2792749094297524 2.3666457392912807 2.281614675917316 0.00795715 -0.010451417416334152 0.022534191608428955 442 90 90 60 2.872830486011082 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 182.8158665565072 18.3748779296875 41.25578689575195 12.699095726013184 329575.0 0.0067873308435082436 171.7570205688476 95.48369598388672 4.5195852823593325 266.87518310546875 1105.6605224609375 1047.3914794921875 88027.0 619.3778686523438 1768.0672973632813 364.5831298828125 34.07011032104492 +sub-10654_ses-V3_task-cuff_run-02_bold 0.0006410884353741495 0.011536195555555557 9 39.904047467568176 1.1144154518181828 0.9794861736136361 0.4457399460879853 6715.95556640625 0.21442596344714465 0 0.0 2.3279701121971925 2.2955665754490466 2.39244157159958 2.295902189542951 0.00542966 -0.009852963499724865 0.02016606368124485 441 90 90 60 2.851440482253963 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 169.02864691460715 18.460248947143555 41.61626052856445 12.734694480895996 329394.0 0.006802720949053764 173.91689758300777 96.64147186279297 4.586152489980159 268.428466796875 1105.888916015625 1048.39013671875 88302.0 614.542611694336 1770.9795959472654 367.66827392578125 34.51103973388672 +sub-10654_ses-V3_task-rest_run-01_bold 0.0012740774487471527 0.014912417129840547 11 40.89950685627855 1.086576973242009 0.9799648323059361 0.44340463570488453 7166.57275390625 0.2671089013139231 177 40.31890660592255 2.353253458739921 2.312254074785945 2.4086790709543595 2.33882723047946 0.0112738 -0.009687083773314953 0.022260788828134537 439 90 90 60 2.8794516077783365 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 223.52733521199565 17.90943145751953 39.77992248535156 12.35763168334961 329523.0 0.006833713501691818 162.9221054077147 93.04351806640625 4.412265864230663 265.5191650390625 1103.220947265625 1046.6356201171875 88286.0 615.8434143066406 1762.6298828125 363.4822998046875 30.280229568481445 +sub-10654_ses-V3_task-rest_run-02_bold 0.0008657239819004525 0.014327770995475116 8 39.651912516077104 1.0913928831292512 0.9739524864625849 0.44760560542972766 6368.79248046875 0.2262194556585939 119 26.923076923076923 2.330690946571732 2.298429075335301 2.394270738193562 2.2993730261863323 0.00715736 -0.00941434595733881 0.02068721503019333 442 90 90 60 2.851796353908622 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 141.53728474373295 18.619741439819336 42.274742126464844 12.954751968383789 329155.0 0.020361991599202156 177.02466583251945 96.56309509277344 4.408038727494288 267.8880615234375 1099.8533935546875 1041.590576171875 88277.0 614.9063598632813 1763.5503173828124 365.23809814453125 32.556846618652344 +sub-10658_ses-V1_task-cuff_run-01_bold 0.0032729687500000003 0.020536001785714287 2 47.10964085098436 1.2162787807158844 1.0785801704474276 0.49416713904266585 35509.92578125 0.3038748278050892 5 1.1160714285714286 2.5204281254155254 2.5670084507042255 2.6470940845070423 2.347181841035308 0.0130844 -0.01860946975648403 0.03382311388850212 448 96 96 54 4.403268956260456 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 43.996934233954576 145.15293884277344 797.9888305664062 98.09037017822266 321109.0 0.2652927160263062 3304.4467285156243 1390.2025146484375 1.6400907311814548 3678.767578125 19730.73046875 19410.515625 106414.0 13158.514697265626 27171.597753906248 4408.18505859375 33.55832290649414 +sub-10658_ses-V1_task-cuff_run-02_bold 0.002340984340044743 0.02196594205816555 3 47.07317287309415 1.207389316300449 1.0351634358071748 0.4964689538151428 32637.48046875 0.34022535571890083 1 0.22371364653243847 2.5219049556649926 2.556836056338028 2.6582219718309856 2.350656838825964 0.010241 -0.019103629514575005 0.03343922272324562 447 96 96 54 4.466974313088382 0.7999997138977051 2.21875 2.21875 2.4000015258789062 10 50.24581622249651 147.4837188720703 805.4163208007812 99.70133972167969 320319.0 0.2973445802927017 3329.3863525390575 1408.9735107421875 1.8611460576193979 3521.484375 19627.19921875 19295.78125 106898.0 13203.17197265625 26924.198339843748 4319.63330078125 32.3513069152832 +sub-10658_ses-V1_task-rest_run-01_bold 0.004470625 0.02252185111607143 2 48.37413309944068 1.2098445013199097 1.0548787411409402 0.4903914431029508 35071.5234375 0.34201328612839116 189 42.1875 2.5156825461123997 2.5647369014084505 2.652299718309859 2.33001101861889 0.016666 -0.015737920999526978 0.03352925181388855 448 96 96 54 4.421551251655793 0.7999997138977051 2.21875 2.21875 2.4000015258789062 9 45.08786064237037 146.5799102783203 766.5079956054688 99.17973327636719 321999.0 0.39387892782688144 3186.234399414062 1338.64599609375 1.5918389597798823 3677.07373046875 19782.150390625 19465.83984375 105615.0 13183.54599609375 27184.999609374994 4402.47021484375 31.77095603942871 +sub-10658_ses-V1_task-rest_run-02_bold 0.0015731096196868006 0.019613423042505594 3 49.444273106143456 1.2147801470179374 1.023077001300449 0.494911598620533 32045.15625 0.34814431106999605 212 47.427293064876956 2.5211261684463278 2.5629971830985916 2.6494828169014086 2.350898505338983 0.0157707 -0.01689300872385502 0.03450101241469383 447 96 96 54 4.467186434053447 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 44.74877303269624 143.8891143798828 778.3336181640625 97.234619140625 320414.0 0.2326062567532063 3224.6807861328116 1350.0126953125 1.773910042789332 3475.484619140625 19278.375 18969.32421875 106750.0 12866.98642578125 26412.51376953125 4246.349609375 34.769405364990234 +sub-10658_ses-V3_task-cuff_run-01_bold 0.003554966442953021 0.037601320357941836 3 56.950384208430485 1.109365388991032 0.9835128346636772 0.4824676367575354 50622.12109375 0.6093139861171206 96 21.476510067114095 2.6526422733695427 2.6931830985915495 2.772191549295775 2.4925521722213038 0.0422441 -0.01498338021337986 0.03981276601552963 447 96 96 54 4.283257979663254 0.7999997138977051 2.21875 2.21875 2.399993896484375 8 42.12183465959962 133.80755615234375 769.9765625 90.98175048828125 324904.0 0.9526725679636003 3145.1214233398387 1380.681884765625 1.0976550489537216 4255.5009765625 20842.763671875 20600.294921875 103498.0 13447.4072265625 28824.605957031243 4809.46875 23.584304809570312 +sub-10658_ses-V3_task-cuff_run-02_bold 0.003311771300448431 0.023358997982062778 4 51.62829604408992 1.1822013577977533 1.0241189594157296 0.4799008367982948 43814.53515625 0.41269143259598773 50 11.210762331838565 2.6167157918540664 2.6676687323943664 2.706889014084507 2.4755896290833257 0.0197582 -0.01486295834183693 0.04300457984209061 446 96 96 54 4.1502118508065085 0.7999997138977051 2.21875 2.21875 2.399993896484375 6 39.85083031037694 145.88980102539062 780.9547119140625 98.95780944824219 326713.0 0.6860140085220336 3186.0870605468726 1382.12939453125 1.0008468768606145 4461.91455078125 20998.287109375 20685.154296875 102155.0 13557.3701171875 29391.0052734375 4984.095703125 28.55364418029785 +sub-10658_ses-V3_task-rest_run-01_bold 0.005703400447427293 0.026500859955257267 3 50.91177904461884 1.2474083113452923 1.0493391841031376 0.48416851240375747 57067.4140625 0.32907126989091 175 39.14988814317673 2.632834106465188 2.6924033802816902 2.720288450704225 2.4858104884096486 0.0340091 -0.018432609736919403 0.03971589729189873 447 96 96 54 4.184479578487344 0.7999997138977051 2.21875 2.21875 2.399993896484375 1 51.177821391360084 127.84521484375 799.3995361328125 86.6597671508789 323867.0 0.5570065617561342 3265.4018798828192 1437.411376953125 1.0241128747305348 4524.82421875 21197.431640625 20955.44921875 104160.0 13671.83037109375 29471.81416015625 5007.87451171875 28.5865478515625 +sub-10658_ses-V3_task-rest_run-02_bold 0.003165525727069351 0.021876547874720355 3 49.29048204652465 1.2078150430717496 1.0108873090807187 0.4807214888512091 48472.34375 0.27217256438993553 132 29.530201342281877 2.6103311360358536 2.6669070422535213 2.702467605633803 2.4616187602202357 0.015128 -0.014464391395449638 0.04108657315373421 447 96 96 54 4.170749946745729 0.7999997138977051 2.21875 2.21875 2.399993896484375 2 47.93297659260388 136.75650024414062 763.3472290039062 92.7252426147461 325492.0 0.6183805197477341 3162.0765991210956 1359.252685546875 1.0686655219030907 4392.1669921875 20849.16015625 20528.11328125 103130.0 13531.0271484375 29086.788085937493 4921.89990234375 31.040691375732422 +sub-10660_ses-V1_task-cuff_run-01_bold 0.0008839592760180996 0.006666701425339366 8 35.582354054671185 1.0816141160997732 0.9951550431065765 0.4806202816884886 8229.0068359375 0.23523769116470356 0 0.0 2.51169100578508 2.478699901505315 2.481674901387099 2.574698214462826 0.0156257 0.02393219619989395 0.017879409715533257 442 90 90 60 2.4282701971850047 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 1 50.300556852863785 18.62645149230957 55.278377532958984 12.920815467834473 304176.0 0.013574661687016487 230.19966888427734 148.60604858398438 7.243197402028192 360.5876159667969 1267.5887451171875 1185.4842529296875 110159.0 660.7896118164062 2141.3114746093747 488.19891357421875 36.94920349121094 +sub-10660_ses-V1_task-cuff_run-02_bold 0.001367923250564334 0.008251106343115124 7 37.2744468716742 1.1120112157013566 1.0253483704524888 0.4793458049559823 7719.32275390625 0.24132547910041524 0 0.0 2.492917380894884 2.4607957355500965 2.4601290689099202 2.5578273382246355 0.0133066 0.02560918591916561 0.017762068659067154 443 90 90 60 2.446884147426431 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 2 48.70847072946879 18.895648956298828 54.11796951293945 13.15124225616455 305370.0 0.013544018380343914 222.91095581054685 145.55799865722656 7.264615328331038 352.45440673828125 1252.9200439453125 1173.515869140625 109150.0 654.7051879882813 2108.357287597656 479.59381103515625 35.249080657958984 +sub-10660_ses-V1_task-rest_run-01_bold 0.0035281531531531525 0.007892373175675675 6 34.66017074234763 1.081179637178329 1.0677168350112873 0.4817220894504362 8446.2744140625 0.2212556689856488 77 17.34234234234234 2.5464924348753644 2.504995733793746 2.511483233535956 2.6229983372963903 0.027377 0.021895550191402435 0.01659836433827877 444 90 90 60 2.423571377998036 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 1 49.20863024206881 18.722862243652344 56.48902893066406 13.103604316711426 303773.0 0.04279279336333275 236.78739013671844 148.96923828125 6.86708281188897 368.3231506347656 1281.3443603515625 1197.9324951171875 110479.0 665.8984619140625 2164.611767578123 494.28173828125 33.09004211425781 +sub-10660_ses-V1_task-rest_run-02_bold 0.0010615801354401807 0.008319274040632053 7 37.67658520142535 1.0990202694796385 0.9867191747737558 0.479615399631204 7667.35009765625 0.23752848523627448 123 27.76523702031603 2.4854715383976442 2.450137402640287 2.4594374022707384 2.5468398102819068 0.0114472 0.025768360123038292 0.017665879800915718 443 90 90 60 2.4624129945832967 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 1 47.99099674389781 18.935810089111328 53.990501403808594 13.079007148742676 305594.0 0.004514672793447971 223.71389236450116 145.0694580078125 7.229861282480066 348.6759338378906 1246.6993408203125 1167.4853515625 108844.0 655.7810668945312 2096.013342285156 474.12030029296875 36.21501922607422 +sub-10660_ses-V3_task-cuff_run-01_bold 0.0033484875846501133 0.009110165711060948 7 35.279317346832556 1.1048877614027146 1.0274015725565613 0.4706397691315668 6749.97119140625 0.20077298279123656 0 0.0 2.5150202309807264 2.515654066703555 2.5006707339656065 2.528735892273018 0.00692052 0.021833758801221848 0.021583126857876778 443 90 90 60 2.2455569875462453 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 50.13526451524406 20.364864349365234 53.568824768066406 14.128668785095215 308811.0 0.020316027104854584 203.45147705078125 140.78407287597656 9.177966354653728 379.2784118652344 1270.685791015625 1178.8216552734375 106727.0 641.5264343261719 2200.728759765625 524.9548950195312 32.556819915771484 +sub-10660_ses-V3_task-cuff_run-02_bold 0.001049525959367946 0.007760844898419864 7 34.53244574803166 1.0585178780769235 1.0140272743665164 0.47172494119034103 6988.13525390625 0.18608804758328623 0 0.0 2.4793007935137745 2.4821124013697147 2.4550290691125762 2.5007609100590322 0.0131552 0.023173658177256584 0.023786334320902824 443 90 90 60 2.3027042717118595 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 50.89322666277969 19.78588104248047 52.75006866455078 13.68397331237793 308727.0 0.013544018380343914 202.10813140869183 139.82371520996094 8.752461923290761 366.1978759765625 1247.517822265625 1161.193115234375 106812.0 637.5607452392578 2147.270239257812 504.27130126953125 34.74017333984375 +sub-10660_ses-V3_task-rest_run-01_bold 0.0014331081081081077 0.00946889096846847 6 35.05336936717833 1.0655768165688488 0.9842080255981944 0.46932410432367944 6607.74365234375 0.20063304318591546 66 14.864864864864865 2.535932725904566 2.5485082320647146 2.509187400293851 2.5501025453551325 0.0140901 0.019497830420732498 0.020355502143502235 444 90 90 60 2.1883184846478327 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 50.25649887444278 20.95344352722168 54.69667434692383 14.635135650634766 308650.0 0.03378378599882126 208.2987617492675 141.54766845703125 10.08970194161276 387.5169372558594 1298.0101318359375 1199.17236328125 106650.0 655.0692657470704 2270.0997680664054 547.9854736328125 32.977684020996094 +sub-10660_ses-V3_task-rest_run-02_bold 0.0017798426966292135 0.007604135640449438 5 38.710173048265744 1.119054217815315 1.0210931369594594 0.4716321877842231 6850.76806640625 0.22755361338500202 85 19.10112359550562 2.483974404488016 2.484666567934888 2.4667415686471634 2.5005150768819955 0.0176434 0.023823576048016548 0.023212077096104622 445 90 90 60 2.285693694128297 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 50.937649184037866 19.958492279052734 53.36529541015625 13.843820571899414 308846.0 0.020224720239639282 205.70281219482422 141.28677368164062 9.129254693478522 368.41168212890625 1250.7547607421875 1162.36181640625 106654.0 640.0382080078125 2158.371313476562 508.5354919433594 34.17943572998047 +sub-10663_ses-V1_task-cuff_run-01_bold 0.00039852678571428575 0.019694448883928573 2 35.92233336979867 1.0736469361968677 0.9517078126398211 0.41879370671984173 808883.0625 0.16757116703918895 0 0.0 2.941449500732112 3.029841126760563 3.143292394366197 2.6512149810695766 0.0246999 -0.01601412519812584 0.005004513543099165 448 96 96 54 4.551888465819546 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 62.16360280092664 31.680870056152344 576.71533203125 21.492462158203125 353846.0 0.10479046031832695 2788.3602905273438 1340.002197265625 2.255641768405951 3230.58154296875 19845.552734375 19929.9375 76940.0 12020.465576171875 26703.263085937502 4378.3603515625 34.04475021362305 +sub-10663_ses-V1_task-cuff_run-02_bold 0.0009120489977728286 0.010027045233853006 1 35.027628907142834 1.1458996930803573 1.108735618772321 0.42047622019063696 1123014.5 0.1610065556215974 0 0.0 2.855895925807111 2.9621678873239436 3.051209014084507 2.554310876012881 0.0268234 -0.016863074153661728 0.003699112217873335 449 96 96 54 4.6107941767112655 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 66.80861469758453 26.249326705932617 591.779541015625 17.770034790039062 353732.0 0.06274813301861287 2903.8410644531305 1415.958984375 2.2341328688304474 3162.871337890625 19621.56640625 19658.390625 76901.0 12179.751953125 26464.7109375 4263.53076171875 45.590850830078125 +sub-10663_ses-V1_task-rest_run-01_bold 0.010098017817371937 0.017102001425389757 1 37.59600885868307 1.2354475845089274 1.3057130056249995 0.4165317030432257 1336890.25 0.2623530806017446 71 15.812917594654788 2.8971079620433087 2.996642253521127 3.0935166197183097 2.6011650128904895 0.0232124 -0.015058928169310093 0.0032819844782352448 449 96 96 54 4.642574116518354 0.7999997138977051 2.21875 2.21875 2.4000015258789062 26 62.572293465421794 24.296871185302734 551.59814453125 16.58281707763672 354256.0 0.17099366337060928 2697.1239013671875 1305.5863037109375 2.3711586444204995 3056.20654296875 19563.255859375 19671.80078125 76596.0 11900.448486328125 26143.0341796875 4237.23388671875 35.444252014160156 +sub-10663_ses-V1_task-rest_run-02_bold 0.0023071748878923763 0.013039805336322872 4 34.42929949377528 1.167104103865169 1.0690611892359545 0.4220352110962761 1026932.75 0.17465379210091955 37 8.295964125560538 2.9033175662897626 3.0072788732394367 3.098654647887324 2.604019177742527 0.0290992 -0.017278658226132393 0.003646233817562461 446 96 96 54 4.568973649998384 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 58.72304672479709 27.499589920043945 599.9569702148438 18.61823272705078 352973.0 0.06425611078739167 2928.400732421872 1421.22314453125 2.2321472150568438 3198.8837890625 19633.8671875 19683.95703125 77524.0 12075.652636718749 26504.628613281246 4308.1513671875 40.07086181640625 +sub-10664_ses-V1_task-cuff_run-01_bold 0.004241651583710407 0.01179476576923077 8 34.10403271106575 1.0541433407256227 0.9879554178911558 0.4502950530245953 9733.169921875 0.2118428573476941 5 1.1312217194570136 2.4193022086509877 2.359670739568443 2.517587399960065 2.380648486424455 0.00881426 0.006966682150959969 0.013338791206479073 442 90 90 60 2.862565022789214 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 20 49.89705195791652 15.771937370300293 39.27105712890625 10.751132011413574 323787.0 0.0022624435368925333 152.95430145263683 98.39314270019531 3.191342676133404 280.0609130859375 1118.2735595703125 1057.254638671875 93916.0 631.1103057861328 1802.7811889648438 369.33624267578125 31.771469116210938 +sub-10664_ses-V1_task-cuff_run-02_bold 0.0031707432432432434 0.010250455112612614 6 38.02261421884872 1.113268501715575 1.0636783349887138 0.45066221529656386 10993.4189453125 0.2549318861668834 5 1.1261261261261262 2.4202160967700936 2.3640915727261076 2.5122165668401495 2.3843401507440243 0.0155012 0.008084641769528389 0.014722220599651337 444 90 90 60 2.850360934766989 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 54.42139863798699 15.109853744506836 40.02994155883789 10.288288116455078 323929.0 0.0022522523067891598 157.51216735839796 101.2517318725586 3.179995880884821 281.4272155761719 1115.8912353515625 1056.6058349609375 94003.0 624.7105773925782 1802.5494018554687 370.6899719238281 34.044551849365234 +sub-10664_ses-V1_task-rest_run-01_bold 0.002608513513513514 0.0125944381981982 6 34.74075524469525 1.0364498395033868 0.9933153125056441 0.4513193523174167 9852.5615234375 0.2510161606877889 133 29.954954954954953 2.4125147104786966 2.345441573467192 2.519295733225515 2.3728068247433827 0.0142999 0.006609673146158457 0.012994806282222271 444 90 90 60 2.8813911431850574 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 48.9264717618426 15.894563674926758 40.095863342285156 10.828828811645508 323882.0 0.0022522523067891598 155.51463623046902 99.63068389892578 3.409198508450962 280.5791320800781 1126.9498291015625 1064.8153076171875 93612.0 643.5612701416015 1813.2549743652344 369.54705810546875 31.375560760498047 +sub-10664_ses-V1_task-rest_run-02_bold 0.0029312162162162163 0.012550416554054054 6 37.60313352239276 1.0629112567042902 0.9987618647404061 0.451992964568422 9614.935546875 0.2608108425039551 129 29.054054054054053 2.4157716541918806 2.3562082397060298 2.5152707333854543 2.3758359894841576 0.0141781 0.009396466426551342 0.013533100485801697 444 90 90 60 2.861957113319409 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 18 49.63259614117211 15.84781551361084 40.7686653137207 10.815315246582031 323694.0 0.0022522523067891598 160.74651412963829 102.47197723388672 3.2199846290145366 279.07318115234375 1115.6849365234375 1054.427978515625 93941.0 631.1080932617188 1798.3603515625 368.4270324707031 31.05697250366211 +sub-10664_ses-V3_task-cuff_run-01_bold 0.004898470319634704 0.012804390342465753 12 40.04020151867276 1.0662016173684217 1.0017345884210531 0.4444388843250058 9046.0078125 0.22885781557287035 16 3.65296803652968 2.3641992951428423 2.3065624083454446 2.4366249031772256 2.3494105739058564 0.00514304 0.011908799409866333 0.01574733667075634 438 90 90 60 2.8645095877689246 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 9 54.11109800274175 15.421770095825195 36.1600227355957 10.568492889404297 326838.0 0.0022831049282103777 139.8499908447264 91.74085998535156 3.094254316979427 265.8833312988281 1061.999267578125 1001.9656982421875 91513.0 596.4200805664063 1709.5090332031243 349.7842102050781 29.169696807861328 +sub-10664_ses-V3_task-cuff_run-02_bold 0.003566614349775785 0.01594210244394619 4 40.876698311977506 1.0272786119325843 1.0232626029887648 0.44609328093464734 9185.017578125 0.2735163302347731 20 4.484304932735426 2.3867409738198564 2.3240749076495604 2.4477624027346607 2.3883856110753485 0.0131311 0.011028972454369068 0.01503982488065958 446 90 90 60 2.8641794010961807 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 57.1113950756856 15.347926139831543 36.54298400878906 10.544843673706055 325988.0 0.0044843051582574844 141.64418182373032 92.04656219482422 3.173724364670674 266.6822509765625 1063.3631591796875 1002.8229370117188 92075.0 600.2601318359375 1714.7473876953125 350.12384033203125 26.241220474243164 +sub-10664_ses-V3_task-rest_run-01_bold 0.002423006833712984 0.017402002050113895 11 34.338953937168924 0.9451245342009135 0.936250095022831 0.44561338636545067 9455.4189453125 0.18259588879465413 51 11.617312072892938 2.39269791983781 2.3272082408583863 2.4570332356996047 2.3938522829554394 0.00678599 0.010691657662391663 0.014318744651973248 439 90 90 60 2.8642743713907284 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 53.83831391466448 15.211027145385742 36.27069854736328 10.503417015075684 326177.0 0.013667427003383636 138.10342102050788 90.96796417236328 3.3913095881318718 268.4084777832031 1072.69091796875 1011.4214477539062 91885.0 606.72578125 1727.136328125 353.11419677734375 26.051109313964844 +sub-10664_ses-V3_task-rest_run-02_bold 0.003590045248868778 0.015011116380090499 8 37.595040678322015 1.0257250867346939 1.019938141224489 0.4467328996507115 9180.826171875 0.22694785909983617 84 19.004524886877828 2.3964201411656862 2.340637406991426 2.4570249023666024 2.3915981141390303 0.00988047 0.01021293643862009 0.014442162588238716 442 90 90 60 2.852635659896832 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 57 53.61024398056671 15.309042930603027 36.86471176147461 10.613122940063477 325834.0 0.013574661687016487 143.65396728515609 91.67475891113281 3.2327653597211965 264.2571105957031 1060.47119140625 1000.247802734375 92174.0 595.2452667236328 1709.6486755371093 350.6379699707031 27.841678619384766 +sub-10666_ses-V1_task-cuff_run-01_bold 0.0006005668934240363 0.005607121678004536 9 39.799656174272684 1.0719277484318182 1.0055804367500005 0.5680542554520978 284.055419921875 0.14742351900605852 0 0.0 2.6994999867606 2.428249903510018 2.8306665541860836 2.8395835025856995 0.00727915 -0.03445469215512276 0.14066295325756073 441 90 90 54 2.1357952532271596 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 21.683971540525555 7.295343399047852 30.690826416015625 13.482993125915527 272283.0 8.281179428100586 112.92948303222654 42.86901092529297 1.4715628329595347 97.90217590332031 269.0523986816406 245.6984100341797 99768.0 122.94739494323731 489.67041320800774 115.03779602050781 36.66166687011719 +sub-10666_ses-V1_task-cuff_run-02_bold 0.0005118284424379232 0.0082590679006772 7 40.104291277217236 1.0456706321040727 0.9850586613348412 0.569429487166221 277.2846374511719 0.1626338403869668 1 0.22573363431151242 2.7187222090453247 2.4415457363150224 2.8500832200812014 2.8645376707397503 0.0165609 -0.03429976850748062 0.1442616730928421 443 90 90 54 2.1342275161442323 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 23.13727809546583 7.593734264373779 30.9238224029541 13.604966163635254 271838.0 8.169300079345703 111.95530738830556 43.531429290771484 1.5059816754105828 96.71721649169922 267.5141296386719 244.01580810546875 100075.0 122.89255294799804 487.4731567382812 114.33391571044922 32.793216705322266 +sub-10666_ses-V1_task-rest_run-01_bold 0.0008337020316027089 0.008455271851015802 7 42.54005963776019 1.0699913827375562 1.0048444921493216 0.5666052998587806 288.7301330566406 0.24127999934165642 139 31.376975169300227 2.717480542342178 2.4405665696872645 2.8499290534206607 2.861946003918608 0.00937722 -0.03486969694495201 0.14386619627475739 443 90 90 54 2.1451853886878713 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 26.548898527415474 7.2389817237854 30.73875617980957 13.442438125610352 272381.0 8.277652740478516 111.65689086914062 44.53342819213867 1.3985647962410406 98.73527526855469 270.2691650390625 247.22799682617188 99691.0 122.89729690551758 490.8126525878906 115.24726867675781 32.653194427490234 +sub-10666_ses-V1_task-rest_run-02_bold 0.0006112134831460674 0.006974872629213483 5 41.22523767454954 1.0770102018693701 1.0038521971396386 0.569845512664926 275.50970458984375 0.15761259177790057 39 8.764044943820224 2.7028347092166327 2.427145736887227 2.830712387517596 2.8506460032450756 0.0117436 -0.034817975014448166 0.14674007892608643 445 90 90 54 2.1336945211973566 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 24.30867577208782 7.423006057739258 30.786235809326172 13.503371238708496 271987.0 8.22696590423584 112.03752746582028 43.588645935058594 1.5126499267090745 95.5245590209961 264.8505859375 241.47640991210938 100010.0 121.36483268737794 482.1136077880859 113.1723403930664 34.474830627441406 +sub-10666_ses-V3_task-cuff_run-01_bold 0.0014444695259593677 0.008107673905191872 7 41.543691868076955 1.1082822937104069 1.0182396305429868 0.5703688555760582 246.32008361816406 0.16626532498918342 1 0.22573363431151242 2.8203944320232845 2.5069290670502555 2.944887382980689 3.0093668460389087 0.0127845 -0.05477607995271683 0.1626802682876587 443 90 90 54 1.9279256150090298 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 19.909797859257125 9.02278995513916 34.796791076660156 14.853273391723633 271183.0 8.449210166931152 130.53273010253906 48.10005569458008 1.656988426394002 106.65365600585938 285.1806945800781 254.37924194335938 100987.0 124.53341293334961 545.1860229492187 131.94387817382812 33.662940979003906 +sub-10666_ses-V3_task-cuff_run-02_bold 0.00046984126984126986 0.006004872222222221 9 41.69405123977276 1.096343184545455 0.9940362596590908 0.5703846007684535 251.8470916748047 0.1509110607032113 0 0.0 2.8122360991027135 2.4936832342432647 2.9309832168665246 3.012041846198351 0.00560523 -0.052407678216695786 0.16278718411922455 441 90 90 54 1.942295256083905 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 19.481022309089578 8.754413604736328 34.72434997558594 14.63265323638916 272030.0 8.439908981323242 131.24784927368148 48.13693618774414 1.656082223134705 105.54718017578125 283.23077392578125 252.9864044189453 100246.0 124.3299331665039 539.6394500732422 130.2506103515625 35.7374153137207 +sub-10666_ses-V3_task-rest_run-01_bold 0.0011328378378378378 0.014457644144144145 6 43.6069039804515 1.070767231218962 0.9905407278329573 0.5675347209449024 270.1218566894531 0.2468367764290444 129 29.054054054054053 2.86661665446047 2.5407373990401663 2.987787381275996 3.0713251830652464 0.0123563 -0.05530084669589996 0.16130001842975616 444 90 90 54 1.9365502751020667 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 18.374958316909396 8.65853214263916 34.260013580322266 14.443694114685059 271282.0 8.306306838989258 128.79009246826158 47.03193283081055 1.595975326059417 108.29339599609375 287.12518310546875 256.6148681640625 100861.0 124.45270538330078 547.6509399414062 132.51068115234375 29.44072723388672 +sub-10666_ses-V3_task-rest_run-02_bold 0.000992607709750567 0.008535489954648525 9 42.475395124545464 1.0945527955909091 0.9926297182272732 0.5722948848147682 244.94638061523438 0.15499207116863395 33 7.482993197278912 2.82874165484721 2.5092165669593585 2.939454049863257 3.0375543477190146 0.0125478 -0.053907833993434906 0.1665053367614746 441 90 90 54 1.9421914519982337 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 19.039340386577685 9.08051872253418 35.03071212768555 14.789115905761719 271777.0 8.299320220947266 131.42675476074214 48.34104537963867 1.7173452308914046 104.43269348144531 281.5946044921875 251.38888549804688 100496.0 124.28061485290527 536.1887969970703 129.43504333496094 32.15190505981445 +sub-10667_ses-V1_task-cuff_run-01_bold 0.00210255079006772 0.01963840428893905 7 58.14917522067878 1.1114965675791841 1.0049099922624436 0.428706136095073 2979.519775390625 0.46274964126159673 8 1.8058690744920993 2.445610441613009 2.388408238426517 2.4824624013558068 2.465960685056704 0.00334247 0.002458843169733882 0.018068445846438408 443 90 90 60 2.8827015815910855 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 11 123.94986830087541 23.648008346557617 47.23936462402344 16.848758697509766 350301.0 0.013544018380343914 186.62754821777344 105.81059265136719 2.779271543112092 233.2504119873047 950.9511108398438 909.0609741210938 71253.0 484.8713500976563 1524.6036621093747 315.34814453125 24.2287540435791 +sub-10667_ses-V1_task-cuff_run-02_bold 0.0011698423423423421 0.016494747815315316 6 64.67326882823932 1.13830917765237 0.9864682448984206 0.42888763108178474 3065.168701171875 0.5019131243795683 17 3.828828828828829 2.4412812702575497 2.3916249049653646 2.480937401416405 2.4512815043908796 0.00341626 0.0036135450936853886 0.019525259733200073 444 90 90 60 2.8402667290638117 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 162.66515049384046 23.26082992553711 47.92240524291992 16.49549674987793 349810.0 0.018018018454313278 188.65935516357357 112.16729736328125 2.8153679415905373 233.47645568847656 947.7379760742188 905.3311157226562 71581.0 473.18243408203125 1527.6103515625 318.74639892578125 27.27593994140625 +sub-10667_ses-V1_task-rest_run-01_bold 0.001705518018018018 0.022591548648648648 6 66.46739805575625 1.1277882499322807 0.9904004760948085 0.4307615012930998 2774.92138671875 0.5734426888726591 366 82.43243243243244 2.4788382290655693 2.416233237320851 2.521116566486495 2.4991648833893616 0.00981479 0.0007130024023354053 0.01824001781642437 444 90 90 60 2.870238579194392 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 108.09273788400021 24.82356834411621 48.88165283203125 17.761260986328125 349948.0 0.06081081181764603 191.44066162109368 107.69659423828125 2.770142023125058 239.30999755859375 968.7572021484375 925.840087890625 71452.0 487.80361328125 1551.963623046875 322.56329345703125 22.833316802978516 +sub-10670_ses-V1_task-cuff_run-01_bold 0.0007570337078651687 0.01707398 5 41.38672448948198 1.2064791114414406 0.9966289180630631 0.47616429239354163 191244.9375 0.30952728721428496 1 0.2247191011235955 2.543250797806562 2.5858839436619716 2.734774084507042 2.3090943652506732 0.00652583 -0.017005406320095062 0.03474688157439232 445 96 96 54 4.808837098074998 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 147.36926842523624 62.65748977661133 647.9371337890625 42.533329010009766 323393.0 0.2324640989303589 2710.348876953124 1654.483642578125 2.3295130592732383 3270.504638671875 19865.154296875 19683.71484375 103581.0 13643.51171875 26529.619140625 4093.21826171875 42.1925048828125 +sub-10670_ses-V1_task-rest_run-01_bold 0.001952572706935123 0.01763552058165548 3 42.14356325775786 1.2015890256726458 1.6489294502690586 0.47561938956126193 173024.546875 0.32562397635845425 204 45.63758389261745 2.582270808256379 2.615157183098592 2.779565070422535 2.352090171248009 0.0132231 -0.016195937991142273 0.035937242209911346 447 96 96 54 4.78471203476112 0.7999997138977051 2.21875 2.21875 2.4000015258789062 6 158.9809475429064 67.34922790527344 644.8673095703125 45.717262268066406 323268.0 0.21610381007194518 2694.507507324218 1693.13427734375 2.2841262876093777 3333.16796875 19937.109375 19747.017578125 103766.0 13750.038818359375 26708.12646484375 4127.0869140625 38.05345153808594 +sub-10670_ses-V3_task-cuff_run-01_bold 0.0007383221476510066 0.026032514093959732 3 40.757539996973094 1.0906480155605378 0.9740423584080719 0.47632622778545275 295833.1875 0.3049372689815535 3 0.6711409395973155 2.6018674618974846 2.625185352112676 2.7896022535211267 2.390814780058651 0.00847721 -0.01601339504122734 0.03880811855196953 447 96 96 54 4.985894393296212 0.7999997138977051 2.21875 2.21875 2.3999977111816406 5 117.30307062804054 110.2640380859375 1389.69921875 74.76744079589844 323752.0 0.43069472610950477 5837.033349609376 3407.513671875 2.675178997886764 6625.72607421875 42314.53125 42037.00390625 103647.0 29612.3521484375 55547.173437499994 8431.1455078125 33.399681091308594 +sub-10670_ses-V3_task-cuff_run-02_bold 0.0035326233183856507 0.024705064349775784 4 41.54581777159548 1.1739319390561802 1.0427026124269672 0.4781241907960009 341763.25 0.2938048469770464 4 0.8968609865470852 2.5562041616163107 2.5800247887323944 2.7537938028169013 2.334793893299637 0.0108696 -0.01611221395432949 0.03986179828643799 446 96 96 54 5.115871117069481 0.7999997138977051 2.21875 2.21875 2.3999977111816406 5 119.89965370348276 100.50553894042969 1374.30078125 68.08465576171875 323306.0 0.34139152616262436 5742.4556884765625 3404.24169921875 2.6973391872474277 6356.0546875 41684.2578125 41377.94921875 103915.0 29443.296679687497 54437.07226562499 8088.1142578125 34.85810470581055 +sub-10670_ses-V3_task-rest_run-01_bold 0.0009899103139013453 0.023403550224215246 4 41.5092665599775 1.1352724898202247 1.0306069653932577 0.47625109060784393 208598.828125 0.33331767560088316 255 57.17488789237668 2.5810567086054674 2.61584676056338 2.7554794366197184 2.371843928633304 0.00627331 -0.016231287270784378 0.037575334310531616 446 96 96 54 4.936569614217285 0.7999997138977051 2.21875 2.21875 2.3999977111816406 1 116.11680277919703 131.34515380859375 1389.677734375 89.41127014160156 323819.0 0.689489233493805 5853.626855468744 3415.47998046875 2.6380467563411187 6727.052734375 42481.8828125 42162.93359375 103579.0 29562.41640625 56073.353124999994 8540.896484375 34.933135986328125 +sub-10670_ses-V3_task-rest_run-02_bold 0.0034052455357142858 0.03885066339285714 2 45.39320407666667 1.1330130890380312 1.0200531623489937 0.47936901965425033 210328.703125 0.39573054030650495 232 51.785714285714285 2.648783146026967 2.6617194366197183 2.8585735211267607 2.4260564803344224 0.00959294 -0.015574897639453411 0.039161086082458496 448 96 96 54 5.0215439325974875 0.7999997138977051 2.21875 2.21875 2.3999977111816406 10 115.46769830858469 126.78388214111328 1387.79248046875 86.53794860839844 322349.0 1.0993766307830812 5770.794531249998 3329.949951171875 2.660633580192684 6489.4169921875 41542.71484375 41290.92578125 104776.0 29029.50439453125 54422.2294921875 8222.7158203125 26.648672103881836 +sub-10672_ses-V1_task-cuff_run-01_bold 0.0010274603174603176 0.025670814512471656 9 48.91312044338634 1.0950645893181825 0.9975548332727271 0.41217038086822994 9845.2666015625 0.3862096861337154 20 4.535147392290249 2.4542492931478237 2.417295737278631 2.4267999035676358 2.518652238597205 0.00593595 -0.0023299180902540684 0.014730076305568218 441 90 90 60 3.057941464274413 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 89 59.47258368824026 14.315013885498047 32.5211067199707 10.09523868560791 345963.0 0.04535147547721863 131.86304473876922 81.4608383178711 2.2889499219792198 239.78150939941406 1002.6005249023438 966.2449340820312 76019.0 529.4346740722657 1565.9247558593743 315.976806640625 23.239227294921875 +sub-10672_ses-V1_task-rest_run-01_bold 0.0017161538461538462 0.023285112217194568 8 46.153051060612235 1.1194500654648518 1.003162077482993 0.41083706402803644 10137.84375 0.29806196484078806 167 37.782805429864254 2.440945108836426 2.410641570876377 2.4146499040504334 2.4975438515824675 0.00340678 -0.0036990027874708176 0.014023605734109879 442 90 90 60 3.04204484198007 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 60 58.554465350471936 14.18535041809082 32.36308288574219 9.986425399780273 346459.0 0.04524886980652809 131.4391448974609 81.25617218017578 2.192159392780071 243.05795288085938 1005.4722290039062 969.9718017578125 75674.0 524.6121215820312 1570.7640747070313 318.85308837890625 24.85122299194336 +sub-10672_ses-V1_task-rest_run-02_bold 0.0015715158371040724 0.021828721040723986 8 47.58539125414964 1.1288291582312917 0.9876355729478453 0.4096454448653552 10288.1513671875 0.27069013976549566 155 35.067873303167424 2.4338867690680925 2.402958237848352 2.4089582376099337 2.4897438317459915 0.0070915 -0.003182180691510439 0.014234580099582672 442 90 90 60 2.990272604343408 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 37 58.74575561266539 14.03943920135498 32.324195861816406 9.81787395477295 346616.0 0.018099548295140266 133.8371124267578 81.42717742919922 2.137649372122042 244.21176147460938 1000.7937622070312 966.3235473632812 75638.0 511.7703811645508 1573.7990722656243 323.1535339355469 26.430253982543945 +sub-10673_ses-V1_task-cuff_run-01_bold 0.0011879185520361991 0.016388315384615385 8 38.86496260163271 1.139376482721088 0.9842879982766445 0.4101816387194072 8973.6845703125 0.1647891864646405 0 0.0 2.3315242955319824 2.284212409233554 2.363695739408503 2.3466647379538896 0.00505779 0.0026099898386746645 0.008832349441945553 442 90 90 60 2.8542074075037656 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 104.64646299435397 15.746779441833496 33.398590087890625 11.010181427001953 344536.0 0.013574661687016487 120.81900787353516 84.83792877197266 3.7954628545329463 277.4713134765625 1093.3997802734375 1044.20361328125 75835.0 587.6054443359376 1743.4401245117192 365.8447265625 33.95514678955078 +sub-10673_ses-V1_task-cuff_run-02_bold 0.0015007466063348416 0.013058120950226243 8 38.86977885619048 1.192040285260771 0.9963770418140591 0.4099326113363726 9099.193359375 0.17120561264210987 0 0.0 2.323443737296588 2.2737540763157975 2.358974906262759 2.337602229311208 0.00514311 0.0026627869810909033 0.008200660347938538 442 90 90 60 2.8549796162567866 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 111.08847279460842 15.637764930725098 33.521324157714844 10.936652183532715 344727.0 0.011312217451632023 123.09457550048839 86.16519927978516 3.723458920984374 277.4646911621094 1092.5941162109375 1044.0023193359375 75665.0 587.7407714843749 1740.3539550781256 365.6752624511719 37.321441650390625 +sub-10673_ses-V1_task-rest_run-01_bold 0.0010329931972789116 0.012432121111111109 9 38.19573509495458 1.1756310657499998 0.9819125438863634 0.40882216477679634 9276.71484375 0.15034778134081148 12 2.7210884353741496 2.3104312328548784 2.26932490982513 2.3393415737095844 2.3226272150299216 0.00635297 0.0018685602117329836 0.007859946228563786 441 90 90 60 2.8428171418866257 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 96.8284807403634 15.60934829711914 33.4471435546875 10.868480682373047 345051.0 0.006802720949053764 122.45011520385742 85.18443298339844 3.881227826771915 278.16455078125 1099.4010009765625 1049.36279296875 75373.0 593.6893310546875 1754.4771484374999 369.1253356933594 38.694671630859375 +sub-10673_ses-V1_task-rest_run-02_bold 0.0009703628117913831 0.010651481746031746 9 38.13672895002271 1.182970668568181 0.9910983516363641 0.41011148526374186 9041.97265625 0.1628369542823178 33 7.482993197278912 2.315177068863966 2.272187409711384 2.3420665736013024 2.3312772232792125 0.0041681 0.002325905254110694 0.007544392254203558 441 90 90 60 2.8486631608268684 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 115.87073614676339 15.659775733947754 33.706085205078125 10.99092960357666 344615.0 0.01587301678955555 124.38684997558589 86.57460021972656 3.669066522150893 279.5058288574219 1092.2652587890625 1043.8231201171875 75801.0 583.5918579101562 1743.723388671875 366.4231872558594 38.37711715698242 +sub-10674_ses-V1_task-cuff_run-01_bold 0.0012840271493212668 0.013785396176470588 8 38.59479351451246 1.0935997809297058 1.0059429396825401 0.44296638388462833 4720.0908203125 0.1421618607291971 0 0.0 2.438095142362969 2.348570740009517 2.565499898056193 2.400214789023198 0.00127173 0.012483097612857819 0.019920960068702698 442 90 90 60 2.8957443775150438 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 199.93209101917057 19.465024948120117 38.86159133911133 13.816742897033691 333133.0 0.022624434903264046 142.54751586914062 97.2828369140625 5.529287040871575 232.73841857910156 966.7135620117188 929.9751586914062 86635.0 511.05772399902344 1515.73857421875 321.1505126953125 31.55416488647461 +sub-10674_ses-V1_task-rest_run-01_bold 0.0009113409090909092 0.01450005965909091 10 39.7546669647608 1.0776916469931663 0.9662268677220951 0.4419993467147881 4670.96533203125 0.15968288838905756 15 3.409090909090909 2.446511814916428 2.3489332399951124 2.571599897813801 2.4190023069403717 0.00237968 0.013329648412764072 0.019308874383568764 440 90 90 60 2.8922114637427114 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 13 200.05323746166684 19.570348739624023 38.51009750366211 13.927271842956543 333259.0 0.011363635770976543 140.34362487792959 96.68214416503906 5.4399190625375535 232.8914337158203 971.1775512695312 933.21923828125 86564.0 512.4260131835938 1523.5804138183594 322.6644592285156 30.415647506713867 +sub-10674_ses-V1_task-rest_run-02_bold 0.0008549095022624435 0.015175013325791855 8 40.05079195038546 1.0774208206122442 0.9785063793650803 0.4433068808896132 4542.40283203125 0.1634320700164264 21 4.751131221719457 2.46435626154097 2.3675249059230126 2.5978165634387107 2.427727315261188 0.00257338 0.012520641088485718 0.019858432933688164 442 90 90 60 2.890181275051963 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 200.14338241497921 19.78368377685547 38.949764251708984 14.036199569702148 332951.0 0.0067873308435082436 144.68099975585938 96.50740051269531 5.506599979504774 231.40670776367188 963.375244140625 926.7772216796875 86892.0 505.3184524536133 1512.9600097656244 320.6622009277344 30.132261276245117 +sub-10674_ses-V3_task-cuff_run-01_bold 0.0006759276018099548 0.009235482737556562 8 33.85136618566896 1.0690053430612252 1.0131900412471657 0.4484347427835518 4349.3876953125 0.15344166255520314 0 0.0 2.4587729167900254 2.418108237246345 2.5656332313842283 2.392577281739504 0.00359108 0.004116354044526815 0.030254868790507317 442 90 90 60 2.738557642988289 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 222.9600013008011 22.95014762878418 50.348541259765625 16.22850799560547 329839.0 0.011312217451632023 188.34435424804676 130.43353271484375 4.3570054726627365 290.6001892089844 1121.2489013671875 1071.923095703125 87819.0 567.76787109375 1827.4401123046866 391.4166259765625 36.17486572265625 +sub-10674_ses-V3_task-cuff_run-02_bold 0.0007394760820045558 0.007651806013667426 11 33.60276155198629 1.0789327298173512 0.9915741099771687 0.4488530959492083 4355.43310546875 0.13552443873351447 0 0.0 2.4603104150290935 2.423166570378678 2.570320731197964 2.387443943510638 0.00803042 0.003933541476726532 0.03041858598589897 439 90 90 60 2.7190753757124573 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 239.64726960633686 22.83680534362793 50.71194839477539 16.157176971435547 329582.0 0.006833713501691818 190.71515731811525 132.62130737304688 4.395866230228186 291.16412353515625 1114.42919921875 1065.39990234375 88150.0 558.9927398681641 1823.966735839844 391.8221130371094 38.79663848876953 +sub-10674_ses-V3_task-rest_run-01_bold 0.00062686230248307 0.008142748013544018 7 33.17354241538462 1.0594841817873304 0.9827807960633477 0.44836659524064854 4330.87890625 0.1341821734326861 3 0.6772009029345373 2.458104859893695 2.417695737262736 2.5681707312833972 2.3884481111349527 0.0114799 0.0029917440842837095 0.031827159225940704 443 90 90 60 2.742453685383687 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 255.58120088462857 22.931808471679688 50.15697479248047 16.30022621154785 329554.0 0.02483070082962513 187.58092956542964 131.8583221435547 4.406688117918984 291.97564697265625 1120.26513671875 1072.8465576171875 88067.0 564.7991333007812 1824.3894531249998 391.1972961425781 38.11332321166992 +sub-10674_ses-V3_task-rest_run-02_bold 0.0007100680272108843 0.008720578866213151 9 32.61952401063633 1.0575753154318173 0.9981369672727268 0.4495803596802229 4273.94580078125 0.1358454975972146 1 0.22675736961451248 2.4666201393213094 2.4278999035239255 2.5775082309123585 2.3944522835276443 0.00560064 0.004064555745571852 0.03048376552760601 441 90 90 60 2.719247846022822 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 209.401845922165 22.99882698059082 51.137325286865234 16.33786964416504 329733.0 0.020408162847161293 192.973696899414 130.9599151611328 4.440083708097786 290.0487365722656 1114.33642578125 1064.5079345703125 87953.0 563.2095092773437 1824.6018310546874 391.46923828125 37.73042297363281 +sub-10676_ses-V1_task-cuff_run-01_bold 0.0005984807256235828 0.008311864376417233 9 36.74502849150001 1.077389453704544 0.9918217708409095 0.44100882699287985 3802.382568359375 0.14975904811100013 0 0.0 2.34747445430919 2.374454072314339 2.390912404993677 2.277056885619554 0.00684967 0.0022499437909573317 0.012401205487549305 441 90 90 60 2.840561709957028 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 115.4400630723642 21.482603073120117 37.645450592041016 15.655328750610352 332492.0 0.006802720949053764 146.14818878173836 73.22425079345703 2.1850179401251637 256.5708923339844 1004.1173095703125 959.117919921875 86097.0 509.4317626953125 1625.2449707031246 337.6488342285156 36.12128448486328 +sub-10676_ses-V1_task-rest_run-01_bold 0.0008323076923076923 0.009518352714932126 8 36.49437728768709 1.0673470428798182 0.9903187186167792 0.4409491310290808 3762.844970703125 0.1435890941654434 7 1.583710407239819 2.3562050067511775 2.3802374054178634 2.397395738069386 2.290981876766283 0.00756333 0.001827599131502211 0.012405985035002232 442 90 90 60 2.8542299724410016 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 107.28475865854239 21.601716995239258 37.19550323486328 15.78506851196289 332326.0 0.0067873308435082436 142.0633544921875 72.06099700927734 2.180161383326821 256.45831298828125 1002.3214111328125 958.66064453125 86214.0 508.47061004638675 1621.7055969238274 335.8717041015625 33.38015365600586 +sub-10676_ses-V1_task-rest_run-02_bold 0.0016267800453514739 0.00980359058956916 9 36.588960023409086 1.0797106760227273 1.0240537775227272 0.44255126692489466 3803.77587890625 0.15337724043168188 20 4.535147392290249 2.372992501420042 2.3924165716005734 2.412104070818262 2.3144568618412897 0.00718235 0.0020560810808092356 0.011518408544361591 441 90 90 60 2.8143186054852687 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 97.92300180976517 21.596908569335938 38.55440902709961 15.723356246948242 332153.0 0.022675737738609314 150.2322021484374 74.50733947753906 2.2693924276044832 260.2286376953125 1000.7068481445312 957.4852905273438 86402.0 503.3141754150391 1624.8448059082032 340.2172546386719 32.142967224121094 +sub-10676_ses-V3_task-cuff_run-01_bold 0.0023277727272727274 0.011743785431818182 10 50.68818091476082 1.1460644045102513 1.00360923548975 0.44737123458260786 4256.95703125 0.27673421911938 1 0.22727272727272727 2.3543800041183096 2.35184573987938 2.406695737699837 2.3045985347757116 0.0107166 0.005796652752906084 0.012667812407016754 440 90 90 60 2.553805254129089 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 87.44827433096795 23.51272201538086 45.90127182006836 16.747726440429688 326978.0 0.013636363670229912 182.07340545654282 94.35664367675781 4.225153125856976 312.1450500488281 1160.31640625 1090.092041015625 90540.0 585.3287322998046 1948.7687377929692 426.8477478027344 29.67620277404785 +sub-10676_ses-V3_task-cuff_run-02_bold 0.0008004524886877828 0.006583889796380091 8 35.62759183594106 1.1007847110204092 0.9929308423582764 0.44652778838441437 4388.26318359375 0.14701238266735378 0 0.0 2.3299036246683626 2.338816573730446 2.388908238406649 2.2619860618679923 0.0105018 0.005121342837810516 0.012859604321420193 442 90 90 60 2.5158512228631698 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 117.5227475153611 23.386205673217773 46.96603775024414 16.561086654663086 327127.0 0.004524887073785067 189.371273803711 98.0641098022461 4.48265837942219 320.148193359375 1170.7625732421875 1097.435546875 90138.0 592.7287414550781 1985.114697265625 436.2060241699219 38.93337631225586 +sub-10676_ses-V3_task-rest_run-01_bold 0.0010842954545454545 0.009294793772727272 10 44.59617132054673 1.1169151178359906 1.0102694727562647 0.4461332654623712 4637.251953125 0.22443036134836453 107 24.318181818181817 2.3397175099155203 2.3411582403040634 2.3996415713134778 2.2783527181290193 0.0174361 0.004057059530168772 0.01324560958892107 440 90 90 60 2.5445399300631886 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 85.00972004343518 23.182506561279297 46.172515869140625 16.404544830322266 327319.0 0.011363635770976543 183.25680541992188 94.59415435791016 4.497095131751483 318.0921936035156 1179.462890625 1105.9000244140625 89945.0 602.8036254882812 1987.0904052734377 434.6144714355469 33.12970733642578 +sub-10676_ses-V3_task-rest_run-02_bold 0.0010760633484162897 0.010287137918552037 8 35.465471812403635 1.0575283546485255 0.9731135076870743 0.4473183052311928 4292.75732421875 0.15548708606505887 5 1.1312217194570136 2.354663339707015 2.3541540731209882 2.4166457373044596 2.293190208695597 0.00613692 0.0051590693183243275 0.013144909404218197 442 90 90 60 2.5124974536992952 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 114.86158677662185 23.738407135009766 47.44365692138672 16.86651611328125 327250.0 0.029411766678094864 189.5555480957031 97.3947525024414 4.51702865721918 323.15362548828125 1169.262451171875 1097.0362548828125 90075.0 590.8199157714844 1979.789440917969 436.6293640136719 32.914451599121094 +sub-10679_ses-V1_task-cuff_run-01_bold 0.001054185520361991 0.010667717760180995 8 54.628876294535154 1.114898547619047 0.9950401765079351 0.45351745826759216 3281.38427734375 0.48971311625442393 15 3.3936651583710407 2.4934812812632283 2.452179069225825 2.5374832325028085 2.4907815420610513 0.00966572 -0.0037586349062621593 0.019275113940238953 442 90 90 60 2.824122388076906 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 66.16426231035085 25.57992172241211 58.69703674316406 17.943439483642578 338301.0 0.03846153989434242 233.64706420898438 137.06826782226562 3.1600377349263153 283.411865234375 1042.309814453125 1008.972900390625 82194.0 528.6272735595703 1679.3151000976559 357.2673645019531 28.67292022705078 +sub-10679_ses-V1_task-cuff_run-02_bold 0.0012459049773755656 0.012493694140271492 8 55.2062099569388 1.094371853809524 0.9865404945804994 0.45445210663270097 3076.816650390625 0.5169138348965998 29 6.5610859728506785 2.494132671646705 2.453020735859047 2.534004065974392 2.495373213106676 0.0063499 -0.0033311787992715836 0.01912771351635456 442 90 90 60 2.8194522315626744 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 64.90428759536184 26.14008903503418 59.59560775756836 18.427602767944336 338722.0 0.04977375641465187 237.9184509277344 138.1164093017578 3.317831342721189 284.0123596191406 1040.196044921875 1006.2217407226562 81809.0 531.0755737304687 1678.533081054687 356.88336181640625 26.697635650634766 +sub-10679_ses-V1_task-rest_run-01_bold 0.0009928344671201815 0.010095401428571429 9 53.27983387138638 1.1073258431363648 1.0073952075227277 0.45236724114432003 3360.8623046875 0.47275320707614504 304 68.93424036281179 2.497667392572249 2.460783235550593 2.540337399056061 2.4918815431100936 0.00883607 -0.005094678606837988 0.01696346327662468 441 90 90 60 2.804999860023925 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 67.5487041817495 25.506811141967773 58.37583541870117 17.90703010559082 338351.0 0.043083902448415756 229.60884857177734 135.3383026123047 3.191422584868448 289.06378173828125 1053.889892578125 1019.4977416992188 82048.0 534.9346984863281 1699.6689636230465 363.4551086425781 29.218381881713867 +sub-10679_ses-V1_task-rest_run-02_bold 0.0012740315315315316 0.010851593986486486 6 53.72105570458238 1.119047078013545 0.996632024808126 0.4558209415015348 3065.15234375 0.4451655928448154 275 61.93693693693694 2.489927112894461 2.4573290690211826 2.527237399576608 2.485214870085592 0.0120034 -0.0032626905012875795 0.021653665229678154 444 90 90 60 2.7958496643285686 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 62.41633726547201 26.055734634399414 60.617881774902344 18.26801872253418 338402.0 0.036036036908626556 245.18198394775402 140.24197387695312 3.287080024949084 284.905029296875 1032.5682373046875 999.7905883789062 82230.0 522.6742248535156 1671.157165527344 357.595947265625 28.887493133544922 +sub-10679_ses-V3_task-cuff_run-01_bold 0.002202686230248307 0.01800100819413093 7 67.84924008287327 1.1384645286877828 1.0658759756334841 0.4409060172774481 3627.730224609375 0.6448666870061752 110 24.830699774266364 2.392764593530215 2.3598874062264996 2.4033290711669495 2.415077303197196 0.00454665 -9.898515418171883e-05 0.0186726413667202 443 90 90 60 2.9430468285834865 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 14 84.04185411410425 23.66474151611328 52.155555725097656 17.04966163635254 344581.0 0.10835214704275131 209.4650115966797 117.20545196533203 3.973427085807087 258.4881896972656 1030.1817626953125 995.943603515625 77498.0 548.2608337402344 1636.1576110839837 338.4034423828125 24.465999603271484 +sub-10679_ses-V3_task-rest_run-01_bold 0.0016242533936651586 0.015411901199095022 8 65.96170776596372 1.1638450529705218 1.0602498177777777 0.439679120795658 3576.119873046875 0.5888113051495877 343 77.60180995475113 2.396140976364481 2.373224905696515 2.4179999039173166 2.397198119479611 0.00672879 -0.002170147839933634 0.01633632928133011 442 90 90 60 2.8503942134532188 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 82.8483698724893 24.201303482055664 53.161521911621094 17.41855239868164 344358.0 0.10633484274148941 214.3426605224607 118.55961608886719 4.096906524603328 267.72381591796875 1052.49609375 1016.472900390625 77454.0 549.7561279296874 1693.116497802733 356.60552978515625 26.582561492919922 +sub-10680_ses-V3_task-cuff_run-01_bold 0.0013833856502242152 0.009382063183856504 4 38.93052118285394 1.2861177894157285 1.0367610204943822 0.47782242849351153 628527.6875 0.2268705876841596 1 0.2242152466367713 2.5245414136065203 2.595979718309859 2.6845881690140847 2.293056353495617 0.0124722 -0.011263052932918072 0.02142057940363884 446 96 96 54 4.104281766576961 0.7999997138977051 2.21875 2.21875 2.3999977111816406 5 72.71167919729538 37.741065979003906 674.7138671875 25.788742065429688 319583.0 0.2789206892251968 3277.16108398437 1506.8299560546875 1.9233313836859276 4242.583984375 22312.896484375 22066.9921875 107300.0 13543.333935546874 31112.352636718715 5376.55322265625 46.07878875732422 +sub-10680_ses-V3_task-cuff_run-02_bold 0.001794451901565996 0.010477756935123043 3 39.748817482488796 1.274931057331838 1.0707035425112112 0.47818824735050725 531259.0 0.25864862075339873 5 1.1185682326621924 2.5327178339095493 2.6079188732394365 2.696815774647887 2.2934188538413243 0.0138644 -0.011014411225914955 0.020785996690392494 447 96 96 54 4.124678603713379 0.7999997138977051 2.21875 2.21875 2.3999977111816406 7 73.71772633630087 40.98486328125 672.8161010742188 28.07843017578125 319416.0 0.35008224844932556 3258.887939453125 1495.689697265625 1.96676426907245 4198.515625 22355.123046875 22125.328125 107434.0 13589.66875 31111.75654296874 5364.10888671875 43.60370635986328 +sub-10680_ses-V3_task-rest_run-01_bold 0.001658766816143498 0.01453238576233184 4 38.49081294458428 1.203531951191011 0.9962301412359551 0.47683514497508556 454569.21875 0.2562224073966418 156 34.97757847533632 2.543091466721977 2.613309295774648 2.7035087323943663 2.3124563719969164 0.0133012 -0.010736648924648762 0.020182758569717407 446 96 96 54 4.113983070302082 0.7999997138977051 2.21875 2.21875 2.3999977111816406 1 79.65383451522717 45.10237121582031 660.2339477539062 30.67363166809082 319769.0 0.14946381747722626 3208.8993164062495 1487.17236328125 2.026404383862796 4162.880859375 22358.955078125 22078.4921875 107193.0 13684.001171875 31185.851171875 5366.669921875 38.96795654296875 +sub-10680_ses-V3_task-rest_run-02_bold 0.004266897321428572 0.010175578950892857 2 38.446843738187916 1.2828876868008945 1.6440571029753925 0.47993439525683357 448035.15625 0.25771399488284413 147 32.8125 2.532586810049274 2.6034974647887323 2.6971357746478875 2.297127190711203 0.00973338 -0.011679106391966343 0.022085510194301605 448 96 96 54 4.169302376638875 0.7999997138977051 2.21875 2.21875 2.3999977111816406 28 73.18885863891082 45.0433235168457 687.3734130859375 30.604759216308594 319053.0 0.15200451612472535 3338.093408203118 1523.50146484375 1.9610957997676541 4188.54248046875 22356.908203125 22120.517578125 107765.0 13828.357226562499 31067.61874999999 5305.54345703125 44.28966522216797 +sub-10681_ses-V1_task-cuff_run-01_bold 0.0023981715575620765 0.012042680180586908 7 45.49039029006788 1.1297719136425344 1.065967372126697 0.43568861143781085 4105.5380859375 0.30535419161932603 6 1.3544018058690745 2.4724729262984106 2.498208234063457 2.4962749008069474 2.422935644024827 0.00814921 0.007401658222079277 0.01748904027044773 443 90 90 60 2.546357094702578 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 64.80312068479047 20.880260467529297 37.51786422729492 14.860045433044434 333680.0 0.056433409452438354 133.52606811523435 81.77580261230469 4.955184346215544 275.8611145019531 995.8629150390625 943.6749877929688 85422.0 492.00914611816404 1668.18935546875 370.59588623046875 28.354223251342773 +sub-10681_ses-V1_task-cuff_run-02_bold 0.0017160633484162894 0.01251479726244344 8 46.71982434349202 1.1211339994104303 0.9967174229478459 0.4344334449588274 4038.662353515625 0.30087635929263185 1 0.22624434389140272 2.492915987871337 2.5169165666533884 2.518270733266245 2.4435606636943787 0.00400877 0.007212767377495766 0.01905211992561817 442 90 90 60 2.501085117387686 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 67.74793527699768 20.719533920288086 36.952754974365234 14.735294342041016 333891.0 0.05429864674806595 131.82919311523438 80.18325805664062 4.919268941094813 277.4714050292969 982.400634765625 931.405029296875 85448.0 475.4494567871094 1651.384191894531 372.398193359375 28.095796585083008 +sub-10681_ses-V1_task-rest_run-01_bold 0.0014266591422121896 0.01071714433408578 7 48.672108982624394 1.167043848981901 1.0308312557692314 0.4347182310800338 4405.392578125 0.3246355050412571 228 51.46726862302483 2.465063204115373 2.4925790676204733 2.4804457347692757 2.422164809956369 0.00437781 0.0051255617290735245 0.015889648348093033 443 90 90 60 2.537943061721172 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 67.15417124409169 20.405025482177734 37.6436653137207 14.487585067749023 333601.0 0.045146726071834564 135.72686767578125 82.51631164550781 4.547643381474305 281.1304931640625 1005.5018920898438 953.173828125 85380.0 490.39708251953124 1686.0683166503907 375.5672302246094 30.262962341308594 +sub-10681_ses-V1_task-rest_run-02_bold 0.001377262443438914 0.010199814954751132 8 46.4443645262585 1.119877021088435 1.0031641907482995 0.43617302599709806 4385.75830078125 0.3233917098948752 236 53.39366515837104 2.50307988279007 2.5167290666608384 2.5295207328192104 2.4629898488901607 0.00599424 0.006059983745217323 0.017421165481209755 442 90 90 60 2.4642130116952403 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 67.8540388025778 20.384105682373047 38.516563415527344 14.341629981994629 332481.0 0.018099548295140266 140.5294189453125 85.03148651123047 5.083943072708484 284.7921142578125 992.1549072265625 939.5973510742188 86308.0 474.6049987792969 1681.2145141601559 381.294921875 29.784770965576172 +sub-10682_ses-V1_task-cuff_run-01_bold 0.0015986907449209934 0.01506381367945824 7 42.019071678325766 1.128898605180995 0.9781297771719459 0.40249712065544974 12645.9580078125 0.1835590059299413 1 0.22573363431151242 2.3238909301415855 2.393812404878441 2.3289207407903376 2.2489396447559784 0.00582007 0.00012891182268504053 0.01050527673214674 443 90 90 60 2.7678747385118276 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 63.094648414704224 13.319993019104004 27.887298583984375 9.169300079345703 343920.0 0.004514672793447971 107.32731628417969 65.71015167236328 2.3771496482037984 291.6375732421875 1098.156005859375 1039.1309814453125 76473.0 580.7760986328125 1805.8781494140626 375.4231262207031 29.254589080810547 +sub-10682_ses-V1_task-cuff_run-02_bold 0.002251606334841629 0.02024926819004525 8 44.585142892562374 1.09882322265306 0.958744573287982 0.40406660029149716 11921.2646484375 0.21861563846983215 2 0.45248868778280543 2.367635385106758 2.436929069831806 2.380016572093305 2.285960513395163 0.0102235 0.0009865649044513702 0.010481552220880985 442 90 90 60 2.757261939408809 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 62.30515380925769 13.625182151794434 28.66248893737793 9.470588684082031 343733.0 0.022624434903264046 109.77104339599593 66.91472625732422 2.398430033764231 292.7636413574219 1094.5670166015625 1036.6561279296875 76739.0 574.6934509277344 1797.736486816406 375.9705810546875 24.887338638305664 +sub-10682_ses-V1_task-rest_run-01_bold 0.001445823927765237 0.013135012550790066 7 40.52366761624431 1.141364098235294 1.0524172477149325 0.4026400486261228 13024.8271484375 0.18795433730066424 91 20.54176072234763 2.3308437039177914 2.409883237573177 2.344958240153065 2.237689634027132 0.010616 2.145407415810041e-05 0.010036532767117023 443 90 90 60 2.7420753212552698 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 14 61.87904176704906 13.22628402709961 28.527372360229492 9.146726608276367 343979.0 0.009029345586895943 110.85373001098623 67.03308868408203 2.5944261358435456 293.6690673828125 1104.1571044921875 1043.3623046875 76392.0 582.0762176513672 1820.3783142089835 380.49847412109375 31.315826416015625 +sub-10682_ses-V1_task-rest_run-02_bold 0.0018803153153153151 0.01736822466216216 6 43.58006498442441 1.110642768826185 0.9988312368623025 0.4039000292957352 12476.1640625 0.20792741891883587 118 26.576576576576578 2.350615933592754 2.4267499035696227 2.362529072788196 2.2625688244204434 0.0141978 0.0018362496048212051 0.009690013714134693 444 90 90 60 2.751072051702755 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 63.82683780915974 13.179800033569336 28.248729705810547 9.162162780761719 343643.0 0.018018018454313278 108.74729919433578 67.09225463867188 2.4115128481808066 286.4377746582031 1078.3436279296875 1020.527099609375 76780.0 562.0087005615235 1770.845672607422 370.9537353515625 26.90929412841797 +sub-10682_ses-V3_task-cuff_run-01_bold 0.001414144144144144 0.01909411605855856 6 38.43822708277653 1.0708386356207673 0.9670702431602708 0.407996317119902 13374.0419921875 0.1754621164875948 0 0.0 2.4274855610207062 2.52447489968638 2.4747832349942827 2.2831985483814567 0.0161111 0.0022320521529763937 0.006942865904420614 444 90 90 60 2.511144694995403 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 62.906190736932686 14.288412094116211 34.174259185791016 9.907657623291016 340193.0 0.036036036908626556 129.56846923828118 87.26321411132812 3.4119872383940786 338.29718017578125 1222.257080078125 1142.396484375 79397.0 620.2292846679687 2091.499169921875 454.9277038574219 24.730754852294922 +sub-10682_ses-V3_task-cuff_run-02_bold 0.0016196396396396396 0.018036154414414418 6 36.238254581557555 1.0363845826636562 0.9407095968397293 0.40746041746638845 13532.84765625 0.14700294583072707 0 0.0 2.4191744527324808 2.514595733412276 2.472274901760622 2.2706527230245444 0.0134546 0.0026997309178113937 0.006302325986325741 444 90 90 60 2.5270199164675424 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 63.28837864983244 14.114773750305176 33.308074951171875 9.684684753417969 340343.0 0.006756756920367479 126.2590103149414 85.5411148071289 3.2191237895389753 335.7060546875 1209.8323974609375 1132.0810546875 79347.0 617.710595703125 2066.983203125 447.98773193359375 25.517227172851562 +sub-10682_ses-V3_task-rest_run-01_bold 0.0014818834080717487 0.01971819865470852 4 37.50298245047191 1.0744121662471908 0.9494163458426967 0.40703925602286506 13638.1865234375 0.1650928154911417 73 16.367713004484305 2.444352225411967 2.539858232408435 2.5019207339159353 2.291277709911531 0.0198248 0.0013153193285688758 0.005741599015891552 446 90 90 60 2.4772027883329755 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 62.80576316970941 14.450386047363281 34.89148712158203 9.887892723083496 340497.0 0.006726457737386227 133.24125976562507 89.87898254394531 3.5584769683241495 348.9633483886719 1247.9473876953125 1162.5516357421875 79059.0 636.5744995117187 2150.4752929687493 469.29718017578125 24.06775665283203 +sub-10684_ses-V1_task-rest_run-01_bold 0.0009613318284424379 0.013807085823927766 7 52.967086360407215 1.1063211264027144 1.0052862125565607 0.5466086781493377 376.114990234375 0.3293341263194816 222 50.112866817155755 2.604862488009621 2.303137408481542 2.7477123908157193 2.7637376647316017 0.00449264 -0.037397950887680054 0.11201252788305283 443 90 90 54 2.6308815516337036 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 69.43709834613016 4.580002784729004 24.585384368896484 11.08803653717041 283856.0 7.837471961975098 82.61399841308594 42.15599060058594 1.0376293931610192 81.53640747070312 243.23941040039062 230.20091247558594 89523.0 127.86727294921876 404.0149078369139 87.4990463256836 28.880332946777344 +sub-10687_ses-V1_task-cuff_run-01_bold 0.0006998423423423424 0.014143598468468467 6 39.72949744027089 1.0757654975620765 0.9797208924153504 0.44217455650817866 4805.68603515625 0.2021651356446184 0 0.0 2.2938409434125155 2.274512409618997 2.321599907747908 2.285410512870642 0.00691706 -0.0009988457895815372 0.020051972940564156 444 90 90 60 3.246959962644635 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 173.75419873928396 19.681211471557617 40.93089294433594 14.333333969116211 334564.0 0.0045045046135783195 157.7264640808104 107.3724136352539 4.475835955748566 216.69705200195312 1020.5260620117188 989.6588134765625 84314.0 571.4889770507813 1542.6614379882808 304.793701171875 33.76352310180664 +sub-10687_ses-V1_task-cuff_run-02_bold 0.0009354504504504506 0.011810042207207208 6 38.8432641901806 1.0860305061399544 0.9836754223702037 0.4426727450017654 4975.24658203125 0.20377022990255714 0 0.0 2.2874589972403627 2.2664624099388755 2.3164874079510605 2.279427173831152 0.00879552 -0.0006066624773666263 0.018938647583127022 444 90 90 60 3.2531104373583704 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 187.234149592696 19.394041061401367 41.36748123168945 14.060811042785645 334549.0 0.0045045046135783195 161.82882690429688 107.90084838867188 4.5045951672958395 217.0443115234375 1019.3860473632812 989.1464233398438 84251.0 571.4256896972656 1544.9313354492188 304.0599365234375 34.95166015625 +sub-10687_ses-V1_task-rest_run-01_bold 0.001950314606741573 0.015004239842696629 5 42.31968798072071 1.122152520923423 1.0052146986936945 0.4411936116765214 4919.86181640625 0.24045927048848373 141 31.685393258426966 2.2915034467712405 2.2693082431591254 2.309929074878332 2.295273022276264 0.00696352 -0.0010053247679024935 0.020616520196199417 445 90 90 60 3.2476572246220643 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 12 197.3166916797665 19.45707130432129 40.35841751098633 14.184269905090332 334416.0 0.004494382068514824 153.24775314331055 108.3169174194336 4.314642059189601 215.36724853515625 1023.3350219726562 991.9483032226562 84419.0 573.4750427246095 1548.758630371093 305.4332275390625 32.26530075073242 +sub-10687_ses-V1_task-rest_run-02_bold 0.0006991647855530473 0.012814691760722348 7 39.22459939791855 1.0727908632805427 0.9784656803167413 0.4425536740202091 4899.0185546875 0.2088166807467374 82 18.510158013544018 2.2903728871393305 2.2695040764846772 2.318787407859667 2.282827177073648 0.00732999 -0.0005902632256038487 0.018663553521037102 443 90 90 60 3.2480639116258785 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 182.81354056870566 19.45789909362793 41.049861907958984 14.139955520629883 334486.0 0.004514672793447971 159.6608428955078 107.08065795898438 4.474952420634141 216.54019165039062 1015.147216796875 985.2821655273438 84259.0 566.4115051269531 1537.5896240234372 303.3426513671875 34.551876068115234 +sub-10687_ses-V3_task-cuff_run-01_bold 0.0005853968253968254 0.008793977120181406 9 35.349352988295415 1.0642397574318192 0.9940534372045453 0.4450423163748422 5223.25537109375 0.12367225720363452 0 0.0 2.296517332947012 2.260133243523707 2.3417374069477157 2.287681348369613 0.00805793 -0.0004260824352968484 0.021032392978668213 441 90 90 60 3.3591028730889376 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 254.39863531846282 18.140865325927734 38.92401123046875 13.251700401306152 332255.0 0.0022675737272948027 151.49251556396473 103.8920669555664 3.46523692445572 212.8592987060547 984.2293701171875 959.9705200195312 85827.0 554.2122741699219 1478.7099853515624 285.7801513671875 38.249534606933594 +sub-10687_ses-V3_task-cuff_run-02_bold 0.0007499321266968325 0.012775151809954751 8 35.58578165541954 1.0371451725170062 0.9755764460997727 0.4464303545151849 5256.57275390625 0.1341199843427884 0 0.0 2.311832618602986 2.264837410003447 2.3573499063273307 2.3133105394781808 0.00688551 -0.0011055167997255921 0.022409610450267792 442 90 90 60 3.369154851877441 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 216.30759090714375 18.21051597595215 39.350608825683594 13.257919311523438 332317.0 0.009049774147570133 152.83348693847663 102.4678955078125 3.6146336174472182 210.32994079589844 981.6144409179688 957.8145141601562 85900.0 553.0399780273438 1473.6497009277346 284.28759765625 34.04559326171875 +sub-10687_ses-V3_task-rest_run-01_bold 0.0005777828054298643 0.010382452149321266 8 36.34969264947849 1.0638875800000003 0.9860728765079362 0.4453759130399256 5080.79443359375 0.13000131243056157 0 0.0 2.281347884454249 2.242583244221082 2.327824907500549 2.273635501641116 0.00648515 -0.0008580692228861153 0.022055016830563545 442 90 90 60 3.3678251575474425 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 252.5284382582593 18.22728729248047 38.48288345336914 13.391403198242188 332193.0 0.015837104991078377 146.32579650878867 103.09856414794922 3.880877685426964 208.79367065429688 979.0389404296875 954.7670288085938 85938.0 552.9899505615234 1464.0422668457027 283.4949645996094 36.424766540527344 +sub-10687_ses-V3_task-rest_run-02_bold 0.0005717995444191345 0.010083387380410024 11 36.93742623175798 1.067902923630137 0.9822493206164385 0.44618089920409437 5253.95556640625 0.13303982785874924 1 0.22779043280182232 2.298921501786436 2.25642491033773 2.345808240119289 2.294531354902288 0.00613858 -0.0004942453815601766 0.02224821038544178 439 90 90 60 3.3615852073020602 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 228.91131801300003 18.064783096313477 39.14985656738281 13.177677154541016 332103.0 0.006833713501691818 152.14145965576103 103.37487030029297 3.5707812631493496 209.00637817382812 978.161376953125 953.8383178710938 86012.0 552.8271301269531 1467.7612060546874 283.74493408203125 36.40138244628906 +sub-10689_ses-V3_task-cuff_run-01_bold 0.001122159090909091 0.008932692772727274 10 40.13737030708425 1.0929150502050105 0.9993500149886103 0.4318959653148139 9190.2138671875 0.2230197927013842 1 0.22727272727272727 2.373357780486328 2.363724906074011 2.4484499027073423 2.30789853267763 0.00403854 0.001965571427717805 0.027452638372778893 440 90 90 60 2.7745867088410305 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 86.41555704806231 14.873196601867676 36.50176239013672 10.165908813476562 336129.0 0.0022727272007614374 151.9468139648437 84.82208251953125 6.124221315002005 252.086181640625 1017.9645385742188 967.884033203125 83903.0 563.6140563964844 1619.2269897460935 348.8369140625 34.87724685668945 +sub-10689_ses-V3_task-rest_run-01_bold 0.0011197963800904976 0.008413606357466063 8 39.52955799573696 1.1057859737188218 1.0056733504081639 0.43142874811427345 9161.505859375 0.20840888420769246 84 19.004524886877828 2.3681925038029017 2.3590207395942713 2.442133236291677 2.3034235355227564 0.00404079 0.00273181707598269 0.026508254930377007 442 90 90 60 2.760546491165145 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 100.10418357588465 14.9115571975708 36.746952056884766 10.175339698791504 336268.0 0.0 151.9574722290033 87.37430572509766 6.041724410279713 253.99798583984375 1019.8733520507812 970.2353515625 83839.0 557.6667907714843 1622.6663696289052 351.4628601074219 35.8103141784668 +sub-10689_ses-V3_task-rest_run-02_bold 0.0011073242630385489 0.009059755736961453 9 39.820041249113636 1.0869868671818192 0.99909018809091 0.43166012346500193 9059.4033203125 0.21518552465430194 94 21.31519274376417 2.366910561030311 2.36550407266998 2.439962403044605 2.295265207376348 0.00361909 0.0027229231782257557 0.026285171508789062 441 90 90 60 2.7979151085415284 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 89.09554633256425 14.799126625061035 35.94588088989258 10.185940742492676 336316.0 0.006802720949053764 149.1468276977539 84.06417846679688 6.009364700958194 247.44671630859375 1010.3446655273438 961.3651123046875 83842.0 559.9615997314454 1600.6385009765622 343.5984802246094 34.96079635620117 +sub-10693_ses-V1_task-cuff_run-01_bold 0.0012609977324263037 0.015553585555555558 9 55.045956134681866 1.2258614685000002 0.9953838300681819 0.44150439442712414 5821.068359375 0.32289425423544915 1 0.22675736961451248 2.386979867328275 2.338062407093747 2.420512403817479 2.4023647910736 0.00715399 0.011649040505290031 0.016124656423926353 441 90 90 60 2.585690896480261 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 14 72.78303026594338 18.181209564208984 41.85894775390625 13.047618865966797 329217.0 0.038548752665519714 159.59047546386725 104.71287536621094 4.551307884518556 279.0318298339844 1046.998291015625 987.7755126953125 88073.0 530.534228515625 1736.0208496093746 382.013916015625 28.64129638671875 +sub-10693_ses-V1_task-cuff_run-02_bold 0.0009166817155756208 0.011249829164785554 7 60.55890454434387 1.3184893331900465 1.0095574378280545 0.4407488606989161 6002.14306640625 0.3531201904880189 0 0.0 2.3492576282917317 2.3069332416640425 2.3937790715464327 2.3470605716647195 0.00763786 0.012352855876088142 0.017151717096567154 443 90 90 60 2.5671734519657745 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 72.87122821344367 17.811307907104492 41.311134338378906 12.616252899169922 329317.0 0.011286681517958641 158.2595977783203 103.89021301269531 4.63225584328959 279.3751525878906 1036.1005859375 978.4853515625 87981.0 518.8419799804688 1723.787841796875 381.150634765625 32.78373718261719 +sub-10693_ses-V1_task-rest_run-01_bold 0.0009025113122171945 0.011903834253393664 8 56.4284263230839 1.2851506700226754 1.012626838730159 0.4391957760565106 5994.20068359375 0.2803503567471195 187 42.30769230769231 2.3405604076513513 2.300504075252848 2.3703832391427664 2.3507939085584404 0.0070407 0.010949264280498028 0.017064550891518593 442 90 90 60 2.5658876565910775 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 80.59501033729221 18.005903244018555 40.876399993896484 12.751132011413574 329401.0 0.009049774147570133 156.41177368164062 103.71013641357422 4.488219845897032 281.9258117675781 1052.3936767578125 992.38916015625 87947.0 528.4489013671875 1750.2226440429686 386.76031494140625 32.314598083496094 +sub-10693_ses-V1_task-rest_run-02_bold 0.0008889342403628119 0.011722111201814059 9 59.69872731295447 1.313451185840909 1.0087243735227274 0.44054939273385624 6007.1005859375 0.29701575446519607 207 46.93877551020408 2.344393739274637 2.3063124083553785 2.380779072063006 2.3460897374055265 0.0041044 0.011907320469617844 0.01694456674158573 441 90 90 60 2.5805283727983968 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 77.4937887886188 17.83156967163086 41.08394241333008 12.544218063354492 329209.0 0.004535147454589605 159.03175048828098 103.98930358886719 4.387265217591731 277.764404296875 1034.5506591796875 977.7664794921875 88011.0 518.117919921875 1720.140625 378.8995056152344 32.41425704956055 +sub-10693_ses-V3_task-cuff_run-01_bold 0.0012370068027210885 0.0085123341723356 9 41.83003045018181 1.1568621599999995 1.018367051613636 0.44151771368786424 6157.0634765625 0.22968386239590247 0 0.0 2.3702173467850183 2.3519499065419076 2.420387403822446 2.3383147299907017 0.00504188 0.004026766866445541 0.019285261631011963 441 90 90 60 2.529638036023971 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 19 56.17869801988373 19.04521942138672 44.73258972167969 13.278911590576172 329980.0 0.00907029490917921 179.0181427001953 103.14561462402344 4.81589705815623 300.8052673339844 1105.650390625 1040.7744140625 87924.0 558.9759674072266 1849.3721130371093 411.4298095703125 35.70474624633789 +sub-10693_ses-V3_task-cuff_run-02_bold 0.0015253393665158371 0.00841955128959276 8 43.77564570793648 1.1736631231972794 1.039614209229026 0.4424785726463974 6206.12841796875 0.2651336283505584 1 0.22624434389140272 2.3616840152836462 2.342395740254889 2.399833237972528 2.3428230676235207 0.00772477 0.0034352627117186785 0.019649043679237366 442 90 90 60 2.537440501142103 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 59.55504095492833 18.998777389526367 45.02239990234375 13.210408210754395 329938.0 0.004524887073785067 181.20724411010713 103.5715560913086 4.747046446519544 297.2232666015625 1103.1973876953125 1038.1629638671875 87932.0 562.184423828125 1846.161456298828 409.1355285644531 35.721412658691406 +sub-10693_ses-V3_task-rest_run-01_bold 0.0025599549549549547 0.010251287815315317 6 43.95666067325055 1.1781210746501134 1.0098446735440183 0.44056466441635145 5632.01953125 0.22271780803737168 88 19.81981981981982 2.3717215146792103 2.358416572951612 2.414545737387906 2.342202233698114 0.00508583 0.004074479918926954 0.01872519962489605 444 90 90 60 2.5360758515080506 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 15 62.78644884693597 19.644479751586914 43.842567443847656 13.808558464050293 330069.0 0.02477477490901947 173.33964233398422 101.38682556152344 4.5185322805305725 301.60107421875 1107.012451171875 1042.7894287109375 87874.0 559.0093750000001 1853.6214172363277 411.179931640625 32.22480392456055 +sub-10693_ses-V3_task-rest_run-02_bold 0.001760045351473923 0.008720787324263037 9 44.33838184534094 1.1904302547272723 1.0129930401363627 0.4420961119464301 5701.3232421875 0.226487347108202 110 24.94331065759637 2.349461785002372 2.338087407092754 2.393279071566301 2.3170188763480595 0.00512776 0.003950714133679867 0.019573217257857323 441 90 90 60 2.5329032300909153 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 11 63.29324454008638 19.645320892333984 45.173763275146484 13.685941696166992 330090.0 0.006802720949053764 182.1443374633788 104.36924743652344 4.693424925431114 299.7209777832031 1105.37158203125 1040.248291015625 87732.0 561.4954650878906 1850.7205261230467 410.69171142578125 34.82572937011719 +sub-10696_ses-V1_task-cuff_run-01_bold 0.0024428187919463087 0.013438778299776287 3 49.046458282757854 1.2390900727802678 1.0327533262331836 0.45557158753614935 113232.375 0.3446919460322194 5 1.1185682326621924 2.543621742099795 2.57671661971831 2.7517250704225353 2.302423536158539 0.00780364 -0.018274903297424316 0.02690912038087845 447 96 96 54 3.900861209324841 0.7999997138977051 2.21875 2.21875 2.4000015258789062 7 28.17784878411485 74.31507873535156 594.8347778320312 50.35163879394531 335435.0 0.28188740313053134 2495.5108886718745 1065.2362060546875 1.9390009974236548 3530.22705078125 18001.146484375 17768.224609375 93392.0 10381.743896484375 25411.57666015625 4554.9248046875 34.47814178466797 +sub-10696_ses-V1_task-cuff_run-02_bold 0.0020040134529147983 0.014818606457399103 4 48.28835015422476 1.2122907561348313 1.4558086409887638 0.45592885848389464 112064.3984375 0.3228627357542024 4 0.8968609865470852 2.5487731056539586 2.5784338028169014 2.7566828169014084 2.3112026972435653 0.0131898 -0.018099844455718994 0.026986856013536453 446 96 96 54 3.9393658664969915 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 28.82967111117121 75.04459381103516 601.8289184570312 50.82612991333008 335255.0 0.27117884159088135 2526.2735107421868 1079.2091064453125 1.9009269461944447 3540.5380859375 18183.349609375 17933.328125 93447.0 10616.0525390625 25648.20078125 4552.314453125 33.1705207824707 +sub-10696_ses-V1_task-rest_run-01_bold 0.002047606263982103 0.014999032125279643 3 49.94090515627807 1.2248109131390132 1.0234715683856512 0.4553636411759272 123034.0859375 0.3355996125423006 200 44.742729306487696 2.5273885347006417 2.5667335211267606 2.734954366197183 2.2804777167779817 0.0242517 -0.018936030566692352 0.026549234986305237 447 96 96 54 3.9031715666234503 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 28.761713607687973 71.64823913574219 592.827392578125 48.456851959228516 335653.0 0.17668428122997287 2478.0394531249976 1065.319091796875 1.944346221136617 3493.9345703125 18050.408203125 17789.703125 93297.0 10471.3623046875 25542.461328125 4557.7314453125 33.18523025512695 +sub-10696_ses-V1_task-rest_run-02_bold 0.008389217002237137 0.02132107125279642 3 53.084205464932744 1.2554221943946182 1.0735137105829604 0.457671207319443 112478.6015625 0.41328768545279987 221 49.4407158836689 2.5459849649050312 2.5740845070422536 2.7568135211267606 2.30705686654608 0.0179636 -0.01790677197277546 0.027761902660131454 447 96 96 54 3.952656284256373 0.7999997138977051 2.21875 2.21875 2.4000015258789062 9 24.2571768990327 73.84098052978516 597.675048828125 50.14712905883789 334998.0 0.4292004436254502 2502.9009521484313 1059.1888427734375 1.96532877198036 3412.3857421875 17874.169921875 17637.88671875 93715.0 10365.14091796875 25159.8970703125 4462.26318359375 28.287036895751953 +sub-10696_ses-V3_task-cuff_run-01_bold 0.0039319821826280625 0.029346871937639196 1 65.41514647841512 1.1524030352008936 1.0168028352232144 0.46174882385626315 49767.0859375 0.6007617048998783 95 21.15812917594655 2.7168587612059087 2.7747019718309858 2.8903842253521126 2.4854900864346274 0.0201846 -0.020055556669831276 0.03284052759408951 449 96 96 54 3.7652221396163026 0.7999997138977051 2.21875 2.21875 2.4000015258789062 10 47.72970883758351 251.74838256835938 1489.267578125 171.05921936035156 336285.0 1.4776465177536011 6221.962304687499 2536.119384765625 1.4509418896197266 8231.115234375 38689.67578125 38166.26953125 92807.0 21851.4443359375 55625.73906249999 10136.470703125 21.791378021240234 +sub-10696_ses-V3_task-cuff_run-02_bold 0.0033971269487750562 0.02865650534521158 1 64.9676037684599 1.1466519802901785 1.0015786393973216 0.46289339945787167 51907.7265625 0.5857499023928686 94 20.93541202672606 2.69884681960041 2.752581408450704 2.8718647887323945 2.4720942616181296 0.0224147 -0.019801752641797066 0.03219231963157654 449 96 96 54 3.784820775388723 0.7999997138977051 2.21875 2.21875 2.4000015258789062 6 47.62399117458153 242.06582641601562 1473.326904296875 164.20870971679688 336127.0 1.167221438884735 6163.659082031251 2525.538818359375 1.4731440944039784 7995.22216796875 37773.0390625 37262.08984375 92990.0 21458.411425781247 54170.641406250004 9845.0869140625 22.30228042602539 +sub-10696_ses-V3_task-rest_run-01_bold 0.0024491294642857145 0.024119819642857143 2 62.27136421610744 1.1566460183221474 4.068491958680091 0.46580744503919347 40377.234375 0.5921867251779578 295 65.84821428571429 2.7005194063665727 2.743202253521127 2.893620281690141 2.4647356838884518 0.0264066 -0.024355022236704826 0.03646620362997055 448 96 96 54 3.8183153237529193 0.7999997138977051 2.21875 2.21875 2.3999977111816406 4 38.165707329896314 292.878173828125 1618.76123046875 198.45474243164062 336552.0 1.1184342861175538 6602.711962890626 2689.115966796875 1.4834707454141673 8349.90625 39872.46875 39757.265625 93217.0 21691.04765625 56629.77187499999 10412.197265625 24.259830474853516 +sub-10696_ses-V3_task-rest_run-02_bold 0.002781431767337808 0.023505333780760626 3 61.652111369887905 1.1657670998430492 1.0148593594170408 0.4625675763737885 53525.15625 0.5239928220537972 254 56.82326621923937 2.6543217946437836 2.712531830985916 2.82672676056338 2.4237067923820548 0.0167712 -0.019871272146701813 0.033537607640028 447 96 96 54 3.8321260430785236 0.7999997138977051 2.21875 2.21875 2.4000015258789062 9 51.99605530823126 236.432373046875 1458.14306640625 160.27342224121094 336788.0 0.9763400167226792 6114.866357421872 2514.204345703125 1.445145599268093 7900.59033203125 37400.43359375 36840.41796875 92375.0 21726.58515625 53498.012890625 9613.51953125 24.641387939453125 +sub-10698_ses-V1_task-cuff_run-01_bold 0.000532545045045045 0.004556467657657658 6 33.63423141230247 1.0540524162076745 0.9945785384424388 0.5405995283137601 557.5779418945312 0.1116335867177764 0 0.0 2.6173805387755293 2.461858235507876 2.7561665571464475 2.6341168236722643 0.0344013 -0.018199680373072624 0.09132016450166702 444 90 90 54 2.329336380599462 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 40.27294125696582 4.080495834350586 22.366058349609375 10.659910202026367 266097.0 7.704955101013184 73.9545074462889 35.227725982666016 2.7525003798782786 95.41749572753906 287.06524658203125 268.3490905761719 104585.0 134.79279479980468 495.1698242187499 115.20354461669922 40.124267578125 +sub-10698_ses-V1_task-cuff_run-02_bold 0.0006178733031674209 0.004804395859728507 8 34.405774036303846 1.060751318571429 0.997654207006802 0.5415092252780004 553.21533203125 0.11789917599178051 0 0.0 2.6260791500407294 2.4657749020189086 2.7632540568648154 2.6492084912384644 0.0211864 -0.01913507655262947 0.09317217022180557 442 90 90 54 2.3272719957689274 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 40.28894729908864 4.105668067932129 22.43214225769043 10.647059440612793 265705.0 7.649321556091309 74.33439331054684 35.32502365112305 2.7366696136879627 95.12469482421875 285.9183044433594 267.2443542480469 104869.0 134.65113525390626 493.37467651367183 114.83104705810547 39.86791229248047 +sub-10698_ses-V1_task-rest_run-01_bold 0.009881111111111111 0.011471829070294785 9 34.48375137063637 1.0556793681363625 1.053060052568181 0.5405475180211908 582.4246826171875 0.16003502439703707 44 9.977324263038549 2.7040735939710294 2.5252957329870966 2.859649886367723 2.7272751625582674 0.0236912 -0.018223972991108894 0.09156021475791931 441 90 90 54 2.326189462783434 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 40.70161756672253 4.114977836608887 22.616592407226562 10.6417236328125 264988.0 7.603174686431885 74.83129272460931 35.83298110961914 2.5990848347475657 97.36429595947266 291.3212585449219 272.4217834472656 105561.0 135.68026733398438 503.32879638671875 117.11019134521484 30.302749633789062 +sub-10698_ses-V1_task-rest_run-02_bold 0.00057289592760181 0.005959249932126698 8 34.72273521258506 1.0398267869841267 0.9820803800907019 0.5436163526501814 533.2171630859375 0.11931924598168676 18 4.072398190045249 2.6277319278135405 2.462541568814056 2.769612389945492 2.651041824681073 0.017053 -0.02017654851078987 0.09362301975488663 442 90 90 54 2.3181862125865424 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 37.635668583289785 4.231454372406006 22.740724563598633 10.765837669372559 265050.0 7.7171950340271 75.75916557312009 35.416526794433594 2.8503591156103285 95.06600952148438 285.06658935546875 266.2206115722656 105224.0 134.52716064453125 492.9366760253906 114.8395004272461 37.178733825683594 +sub-10698_ses-V3_task-cuff_run-01_bold 0.0013166742081447964 0.006559878891402715 8 35.04099859285718 1.0542417436961447 0.9995705356689343 0.543662224022972 559.8516845703125 0.10804201511503796 0 0.0 2.6294874842113427 2.4525290692119173 2.7573498904327596 2.6785834929893513 0.0154408 -0.020700505003333092 0.0913950577378273 442 90 90 54 2.4152455533959376 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 43.552481547173215 3.8037805557250977 21.648218154907227 10.402715682983398 264806.0 7.613122463226318 70.19174766540527 34.0966796875 2.0510363350871668 92.52008056640625 280.59881591796875 262.14593505859375 105456.0 137.8755645751953 478.7206039428711 108.53749084472656 36.13732147216797 +sub-10698_ses-V3_task-cuff_run-02_bold 0.000547178329571106 0.004736223634311512 7 36.13125761382347 1.074345407013575 1.0046168434162903 0.5456792002213662 538.2744140625 0.11932692444420681 0 0.0 2.6019485949089742 2.434187403274083 2.73860822451082 2.6330501569420193 0.0231856 -0.023231051862239838 0.09273538738489151 443 90 90 54 2.3903373028945123 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 44.086555524546334 3.9759180545806885 22.05030632019043 10.539504051208496 264176.0 7.6952595710754395 71.78103637695312 34.758758544921875 2.2092259664898055 91.95817565917969 279.7286682128906 261.0417785644531 105922.0 136.22968978881835 479.572688293457 109.20657348632812 40.16559600830078 +sub-10698_ses-V3_task-rest_run-01_bold 0.0006668243243243243 0.00700991222972973 6 34.61801786399549 1.014287085936795 0.9604037332505646 0.5420440502427927 572.8406982421875 0.10564626185355022 11 2.4774774774774775 2.6409610951024685 2.4649457353851902 2.772229056508181 2.685708493414034 0.0181586 -0.021027546375989914 0.08861686289310455 444 90 90 54 2.4045389642754293 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 43.78625429419593 3.893500804901123 21.6068058013916 10.457207679748535 264874.0 7.545045375823975 69.70135002136209 33.96055221557617 2.145016859046703 93.9081802368164 284.3866882324219 266.0630798339844 105438.0 138.01250534057618 486.44696960449215 110.64982604980469 35.638221740722656 +sub-10698_ses-V3_task-rest_run-02_bold 0.0009266289592760182 0.006065030633484163 8 36.926323832494305 1.0673412185034012 1.0099699217006803 0.5473334117343204 521.9832153320312 0.14506559852959716 56 12.669683257918551 2.6091694284266955 2.4362915698571377 2.7439332242992234 2.6472834911237255 0.0185994 -0.023596517741680145 0.09405577927827835 442 90 90 54 2.403700403809412 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 43.00945689031496 4.092250347137451 22.188934326171875 10.617647171020508 263997.0 7.665158748626709 72.75384826660152 34.78716278076172 2.2214029668951003 90.99725341796875 277.59454345703125 259.0429992675781 106052.0 136.85996017456054 475.7669982910156 107.76791381835938 36.30866241455078 +sub-10699_ses-V3_task-cuff_run-01_bold 0.0011084116331096198 0.018482530648769573 3 50.51020848060536 1.175732635695068 1.017809942174888 0.48907907520864846 126432.359375 0.39084005250699555 7 1.5659955257270695 2.4867533154318493 2.581823098591549 2.5963763380281693 2.28206050967583 0.0123176 -0.02377735637128353 0.05186883732676506 447 96 96 54 4.119081983806083 0.7999997138977051 2.21875 2.21875 2.3999977111816406 2 36.32968511566972 153.68177795410156 1880.66259765625 103.96284484863281 329228.0 0.43592876046895984 8485.982617187497 3548.65673828125 3.6092529625126115 6776.37255859375 39335.4765625 38799.90625 100315.0 25455.8306640625 54938.73867187499 9419.5048828125 33.33100891113281 +sub-10699_ses-V3_task-cuff_run-02_bold 0.0009685906040268457 0.02230076577181208 3 50.1531586497758 1.1695740922869955 1.344767646210762 0.49041191587325433 90577.0546875 0.3865981666412265 10 2.237136465324385 2.489734630399099 2.579465915492958 2.606377464788732 2.2833605109156077 0.0119607 -0.0232978668063879 0.05315510183572769 447 96 96 54 4.204234847100652 0.7999997138977051 2.21875 2.21875 2.3999977111816406 4 38.352220136905906 179.90821838378906 1857.0504150390625 121.59507751464844 328714.0 0.35514886677265173 8339.84692382812 3482.876220703125 3.63622750463976 6561.3837890625 38394.4140625 37855.25 100650.0 25308.9404296875 53218.46874999997 9004.03125 31.241933822631836 +sub-10699_ses-V3_task-rest_run-01_bold 0.0007095955056179775 0.02512295752808989 5 53.24839461351349 1.1841004761486487 1.0026719388063063 0.4870511628862891 141812.46875 0.41239801560045214 280 62.92134831460674 2.4717249139445787 2.547709295774648 2.5905757746478875 2.276889671411201 0.0171256 -0.022295622155070305 0.05266180261969566 445 96 96 54 4.325695004949494 0.7999997138977051 2.21875 2.21875 2.3999977111816406 4 61.52318960658275 143.6325225830078 1803.7021484375 97.17882537841797 329391.0 0.45264656841754913 8117.115478515625 3491.606689453125 3.687168270143524 6478.45068359375 39128.0859375 38485.13671875 99775.0 26358.779296875 54028.99374999995 8896.8232421875 30.408649444580078 +sub-10699_ses-V3_task-rest_run-02_bold 0.0004943400447427293 0.021728964876957493 3 49.34345267609861 1.16363625737668 0.9836908979820628 0.4782595326924662 150312.0 0.3736231309168533 236 52.79642058165548 2.4726456372808157 2.559783661971831 2.5669588732394364 2.2911943766311795 0.0191061 -0.01865275204181671 0.044958241283893585 447 96 96 54 4.326809144474157 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 32.47379022479035 149.0805206298828 1786.6666259765625 101.01580810546875 333121.0 0.5320302844047546 8166.4619140625 3366.336669921875 3.634731058163383 6949.1796875 41113.1015625 40258.8515625 96780.0 28095.68232421875 56822.6517578125 9304.46484375 31.253616333007812 +sub-10700_ses-V3_task-cuff_run-01_bold 0.0019230022573363433 0.014912558803611737 7 42.78299742036203 1.1317554520135744 1.0382650552941173 0.43309301381470444 5480.88525390625 0.25574014490750796 3 0.6772009029345373 2.3685105444976498 2.4165874039734443 2.3107874081775583 2.378156821341946 0.0124032 0.00220132595859468 0.022387150675058365 443 90 90 60 3.1237258941334445 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 366.5514846751125 20.5255069732666 42.842620849609375 14.688488006591797 337280.0 0.02483070082962513 159.51242065429688 116.26040649414062 4.135497811097881 264.0857238769531 1117.73974609375 1078.349853515625 81042.0 613.6538696289062 1718.150457763672 345.2105712890625 31.637237548828125 +sub-10700_ses-V3_task-cuff_run-02_bold 0.0013776351351351352 0.017910729954954956 6 40.72598320826185 1.0831964697742666 0.9944513114672675 0.4349561055881113 4953.7578125 0.2361814618896814 2 0.45045045045045046 2.381252208045339 2.4341040699440613 2.31834574121055 2.3913068129814063 0.00845158 0.003950805403292179 0.017918098717927933 444 90 90 60 3.1438032737277024 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 250.97580212260067 21.107046127319336 42.24860382080078 15.371622085571289 337020.0 0.0878378376364708 158.07004928588862 103.80152893066406 4.147281605326333 263.35223388671875 1114.5216064453125 1075.252197265625 81196.0 616.9549713134766 1710.5743713378906 342.0206298828125 29.879701614379883 +sub-10700_ses-V3_task-rest_run-01_bold 0.001602443438914027 0.014857151696832578 8 48.4802573544898 1.1368026038548762 1.0407225143537406 0.43208387922236424 5805.025390625 0.38174525754557215 247 55.88235294117647 2.390528593071298 2.441445736318996 2.3212457410953147 2.4088943017995823 0.00857721 0.0024422225542366505 0.020748015493154526 442 90 90 60 3.0970024552040467 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 356.1540685844224 20.082218170166016 42.400367736816406 14.389141082763672 336799.0 0.015837104991078377 158.48891906738277 114.80536651611328 3.961026477774584 267.4956970214844 1123.650390625 1084.6470947265625 81327.0 606.0805786132812 1735.1211303710934 350.22265625 30.92568016052246 +sub-10700_ses-V3_task-rest_run-02_bold 0.0019705855855855856 0.016185319617117118 6 50.83790649076746 1.1624682438374725 1.0105669990067714 0.43291539692599934 5128.849609375 0.36177577591848614 214 48.1981981981982 2.3821952631205257 2.4384082364396953 2.314641574691074 2.393535978230808 0.0101618 0.0032142463605850935 0.01837971992790699 444 90 90 60 3.103326910744429 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 347.78184293473294 20.849929809570312 42.13947677612305 15.022522926330566 336902.0 0.020270271226763725 158.87061386108422 109.7295913696289 3.8959329164400813 268.0772705078125 1118.8974609375 1080.0068359375 81293.0 606.7117309570312 1728.6658447265625 348.013671875 30.210041046142578 +sub-10701_ses-V1_task-cuff_run-01_bold 0.0018003160270880362 0.010227634604966139 7 38.95032187941175 1.0883911103393666 1.006995446063348 0.4905430239578628 3102.01904296875 0.13209646336597908 1 0.22573363431151242 2.4997521942981966 2.5505498986502526 2.511908233519068 2.436798450725269 0.00590684 0.03214152529835701 0.018680857494473457 443 90 90 60 2.139015615002606 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 38.11081729692172 27.675800323486328 68.79308319091797 19.75507926940918 303758.0 0.07900677621364594 295.5141143798824 156.60401916503906 8.582076127187653 349.33184814453125 1208.177734375 1114.0970458984375 110404.0 575.216961669922 2118.3774047851552 520.8433227539062 31.427217483520508 +sub-10701_ses-V1_task-cuff_run-02_bold 0.0009129185520361992 0.009809760995475115 8 40.12328372346938 1.1034883629478462 0.9882123104081628 0.490920991413243 2946.25341796875 0.15125321731983069 0 0.0 2.489691087635852 2.546241565488117 2.5064124004041193 2.4164192970153193 0.0056627 0.03218315541744232 0.018681060522794724 442 90 90 60 2.1345293937343572 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 37.56247886469636 28.283489227294922 68.88336944580078 20.205883026123047 303788.0 0.0882352963089943 297.3222946166982 155.45428466796875 8.931068948114921 346.09869384765625 1204.5208740234375 1110.055419921875 110348.0 578.3939025878906 2108.1795898437495 520.0445556640625 31.993837356567383 +sub-10701_ses-V1_task-rest_run-01_bold 0.001378510158013544 0.009468284266365687 7 40.72970137461537 1.1131535172850684 1.0310480784841634 0.48916445372575706 3221.5263671875 0.15127158407895896 13 2.9345372460496613 2.5019619147835512 2.5462498988211193 2.514537400081261 2.4450984454482745 0.00421157 0.03083324246108532 0.01930595003068447 443 90 90 60 2.1333961924042213 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 40.21465164886441 27.295948028564453 68.03092956542969 19.435667037963867 303715.0 0.10158013552427292 291.6638824462883 156.0596923828125 8.941412086117584 351.7247619628906 1217.542724609375 1122.1015625 110243.0 584.6670776367188 2135.719482421873 525.9672241210938 32.199737548828125 +sub-10701_ses-V1_task-rest_run-02_bold 0.0015818099547511312 0.010765984502262443 8 41.57635107088433 1.1392488530612248 1.0462567720634925 0.4916224724788893 2959.6015625 0.1670979533619553 39 8.823529411764707 2.491536919250917 2.5443290655641135 2.505583233770401 2.424698458418237 0.0060543 0.030891813337802887 0.017941247671842575 442 90 90 60 2.1353564434847656 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 35.996420578870705 28.219758987426758 68.96332550048828 20.19230842590332 303489.0 0.11990951001644135 298.44661865234326 154.18406677246094 9.14821700408276 346.7528381347656 1203.3133544921875 1109.065673828125 110558.0 577.866342163086 2106.858239746093 519.379638671875 31.346078872680664 +sub-10701_ses-V3_task-cuff_run-01_bold 0.0012516742081447965 0.009903313665158371 8 46.23750292190475 1.1335299004308381 1.0304409599999995 0.4864464686786611 4177.53759765625 0.2118597387404775 1 0.22624434389140272 2.430604985340539 2.414804070710974 2.4931457342646226 2.383865151046021 0.00964372 0.03716334328055382 0.01723683439195156 442 90 90 60 2.3596695640850065 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 46.3783069728486 19.941335678100586 49.79572296142578 14.389141082763672 304273.0 0.031674209982156754 209.01268310546845 123.71153259277344 6.722324216617265 279.77239990234375 1009.5988159179688 942.7579345703125 110411.0 489.93214416503906 1717.1708984375 399.52783203125 31.72817611694336 +sub-10701_ses-V3_task-cuff_run-02_bold 0.001117737556561086 0.011418832149321266 8 45.86133903281182 1.1087619566439912 1.004693079229026 0.487838144207479 4012.599853515625 0.21903094585632904 2 0.45248868778280543 2.44003415023016 2.4318790700324744 2.4972999007662176 2.3909234798917898 0.00837924 0.03720314800739288 0.01771545596420765 442 90 90 60 2.369501693955979 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 45.85742088402847 20.360624313354492 50.30323791503906 14.766968727111816 304044.0 0.05656109005212784 211.44956130981436 123.40717315673828 6.850719021505391 278.37530517578125 1008.3445434570312 941.555419921875 110520.0 493.5488998413086 1712.5866271972654 397.3625183105469 30.468868255615234 +sub-10701_ses-V3_task-rest_run-01_bold 0.0008379909706546276 0.00970905413092551 7 47.623015874185505 1.1417511866063343 0.9891209695022624 0.4849269496431408 4331.640625 0.2159117010656296 108 24.37923250564334 2.40505776922056 2.3979707380465376 2.4589415689571075 2.358261000658035 0.0127599 0.03743937239050865 0.01839924044907093 443 90 90 60 2.3946434706469706 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 50.04345774765538 19.59846305847168 48.35152816772461 14.08803653717041 304783.0 0.004514672793447971 197.65011596679688 123.01274871826172 6.503782869922846 276.27606201171875 1006.4598999023438 940.5045166015625 110022.0 493.889176940918 1704.1515319824216 392.7516784667969 32.1227912902832 +sub-10701_ses-V3_task-rest_run-02_bold 0.001330943820224719 0.010135142224719102 5 46.00851010862611 1.1279935866891895 1.0048731608108108 0.4872946755764766 4088.486083984375 0.2063436584761055 101 22.696629213483146 2.419466098049109 2.4022290712106598 2.478116568195161 2.3780526547415066 0.0150292 0.036668434739112854 0.017654845491051674 445 90 90 60 2.3775489345688734 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 45.19123203948919 20.123409271240234 49.710968017578125 14.49438190460205 304357.0 0.02247191034257412 210.1442779541016 121.89405822753906 6.825465555414066 276.7434997558594 1008.1004028320312 940.8112182617188 110299.0 498.39776611328125 1708.978039550781 395.7045593261719 31.78238296508789 +sub-10702_ses-V1_task-rest_run-01_bold 0.0019759453302961275 0.008925746082004556 11 28.20374310294525 1.021837238515982 0.9897365302511419 0.434738263462151 11170.873046875 0.0732110637113016 1 0.22779043280182232 2.4232119506431737 2.4797665681295964 2.5095082336144356 2.2803610501854896 0.00553869 -0.007305332459509373 0.020159946754574776 439 90 90 60 2.4399586143259233 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 50.37012342927384 15.673707008361816 34.01724624633789 10.785877227783203 324903.0 0.002277904422953725 143.90775146484336 71.02130126953125 7.145276116722497 315.11383056640625 1227.0457763671875 1140.4488525390625 92274.0 642.1036590576173 2074.9997924804684 467.4024658203125 37.62587356567383 +sub-10702_ses-V3_task-rest_run-01_bold 0.0009426303854875283 0.0058779734013605445 9 29.47347344447725 1.0908995951818181 1.00162755775 0.4303155467678373 11160.9755859375 0.07362910301906997 0 0.0 2.443132785816633 2.526808232926995 2.5354748992492797 2.267115225273625 0.0102435 -0.006616729777306318 0.018676260486245155 441 90 90 60 2.2660796258259595 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 52.65598640460081 16.160701751708984 36.39254379272461 11.09523868560791 325872.0 0.0 155.71531066894534 79.20477294921875 8.041496500886478 347.59130859375 1280.6932373046875 1181.49658203125 91529.0 644.7142822265625 2230.772802734373 521.3806762695312 42.037567138671875 +sub-10703_ses-V1_task-cuff_run-01_bold 0.0017706741573033707 0.011727115505617978 5 40.770122373468475 1.2184497530630625 1.0139490423648647 0.4688019042853157 354108.84375 0.22622329312639894 2 0.449438202247191 2.6846523069314814 2.769063661971831 2.786249014084507 2.498644244738105 0.0190713 -0.02529013901948929 0.03680764138698578 445 96 96 54 3.9798657128740276 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 119.86171429193888 49.46877670288086 700.3389282226562 33.617156982421875 326268.0 0.2673643156886101 3001.0763549804688 1613.770263671875 1.6289664096337946 4190.7275390625 21792.330078125 21329.30078125 102144.0 13632.216259765626 31649.154003906242 5359.275390625 41.82511901855469 +sub-10703_ses-V1_task-cuff_run-02_bold 0.0011519730941704034 0.011532563878923768 4 41.26322403824716 1.2246420217303378 1.0153581612808997 0.46926090590611563 381041.96875 0.23698979049840413 1 0.2242152466367713 2.669661204088726 2.7568901408450706 2.77400338028169 2.4780900911394177 0.0200369 -0.025284282863140106 0.03706679865717888 446 96 96 54 4.00755535521466 0.7999997138977051 2.21875 2.21875 2.4000015258789062 5 115.21499255388936 47.79502868652344 705.6708984375 32.44498825073242 326244.0 0.22820827215909958 3019.8590820312343 1627.074951171875 1.7220723796313537 4093.134765625 21781.0078125 21294.44921875 102138.0 13756.04912109375 31588.929687499993 5313.5498046875 42.896419525146484 +sub-10703_ses-V1_task-rest_run-01_bold 0.0011450672645739908 0.011161326098654709 4 41.132023260606715 1.2289789412359549 1.0112391139550567 0.46698024984727715 404914.125 0.22518691701681753 122 27.3542600896861 2.6834422249652405 2.772534084507042 2.7800608450704227 2.497731745318257 0.0200113 -0.02517358772456646 0.03621184825897217 446 96 96 54 3.9721929791932897 0.7999997138977051 2.21875 2.21875 2.4000015258789062 3 121.41128736230367 47.54210662841797 704.9895629882812 32.27668762207031 326845.0 0.2301701366901398 2997.2301757812484 1653.2216796875 1.6384243611570168 4242.8154296875 22177.6328125 21693.71875 101760.0 13866.480908203124 32260.703417968733 5461.369140625 42.93387985229492 +sub-10703_ses-V1_task-rest_run-02_bold 0.0011532207207207207 0.013162887162162164 6 40.885245596659125 1.198846615823929 1.0193071564559817 0.4709133433999186 354673.625 0.24423982825535956 134 30.18018018018018 2.675707509924363 2.754528450704225 2.790287323943662 2.4823067551252014 0.0202433 -0.02476402185857296 0.03619924187660217 444 96 96 54 3.9950392068477947 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 103.90149682642117 49.93074035644531 709.2127075195312 33.849937438964844 325641.0 0.1830611526966095 3022.3330078125 1598.9381103515625 1.7222209398381674 4063.430419921875 21657.548828125 21188.197265625 102819.0 13530.7416015625 31411.22402343749 5303.60107421875 41.40322494506836 +sub-10704_ses-V1_task-cuff_run-01_bold 0.0018536036036036038 0.01223842279279279 6 40.081371832505596 1.085230180451467 1.006619937223477 0.4230801659440582 12862.3818359375 0.251762172425551 2 0.45045045045045046 2.410579989693497 2.407795737656127 2.457983235661855 2.3659609957625096 0.00734253 -0.011260861530900002 0.02083953097462654 444 90 90 60 3.1221036748904734 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 14 150.51179729517764 13.850977897644043 34.954933166503906 9.545044898986816 338024.0 0.01576576568186283 139.5514671325683 88.37139129638672 2.77692539962184 263.181884765625 1125.5218505859375 1082.935791015625 81156.0 635.0045166015625 1758.736572265625 346.8587951660156 31.70582389831543 +sub-10704_ses-V1_task-cuff_run-02_bold 0.001950656108597285 0.013457321108597285 8 39.39029285752834 1.0747492853287983 0.9995498644897943 0.4233174520510588 12593.8798828125 0.24353241184278024 6 1.3574660633484164 2.415989711573269 2.4085415709598235 2.472824901738767 2.366602662021216 0.0095905 -0.011438030749559402 0.022474417462944984 442 90 90 60 3.123095425060323 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 149.75148605440177 14.054533004760742 35.72877883911133 9.66063404083252 338124.0 0.013574661687016487 142.5997848510739 91.69105529785156 2.7914798134948837 264.4097595214844 1128.4166259765625 1085.769287109375 81129.0 641.1140625 1765.1235839843748 347.6559143066406 30.39415168762207 +sub-10704_ses-V1_task-rest_run-01_bold 0.002631891891891892 0.01392479418918919 6 38.862998441534984 1.0725505530699777 1.0023194136794584 0.42303501953415995 12638.244140625 0.24007067921236228 127 28.603603603603602 2.442154982327692 2.4373790698139244 2.4923665676289173 2.396719309540234 0.00904975 -0.01059709582477808 0.017800655215978622 444 90 90 60 3.091034716256675 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 104.4110102526978 14.134809494018555 35.11042785644531 9.770270347595215 337973.0 0.022522523999214172 141.44279479980437 84.71100616455078 2.795045623417149 267.8250732421875 1135.01171875 1092.3209228515625 81268.0 632.7129516601562 1782.1116760253906 353.38140869140625 29.51441764831543 +sub-10704_ses-V1_task-rest_run-02_bold 0.0024282921348314605 0.011245718943820225 5 39.37720430216215 1.09287008677928 1.005195568265765 0.42320359644268396 12968.5595703125 0.24286957866045003 98 22.02247191011236 2.418349432729838 2.41581240400424 2.467741568607427 2.3714943255778467 0.0112501 -0.01142830029129982 0.020809810608625412 445 90 90 60 3.089079812888268 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 156.341639418363 13.873159408569336 35.618770599365234 9.532584190368652 337880.0 0.008988764137029648 144.6449432373047 89.8497543334961 2.775797817482527 267.4598083496094 1131.5926513671875 1087.635986328125 81238.0 635.8751647949218 1780.341741943359 352.08843994140625 32.39622116088867 +sub-10704_ses-V3_task-cuff_run-01_bold 0.0015294343891402715 0.013417744638009049 8 38.63146890068028 1.045015907913832 0.9719067992517019 0.42069976264206616 13907.3046875 0.2438775105617809 3 0.6787330316742082 2.399113323585955 2.3908832383281693 2.441016569669383 2.365440162760313 0.00819665 -0.00837764237076044 0.015694931149482727 442 90 90 60 3.21547871919407 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 99.37444002203819 13.655370712280273 34.81476593017578 9.5316743850708 339240.0 0.04072398319840431 138.01663055419905 88.59016418457031 2.9229101338903742 258.9959716796875 1142.3641357421875 1107.4163818359375 80197.0 639.7918701171875 1756.0027832031249 344.3995666503906 30.854934692382812 +sub-10704_ses-V3_task-cuff_run-02_bold 0.0021459142212189616 0.013776326252821672 7 37.65564493891406 1.086099778031675 1.007603038076923 0.42083250057590793 13870.7626953125 0.2240887890040381 6 1.3544018058690745 2.3765008295301904 2.374070738996238 2.4153874040211276 2.3400443455732054 0.0102169 -0.008651302196085453 0.01832527481019497 443 90 90 60 3.2148883226448652 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 16 125.39157497615008 13.63123893737793 35.24834060668945 9.43566608428955 339279.0 0.020316027104854584 139.5259552001953 93.6913833618164 2.9030190911180895 256.3463134765625 1136.3411865234375 1101.072265625 80215.0 633.371142578125 1748.2149536132815 342.4894714355469 32.22722625732422 +sub-10704_ses-V3_task-rest_run-01_bold 0.001751625282167043 0.011024681196388263 7 37.55926451067873 1.0990922917647046 1.0148760955203622 0.4194205519554414 15176.8017578125 0.22573793002783735 92 20.767494356659142 2.3677647190683833 2.357949906303489 2.40682073769487 2.338523513206791 0.0118717 -0.009387574158608913 0.018652180209755898 443 90 90 60 3.2351799299697594 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 21 125.17777354955805 13.186124801635742 34.61132049560547 9.103837966918945 339526.0 0.011286681517958641 137.1219024658203 91.79438781738281 2.8572481899233786 260.98309326171875 1142.6832275390625 1107.6162109375 79956.0 644.8860168457031 1755.5175476074219 342.3640441894531 35.032344818115234 +sub-10704_ses-V3_task-rest_run-02_bold 0.002090112866817156 0.014093427449209932 7 37.8160631173529 1.080147793235294 0.9917565683484165 0.420083305532028 14140.8564453125 0.24059307734204244 107 24.153498871331827 2.3706299958076062 2.3594540729103852 2.4092582375980123 2.343177676914421 0.0110394 -0.009420614689588547 0.020366394892334938 443 90 90 60 3.2329860001175823 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 45 141.94098954870356 13.437129020690918 34.607906341552734 9.237020492553711 339354.0 0.009029345586895943 135.21297912597652 94.10491180419922 2.8735758552802633 253.66226196289062 1128.125 1093.686279296875 80213.0 629.7792602539063 1727.0022949218746 338.2877197265625 32.56270217895508 +sub-10705_ses-V1_task-cuff_run-01_bold 0.0008358823529411765 0.02209285542986425 8 34.55694385469386 0.9741535556916092 0.9549844010204075 0.42245769109573383 12820.4736328125 0.195789860348324 0 0.0 2.387457513630511 2.330079074077643 2.4477999027331707 2.384493564080719 0.0058528 -0.0034127328544855118 0.030738288536667824 442 90 90 60 3.3387026900962717 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 12 316.97998908209024 12.65914249420166 28.82849884033203 8.755656242370605 337486.0 0.013574661687016487 96.1606388092041 89.58336639404297 2.7782982603167365 240.64451599121094 993.6527709960938 976.244384765625 82669.0 540.8602050781251 1487.9353271484374 292.4005432128906 24.331636428833008 +sub-10705_ses-V1_task-rest_run-01_bold 0.003852556561085972 0.020875905429864255 8 44.59140551820856 1.1066146193877546 1.046397351043084 0.42680709836496983 12584.3974609375 0.297129025059469 126 28.506787330316744 2.398232515892845 2.3538499064664085 2.453229069184102 2.387618572028025 0.0115528 -0.004963310435414314 0.030208995565772057 442 90 90 60 3.3260979241963455 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 27 231.7942789157577 12.726228713989258 30.460107803344727 8.873303413391113 335886.0 0.03393665328621864 105.13801574707031 91.38117980957031 3.0627242468120555 246.51121520996094 1011.951904296875 991.6470947265625 83522.0 557.0859985351562 1515.1291931152343 298.1394958496094 25.863981246948242 +sub-10705_ses-V1_task-rest_run-02_bold 0.001270451467268623 0.01889751760722348 7 34.256004497533944 1.0164186633710401 0.9843642969457013 0.42287861182972575 12934.48828125 0.18560233655124478 63 14.221218961625283 2.3719588799718982 2.322054074396528 2.4362332365261223 2.3575893289930443 0.00846067 -0.0035355607978999615 0.03018474206328392 443 90 90 60 3.316383877747661 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 12 267.70654279146515 12.516777992248535 28.477907180786133 8.580135345458984 337187.0 0.0022573363967239857 96.71489868164065 87.33294677734375 2.724992900242442 238.84451293945312 985.6106567382812 967.3330078125 82952.0 534.8242797851562 1477.8428039550781 291.6813049316406 27.668331146240234 +sub-10705_ses-V3_task-cuff_run-01_bold 0.0016304504504504502 0.015951828445945945 6 36.02214520040633 1.0657112476749433 0.9787291603386004 0.41631144066524606 11775.6767578125 0.22540894503485445 2 0.45045045045045046 2.3720367677568013 2.36011657288406 2.4883457344553577 2.267647995930986 0.0120067 -0.006356182042509317 0.026524392887949944 444 90 90 60 3.047974528596531 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 203.60708396809432 14.659062385559082 34.43560028076172 10.344594955444336 339354.0 0.038288287818431854 125.06329231262177 103.48986053466797 3.146034390889496 299.6125183105469 1151.0518798828125 1125.1622314453125 80247.0 599.0340209960938 1767.35322265625 369.14849853515625 29.748571395874023 +sub-10705_ses-V3_task-cuff_run-02_bold 0.0022244444444444443 0.013473012040816326 9 36.02719671063633 1.1074054354090908 1.0225627768181822 0.4175683188564531 12556.0048828125 0.21312400176120586 1 0.22675736961451248 2.3708756574520646 2.363683239409 2.4789999014933946 2.2699438314537987 0.0153061 -0.006488639861345291 0.027493424713611603 441 90 90 60 3.0623357716366453 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 28 186.64523312781802 14.230964660644531 34.79118347167969 10.056689262390137 339156.0 0.03401360660791397 128.63605117797852 103.09821319580078 3.196616622573842 294.8898010253906 1142.45654296875 1117.7347412109375 80411.0 594.7800598144531 1747.924072265625 364.9919128417969 31.454736709594727 +sub-10705_ses-V3_task-rest_run-01_bold 0.0018859090909090909 0.01680268825 10 35.59582947061505 1.0575706078587708 0.9726375875626421 0.41586588732253593 11895.8251953125 0.19696783647022764 84 19.09090909090909 2.388303441797508 2.369537405843043 2.503504067186353 2.2918688523631277 0.00536181 -0.0062609086744487286 0.02645730786025524 440 90 90 60 3.067458699702772 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 181.16786368277877 14.714827537536621 33.529850006103516 10.268181800842285 339095.0 0.015909090638160706 120.0831794738769 100.6889877319336 3.0654619040998075 297.6963806152344 1146.6873779296875 1124.0908203125 80653.0 592.2781372070312 1758.759033203125 366.4544372558594 29.075698852539062 +sub-10705_ses-V3_task-rest_run-02_bold 0.005702866817155756 0.015981656884875847 7 35.772588121244354 1.1326979967873307 1.0563310985520364 0.41754186755349737 11749.1796875 0.1999277842844621 67 15.124153498871332 2.379742328170526 2.36550407266998 2.49047906770392 2.283243844137679 0.013548 -0.006067029200494289 0.026326607912778854 443 90 90 60 3.080319945772353 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 21 185.85499868468952 14.558283805847168 34.43578338623047 10.218961715698242 339026.0 0.02483070082962513 126.7618522644043 102.69229125976562 3.0153549835586295 292.8157653808594 1136.8773193359375 1113.67041015625 80649.0 588.53994140625 1735.9846923828118 361.54150390625 28.29561996459961 +sub-10706_ses-V1_task-rest_run-01_bold 0.0018192152466367714 0.028546819730941708 4 50.31822732644948 1.0942046187640457 1.0092159269887644 0.44161762695108686 122830.3671875 0.5498435229860977 335 75.11210762331838 2.665977461224769 2.7925859154929578 2.7516980281690144 2.4536484400123344 0.00623458 -0.020670847967267036 0.018803421407938004 446 96 96 54 4.236600447989581 0.7999997138977051 2.21875 2.21875 2.4000015258789062 9 85.76519687495998 72.93231201171875 606.9810791015625 49.44999694824219 347112.0 0.277881084382534 2463.2878540039064 1206.5267333984375 1.8160681222799084 3107.279541015625 17526.12890625 17210.33203125 83899.0 11142.24130859375 24446.833789062497 4062.2734375 25.990161895751953 +sub-10709_ses-V1_task-cuff_run-01_bold 0.0015440589569160998 0.009438179229024943 9 38.2100709482727 1.0847278578409099 1.0099595221363638 0.4355367772144742 10427.537109375 0.22197140222109593 0 0.0 2.3108980700360715 2.341658240284195 2.329895740751595 2.261140229072425 0.00365373 0.001788420369848609 0.021999536082148552 441 90 90 60 2.786273837234809 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 164.49636030537334 15.580771446228027 39.196800231933594 10.692744255065918 329772.0 0.0022675737272948027 148.51327056884773 106.53730773925781 2.686687770554637 312.6155090332031 1152.869873046875 1090.7471923828125 88170.0 619.8013732910156 1878.5927734375002 391.46942138671875 34.09015655517578 +sub-10709_ses-V1_task-cuff_run-02_bold 0.0008725282167042891 0.01353978776523702 7 36.57274896952491 1.017127054524887 0.9412307687104065 0.43586703069162075 9418.26953125 0.20015903648848268 0 0.0 2.3065786277078666 2.33742907378558 2.330954074042874 2.251352735295146 0.012884 4.69858969154302e-05 0.02481970749795437 443 90 90 60 2.83332494049727 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 192.7935724667284 16.097780227661133 38.948448181152344 11.085779190063477 330131.0 0.009029345586895943 144.7550811767578 107.6162109375 2.6537260297068537 304.2380676269531 1139.7647705078125 1080.7540283203125 87919.0 621.1178283691407 1850.1882812499987 381.4415588378906 29.570323944091797 +sub-10709_ses-V1_task-rest_run-01_bold 0.0010909276018099547 0.010899903959276017 8 33.91955505424036 1.0110676153514735 0.9757147970294772 0.43607048373670126 10391.8427734375 0.17284217696726242 13 2.9411764705882355 2.3313813980213816 2.3615290728279326 2.348654073339539 2.2839610478966725 0.00541848 0.0029354419093579054 0.022311508655548096 442 90 90 60 2.7835129291074674 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 160.9083127314709 15.496885299682617 38.75399398803711 10.665159225463867 328858.0 0.004524887073785067 145.89989166259727 106.31092834472656 2.775909572109816 313.0907287597656 1149.8541259765625 1089.2952880859375 88752.0 614.0029693603516 1877.1372863769525 391.33612060546875 32.747840881347656 +sub-10709_ses-V1_task-rest_run-02_bold 0.0008601133786848074 0.009011684308390023 9 38.892289560409104 1.0791057517045457 0.9995265342045456 0.43579144789874613 10380.650390625 0.23987429544973193 116 26.303854875283445 2.2964522416055484 2.3283165741476783 2.3216874077444314 2.239352742924536 0.00799933 0.0016610255697742105 0.025858940556645393 441 90 90 60 2.8118423659636744 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 204.74061271954326 15.357205390930176 38.52271270751953 10.512472152709961 329782.0 0.0022675737272948027 145.75725631713868 108.29176330566406 2.846378431471262 301.5483093261719 1125.2625732421875 1067.375244140625 88312.0 603.095361328125 1827.7321838378905 379.5978088378906 34.93528747558594 +sub-10709_ses-V3_task-cuff_run-01_bold 0.0010366515837104075 0.011192082556561088 8 41.12505925333334 1.0556757608843532 1.018690059319729 0.43774825591639677 9191.97265625 0.2502053851823462 0 0.0 2.378893752580008 2.3777499055167075 2.368520739216775 2.390410613006541 0.0122901 0.0036256974563002586 0.02509848028421402 442 90 90 60 2.773900090904949 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 197.7699928181905 15.63105583190918 38.849159240722656 10.746606826782227 329199.0 0.004524887073785067 148.79185485839844 108.06269836425781 3.4513713286384977 298.4910583496094 1093.0791015625 1032.283935546875 88752.0 601.4175628662109 1770.6905700683592 372.1396179199219 30.31045150756836 +sub-10709_ses-V3_task-cuff_run-02_bold 0.0009758371040723983 0.010376574909502261 8 46.70440804455783 1.1050815577097512 1.0085140760090703 0.4373165299989932 8750.099609375 0.3086587685768277 0 0.0 2.3616534668487548 2.372554072389838 2.3480832400288882 2.364323088127538 0.00826019 0.0037995947059243917 0.025500910356640816 442 90 90 60 2.764912663320351 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 199.95494083581156 15.882627487182617 38.63997268676758 10.92760181427002 329485.0 0.004524887073785067 147.61766052246094 108.13137817382812 3.4274701382539323 296.1715087890625 1087.5799560546875 1027.547607421875 88532.0 592.7065826416016 1768.472735595703 371.6362609863281 32.1714973449707 +sub-10709_ses-V3_task-rest_run-01_bold 0.0016873648648648646 0.01208256981981982 6 38.30478678128662 1.0535988330248307 0.9894070314672693 0.4376007812101297 9139.826171875 0.2007884146548738 56 12.612612612612613 2.366534025912213 2.3699790724921592 2.35412073978898 2.3755022654554994 0.0117962 0.0037065569777041674 0.024010684341192245 444 90 90 60 2.7751511417393555 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 169.95291109405827 15.874529838562012 39.33100891113281 10.860361099243164 329317.0 0.0 150.5995544433594 108.40482330322266 3.448797292542195 303.702880859375 1109.6595458984375 1046.920166015625 88486.0 612.4887542724609 1800.259033203125 377.245849609375 31.006521224975586 +sub-10709_ses-V3_task-rest_run-02_bold 0.0013716891891891894 0.014670775788288288 6 46.34345982038378 1.0569236552370207 0.9965189048984197 0.4387575777272614 8527.583984375 0.33006451269928655 221 49.77477477477478 2.3841284746632074 2.38098323872156 2.380783238729507 2.3906189465385563 0.0116482 0.004392710980027914 0.024523410946130753 444 90 90 60 2.809597973609648 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 170.32723796707825 16.12830924987793 39.10581970214844 11.139639854431152 329386.0 0.009009009227156639 148.73254776000977 106.5784912109375 3.121002606411599 295.9127197265625 1085.2861328125 1026.4820556640625 88587.0 597.86396484375 1753.9486816406245 365.3463134765625 27.24778175354004 +sub-10713_ses-V1_task-cuff_run-01_bold 0.002913069977426637 0.007304445304740407 7 33.52795663454753 1.0346247356108598 1.0247239262669678 0.5209602144721761 521.6275634765625 0.1384384726152818 0 0.0 2.838480534278028 2.6613915609124676 3.0904332105305508 2.763616831391066 0.0141734 -0.03413892164826393 0.11785732954740524 443 90 90 54 2.043465801891476 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 15 40.76621978369773 4.6519575119018555 23.960651397705078 10.900677680969238 279762.0 7.270880699157715 80.1422119140625 37.52840805053711 2.915036475988292 108.42741394042969 293.33941650390625 269.3408508300781 92849.0 125.53770294189454 537.1589233398437 131.80519104003906 33.52085494995117 +sub-10713_ses-V1_task-cuff_run-02_bold 0.0034876696832579187 0.009408116538461539 8 33.84719259138323 1.0124884739229025 1.0089740046258502 0.5217763497516413 519.0230712890625 0.15975438949207454 0 0.0 2.8540847007162107 2.6764957269789487 3.1103165430737914 2.775441832095891 0.0120883 -0.03419977053999901 0.11788865923881531 442 90 90 54 2.0458089639812496 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 41.33395021932865 4.632293701171875 23.988500595092773 10.89819049835205 278985.0 7.312670135498049 79.45656433105466 37.33625030517578 2.908073259634209 107.6932601928711 292.4439392089844 268.355224609375 93135.0 126.04072570800781 535.4079650878907 131.17245483398438 29.737211227416992 +sub-10713_ses-V1_task-rest_run-01_bold 0.002248400900900901 0.008867274436936936 6 32.68450730981941 0.9973740465462755 0.9901846658690743 0.5197171969006936 555.8594970703125 0.13155394111181815 13 2.9279279279279278 2.8565152569668775 2.65908739433736 3.111108209709 2.799350166854272 0.00921372 -0.032802462577819824 0.1167476549744606 444 90 90 54 2.0698581532343447 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 38.32573263712559 4.143939971923828 23.73309326171875 10.650900840759277 280224.0 7.549549579620361 78.5920085906982 36.709449768066406 2.9154009885285728 109.6891860961914 295.8272399902344 272.26239013671875 92338.0 128.87027511596682 538.8024963378906 131.53602600097656 31.800113677978516 +sub-10713_ses-V1_task-rest_run-02_bold 0.005921719457013574 0.007745379615384616 8 34.78025364213152 1.0749680235827672 1.0805580274376414 0.5212929666609203 521.1163940429688 0.16375912130879772 40 9.049773755656108 2.8424458118757503 2.6695332272556134 3.0948665436877194 2.762937664683918 0.0124098 -0.034076765179634094 0.11598118394613266 442 90 90 54 2.026073231845708 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 15 40.6811650155699 4.5685625076293945 23.806194305419922 10.837104797363281 278445.0 7.278280735015869 78.93212890625 36.78336715698242 3.062804193155184 107.14986419677734 290.5101623535156 266.4796447753906 93407.0 123.36063842773439 534.9597412109374 131.52447509765625 31.05059814453125 +sub-10713_ses-V3_task-cuff_run-01_bold 0.0032108823529411767 0.009199282805429866 8 34.40595348734693 1.0047738504308394 1.006138651678004 0.5318047299449083 479.9836120605469 0.1597903079214401 0 0.0 2.8411749801695407 2.6471790614772215 3.065795711509557 2.8105501675218445 0.00660639 -0.037308935075998306 0.11078754812479019 442 90 90 54 2.140303101804891 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 31.64658893424842 4.739631175994873 23.531587600708008 10.970588684082031 276615.0 7.33031702041626 79.29253463745114 34.2160758972168 1.9365120575503507 103.66474914550781 279.1022033691406 258.5362243652344 95589.0 118.6633529663086 500.88508300781234 120.7935791015625 29.858652114868164 +sub-10713_ses-V3_task-cuff_run-02_bold 0.00121431151241535 0.010281105485327314 7 34.217133167941164 0.9639009177828046 0.9639364340045251 0.5315479184675004 470.81744384765625 0.15581490223588026 0 0.0 2.8234597021271295 2.633712395345672 3.0553665452573084 2.781300165778408 0.00798362 -0.03722240775823593 0.10920018702745438 443 90 90 54 2.1360777823526655 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 33.95997940090238 4.842721462249756 23.610475540161133 11.049661636352539 276667.0 7.406320571899414 78.78329467773438 34.682640075683594 2.0259326822929697 103.16802215576172 279.35101318359375 258.5541687011719 95314.0 119.68149375915527 502.2897308349609 121.0409164428711 28.41847038269043 +sub-10713_ses-V3_task-rest_run-01_bold 0.0024177652370203162 0.009243826884875846 7 34.284829899253424 1.0014142207692305 1.007442641719457 0.5303905615636704 494.5166320800781 0.15808258406713846 28 6.320541760722348 2.8330208135710886 2.6309332287894396 3.0653040448624274 2.8028251670613984 0.00660482 -0.036814235150814056 0.1103014424443245 443 90 90 54 2.1330401272120896 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 32.74722283445745 4.397606372833252 23.59239387512207 10.871332168579102 277447.0 7.674943923950195 79.07088012695317 34.63957214355469 2.147035667333463 103.93612670898438 280.96087646484375 260.173828125 94827.0 120.0916488647461 504.7334167480468 121.97260284423828 29.690263748168945 +sub-10713_ses-V3_task-rest_run-02_bold 0.002603018018018018 0.010450239617117118 6 35.15150530902934 0.9848996094356662 0.9926317603160268 0.5337661716560453 455.23162841796875 0.1774295011876347 54 12.162162162162161 2.8267722019972967 2.644429061586497 3.0545332119570885 2.781354332448304 0.00883593 -0.039027828723192215 0.11258608847856522 444 90 90 54 2.1381311051568783 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 31.209315559170953 5.045522212982178 23.684993743896484 11.150900840759277 276311.0 7.25 79.45270156860352 33.914588928222656 2.0094068079997998 101.6384048461914 277.0801086425781 256.1734313964844 95667.0 119.26126098632812 498.76892700195305 119.81121826171875 27.075693130493164 +sub-10714_ses-V3_task-cuff_run-01_bold 0.0007841479820627803 0.012349288049327353 4 44.60561844898875 1.1756561844719102 0.9934562777078648 0.4098010423640177 3301913.0 0.4011682460325768 9 2.0179372197309418 2.7439712086830284 2.785586478873239 2.866285070422535 2.5800420767533105 0.0127246 -0.01255835872143507 0.008476733230054379 446 96 96 54 3.9017961383810644 0.7999997138977051 2.21875 2.21875 2.3999996185302734 1 37.0682509992522 14.306519508361816 385.02606201171875 9.775215148925781 348356.0 0.08827254548668861 1917.9543151855469 923.9136352539062 1.7786391953673464 3883.274169921875 19345.373046875 18901.07421875 82513.0 12147.56640625 27797.201953125 4844.1689453125 38.23018264770508 +sub-10714_ses-V3_task-cuff_run-02_bold 0.0006777354260089687 0.022371162556053814 4 42.61055964364047 1.0720321803146067 0.9455778706516855 0.4105464780920153 1702208.875 0.4379402279958335 16 3.587443946188341 2.8065311771798327 2.825261971830986 2.944301971830986 2.650029587877526 0.00393073 -0.012530947104096413 0.00864813569933176 446 96 96 54 3.9388992598121617 0.7999997138977051 2.21875 2.21875 2.3999996185302734 2 48.454037914924136 20.216642379760742 392.3020324707031 13.925506591796875 348518.0 0.1850314967334271 1934.1188476562493 927.4120483398438 1.6242937676748417 3891.2314453125 19489.484375 19073.677734375 82340.0 12179.349169921874 27942.17099609375 4842.3583984375 31.16043472290039 +sub-10714_ses-V3_task-rest_run-01_bold 0.0009648430493273542 0.014350058116591928 4 44.01673856591006 1.18215860977528 0.9979508459101121 0.40903676957674595 3444601.75 0.39517675025980553 249 55.82959641255606 2.77044495738868 2.8118535211267606 2.906947605633803 2.5925337454054747 0.01165 -0.012091528624296188 0.008018894121050835 446 96 96 54 3.897540908537517 0.7999997138977051 2.21875 2.21875 2.3999996185302734 2 35.93678220568751 13.85117244720459 373.1160888671875 9.52520751953125 348108.0 0.13909251764416697 1866.0490844726519 894.57470703125 1.9507470146304025 3801.28369140625 19293.9609375 18876.068359375 82737.0 11993.4234375 27747.593749999993 4843.0419921875 37.56141662597656 +sub-10714_ses-V3_task-rest_run-02_bold 0.0021135874439461885 0.02068849748878924 4 42.19535730779777 1.1164645467191003 1.0600662996853925 0.4126674148835631 1124273.25 0.45621030413331914 284 63.67713004484305 2.8210558569214883 2.8406895774647887 2.961965070422535 2.6605129228771407 0.00474855 -0.011804205365478992 0.008211927488446236 446 96 96 54 3.9346511096800794 0.7999997138977051 2.21875 2.21875 2.3999996185302734 9 37.25657797948243 24.95040512084961 395.6391906738281 17.260845184326172 347327.0 0.25081501007080076 1964.156884765625 927.1838989257812 1.8862974593743855 3741.957763671875 19414.150390625 19046.021484375 83416.0 11981.981201171875 27850.99951171875 4840.55810546875 31.467159271240234 +sub-10717_ses-V1_task-cuff_run-01_bold 0.0019827610208816705 0.020570351276102093 6 46.07012443095348 1.015587217023255 0.9733607629534883 0.42536209230218447 7199.58935546875 0.3707313443770894 34 7.888631090487239 2.4779216401746975 2.3790874054635602 2.6207207291952477 2.433956785865284 0.0223682 -0.015112587250769138 0.038177262991666794 431 90 90 60 2.9198828722082903 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 198.74012301651632 17.7189884185791 41.56022262573242 12.357308387756348 339953.0 0.08120649307966232 156.9587005615232 108.75911712646484 2.9856378376421526 295.0000305175781 1094.372802734375 1054.760986328125 79017.0 588.5155395507812 1722.5855468749996 361.2317199707031 22.176876068115234 +sub-10717_ses-V1_task-rest_run-01_bold 0.0023795259593679457 0.017718864717832957 7 41.48203498952489 1.0553353860407237 1.0123082120814482 0.42511351959270927 6988.068359375 0.3098256503085705 172 38.82618510158014 2.4764369202499568 2.388108238438438 2.618512395949666 2.4226901263617666 0.0198245 -0.014885283075273037 0.03805326297879219 443 90 90 60 2.9070862610788644 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 206.84739498316438 17.91840171813965 41.55668640136719 12.57787799835205 339876.0 0.10158013552427292 156.4018096923828 108.67566680908203 2.9983993948113703 297.8255920410156 1097.371337890625 1058.3995361328125 79181.0 586.0293579101562 1731.541748046875 364.07342529296875 23.744932174682617 +sub-10718_ses-V3_task-cuff_run-01_bold 0.0040641666666666664 0.00521099625 9 38.16164000663157 1.086203473473684 1.027788187578947 0.5324984847217487 465.8271179199219 0.19342556474958225 0 0.0 2.549119427967988 2.347549906716748 2.738437391184275 2.561370986002941 0.00249928 -0.02554270625114441 0.08893788605928421 96 90 90 54 2.650016711283521 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 63.34063849610969 5.019227027893066 23.536245346069336 11.385416984558105 284113.0 7.7604169845581055 80.41041870117151 37.191978454589844 1.4211320019995348 84.23033905029297 272.72430419921875 260.8020935058594 89028.0 131.8578193664551 453.47189178466783 98.41471099853516 40.56035614013672 +sub-10718_ses-V3_task-cuff_run-02_bold 0.0029321739130434782 0.005272134347826086 7 38.109221738970575 1.0802041404411766 1.0296055791176468 0.5334890676382579 460.62261962890625 0.1953512473641734 0 0.0 2.5621680389967287 2.360137406216565 2.751824890652303 2.574541820121317 0.00279313 -0.02509906329214573 0.08617564290761948 69 90 90 54 2.631846159982562 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 47.39822023950972 5.113903045654297 23.403242111206055 11.463768005371094 283938.0 7.7536234855651855 80.71014404296875 34.954917907714844 1.415969900411243 84.76615905761719 272.63818359375 260.6956481933594 89329.0 130.83188781738284 454.2406005859374 99.0537338256836 40.81980895996094 +sub-10718_ses-V3_task-rest_run-01_bold 0.0013662076749435665 0.007153374153498871 7 37.04131994219459 1.048679275565611 0.9994157572398181 0.5314012664950097 480.1700134277344 0.20344403833578284 85 19.187358916478555 2.58366526116401 2.374066572329737 2.778249889602268 2.5986793215600246 0.00480517 -0.02520180679857731 0.08876028656959534 443 90 90 54 2.636328725152819 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 65.75022086434578 4.949816703796387 23.307693481445312 11.257336616516113 283902.0 7.65914249420166 79.06309661865237 37.00035858154297 1.3964145800395062 84.53009033203125 272.15972900390625 260.59820556640625 89268.0 129.77280883789064 453.5538406372068 98.84835052490234 34.69416427612305 +sub-10718_ses-V3_task-rest_run-02_bold 0.0012635440180586907 0.0077215332054176074 7 38.819329499004496 1.0623345219457012 1.0027564357466061 0.5344769221459766 452.25439453125 0.2027237001896487 78 17.607223476297968 2.569298594791862 2.361537406160935 2.7560248904854103 2.5903334877292408 0.00940224 -0.02444678172469139 0.0863698273897171 443 90 90 54 2.6377396614245674 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 48.8592913575708 5.204168796539307 23.47515296936035 11.514673233032227 283924.0 7.740406513214111 80.62042808532709 35.01683044433594 1.4193330299185103 83.67497253417969 270.99847412109375 259.13995361328125 89243.0 130.00293579101563 450.99706420898434 98.24263763427734 34.788970947265625 +sub-10719_ses-V1_task-cuff_run-01_bold 0.0026508126410835216 0.018264778758465012 7 44.70285315117648 1.0616238110180987 0.9935423827375561 0.4417892875303445 11057.4580078125 0.3012593375883392 12 2.708803611738149 2.5587576828885403 2.5823540640531357 2.5568415650669114 2.537077419545574 0.00414455 -0.0033656687010079622 0.02204238623380661 443 90 90 60 2.720229396620017 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 320.9690747069562 15.066987037658691 27.616056442260742 10.613995552062988 318055.0 0.04063205420970917 103.26704254150387 61.01698684692383 1.6665559176075346 331.1088562011719 1175.853271484375 1123.5462646484375 97369.0 557.1905395507813 1933.8849365234364 413.0315246582031 23.231704711914062 +sub-10719_ses-V1_task-rest_run-01_bold 0.0022997285067873304 0.010121411266968326 8 41.818855506462604 1.1457235044671203 1.0790041808390023 0.43987730497655014 12191.7744140625 0.24220960084169815 133 30.09049773755656 2.501834052235364 2.531554066071746 2.5027165672176452 2.4712315234167006 0.0118618 -0.0034443095792084932 0.022103240713477135 442 90 90 60 2.710297756379264 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 286.62757007959055 14.514073371887207 26.86687469482422 10.199095726013184 318709.0 0.027149323374032974 102.70588531494114 57.570743560791016 1.7171689039888154 331.8294677734375 1182.77783203125 1127.3779296875 97078.0 562.4182403564453 1943.8334838867186 415.9587707519531 31.459144592285156 +sub-10719_ses-V3_task-cuff_run-01_bold 0.0013429638009049775 0.02027195452488688 8 54.09741752428572 1.088824361950114 0.9652345056916092 0.4426960938263158 9232.46484375 0.3511203403666786 20 4.524886877828054 2.598700777492957 2.496974900779132 2.6393332284556537 2.6597942032440853 0.00278938 -0.004950965754687786 0.029715286567807198 442 90 90 60 2.6563311494774218 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 9 247.48051298198942 13.866692543029785 24.648120880126953 9.71267032623291 318795.0 0.05882353335618973 92.17488937377927 51.73035430908203 2.296751174205979 284.3946838378906 982.3363037109375 939.744384765625 97469.0 462.3737731933594 1623.6498291015614 353.77349853515625 21.95890998840332 +sub-10719_ses-V3_task-rest_run-01_bold 0.0025748423423423423 0.01619386461711712 6 50.53091624395034 1.112779088510157 1.0234647120767502 0.4430751578473393 9922.9306640625 0.3182429091665731 181 40.765765765765764 2.5776841038410603 2.4803124014412403 2.616562396027152 2.6361775140547885 0.00545819 -0.0036378472577780485 0.027636870741844177 444 90 90 60 2.688750969515971 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 10 190.94085055995265 13.640608787536621 24.121599197387695 9.556306838989258 318384.0 0.04954954981803894 90.85552024841304 47.84921646118164 2.227015739204721 284.48095703125 985.042236328125 942.29052734375 97450.0 470.75283966064455 1617.281610107422 350.4548034667969 24.111003875732422 +sub-10719_ses-V3_task-rest_run-02_bold 0.0015239002267573695 0.014936293333333336 9 55.96717531897725 1.1349818915909093 1.012088219886364 0.4426384840117893 9789.15625 0.34949248829459456 194 43.99092970521542 2.545442425432211 2.4497415693226827 2.5897373970930815 2.59684830988087 0.00606124 -0.0038937432691454887 0.028133884072303772 441 90 90 60 2.6637615224356668 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 155.33358305563993 13.54849624633789 24.33686637878418 9.42630386352539 319260.0 0.0317460335791111 92.71202087402344 49.10846710205078 2.2749928633098166 282.576904296875 976.2573852539062 933.2460327148438 97042.0 463.22914733886716 1611.1450256347657 350.3471374511719 25.756914138793945 +sub-10720_ses-V1_task-cuff_run-01_bold 0.0032345701357466058 0.020453219479638008 8 63.68926585877549 1.1180774705215417 1.0308409159863945 0.45655767314078644 2944.66455078125 0.5800699142490001 93 21.040723981900452 2.4544326360996203 2.4330082366542722 2.547029065456825 2.383260606187763 0.012178 0.03064586967229843 0.012599565088748932 442 90 90 60 3.261483807459628 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 11 30.818755181649614 26.90151596069336 65.8611831665039 19.927602767944336 341434.0 0.07692307978868484 295.2856506347648 141.07598876953125 2.9861795220231606 254.35348510742188 1078.8787841796875 1066.1640625 78126.0 573.6029510498047 1624.6001892089844 326.893310546875 24.1154727935791 +sub-10720_ses-V1_task-cuff_run-02_bold 0.0032377426636568843 0.023340095485327315 7 65.4234288764027 1.0825513881447966 0.9763230169457011 0.4572177521670236 2854.513427734375 0.6451734589335103 125 28.216704288939052 2.465945140847907 2.439654069723524 2.5591998983065327 2.3989814545136654 0.0189114 0.03175807744264603 0.013002905994653702 443 90 90 60 3.276123928342972 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 12 29.505484195191208 27.198890686035156 66.05586242675781 20.27088165283203 341397.0 0.10835214704275131 296.29887695312516 141.06301879882812 2.944961476479624 251.7680206298828 1073.2515869140625 1060.24609375 78095.0 573.2817138671875 1613.0216796875 323.6261291503906 22.4553165435791 +sub-10720_ses-V1_task-rest_run-01_bold 0.002243783783783784 0.022063284459459463 6 68.16294787620768 1.0902432391873593 0.9808912872009027 0.45563489977922905 2982.40869140625 0.6636722464653028 285 64.1891891891892 2.4710881986564104 2.4464957361183273 2.56036656492684 2.4064022949240638 0.0155911 0.030765486881136894 0.011013435199856758 444 90 90 60 3.2581923731137303 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 16 30.95990280228044 26.850460052490234 65.54545593261719 19.916667938232422 341663.0 0.0810810849070549 293.7495544433584 140.89593505859375 2.9306531625887278 257.45684814453125 1083.3646240234375 1071.087890625 78022.0 575.9433624267579 1629.9831298828126 328.7347412109375 23.00064468383789 +sub-10720_ses-V1_task-rest_run-02_bold 0.0037812641083521444 0.019703124424379236 7 59.053179499321224 1.1010773812217192 1.0144708830316747 0.456911088223959 2929.198486328125 0.5231549592338262 241 54.401805869074494 2.4616270815992887 2.4379957364560867 2.5595748982916313 2.3873106100501476 0.0164738 0.031120209023356438 0.01253080926835537 443 90 90 60 3.2509051800873916 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 9 31.443779150750807 26.70524787902832 65.72518920898438 19.73137664794922 341588.0 0.06546275317668915 296.5453918457028 141.0557098388672 2.794156833686075 256.7579040527344 1066.3331298828125 1056.755126953125 78050.0 564.4716888427735 1606.2967590332032 325.06280517578125 24.20468521118164 +sub-10722_ses-V3_task-cuff_run-01_bold 0.003163755656108597 0.008953577149321266 8 46.45346540346936 1.1168216559183672 1.0115838482766442 0.4697946112211497 4683.205078125 0.2875824379021586 8 1.8099547511312217 2.3977534730911345 2.4123957374733394 2.3933582382298217 2.387506443570242 0.0143874 0.04198359698057175 0.003945064730942249 442 90 90 60 2.3092888610789593 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 49.27251690407538 23.08767318725586 53.86356735229492 16.334842681884766 312273.0 0.03393665328621864 209.1294189453111 134.6783447265625 2.8359797736563097 364.384765625 1219.358642578125 1129.53955078125 103338.0 574.4670104980469 2159.582299804687 489.1263732910156 30.474266052246094 +sub-10722_ses-V3_task-cuff_run-02_bold 0.002975 0.008073574208144797 8 44.02499813514734 1.1188058039002273 1.0393421270068017 0.4706471508905312 5071.81396484375 0.2895949221373366 8 1.8099547511312217 2.400114586146297 2.40887073761341 2.3978124047194953 2.3936606161059855 0.0139142 0.04255140200257301 0.0047845374792814255 442 90 90 60 2.310503941215841 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 49.42805805053734 22.363143920898438 54.40890121459961 15.789593696594238 312207.0 0.05203619971871376 212.99888153076188 135.11764526367188 2.8536376556270016 364.0660400390625 1217.8031005859375 1128.435546875 103314.0 576.9041046142579 2155.7673461914064 488.3913269042969 31.736299514770508 +sub-10722_ses-V3_task-rest_run-01_bold 0.0024410633484162896 0.012260809049773757 8 49.13897783818593 1.0821597192290244 0.986337272970522 0.468854720737356 4610.2958984375 0.31780825242927857 180 40.723981900452486 2.4276923708224367 2.4391249030778845 2.4261499035934646 2.417802305795961 0.015005 0.039753321558237076 0.0034101589117199183 442 90 90 60 2.2754983111311193 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 49.06169734730682 23.418073654174805 53.80923843383789 16.55316925048828 311910.0 0.04751131311058998 206.93179168701153 133.24742126464844 2.8640513454051586 372.658203125 1229.9737548828125 1138.3292236328125 103500.0 568.8961547851563 2196.115319824218 500.25250244140625 26.438810348510742 +sub-10722_ses-V3_task-rest_run-02_bold 0.0023228506787330316 0.01218383733031674 8 47.35589522623583 1.1030806216553293 1.0142105980272105 0.4722525229922679 4446.33056640625 0.29047436721525877 170 38.46153846153846 2.432059035655762 2.4440332362161783 2.4393540697354448 2.412789801015664 0.0086895 0.043065063655376434 0.0032525998540222645 442 90 90 60 2.2921370302722566 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 47.29375588960086 23.828975677490234 56.21820068359375 16.834842681884766 311439.0 0.07692307978868484 220.3196945190428 137.93177795410156 2.894001609534774 373.8707580566406 1223.8642578125 1133.78515625 103639.0 575.6244506835938 2173.85703125 494.6387023925781 26.67080307006836 +sub-10727_ses-V1_task-cuff_run-01_bold 0.0006625565610859727 0.009092682805429865 8 44.1649298201814 1.079291261088435 0.9941484526757361 0.5055789180942538 2202.71875 0.21301340621783937 0 0.0 2.456139612172967 2.3745707389763697 2.514866566734848 2.4789815308076837 0.00187775 0.04291163757443428 0.011170423589646816 442 90 90 60 2.6203775237463027 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 35.95142261579788 26.710323333740234 67.98748016357422 19.50226402282715 308086.0 0.022624434903264046 306.78733825683594 149.48341369628906 4.056255947846715 280.396240234375 980.1341552734375 921.990966796875 106667.0 512.9006958007812 1612.3197143554685 351.85260009765625 31.992717742919922 +sub-10727_ses-V1_task-cuff_run-02_bold 0.0006132352941176471 0.011903019909502264 8 45.59623939705218 1.0535666978004543 0.9813486594104303 0.5068428570983834 2136.344970703125 0.23639633731580267 0 0.0 2.4802187860632823 2.38993740503242 2.5470332321233258 2.5036857210341017 0.00288666 0.04298533499240875 0.011254099197685719 442 90 90 60 2.618388041567637 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 38.474480462904204 27.062524795532227 68.1947021484375 19.87782859802246 307698.0 0.07466063648462296 305.67705688476445 148.11868286132812 4.318613588173345 281.79840087890625 979.042236328125 920.6787719726562 107107.0 511.95003051757817 1610.197619628906 351.6188049316406 28.97144317626953 +sub-10727_ses-V1_task-rest_run-01_bold 0.0006527088036117382 0.012117057358916479 7 47.82638289142539 1.0758880979185526 0.9843153751583715 0.5058174879854223 2126.781005859375 0.27946063408244187 182 41.08352144469526 2.4766201739458453 2.388412405093018 2.541233232353797 2.500214884390721 0.00564813 0.043375469744205475 0.010607615113258362 443 90 90 60 2.6336083460733137 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 34.327962865161325 27.282562255859375 68.18867492675781 20.05191993713379 308059.0 0.07674943655729294 304.8176208496092 149.22573852539062 4.052234566320498 283.65899658203125 987.1575317382812 928.6185302734375 106651.0 517.9492492675781 1619.8815307617188 352.6014709472656 28.690675735473633 +sub-10727_ses-V1_task-rest_run-02_bold 0.0006484198645598195 0.011623454198645598 7 47.51785044436654 1.0794996671945702 0.9888411446380077 0.507048262565219 2167.357421875 0.2649621477705805 176 39.729119638826184 2.4864354510245374 2.400466571280695 2.559558231625627 2.4992815501672903 0.00411986 0.043345868587493896 0.011220860294997692 443 90 90 60 2.6053677255010053 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 38.21376129480432 26.944541931152344 68.51273345947266 19.627540588378906 307588.0 0.06320542097091675 307.98702545165975 148.98269653320312 4.20060719072656 283.956787109375 976.53271484375 919.8419799804688 107101.0 506.0744934082031 1607.6839599609375 353.0548400878906 29.196456909179688 +sub-10727_ses-V3_task-cuff_run-01_bold 0.0006817913832199546 0.00822168045351474 9 45.01510801324997 1.0748375500227279 1.0011805933636353 0.5027551278353348 2486.419189453125 0.22410806142625264 0 0.0 2.461459058677085 2.3805040720739337 2.5180332332756823 2.485839870681639 0.00328419 0.04140283912420273 0.016481295228004456 441 90 90 60 2.6339215376157026 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 52.704507428678696 24.65288543701172 63.891845703125 17.952381134033203 308023.0 0.03401360660791397 281.1263031005857 145.11155700683594 3.8857105088149195 275.1690368652344 951.9703369140625 898.962646484375 106692.0 492.05725860595703 1565.802734375 341.3003845214844 32.65739059448242 +sub-10727_ses-V3_task-cuff_run-02_bold 0.0004854421768707483 0.010388533945578232 9 45.6091285099545 1.0527938229772718 0.9747703661363631 0.5043940922894602 2317.583984375 0.24534625129138923 0 0.0 2.463156283336091 2.3785874054834286 2.5174790666310365 2.4934023778938084 0.00291525 0.041133515536785126 0.016101675108075142 441 90 90 60 2.6499226429359726 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 48.108008492730576 25.291648864746094 64.88530731201172 18.56689453125 308062.0 0.02947845868766308 285.4963851928712 145.12559509277344 3.9117051866275583 273.1938171386719 955.3799438476562 901.4546508789062 106600.0 497.95645599365236 1568.0072875976562 340.1799011230469 29.97418785095215 +sub-10727_ses-V3_task-rest_run-01_bold 0.0006916179775280899 0.011609332719101124 5 48.204723443851336 1.0682168432207213 0.9894628118468467 0.5033156600975665 2507.78759765625 0.284565683703119 180 40.449438202247194 2.4656118426131877 2.3791957387925886 2.512704066820778 2.504935722226196 0.00656871 0.04284432902932167 0.016958728432655334 445 90 90 60 2.6696328378149783 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 51.486133307240934 24.521242141723633 63.688133239746094 17.896629333496094 307849.0 0.026966292411088943 277.2215698242187 146.02980041503906 3.6944835860113816 272.8387145996094 951.8740234375 899.7011108398438 106815.0 495.36968078613285 1558.3957885742177 337.011474609375 29.492919921875 +sub-10727_ses-V3_task-rest_run-02_bold 0.001016326530612245 0.010066782131519273 9 45.06077401420456 1.0732347760000007 1.0119101148636358 0.5048232506385283 2365.3203125 0.23199392927943502 124 28.117913832199548 2.4703104520116015 2.3871540718096864 2.52344989972711 2.500327384498009 0.00402834 0.04079486057162285 0.016115223988890648 441 90 90 60 2.6465436024132556 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 47.04821830537081 25.28156280517578 64.84737396240234 18.48072624206543 307759.0 0.03628117963671684 286.45600891113276 143.9199676513672 3.8487837492803214 276.00274658203125 956.1513061523438 902.9637451171875 106825.0 496.149658203125 1570.5624267578123 341.1844482421875 30.42154312133789 +sub-10734_ses-V1_task-cuff_run-01_bold 0.003205530474040632 0.03063337855530474 7 52.810886555520376 1.0516367173981895 1.0230446614253397 0.4425600661955443 2972.21923828125 0.4740527959056931 44 9.932279909706546 2.3956299933116623 2.3661249059786438 2.470024901850029 2.3507401721063155 0.00281983 -0.006095419637858868 0.02432459406554699 443 90 90 60 3.2440786459029756 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 148.74020120373007 26.241724014282227 42.98060607910156 19.196388244628906 338961.0 0.19413092732429504 150.3453826904297 84.38884735107422 3.7515925330635307 224.2510986328125 1030.974853515625 992.2923583984375 80812.0 593.9893859863281 1577.1692321777343 305.8761291503906 20.91260528564453 +sub-10734_ses-V1_task-cuff_run-02_bold 0.001817431818181818 0.028229684545454548 10 51.90567524920269 1.051993556241458 0.9763521944874723 0.44329366861088704 2851.998291015625 0.42882045894098264 28 6.363636363636363 2.385213327583769 2.3540999064564745 2.453441569175658 2.3480985071191744 0.00289817 -0.007196168880909681 0.02545282244682312 440 90 90 60 3.225084351461765 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 184.0629769731065 26.12075424194336 43.234066009521484 19.10909080505371 338403.0 0.20454545319080353 149.7540924072264 86.83821868896484 3.7369840463472777 226.3697509765625 1033.6141357421875 994.3295288085938 80940.0 594.3812530517578 1582.2579223632815 308.30926513671875 21.904109954833984 +sub-10734_ses-V1_task-rest_run-01_bold 0.002076431818181818 0.030002205454545454 10 52.868459844943125 1.080563234464693 0.993363919772209 0.4417053066493727 2762.246337890625 0.4212970625535175 278 63.18181818181818 2.3831841611484013 2.3593082395828473 2.4429040695943804 2.3473401742679756 0.00511504 -0.007781782187521458 0.022414710372686386 440 90 90 60 3.257328786485734 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 95.90055974076266 26.226898193359375 41.7404670715332 19.287498474121094 339292.0 0.21590907871723175 144.2896583557129 78.7248306274414 3.5002726406374274 222.76773071289062 1028.571533203125 989.7272338867188 80428.0 593.5752136230469 1570.2740600585937 303.8443908691406 21.603912353515625 +sub-10734_ses-V1_task-rest_run-02_bold 0.0010129638009049775 0.028023443891402718 8 52.03378596054414 1.0398719659863953 1.0047144843764175 0.4434265402722463 2740.428466796875 0.40057375085692754 240 54.29864253393665 2.367778609009735 2.334479073902803 2.4356332365499638 2.3332235165764383 0.0048165 -0.007870011031627655 0.023610010743141174 442 90 90 60 3.2635318350170417 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 81.65547525144912 26.27761459350586 42.003910064697266 19.14479637145996 338729.0 0.13800905644893646 145.50453186035156 79.08208465576172 3.4533345152656976 223.1082000732422 1023.0443115234375 983.2715454101562 80671.0 594.5611267089844 1560.6098022460938 301.28875732421875 22.278648376464844 +sub-10734_ses-V3_task-cuff_run-01_bold 0.0017397968397291196 0.04153490496613995 7 63.775256618868816 1.1195314248642545 0.9714402186425333 0.4283878646034919 2447.143310546875 0.4915117811255214 39 8.803611738148984 2.4644409890814774 2.4679624019319855 2.4815624013915696 2.4437981639208766 0.0064676 -0.008734839968383312 0.023238612338900566 443 90 90 60 2.850346566226446 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 32 185.1757584513384 30.60251808166504 46.240089416503906 22.819414138793945 344878.0 0.19864560663700104 160.60530395507806 86.28311157226562 4.2258618280312925 273.2540588378906 1139.4581298828125 1086.43798828125 75579.0 615.0203369140626 1830.97724609375 381.1574401855469 17.27307891845703 +sub-10734_ses-V3_task-cuff_run-02_bold 0.0024360770975056694 0.04725468843537414 9 50.98533314804547 1.0408339117045453 0.9447259244999989 0.4327225885913096 2243.5283203125 0.3210568598226397 18 4.081632653061225 2.4662701543702266 2.4528707358650075 2.5060832337505325 2.43985649349514 0.00460192 -0.008343189023435116 0.024671155959367752 441 90 90 60 2.9352349911999975 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 20 158.30724615026537 30.8051815032959 46.72934341430664 23.151927947998047 344261.0 0.2471655309200287 162.43991088867188 86.12831115722656 4.065944680007757 262.2826843261719 1121.7513427734375 1072.802734375 76189.0 610.727001953125 1781.4721435546874 365.4888610839844 17.198150634765625 +sub-10734_ses-V3_task-rest_run-01_bold 0.003000248306997743 0.027232585553047403 7 51.072441584298694 1.1270823642986418 1.0664421539140276 0.4310806286407928 2788.167236328125 0.32288000776695075 183 41.309255079006775 2.3967145812025836 2.3992540713288757 2.4125665707998842 2.3783231014789914 0.00957469 -0.007843109779059887 0.02342165820300579 443 90 90 60 2.961821788736338 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 9 153.08709510465212 28.470653533935547 45.692527770996094 20.990970611572266 343878.0 0.2347629815340042 162.0477478027343 85.06805419921875 3.893168020594371 263.7625732421875 1127.069091796875 1077.4696044921875 76411.0 619.9345397949219 1782.1795043945312 363.7837219238281 22.18760108947754 +sub-10734_ses-V3_task-rest_run-02_bold 0.0018422799097065463 0.030687736568848756 7 48.46387874368778 1.090975738597284 1.0073773631447969 0.4320229797109079 2599.81298828125 0.29971047331782336 187 42.21218961625282 2.384497909788016 2.389983238363932 2.4009915712598335 2.3625189197402827 0.00213219 -0.007973097264766693 0.02403116039931774 443 90 90 60 2.967912848788909 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 19 124.63576729202501 29.243743896484375 46.03627395629883 21.63431167602539 344531.0 0.2392776608467102 164.4142303466797 84.0369644165039 3.877502547904106 256.47686767578125 1115.085205078125 1065.4345703125 75840.0 613.0097106933594 1765.2215393066406 358.9820861816406 21.41769027709961 +sub-10737_ses-V1_task-cuff_run-01_bold 0.0016562162162162162 0.013294690360360361 6 46.7314724371332 1.081194239819414 0.9918689499999999 0.4372862540890377 4815.54052734375 0.3812724321160265 17 3.828828828828829 2.4337604206620673 2.414058237407277 2.485954067883727 2.4012689566951977 0.014342 -0.00794945564121008 0.02892349287867546 444 90 90 60 2.7863814652443484 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 257.1964328224779 20.335693359375 38.772159576416016 14.108108520507812 335101.0 0.009009009227156639 147.28604125976562 88.71572875976562 2.7984786404075566 255.21128845214844 1029.914306640625 972.6959838867188 84709.0 554.7626098632813 1691.270336914062 349.0872497558594 28.482664108276367 +sub-10737_ses-V1_task-cuff_run-02_bold 0.0016148868778280544 0.01567140371040724 8 55.39212316378682 1.0772675009977324 1.0038142305895703 0.43878041838724546 4918.21044921875 0.5481207837540434 48 10.85972850678733 2.452350707501416 2.427983236853948 2.498204067396956 2.430864818253344 0.0196662 -0.00737259816378355 0.02877049706876278 442 90 90 60 2.8115648574548686 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 241.57787599958212 20.0922794342041 39.01764678955078 14.033937454223633 335005.0 0.018099548295140266 148.48054504394523 88.50286865234375 2.849804348847411 250.94210815429688 1015.8589477539062 960.8914184570312 84801.0 551.7986450195312 1665.5882568359375 341.76190185546875 25.963665008544922 +sub-10737_ses-V1_task-rest_run-01_bold 0.0016142727272727274 0.01574448756818182 10 51.29777058505692 1.0630900797266514 1.0209185659225515 0.43711321068143016 5176.21044921875 0.45967967253677156 324 73.63636363636364 2.4741271000201763 2.4517249025772054 2.526216566283839 2.444439831199485 0.0257766 -0.008907860144972801 0.027029504999518394 440 90 90 60 2.783251960707644 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 254.40258146699375 20.37904167175293 39.26616287231445 14.195453643798828 334586.0 0.0181818176060915 147.38692474365234 87.88861846923828 2.8062024737656435 261.123291015625 1037.4521484375 980.55908203125 84894.0 558.3913391113281 1706.7949645996089 352.3049011230469 25.657047271728516 +sub-10737_ses-V1_task-rest_run-02_bold 0.0015931460674157305 0.017334061932584268 5 59.19576156900899 1.088047711126126 1.0035502059459458 0.4392979973708655 4586.0859375 0.5758948568895718 343 77.07865168539325 2.4401437587750356 2.420358237156938 2.483604067977108 2.416468971191061 0.0142579 -0.006763871759176254 0.02871873788535595 445 90 90 60 2.815355547431443 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 240.53206543231897 20.2833309173584 38.91334915161133 14.244943618774414 335160.0 0.02921348437666893 148.3034873962402 88.74942016601562 2.788371006789853 249.67025756835938 1009.9180297851562 955.9573364257812 84921.0 548.0247192382812 1653.0135498046875 339.5491943359375 25.03870391845703 +sub-10740_ses-V3_task-cuff_run-01_bold 0.0017965306122448978 0.012305590430839005 9 37.01224290675001 1.075617820340908 0.9860879252500001 0.43309814895137533 8708.2939453125 0.20420851874965865 1 0.22675736961451248 2.312059180961967 2.312649908103549 2.361687406154974 2.2618402286273773 0.00474899 0.0072223893366754055 0.010189451277256012 441 90 90 60 3.0691601920487535 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 87.61093525712964 17.286941528320312 38.849891662597656 12.08616828918457 334062.0 0.0 161.40997772216807 95.50785064697266 2.3524810780115244 289.44866943359375 1152.557373046875 1122.364990234375 85002.0 586.837759399414 1782.0566467285155 365.6890869140625 33.929969787597656 +sub-10740_ses-V3_task-cuff_run-02_bold 0.0015745227272727271 0.008562390522727273 10 36.242802083280196 1.1003025569703888 0.9907912381548978 0.4330492314254844 8601.478515625 0.18641253653657996 1 0.22727272727272727 2.2809578025070856 2.2919124089275833 2.33541657386555 2.2155444247281233 0.00764992 0.00787824485450983 0.009303878992795944 440 90 90 60 3.074504460881079 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 76.0365322215126 17.19481658935547 39.10456848144531 12.131817817687988 334313.0 0.006818181835114956 163.69544982910116 95.40665435791016 2.47427122768251 288.23809814453125 1151.958740234375 1121.088623046875 84681.0 590.4022827148438 1779.42724609375 364.6382751464844 37.74248504638672 +sub-10740_ses-V3_task-rest_run-01_bold 0.0010709817351598173 0.010454055273972604 12 39.77723357336384 1.1025804051029744 0.9942793221281461 0.4312752289242167 9195.978515625 0.24028790291848123 162 36.986301369863014 2.290445298473509 2.292649908898278 2.3447374068285063 2.2339485796937435 0.00769088 0.006771164480596781 0.009106824174523354 438 90 90 60 3.064999673798361 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 64.71427915043687 16.9246826171875 38.76571273803711 11.899542808532715 334883.0 0.0022831049282103777 162.68241882324213 93.56610107421875 2.478338689122931 289.41717529296875 1160.42138671875 1128.8583984375 84128.0 591.9376617431641 1797.6454772949214 368.30401611328125 34.82028579711914 +sub-10740_ses-V3_task-rest_run-02_bold 0.001155659090909091 0.0076847142499999995 10 36.18676106086561 1.1125193709567203 1.0017933199316633 0.43335445111136034 9076.5966796875 0.18459134502764812 104 23.636363636363637 2.2786425250986357 2.288208242408107 2.3335707406055635 2.2141485922822364 0.00253909 0.0074396743439137936 0.009832114912569523 440 90 90 60 3.076390972229682 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 71.21665503621354 16.92525291442871 39.24086380004883 11.88636302947998 334260.0 0.004545454401522875 165.06408386230459 95.05487060546875 2.4850549087960507 287.0216369628906 1152.0126953125 1120.125 84657.0 594.7067749023438 1783.3231201171875 364.1014404296875 40.164337158203125 +sub-10742_ses-V1_task-cuff_run-01_bold 0.0006495454545454545 0.009574246863636364 10 32.125484410000006 1.0529205713211844 0.9693287668564914 0.42857080384739227 12140.849609375 0.13884643509153827 0 0.0 2.457425823327667 2.5832248973518652 2.433974903282527 2.355077669348609 0.00501057 -0.007287796586751938 0.022145923227071762 440 90 90 60 2.7970197924540234 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 156.30540775248878 15.088847160339355 32.57123947143555 10.293181419372559 330810.0 0.0 133.22294464111323 79.22322845458984 3.8646308843533133 306.0428161621094 1204.6875 1135.486328125 88647.0 681.6868103027343 1961.6121704101563 405.96063232421875 37.915584564208984 +sub-10742_ses-V1_task-cuff_run-02_bold 0.0008402733485193621 0.011720456537585421 11 33.947307016232884 1.0635570531963463 0.969197892168949 0.42951430497415766 11937.5625 0.17188311878497747 0 0.0 2.474975819771755 2.607616563049294 2.447845736064683 2.3694651602012886 0.00451642 -0.00708912406116724 0.022111084312200546 439 90 90 60 2.795002052140992 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 176.93526632787717 15.047229766845703 33.03755187988281 10.402050018310547 330532.0 0.01138952188193798 133.63656692504887 81.10979461669922 3.981211954379793 305.2707214355469 1202.63330078125 1134.3873291015625 88803.0 680.4934143066406 1957.2171264648432 405.8605041503906 34.43022918701172 +sub-10742_ses-V1_task-rest_run-01_bold 0.0017516891891891891 0.012457350878378376 6 30.817900698465003 1.0510282705869078 1.0126107216930025 0.42939041980197246 12302.115234375 0.16785573066851445 56 12.612612612612613 2.4791244285002274 2.605291563141681 2.451454069254634 2.380627653104367 0.00980814 -0.007234910037368536 0.023433873429894447 444 90 90 60 2.8118959090253455 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 170.38124679187624 14.922859191894531 32.50666809082031 10.283783912658691 330373.0 0.009009009227156639 131.06622009277336 79.32892608642578 3.9188015673493277 303.80316162109375 1203.4786376953125 1135.177978515625 88911.0 681.5506896972656 1950.8052368164062 403.7032775878906 32.664833068847656 +sub-10742_ses-V1_task-rest_run-02_bold 0.0014578636363636365 0.015777903704545453 10 37.340016089111614 1.0496344061959009 0.9904671457630969 0.4301893347368481 11784.0732421875 0.2500916895748549 151 34.31818181818182 2.505829975697175 2.6274457289280204 2.4726874017442304 2.417356796419273 0.0106818 -0.006986894179135561 0.020976683124899864 440 90 90 60 2.8065835197433664 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 119.92297893545727 15.1764554977417 33.098087310791016 10.52727222442627 330430.0 0.0181818176060915 135.45909118652344 78.19580078125 4.012562046635685 304.0614013671875 1199.488037109375 1131.83740234375 88850.0 679.4873443603515 1947.9822082519531 403.27716064453125 28.95574188232422 +sub-10743_ses-V1_task-cuff_run-01_bold 0.00044096629213483145 0.015501431685393257 5 43.185464850540576 1.007374262747747 0.9484174874774773 0.5308634857540278 508.51312255859375 0.24400959735133174 0 0.0 2.7451277603862247 2.4301249034355124 3.0363123793477858 2.768945998375376 0.0176185 -0.019525012001395226 0.12396570295095444 445 90 90 54 2.8911024207831932 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 90.99005902387442 3.418314218521118 22.094097137451172 10.123595237731934 287888.0 7.656179904937744 69.76617889404274 38.80546951293945 0.5895798258976934 76.14247131347656 249.6971893310547 239.67640686035156 86405.0 131.21438293457032 401.0561767578126 82.90090942382812 26.439804077148438 +sub-10743_ses-V1_task-cuff_run-02_bold 0.0005813583815028903 0.014850181734104045 7 44.52564061495653 1.016073184811595 0.9582804534202894 0.5310671501018703 512.5881958007812 0.27818544607288226 0 0.0 2.7567597053335837 2.4308165700746946 3.0413707124801195 2.7980918334459366 0.0152662 -0.019348634406924248 0.12704938650131226 346 90 90 54 2.877184917313381 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 90.29067528371792 3.2480125427246094 22.00200843811035 9.991329193115234 288232.0 7.653179168701172 70.06647491455078 38.723289489746094 0.6223295453050146 75.4198989868164 246.88404846191406 237.3179168701172 86405.0 128.20693359375 396.7537536621094 82.4822006225586 26.71807861328125 +sub-10743_ses-V1_task-rest_run-01_bold 0.0007126636568848759 0.008845944875846501 7 44.57691563744348 1.0949888482579173 0.9986340507239827 0.5309928009623285 518.0204467773438 0.22412762632827363 99 22.34762979683973 2.7067583168261087 2.3907790716656416 2.979887381589914 2.749608497222771 0.0178612 -0.02154546231031418 0.12202657759189606 443 90 90 54 2.9001735693363804 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 94.75897884345558 3.343385696411133 22.035371780395508 10.067720413208008 287446.0 7.650113105773926 69.8668212890625 39.02400207519531 0.6124985995820755 76.54644775390625 252.57090759277344 242.284423828125 86607.0 133.04515075683594 405.35688476562495 83.5408706665039 31.80511474609375 +sub-10743_ses-V1_task-rest_run-02_bold 0.0008404504504504503 0.010542509211711711 6 44.4749499939052 1.0656890122573361 0.9917690200451469 0.5321648799052574 506.3424987792969 0.24872062558723376 134 30.18018018018018 2.7034402612360053 2.3963957381091223 2.9693415486756347 2.7445834969232576 0.0108148 -0.020895197987556458 0.12997013330459595 444 90 90 54 2.8830636973121058 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 91.26640775228405 3.1521995067596436 21.87221908569336 9.894144058227539 288482.0 7.614864826202393 70.42117309570312 38.289493560791016 0.6177956281790746 75.0250015258789 245.53627014160156 235.5315399169922 86103.0 129.40563507080077 394.7209472656246 81.69440460205078 30.382844924926758 +sub-10745_ses-V1_task-cuff_run-01_bold 0.0005044843049327353 0.01895012735426009 4 34.10820996541573 1.0672041478426968 0.9975798537528098 0.43885314339921183 370560.625 0.22683845239843495 0 0.0 2.6970840244024235 2.808292957746479 2.8570321126760563 2.425927002784736 0.0151591 -0.01782519742846489 0.022828569635748863 446 96 96 54 5.191312831147958 0.7999997138977051 2.21875 2.21875 2.399993896484375 0 108.84045057025622 47.22124481201172 640.0924072265625 32.05826187133789 347644.0 0.21217223405838015 2699.581103515623 1554.4945068359375 3.263187268055341 2756.73095703125 19700.2890625 19918.125 83161.0 12972.3642578125 25218.623046875 3836.79541015625 39.097496032714844 +sub-10745_ses-V1_task-cuff_run-02_bold 0.003045672645739911 0.03644916031390135 4 35.575237308202254 1.052654422853933 1.0081087143820227 0.44091965322537796 270120.25 0.27308494969302444 6 1.345291479820628 2.77171281310879 2.846152112676056 2.953554929577465 2.5154313970728484 0.00448661 -0.01754303276538849 0.023767778649926186 446 96 96 54 5.249682465328668 0.7999997138977051 2.21875 2.21875 2.399993896484375 2 89.16867091887251 54.00032043457031 634.3878784179688 36.89373779296875 346852.0 0.4786562874913216 2649.8311279296886 1515.4423828125 3.2416218604798006 2680.41455078125 19356.912109375 19579.56640625 83739.0 12751.212304687502 24698.954687499998 3729.64453125 29.202621459960938 +sub-10745_ses-V1_task-rest_run-01_bold 0.0017294630872483222 0.0345563029082774 3 35.55086643912553 1.0431474925336321 0.9842740190807189 0.43736113749847044 252188.109375 0.2787675850908114 163 36.46532438478747 2.747110451035072 2.848112676056338 2.8858456338028167 2.5073730432460613 0.00492868 -0.017989860847592354 0.023478861898183823 447 96 96 54 5.212436869259028 0.7999997138977051 2.21875 2.21875 2.399993896484375 1 88.16533219681413 57.76450729370117 653.3349609375 39.46333694458008 349333.0 0.482787173986435 2781.5968749999993 1531.1915283203125 3.136343033596569 2732.50537109375 19840.09765625 20051.5234375 81834.0 13005.789013671874 25379.76416015625 3846.838134765625 30.129131317138672 +sub-10745_ses-V1_task-rest_run-02_bold 0.0014226174496644295 0.031950634675615215 3 36.92231011955161 1.0881061476457399 1.024544135 0.44027022318183207 245016.28125 0.29694104767160456 197 44.07158836689038 2.7352431486507727 2.8202861971830986 2.9080202816901406 2.477422967079079 0.00709089 -0.017238812521100044 0.024805594235658646 447 96 96 54 5.312506623242619 0.7999997138977051 2.21875 2.21875 2.399993896484375 4 127.88453875748209 56.57215881347656 638.2781372070312 38.56618118286133 347934.0 0.3776414245367051 2672.120666503904 1583.245849609375 3.2471513337512823 2615.059814453125 19322.5625 19547.796875 83200.0 12795.0984375 24575.5853515625 3679.55859375 30.531784057617188 +sub-10746_ses-V1_task-cuff_run-01_bold 0.0021271655328798183 0.012786800090702948 9 40.50128616854545 1.0533315555681817 1.0316913613409102 0.4747286751967692 2929.983154296875 0.2198493469655375 0 0.0 2.4748369094017533 2.379508238780171 2.567391564647692 2.4776109247773968 0.0110763 0.020593611523509026 0.009580125100910664 441 90 90 60 1.9179113898090938 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 12 122.48931882424364 26.59270668029785 53.982704162597656 19.437641143798828 304564.0 0.1428571492433548 206.7997787475585 123.58753204345703 12.391078558236623 329.0805969238281 1167.828369140625 1041.7347412109375 110013.0 588.7229125976562 2146.9619140624995 543.1585693359375 27.841773986816406 +sub-10746_ses-V1_task-cuff_run-02_bold 0.0009736363636363637 0.00919690925 10 42.345003462665154 1.1115807303644658 0.9882337620045561 0.47305301591184973 3083.116455078125 0.20183670236322257 0 0.0 2.408650814780368 2.324316574306624 2.4937832342392907 2.407852635795189 0.00608025 0.019942890852689743 0.010282122530043125 440 90 90 60 1.91320984992925 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 133.42626764617822 25.83434295654297 52.94662857055664 18.46590805053711 304900.0 0.0181818176060915 203.85237808227538 124.13439178466797 11.404390186686086 329.6852111816406 1166.6368408203125 1040.8636474609375 109808.0 583.7092926025391 2153.9240844726564 544.0380249023438 33.73906707763672 +sub-10746_ses-V1_task-rest_run-01_bold 0.0010996825396825396 0.011263612925170067 9 45.51937833254544 1.136259656249999 1.0237394869772722 0.4720939221565472 2947.451171875 0.25084021814953017 146 33.10657596371882 2.4537160838607295 2.3751124056215125 2.543420732266874 2.442615113693801 0.00774707 0.020083660259842873 0.00844628270715475 441 90 90 60 1.886075331186794 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 14 125.92426084710135 26.478403091430664 53.717525482177734 19.14739227294922 305127.0 0.06802721321582794 209.48685150146486 124.84191131591797 10.728098940906454 339.5293884277344 1183.573974609375 1051.857177734375 109579.0 586.4088745117188 2191.0730957031246 557.6937255859375 30.190196990966797 +sub-10746_ses-V1_task-rest_run-02_bold 0.005772076749435666 0.013558689819413093 7 48.25222727375566 1.1630986705656114 1.097161868959275 0.4752709670256179 2796.5478515625 0.3045775119883034 200 45.146726862302486 2.4600855258409093 2.380316572081384 2.5461957321566056 2.4537442732847383 0.00585654 0.020119424909353256 0.009993049316108227 443 90 90 60 1.9220184958273838 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 33 131.88743952313305 27.399694442749023 54.508995056152344 19.95033836364746 304918.0 0.17832957208156586 208.7743873596186 123.8558120727539 10.172394449111527 333.76611328125 1177.84228515625 1049.81494140625 109839.0 592.0609741210938 2177.132836914062 546.201904296875 26.281246185302734 +sub-10747_ses-V1_task-cuff_run-01_bold 0.0011806136363636363 0.011722481954545455 10 35.157370608564904 1.046264600569477 0.9981293378587703 0.41621440797856907 9975.322265625 0.18367291304416447 0 0.0 2.3572605459314717 2.364645739370754 2.333945740590662 2.3731901578329992 0.00730731 -0.0021132705733180046 0.021340835839509964 440 90 90 60 2.683425270817908 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 19 78.02807346772023 15.14949893951416 39.97898483276367 10.459090232849121 344063.0 0.00909090880304575 166.23817749023422 100.01119232177734 4.378682864489532 270.2042541503906 1098.70849609375 1032.9158935546875 76797.0 598.8399658203125 1829.29453125 384.9219055175781 32.30934143066406 +sub-10747_ses-V1_task-rest_run-01_bold 0.0024368918918918916 0.010987039414414415 6 34.44360041577875 1.0577711482392773 1.0170086357336348 0.4158069669783382 10167.1611328125 0.17659250694790196 15 3.3783783783783785 2.3581924904001443 2.3620915728055807 2.3396040736991535 2.3728818246956984 0.0125835 -0.0023160602431744337 0.02198038063943386 444 90 90 60 2.6866104606154235 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 75.64906008055581 15.206690788269043 40.228294372558594 10.484234809875488 344435.0 0.0045045046135783195 166.7889724731445 100.20782470703125 4.533952222616881 274.21136474609375 1107.90771484375 1040.837890625 76445.0 611.1689086914063 1838.3644775390626 387.4142150878906 32.39484786987305 +sub-10751_ses-V1_task-cuff_run-01_bold 0.004497097505668934 0.010881967913832198 9 40.82395547954548 1.068410485250001 1.0126800346363636 0.45979318368049543 6516.9658203125 0.28329594886227466 14 3.1746031746031744 2.5835035557457307 2.556108231762718 2.6362373952453377 2.558165040229136 0.00756586 0.013208333402872086 0.013929719105362892 441 90 90 60 2.549728464521893 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 43.27151820300205 19.62514877319336 48.68914794921875 13.713151931762695 319692.0 0.038548752665519714 216.8345809936526 110.40805053710938 2.7119972786265505 368.38641357421875 1164.267333984375 1117.6337890625 97304.0 552.8649688720703 1973.8758483886706 438.3321838378906 28.783641815185547 +sub-10751_ses-V1_task-cuff_run-02_bold 0.0014196606334841626 0.006445455090497738 8 34.48071822777781 1.0679289690476201 0.9859407900907019 0.46084952408650287 6455.5478515625 0.17241694079788558 1 0.22624434389140272 2.5331938476455513 2.51965406654461 2.5827790640362474 2.4971484123557963 0.00604599 0.01317086722701788 0.014805596321821213 442 90 90 60 2.5510849070285992 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 43.67458587499603 19.70653533935547 49.11942672729492 13.685521125793457 319070.0 0.015837104991078377 220.41822662353496 111.75028991699219 2.833699071729102 361.2283020019531 1162.0572509765625 1114.3416748046875 97607.0 545.93896484375 1970.8973632812495 436.80865478515625 36.35658645629883 +sub-10751_ses-V1_task-rest_run-01_bold 0.0007638513513513514 0.007069144256756757 6 38.61749714038375 1.1012665251693008 0.9785328565688485 0.45784359694878823 6548.89111328125 0.257950065813719 138 31.08108108108108 2.5069646893044895 2.4956124008332727 2.5647915647510064 2.4604901023291887 0.00606326 0.012882894836366177 0.013910152018070221 444 90 90 60 2.594750545493903 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 48.86773764768408 19.434110641479492 46.83314895629883 13.5 320130.0 0.009009009227156639 204.31351470947254 109.06745910644531 2.759399355175293 355.8846130371094 1155.9593505859375 1110.8648681640625 96747.0 557.3166625976562 1947.619409179687 428.1178894042969 35.22981262207031 +sub-10751_ses-V3_task-cuff_run-01_bold 0.002571196388261851 0.011521918645598195 7 42.63327057864251 1.1256013167873298 1.0327073519909509 0.45713195259181416 7575.5869140625 0.3868724510406667 13 2.9345372460496613 2.5075563504698173 2.494370734215946 2.5402373990600347 2.48806091813347 0.0176507 0.018260080367326736 0.008335948921740055 443 90 90 60 2.7086204139847476 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 50.77963352677908 18.52416229248047 46.40143966674805 12.92099380493164 321148.0 0.04063205420970917 196.5866882324214 111.78780364990234 2.893353459011193 334.64306640625 1164.312744140625 1121.4447021484375 96059.0 571.6569213867188 1918.3980102539062 414.0258483886719 28.28985023498535 +sub-10751_ses-V3_task-cuff_run-02_bold 0.003614988713318284 0.011787245665914221 7 46.91315519323523 1.1643171568778283 1.024306823642534 0.457211493719206 7364.7978515625 0.44296992355563564 29 6.54627539503386 2.5016230200279685 2.493679067576763 2.5364957325420483 2.474694259965095 0.0311538 0.017670171335339546 0.008526865392923355 443 90 90 60 2.70943974981276 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 49.76771901304633 18.684804916381836 46.1517219543457 12.950339317321777 320942.0 0.022573363035917282 197.03160095214844 111.0063247680664 2.8678607889663486 334.3753662109375 1160.8099365234375 1119.5406494140625 96230.0 566.3816162109375 1913.556341552735 413.1979064941406 27.921464920043945 +sub-10751_ses-V3_task-rest_run-01_bold 0.0019500677200902934 0.012876507810383747 7 41.80811882447963 1.085590533597285 1.009303911719457 0.45670204536864817 7443.3818359375 0.37086907877464426 246 55.53047404063206 2.5173855138716412 2.5009665672871844 2.5486623987252552 2.5025275756024836 0.0196471 0.01799897849559784 0.007533191237598658 443 90 90 60 2.7148390393048816 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 51.36780173274209 18.634605407714844 46.150760650634766 13.072235107421875 321345.0 0.05869074538350105 193.66771850585906 111.69112396240234 2.8515996943854143 334.09423828125 1166.8436279296875 1123.5802001953125 95980.0 575.5678344726563 1923.19404296875 413.86407470703125 27.207454681396484 +sub-10751_ses-V3_task-rest_run-02_bold 0.0030701805869074493 0.01220385295711061 7 47.609394712194536 1.1554199653619914 1.0099995194343887 0.45806387291556655 7113.658203125 0.42649401988635005 257 58.01354401805869 2.4989355205875903 2.489799901064241 2.5345915659510467 2.472415094747483 0.0387521 0.01837318204343319 0.007979723624885082 443 90 90 60 2.7165231599676742 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 49.259332360718396 18.96760368347168 46.7850456237793 13.10270881652832 320772.0 0.015801355242729187 202.3108390808107 112.7839126586914 2.887020006080733 330.29571533203125 1159.816162109375 1116.284423828125 96244.0 572.7342071533203 1911.0997558593747 410.92181396484375 27.78034019470215 +sub-10753_ses-V1_task-cuff_run-01_bold 0.0007263718820861678 0.008099819047619047 9 37.84790167354544 1.0214543192272736 0.9928023026818174 0.5303346860253144 495.6346740722656 0.18023812774736706 0 0.0 2.709824981850309 2.4859624012167294 2.9398248831818545 2.7036876611523426 0.00745177 -0.020190102979540825 0.12015320360660553 441 90 90 54 2.438838925434181 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 98.5870914905454 3.0727853775024414 21.995622634887695 10.01814079284668 284200.0 7.818593978881836 72.95238494873047 37.361446380615234 2.8697557798094913 84.82099914550781 254.16461181640625 238.7857208251953 89288.0 125.91326980590821 426.456117248535 97.90904235839844 34.62200164794922 +sub-10753_ses-V1_task-cuff_run-02_bold 0.0007587810383747178 0.011443973972911964 7 39.32335352178734 0.9906010895248875 0.9703853031221727 0.5308164207023912 493.9252014160156 0.22917443922714234 3 0.6772009029345373 2.7335055381833464 2.4919165676467987 2.953016549324332 2.755583497578909 0.00788821 -0.01756107807159424 0.12111963331699371 443 90 90 54 2.4773723608495883 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 101.85228041263922 3.0053646564483643 21.72081184387207 9.950338363647461 284533.0 7.787810802459717 70.69842071533195 36.9287223815918 2.5360273049881057 84.15355682373047 250.82557678222656 236.0135498046875 89101.0 124.6275405883789 418.02484130859375 95.26715850830078 28.97311782836914 +sub-10753_ses-V1_task-rest_run-01_bold 0.00045948081264108356 0.011533782031602708 7 37.76453168357471 0.9593206014932123 0.9408427479185525 0.5302369748855038 493.3247375488281 0.17950681640828636 21 4.74040632054176 2.7691277591764716 2.540108232398501 3.006062380549813 2.7612126645811 0.0127192 -0.02284577116370201 0.118130162358284 443 90 90 54 2.412207822691717 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 101.62681310865268 3.242983818054199 22.050888061523438 10.124154090881348 282913.0 7.760722637176514 71.95305023193336 37.14509963989258 2.989406849487172 86.01101684570312 255.74093627929688 240.15350341796875 90207.0 125.26772003173829 430.80407104492184 99.55699920654297 29.683395385742188 +sub-10753_ses-V1_task-rest_run-02_bold 0.0012897285067873306 0.012047985814479639 8 38.60190350446713 0.9911763553968259 0.9716809019047615 0.5313565319592152 485.22467041015625 0.2094044265334858 62 14.027149321266968 2.725169426739001 2.485495734568606 2.9544957159322216 2.735516829716176 0.0107474 -0.018858833238482475 0.1235053762793541 442 90 90 54 2.47481080634839 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 98.37406126256806 3.1195027828216553 21.957124710083008 10.022624969482422 284616.0 7.751131534576416 71.9213809967041 37.49626159667969 2.628133214135035 83.59930419921875 250.60943603515625 235.55430603027344 89103.0 125.60746994018555 418.42490234375 95.1801986694336 29.635967254638672 +sub-10754_ses-V1_task-cuff_run-01_bold 0.0019820861678004533 0.009666619024943313 9 37.76652407640908 1.0862616197500012 1.0407954559318187 0.4695390311897589 3067.6484375 0.16875676952055443 0 0.0 2.349649298837836 2.354345739780039 2.3357790738511457 2.3588230828823247 0.0107737 0.012998687103390694 0.015576677396893501 441 90 90 60 2.385092986288509 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 74.8714750092609 24.592370986938477 52.26262664794922 17.535146713256836 318625.0 0.01814058981835842 206.49887084960938 115.37578582763672 7.457562099002262 282.65924072265625 1044.49365234375 972.7755126953125 97514.0 537.7895538330079 1762.4553405761717 407.8543395996094 33.02935791015625 +sub-10754_ses-V1_task-cuff_run-02_bold 0.0014639455782312924 0.010616500181405896 9 38.57722702447727 1.0781991220227274 1.001341686522728 0.4692018773727109 3115.5751953125 0.18041867794243363 0 0.0 2.359689574694798 2.366766572619813 2.358074906298522 2.354227245166059 0.0090688 0.012695777229964733 0.018519602715969086 441 90 90 60 2.375100451049747 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 111.33765481976587 24.414194107055664 52.73667526245117 17.34013557434082 318373.0 0.011337868869304657 208.61768493652335 121.14922332763672 7.124788426203136 286.86505126953125 1042.389404296875 972.353759765625 97766.0 529.5685882568359 1767.5873413085938 409.3927001953125 32.22805404663086 +sub-10754_ses-V1_task-rest_run-01_bold 0.0015533561643835615 0.010593230662100458 12 36.56992645629291 1.0544134451029739 1.0030770263615554 0.4682704919590284 2995.964599609375 0.15153689280080018 19 4.337899543378995 2.3553590194824103 2.359474906242891 2.351858239878883 2.3547439123254574 0.00663617 0.012932387180626392 0.013990715146064758 438 90 90 60 2.3752547020686285 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 69.39634571144671 25.0552978515625 52.05538558959961 17.876710891723633 318832.0 0.015981733798980713 204.83309249877937 114.87919616699219 7.474241585349077 286.58734130859375 1054.6214599609375 982.066162109375 97356.0 542.04736328125 1782.2921447753906 413.455078125 31.201061248779297 +sub-10754_ses-V1_task-rest_run-02_bold 0.002410314606741573 0.012919606853932585 5 40.15410583083334 1.0947574959909916 1.0089031079054054 0.4699376996648437 2911.81201171875 0.19294730588132564 61 13.707865168539326 2.359964573966406 2.3654665726714703 2.362366572794653 2.3520605764330957 0.00737648 0.012704257853329182 0.017829924821853638 445 90 90 60 2.3752269166086424 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 104.96128288708584 25.267539978027344 53.61836624145508 17.977527618408203 318709.0 0.020224720239639282 211.95550537109364 122.10252380371094 7.286096064444411 286.99688720703125 1044.1556396484375 974.1910400390625 97426.0 533.5061645507812 1766.5185241699219 410.1444091796875 28.6787109375 +sub-10763_ses-V1_task-cuff_run-01_bold 0.0022860454545454547 0.012357409 10 38.775337180022774 1.074700659886105 1.0029930873576314 0.44086317098085037 8571.259765625 0.22165686825453013 2 0.45454545454545453 2.4483340240194353 2.481058234744937 2.4843415679478023 2.3796022693655674 0.00664158 0.0006895906408317387 0.027044709771871567 440 90 90 60 2.8130032838899286 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 55.823918369339715 15.493193626403809 35.614768981933594 10.774999618530273 329167.0 0.029545454308390617 149.76521759033207 76.96315002441406 3.4154452471596137 272.80560302734375 1060.3621826171875 1004.4431762695312 88045.0 580.7936157226562 1721.5949707031255 357.0694274902344 29.438770294189453 +sub-10763_ses-V1_task-cuff_run-02_bold 0.0017724774774774772 0.013155466936936937 6 40.127948102167046 1.0700666434988717 1.0188856379006777 0.4409128106353356 8660.814453125 0.19225978228577406 2 0.45045045045045046 2.4706437541275257 2.4958040674923234 2.5100332335935738 2.4060939612966803 0.00634733 5.657162546413019e-05 0.02729712426662445 444 90 90 60 2.79833097266583 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 57.54270190589324 15.410383224487305 35.57505416870117 10.786036491394043 328777.0 0.054054055362939835 149.01171875000017 76.06965637207031 3.308289728242257 275.0094299316406 1062.836181640625 1005.9031982421875 88369.0 580.476123046875 1728.9059326171873 359.46337890625 28.68229103088379 +sub-10763_ses-V1_task-rest_run-01_bold 0.0021857336343115126 0.013515042686230248 7 38.84931311033936 1.0595989978506788 0.991281741674208 0.44001774561539825 8356.68359375 0.1966098786462702 93 20.993227990970656 2.4737840316825586 2.4964957341315057 2.5190582332349525 2.405798127681218 0.00719308 -9.574397154210601e-06 0.026600630953907967 443 90 90 60 2.820873183969045 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 58.19549179206936 15.799921989440918 35.256587982177734 11.020316123962402 329427.0 0.04063205420970917 146.31309356689457 75.42013549804688 3.2835803639499854 277.23321533203125 1065.989990234375 1010.3318481445312 87915.0 583.5647827148438 1723.9301147460938 358.1607666015625 28.060409545898438 +sub-10763_ses-V1_task-rest_run-02_bold 0.0022191873589164786 0.008838624514672686 7 38.77102946807691 1.1174275834389147 1.0868819936199097 0.44091101868660154 8865.1435546875 0.15943175572696894 38 8.577878103837472 2.4352395725164144 2.4652082353747593 2.4837957346361583 2.3567147475383257 0.00953869 0.00011855732009280473 0.02725793980062008 443 90 90 60 2.8088106249260285 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 9 57.990076669790234 15.224284172058105 35.603572845458984 10.568848609924316 328880.0 0.020316027104854584 151.02945556640623 76.88018035888672 3.4555599277010653 273.85302734375 1057.7901611328125 1002.200927734375 88325.0 578.55439453125 1715.581494140625 356.80413818359375 34.02549743652344 +sub-10767_ses-V1_task-cuff_run-01_bold 0.0014742760180995473 0.016302951742081448 8 40.29230160188212 1.1023993904081641 1.003809746689343 0.430302976381195 7378.126953125 0.18196009341907654 0 0.0 2.4270645082985105 2.4074499043365356 2.4290874034767387 2.4446562170822577 0.00663434 0.008284233510494232 0.013900041580200195 442 90 90 60 2.99236865025043 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 0 92.6457047506285 14.940071105957031 29.465635299682617 10.316742897033691 335473.0 0.0067873308435082436 108.68190612792961 70.53001403808594 3.959083116164697 219.223876953125 916.42822265625 882.7239990234375 83411.0 482.6448059082031 1425.3303833007812 294.9899597167969 29.19116973876953 +sub-10767_ses-V1_task-cuff_run-02_bold 0.0008426984126984128 0.013562272562358278 9 39.50637032784092 1.0658862883636364 0.9837264240227276 0.4305582354665438 7478.12451171875 0.18745100143087856 0 0.0 2.415410323541291 2.3956499048054254 2.427474903540814 2.423106162277634 0.0058807 0.008576055988669395 0.013955153524875641 441 90 90 60 2.9891429704137984 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 2 92.28109976569232 14.758785247802734 29.512147903442383 10.208617210388184 335385.0 0.004535147454589605 110.42403411865234 70.90171813964844 4.048860748759919 218.42660522460938 912.8820190429688 878.8741455078125 83424.0 479.72675628662114 1418.301287841797 294.0203552246094 30.823715209960938 +sub-10767_ses-V1_task-rest_run-01_bold 0.0015097742663656886 0.01989906546275395 7 39.08057486389142 1.051336954660634 0.996351302013575 0.4310830357361073 7508.56396484375 0.18845180180407 104 23.47629796839729 2.449817316399843 2.417691570596235 2.45083323594597 2.480927142657325 0.00515043 0.008423255756497383 0.014027519151568413 443 90 90 60 3.017764283843701 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 6 84.62852600566399 14.953198432922363 30.042266845703125 10.386004447937012 335494.0 0.013544018380343914 110.29356994628891 71.15478515625 3.952049161443705 219.4752655029297 919.9011840820312 886.26416015625 83210.0 489.59583435058596 1427.5512329101562 293.68060302734375 26.588769912719727 +sub-10767_ses-V1_task-rest_run-02_bold 0.0010936936936936938 0.013398514797297298 6 40.00231391083523 1.0780435278329574 0.9941339146952597 0.4298103509523351 7740.33056640625 0.18545764594203112 105 23.64864864864865 2.396463077699674 2.3775582388576573 2.4170332372890617 2.394797756952303 0.00874857 0.010429317131638527 0.014342616312205791 444 90 90 60 3.0337613009141915 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 3 94.72820079980752 14.401945114135742 28.563888549804688 9.930180549621582 335891.0 0.0045045046135783195 105.3344612121582 69.2874755859375 4.129183054703159 213.22760009765625 896.2894287109375 864.3919067382812 83283.0 476.79797363281256 1388.203674316406 284.9224548339844 31.236902236938477 +sub-10770_ses-V1_task-cuff_run-01_bold 0.0012101363636363635 0.016805477886363634 10 44.20032464717537 1.060861568018224 0.9598576420273347 0.43838062660101396 7433.8486328125 0.2276488650103303 1 0.22727272727272727 2.328143718161879 2.3416832402832015 2.362366572794653 2.2803813414077836 0.031079 0.00817381963133812 0.014998926781117916 440 90 90 60 2.828746788636968 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 130.15926928883644 15.907647132873535 33.49205017089844 11.01136302947998 329847.0 0.004545454401522875 133.24408874511724 79.45772552490234 3.433481395926882 247.23741149902344 1021.0214233398438 956.9431762695312 87771.0 577.8113708496094 1658.6942749023438 338.29034423828125 27.72657012939453 +sub-10770_ses-V1_task-rest_run-01_bold 0.001780316742081448 0.01649203088235294 8 43.130479756326544 1.1081297631746034 1.0180800482086159 0.4371621014618176 7891.3359375 0.21553164535934413 88 19.90950226244344 2.3638742842641016 2.366245739307175 2.4088582376139067 2.316518875871222 0.0163161 0.008074433542788029 0.016251925379037857 442 90 90 60 2.765286685982363 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 134.0220861924817 15.53713607788086 33.819091796875 10.837104797363281 329693.0 0.018099548295140266 134.41629638671836 82.63522338867188 3.620496143894293 255.56103515625 1028.4283447265625 963.9140625 87820.0 572.5397491455078 1678.7343444824219 348.5745544433594 28.59693145751953 +sub-10770_ses-V1_task-rest_run-02_bold 0.00158627539503386 0.017603157200902938 7 46.0363185847738 1.0880423501809955 0.9839972727149316 0.4375523183577982 7459.86328125 0.2666510056482511 145 32.7313769751693 2.366228450511604 2.377324905533596 2.4058249044011073 2.3155355416001084 0.0303493 0.007495175581425428 0.016715776175260544 443 90 90 60 2.756608308757686 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 11 164.22878421025968 15.776495933532715 33.78997802734375 10.952596664428711 329597.0 0.009029345586895943 133.34402465820318 82.82727813720703 3.5477045865312036 255.3824462890625 1017.745849609375 954.8284912109375 87954.0 561.1869262695313 1660.9954833984375 346.37603759765625 26.8251953125 +sub-10771_ses-V1_task-cuff_run-01_bold 0.0008600680272108844 0.009513052970521543 9 31.718007915681806 1.0491694201136372 0.9800908834999997 0.42968413892134594 14332.95703125 0.12510522494817053 0 0.0 2.3366075191415763 2.302079075190263 2.3191957411767743 2.388547741057691 0.00365135 -0.001695535029284656 0.009913996793329716 441 90 90 60 3.375044728720113 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 1 71.06385986844313 12.18019962310791 25.81329345703125 8.401360511779785 331489.0 0.0022675737272948027 100.23764190673812 60.0247917175293 2.915796415814177 212.839111328125 1025.056640625 995.4274291992188 86764.0 570.844775390625 1548.2356628417956 294.93585205078125 39.28484344482422 +sub-10771_ses-V1_task-cuff_run-02_bold 0.0015522448979591835 0.009559484421768707 9 31.29911483429545 1.0640455120454553 0.9935367261363638 0.42935016781921365 14042.4140625 0.12524533717956907 1 0.22675736961451248 2.3465811464943873 2.3071415749890973 2.3247290742902327 2.4078727902038324 0.00436459 -0.0012152179842814803 0.009012853726744652 441 90 90 60 3.339751535853972 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 2 73.42936306267751 12.341571807861328 25.994064331054688 8.528345108032227 331426.0 0.004535147454589605 100.98526191711426 60.9122314453125 2.7406893121779436 219.2469482421875 1033.1114501953125 1003.70751953125 86866.0 567.7817535400391 1568.5039978027344 300.5318603515625 38.18873977661133 +sub-10771_ses-V1_task-rest_run-01_bold 0.0008404772727272727 0.009853339181818183 10 31.729580221138978 1.053311023211844 1.0042251304783605 0.42892544922372555 14540.224609375 0.1284562955225747 7 1.5909090909090908 2.3449158583544265 2.3069665749960513 2.3320207406671547 2.395760259400074 0.00430653 -0.0015350491739809513 0.010159477591514587 440 90 90 60 3.3475798391903844 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 0 74.23615210741836 12.143858909606934 25.271522521972656 8.327272415161133 330940.0 0.0 97.19556350708005 59.287166595458984 2.8840551642477363 213.64639282226562 1022.9896240234375 994.43408203125 87217.0 563.6304565429688 1545.5645263671872 297.05889892578125 40.612266540527344 +sub-10771_ses-V1_task-rest_run-02_bold 0.0014826923076923077 0.01027747886877828 8 32.04842114625853 1.0687197096145131 1.0141923187981865 0.4296048117579821 14700.904296875 0.12595281696120175 13 2.9411764705882355 2.352406151938072 2.309916574878829 2.33283740730137 2.414464473634017 0.00453952 -0.0014909339370205998 0.010066002607345581 442 90 90 60 3.347807546175796 0.800000011920929 2.4000000953674316 2.4000000953674316 2.399993896484375 3 71.18104608381526 12.082202911376953 25.80162811279297 8.32579231262207 331402.0 0.004524887073785067 100.64231376647955 59.53699493408203 2.805118012371004 217.82850646972656 1025.5648193359375 996.4638671875 86999.0 565.1631225585937 1549.7751586914062 297.6449890136719 37.32242202758789 +sub-10774_ses-V1_task-cuff_run-01_bold 0.0003379232505643341 0.004872552776523702 7 35.53380872124437 1.023116088212669 0.9942360061538461 0.5374483866862555 431.87713623046875 0.19461025452607394 0 0.0 2.6191347043764597 2.402070737883618 2.851295720033021 2.6040376552127396 0.00755686 -0.043440476059913635 0.12552063167095184 443 90 90 54 2.524996106346114 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 91.77816651343473 4.829334735870361 24.33562469482422 11.300226211547852 279560.0 7.862302780151367 80.40643157958982 42.98080825805664 1.2553130323867467 90.19108581542969 266.93353271484375 254.81265258789062 92491.0 121.92776870727539 447.9661560058594 100.91551208496094 37.79074478149414 +sub-10774_ses-V1_task-cuff_run-02_bold 0.00030800904977375563 0.005199921176470588 8 35.88296869090704 1.0274213672108847 0.9975257278684809 0.5384030455536895 421.7555847167969 0.19575706032696993 0 0.0 2.6190555376647855 2.4020790712166202 2.8525040533183392 2.6025834884593975 0.0088443 -0.04350025951862335 0.12692517042160034 442 90 90 54 2.5279512505413364 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 90.3812546768209 4.9241180419921875 24.281238555908203 11.33484172821045 279435.0 7.803167819976807 80.1658409118652 42.87314224243164 1.2662899221216861 88.72134399414062 264.30084228515625 252.21267700195312 92624.0 120.43733291625978 443.0880218505857 99.76905822753906 37.429813385009766 +sub-10774_ses-V1_task-rest_run-01_bold 0.00034374149659863944 0.005235714376417234 9 34.690040853090906 1.0203336688409088 0.9927458388409094 0.5359238882745507 445.5054626464844 0.1831297900659688 65 14.739229024943311 2.6320583151862356 2.4124540708043547 2.873274885826314 2.610445988928039 0.0136122 -0.043546851724386215 0.12617206573486328 441 90 90 54 2.518587355650503 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 89.77516246508677 4.696588516235352 24.185609817504883 11.183673858642578 279634.0 7.843537330627441 79.91462669372552 42.902889251708984 1.258841333993761 91.0254135131836 268.0105285644531 255.8106689453125 92438.0 121.77800407409669 449.98787078857407 101.56855773925781 37.0784912109375 +sub-10774_ses-V1_task-rest_run-02_bold 0.000542027027027027 0.006021994549549549 6 35.01785170266364 1.010760045643341 0.9891608572686226 0.5402064669223754 416.3695068359375 0.18045429867872279 60 13.513513513513514 2.6236749821290433 2.4031874045059123 2.8591123863890813 2.6087251554921362 0.0137527 -0.04401911422610283 0.12656168639659882 444 90 90 54 2.5359292396121047 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 89.31804226815507 4.982077598571777 24.51188850402832 11.373873710632324 279162.0 7.819819927215576 80.9931350708008 42.857337951660156 1.3105633304709494 88.03453063964844 263.5484313964844 251.0946044921875 92836.0 121.84065628051758 441.85868072509766 99.01429748535156 34.67743682861328 +sub-10778_ses-V1_task-cuff_run-01_bold 0.0014090744920993228 0.012837215191873589 7 43.05586675047511 1.1132082264705894 0.9738252941855203 0.43267650608878905 10176.818359375 0.2407032094791973 3 0.6772009029345373 2.417088318784638 2.417562403934701 2.4476915694041423 2.3860109830150713 0.00810698 -0.0005422457470558584 0.011823651380836964 443 90 90 60 2.8123081478865743 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 79.93926974102378 15.856816291809082 37.41078186035156 11.036117553710938 330792.0 0.018058691173791885 141.3972930908203 98.44563293457031 5.903909279630712 266.4300537109375 1160.4822998046875 1104.385986328125 88009.0 636.2532958984375 1848.4280273437498 392.69512939453125 31.931467056274414 +sub-10778_ses-V1_task-rest_run-01_bold 0.0018521218961625285 0.014350863905191873 7 43.72273190963808 1.1197326619457009 1.0296905375565608 0.4326771747263764 10153.4521484375 0.25104410857545295 107 24.153498871331827 2.4195383167484787 2.418829070551035 2.4440165695501737 2.3957693101442272 0.0055074 -0.0005908164312131703 0.011739077046513557 443 90 90 60 2.840210433478537 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 80.8432067722839 15.866856575012207 36.78946304321289 11.106095314025879 330676.0 0.045146726071834564 136.53216552734375 96.28034973144531 5.793252416712775 266.634033203125 1163.8544921875 1109.092529296875 87975.0 638.9663696289062 1849.7372558593752 390.494384765625 30.30715560913086 +sub-10778_ses-V1_task-rest_run-02_bold 0.002922618510158013 0.02018807787810384 7 47.19546428101812 1.0671228459502253 0.9733006849547519 0.4348894290479003 9345.3291015625 0.3484418439107595 174 39.27765237020316 2.4600285840329197 2.454904069117543 2.4846957346003955 2.440485948380821 0.0131137 -0.00023570499615743756 0.012001901865005493 443 90 90 60 2.8340761585465923 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 74.6239396500883 16.37221336364746 37.94760513305664 11.534989356994629 330440.0 0.06997742503881454 141.43578186035154 97.14595794677734 5.890506532356271 265.29388427734375 1149.6138916015625 1095.6568603515625 88356.0 628.1958465576172 1827.6445007324219 386.598876953125 25.000764846801758 +sub-10785_ses-V1_task-cuff_run-01_bold 0.0006919550561797753 0.02054883865168539 5 41.83582390123871 1.1805524765090087 0.9482169590540542 0.4760300057945146 137511.921875 0.17982723271550888 0 0.0 2.563679084198628 2.652962253521127 2.6367098591549296 2.401365139919828 0.00904503 -0.015822045505046844 0.032398421317338943 445 96 96 54 4.2534179509945655 0.7999997138977051 2.21875 2.21875 2.4000015258789062 1 115.86968416272802 191.63427734375 1932.4853515625 130.17169189453125 329459.0 0.9587239980697632 8335.683203124998 3968.60888671875 2.121417806067412 9044.02734375 50447.39453125 49872.421875 100130.0 31702.414746093753 69858.44257812496 11725.19921875 33.21138381958008 +sub-10785_ses-V1_task-cuff_run-02_bold 0.001246891891891892 0.013622948851351352 6 40.31649143067723 1.2248020590744932 1.0054339582844245 0.47761263536277226 175065.375 0.17014876843408283 0 0.0 2.544018382191799 2.6417397183098594 2.6178794366197184 2.3724359916458186 0.00739429 -0.0157234538346529 0.031097250059247017 444 96 96 54 4.243929100170318 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 107.26993431605763 166.53717041015625 1917.5400390625 112.94542694091797 328510.0 0.6676179677248002 8332.587890624996 3954.6728515625 2.1548834465425584 8913.7548828125 49945.8984375 49346.95703125 100898.0 31247.182324218753 69198.12539062499 11627.6005859375 41.37165069580078 +sub-10785_ses-V1_task-rest_run-01_bold 0.0008253811659192825 0.017874189035874437 4 41.638530714224736 1.2098593976629208 0.9793629662022476 0.4730799745705459 156868.65625 0.18595203647830744 52 11.659192825112108 2.537051883416777 2.6276191549295773 2.609496338028169 2.374040157292584 0.0108074 -0.015913907438516617 0.030830956995487213 446 96 96 54 4.2564719753741524 0.7999997138977051 2.21875 2.21875 2.4000015258789062 0 125.27907784501363 179.2315216064453 1891.79052734375 121.7380142211914 330821.0 0.910946786403656 8186.318359375 3942.9453125 2.11439499704168 9007.984375 50338.06640625 49688.09765625 98969.0 31882.543359375002 69769.23593749998 11673.4814453125 35.17707824707031 +sub-10785_ses-V1_task-rest_run-02_bold 0.0010551006711409395 0.019624897091722594 3 39.220201278318406 1.1355546786547086 0.9748903711883415 0.4785750138616538 136062.8125 0.21512619060023092 92 20.58165548098434 2.5830157818671524 2.6637791549295775 2.664040563380282 2.4212276272915987 0.0109913 -0.015183255076408386 0.03274472802877426 447 96 96 54 4.223937305699362 0.7999997138977051 2.21875 2.21875 2.4000015258789062 2 106.84466179804808 185.180908203125 1893.7353515625 125.87306213378906 328252.0 1.0065037906169891 8234.756689453125 3897.417724609375 2.2016196324171755 8552.701171875 48524.19921875 48023.046875 101140.0 29980.840039062514 67285.76874999996 11369.205078125 34.68744659423828 +sub-10786_ses-V1_task-cuff_run-01_bold 0.003670610859728507 0.0167413242081448 8 59.569007536167824 1.218134271337868 0.9999204995011342 0.41229338343879984 9897.4736328125 0.34137633816891805 17 3.8461538461538463 2.3911854166817412 2.395879071462986 2.393537404889369 2.384139773692869 0.0106573 -0.003353494219481945 0.013246663846075535 442 90 90 60 2.608739463679412 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 85.10985662594042 14.956842422485352 26.26746940612793 10.43891429901123 336188.0 0.015837104991078377 97.08518524169915 56.538360595703125 3.1040079997837378 294.1322021484375 1113.7857666015625 1045.56787109375 82945.0 554.0778686523438 1861.4507568359377 400.7918701171875 27.14952850341797 +sub-10786_ses-V1_task-cuff_run-02_bold 0.0011744796380090499 0.01302243556561086 8 51.195912947210886 1.2175486414285717 1.0140925148752837 0.4125455935367503 10432.716796875 0.22567880353752398 0 0.0 2.36742985340263 2.385604071871278 2.3587207396061918 2.35796474873042 0.00324353 -0.002801772439852357 0.013353947550058365 442 90 90 60 2.606085440951318 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 84.53967876068843 14.685142517089844 26.535539627075195 10.269230842590332 336505.0 0.018099548295140266 99.62443542480469 57.223785400390625 3.048282232360447 293.9493713378906 1114.1842041015625 1044.343994140625 82716.0 558.3727416992188 1864.8004150390625 400.73040771484375 31.505775451660156 +sub-10786_ses-V1_task-rest_run-01_bold 0.005063136363636364 0.016712018363636366 10 62.07337055753984 1.2595282525056948 1.009092723507972 0.4108633548579712 9871.375 0.3207048948996564 189 42.95454545454545 2.3802409681797614 2.3874040717997524 2.3827457386515243 2.3705730940880083 0.0141213 -0.0043167369440197945 0.013218515552580357 440 90 90 60 2.60431015487639 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 24 82.18396270290617 15.23373794555664 26.154010772705078 10.534090995788574 336697.0 0.004545454401522875 96.42545013427737 55.95960235595703 3.1422744518033827 296.22381591796875 1123.7518310546875 1053.1954345703125 82493.0 564.1190673828125 1880.6131347656246 404.4023132324219 27.609703063964844 +sub-10786_ses-V1_task-rest_run-02_bold 0.0015243863636363638 0.015376074136363637 10 58.60264713421412 1.2284501942824604 1.0006439996583145 0.41211303850873837 9893.5048828125 0.2745339953822922 188 42.72727272727273 2.3722854077263 2.384491571915485 2.3775374055251515 2.3548272457382637 0.00634945 -0.0032239004503935575 0.012833787128329277 440 90 90 60 2.5912728333714963 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 82.88374209904514 15.07199764251709 26.892438888549805 10.465909004211426 336646.0 0.00909090880304575 100.4147720336914 58.152828216552734 3.197043513864907 294.28631591796875 1113.225830078125 1042.5772705078125 82640.0 557.6780273437499 1865.647076416016 402.3393249511719 29.562650680541992 +sub-10787_ses-V1_task-cuff_run-01_bold 0.0007230405405405406 0.005508170427927929 6 39.67153829045143 1.0569809598645603 0.9982243919864564 0.5434131998789871 477.90972900390625 0.17561279627350918 1 0.22522522522522523 2.731341652741206 2.4360540698665747 2.9008957180620945 2.8570751702949506 0.017305 -0.04179134964942932 0.13393095135688782 444 90 90 54 2.191365537727428 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 55.98722091815857 3.4994752407073975 22.244014739990234 10.263513565063477 270453.0 7.740991115570068 74.17072296142575 34.989994049072266 1.8700484539398392 95.05184936523438 263.5991516113281 241.6317596435547 101436.0 126.72691535949707 473.0839080810547 110.26483917236328 34.08495330810547 +sub-10787_ses-V1_task-cuff_run-02_bold 0.0005534537246049662 0.005603864650112868 7 38.89344270628955 1.0387160574886876 0.9920613157466062 0.5440643801103252 477.0168151855469 0.17990617134720105 0 0.0 2.729830541710838 2.4314540700493628 2.900337384750947 2.857700170332204 0.0174726 -0.04142824187874794 0.13555017113685608 443 90 90 54 2.1854473928506093 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 54.3475911953241 3.520761728286743 22.33843231201172 10.246049880981445 270451.0 7.690744876861572 74.71670532226562 35.128395080566406 1.8642499331914912 94.44142150878906 262.41668701171875 240.3273162841797 101521.0 125.65914154052734 470.2799072265625 109.96656036376953 34.04749298095703 +sub-10787_ses-V1_task-rest_run-01_bold 0.0005687837837837838 0.0052792830855855856 6 39.243475791151226 1.0580926986681718 0.9938642638826183 0.5421227762047692 484.99072265625 0.15869823017030088 11 2.4774774774774775 2.7546291524273436 2.458783235630066 2.9295623835896496 2.8755418380623166 0.0142387 -0.04210997000336647 0.13400138914585114 444 90 90 54 2.1743703188518717 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 56.8077849557348 3.5128326416015625 22.26127052307129 10.265766143798828 270163.0 7.680180549621582 74.39865112304688 35.276275634765625 1.857221488828471 96.78318786621094 265.6967468261719 243.45721435546875 101839.0 125.94369506835938 477.2558685302733 111.96621704101562 35.10985565185547 +sub-10787_ses-V1_task-rest_run-02_bold 0.0007443243243243243 0.005646412342342343 6 39.0661566584876 1.0522447745598187 0.9999429489390526 0.5446912888717976 465.0067138671875 0.17534842594173075 30 6.756756756756757 2.7223916528029637 2.43079990340869 2.8881748852342413 2.8482001697659594 0.0145466 -0.041850946843624115 0.13460102677345276 444 90 90 54 2.183706896574103 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 53.23063144875568 3.6397218704223633 22.31325340270996 10.297297477722168 270510.0 7.632883071899414 74.42241096496579 34.76204299926758 1.8982180007782183 93.91650390625 261.6679382324219 239.34121704101562 101414.0 125.81903648376465 470.1638534545898 109.6026382446289 34.273109436035156 +sub-10790_ses-V1_task-cuff_run-01_bold 0.0005587755102040816 0.00877769163265306 9 54.14954397906823 1.146394622181818 0.9796251222954546 0.4647972673842628 5465.109375 0.4141671975318508 0 0.0 2.4490341316235895 2.404404071124233 2.4599249022513665 2.4827734214951698 0.00296508 0.02441844716668129 0.008565081283450127 441 90 90 60 2.4939644114355293 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 69.16705364481916 18.957809448242188 44.14787673950195 13.297052383422852 318023.0 0.013605441898107529 170.91542663574197 106.25450897216797 6.736216863077262 288.93438720703125 1055.2783203125 980.9161376953125 98990.0 569.662109375 1761.0375366210933 393.31402587890625 33.635719299316406 +sub-10790_ses-V1_task-cuff_run-02_bold 0.0008304772727272728 0.008780129045454546 10 52.967329194510285 1.1567877138952167 0.9901085793849662 0.4652178671722128 5265.6982421875 0.3616628200127702 0 0.0 2.43045496826233 2.3895999050458308 2.4319124033644837 2.4698525963766755 0.00370074 0.024056950584053993 0.008874597027897835 440 90 90 60 2.5054921688685927 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 70.72795767714102 19.29404640197754 44.241764068603516 13.524999618530273 318126.0 0.013636363670229912 171.59260177612305 105.37396240234375 6.861807214555558 288.06622314453125 1058.5416259765625 982.8863525390625 98820.0 576.6446380615234 1763.3004943847654 392.2907409667969 33.8824577331543 +sub-10790_ses-V1_task-rest_run-01_bold 0.0005746380090497738 0.009011401312217194 8 54.62037483095241 1.1484491560090706 0.9783033431065754 0.4638405272332678 5344.17431640625 0.4090869862777461 279 63.12217194570136 2.4465216311621507 2.402583237863253 2.4513832359241157 2.4855984196990843 0.00364486 0.024178804829716682 0.00892550777643919 442 90 90 60 2.4927564214437075 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 67.47067205865103 19.144689559936523 43.446754455566406 13.449095726013184 318132.0 0.011312217451632023 165.88462829589844 104.46455383300781 6.716215756584534 288.7585144042969 1056.7764892578125 982.1380615234375 98929.0 569.2321533203125 1761.7561279296874 393.99481201171875 33.26265335083008 +sub-10790_ses-V1_task-rest_run-02_bold 0.0007518468468468469 0.008485669211711712 6 53.73718919589167 1.159785936185101 0.9898823024604965 0.46476469136100684 5422.85546875 0.3771899956594262 266 59.909909909909906 2.448021631199403 2.400595737942229 2.4583582356469535 2.4851109200090282 0.00452128 0.025058476254343987 0.00912016723304987 444 90 90 60 2.4940402639416535 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 67.3430522362179 18.88314437866211 43.731163024902344 13.252252578735352 318151.0 0.01576576568186283 169.71734619140625 104.54463195800781 6.5887565540477375 288.0072021484375 1045.9520263671875 973.2117309570312 98944.0 562.588168334961 1743.8344177246086 390.21295166015625 34.00020980834961 +sub-10797_ses-V1_task-cuff_run-01_bold 0.0006119594594594594 0.01245551331081081 6 37.53820848126411 1.0490035722799105 0.9763226891647857 0.44740915970656264 7520.40087890625 0.1960273384368623 0 0.0 2.36527582923283 2.325454074261424 2.4265874035760797 2.3437860098609864 0.0109219 0.008401847444474697 0.029029207304120064 444 90 90 60 3.127352542327488 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 120.27083824418872 17.19017219543457 43.75846862792969 11.963964462280273 328792.0 0.006756756920367479 156.21847534179688 123.60196685791016 4.220888351383435 239.972900390625 1058.9771728515625 1024.9493408203125 89318.0 583.3243591308594 1626.1269409179686 327.7352294921875 33.087528228759766 +sub-10797_ses-V1_task-rest_run-01_bold 0.0009768243243243244 0.012556466599099099 6 35.89640929124149 1.0378977488487582 0.9817303786230245 0.44691474232896866 7955.44091796875 0.16976114664286085 19 4.2792792792792795 2.381981378931515 2.339595740366151 2.4364249031851726 2.369923493243222 0.016513 0.008484000340104103 0.02930888906121254 444 90 90 60 3.0775775449464304 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 126.83650572511712 16.836217880249023 44.88524627685547 11.810811042785645 328932.0 0.022522523999214172 162.25158233642594 127.85283660888672 4.637563922872855 244.8196258544922 1073.9486083984375 1038.287109375 89182.0 588.085400390625 1659.742785644531 337.3696594238281 32.293922424316406 +sub-10797_ses-V1_task-rest_run-02_bold 0.001091258426966292 0.01102973 5 39.0121935295721 1.0975569075000002 0.9943420547072065 0.44726978888785435 7032.873046875 0.20216124869479704 65 14.606741573033707 2.347753611395741 2.3193207411718073 2.398720738016735 2.325219354998681 0.0150812 0.008972273208200932 0.028010761365294456 445 90 90 60 3.1284917093811297 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 130.12901580064053 17.534687042236328 43.59318161010742 12.222472190856934 328964.0 0.008988764137029648 157.4032653808585 123.31558990478516 4.141330190278577 240.29815673828125 1057.42431640625 1024.680908203125 89320.0 583.4397674560546 1629.435174560547 327.53009033203125 33.69586181640625 +sub-10816_ses-V1_task-cuff_run-01_bold 0.002448781038374718 0.012017199029345374 7 40.120528251221714 1.083327463597285 1.1009107085746608 0.4842264849066274 2695.5322265625 0.17117572285797328 1 0.22573363431151242 2.4014661164818336 2.418866570549545 2.4966540674585476 2.288877711437409 0.00975599 0.04359523206949234 0.014804637990891933 443 90 90 60 2.3796296026924915 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 50.47173878577728 27.16876983642578 60.62519454956055 19.50790023803711 310857.0 0.05191873759031296 210.39322814941409 150.14730834960938 8.954459640360605 297.6549377441406 1066.6231689453125 1001.8724365234375 104330.0 541.0956390380859 1783.3812194824218 421.018310546875 28.770767211914062 +sub-10816_ses-V1_task-cuff_run-02_bold 0.0012904072398190044 0.012459032239819005 8 43.0134010921089 1.0737028323356002 1.0102652057596373 0.48396978156408993 2453.812744140625 0.21438300119510267 1 0.22624434389140272 2.3964633405452864 2.4132999041040777 2.495479067505238 2.2806110500265437 0.0154331 0.04414881020784378 0.014982893131673336 442 90 90 60 2.3699157166857505 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 49.44024923568548 27.54554557800293 59.75371551513672 19.975114822387695 310756.0 0.07239819318056107 206.27829360961914 148.310302734375 8.850998943828094 295.62811279296875 1056.7391357421875 993.4276733398438 104415.0 531.7242248535156 1768.7790771484372 419.1806945800781 28.552433013916016 +sub-10816_ses-V1_task-rest_run-01_bold 0.0011515801354401805 0.017312116185101582 7 42.022382537963765 1.0214614655203622 0.9590592015384616 0.48596836605819854 2399.11767578125 0.18332228485302146 65 14.672686230248306 2.453584157468477 2.46570406868839 2.5432665656063334 2.3517818381107087 0.0177467 0.041619013994932175 0.01315334066748619 443 90 90 60 2.358611641160966 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 49.35314523062227 28.848831176757812 61.8614616394043 20.943567276000977 309314.0 0.06320542097091675 214.49661254882812 151.54541015625 9.46803681306202 301.43011474609375 1088.810791015625 1021.5169677734375 105467.0 554.9914184570313 1825.980432128906 433.0989074707031 24.779281616210938 sub-15002_ses-V1_task-cuff_run-01_bold 0.0011043918918918919 0.01568473177927928 6 66.7553617592099 1.2049209460496608 1.010287460925508 0.44616971958363383 7977.74072265625 0.5807197146292655 51 11.486486486486486 2.4336452505931265 2.4306832367466593 2.423954070347386 2.4462984446853353 0.0044246 -2.158926690754015e-05 0.02786160632967949 444 90 90 60 2.718842475453538 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 178.4126188180108 16.60581398010254 40.69172286987305 11.68693733215332 324384.0 0.018018018454313278 160.8020339965817 115.19779205322266 4.801941937734736 285.8182678222656 1113.2388916015625 1053.159912109375 91977.0 585.3207275390625 1814.6779296875002 387.3538818359375 28.23296356201172 sub-15002_ses-V1_task-cuff_run-02_bold 0.0008730180180180179 0.020489363513513513 6 60.02893738961631 1.1216168255530474 0.9644971083521442 0.4467105671552938 7442.1103515625 0.5069392180770087 39 8.783783783783784 2.4613966298549883 2.4457707361471357 2.449216569343544 2.489202584074285 0.0140607 0.00021410039335023612 0.027357598766684532 444 90 90 60 2.7581461350787633 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 191.7023004265992 16.929718017578125 40.41817855834961 12.038288116455078 324498.0 0.06756757199764252 156.38356399536116 114.0050277709961 4.846381663894095 281.86639404296875 1104.4844970703125 1045.4876708984375 92060.0 587.966928100586 1783.3573425292975 379.05242919921875 24.221603393554688 sub-15002_ses-V1_task-rest_run-01_bold 0.000932234762979684 0.018889163453724604 7 71.93044788486422 1.211652610158371 0.9915947896606332 0.4464859851624529 7665.99951171875 0.6178339527391716 355 80.13544018058691 2.457400800980245 2.4549457357825544 2.4496957359911704 2.467560931167011 0.00385192 -0.0013206284493207932 0.02709042653441429 443 90 90 60 2.727325958664051 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 164.40967149886046 16.934465408325195 40.61006546020508 11.94582462310791 323970.0 0.04063205420970917 159.85903015136716 113.45067596435547 4.720717697958704 289.3684997558594 1119.40771484375 1060.05419921875 92365.0 587.5787841796875 1821.9260498046874 388.6768493652344 26.099384307861328 sub-15002_ses-V1_task-rest_run-02_bold 0.00259431151241535 0.018583728465011287 7 57.51061291067876 1.1841666125791865 1.0306567967873301 0.4472211388169983 7180.7158203125 0.5415862547942935 335 75.62076749435666 2.4532674663268357 2.4418290696370972 2.4429415695928904 2.475031759750519 0.0047483 0.0031730756163597107 0.028205178678035736 443 90 90 60 2.816619232428188 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 184.55858633385444 16.686805725097656 39.34248733520508 11.995485305786133 324440.0 0.1173814907670021 145.84886779785154 112.91448211669922 4.342258723081986 269.037109375 1077.0772705078125 1022.6456298828125 92603.0 571.593231201172 1729.906115722656 363.0736083984375 25.11174774169922 +sub-15003_ses-V1_task-rest_run-01_bold 0.001984391891891892 0.014474366644144147 6 36.781016847110585 1.0686682920767507 0.9611191154853272 0.4225441860540341 12559.0673828125 0.12166699822366532 32 7.207207207207207 2.4166883153691288 2.365208239348402 2.481574901391073 2.4032818053679113 0.00971999 -0.00492520397529006 0.013590485788881779 444 90 90 60 3.0209790172215656 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 52.18952637472119 14.346847534179688 34.84532165527344 9.88400936126709 337900.0 0.013513513840734959 146.8581085205078 78.4857177734375 3.0626059801016536 284.9501037597656 1138.4710693359375 1102.8919677734375 80885.0 600.1391845703125 1773.0689941406251 365.0754089355469 30.774898529052734 +sub-15003_ses-V1_task-rest_run-02_bold 0.0016776749435665913 0.017227987133182843 7 37.51267689929862 1.0599883846380094 0.9805428786877828 0.42350598110518956 12008.2861328125 0.1375186314538545 41 9.255079006772009 2.434523033124261 2.3868207384895985 2.4945499008754926 2.4221984600076927 0.0112022 -0.005335111171007156 0.013768162578344345 443 90 90 60 3.0393504691839186 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 50.537997056009445 14.628564834594727 35.02775955200195 10.164785385131836 338135.0 0.029345372691750526 147.28397216796859 76.9533920288086 3.194503090227701 282.5578918457031 1134.4031982421875 1099.9661865234375 80734.0 602.0985748291016 1761.1724731445306 361.90606689453125 27.216276168823242 +sub-15004_ses-V1_task-rest_run-01_bold 0.0012475565610859727 0.010444935859728504 8 35.80670472208618 1.080583553560092 1.0091335412925162 0.4176958414171135 9642.7080078125 0.19635060810576904 66 14.93212669683258 2.3491409431246493 2.3402790736723316 2.415966570664781 2.291177185036836 0.00239572 -0.008559937588870525 0.021926824003458023 442 90 90 60 3.0192012665121837 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 15 241.79215711655792 15.067532539367676 31.839139938354492 10.5 340637.0 0.011312217451632023 122.2520416259766 80.00092315673828 2.985306146314814 261.9779052734375 1060.750732421875 1015.39599609375 79347.0 585.2586303710938 1660.2089355468747 336.3106689453125 35.73764419555664 +sub-15005_ses-V1_task-cuff_run-01_bold 0.0023239277652370204 0.020920141918735893 7 43.01387639276017 1.0053267799773764 0.9350108703393666 0.4986504954140778 3350.659912109375 0.2346165425293234 1 0.22573363431151242 2.6236938236729084 2.610324896275008 2.6610498942593774 2.599706680484339 0.00498525 0.04011758416891098 0.005810752045363188 443 90 90 60 2.3343423150858547 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 49.92610156471543 24.53489112854004 54.52577590942383 17.772008895874023 298512.0 0.07223476469516754 232.51795349121096 120.48780822753906 8.495499893451914 293.8211975097656 1125.074462890625 1038.27197265625 115804.0 587.5303955078125 1917.00718383789 444.7794494628906 24.1994686126709 +sub-15005_ses-V1_task-cuff_run-02_bold 0.0008968099547511312 0.010763866787330318 8 42.649199539569146 1.0970876720408165 0.9915373696598642 0.49755425071685694 3591.50048828125 0.21936083983125443 0 0.0 2.562249395864221 2.564420731432409 2.5940623969212213 2.528265059239032 0.00736219 0.039768122136592865 0.006589370779693127 442 90 90 60 2.300758359192256 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 51.71269347512966 23.84910011291504 54.845096588134766 17.081449508666992 298436.0 0.020361991599202156 238.4162940979004 124.14154052734375 8.821197904307143 293.2298889160156 1125.0587158203125 1037.212646484375 115860.0 586.440997314453 1925.623046874999 450.8114318847656 30.980674743652344 +sub-15005_ses-V1_task-rest_run-01_bold 0.00237489841986456 0.013346410135440181 7 41.16571564479636 1.0926176580542986 1.0321974507466058 0.4979340368664748 3521.186279296875 0.21665057959472933 75 16.93002257336343 2.589259113840056 2.594416563573815 2.629124895527963 2.544235882418389 0.00867878 0.03934832662343979 0.006837117951363325 443 90 90 60 2.311730109077483 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 51.67355282966415 24.09981918334961 54.398921966552734 17.485328674316406 298667.0 0.10383747518062592 232.06704559326175 120.70240020751953 8.80483898804222 293.87481689453125 1125.131591796875 1037.1422119140625 115810.0 582.1666015625001 1921.4552368164057 448.641357421875 28.735206604003906 +sub-15005_ses-V1_task-rest_run-02_bold 0.0018448758465011287 0.011226890135440181 7 41.200612115701325 1.1023950957013577 1.0277489668099544 0.49777570348578903 3744.6513671875 0.21026367729049994 59 13.318284424379232 2.5889493887790542 2.5912748970319868 2.616987396010264 2.558585873294911 0.0055039 0.039110951125621796 0.00579566927626729 443 90 90 60 2.3010519712398168 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 50.34312846609751 23.42043113708496 54.72914123535156 16.783296585083008 298261.0 0.03611738234758377 239.51467895507812 122.4989242553711 8.472916821183972 293.8431091308594 1120.7960205078125 1034.1693115234375 116169.0 578.8663696289062 1919.6655029296871 449.43133544921875 30.441024780273438 +sub-15005_ses-V3_task-cuff_run-01_bold 0.0012860407239819005 0.015608946470588235 8 43.97805116598643 1.0788389760770982 0.9777855690929703 0.4981696112612518 2767.96484375 0.21432451952310913 0 0.0 2.5965202238935707 2.5721332311259415 2.6693207272640573 2.5481067132907147 0.00331942 0.0341782420873642 0.015613327734172344 442 90 90 60 2.401100617241035 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 44.49597920394409 25.801305770874023 53.61684799194336 18.776018142700195 301162.0 0.13348416984081268 222.0244499206544 108.68415832519531 5.682746423112244 296.96490478515625 1065.4456787109375 995.00341796875 112810.0 535.5067169189454 1821.6856079101558 414.39288330078125 27.404394149780273 +sub-15005_ses-V3_task-cuff_run-02_bold 0.0013192533936651585 0.013031489547511313 8 42.07616300857141 1.094251079750567 1.0044580636734695 0.4970606891953747 3065.667236328125 0.19653966111416438 0 0.0 2.586111891441559 2.5686832312630323 2.6438998949408576 2.5457525481207863 0.00425689 0.034366998821496964 0.015171409584581852 442 90 90 60 2.3815599159085394 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 43.62044740772269 24.969440460205078 53.73271942138672 17.938915252685547 301425.0 0.04072398319840431 227.05838317871093 110.57696533203125 5.8851718412690595 298.482666015625 1068.629150390625 996.5905151367188 112567.0 538.8957214355469 1830.7917358398433 418.4593811035156 28.170581817626953 +sub-15005_ses-V3_task-rest_run-01_bold 0.002288986486486486 0.01457765560810811 6 42.720453886771935 1.1141981850338596 1.030468354830699 0.49644254711861646 2895.398681640625 0.20280321040763669 68 15.315315315315315 2.5839091111402985 2.5665790646799778 2.626254062308706 2.5588942064322113 0.00539114 0.03337835893034935 0.016807397827506065 444 90 90 60 2.382690596736344 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 45.73970137898329 25.50143051147461 53.01655578613281 18.45945930480957 301491.0 0.07657657563686371 221.50337982177734 108.97199249267578 6.009273321660189 295.01611328125 1076.5142822265625 1002.2263793945312 112440.0 545.3400939941407 1850.0337524414058 420.6261291503906 27.011539459228516 +sub-15005_ses-V3_task-rest_run-02_bold 0.0024385 0.009698540386363638 10 43.82818700824602 1.1615927278815488 1.0116675770159456 0.4969800782478432 2960.7158203125 0.18608082531235184 22 5.0 2.5555493988358418 2.550054065336622 2.6019457299412996 2.5146484012296035 0.00422107 0.03462914749979973 0.014508388936519623 440 90 90 60 2.3531962427456996 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 44.96880750914746 25.19244384765625 54.0966911315918 18.0443172454834 300912.0 0.013636363670229912 229.19317626953125 112.29273223876953 5.817987614830205 300.7761535644531 1068.0311279296875 995.5431518554688 112935.0 533.9690734863282 1842.4376831054678 423.05810546875 31.633018493652344 +sub-15007_ses-V1_task-cuff_run-01_bold 0.001838548752834467 0.014017861632653061 9 43.13536571181816 1.023313749704545 0.9712943501818171 0.445230738446959 10152.4794921875 0.2691038215856231 6 1.3605442176870748 2.4410202478198566 2.3534457398158017 2.5108332335617844 2.458781770081984 0.00283123 -0.005907803773880005 0.03406514599919319 441 90 90 60 2.6042847553462343 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 475.63419012219646 12.835770606994629 30.503694534301758 8.93197250366211 321556.0 0.0317460335791111 124.00113487243652 82.89407348632812 4.061056279067369 271.4456787109375 963.3707275390625 906.8492431640625 95384.0 496.9283554077149 1588.3199096679684 348.2124938964844 25.91069221496582 +sub-15007_ses-V1_task-rest_run-01_bold 0.0011987927107061504 0.010593063280182233 11 48.00124036869862 1.0790688059589042 0.9940490645433796 0.44330238764502616 11166.408203125 0.26334545903040674 166 37.81321184510251 2.420439698019347 2.3347707405578793 2.4926165676189833 2.4339317858811786 0.0021943 -0.006974853575229645 0.03531965985894203 439 90 90 60 2.601338155667844 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 521.4621891044762 12.35389232635498 29.930551528930664 8.560364723205566 321853.0 0.015945330262184143 122.6291610717771 84.08493041992188 4.081955829411807 274.8589172363281 965.9451293945312 910.4031982421875 95165.0 495.0487731933594 1594.992822265625 349.9731140136719 29.67915916442871 +sub-15007_ses-V1_task-rest_run-02_bold 0.001210995475113122 0.011569585429864254 8 43.4348287864626 1.0565402276643987 0.9858150176870744 0.44490679690863705 10943.802734375 0.26395367930383556 159 35.97285067873303 2.422827195495589 2.335083240545462 2.487241567832567 2.4461567781087377 0.0026553 -0.006436655763536692 0.03355954959988594 442 90 90 60 2.5961008331297775 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 487.22931364565653 12.59876537322998 30.599716186523438 8.651583671569824 321357.0 0.0022624435368925333 127.95475769042969 83.64288330078125 3.9565277351407033 273.583740234375 971.23291015625 914.1403198242188 95360.0 499.8876892089844 1604.6731262207031 352.11865234375 28.650156021118164 sub-20004_ses-V1_task-cuff_run-01_bold 0.0030107709750566893 0.020868074149659865 9 93.194814123 1.1360174230454547 0.9651291013863639 0.4345790742253534 7274.1298828125 0.8819680738440718 180 40.816326530612244 2.505197951891897 2.4801165681156885 2.5313248994141855 2.504152388145817 0.0144115 -0.009742630645632744 0.025793980807065964 441 90 90 60 2.427207377473179 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 461.00900016659216 16.779293060302734 35.27128982543945 11.594104766845703 326377.0 0.020408162847161293 128.8480682373047 100.78775787353516 2.6552424040183142 330.5497131347656 1069.5384521484375 998.7982177734375 90916.0 535.4750366210938 1846.6174011230469 411.49871826171875 20.336875915527344 sub-20004_ses-V1_task-cuff_run-02_bold 0.002204198645598194 0.020180161399548535 7 96.2815560002489 1.1322936765158378 0.9668813238461543 0.43445468088860184 7204.6572265625 0.9379127028616066 199 44.92099322799097 2.5162187895998294 2.4908915676875285 2.5390790657727296 2.51868573533923 0.0141887 -0.009949035942554474 0.025790812447667122 443 90 90 60 2.4075973257607854 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 10 490.38069013424996 16.69182586669922 35.03058624267578 11.55643367767334 325632.0 0.020316027104854584 128.1219024658203 102.36322021484375 2.690424534639855 331.2344665527344 1064.815185546875 994.66259765625 91472.0 530.3317352294922 1844.3198791503905 413.1326904296875 20.70990753173828 sub-20004_ses-V1_task-rest_run-01_bold 0.0022137892376681615 0.01323807912556054 4 62.410453179213455 1.1272259484269656 0.9872315835955058 0.432903040503385 7980.1279296875 0.511666568248212 308 69.05829596412556 2.448013209190105 2.43519990323385 2.473395735049417 2.4354439892870485 0.0120677 -0.00889886636286974 0.022364778444170952 446 90 90 60 2.4402649355375376 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 424.1903216206362 16.01941680908203 34.0376091003418 11.022421836853027 326657.0 0.011210762895643711 127.07354888916026 93.29666137695312 2.5682706427799546 328.61749267578125 1068.9393310546875 999.2713623046875 90672.0 537.7592315673828 1843.2607421875 409.49072265625 26.653039932250977 @@ -1460,7 +2514,6 @@ sub-20009_ses-V1_task-rest_run-02_bold 0.0041009887640449435 0.00894346687640449 sub-20012_ses-V1_task-cuff_run-01_bold 0.0009433408577878104 0.014587249819413093 7 75.3593336338462 1.1116457795701369 0.9682862079864257 0.48551898810848876 1625.92578125 0.5763933897177672 70 15.801354401805868 2.598507730517388 2.5380165658149494 2.5718248978048606 2.685681727932353 0.00937737 0.012796827591955662 0.02537408284842968 443 90 90 60 1.9163348125866446 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 9 67.47142302504544 29.394350051879883 63.07221221923828 21.074493408203125 313154.0 0.06546275317668915 267.2161407470701 125.92706298828125 2.234218540074771 350.52667236328125 951.1419677734375 855.123046875 103384.0 400.6040771484375 1837.695043945311 446.22625732421875 23.13224220275879 sub-20012_ses-V1_task-rest_run-01_bold 0.0010618243243243244 0.014119440090090089 6 70.09024628239281 1.0792222663882605 0.9961408025733637 0.4850035487651483 1718.7261962890625 0.5346397391540443 325 73.1981981981982 2.5979188391324963 2.5337707326503303 2.581912397404019 2.67807338734314 0.0120163 0.013249778188765049 0.023551680147647858 444 90 90 60 1.9392270765558095 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 79.64707855688822 29.207935333251953 62.69940948486328 20.89414405822754 313353.0 0.06081081181764603 262.4887390136719 126.89210510253906 2.237255434586201 348.3581237792969 959.1790771484375 862.1937255859375 103071.0 413.6464080810547 1842.2905883789062 444.604736328125 22.497303009033203 sub-20013_ses-V1_task-rest_run-01_bold 0.0012451011235955058 0.008755337595505617 5 45.84051008472971 1.0989704773423419 1.006765431959459 0.4266456090148718 7471.271484375 0.3834324921815028 276 62.02247191011236 2.575563279438884 2.475604068294999 2.5881915638211743 2.662894206200478 0.00429719 -0.015000706538558006 0.027464935556054115 445 90 90 60 2.8127657062347606 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 54.78761543209328 15.272468566894531 29.028717041015625 10.629213333129883 334401.0 0.03595505654811859 109.25617980957031 55.73453903198242 1.818160756931153 289.91705322265625 942.7003784179688 925.4112548828125 84121.0 453.692138671875 1515.766357421875 329.0020751953125 30.578447341918945 -sub-20013_ses-V3_task-rest_run-01_bold 0.0007814446952595937 0.01267905663656885 7 43.26045864850675 1.0284899564479641 0.9675913503619908 0.4217880639247492 8382.595703125 0.3880532366864278 261 58.91647855530474 2.5963105072096972 2.5241540663657958 2.5826373973752106 2.6821400578880863 0.00320853 -0.01626274175941944 0.027221238240599632 443 90 90 60 2.8178168295378008 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 57.3255406491513 16.706886291503906 31.376604080200195 11.467268943786621 336160.0 0.015801355242729187 116.25067749023435 59.01276397705078 1.8487293780020524 329.96771240234375 1063.045654296875 1051.4842529296875 82470.0 504.7667129516601 1711.7320556640632 373.15338134765625 26.301939010620117 sub-20016_ses-V1_task-cuff_run-01_bold 0.0012549886621315192 0.005347223854875283 9 32.244332716749966 1.115802243613636 0.9837325751363621 0.41015820965834626 19751.8203125 0.09821324002963573 0 0.0 2.4838812487931263 2.525458232980639 2.534612399283552 2.391573114115188 0.00309036 -0.004947737790644169 0.017198635265231133 441 90 90 60 2.1301185681524997 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 131.47200256737622 11.467473983764648 31.820329666137695 7.8843536376953125 330596.0 0.004535147454589605 126.6213150024414 90.46273040771484 4.778651474910427 395.02777099609375 1229.98388671875 1129.0 87168.0 578.0378967285156 2239.889392089842 530.014404296875 41.933982849121094 sub-20016_ses-V1_task-cuff_run-02_bold 0.004885263157894737 0.004238293333333333 6 36.686846971607146 1.17420027375 1.0597075464285715 0.4106929592552096 21287.59375 0.17964788525422368 0 0.0 2.4737423598559465 2.510724900232756 2.5202915665192775 2.390210612815806 0.0227982 -0.0045916433446109295 0.016987046226859093 57 90 90 60 2.132172900214861 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 128.83144571942475 11.080500602722168 31.94495964050293 7.543859481811523 330047.0 0.0 128.8017578125002 92.42413330078125 4.672733765249431 392.5904235839844 1220.84375 1121.2982177734375 87650.0 570.7763122558594 2218.4772583007816 525.8916015625 45.17631530761719 sub-20016_ses-V1_task-rest_run-01_bold 0.0013310561797752808 0.005840512584269663 5 32.786756983918934 1.1206861063063072 0.9869153334234236 0.4098496467845335 19873.18359375 0.10652155497772216 4 0.898876404494382 2.4844743088078864 2.521616566466627 2.5266957329314654 2.4051106270255667 0.00221065 -0.005055869463831186 0.018095897510647774 445 90 90 60 2.1409334271847356 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 134.92136470198568 11.38438606262207 31.552818298339844 7.847190856933594 330644.0 0.008988764137029648 125.55247306823725 90.62374114990234 4.4604349236735565 393.2727355957031 1228.2520751953125 1127.7247314453125 87104.0 581.3153015136719 2229.5598510742184 526.7413940429688 40.52272033691406 @@ -1537,8 +2590,6 @@ sub-20029_ses-V1_task-cuff_run-01_bold 0.0006197291196388262 0.00949593523702031 sub-20029_ses-V1_task-cuff_run-02_bold 0.0007636425339366515 0.008751654411764705 8 36.57692096571427 1.0462750570521546 1.0068764021315195 0.5057531383040151 1879.133056640625 0.34241759011696404 3 0.6787330316742082 2.829327135132671 2.6313373954400463 3.187970706654759 2.668673303303208 0.00674858 0.029715564101934433 0.04148418456315994 442 90 90 60 2.8921427807230917 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 29.545992917164682 47.53719711303711 119.5513687133789 35.04072570800781 315822.0 0.027149323374032974 545.040203857422 247.8122100830078 2.120519309436033 415.7122802734375 1592.2198486328125 1528.76708984375 99646.0 844.5684661865234 2548.5634155273438 528.590576171875 38.91975402832031 sub-20029_ses-V1_task-rest_run-01_bold 0.0008781489841986457 0.007656516659142212 7 35.036822185135755 1.051399256153845 1.00660497699095 0.503784936701876 2025.426025390625 0.3313448318024639 234 52.8216704288939 2.830207688726849 2.6305415621383363 3.1817123735701096 2.6783691304721002 0.00568728 0.0320606604218483 0.03688710182905197 443 90 90 60 2.881936299541293 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 30.62494278247474 46.07780456542969 116.10411834716797 33.79232406616211 315575.0 0.015801355242729187 526.3092651367188 241.43069458007812 2.147512104031806 418.23773193359375 1598.0762939453125 1531.90966796875 99888.0 847.072265625 2558.6672973632812 531.5530395507812 40.36241149902344 sub-20029_ses-V1_task-rest_run-02_bold 0.0013549324324324326 0.009584193873873876 6 33.995866788465015 1.0444533145146733 1.0201958244921 0.5059885522257712 1865.1220703125 0.281190511353032 187 42.11711711711712 2.8283201908714553 2.6327915620489293 3.1842165401372697 2.6679524704281676 0.00599162 0.032248422503471375 0.03855085372924805 444 90 90 60 2.875848676357964 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 28.463326036180046 47.727108001708984 119.4510726928711 35.06306457519531 315729.0 0.05855856090784073 545.0378417968748 245.53399658203125 2.1850495088623205 417.2356262207031 1588.725341796875 1526.288330078125 99775.0 836.6218811035156 2544.7851318359367 530.7235717773438 39.068267822265625 -sub-20029_ses-V3_task-cuff_run-01_bold 0.0007908126410835213 0.0063507133634311515 7 37.702912149366504 1.047814852895927 0.9756068137330308 0.5051038644611896 1637.9935302734375 0.37648928737981896 1 0.22573363431151242 3.080715976979723 2.85447905323986 3.532504026297568 2.8551648514017414 0.00806364 0.020057905465364456 0.04905472323298454 443 90 90 60 2.2354960340523204 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 30.41759972094438 54.453006744384766 141.41062927246094 39.0462760925293 311156.0 0.020316027104854584 632.5011596679688 290.55084228515625 3.143727905591261 570.038818359375 1757.0477294921875 1617.189697265625 103699.0 876.5641052246094 3123.15185546875 723.4107666015625 40.53404998779297 -sub-20029_ses-V3_task-cuff_run-02_bold 0.0007609706546275396 0.005958281986455982 7 36.11459101176471 1.0596650389366522 0.9835793904524883 0.5058073781851015 1600.162109375 0.3477876609498756 1 0.22573363431151242 3.0773034789481652 2.8563582198318556 3.529612359745806 2.845939857266835 0.00753056 0.019552787765860558 0.049890998750925064 443 90 90 60 2.23013945799187 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 28.87610266667954 54.9182014465332 143.04293823242188 39.5045166015625 311048.0 0.018058691173791885 646.777227783203 293.511962890625 3.1758961490394624 568.3955078125 1751.8621826171875 1613.117431640625 103803.0 866.3377197265625 3110.189306640624 723.3223266601562 42.04987335205078 sub-20030_ses-V1_task-cuff_run-01_bold 0.0013206292134831461 0.011788106224719102 5 69.77444531063063 1.2352819609459451 0.9888799074324313 0.46936925073357766 2391.74365234375 0.558433782258794 86 19.325842696629213 2.5239520795725103 2.5271415662470833 2.6560457277915583 2.38866894467889 0.0118651 0.047254469245672226 0.004828768782317638 445 90 90 60 2.29625554065965 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 35.18596041471358 27.859596252441406 73.40872192382812 19.898876190185547 328016.0 0.008988764137029648 320.7561798095703 177.99325561523438 6.918537933015877 321.36822509765625 1068.765380859375 987.8034057617188 89154.0 551.0350677490235 1837.885754394531 430.17767333984375 28.731067657470703 sub-20030_ses-V1_task-cuff_run-02_bold 0.0011915124153498871 0.012794399051918736 7 72.84079394597282 1.2237472597058838 0.9912227205429863 0.4700392255961077 2425.087890625 0.5941141780228043 110 24.830699774266364 2.53589930982332 2.5340415659729016 2.6593082276619184 2.4143481358351413 0.00831183 0.04772551357746124 0.004706714302301407 443 90 90 60 2.298895261136046 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 37.16222256472436 27.86488914489746 73.99140167236328 19.821670532226562 328073.0 0.009029345586895943 323.8627563476556 179.54393005371094 6.743265968378118 322.0292663574219 1069.35546875 988.24609375 89083.0 552.313330078125 1839.5065795898433 429.87628173828125 27.501829147338867 sub-20030_ses-V1_task-rest_run-01_bold 0.0017802690582959643 0.013445725179372196 4 65.10434639766295 1.23259072964045 0.997510615865169 0.46871740932241673 2319.630615234375 0.48756486606153476 282 63.228699551569505 2.52753680486156 2.525549899643664 2.6586998943527584 2.3983606205882584 0.0117376 0.04643135890364647 0.005070230923593044 446 90 90 60 2.3033877574650825 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 37.9749294667757 28.126230239868164 72.60164642333984 20.161436080932617 328155.0 0.01569506898522377 315.20293579101497 175.53067016601562 6.821142023751078 320.5413513183594 1070.8460693359375 989.6637573242188 89009.0 555.2300659179688 1842.8099609374995 429.6533203125 26.224143981933594 @@ -1558,7 +2609,6 @@ sub-20033_ses-V1_task-cuff_run-01_bold 0.0009011764705882353 0.01717315843891402 sub-20033_ses-V1_task-cuff_run-02_bold 0.001122 0.01667609197752809 5 61.80468559256755 1.0785874547072072 0.9827322915765764 0.478214737613212 2035.5035400390625 0.5768266649930563 85 19.10112359550562 2.605542432925738 2.5100665669255826 2.679870726844838 2.626690005006795 0.00441706 0.012453648261725903 0.030063357204198837 445 90 90 60 2.7172774496629417 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 117.74153735096854 23.331829071044922 43.455284118652344 17.505619049072266 319511.0 0.07191011309623718 154.1516876220703 90.83826446533203 2.013257615618061 244.40115356445312 826.4683837890625 787.5528564453125 97518.0 425.43752899169925 1356.8333618164056 289.8301086425781 24.25908660888672 sub-20033_ses-V1_task-rest_run-01_bold 0.001168063063063063 0.013093669572072074 6 52.01154273119635 1.0563298256659135 0.9907634929571101 0.47642674721361683 2068.325927734375 0.4173093318232007 276 62.16216216216216 2.6155229864897245 2.5268415662590042 2.697854059463578 2.6218733337465925 0.00290616 0.010903900489211082 0.0324898399412632 444 90 90 60 2.6727085404408264 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 168.6486403705241 22.930246353149414 42.96587371826172 17.35360336303711 319325.0 0.11486487090587616 150.53604125976562 93.6221923828125 2.08309685948149 247.37594604492188 827.368896484375 788.2872314453125 97734.0 419.51069793701174 1365.3919006347644 294.9379577636719 25.783557891845703 sub-20033_ses-V1_task-rest_run-02_bold 0.0012651576576576575 0.01454994572072072 6 57.859834029480815 1.0926278386681727 1.0078687350564335 0.4785410327558414 1981.8358154296875 0.46305142929073023 289 65.09009009009009 2.5998702041033446 2.5143249000897048 2.6792082268711637 2.6060774853491644 0.00456647 0.01316209975630045 0.030440809205174446 444 90 90 60 2.6972973418445165 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 134.6547818123491 23.33930015563965 43.496337890625 17.595722198486328 319186.0 0.0878378376364708 155.59797286987305 91.80340576171875 2.014879004230367 243.91810607910156 822.3875732421875 784.189208984375 97890.0 418.94922790527346 1353.6286926269534 290.72998046875 26.04977798461914 -sub-20033_ses-V3_task-rest_run-01_bold 0.0008190090090090089 0.012215349301801803 6 48.18363270647857 1.0919574980135434 0.9759669332731369 0.46537309807449323 2861.223876953125 0.33248501915387957 251 56.531531531531535 2.4905632003798694 2.4904832343704206 2.5672623979861577 2.413943968783031 0.00227178 0.0032741797622293234 0.025533434003591537 444 90 90 60 2.6720635609400105 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 86.02193177826256 27.110919952392578 48.3888053894043 18.981983184814453 323644.0 0.011261261999607086 176.54470748901363 96.61366271972656 5.233940545238074 272.78546142578125 1068.5457763671875 1002.2894287109375 94520.0 601.8011444091798 1751.4881958007816 375.097412109375 30.191585540771484 sub-20034_ses-V1_task-cuff_run-01_bold 0.0015896598639455785 0.003650787664399093 9 31.2753313148182 1.1122423676590905 1.015079369681819 0.48968941446834147 4930.82763671875 0.14791115652762607 2 0.45351473922902497 2.894699331979169 2.638545728486946 3.2622332037038326 2.7833190637467298 0.00384259 -0.026743218302726746 0.03662802278995514 441 90 90 60 3.1274560517101144 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 15.293052508751014 34.303245544433594 103.864501953125 23.447845458984375 321498.0 0.006802720949053764 528.0434570312483 200.69187927246094 0.7989938019530505 463.3787841796875 1668.063720703125 1657.853759765625 95692.0 800.6593170166016 2571.44609375 530.0938110351562 51.920467376708984 sub-20034_ses-V1_task-cuff_run-02_bold 0.0022153075170842826 0.0038536625056947603 11 31.69941250264844 1.1172552156164375 1.0235587761415514 0.4911208873063588 5037.56884765625 0.15485936660133312 1 0.22779043280182232 2.898215998544177 2.645408228214255 3.2661123702163546 2.783127397201921 0.00384222 -0.027419965714216232 0.03649820014834404 439 90 90 60 3.1232660055860353 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 14.774743236430542 34.207923889160156 106.01606750488281 23.430524826049805 321303.0 0.006833713501691818 538.8287109374999 203.63873291015625 0.8143281855007438 464.9662780761719 1669.087890625 1657.7745361328125 95841.0 801.13671875 2575.5810546875 530.7796020507812 50.93406295776367 sub-20034_ses-V1_task-rest_run-01_bold 0.000572063492063492 0.0032904543764172337 9 30.516887144340902 1.1038023128863634 1.0034020011818183 0.48810142694387604 5114.30322265625 0.13583031236066165 7 1.5873015873015872 2.8779035021701245 2.622420729127696 3.242349871160592 2.768939906222085 0.00402783 -0.025732222944498062 0.03589218109846115 441 90 90 60 3.1575400819959465 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 15.604401975106555 33.672889709472656 101.26547241210938 23.020408630371094 321754.0 0.0 514.6210937499993 196.04615783691406 0.7974805672148197 456.876953125 1665.3004150390625 1654.825439453125 95387.0 805.2566955566406 2555.8617431640623 524.0841674804688 54.02622985839844 @@ -1595,7 +2645,8 @@ sub-20041_ses-V3_task-rest_run-01_bold 0.0013418651685393258 0.00972663042696629 sub-20041_ses-V3_task-rest_run-02_bold 0.001964067415730337 0.008918033415730338 5 36.854672985833325 1.1033582951576575 1.001059578243243 0.46841320596567354 7895.6669921875 0.2088415455659451 95 21.348314606741575 2.5050701407226286 2.562654064835943 2.5492582320349126 2.40329812529703 0.00920665 0.009901140816509724 0.022961465641856194 445 90 90 60 2.2502976519875815 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 82.25278350493167 19.163883209228516 46.52218246459961 13.238202095031738 305241.0 0.024719100445508957 182.1775360107422 113.35574340820312 6.8664126828508305 372.088134765625 1298.949462890625 1197.5224609375 108938.0 643.0807800292969 2289.7991943359366 532.1593627929688 33.84065246582031 sub-20042_ses-V1_task-cuff_run-01_bold 0.00038884353741496603 0.003940676961451247 9 20.839001612227293 0.9990079520454548 0.9798653580909089 0.44441732744918944 15717.080078125 0.11793924943793468 0 0.0 2.778352129994093 2.5748415643516553 3.055483211919339 2.704731613711285 0.00552505 -0.005920325871556997 0.026031136512756348 441 90 90 60 3.188884784758588 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 48.16945928994664 21.30610466003418 60.872406005859375 14.563491821289062 326366.0 0.0022675737272948027 269.61791229248047 150.51341247558594 1.1961667840018784 450.0252685546875 1875.0621337890625 1809.860595703125 91838.0 1046.1857727050783 2959.4848388671876 567.5497436523438 56.69015121459961 sub-20042_ses-V1_task-cuff_run-02_bold 0.001451783295711061 0.005432575417607223 7 21.088700989230766 1.0041779795475112 1.0093224833257923 0.4453345644915235 15329.4521484375 0.11897606391119046 0 0.0 2.7947201800025567 2.5807748974492193 3.0740082111832217 2.7293774313752293 0.0186433 -0.006655833683907986 0.028633957728743553 443 90 90 60 3.161223187469535 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 57.81987200187216 21.50944709777832 62.25053787231445 14.760723114013672 326252.0 0.009029345586895943 273.97664337158244 156.9671173095703 1.2459342863711074 449.9278869628906 1865.453125 1798.827392578125 91938.0 1038.7455505371095 2950.2890625 569.0258178710938 50.69428634643555 -sub-20042_ses-V3_task-rest_run-01_bold 0.002591561085972851 0.0035930792760180998 8 23.44540820011336 1.0550672250793642 1.0472281087301583 0.4441925047468171 16179.6435546875 0.12926671725471278 8 1.8099547511312217 2.971918740772994 2.7269123916422373 3.2415332045263767 2.9473106261503688 0.0154953 -0.0037556022871285677 0.025224965065717697 442 90 90 60 2.6594375119414035 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 47.05317594341531 19.361042022705078 58.28590393066406 13.309955596923828 321431.0 0.015837104991078377 254.57353973388672 146.04530334472656 0.773527352527501 557.156494140625 1791.2027587890625 1703.6923828125 95784.0 895.2904205322266 3007.7347778320304 640.6179809570312 48.54729461669922 +sub-20042_ses-V1_task-rest_run-01_bold 0.0011246832579185522 0.004384036131221719 8 20.49381230589571 1.0048234782766443 0.9976209960317466 0.44491821723862907 16430.91015625 0.11434439640970273 2 0.45248868778280543 2.7866937943731016 2.5763707309575588 3.0691332113769367 2.71457744078481 0.0122016 -0.0055305929854512215 0.023854846134781837 442 90 90 60 3.1864930219924963 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 42.06721393478545 21.0113582611084 61.38808059692383 14.490950584411621 326454.0 0.024886878207325935 270.49028930664053 148.4979705810547 1.2309439478791502 452.4620666503906 1893.0435791015625 1825.565673828125 91875.0 1060.8453125 2989.949169921875 572.9043579101562 52.027374267578125 +sub-20042_ses-V1_task-rest_run-02_bold 0.00048190476190476195 0.004657022970521542 9 21.153582815636362 0.9821545409545449 0.9687596185909086 0.445092036265838 15087.578125 0.11717781928198286 3 0.6802721088435374 2.795624349348616 2.5857873972500407 3.0853748773982175 2.7157107733975896 0.0141593 -0.005491710267961025 0.024057378992438316 441 90 90 60 3.15598122384025 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 42.45224996192711 21.600271224975586 60.88921356201172 14.84807300567627 326092.0 0.013605441898107529 269.88062591552745 146.0210418701172 1.276993349266954 450.9800109863281 1874.19140625 1805.9796142578125 92045.0 1050.8888671875 2969.8544921875005 572.2371826171875 51.172203063964844 sub-20043_ses-V1_task-cuff_run-01_bold 0.003075102040816327 0.006146269160997733 9 27.29417266868185 1.0494573749999998 1.1023832699090919 0.48287364384888304 3885.043212890625 0.23373880830164376 0 0.0 3.0154923498306148 2.7395373911405647 3.358008199898076 2.9489314584532047 0.01852 -0.006999085191637278 0.034935787320137024 441 90 90 60 2.593221749896991 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 20.983382377576838 40.248783111572266 106.41372680664062 27.941043853759766 318659.0 0.06122449040412903 502.85171813964706 199.69493103027344 2.193903264460551 532.220703125 1787.13037109375 1726.1043701171875 97301.0 771.17236328125 2976.371826171875 665.6181640625 39.12427520751953 sub-20043_ses-V1_task-cuff_run-02_bold 0.000949090909090909 0.004940285340909092 10 24.071589254760816 0.9821679289749424 0.9692851669931651 0.4836417212182299 3697.847412109375 0.14711101701586715 0 0.0 2.968078474997542 2.7032873925810104 3.313279035008787 2.8876689974028285 0.00652484 -0.00752987340092659 0.03567205369472504 440 90 90 60 2.5940427158510926 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 21.43012189731535 40.434608459472656 107.79680633544922 28.129545211791992 319403.0 0.04999999701976776 514.1315490722656 203.70370483398438 2.2595363800981563 532.006591796875 1790.9873046875 1725.6988525390625 96650.0 788.2918182373047 2984.440002441407 665.2511596679688 44.20200729370117 sub-20043_ses-V1_task-rest_run-01_bold 0.0020090249433106578 0.0037542324943310654 9 23.366812615113613 1.0231167800454544 1.031575833454546 0.4809191359445329 4004.389892578125 0.1167712239673182 14 3.1746031746031744 2.967215976598919 2.709337392340605 3.312529035038589 2.879781502417563 0.00828571 -0.008580055087804794 0.03299425542354584 441 90 90 60 2.5935259585866794 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 19.757760005806414 39.36796188354492 104.83163452148438 27.278911590576172 319206.0 0.038548752665519714 503.0011291503906 198.40377807617188 2.0786734440449726 538.6113891601562 1807.3382568359375 1745.195068359375 96815.0 780.2431091308595 3014.2982421875004 672.9009399414062 50.546180725097656 @@ -1636,7 +2687,6 @@ sub-20051_ses-V1_task-cuff_run-01_bold 0.0014825396825396827 0.00429174464852607 sub-20051_ses-V1_task-cuff_run-02_bold 0.0018778684807256238 0.004661108458049887 9 25.740069991750012 1.0584436785227274 1.0114603135454552 0.4416871197069966 8840.3974609375 0.1553466925277144 0 0.0 2.9657465611980878 2.793183222342204 3.3701623660817797 2.7338940951702786 0.0105099 -0.01705555059015751 0.032791540026664734 441 90 90 60 2.544080851049793 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 22.961571131297394 28.912425994873047 92.3115005493164 19.657596588134766 335708.0 0.00907029490917921 466.26904602050774 192.4103546142578 0.5851573042340492 644.7638549804688 1955.4913330078125 1856.6734619140625 83999.0 879.1716735839844 3314.241162109375 729.7969360351562 46.02751922607422 sub-20051_ses-V1_task-rest_run-01_bold 0.0027854298642533935 0.005772160927601811 8 26.37166937142856 1.0326039324489797 0.9950590900226766 0.4382612079279123 8927.087890625 0.16422032541020237 30 6.787330316742081 2.9722187813220065 2.7991623887712804 3.374333199249379 2.743160755945361 0.00679326 -0.01849728263914585 0.032635755836963654 442 90 90 60 2.551913572143136 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 23.109955383986307 28.519969940185547 88.03726196289062 19.57126808166504 336220.0 0.05203619971871376 439.12490386962884 182.2091827392578 0.5805325246880426 647.296875 1965.7525634765625 1866.244384765625 83508.0 887.2740112304688 3326.1537475585938 731.307373046875 40.58750915527344 sub-20051_ses-V1_task-rest_run-02_bold 0.001743605442176871 0.004979086666666667 9 26.8959017060682 1.055593338340909 1.024164967704546 0.44269304483891747 8970.4697265625 0.16296254858148848 33 7.482993197278912 2.9654271158739234 2.790304055789945 3.367591532850602 2.738385758981222 0.0116112 -0.016766343265771866 0.03263497352600098 441 90 90 60 2.5438694260606205 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 22.467726227774317 28.724157333374023 93.6292953491211 19.53741455078125 335855.0 0.006802720949053764 472.9247283935546 195.20046997070312 0.5867615810766682 644.4379272460938 1950.544189453125 1851.2064208984375 83943.0 878.0065795898438 3303.7242187499974 727.70849609375 44.307289123535156 -sub-20051_ses-V3_task-rest_run-01_bold 0.003969435665914222 0.005832459774266366 7 28.38621427780547 1.083025705361991 1.0255287083031674 0.44363569010957105 7631.0693359375 0.16923469225304477 39 8.803611738148984 2.926375718300534 2.725683225024413 3.263537370318676 2.7899065595585126 0.00978321 -0.015799133107066154 0.030758708715438843 443 90 90 60 2.878449903666547 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 22.51857785426288 28.19287109375 82.48452758789062 19.31828498840332 338270.0 0.031602710485458374 409.35825347900357 168.26966857910156 0.4395534277326476 520.2628173828125 1743.0091552734375 1689.55078125 81888.0 824.3274444580078 2797.6185546874976 586.9619140625 41.778141021728516 sub-20052_ses-V1_task-cuff_run-01_bold 0.0018345022624434392 0.003537860135746606 8 26.795129849501144 1.0498925952154197 1.0037021224716554 0.4695830007975034 8180.04345703125 0.1354891771407164 0 0.0 3.1722520566810815 2.8875415519260743 3.6342665222538897 2.9949480958632813 0.00602502 -0.028981298208236694 0.04823864996433258 442 90 90 60 1.905735581851795 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 36.97194589709473 26.97866439819336 86.45097351074219 18.45475196838379 306279.0 0.004524887073785067 451.7810058593744 194.49078369140625 4.059605154887777 656.33837890625 1915.5863037109375 1716.118896484375 109398.0 860.932717895508 3631.7833862304683 900.4979858398438 48.15873718261719 sub-20052_ses-V1_task-cuff_run-02_bold 0.0008705656108597285 0.004926284615384615 8 25.083627311609973 0.9722252344897958 0.9622214333560097 0.4719085223263253 8438.3505859375 0.12554359892475253 0 0.0 3.1757645543949145 2.8799623855605767 3.641579021963317 3.0057522556608482 0.00350074 -0.027896082028746605 0.048781707882881165 442 90 90 60 1.9341838941069183 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 35.694880430379406 26.311159133911133 85.8486557006836 18.115385055541992 305471.0 0.022624434903264046 447.9411926269531 190.610107421875 3.8124274618590954 646.4649047851562 1893.7225341796875 1701.751220703125 110012.0 851.1496978759766 3569.366369628906 879.8250732421875 42.459781646728516 sub-20052_ses-V1_task-rest_run-01_bold 0.004242947845804988 0.005515832653061224 9 24.77739198870454 1.0071358422045456 0.99250006175 0.4698092142660575 8569.90625 0.13798896120505014 16 3.6281179138321997 3.178445110670968 2.88327488542895 3.650470688276661 3.001589758307293 0.00492153 -0.02790338359773159 0.04945745691657066 441 90 90 60 1.9348032636762291 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 40.224532003976 26.209449768066406 84.19164276123047 18.115646362304688 305919.0 0.043083902448415756 434.2043273925781 188.90692138671875 3.8396207484456584 647.9442138671875 1912.2191162109375 1717.7030029296875 109619.0 861.327685546875 3612.5724609374993 887.7880249023438 40.67626190185547 @@ -1659,10 +2709,6 @@ sub-20058_ses-V1_task-cuff_run-01_bold 0.0008486651583710407 0.00648998676470588 sub-20058_ses-V1_task-cuff_run-02_bold 0.0015820316027088035 0.009825035598194129 7 30.11095437547509 1.0072859589819005 0.982776320633484 0.4581090193254648 6481.39404296875 0.2036292549203353 7 1.580135440180587 2.829343765083067 2.579533230831892 3.0550290452707194 2.8534690191465892 0.0119745 -0.015892423689365387 0.040491558611392975 443 90 90 60 3.1585863942443675 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 34.1847845959879 25.043596267700195 65.73143005371094 17.435667037963867 330883.0 0.11286681890487671 308.0600433349606 140.63661193847656 0.8235887282410004 390.905029296875 1448.75048828125 1402.3251953125 87914.0 789.8000366210938 2239.4975463867186 443.9698791503906 35.185569763183594 sub-20058_ses-V1_task-rest_run-01_bold 0.0013117832957110608 0.009273170902934539 7 32.2571364182353 1.030936234208145 0.9936363752714952 0.4568018060966816 6947.29296875 0.27718874051832515 157 35.44018058690745 2.8035673801332703 2.547412398774926 3.0244915464841706 2.8387981951407144 0.0116243 -0.015738042071461678 0.042438603937625885 443 90 90 60 3.219536437823852 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 37.608897756377615 24.384288787841797 63.59895706176758 16.77878189086914 330519.0 0.04063205420970917 295.97992858886715 140.02188110351562 0.8528573347542214 383.9840393066406 1446.6129150390625 1402.19873046875 87841.0 801.0677490234375 2217.939208984375 435.5256652832031 36.94502258300781 sub-20058_ses-V1_task-rest_run-02_bold 0.0007227272727272728 0.0048697721818181825 10 28.002452398337134 1.0308706680182231 1.0023136848974934 0.4583191854919223 7059.55517578125 0.14992033321257775 8 1.8181818181818181 2.7743562824440686 2.5474707321059413 2.998512380849823 2.77708573437644 0.0158559 -0.01639591157436371 0.03955194726586342 440 90 90 60 3.16483855340765 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 31.00423705941209 24.574132919311523 67.06902313232422 16.89090919494629 331702.0 0.02499999850988388 315.77942657470703 142.80955505371094 0.8856308156987232 389.84185791015625 1451.70556640625 1407.611328125 87496.0 792.8516998291016 2239.5606689453125 444.7630615234375 45.194297790527344 -sub-20059_ses-V1_task-cuff_run-01_bold 0.0034454627539503386 0.006257054853273138 7 26.350648241425326 1.054615306266968 1.015670395361991 0.45565656363705936 5377.05029296875 0.12573828287646577 1 0.22573363431151242 2.985711796975867 2.8037373885894863 3.21210403902912 2.941293963308994 0.0113893 -0.018546583130955696 0.042656514793634415 443 90 90 60 2.6138907363376593 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 34.59121735699291 29.986719131469727 85.89881896972656 20.69977569580078 334146.0 0.05191873759031296 420.6930236816406 175.6107940673828 0.8428941404923398 511.29193115234375 1603.6329345703125 1533.06884765625 85094.0 743.4392822265625 2697.310546875 586.5049438476562 44.11521911621094 -sub-20059_ses-V1_task-cuff_run-02_bold 0.0022499774774774775 0.005195267004504505 6 26.960813599593727 1.0675492783747178 1.0190752101580132 0.45625245345491044 5419.24658203125 0.15160889738279268 0 0.0 2.965618748176714 2.7903207224559496 3.195229039699672 2.9113064823745205 0.0108507 -0.018402116373181343 0.04298968240618706 444 90 90 60 2.615974884291375 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 31 33.21182377503813 30.12287139892578 86.78905487060547 20.675676345825195 334318.0 0.02477477490901947 425.8703964233396 176.90480041503906 0.8408026428626947 511.3958740234375 1602.731201171875 1532.895263671875 84928.0 744.8171539306641 2693.804687499999 585.9713134765625 47.68906784057617 -sub-20059_ses-V1_task-rest_run-01_bold 0.00133176072234763 0.0066186672460496615 7 25.606160806855186 1.0235902095701357 1.0235601757692303 0.454608942265191 5592.6142578125 0.14898298785146571 22 4.966139954853273 2.993060408977128 2.80694155512883 3.2368957047106544 2.935343967091899 0.0103795 -0.018584931269288063 0.042685430496931076 443 90 90 60 2.6111877661915295 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 42.16459420775203 29.49809455871582 85.97943878173828 20.44243812561035 334723.0 0.06772009283304214 419.5101623535156 179.73263549804688 0.863339186975419 510.07373046875 1601.7496337890625 1533.212158203125 84700.0 738.5945922851563 2696.6340576171883 587.1669311523438 39.06050109863281 -sub-20059_ses-V1_task-rest_run-02_bold 0.0016313995485327313 0.0073849830248306995 7 26.750634685429826 1.0263090628959282 1.0071195426470592 0.45635922150485936 5329.2353515625 0.153541290218625 33 7.44920993227991 2.9849201335369546 2.8060873884961053 3.2234665385776147 2.925206473537144 0.00898747 -0.020483670756220818 0.046370282769203186 443 90 90 60 2.5966822968831047 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 36.20079219111969 30.15070915222168 88.47282409667969 20.74492073059082 334718.0 0.027088036760687828 430.44323425292896 183.4024658203125 0.8574117550066238 513.83544921875 1597.5244140625 1528.8612060546875 84630.0 733.6035125732421 2693.0897094726565 588.7713623046875 40.330230712890625 sub-20059_ses-V3_task-cuff_run-01_bold 0.0015908163265306121 0.00529537581632653 8 26.895182722256422 1.0394189216410248 1.003033584871795 0.447643289844151 5887.0869140625 0.12904683670225908 0 0.0 2.9461659639746642 2.7732623898004536 3.1177040427802387 2.9475314593433004 0.00543924 -0.016965942457318306 0.044215429574251175 196 90 90 60 2.6120589907643574 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 37.679938171326704 26.974281311035156 74.76577758789062 18.647958755493164 334942.0 0.020408162847161293 362.7183700561526 159.67556762695312 1.0603931532567064 479.56890869140625 1523.31982421875 1452.665771484375 84086.0 715.1709136962891 2543.0382080078125 556.1348876953125 48.046024322509766 sub-20059_ses-V3_task-rest_run-01_bold 0.0010715646258503402 0.003809307709750567 9 26.67130451636363 1.04741241559091 1.003263680431818 0.44684691573210733 5899.583984375 0.11711736865547688 8 1.8140589569160999 2.9647034638076057 2.7944790556240457 3.1549665412995602 2.94466479449921 0.00807793 -0.019574956968426704 0.04325585439801216 441 90 90 60 2.5720746900647824 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 46.321653285403755 27.46680450439453 77.11124420166016 18.954648971557617 335480.0 0.027210883796215057 377.7784515380858 167.79505920410156 1.0016834116965025 495.3153076171875 1549.9158935546875 1477.420654296875 83930.0 712.0860443115234 2607.787866210938 574.4047241210938 47.230106353759766 sub-20059_ses-V3_task-rest_run-02_bold 0.0003508371040723982 0.0027734076470588235 8 27.103343526757385 1.0444615420634917 0.9995024754875268 0.4482137446881791 5789.4375 0.1477910452702812 29 6.5610859728506785 2.949468742834817 2.782824889420474 3.1241582091904396 2.9414231298935385 0.0117622 -0.017633313313126564 0.044514000415802 442 90 90 60 2.5827048292414143 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 45.36228570794251 27.483489990234375 77.67806243896484 18.894798278808594 335256.0 0.004524887073785067 382.34786224365234 169.9425811767578 1.067168511821401 486.541748046875 1529.15673828125 1457.594970703125 83996.0 712.5011749267578 2568.6653442382812 564.3642578125 51.186546325683594 @@ -1678,10 +2724,6 @@ sub-20062_ses-V3_task-cuff_run-01_bold 0.0028809029345372456 0.00538535604966139 sub-20062_ses-V3_task-cuff_run-02_bold 0.004953995485327314 0.0036218140632054176 7 30.16800244346155 1.0966443548416296 1.0414789593438911 0.504681392487995 2813.63037109375 0.1697409714346024 8 1.8058690744920993 2.9571215676552534 2.7582957237285086 3.4099498645007666 2.7031191147364844 0.0108566 0.008389929309487343 0.065341055393219 443 90 90 60 2.3717155406909285 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 18 18.071052503580916 42.24245071411133 153.3348388671875 28.948081970214844 321961.0 0.006772009190171957 757.8306884765625 308.8779296875 1.4394576410589073 595.9492797851562 1672.572021484375 1568.6094970703125 94331.0 770.3115234375 2877.8623046875 661.3782958984375 47.57777404785156 sub-20062_ses-V3_task-rest_run-01_bold 0.0033807882882882882 0.004607854932432432 6 29.402335771670447 1.0504083440857785 1.0438481009255083 0.5028716847395626 3018.5947265625 0.1938452811536786 39 8.783783783783784 2.9772965594319696 2.7693582232889247 3.422058197352958 2.7404732576540263 0.0175329 0.007101492024958134 0.06497181206941605 444 90 90 60 2.38375073461107 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 18.831728583398803 41.13219451904297 150.3824920654297 28.328828811645508 322188.0 0.03378378599882126 742.3870727539056 304.8043518066406 1.4585543956287808 591.6451416015625 1676.365478515625 1570.3424072265625 94075.0 783.7279479980468 2880.7931396484387 658.7660522460938 42.86933135986328 sub-20062_ses-V3_task-rest_run-02_bold 0.0032489887640449445 0.003802132382022472 5 29.32211411527027 1.0646756290990997 1.0305218524324316 0.5063251176417424 2952.0546875 0.16557538601983052 44 9.887640449438202 2.9675396190086283 2.762533223560126 3.4178998641848612 2.722185769280898 0.0169424 0.007599724922329187 0.06553249061107635 445 90 90 60 2.3704132896875465 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 17.69101881087146 41.772735595703125 155.8799285888672 28.57752799987793 321963.0 0.01123595517128706 767.5244812011706 310.66253662109375 1.470050933079765 594.1369018554688 1668.4486083984375 1565.9708251953125 94347.0 767.7227172851562 2870.9297851562487 660.6284790039062 46.2954216003418 -sub-20064_ses-V1_task-cuff_run-01_bold 0.00047493303571428567 0.0402427328125 2 58.55176790814317 1.1006497653691278 1.0024432119239375 0.5396841422579913 2556.439697265625 0.17567773461198527 0 0.0 2.3645847054346345 2.129374915386243 2.633845728673707 2.3305334722439532 0.0049939 -0.007947538048028946 0.045569173991680145 448 90 90 60 5.133681413712851 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 27.28521306985505 8.710288047790527 22.71330451965332 8.580357551574707 293073.0 1.7723214626312256 86.3991088867186 38.533042907714844 3.0828004126378863 63.0469970703125 451.1632080078125 453.185302734375 119802.0 303.77245025634767 587.888314819336 88.27649688720703 24.524127960205078 -sub-20064_ses-V1_task-cuff_run-02_bold 0.00027883928571428574 0.03836341116071429 2 58.05322179431767 1.0907992934675617 0.9953272367337815 0.5377594823355407 2719.15478515625 0.19132089171598599 0 0.0 2.3700041505001264 2.1221832490053476 2.6320373954122305 2.3557918070828006 0.00434197 -0.006238454487174749 0.04644644632935524 448 90 90 60 5.17175276922628 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 28.02413641022215 8.23373794555664 22.41813850402832 8.334821701049805 293731.0 1.8883929252624512 85.54352951049805 38.452083587646484 3.0980520521883905 62.229591369628906 451.569580078125 453.747802734375 119394.0 303.99163513183595 587.240542602539 87.73542022705078 25.408035278320312 -sub-20064_ses-V1_task-rest_run-01_bold 0.0006525 0.040784490401785715 2 59.882143904004415 1.1099165989038036 1.0053983989038038 0.5386066729042234 2620.017333984375 0.20646049636872918 100 22.321428571428573 2.3701624835593615 2.1293915820522478 2.633391562025088 2.347704306600748 0.00556369 -0.00819934718310833 0.04745125398039818 448 90 90 60 5.1434720854906715 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 28.387608954599077 8.419062614440918 22.49188995361328 8.46875 293247.0 1.9017858505249023 85.29620666503908 38.71488571166992 3.100856333517851 63.43915939331055 453.0112609863281 454.7276916503906 119688.0 305.86909637451174 587.7893005371093 88.40833282470703 24.24951171875 -sub-20064_ses-V1_task-rest_run-02_bold 0.00037234375 0.039497195312500004 2 57.661792524630876 1.0868046351901577 0.9976408069351229 0.5375337502860495 2700.306640625 0.1779672789715887 59 13.169642857142858 2.3646347061632187 2.116379082569318 2.6249290623613573 2.3525959735589805 0.00466549 -0.006013696547597647 0.046634361147880554 448 90 90 60 5.139064502237466 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 28.021228253939263 8.303235054016113 22.368118286132812 8.328125 294362.0 1.8571429252624512 84.9417472839356 38.375892639160156 3.0253839305888306 62.62998962402344 448.96307373046875 450.7745666503906 118905.0 303.1625183105469 585.1156494140625 87.71492767333984 24.607746124267578 sub-20064_ses-V3_task-cuff_run-01_bold 0.00044375 0.009465661763392858 2 60.817554192102904 1.0639623699776286 0.9948463327516782 0.5400991254902076 518.47802734375 0.2522716009137651 0 0.0 3.0816638668006564 2.8540290532577415 3.360008199818603 3.0309543473256237 0.00329094 -0.02004764787852764 0.09656894952058792 448 90 90 60 1.9961480371512512 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 46.02333322595553 12.82715892791748 39.88829803466797 18.13616180419922 288662.0 7.455357551574707 143.5592681884768 68.27520751953125 5.922990141001984 158.25289916992188 489.1498718261719 441.8091735839844 123702.0 238.1481201171875 901.5235931396485 221.32997131347656 25.33595848083496 sub-20064_ses-V3_task-cuff_run-02_bold 0.0002528953229398664 0.008756247661469933 1 61.21505263006698 1.0652897078794639 0.9947367524107156 0.5420398862057617 495.69647216796875 0.2327294903131881 0 0.0 3.0616888667716537 2.8387457205317133 3.3402123672718855 3.0061085125113634 0.0042778 -0.020455380901694298 0.09836255759000778 449 90 90 60 1.991370044341951 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 46.2713005078879 13.006614685058594 40.477542877197266 18.42984390258789 288696.0 7.599109172821045 145.32962036132812 68.82505798339844 6.0750893301103535 156.8124237060547 483.9465026855469 437.109130859375 123807.0 234.23118286132814 891.8726196289061 219.50082397460938 25.767791748046875 sub-20064_ses-V3_task-rest_run-01_bold 0.0004757941834451901 0.009732097986577181 3 60.899886392354276 1.0715850774663676 0.9980103919058291 0.5386107917117615 531.936279296875 0.23875165327977466 135 30.201342281879196 3.0722791446760915 2.846487386890754 3.3477082003073613 3.0226418468301604 0.00381661 -0.019948232918977737 0.09523414075374603 447 90 90 60 1.9991710069493918 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 48.233876406245884 12.52749252319336 39.359596252441406 17.957494735717773 289089.0 7.456376075744629 141.15884094238254 68.08267974853516 5.985767712139255 159.2089385986328 490.62939453125 443.25616455078125 123350.0 239.3363494873047 903.1145538330077 221.71908569335938 25.246288299560547 @@ -1700,14 +2742,11 @@ sub-20068_ses-V1_task-cuff_run-01_bold 0.001875121951219512 0.003830756432926828 sub-20068_ses-V1_task-cuff_run-02_bold 0.0029019772727272727 0.005634976227272727 10 25.116070971138928 1.0210380118223235 1.0145058955353068 0.5013977935330034 6668.4443359375 0.10704743404133332 3 0.6818181818181818 2.875161829077419 2.662341560874718 3.1613123743807328 2.801831551976807 0.016171 0.008027360774576664 0.03221985697746277 440 90 90 60 2.573350507531627 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 22.4408285348754 28.600744247436523 93.81657409667969 19.98409080505371 301511.0 0.029545454308390617 509.32383728027344 209.48350524902344 0.9359273794707996 551.329345703125 1738.7252197265625 1646.095458984375 112829.0 835.0376831054688 2944.3817871093743 639.6672973632812 42.285682678222656 sub-20068_ses-V1_task-rest_run-01_bold 0.002755869074492099 0.0039882891196388265 7 26.228689685701358 1.0778241643891409 1.0247421842081448 0.49988934713592975 6579.52392578125 0.12122052300888385 8 1.8058690744920993 2.867029890206281 2.6643623941277506 3.161320707713735 2.775406568777359 0.0183036 0.007786338683217764 0.03156600147485733 443 90 90 60 2.5618946693529225 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 23.683297830902895 29.11322021484375 93.63597106933594 20.133182525634766 301861.0 0.006772009190171957 505.5395202636719 212.64608764648438 0.9279200626624458 564.501708984375 1759.9591064453125 1665.965087890625 112706.0 843.6343231201172 2988.149658203125 650.283447265625 48.49776840209961 sub-20068_ses-V1_task-rest_run-02_bold 0.0013227045454545455 0.0045706815 10 26.438585533462422 1.0389718951025055 0.982774417562642 0.5002978044652934 6445.9609375 0.12046918661596445 9 2.0454545454545454 2.852275725466168 2.649016561404206 3.1391498752613916 2.768660739732908 0.00935477 0.006519096437841654 0.03305363655090332 440 90 90 60 2.581119860218918 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 21.373587350470334 28.96465301513672 92.32689666748047 20.07499885559082 301631.0 0.006818181835114956 500.64317321777344 206.11343383789062 0.9037218933074254 554.486572265625 1747.7877197265625 1653.5772705078125 112563.0 843.0167785644531 2955.7717285156245 640.6405029296875 49.54431915283203 -sub-20068_ses-V3_task-cuff_run-01_bold 0.0015913242009132419 0.005324357922374429 12 24.534219410068637 0.9442742141189924 0.955106397665903 0.49682912662612183 8459.1669921875 0.11821116458165706 2 0.45662100456621 2.9435784846766677 2.735824891288086 3.251058204147887 2.8438523585940305 0.0212944 0.002310799667611718 0.03369477391242981 438 90 90 60 2.462864525956046 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 20.847106910414144 27.438297271728516 93.72567749023438 18.995433807373047 300042.0 0.013698630034923553 519.8194122314453 209.5394744873047 1.0572026894542068 627.90234375 1888.0137939453125 1779.5147705078125 113870.0 882.1446166992188 3249.9830078124996 722.5354614257812 40.827754974365234 -sub-20068_ses-V3_task-cuff_run-02_bold 0.0018363122171945702 0.00372809185520362 8 24.58438751746031 1.0788535278004523 1.035298524195012 0.4968489182987076 8646.697265625 0.11110542630544366 0 0.0 2.914771548498003 2.7180332253283965 3.218270705450745 2.8080107147148676 0.022147 0.0016097703482955694 0.034363292157649994 442 90 90 60 2.473039371128462 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 21.141420959483565 27.23694610595703 94.10297393798828 18.708145141601562 300078.0 0.0022624435368925333 525.4599761962874 211.42520141601562 1.0419919156619475 625.88623046875 1884.798583984375 1775.969482421875 113554.0 892.2052337646485 3244.0017822265627 718.129150390625 49.83830261230469 -sub-20068_ses-V3_task-rest_run-01_bold 0.000798510158013544 0.003029928329571106 7 24.783355182217154 1.0636098886651595 0.9984602906561089 0.4951988277151286 8278.6337890625 0.11639508185525801 4 0.9029345372460497 2.920867384271317 2.7315582247909616 3.236533204725059 2.7945107232979307 0.0246108 0.001226397231221199 0.0330883227288723 443 90 90 60 2.449388954858497 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 20.988527177896774 28.273189544677734 94.21598815917969 19.352144241333008 300593.0 0.0 524.618530273437 211.4161834716797 1.0499438118722813 646.7308349609375 1918.5447998046875 1808.1038818359375 113274.0 896.6451782226563 3302.6936767578118 738.1824340820312 53.90009307861328 -sub-20068_ses-V3_task-rest_run-02_bold 0.0016366216216216216 0.003632162905405405 6 25.192937954176074 1.040039340699774 0.9923226907223488 0.49703629729618803 8225.2099609375 0.1309703051701983 12 2.7027027027027026 2.912421550346408 2.716779058711566 3.221308205330046 2.7991773869976124 0.0147311 0.0023880349472165108 0.03279237821698189 444 90 90 60 2.4511788583045284 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 20.85441821394271 28.005823135375977 96.23902130126953 19.256757736206055 300486.0 0.009009009227156639 537.4628753662109 217.4060516357422 1.0498702882247564 637.3853759765625 1895.451416015625 1784.736572265625 113360.0 891.1703063964844 3270.2339111328115 728.1103515625 50.31172180175781 sub-20071_ses-V1_task-rest_run-01_bold 0.0009889910313901347 0.010639466569506727 4 49.56825456092132 1.0939731495056166 0.9850082750112348 0.46252609271854117 7109.0947265625 0.33421973976616776 235 52.690582959641254 2.2869242764094686 2.257612410290543 2.31959574116088 2.283564677776983 0.00235511 0.0029934742487967014 0.021442145109176636 446 90 90 60 2.5484114949309635 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 308.025626267939 16.35516357421875 34.0105094909668 11.493273735046387 311477.0 0.026905830949544907 132.15158081054696 84.48722076416016 3.451175599453223 282.103271484375 1051.51171875 978.338623046875 103857.0 551.6865844726562 1775.1503417968743 383.8995056152344 30.900217056274414 -sub-20071_ses-V3_task-rest_run-01_bold 0.0011212272727272727 0.012277874318181819 10 53.81997272259681 1.1000700294988608 1.0080266813895218 0.4626465009752721 7658.58837890625 0.3914790359129639 282 64.0909090909091 2.3421188889578386 2.3168832412686653 2.382041572012839 2.327431853592012 0.00320418 -0.003000777680426836 0.018649153411388397 440 90 90 60 2.4897205004305185 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 228.97605160179498 16.50237464904785 33.65378952026367 11.662500381469727 309878.0 0.04318181797862053 127.42761001586906 78.471435546875 3.506315513032491 304.12725830078125 1098.8726806640625 1023.877197265625 105188.0 565.5815734863281 1870.8157958984375 411.2398681640625 29.180801391601562 sub-20072_ses-V1_task-cuff_run-01_bold 0.0032267792792792793 0.009761783716216214 6 29.83375181207674 1.0531910228668169 1.050441554063205 0.4839645394454051 6570.5 0.2053199433886836 4 0.9009009009009009 2.8451923917172586 2.620270729213129 3.143137375102942 2.7721690708357043 0.0273455 -0.013068277388811111 0.03597518056631088 444 90 90 60 2.817572751435333 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 24.220524931463558 27.2177734375 79.99750518798828 18.695945739746094 315490.0 0.009009009227156639 396.73549499511716 167.200927734375 1.0372744926079216 480.6103515625 1585.5147705078125 1530.700439453125 100571.0 787.30517578125 2563.1553955078125 543.2664794921875 36.52216339111328 sub-20072_ses-V1_task-cuff_run-02_bold 0.0022723423423423425 0.008433042297297298 6 29.42227727390521 1.054496178374718 1.0197484214446948 0.484353151611176 6409.4326171875 0.18976193054739257 6 1.3513513513513513 2.8535465561603424 2.633808228675197 3.1451415416899704 2.7816898981158587 0.0176634 -0.013777907006442547 0.03517727181315422 444 90 90 60 2.818465518805633 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 21.340782448166237 27.32796859741211 79.22921752929688 18.797298431396484 314977.0 0.011261261999607086 395.395965576172 163.11610412597656 0.9945965387576194 483.6839599609375 1592.2049560546875 1534.5428466796875 101152.0 795.5909057617188 2578.1937988281247 544.4577026367188 39.846527099609375 +sub-20072_ses-V1_task-rest_run-01_bold 0.002687910112359551 0.0062258982247191015 5 28.990706039999996 1.0579071775225226 1.0187457994369364 0.48504650204376 6414.267578125 0.18853968534428203 67 15.0561797752809 2.8233923997286148 2.6143790627805767 3.119591542705236 2.7362065937000315 0.0252382 -0.013629908673465252 0.032452698796987534 445 90 90 60 2.816747224448364 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 21.33848805552137 27.45479393005371 81.66000366210938 18.998876571655273 315596.0 0.02921348437666893 408.64493560791016 169.39637756347656 1.049052796138394 483.2850646972656 1596.4517822265625 1543.3214111328125 100761.0 788.1258544921875 2581.08544921875 547.9063720703125 40.50025177001953 +sub-20072_ses-V1_task-rest_run-02_bold 0.003276674157303371 0.005927279101123596 5 28.066232771418893 1.0572005835360347 1.046651498085586 0.4854049987725964 6924.56640625 0.16143358478408684 59 13.258426966292134 2.8533007216513084 2.6371123952105684 3.1351332087543327 2.7876565609890234 0.0199053 -0.013528384268283844 0.033764176070690155 445 90 90 60 2.8199713771521813 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 20.687213717815112 26.53358268737793 80.5637435913086 18.42247200012207 314776.0 0.040449440479278564 405.13314056396484 165.24761962890625 1.0299414692911446 486.7034606933594 1605.0103759765625 1545.5068359375 101470.0 809.3200134277345 2598.1300659179688 548.054931640625 43.03485107421875 sub-20075_ses-V1_task-cuff_run-01_bold 0.006441038374717834 0.017333535237020317 7 42.757944663778304 1.1158095413348401 1.0324020230542985 0.4412637383866832 7558.25830078125 0.2538886895433161 9 2.0316027088036117 2.6764021324240033 2.7642332234925737 2.698404059441723 2.5665691143377125 0.00853617 -0.013669039122760296 0.028048517182469368 443 90 90 60 2.4329608335196666 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 15 103.3113101742938 16.616525650024414 41.31526565551758 11.530474662780762 327946.0 0.07449210435152054 158.51185607910156 102.51863098144531 6.622353946611776 288.720947265625 1089.946044921875 1011.7437744140625 89000.0 591.3485595703125 1847.8230651855476 415.846435546875 25.276229858398438 sub-20075_ses-V1_task-cuff_run-02_bold 0.004090767494356659 0.010613083340857787 7 37.998917372443394 1.106514190384615 1.0651855651357465 0.4405224332663341 8110.33154296875 0.1833450167780494 7 1.580135440180587 2.6533562917542133 2.733483224714469 2.684937393310174 2.5416482572379975 0.00543615 -0.01271254662424326 0.025724982842803 443 90 90 60 2.404977574008193 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 79.64276632396923 16.111167907714844 41.04273986816406 11.047404289245605 327769.0 0.020316027104854584 160.9977478027336 99.74129486083984 6.717403332410566 290.369140625 1087.7132568359375 1009.6997680664062 89167.0 584.9081481933594 1850.7860961914062 419.83514404296875 32.10404968261719 sub-20075_ses-V1_task-rest_run-01_bold 0.001604774774774775 0.014641921193693692 6 44.805644941489845 1.0793561508352147 1.023033728419865 0.4409276276442714 7690.51025390625 0.2927000746190589 160 36.03603603603604 2.6696826856057463 2.7662165567470964 2.6842373933379893 2.5585941067321523 0.00490826 -0.01268702931702137 0.02745148353278637 444 90 90 60 2.45120479310909 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 31 106.51901069131779 16.422157287597656 40.641334533691406 11.45945930480957 327583.0 0.0833333358168602 156.02454681396398 101.0958480834961 6.51830493101037 287.78173828125 1087.328369140625 1011.590087890625 89249.0 584.0828735351563 1836.836083984374 412.68865966796875 27.251407623291016 @@ -1716,7 +2755,10 @@ sub-20076_ses-V1_task-cuff_run-01_bold 0.003788707482993197 0.010831212358276643 sub-20076_ses-V1_task-cuff_run-02_bold 0.003007681818181818 0.011444307999999999 10 59.34014040567195 1.1350815663553533 1.0085963333940773 0.48924752525961007 2589.657958984375 0.43947399637222306 28 6.363636363636363 2.456648009864392 2.3742290723232795 2.460870735547116 2.53484422172278 0.00590458 0.007177924271672964 0.019701264798641205 440 90 90 60 2.253107517443388 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 44.13079019909688 27.967269897460938 56.878963470458984 20.204544067382812 305580.0 0.07045454531908035 223.21430511474594 116.75936126708984 3.6501339790449956 342.7895202636719 1120.3857421875 1037.4215087890625 109554.0 539.2657958984375 1992.3511596679687 460.4382019042969 27.4630126953125 sub-20076_ses-V1_task-rest_run-01_bold 0.00222625 0.01131584531818182 10 59.67587521414579 1.1264416643280182 0.9836850445102505 0.4878404978117865 2666.833984375 0.48074714278267877 263 59.77272727272727 2.4656091195928966 2.383799905276302 2.4730165683978176 2.54001088510457 0.0113121 0.0071030366234481335 0.02009965106844902 440 90 90 60 2.2487969677169146 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 46.14547523307206 27.40792465209961 55.6754150390625 19.875 305401.0 0.07499999552965164 217.7022705078125 114.7511978149414 3.6896160062212378 343.7716979980469 1123.2481689453125 1039.193115234375 109659.0 540.1138610839844 1995.5224365234371 462.10858154296875 27.505084991455078 sub-20076_ses-V1_task-rest_run-02_bold 0.0024541216216216214 0.013289351801801802 6 60.111307140022554 1.1292552418284418 1.0108084683295708 0.4899234376239159 2534.206298828125 0.451374793461401 263 59.234234234234236 2.4637507856703054 2.3827915719830366 2.465112402045234 2.5433483829826464 0.00574943 0.008806352503597736 0.019438790157437325 444 90 90 60 2.255877282154858 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 42.493095265626145 28.366458892822266 57.51510238647461 20.481983184814453 305462.0 0.06981982290744781 225.36362991333036 117.68173217773438 3.5982198379064236 342.9351806640625 1119.0452880859375 1036.802978515625 109688.0 535.4499145507813 1987.8480346679682 459.59869384765625 27.584823608398438 -sub-20076_ses-V3_task-rest_run-01_bold 0.0017880269058295963 0.010409799820627803 4 52.45313848869664 1.0945356195056177 1.019417343123595 0.4889963314907924 3385.602294921875 0.4104891611874298 275 61.65919282511211 2.5093090907876285 2.376020738918752 2.5633540648081277 2.588552468636006 0.00444617 0.014369138516485691 0.01739005744457245 446 90 90 60 2.2815268618041817 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 54.663637397703226 22.807477951049805 51.49690246582031 16.43049430847168 302908.0 0.04932735860347748 200.40494079589814 118.47826385498047 3.92964976722435 319.06036376953125 1035.889892578125 960.4754028320312 110996.0 498.81056213378906 1813.9160461425781 420.9773254394531 28.761131286621094 +sub-20077_ses-V1_task-cuff_run-01_bold 0.0005360544217687075 0.006767566235827664 9 27.83944944031821 1.0513348797727273 0.9810069050909093 0.4240787628080216 18616.00390625 0.12609027550256133 0 0.0 2.3615812308209807 2.3536457398078543 2.408474904295806 2.3226230483592816 0.00426902 -0.008645775727927685 0.020372239872813225 441 90 90 60 2.9991754210773407 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 133.35538139391826 11.682636260986328 29.001317977905273 7.943310737609863 332976.0 0.0 116.22109031677246 75.59366607666016 5.167874854825602 257.3744201660156 1110.7347412109375 1063.927490234375 86316.0 627.5396728515625 1726.8742065429688 354.7379455566406 46.227699279785156 +sub-20077_ses-V1_task-cuff_run-02_bold 0.0006350793650793652 0.006562596666666666 9 27.787091476454535 1.0471345600227273 0.989186795068181 0.4239120313392387 18873.986328125 0.12238913158917916 0 0.0 2.363603451061567 2.365070739353866 2.4088582376139067 2.316881376216929 0.00687317 -0.009175378829240799 0.021030088886618614 441 90 90 60 2.9662207813889676 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 141.2230538432643 11.64565658569336 29.24892234802246 7.922902584075928 333012.0 0.0 117.93979721069338 76.0244369506836 5.796829817741285 257.93243408203125 1115.775634765625 1068.032958984375 86300.0 630.0634033203125 1736.7277465820314 360.0631408691406 45.79069900512695 +sub-20077_ses-V1_task-rest_run-01_bold 0.0007497072072072072 0.008202259797297298 6 28.213875953566607 1.036160962302484 0.9749237755530469 0.4243211573061897 18940.580078125 0.1353353093525206 1 0.22522522522522523 2.3692145683599777 2.3598832395599985 2.4115207375081087 2.3362397280118254 0.00558582 -0.008551277220249176 0.020986169576644897 444 90 90 60 3.0041832857687045 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 7 130.56405261494746 11.503524780273438 29.007869720458984 7.882883071899414 332781.0 0.0022522523067891598 116.00675964355469 74.99166870117188 5.0945589367922235 259.0797119140625 1115.947998046875 1069.387451171875 86228.0 633.9724365234375 1733.826281738281 355.96405029296875 41.93317794799805 +sub-20077_ses-V1_task-rest_run-02_bold 0.000831123595505618 0.005718154561797753 5 28.263494826644155 1.073125155292792 1.010875302567568 0.4246451255900151 19610.783203125 0.1268588067801231 0 0.0 2.3556631702824165 2.353924906463428 2.406199904386206 2.3068646999976155 0.0129455 -0.009305608458817005 0.021010639145970345 445 90 90 60 2.962806155901828 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 131.82960578403603 11.397712707519531 29.605161666870117 7.766292095184326 332903.0 0.0 120.70988845825188 76.25733947753906 5.46254274566852 259.8984375 1115.088134765625 1067.0224609375 86342.0 629.1693054199219 1737.448400878906 360.1370544433594 47.57281494140625 sub-20077_ses-V3_task-cuff_run-01_bold 0.000804409090909091 0.00569807340909091 10 26.453413209384983 1.042740135170843 0.9852789952391796 0.4212254722587484 18779.6640625 0.09754629394682769 0 0.0 2.355691116682338 2.3667540726203096 2.4032957378349407 2.297023539591764 0.00425112 -0.011030720546841621 0.020201867446303368 440 90 90 60 2.9005068048345106 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 168.2935078881357 11.874295234680176 28.40821075439453 8.09999942779541 333250.0 0.0 111.24897689819333 74.31169128417969 5.548184428319921 274.065673828125 1142.9735107421875 1093.2545166015625 86215.0 635.543145751953 1799.8812744140628 376.916259765625 47.51433563232422 sub-20077_ses-V3_task-cuff_run-02_bold 0.0006005 0.005479719954545455 10 26.328772807744876 1.0432880246924838 1.004904720091116 0.4208620008662621 19156.376953125 0.10050799489113396 0 0.0 2.354967504859062 2.366479072631237 2.397670738058458 2.300752703887492 0.00327034 -0.011239901185035706 0.020750468596816063 440 90 90 60 2.879416293978218 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 165.9458247824818 11.83049201965332 28.697742462158203 8.034090995788574 333593.0 0.0 112.74863586425774 74.98563385009766 6.036941181702833 273.9140319824219 1145.2044677734375 1093.9931640625 86015.0 638.9563720703125 1807.3820068359378 379.93353271484375 48.981353759765625 sub-20077_ses-V3_task-rest_run-01_bold 0.0011468409090909092 0.007028254886363636 10 27.52813259719817 1.0555183776765373 1.0048580954214121 0.42133309616480913 19774.794921875 0.1183648579466692 1 0.22727272727272727 2.3691175011460266 2.375379072277583 2.4153624040221215 2.316611027138375 0.00541576 -0.011205730028450489 0.021243762224912643 440 90 90 60 2.9104484182882944 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 160.51255991035245 11.668753623962402 28.308483123779297 7.945454120635986 333257.0 0.0 110.34772491455078 73.18031311035156 5.295544157480867 272.64044189453125 1136.64306640625 1087.0113525390625 86297.0 631.3058959960938 1788.4299072265624 373.48370361328125 43.00725555419922 @@ -1730,7 +2772,6 @@ sub-20078_ses-V3_task-cuff_run-02_bold 0.0022603393665158373 0.00740020529411764 sub-20078_ses-V3_task-rest_run-01_bold 0.0006506546275395034 0.006933554672686229 7 34.63856584443439 1.0539099615610856 1.002445425045249 0.506336297262203 1945.5400390625 0.20647263009905997 113 25.507900677200904 3.1171673079390065 2.8142457215052556 3.3978123649830674 3.1394438373286966 0.00906544 0.02100040391087532 0.041308239102363586 443 90 90 60 1.9961130366287574 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 25.54758407839223 47.19226837158203 131.3018341064453 33.521446228027344 303746.0 0.08577878028154373 623.6856689453125 267.04608154296875 2.0139618616641046 611.61865234375 1674.58251953125 1516.7471923828125 110843.0 717.9771911621094 3146.7486083984368 759.846923828125 38.13429260253906 sub-20078_ses-V3_task-rest_run-02_bold 0.0012165011286681716 0.0063103473814898415 7 36.45484776733032 1.078519889117648 0.9982810400452486 0.511471433933092 1822.4901123046875 0.2627296470962911 172 38.82618510158014 3.073215929633799 2.787529055900214 3.337154034060079 3.0949646989411046 0.0247808 0.025311775505542755 0.044975001364946365 443 90 90 60 2.015149887303429 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 24.49901561094074 47.597225189208984 138.30184936523438 33.90519332885742 303230.0 0.09255079180002213 671.085025024414 282.1816101074219 2.0766098699010245 588.7737426757812 1641.0953369140625 1488.9638671875 110939.0 704.6198913574219 3067.112915039062 738.881591796875 37.114967346191406 sub-20081_ses-V1_task-rest_run-01_bold 0.000729255079006772 0.012659590677200903 7 47.820550581968334 1.1136250806334835 0.9641915614932132 0.4711368075685033 3881.4716796875 0.5673645596772813 353 79.68397291196388 2.950956254005382 2.710683225620459 3.2572832039005277 2.88490233249516 0.00589817 -0.010377803817391396 0.03724681958556175 443 90 90 60 3.274409157520082 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 71.38396988138186 33.912437438964844 76.71408081054688 23.792325973510742 327293.0 0.14672686159610748 320.76254882812486 153.0640106201172 0.8395249590820986 397.67718505859375 1510.7119140625 1477.267578125 91034.0 820.2628784179688 2290.699438476562 451.1529846191406 31.325794219970703 -sub-20081_ses-V3_task-rest_run-01_bold 0.001311801801801802 0.015170856801801802 6 70.83751933345374 1.1537591876297961 0.9743311986004511 0.46509628211332815 4408.4921875 0.9747745284664955 388 87.38738738738739 3.0064465298273553 2.7921790557154393 3.3435123671407556 2.8836481666258704 0.0269679 -0.01530835498124361 0.036698728799819946 444 90 90 60 3.10469397150378 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 79.71417400815946 34.01637268066406 80.47818756103516 23.88964080810547 328348.0 0.14639639854431152 346.64032592773424 162.70059204101562 0.8244081922315876 462.79901123046875 1631.210205078125 1588.479736328125 89766.0 873.6188354492188 2537.6836547851562 511.63525390625 27.880521774291992 sub-20084_ses-V1_task-cuff_run-01_bold 0.0019308126410835216 0.008169624130925507 7 33.055693030882374 1.053411391945701 1.0102739039592754 0.4849858967328421 6624.0546875 0.14033950569937936 1 0.22573363431151242 2.5357208937435467 2.5877540638385588 2.5858123972490468 2.4335962201430354 0.0125047 0.0328926257789135 0.019329121336340904 443 90 90 60 2.2445428201496167 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 2 77.429569288718 19.92978858947754 58.51915740966797 13.810383796691895 301276.0 0.009029345586895943 264.02879333496094 150.79026794433594 4.651848025475462 410.8615417480469 1252.1812744140625 1152.3905029296875 111335.0 638.6038513183594 2187.9185546874996 513.41650390625 33.73381042480469 sub-20084_ses-V1_task-cuff_run-02_bold 0.003394580498866213 0.010044520430839003 9 31.36899202511363 1.0420932221363641 1.0773782074318177 0.48630006379253377 6632.900390625 0.1317369660379118 0 0.0 2.566740338414324 2.6073082297282126 2.6372873952036144 2.4556253903111442 0.00774323 0.032308485358953476 0.02028033696115017 441 90 90 60 2.2498416959288137 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 7 77.23200342829664 20.23197364807129 59.23599624633789 14.02721118927002 300789.0 0.011337868869304657 267.1337890625 151.43386840820312 4.676461042089085 413.7502746582031 1254.331787109375 1155.413818359375 111718.0 637.4962432861329 2184.8559448242186 513.5510864257812 30.256710052490234 sub-20084_ses-V1_task-rest_run-01_bold 0.0017169230769230768 0.012011695837104071 8 32.861891121564625 0.9956698612698417 0.9559674453968257 0.4857181886185137 6250.341796875 0.14304240573359783 33 7.46606334841629 2.5829417293805452 2.624241562388676 2.6278707289111325 2.4967128968418275 0.0280665 0.032943032681941986 0.01979568786919117 442 90 90 60 2.2525523641942784 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 6 77.68120599435262 20.568592071533203 59.611724853515625 14.441177368164062 301121.0 0.05656109005212784 267.92535400390625 152.5103302001953 4.509488067013741 419.9286193847656 1265.3858642578125 1166.4683837890625 111471.0 640.4378356933594 2204.075927734375 517.8406372070312 26.804901123046875 @@ -1739,10 +2780,6 @@ sub-20084_ses-V3_task-cuff_run-01_bold 0.0008733560090702948 0.01591338768707483 sub-20084_ses-V3_task-cuff_run-02_bold 0.0007673814898419864 0.012893693476297968 7 34.14268966601813 0.9821352038687784 0.938374502466064 0.4919495164956165 5926.03271484375 0.16278098109139172 0 0.0 2.5290639504960524 2.549879065343576 2.5896373970970554 2.4476753890475256 0.0116257 0.030828425660729408 0.021236833184957504 443 90 90 60 2.372870838955634 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 1 85.36036483539567 19.728984832763672 53.900489807128906 13.632054328918457 298868.0 0.015801355242729187 233.14063644409163 136.029296875 4.109822844607775 365.8998718261719 1150.8232421875 1073.5654296875 113206.0 578.2855529785156 1968.4125366210938 452.43115234375 26.281015396118164 sub-20084_ses-V3_task-rest_run-01_bold 0.0017131828442437924 0.012282643927765236 7 34.881410029094994 1.0277261979864245 1.0011091324660617 0.49236401830876986 6126.84521484375 0.1814269743897611 62 13.99548532731377 2.53535978411317 2.552808231893848 2.5975332301166363 2.4557378903290257 0.0173941 0.032662857323884964 0.019504951313138008 443 90 90 60 2.3832983955022096 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 3 80.02628208574295 19.591768264770508 54.38682556152344 13.57787799835205 298657.0 0.022573363035917282 234.3250579833987 138.6071014404297 3.8572457759104974 367.7557678222656 1155.0198974609375 1078.47412109375 113313.0 577.85869140625 1972.0370605468745 452.5112609863281 26.80245590209961 sub-20084_ses-V3_task-rest_run-02_bold 0.0027372686230248307 0.010578499638826185 7 33.11973901880092 1.0416525120814473 1.0192048336425348 0.4914825934956145 5985.056640625 0.13831706443826267 39 8.803611738148984 2.517988949303628 2.549074898708864 2.581866564072507 2.423025385129513 0.0111816 0.030341973528265953 0.020227165892720222 443 90 90 60 2.351787795315786 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 17 78.55088824273078 19.588422775268555 54.23886489868164 13.519187927246094 299267.0 0.011286681517958641 236.402035522461 134.52024841308594 4.467420154073615 366.45703125 1149.0030517578125 1069.9954833984375 112859.0 578.244061279297 1971.5641601562486 454.9690856933594 29.383808135986328 -sub-20088_ses-V1_task-cuff_run-01_bold 0.0005908558558558559 0.008903289662162162 6 41.606128873160245 1.0621222117607223 0.9876986605417609 0.5120004599922076 2657.79541015625 0.2079551225565216 0 0.0 2.5440756927676342 2.501729067256885 2.7331207247288734 2.3973772863171448 0.00964046 0.021616045385599136 0.020254867151379585 444 90 90 60 2.4824575147351515 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 46.67507937616877 24.419527053833008 60.232486724853516 17.265766143798828 296558.0 0.006756756920367479 259.0422286987285 135.6329345703125 6.10184703754568 264.2839050292969 975.56591796875 910.0247802734375 115283.0 523.9653381347656 1633.3977905273434 366.58062744140625 32.88387680053711 -sub-20088_ses-V1_task-cuff_run-02_bold 0.0007378054298642534 0.009883205384615385 8 41.48617493154197 1.0533214071882078 0.9892921043310657 0.512927566125331 2641.627197265625 0.2127151874241452 0 0.0 2.55918680978513 2.51347073345698 2.747062390841548 2.417027305056863 0.00528384 0.021747220307588577 0.01919625513255596 442 90 90 60 2.4793674368882797 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 45.95261386978576 24.55685806274414 60.58348083496094 17.352941513061523 296153.0 0.004524887073785067 259.6986450195311 136.1465301513672 6.036898339313419 264.6579895019531 974.7417602539062 909.9367065429688 115503.0 520.5565795898438 1633.8308349609374 367.0019836425781 32.424278259277344 -sub-20088_ses-V1_task-rest_run-01_bold 0.0009159234234234234 0.01083282731981982 6 43.415665430541736 1.0789083669751696 1.004513404085778 0.5110071854834395 2632.40673828125 0.2284779900185202 110 24.774774774774773 2.5375756906872646 2.4949165675275897 2.727495724952391 2.3903147795818134 0.019665 0.021594153717160225 0.021078817546367645 444 90 90 60 2.485506794744522 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 59.61675102673914 24.56645393371582 60.4613151550293 17.405405044555664 296969.0 0.0045045046135783195 257.263073730468 140.07412719726562 6.160638580463235 264.27392578125 979.5780029296875 913.1768798828125 114888.0 530.1442779541015 1641.4332458496092 367.3990783691406 31.689205169677734 -sub-20088_ses-V1_task-rest_run-02_bold 0.0005951351351351352 0.0076955508108108115 6 40.76595330532731 1.064056050338601 0.9917299941986464 0.5126588273062211 2668.540283203125 0.19667077944427752 70 15.765765765765765 2.5475493033695673 2.506174900413557 2.740216557780244 2.3962564519149003 0.00466823 0.021185465157032013 0.017804011702537537 444 90 90 60 2.4669364465226202 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 44.401505911899356 24.37611961364746 60.510494232177734 17.200450897216797 296345.0 0.0045045046135783195 262.0896362304687 134.7638702392578 6.2940492101371355 263.9098205566406 975.0531616210938 909.4662475585938 115343.0 522.2569946289062 1633.890100097655 368.6606140136719 34.71767807006836 sub-20088_ses-V3_task-cuff_run-01_bold 0.0015887584650112866 0.008220088261851015 7 40.653203170339374 1.0798729867873302 1.0093712917647057 0.5082782882709178 2582.37451171875 0.1846809324250954 1 0.22573363431151242 2.5382326530353048 2.479604068136054 2.690633226417175 2.4444606645526865 0.00553546 0.02054905705153942 0.013574369251728058 443 90 90 60 2.4910603484122444 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 47.774666549323804 24.551624298095703 61.17967987060547 17.93679428100586 300777.0 0.02483070082962513 265.5480957031254 137.23216247558594 5.586316003005107 276.16064453125 996.7747192382812 927.6490478515625 112784.0 538.7084625244141 1664.7386108398434 372.38958740234375 34.38674545288086 sub-20088_ses-V3_task-cuff_run-02_bold 0.002852252252252252 0.009774655855855853 6 41.459074722144486 1.1082973634311504 1.0325135372009036 0.509363620802713 2532.60595703125 0.1933586830619454 1 0.22522522522522523 2.5331909832631228 2.4748124016597903 2.6902832264310828 2.4344773216984956 0.0170683 0.021064013242721558 0.014430484734475613 444 90 90 60 2.5040336905918084 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 51.3663076097106 24.549760818481445 61.22865295410156 17.986486434936523 299873.0 0.04054054245352745 266.27523193359355 137.7376708984375 5.439670082816248 274.4349670410156 988.9561767578125 922.0946044921875 113381.0 531.3018188476562 1646.5518798828125 368.2420654296875 33.26862335205078 sub-20088_ses-V3_task-rest_run-01_bold 0.0008244018058690746 0.006749039909706546 7 40.6673528143665 1.0837757897058828 1.0033082836425342 0.5070493858763657 2760.344482421875 0.174048853988078 21 4.74040632054176 2.536554870177772 2.489808234397243 2.690937393071755 2.4289189830643174 0.00581879 0.02049586921930313 0.013266443274915218 443 90 90 60 2.4854184792171226 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 50.3862485400539 23.778532028198242 59.84348678588867 17.295711517333984 300062.0 0.027088036760687828 260.0800262451175 135.99087524414062 5.625727156126734 273.6957702636719 991.7692260742188 922.7607421875 113153.0 533.9494750976562 1658.3684326171874 371.26812744140625 36.47242736816406 @@ -1780,10 +2817,6 @@ sub-20099_ses-V1_task-cuff_run-01_bold 0.0017087865168539326 0.02203926337078651 sub-20099_ses-V1_task-cuff_run-02_bold 0.0020743918918918916 0.01871464144144144 6 46.16584224130924 1.0580488850338587 1.016550544582393 0.4497146755987709 7710.32421875 0.3959436303147635 24 5.405405405405405 2.4177590317757165 2.4101957375607594 2.443724902895097 2.3993564548712936 0.00940648 0.0015445048920810223 0.03487413004040718 444 90 90 60 3.4326240680035647 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 180.64999214550474 14.07470417022705 37.9888801574707 9.79054069519043 331208.0 0.045045047998428345 143.00292587280256 108.11183166503906 2.607425113562532 210.2423858642578 879.0614624023438 855.3468627929688 86543.0 523.3365173339844 1307.734765625 249.18019104003906 26.455476760864258 sub-20099_ses-V1_task-rest_run-01_bold 0.00190647191011236 0.01839389395505618 5 37.63499100144149 1.0344924661261259 1.046953523558558 0.45145543343919525 7535.4052734375 0.22908196027616876 99 22.247191011235955 2.425357641514209 2.416537403975431 2.4634124021127857 2.39612311845441 0.00636839 -0.0028191523160785437 0.026594843715429306 445 90 90 60 3.331442315877907 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 112.89925399678947 14.949295043945312 39.878623962402344 10.346067428588867 330831.0 0.03146067261695862 156.35169219970703 103.12602996826172 2.681025407939405 224.79083251953125 909.989501953125 887.455078125 86594.0 526.3405822753906 1363.276312255859 266.3861083984375 28.070526123046875 sub-20099_ses-V1_task-rest_run-02_bold 0.0018627516778523493 0.015676026890380314 3 44.97855591910317 1.0739993201569509 0.9975505541031385 0.4494155003966846 7663.7578125 0.3412098992200667 224 50.11185682326622 2.4044131906777118 2.405049904431903 2.433883236619503 2.374306430981729 0.0179793 0.0006099881720729172 0.033226922154426575 447 90 90 60 3.3577472287108967 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 186.34052796164318 14.202467918395996 38.5311279296875 9.760626792907715 330825.0 0.008948545902967453 147.9534698486327 109.6948471069336 2.8925155306811057 216.4416961669922 883.8303833007812 861.2080078125 86658.0 517.1115417480469 1320.442309570312 256.4823913574219 28.89785385131836 -sub-20099_ses-V3_task-cuff_run-01_bold 0.0017087865168539326 0.022039263370786516 5 45.94414134085582 1.0119977854504503 1.0000367248873883 0.44967937153415855 7459.75048828125 0.42010469470443057 30 6.741573033707865 2.4522159892747504 2.4311124033962725 2.4826207346828486 2.4429148297451304 0.0139028 -2.00914905690297e-06 0.03352826088666916 445 90 90 60 3.4179977409071856 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 15 186.41703429244592 14.629453659057617 38.55533981323242 10.191011428833008 330541.0 0.05393258482217789 143.7617950439453 109.25007629394531 2.627575530866234 213.43978881835938 883.9882202148438 862.0831298828125 86784.0 519.7694305419923 1314.966430664062 252.21730041503906 23.46182632446289 -sub-20099_ses-V3_task-cuff_run-02_bold 0.0020743918918918916 0.01871464144144144 6 46.16584224130924 1.0580488850338587 1.016550544582393 0.4497146755987709 7710.32421875 0.3959436303147635 24 5.405405405405405 2.4177590317757165 2.4101957375607594 2.443724902895097 2.3993564548712936 0.00940648 0.0015445048920810223 0.03487413004040718 444 90 90 60 3.4326240680035647 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 6 180.64999214550474 14.07470417022705 37.9888801574707 9.79054069519043 331208.0 0.045045047998428345 143.00292587280256 108.11183166503906 2.607425113562532 210.2423858642578 879.0614624023438 855.3468627929688 86543.0 523.3365173339844 1307.734765625 249.18019104003906 26.455476760864258 -sub-20099_ses-V3_task-rest_run-01_bold 0.00190647191011236 0.01839389395505618 5 37.63499100144149 1.0344924661261259 1.046953523558558 0.45145543343919525 7535.4052734375 0.22908196027616876 99 22.247191011235955 2.425357641514209 2.416537403975431 2.4634124021127857 2.39612311845441 0.00636839 -0.0028191523160785437 0.026594843715429306 445 90 90 60 3.331442315877907 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 8 112.89925399678947 14.949295043945312 39.878623962402344 10.346067428588867 330831.0 0.03146067261695862 156.35169219970703 103.12602996826172 2.681025407939405 224.79083251953125 909.989501953125 887.455078125 86594.0 526.3405822753906 1363.276312255859 266.3861083984375 28.070526123046875 -sub-20099_ses-V3_task-rest_run-02_bold 0.0018627516778523493 0.015676026890380314 3 44.97855591910317 1.0739993201569509 0.9975505541031385 0.4494155003966846 7663.7578125 0.3412098992200667 224 50.11185682326622 2.4044131906777118 2.405049904431903 2.433883236619503 2.374306430981729 0.0179793 0.0006099881720729172 0.033226922154426575 447 90 90 60 3.3577472287108967 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 3 186.34052796164318 14.202467918395996 38.5311279296875 9.760626792907715 330825.0 0.008948545902967453 147.9534698486327 109.6948471069336 2.8925155306811057 216.4416961669922 883.8303833007812 861.2080078125 86658.0 517.1115417480469 1320.442309570312 256.4823913574219 28.89785385131836 sub-20100_ses-V1_task-cuff_run-01_bold 0.0005691031390134527 0.016655330941704037 4 56.14205194516851 1.0407563377303366 1.0005110940224722 0.45142317836198126 1542.2745361328125 0.10985664956185325 0 0.0 2.803559610818773 2.666766560698884 3.04664571227051 2.6972665594869234 0.00499216 -0.01690988428890705 0.07043346762657166 446 90 90 60 2.4553336870327156 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 63.8810329434867 5.102679252624512 20.827041625976562 9.123318672180176 338320.0 5.015695095062256 65.34081268310547 43.29651641845703 3.7963258336266588 105.3345718383789 409.4741516113281 374.52020263671875 80934.0 230.02512207031253 706.5938964843748 152.53237915039062 22.683128356933594 sub-20100_ses-V1_task-rest_run-01_bold 0.0003171973094170404 0.016198867488789237 4 55.19254660435954 1.0342158961573034 0.9937906224044938 0.450573741171005 1566.5592041015625 0.08967271961174052 0 0.0 2.7778512785069966 2.6436207282852835 3.008437380455439 2.6814957267802666 0.00349652 -0.01662548817694187 0.06835795938968658 446 90 90 60 2.4604815924790997 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 71.05495096376825 5.016249179840088 20.71053695678711 9.10986614227295 338541.0 5.058296203613281 64.7668228149414 43.1652946472168 3.628421729063123 105.71354675292969 412.389404296875 377.06280517578125 80711.0 230.51346588134766 712.5997924804688 153.24661254882812 23.680557250976562 sub-20100_ses-V1_task-rest_run-02_bold 0.0012613839285714288 0.02119345513392857 2 56.73700283163315 1.027538684854586 0.9883665097762855 0.45330402914970835 1473.6302490234375 0.1022348530642487 7 1.5625 2.8526040533143657 2.698145726118655 3.123870709201864 2.7357957246225784 0.003293 -0.01739468052983284 0.07106775045394897 448 90 90 60 2.425443495647128 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 63.390340492696154 5.258605003356934 21.110782623291016 9.287946701049805 337958.0 5.129464626312256 65.3511180877684 42.717864990234375 3.770002447294928 106.77383422851562 406.80596923828125 372.4285888671875 81393.0 224.3196533203125 707.494677734375 153.54977416992188 19.891334533691406 @@ -1803,16 +2836,60 @@ sub-20104_ses-V1_task-cuff_run-01_bold 0.001258818181818182 0.008269626909090909 sub-20104_ses-V1_task-cuff_run-02_bold 0.001133846153846154 0.004943212036199096 8 27.94197473088436 1.0833335351473918 1.0077317659863947 0.5001342289659227 5725.5166015625 0.16830434058706129 0 0.0 3.02522429617319 2.76797489001056 3.370266532744307 2.937431465764703 0.0179572 0.00965338759124279 0.04365893825888634 442 90 90 60 2.6075149198455647 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 30.913963975703766 30.79250717163086 110.7564926147461 21.14479637145996 305684.0 0.004524887073785067 585.0635803222654 256.5046691894531 1.1189172368452427 562.8521728515625 1738.081298828125 1648.2896728515625 108158.0 869.9883697509765 2909.3127685546874 632.1275634765625 47.71870422363281 sub-20104_ses-V1_task-rest_run-01_bold 0.001876968325791855 0.0062316537782805435 8 29.387864646848037 1.1040482845124717 1.0276567217460322 0.4996593358058795 5718.30322265625 0.1929749007900964 59 13.34841628959276 3.029714574073875 2.766758223392239 3.386470698767078 2.9359148000623065 0.0194245 0.009808213450014591 0.04170839115977287 442 90 90 60 2.610475164935418 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 26.487383677626152 30.883073806762695 109.05365753173828 21.486425399780273 306237.0 0.06787330657243729 572.1995605468754 245.6966552734375 1.1700766284431463 567.1121826171875 1753.399658203125 1662.5712890625 107810.0 882.8252685546875 2931.507812499999 636.881591796875 43.95539093017578 sub-20104_ses-V1_task-rest_run-02_bold 0.001096764705882353 0.006347314253393665 8 28.25411547444445 1.0559193994331078 0.9905485179591842 0.5013002794272635 5496.15234375 0.15712927896710743 25 5.656108597285068 3.034921517706261 2.778845722911925 3.3869581987477066 2.9389606314591528 0.00778236 0.01007849257439375 0.041512567549943924 442 90 90 60 2.6096953490018486 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 24.855530479307568 31.349323272705078 112.05451202392578 21.86651611328125 306267.0 0.0859728530049324 592.656604003907 249.90689086914062 1.1650052601679421 566.672607421875 1747.167236328125 1656.1357421875 107724.0 883.9666564941407 2921.467504882812 634.6058959960938 43.58997344970703 +sub-20104_ses-V3_task-cuff_run-01_bold 0.0008638095238095236 0.008632818390022676 9 32.52492754675002 1.0908382208181822 0.9861912765227276 0.49762871019858484 7007.03271484375 0.1878105754233274 0 0.0 2.8930062678846475 2.6351665619545552 3.2172165388259675 2.8266357028734186 0.0137524 0.0073705571703612804 0.032479554414749146 441 90 90 60 3.27217434044127 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 28.25883107602932 29.036813735961914 91.4715347290039 20.176870346069336 307034.0 0.040816325694322586 470.44003448486313 205.0177001953125 1.374295400839526 432.3988037109375 1760.393310546875 1705.089599609375 107072.0 996.5259613037109 2707.4335937499995 521.085205078125 39.66358947753906 +sub-20104_ses-V3_task-cuff_run-02_bold 0.0007547272727272727 0.007485758181818182 10 32.122340308724354 1.095216279589978 1.01179882715262 0.49871917786705094 7322.22314453125 0.18491462363599342 0 0.0 2.8893604351614335 2.6322415620707846 3.2115457057179726 2.8242940376955428 0.0098943 0.007193309720605612 0.03395847603678703 440 90 90 60 3.259380236131341 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 30.775903903821764 28.53672218322754 92.79296875 19.76818084716797 306728.0 0.020454544574022293 479.34281921386645 209.99661254882812 1.4094048916789808 430.23101806640625 1749.6187744140625 1694.4407958984375 107301.0 989.5977172851562 2693.856689453125 519.863525390625 42.91823959350586 +sub-20104_ses-V3_task-rest_run-01_bold 0.0012975339366515836 0.006540715542986426 8 31.92794147612245 1.1166182690022672 1.0164168384580499 0.4976686679808052 7211.33544921875 0.15452912044870024 29 6.5610859728506785 2.8737382194211016 2.632387395398323 3.194033206413857 2.794794056451126 0.00446558 0.007906690239906311 0.03181080520153046 442 90 90 60 3.261788970655937 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 28.21554952825577 28.508228302001953 91.77330017089844 19.952489852905273 307072.0 0.09276018291711807 471.94978485107487 205.35223388671875 1.4379056813990463 433.9780578613281 1766.6239013671875 1709.236572265625 107000.0 1003.2174468994141 2718.7410034179684 524.0156860351562 44.77692413330078 +sub-20104_ses-V3_task-rest_run-02_bold 0.0008238321995464853 0.005001276734693877 9 30.576773357113627 1.1152801191818185 1.012387607818182 0.49859197625243246 7456.40185546875 0.1270913759587011 3 0.6802721088435374 2.8721312746241074 2.6276082289215634 3.1918957064987934 2.796889888451965 0.00284183 0.007800312712788582 0.0326702743768692 441 90 90 60 3.2585206431935614 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 28.303938791702727 28.169443130493164 93.10955810546875 19.526077270507812 306905.0 0.024943310767412186 488.4621337890625 210.32699584960938 1.434091964588439 430.470703125 1750.8487548828125 1695.08740234375 107186.0 990.6048736572266 2695.522705078125 520.1990966796875 49.22875213623047 sub-20105_ses-V1_task-rest_run-01_bold 0.00706601809954751 0.004701037149321267 8 27.055340068526093 1.0120113405442184 1.0120108263265317 0.49108590418778836 7579.37158203125 0.15960806748082293 10 2.262443438914027 2.997847919285578 2.8092873883689484 3.3017540354667494 2.882502334021038 0.0118725 0.012228676117956638 0.04339832067489624 442 90 90 60 2.4162670032871856 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 18 32.58334385573872 27.673009872436523 109.97032928466797 19.131221771240234 309924.0 0.013914028182629063 643.4164154052718 263.2828674316406 0.9900134485166814 645.4182739257812 1821.6826171875 1710.6019287109375 104543.0 872.0070617675782 3138.9380126953124 707.948974609375 43.161041259765625 +sub-20108_ses-V1_task-cuff_run-01_bold 0.0021858744394618835 0.010282253654708518 4 44.14321315635955 1.1205284164943818 1.0157441045842703 0.5085520552446846 450.8393249511719 0.2892521353402999 0 0.0 3.0994527703259074 2.7703582232491883 3.0336957127850965 3.4943043749434373 0.0216713 -0.019593844190239906 0.06799875199794769 446 90 90 60 2.09545288341546 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 7 33.141830387459656 4.869983196258545 30.57191276550293 14.730942726135254 327330.0 11.0089693069458 107.96760330200192 45.41584777832031 2.4490525595790418 110.69656372070312 362.7835388183594 327.05157470703125 91359.0 174.87220764160156 681.3652954101561 156.07594299316406 29.659574508666992 +sub-20108_ses-V1_task-cuff_run-02_bold 0.0007984340044742729 0.007841282013422818 3 44.499878793497714 1.1212796366143494 0.9932777961883404 0.5077016552155826 463.05377197265625 0.30567131564500827 0 0.0 3.054015270375716 2.7299332248555332 2.9908290478217983 3.4412835384498166 0.00984559 -0.0177032258361578 0.06317460536956787 447 90 90 60 2.105640568501533 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 31.86471968262743 4.1426615715026855 29.825973510742188 14.346755981445312 328615.0 11.308725357055664 105.38970870971669 44.568973541259766 2.426914052804448 110.6097412109375 361.1366271972656 325.93402099609375 90386.0 174.7952995300293 678.4535675048828 154.79005432128906 33.81196212768555 +sub-20108_ses-V1_task-rest_run-01_bold 0.0012353258426966293 0.005466174471910113 5 46.7777319556757 1.1952392168918915 0.9762354592792793 0.3851506022356831 1514.6014404296875 0.45940631127104525 278 62.47191011235955 2.9360195686266537 2.55850233189219 2.651439492856625 3.598116881131145 0.0189151 -0.014959723688662052 -0.013146460056304932 445 90 90 60 2.12061849455485 0.800000011920929 3.288888931274414 3.288888931274414 2.3999998569488525 0 82.46937410203226 2.632035493850708 15.161965370178223 7.696629524230957 377782.0 5.815730571746826 49.05606670379641 25.506973266601562 1.908560798712628 115.56468200683594 350.3977355957031 320.27642822265625 49958.0 156.0994354248047 651.6723693847656 151.02821350097656 43.792572021484375 +sub-20108_ses-V1_task-rest_run-02_bold 0.0004134606741573033 0.007356380831460675 5 44.07748894229731 1.11477980858108 0.9837028304279275 0.5080865230108643 461.3045349121094 0.2667667232462079 180 40.449438202247194 3.0133597142297432 2.7033498925785264 2.962062382298216 3.3746668678124863 0.00535234 -0.017448222264647484 0.06171773001551628 445 90 90 60 2.125336080689329 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 31.20745212321048 4.167945384979248 29.625587463378906 14.343820571899414 329049.0 11.321348190307617 104.91730499267567 44.21375274658203 2.3751559855474724 110.32225036621094 362.371337890625 327.24945068359375 89903.0 176.2568542480469 677.491455078125 153.9745330810547 35.961761474609375 +sub-20109_ses-V1_task-cuff_run-01_bold 0.002813498871331828 0.02161345643340858 7 45.19302672819003 1.0301220866289589 0.9561701714027158 0.459111119850386 7705.8232421875 0.46502887579254043 18 4.063205417607223 2.602718815867023 2.5385498991270903 2.626416562302249 2.643189986171731 0.00489293 -0.01802176795899868 0.03942642733454704 443 90 90 60 2.774276761749007 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 101.49114381018381 17.075027465820312 42.69721603393555 11.869074821472168 322133.0 0.08577878028154373 164.19729919433587 91.1324234008789 3.4191596672389446 281.7496643066406 1102.10791015625 1050.6953125 94640.0 568.9607086181641 1783.4786926269533 378.72564697265625 22.86595344543457 +sub-20109_ses-V1_task-cuff_run-02_bold 0.0023685135135135134 0.012408779932432432 6 43.80232992690747 1.1227738115575618 1.0258593466591426 0.4581261364477011 8247.8828125 0.37413770451876927 3 0.6756756756756757 2.565702158997699 2.510212400253121 2.585612397256994 2.6012816794829816 0.00984852 -0.01784667931497097 0.039719901978969574 444 90 90 60 2.744410489895435 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 107.59817033021729 16.552387237548828 43.0706672668457 11.44594669342041 322489.0 0.04054054245352745 168.86396484374995 93.50642395019531 3.4745599750703215 283.04681396484375 1099.4522705078125 1045.59912109375 94619.0 566.9385131835938 1789.4883056640622 380.990234375 29.92702293395996 +sub-20109_ses-V1_task-rest_run-01_bold 0.0018815158371040723 0.01289948509049774 8 44.08110439099772 1.1036726312698415 1.0576113830838993 0.4594586509227898 7950.271484375 0.3702861294699013 284 64.25339366515837 2.5722257703040703 2.5253748996506173 2.5923082303242593 2.5989941809373343 0.00497915 -0.017868656665086746 0.038733888417482376 442 90 90 60 2.7698156650197614 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 104.79841715209872 16.94594383239746 43.41873550415039 11.787330627441406 322418.0 0.07692307978868484 171.2812278747557 92.75788879394531 3.4532752861547653 285.4646301269531 1107.1649169921875 1056.25341796875 94599.0 575.334161376953 1793.0211181640602 381.34228515625 28.860336303710938 +sub-20109_ses-V1_task-rest_run-02_bold 0.0009743273542600897 0.01819980156950673 4 44.5121629949888 1.0532239429213481 0.9580192919775278 0.45795935148791117 7865.78564453125 0.38782907718730697 285 63.90134529147982 2.598697983900457 2.52382906637871 2.635149895288551 2.6371149900341098 0.00530373 -0.018269000574946404 0.03967657312750816 446 90 90 60 2.7516127739828278 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 120.81564302694305 16.890365600585938 42.30668640136719 11.632287979125977 322511.0 0.04260089993476868 163.77690887451172 90.22319030761719 3.4794622563172055 280.0091247558594 1093.55078125 1041.10986328125 94719.0 565.3697387695314 1775.5032836914047 378.36151123046875 25.057601928710938 +sub-20109_ses-V3_task-cuff_run-01_bold 0.004896238738738739 0.01792611427927928 6 48.07670134307 1.1128334240180586 1.0474043476297972 0.4619275283503407 8687.2822265625 0.4644505681942818 13 2.9279279279279278 2.560035494850983 2.5036999005119047 2.5866748972147744 2.5897316868262696 0.00655098 -0.015137420035898685 0.03876318037509918 444 90 90 60 2.867288078270914 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 133.86004711866016 15.79104995727539 43.043643951416016 10.815315246582031 320529.0 0.027027027681469917 167.80450439453114 101.69361114501953 3.6050522317878038 266.5563049316406 1082.2015380859375 1031.23095703125 95626.0 585.0726623535156 1735.8614807128906 359.6518859863281 25.652685165405273 +sub-20109_ses-V3_task-cuff_run-02_bold 0.0017839325842696628 0.027650573258426965 5 52.57612831096848 1.0404523600450446 0.9639762447747743 0.46416714332193915 8520.60546875 0.5920936395766748 50 11.235955056179776 2.5871868754637166 2.5110832335518505 2.6245207290442494 2.625956663795049 0.00714916 -0.015518597327172756 0.039555422961711884 445 90 90 60 2.9050525924249553 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 132.04524947856228 16.088733673095703 43.285865783691406 11.040449142456055 319768.0 0.047191012650728226 166.77976989746094 100.9140396118164 3.349241549287794 263.1369323730469 1082.376220703125 1030.957275390625 95979.0 591.2649230957031 1730.286975097656 354.8823547363281 20.415870666503906 +sub-20109_ses-V3_task-rest_run-01_bold 0.001234765100671141 0.017659022505592842 3 53.122301572130034 1.091740839058296 0.9987377819506724 0.4614328970087187 9300.3271484375 0.5449628161925488 338 75.6152125279642 2.5640354921588417 2.5011957339447446 2.588429063811737 2.602481678720043 0.00604235 -0.014455554075539112 0.03450464829802513 447 90 90 60 2.8939519805795566 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 86.79174653195719 15.423043251037598 41.76670837402344 10.496644020080566 320038.0 0.008948545902967453 164.93131942749008 94.27481079101562 3.4324619572831354 267.734130859375 1088.6778564453125 1038.2371826171875 95873.0 588.2863525390625 1739.9342529296864 358.7591552734375 25.702611923217773 +sub-20109_ses-V3_task-rest_run-02_bold 0.0019305592841163313 0.026540544966442953 3 49.35683087491033 1.0142791377354263 0.9396453934080731 0.4644169463245751 8443.70703125 0.4926012878075661 332 74.27293064876957 2.57807854659096 2.505324900447333 2.623583229081502 2.605327510244045 0.00533545 -0.01562725566327572 0.035345569252967834 447 90 90 60 2.9119563462455926 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 81.39434795566069 16.15605354309082 42.888641357421875 11.046979904174805 319613.0 0.031319908797740936 168.0662200927731 94.39723205566406 3.2626327412501492 265.1535949707031 1088.594482421875 1038.248291015625 96161.0 591.1946411132812 1741.015625 356.5447998046875 21.74307632446289 sub-20112_ses-V1_task-cuff_run-01_bold 0.00039230425055928415 0.020791064429530198 3 64.15106757975337 1.0141105908520178 0.9839413641031386 0.5356255655937514 688.8658447265625 0.27575553743263764 0 0.0 2.5297290661442653 2.312454074777998 2.641716561694282 2.635016561960516 0.00491539 0.02035163901746273 0.058943476527929306 447 90 90 60 3.455245658276443 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 20.252434001045874 9.585504531860352 32.93999099731445 13.290827751159668 321063.0 5.402684688568115 138.53087463378853 55.06081008911133 0.9113247561376618 90.14353942871094 372.259521484375 361.0682373046875 96684.0 217.51678466796875 559.3265991210938 104.49803161621094 20.282373428344727 sub-20112_ses-V1_task-cuff_run-02_bold 0.0005495973154362416 0.018909702460850112 3 63.56555194605384 1.03893573029148 1.005344842399103 0.5354434822059627 686.1568603515625 0.2653910626494741 0 0.0 2.4974540674267582 2.288308242404133 2.5992665633810934 2.6047873964950483 0.00955023 0.019147394225001335 0.0595078319311142 447 90 90 60 3.481936084636075 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 20.32053944216204 9.63525676727295 33.08414840698242 13.387024879455566 321534.0 5.407158851623535 139.36319656372063 55.22023391723633 0.9516937269029224 90.02415466308594 374.5664978027344 363.2953186035156 96181.0 221.8590545654297 561.3735961914062 104.33661651611328 20.988338470458984 sub-20112_ses-V1_task-rest_run-01_bold 0.0009954565701559021 0.019754932962138084 1 64.20817010750004 1.0368433031473214 1.00645835685268 0.5349255822763008 697.6161499023438 0.30769755473002264 195 43.42984409799555 2.5214707331390884 2.3033957418046103 2.6266748956253174 2.634341561987338 0.0103278 0.020844265818595886 0.05899234488606453 449 90 90 60 3.4556351840110695 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 19.74217164878445 9.4635591506958 32.98829650878906 13.251670837402344 321138.0 5.429844379425049 139.22305145263664 55.406715393066406 0.9405443908080522 90.86965942382812 373.9830627441406 362.890869140625 96664.0 220.12840118408204 562.0947662353515 105.01368713378906 20.711395263671875 sub-20112_ses-V1_task-rest_run-02_bold 0.0008849776785714285 0.021839906250000003 2 61.24285653977629 1.0303272141387014 0.9968936255480976 0.5364737724915669 662.510986328125 0.18174696377946142 47 10.491071428571429 2.5370846214075375 2.32392074098902 2.6507248946696564 2.6366082285639356 0.00666061 0.019108187407255173 0.060988470911979675 448 90 90 60 3.455096871129413 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 22.207617267012697 9.679937362670898 33.43254089355469 13.535715103149414 321357.0 5.4151787757873535 140.53125610351577 56.13729476928711 0.9603848774057426 89.59319305419922 372.8549499511719 361.79803466796875 96470.0 217.19153213500977 559.2370788574219 104.71375274658203 19.720428466796875 +sub-20112_ses-V3_task-cuff_run-01_bold 0.0009573496659242761 0.023276462806236083 1 62.7550726190402 1.0297288500000001 0.9904182199107139 0.5416782335075129 579.1658935546875 0.29110948653421265 4 0.89086859688196 2.5940888742027517 2.3906415716711056 2.7222248918285015 2.669400159108648 0.00602243 0.019882990047335625 0.056368984282016754 449 90 90 60 3.34981450335255 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 20.90229278677372 12.091958045959473 41.25766372680664 16.786191940307617 319776.0 6.728285312652588 175.68263244628906 68.866455078125 1.0139009072006795 105.92516326904297 435.43157958984375 420.4699401855469 97556.0 253.69210052490234 663.640869140625 125.51972198486328 19.178255081176758 +sub-20112_ses-V3_task-cuff_run-02_bold 0.0006587750556792873 0.0177003285077951 1 64.85274629919644 1.0596221778571424 1.0055189353125005 0.5407523576675503 593.685791015625 0.3152764448516579 5 1.1135857461024499 2.5496652630076144 2.360404072872636 2.675037393703564 2.6135543224466433 0.0127636 0.019219165667891502 0.05575086921453476 449 90 90 60 3.3600289262216156 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 20.169709859278107 11.798079490661621 40.91706466674805 16.610244750976562 319990.0 6.8084635734558105 174.5236145019531 68.12667083740234 1.007786928939014 106.5789566040039 437.2160339355469 422.3096008300781 97359.0 255.77928771972657 665.2165100097657 125.68565368652344 21.714313507080078 +sub-20112_ses-V3_task-rest_run-01_bold 0.0006137111111111112 0.017259544666666668 0 62.4923579125167 1.0535512918262797 1.0054609775501118 0.5406533458136147 600.156982421875 0.26502642547328037 163 36.22222222222222 2.5374930404613747 2.3525415731850634 2.6707748938729408 2.5891626543261204 0.0145432 0.0205459576100111 0.05562635511159897 450 90 90 60 3.3500329171398646 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 20.348598782236603 11.87729263305664 41.047813415527344 16.50889015197754 319936.0 6.631111145019531 176.1622314453125 69.08045959472656 0.9646600284650821 106.17573547363281 435.9183044433594 421.1222229003906 97354.0 252.86056289672854 663.7402526855467 125.70624542236328 22.0469970703125 +sub-20112_ses-V3_task-rest_run-02_bold 0.0014366071428571427 0.016670960044642857 2 61.70823450129757 1.0612708627964211 1.0270111872035785 0.5418867949437608 591.0036010742188 0.2471291518442547 141 31.473214285714285 2.535095818323372 2.3544499064425666 2.66200822755463 2.5888293209729185 0.0072288 0.01960616745054722 0.05811980739235878 448 90 90 60 3.3544270944238637 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 20.74922339050269 12.085856437683105 41.339080810546875 16.569196701049805 320220.0 6.616071701049805 176.15760421752898 68.78300476074219 0.9369810727233996 106.75731658935547 434.22296142578125 419.2589416503906 97126.0 253.9698715209961 661.4565124511719 124.9861068725586 22.14550018310547 sub-20116_ses-V1_task-rest_run-01_bold 0.001840452488687783 0.005410739208144796 8 31.119696043900248 1.0551729312018139 0.953874492312925 0.4881904359795048 5251.34619140625 0.13621974883546842 14 3.167420814479638 2.944457644262639 2.6136998961408975 3.340358200599424 2.8793148360475946 0.0136279 0.0012900842120870948 0.04467639699578285 442 90 90 60 2.6138788865494984 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 27.40985932404024 31.731714248657227 102.84175109863281 22.05203628540039 310568.0 0.027149323374032974 532.191418457031 234.63876342773438 1.1568021295923199 543.87353515625 1722.6446533203125 1638.1494140625 104046.0 838.2500457763672 2880.8372192382812 626.7090454101562 41.44569396972656 +sub-20116_ses-V3_task-cuff_run-01_bold 0.003120672268907564 0.004591677857142858 9 25.73536166257385 1.0300385165400845 1.0166623207594936 0.4881885637942602 6719.32666015625 0.11609163807623116 1 0.42016806722689076 2.837996570688468 2.5426498989641706 3.259662370472655 2.711677442628579 0.00573545 0.002863488858565688 0.03522348403930664 238 90 90 60 3.0638950904246425 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 26.366025965808255 30.5241641998291 95.6038589477539 21.079832077026367 311095.0 0.008403361774981022 473.0361572265624 213.8304901123047 1.2981355297296524 453.65130615234375 1802.2486572265625 1748.134521484375 103349.0 941.031982421875 2853.9262695312495 570.5567626953125 47.64239501953125 +sub-20116_ses-V3_task-cuff_run-02_bold 0.0015539457831325303 0.004084239939759036 9 24.290135432477346 1.0182194551661634 0.9913251144712989 0.48848410160787126 6380.3447265625 0.08744462906108953 1 0.30120481927710846 2.806954910502975 2.511062400219345 3.2245373718683967 2.6852649594211835 0.00401048 0.0035061980597674847 0.03597460314631462 332 90 90 60 3.1063790684825614 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 26.420617126212907 31.286479949951172 94.67037963867188 21.367469787597656 311144.0 0.0 470.4361160278315 211.79949951171875 1.237790175079616 445.3591003417969 1792.216796875 1736.9638671875 103084.0 949.76806640625 2824.8303833007812 559.1575927734375 53.01858139038086 +sub-20116_ses-V3_task-rest_run-01_bold 0.0005675113122171946 0.005611855475113122 8 23.780583850725638 1.0023848080725624 0.9927326582766443 0.48707247393344666 6620.5693359375 0.1084355747913897 13 2.9411764705882355 2.8395201802704455 2.539699899081393 3.259791537134189 2.7190691045957536 0.0143263 0.00163347739726305 0.036867301911115646 442 90 90 60 3.066824248434475 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 30.660851921452107 30.688528060913086 94.33924102783203 21.309955596923828 311363.0 0.024886878207325935 459.99503173828106 212.865478515625 1.3137359433301903 456.7352294921875 1809.69873046875 1753.44580078125 103097.0 950.237158203125 2861.624462890625 571.74365234375 44.61522674560547 +sub-20116_ses-V3_task-rest_run-02_bold 0.0019767045454545454 0.004967824681818182 10 24.186385239293852 1.0051927812072887 0.9893251495899774 0.48810415498523246 6344.71484375 0.08826084907608991 3 0.6818181818181818 2.840897958130069 2.5538040651876104 3.250508204169742 2.718381605032854 0.00370343 0.002670311601832509 0.03556579351425171 440 90 90 60 3.0614858393257403 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 26.829446769368047 31.08747100830078 95.61369323730469 21.652271270751953 311377.0 0.034090906381607056 473.842260742188 211.86077880859375 1.3033745396334968 453.64434814453125 1797.98876953125 1743.6954345703125 103048.0 933.6750854492188 2843.877966308593 569.5557861328125 47.03302001953125 sub-20121_ses-V1_task-cuff_run-01_bold 0.000795375854214123 0.006788121845102507 11 31.309353584520554 1.015960985182648 0.9771035611872146 0.46613106564351925 8037.3642578125 0.12069349721025466 0 0.0 2.4018534846132193 2.3602749062111017 2.4224915704055 2.4227939772230567 0.00333617 -0.008154911920428276 0.028636693954467773 439 90 90 60 2.8489956965634455 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 96.31448682837176 15.481204986572266 38.751365661621094 10.678815841674805 315555.0 0.0 162.7631072998047 93.26557159423828 2.4051328755386034 261.915771484375 1013.5910034179688 966.939697265625 100012.0 534.942495727539 1644.5310302734374 339.3949890136719 40.50484848022461 sub-20121_ses-V1_task-cuff_run-02_bold 0.0006508390022675737 0.005831103741496598 9 31.30051352743182 1.0310289501136367 0.9906547182272729 0.4657574844507121 8046.255859375 0.11270356884587507 0 0.0 2.3877784816169236 2.34892490666211 2.4023540712056928 2.412056466982969 0.00493342 -0.007947204634547234 0.028229575604200363 441 90 90 60 2.8475332855736606 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 0 91.3210263086365 15.525300025939941 38.670230865478516 10.675737380981445 315668.0 0.0 163.52302322387686 92.43523406982422 2.3752585681481992 263.30645751953125 1014.4505004882812 967.853759765625 99830.0 537.2071502685546 1644.2454528808569 339.8902893066406 41.99617385864258 sub-20121_ses-V1_task-rest_run-01_bold 0.0006684162895927603 0.005274242466063349 8 31.01295422312922 1.0375288623129253 0.997509922176871 0.46479673247419295 8340.3251953125 0.12297632330089388 6 1.3574660633484164 2.396515978341922 2.364987406023844 2.4213457371176985 2.4032147918842237 0.00586604 -0.006875862367451191 0.025319280102849007 442 90 90 60 2.8612053252068113 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 91.03896322588353 15.258728981018066 37.16632080078125 10.443439483642578 315360.0 0.0 156.8078071594238 87.26170349121094 2.4018722887150146 260.022216796875 1011.7546997070312 964.9344482421875 99943.0 536.5412231445313 1639.6665771484375 337.245849609375 42.337677001953125 sub-20121_ses-V1_task-rest_run-02_bold 0.000687471783295711 0.005863263769751692 7 31.182553054162884 1.0356456703846149 0.9922681454298646 0.46556497031656074 8173.9892578125 0.12302746639904621 8 1.8058690744920993 2.3896715356913028 2.3523374065265097 2.408866570946909 2.4078106296004895 0.00535354 -0.007573364302515984 0.026134271174669266 443 90 90 60 2.849856863734168 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 84.03267213054018 15.461901664733887 38.108482360839844 10.59593677520752 315781.0 0.0 161.8148956298828 89.0859375 2.432983823506466 261.7278137207031 1013.1558837890625 966.43115234375 99841.0 538.853271484375 1644.458251953125 339.1139831542969 40.97186279296875 +sub-20121_ses-V3_task-cuff_run-01_bold 0.00043113895216400917 0.005686925102505695 11 31.06157551086759 1.0516671735616425 0.9845766021004564 0.4643120504598708 9145.2294921875 0.1446310925571501 0 0.0 2.3870583983663285 2.351233239903719 2.39574157146845 2.4142003837268167 0.00277932 -0.00797297339886427 0.028645861893892288 439 90 90 60 3.002251816369489 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 1 76.44565834299132 15.714234352111816 41.87796401977539 10.756264686584473 317977.0 0.0 174.28200683593758 96.60735321044922 2.1554586355556458 272.55230712890625 1098.6341552734375 1046.7608642578125 97733.0 615.9722290039062 1751.2383056640624 348.65679931640625 45.13227844238281 +sub-20121_ses-V3_task-cuff_run-02_bold 0.0006798639455782312 0.00754819941043084 9 31.160088339681764 1.0252732220454543 0.9925311234318184 0.4651721323612377 9015.47265625 0.15296919673754494 0 0.0 2.412811177230953 2.3760290722517543 2.4163415706498794 2.4460628887912255 0.00203552 -0.007380453869700432 0.02805296890437603 441 90 90 60 2.9813469388404377 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 2 77.8298087783974 15.844680786132812 42.27670669555664 10.950113296508789 317748.0 0.00907029490917921 175.82233963012686 95.91419219970703 2.1870521750080343 273.76873779296875 1099.608154296875 1047.467041015625 97902.0 613.982666015625 1753.462786865234 351.3384094238281 39.79747009277344 +sub-20121_ses-V3_task-rest_run-01_bold 0.0010285650224215247 0.005851381793721974 4 31.200704064561812 1.0741489141348313 1.001775045752809 0.46376804691879847 9277.4384765625 0.14220092144151936 9 2.0179372197309418 2.390183399018668 2.35013740661393 2.394487404851619 2.4259253855904555 0.00568712 -0.007363871671259403 0.027880143374204636 446 90 90 60 3.001758124711235 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 1 75.05609271668473 15.653755187988281 41.36582946777344 10.699552536010742 317847.0 0.0 171.6435089111328 95.600341796875 2.1386648106065893 273.36395263671875 1100.7572021484375 1049.0404052734375 97796.0 617.5532989501953 1753.6088256835938 349.4735412597656 43.987213134765625 +sub-20121_ses-V3_task-rest_run-02_bold 0.0006042825112107623 0.006444241659192825 4 30.23683745121349 1.0563237247865165 0.9980893884269658 0.46446385793770395 8989.3798828125 0.13131682503050446 6 1.345291479820628 2.383865342290005 2.3513082399007383 2.3958665714634826 2.404421215505793 0.00845734 -0.007841398939490318 0.028071539476513863 446 90 90 60 2.9821143276516113 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 0 84.50348966676088 15.929664611816406 42.416996002197266 10.912556648254395 318099.0 0.0 177.11883544921875 97.05786895751953 2.300420224859476 274.668701171875 1101.49951171875 1049.835205078125 97710.0 614.8869079589844 1756.7074768066407 352.0421142578125 42.9334716796875 +sub-20124_ses-V1_task-cuff_run-01_bold 0.000864798206278027 0.011667847802690583 4 50.87078283939325 1.0832330205842702 0.9741078776179777 0.5279333983157946 351.7629699707031 0.31207437103855684 0 0.0 2.9260444326117145 2.6206123958662193 3.0036040473141647 3.1539168546547605 0.00478468 -0.033046696335077286 0.08799034357070923 446 90 90 60 2.3326057551505635 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 66.498134579724 6.299398422241211 32.1199836730957 15.892377853393555 325565.0 11.367713928222656 105.97713623046873 47.89143371582031 1.3972278460436351 121.78617095947266 342.862548828125 320.89910888671875 92477.0 161.7461944580078 602.8991455078125 137.57034301757812 30.474451065063477 +sub-20124_ses-V1_task-cuff_run-02_bold 0.0008146756152125279 0.010110879485458612 3 58.12578918892385 1.1206018761659187 0.9943049430269063 0.5283401439329346 358.16412353515625 0.4279923983813714 11 2.460850111856823 2.921345821735463 2.6147040627676623 2.9939623810306237 3.155371021408102 0.00568787 -0.032548367977142334 0.08908788114786148 447 90 90 60 2.3429261994351664 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 74.07883745745676 6.155950546264648 32.23862075805664 15.74049186706543 325213.0 11.230424880981445 106.3109619140621 48.672725677490234 1.4161137327563544 120.46226501464844 341.5037841796875 319.109619140625 92796.0 162.74720764160156 598.9899444580078 136.20057678222656 30.32550048828125 +sub-20124_ses-V1_task-rest_run-01_bold 0.0005022991071428572 0.010639459866071429 2 54.824962871901576 1.101146146129754 0.9766652779418344 0.5287629903431781 353.7932434082031 0.41381956453048274 286 63.839285714285715 2.9109277659485806 2.608062396364912 2.9888373812342732 3.1358835202465567 0.00536319 -0.03367538005113602 0.0883215069770813 448 90 90 60 2.3474870191477364 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 67.28138142707627 6.224942684173584 32.008174896240234 15.785715103149414 325128.0 11.232924795150758 104.88091888427726 47.57529067993164 1.4107341643450884 120.3456039428711 341.36871337890625 319.41741943359375 92803.0 163.05402069091798 598.2705688476557 136.06707763671875 30.51070213317871 +sub-20124_ses-V1_task-rest_run-02_bold 0.0007356026785714286 0.009185887299107144 2 54.47141110559285 1.1271783596644296 0.9886843784563764 0.5283352762512986 351.9844055175781 0.36902400350505105 264 58.92857142857143 2.8950749883592195 2.596441563493349 2.9662332154658153 3.1225501861184943 0.00523606 -0.031878817826509476 0.0890202522277832 448 90 90 60 2.3428018698440187 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 63.98847516493667 6.059475898742676 32.21512222290039 15.823661804199219 325608.0 11.506696701049805 106.65178680419922 48.46694564819336 1.4303150069974846 121.02406311035156 342.2466125488281 320.26116943359375 92353.0 162.68303833007815 600.7620849609375 136.69932556152344 32.37554168701172 +sub-20124_ses-V3_task-cuff_run-01_bold 0.0006864044943820225 0.008927864494382022 5 53.393502708063124 1.1268032803153152 0.9893549287387384 0.5112238240617426 469.080078125 0.36456475288578644 0 0.0 2.9209610995009334 2.628074895569686 2.9802707149080154 3.1545376880250986 0.00757847 -0.020575055852532387 0.08152161538600922 445 90 90 60 2.276082317942906 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 81.95080632060751 4.7943034172058105 27.180339813232422 13.343820571899414 326313.0 9.883146286010742 90.38831787109359 41.12078857421875 1.4255473056702765 116.6624755859375 333.78955078125 308.9617919921875 92114.0 158.09944229125978 594.1648529052734 135.7420654296875 32.79396438598633 +sub-20124_ses-V3_task-cuff_run-02_bold 0.0010457494407158836 0.010950080268456376 3 58.54577737230947 1.1119967388340806 0.9851649416816151 0.511637577000798 465.9825744628906 0.4721120087820222 36 8.053691275167786 2.954243043960251 2.6539748945405126 3.01382904690786 3.194925190432381 0.00804248 -0.019880084320902824 0.08294561505317688 447 90 90 60 2.2710001667374358 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 81.61579057777648 4.905522346496582 27.215627670288086 13.344518661499023 325885.0 9.758389472961426 90.33780670166016 41.27798080444336 1.4751646215766012 116.41244506835938 332.08447265625 307.8568115234375 92553.0 156.05726928710936 591.0044677734375 135.5592803955078 29.59343719482422 +sub-20124_ses-V3_task-rest_run-01_bold 0.000668993288590604 0.009897600447427293 3 54.21669149197311 1.1168494406726457 0.9785576179372207 0.5118286468777608 463.52239990234375 0.3645255970596838 242 54.13870246085011 2.929594432848147 2.6336457286816546 2.9898207145285323 3.1653168553342534 0.00610685 -0.021307507529854774 0.0818648636341095 447 90 90 60 2.281970088347453 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 83.49662153453893 4.82923698425293 27.154436111450195 13.384787559509277 325890.0 9.923937797546387 89.86621971130361 41.012725830078125 1.3691163415003 116.95476531982422 333.4870300292969 308.79864501953125 92460.0 157.90603637695312 592.6113891601564 135.32034301757812 31.31393814086914 +sub-20124_ses-V3_task-rest_run-02_bold 0.001307857142857143 0.011052048950892858 2 52.420318445906 1.1126280607829981 0.9959605339821032 0.5114727177172598 465.3307189941406 0.3693681732284276 241 53.794642857142854 2.9591472102183225 2.6640290608076627 3.024941546466289 3.188471023381016 0.00847137 -0.019772905856370926 0.0822332575917244 448 90 90 60 2.2599954713021875 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 83.0993278263549 4.878025531768799 27.26044273376465 13.397321701049805 325854.0 9.839285850524902 90.44353294372547 41.063140869140625 1.4935529896043258 117.18183898925781 333.4195251464844 308.7879638671875 92565.0 156.0491180419922 592.79423828125 136.63137817382812 29.594329833984375 +sub-20127_ses-V1_task-cuff_run-01_bold 0.0012949775784753359 0.010203101233183855 4 37.89289623651684 1.0519441923146062 1.010513274314607 0.5638842226936537 243.40740966796875 0.17999457403805688 1 0.2242152466367713 2.949981931341529 2.6208082291917707 3.08485404408558 3.1442835207472357 0.0076738 0.056309666484594345 0.044714976102113724 446 90 90 60 2.2550882658985016 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 51.02115407777618 9.869608879089355 40.56452178955078 19.038118362426758 310050.0 11.515695571899414 146.0124488830566 62.95146560668945 1.3830137540629366 123.62775421142578 341.3351745605469 316.02691650390625 105493.0 159.94664611816407 609.096435546875 140.13882446289062 32.5524787902832 +sub-20127_ses-V1_task-cuff_run-02_bold 0.0007365315315315315 0.010792268851351353 6 39.05005365029347 1.028529207358917 0.981547638126411 0.5633386144223718 243.37261962890625 0.20906992793586548 0 0.0 2.964219431372656 2.6374082285321463 3.092941543764212 3.16230852182161 0.0034347 0.05363203585147858 0.04727998375892639 444 90 90 60 2.239363228164146 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 53.94926428011659 9.970834732055664 39.974674224853516 19.031532287597656 310099.0 11.353604316711426 143.18919372558594 60.96903991699219 1.4046074204752497 123.7121353149414 341.2210388183594 315.6509094238281 105522.0 159.04752731323242 610.4514587402343 140.95498657226562 32.46589279174805 +sub-20127_ses-V1_task-rest_run-01_bold 0.0006911883408071748 0.009650848385650225 4 37.2730521599101 1.0298857299550557 0.9893531008314604 0.5642279024135544 241.18687438964844 0.17689772245871066 59 13.228699551569507 2.928373598145507 2.6056165631287667 3.05700404519224 3.122500186115514 0.00907854 0.052268993109464645 0.04404057562351227 446 90 90 60 2.265348529710894 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 53.66205693542099 9.985958099365234 40.38449478149414 19.174888610839844 309676.0 11.594170570373535 144.9579734802246 62.30368423461914 1.3874279924380666 123.68096160888672 342.3292541503906 317.6659240722656 105762.0 159.69955444335938 610.1050720214844 140.2276153564453 32.654727935791016 +sub-20127_ses-V1_task-rest_run-02_bold 0.0005770758928571428 0.011616673080357144 2 39.05655528519017 1.0307215494630888 0.9792575085906038 0.5642450730267976 238.644287109375 0.20252846477069797 92 20.535714285714285 2.9689680424260114 2.6405540617404752 3.1000873768135957 3.166262688723963 0.00609134 0.05498962104320526 0.045843567699193954 448 90 90 60 2.2447461511875595 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 53.71553950717857 10.23591136932373 40.49716567993164 19.241071701049805 310354.0 11.424107551574707 145.30234374999964 61.952186584472656 1.418203307459362 123.53255462646484 341.2428894042969 315.7477722167969 105506.0 159.17746353149414 609.5552825927734 140.66012573242188 31.687074661254883 +sub-20127_ses-V3_task-cuff_run-01_bold 0.0005528571428571429 0.011809840401785714 2 35.977248023467524 0.9723691813422825 0.9577340607382545 0.5494829458641733 280.8258972167969 0.19759011221500158 0 0.0 3.068623489174969 2.678224893576904 3.1999998728434296 3.3276457011045735 0.0053981 0.04378953576087952 0.05882437899708748 448 90 90 60 2.0755001155149726 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 75.56987131331506 8.58784294128418 34.578617095947266 16.34151840209961 310416.0 9.897321701049805 123.77511787414551 54.369346618652344 2.8683276951401755 115.25581359863281 320.4804992675781 291.58929443359375 105263.0 151.71273498535157 588.4785827636719 140.4904327392578 30.572248458862305 +sub-20127_ses-V3_task-cuff_run-02_bold 0.0006328571428571428 0.010164225089285715 2 36.58664104697985 0.9879996890604029 0.9692765447203584 0.5489655808445814 280.1019287109375 0.2248497654440572 0 0.0 3.0832318219278196 2.6913332263893595 3.209466539133925 3.3488957002601745 0.00700856 0.045760855078697205 0.05991179868578911 448 90 90 60 2.0643741081669176 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 75.40390544380253 8.62093448638916 34.48661422729492 16.303571701049805 310642.0 9.834821701049805 123.50111961364772 54.41917419433594 2.8640904355581744 115.2276611328125 318.8701171875 290.2265625 105142.0 149.8534729003906 587.0813018798826 140.58749389648438 30.780906677246094 +sub-20127_ses-V3_task-rest_run-01_bold 0.0010860937499999998 0.009361133303571427 2 36.097115834608516 1.0178347062863533 0.9973999250559287 0.5505240413331891 273.8553771972656 0.1949250522729211 73 16.294642857142858 3.0659471003924303 2.687374893213316 3.201008206136695 3.3094582018272796 0.0070338 0.04103143513202667 0.05501046031713486 448 90 90 60 2.062281027030284 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 75.62086395665015 8.978347778320312 34.76115036010742 16.600446701049805 309386.0 9.821429252624512 124.21429061889648 53.95083236694336 2.8695024421262794 116.29826354980469 321.189208984375 292.64288330078125 106102.0 149.30168075561525 591.5579345703125 141.90185546875 32.14707946777344 +sub-20127_ses-V3_task-rest_run-02_bold 0.0005220982142857143 0.008849259665178572 2 35.51028096322146 0.9746233672259506 0.9613605232214766 0.5483119742301897 284.1492004394531 0.19841684504643473 76 16.964285714285715 3.0582387673653986 2.6654332274185326 3.183779040154654 3.325504034523009 0.00418143 0.04679121449589729 0.06024117395281792 448 90 90 60 2.076361904663031 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 76.44238459713416 8.548128128051758 34.348236083984375 16.241071701049805 311360.0 9.761160850524902 123.19419860839844 54.356597900390625 2.7856073972001223 114.822265625 318.86199951171875 290.07366943359375 104565.0 150.8946472167969 585.7357421874999 139.70217895507812 32.149478912353516 sub-20128_ses-V1_task-cuff_run-01_bold 0.0014265837104072401 0.02091400316742081 8 68.02665262376414 1.122116226643991 0.9798896173015869 0.4686639183154283 5214.1904296875 0.5502024820345146 48 10.85972850678733 2.4594548574738 2.403379071164963 2.5936832302696216 2.3813022709868155 0.00257062 -0.0007954011671245098 0.012552552856504917 442 90 90 60 2.715674840544723 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 2 56.33560779227183 19.552236557006836 41.29093551635742 13.447964668273926 316818.0 0.009049774147570133 155.15713119506813 90.52413940429688 4.199353366985363 249.27842712402344 1040.611572265625 977.1900634765625 99169.0 575.9321533203125 1726.4937255859368 359.8314208984375 24.9959716796875 sub-20128_ses-V1_task-cuff_run-02_bold 0.0017558690744920995 0.027233372686230252 7 75.96579417916287 1.1193070700000003 0.9874256042760183 0.46938289094035973 5201.083984375 0.725235227793356 130 29.345372460496613 2.5033951475071334 2.432312403348589 2.654287394528095 2.4235856446447164 0.00629629 -0.0010753795504570007 0.01487711537629366 443 90 90 60 2.6925545247113027 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 103.52576506986811 19.660377502441406 41.68206787109375 13.556434631347656 316000.0 0.022573363035917282 152.4425567626953 95.76346588134766 4.172888762406411 251.8416290283203 1036.560791015625 973.61962890625 99772.0 567.8161834716797 1725.0407897949217 361.5951843261719 20.904191970825195 sub-20128_ses-V1_task-rest_run-01_bold 0.0022023755656108597 0.016501346153846155 8 65.44919702517012 1.13146395276644 1.0153921076417236 0.468096646186316 5315.9599609375 0.5951872130205826 335 75.7918552036199 2.4601229117486274 2.4178290705907712 2.5850248972803396 2.3775147673747705 0.00272583 -0.0007353337714448571 0.01326840091496706 442 90 90 60 2.7306830017332433 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 5 118.34776521950566 19.24699592590332 41.26540756225586 13.423077583312988 316996.0 0.04751131311058998 153.92591094970703 94.03417205810547 3.6223367751732125 252.08609008789062 1043.4283447265625 981.4457397460938 99095.0 574.6873535156251 1731.4706420898435 359.4122009277344 26.600805282592773 @@ -1822,6 +2899,10 @@ sub-20132_ses-V1_task-cuff_run-01_bold 0.000785111111111111 0.015394329333333333 sub-20132_ses-V1_task-cuff_run-02_bold 0.000697661469933185 0.018913614699331848 1 63.07022918136157 1.023203708191964 0.9890926944866075 0.5039426816814848 1113.96630859375 0.3829990312426666 15 3.34075723830735 2.712769428111453 2.57250823111104 2.80371655525698 2.762083497966339 0.013708 -0.024669714272022247 0.08323744684457779 449 90 90 60 2.671243058910967 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 83.02847678257825 7.221495628356934 23.939565658569336 11.31180477142334 311507.0 5.630289554595947 81.62026977539075 40.65763854980469 3.1288182585227053 115.27974700927734 427.8017578125 397.3363037109375 104501.0 243.3942108154297 707.6748657226562 148.74513244628906 19.541370391845703 sub-20132_ses-V1_task-rest_run-01_bold 0.0007662723214285714 0.01665684955357143 2 61.92537675574944 1.0380645128859052 0.9933160295302006 0.5009341869754347 1175.0848388671875 0.33534785466119954 231 51.5625 2.701636094411579 2.5790540641842656 2.7881998892068904 2.7376543298435805 0.00279309 -0.02418369986116886 0.07953214645385742 448 90 90 60 2.6734991307450997 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 89.05783357501322 6.933150768280029 23.42279815673828 11.131696701049805 311597.0 5.569196701049805 80.13660888671879 40.56004333496094 3.1849545887972104 116.51335906982422 432.91790771484375 402.4464416503906 104351.0 244.12612915039062 714.5078430175781 150.531005859375 21.42608642578125 sub-20132_ses-V1_task-rest_run-02_bold 0.0014777455357142856 0.020283600669642857 2 64.33904655507824 1.0238117754138696 0.9901704007829975 0.5041190415315256 1128.0308837890625 0.40669083271481515 260 58.035714285714285 2.725662483731553 2.582249897390608 2.815233221466016 2.779504332338035 0.00606728 -0.023847736418247223 0.08107895404100418 448 90 90 60 2.706783358441222 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 82.29916680047737 7.267399311065674 24.045555114746094 11.337054252624512 311709.0 5.5870537757873535 82.68527221679688 40.59709167480469 3.0493342958728347 114.85038757324219 430.1681213378906 400.6339416503906 104382.0 245.8103843688965 709.044479370117 148.0103759765625 19.405656814575195 +sub-20132_ses-V3_task-cuff_run-01_bold 0.0004128125 0.018442513392857147 2 59.488077696935115 1.028990227337808 0.992051213221476 0.5008921965349488 1244.1771240234375 0.18938074326001628 1 0.22321428571428573 2.582766650435335 2.411266570851542 2.727883224936993 2.6091501555174683 0.0066871 -0.016968946903944016 0.07593119144439697 448 90 90 60 3.0085698028941525 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 115.7613964274499 5.788106441497803 21.14723014831543 10.368304252624512 313383.0 5.522321701049805 67.36384582519531 40.06697082519531 2.364047427293136 104.03034973144531 401.88885498046875 382.5758972167969 102968.0 228.98081588745117 632.6678741455078 127.16143035888672 20.60443878173828 +sub-20132_ses-V3_task-cuff_run-02_bold 0.0007086414253897551 0.017869231848552335 1 61.16899275785716 1.0414204829687503 1.0056989899553563 0.5006843304817917 1281.0660400390625 0.24329241071283322 1 0.22271714922049 2.5854291505519496 2.415862404002253 2.7245582250691167 2.6158668225844797 0.00450632 -0.01638721488416195 0.07403644919395447 449 90 90 60 3.0345540287603168 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 118.22800217293467 5.728986740112305 21.178434371948242 10.342985153198242 313342.0 5.632516860961914 68.01548309326174 39.993656158447266 2.2754103907182817 103.78215789794922 404.75592041015625 385.51226806640625 102901.0 230.7171630859375 635.6859741210938 127.04021453857422 21.105743408203125 +sub-20132_ses-V3_task-rest_run-01_bold 0.0007093095768374165 0.01736124899777283 1 63.530843436651764 1.0381706919196423 0.9997337800669642 0.5012988886610819 1171.4222412109375 0.27536356158332576 180 40.089086859688194 2.605361094436718 2.441858236302605 2.751341557338176 2.622883489669372 0.00498091 -0.01910935342311859 0.07834243774414062 449 90 90 60 2.9034806267690243 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 118.78983014476414 6.2044758796691895 21.413755416870117 10.563474655151367 313004.0 5.556793212890625 67.00445556640625 40.266517639160156 2.3003082072592402 109.2734146118164 400.1977233886719 380.0245056152344 103297.0 221.9919952392578 638.2628173828123 130.8852081298828 20.432146072387695 +sub-20132_ses-V3_task-rest_run-02_bold 0.0010364285714285714 0.017670865401785713 2 61.945358156845636 1.0466157885011187 1.0119001757494397 0.5012048514707962 1260.296142578125 0.26394051530832147 171 38.169642857142854 2.5869235948466374 2.416074903993809 2.7315582247909616 2.613137655755142 0.00324634 -0.016601992771029472 0.07436829805374146 448 90 90 60 3.01396532985035 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 121.59054125339401 5.76824951171875 21.32046890258789 10.377232551574707 313444.0 5.544642925262451 69.29397773742664 40.04327392578125 2.309638493007168 104.8213119506836 403.92218017578125 384.0357360839844 102849.0 229.97991943359375 635.3134277343747 127.41814422607422 21.189727783203125 sub-20133_ses-V1_task-cuff_run-01_bold 0.010233015873015875 0.009391154671201815 9 32.6633095653182 1.0904887091590916 1.0649157124545447 0.42566640264094163 10579.8291015625 0.2844361619828133 11 2.494331065759637 2.8949146200633007 2.685508226620824 3.2678332034813087 2.73140243008777 0.0337922 -0.019152231514453888 0.03064887784421444 441 90 90 60 2.6384980320372824 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 34.84201503230831 22.909732818603516 61.153812408447266 15.808389663696289 337622.0 0.04988662153482437 297.2409439086918 132.8647003173828 0.576402474702927 532.0103759765625 1739.971435546875 1635.802734375 82070.0 888.9681427001954 2935.2476562500005 619.97119140625 32.46954345703125 sub-20133_ses-V1_task-cuff_run-02_bold 0.005087237442922374 0.00674037611872146 12 29.394784359885584 1.075415012974828 1.0348175137757438 0.42604592133552455 10552.099609375 0.22024621656396753 5 1.1415525114155252 2.8875215650788455 2.6847623933171274 3.2477957042775274 2.7300065976418826 0.0176307 -0.019659345969557762 0.030769703909754753 438 90 90 60 2.628127126024679 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 32.633467123305216 22.861860275268555 62.59041976928711 15.792236328125 337675.0 0.054794520139694214 308.2266998291015 135.7919158935547 0.5791204301822774 537.8985595703125 1743.8096923828125 1636.86865234375 81886.0 895.2408447265625 2951.2509765625 622.8232421875 37.93280029296875 sub-20133_ses-V1_task-rest_run-01_bold 0.005808724373576311 0.005700621435079727 11 30.18047670276253 1.0788157017808218 1.0245065660045656 0.425960442706357 10693.994140625 0.22758592736792171 78 17.767653758542142 2.8623090729873844 2.6620665608856453 3.229616538333236 2.695244119743271 0.01207 -0.01847022958099842 0.029425563290715218 439 90 90 60 2.647504874197948 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 14 35.583511920540715 22.921234130859375 60.40182113647461 15.6810941696167 336926.0 0.013667427003383636 293.19933319091797 132.3671875 0.6004772965675609 528.7300415039062 1741.0040283203125 1639.650390625 82532.0 885.720425415039 2931.561694335937 619.3153686523438 41.72735595703125 @@ -1830,41 +2911,759 @@ sub-20134_ses-V1_task-cuff_run-01_bold 0.0019721719457013575 0.01723925873303167 sub-20134_ses-V1_task-cuff_run-02_bold 0.007830427927927928 0.02244544545045045 6 52.5486038933183 1.0940145972009028 1.070029262347629 0.44945877462133826 5755.35791015625 0.48019467538085137 29 6.531531531531532 2.361432761119302 2.330112407409652 2.3464249067614515 2.4077609691868025 0.00500502 0.0006335024954751134 0.020900409668684006 444 90 90 60 3.1947336041571863 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 16 106.78767122758812 16.218467712402344 36.46133804321289 11.457207679748535 331177.0 0.0855855867266655 133.89955444335968 92.81640625 2.095150021146302 213.37120056152344 890.3715209960938 855.0112915039062 86955.0 508.5558715820313 1377.9405883789063 267.62994384765625 22.01349639892578 sub-20134_ses-V1_task-rest_run-01_bold 0.0032622471910112353 0.022568263820224723 5 53.84750695290536 1.0161518920495498 0.9587063013513509 0.4486524779274982 5523.26416015625 0.5507892168021209 296 66.51685393258427 2.3652647065489334 2.3419457402727706 2.3518124065473716 2.402035972826657 0.0037202 -0.00016840531316120178 0.016120092943310738 445 90 90 60 3.1851596832211464 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 24 68.66911822512407 16.491867065429688 35.944759368896484 11.667415618896484 331988.0 0.1033707857131958 133.65236053466782 86.19405364990234 2.1552566292692497 214.7473907470703 897.5935668945312 860.7123413085938 86477.0 513.4476318359375 1388.4292236328124 270.2242431640625 22.45532989501953 sub-20134_ses-V1_task-rest_run-02_bold 0.0035589414414414415 0.019328657477477477 6 52.4911169692551 1.0939552076975168 1.055062459367946 0.4509447013044698 5507.51123046875 0.5026858142823774 262 59.009009009009006 2.348139711401742 2.33040824073123 2.3329749072959065 2.3810359861780888 0.00351717 -0.0001604940480319783 0.015855824574828148 444 90 90 60 3.228509066005032 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 17 68.68669017050144 16.40880012512207 36.443817138671875 11.619369506835938 331665.0 0.11486487090587616 137.33694458007807 86.10050964355469 2.1493690347076155 209.87173461914062 892.6621704101562 857.8018188476562 86631.0 513.6486511230469 1373.788330078125 265.6944274902344 24.739238739013672 +sub-20135_ses-V1_task-cuff_run-01_bold 0.0023314573991031384 0.012804416188340809 4 37.1728940428989 1.0286183726067417 0.9341723913483146 0.4953728874518689 563.9169311523438 0.1312843639947647 2 0.4484304932735426 2.960540263879057 2.728433224915138 3.020266546652057 3.1329210200699777 0.00325498 -0.017331218346953392 0.05151767283678055 446 90 90 60 2.283615732711241 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 34.98932999136395 3.447216749191284 25.702518463134766 13.614350318908691 329026.0 10.822870254516602 87.39069938659668 36.16585922241211 1.7039051335343585 125.3663558959961 377.14166259765625 344.9551696777344 88937.0 185.30001220703127 658.1103637695312 151.05572509765625 30.861797332763672 +sub-20135_ses-V1_task-cuff_run-02_bold 0.0008132662192393736 0.0043080646756152126 3 36.78180733919282 1.1283001172869955 0.9972950799775792 0.4974196138522671 558.9193725585938 0.09347226185619159 0 0.0 2.879793041445763 2.667520727335583 2.942208216420483 3.029650180581223 0.00297342 -0.018630439415574074 0.05361754819750786 447 90 90 60 2.2791503870017396 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 35.211001929931555 3.2106454372406006 26.220535278320312 13.565995216369629 328891.0 11.172259330749512 91.1588363647461 37.770782470703125 1.7347017630059867 124.64473724365234 375.94195556640625 343.1566162109375 88821.0 186.95973205566406 656.7785034179688 150.5625457763672 43.69997024536133 +sub-20135_ses-V1_task-rest_run-01_bold 0.0002796846846846847 0.004187865 6 37.90841044501126 1.1369631100677207 0.984028629774266 0.4949512713347861 578.8787231445312 0.0951038709256384 0 0.0 2.8704777640014396 2.6542207278640775 2.9286707169584147 3.028541847181828 0.003304 -0.01831764727830887 0.051113612949848175 444 90 90 60 2.30992169010794 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 37.14891769173778 3.02698016166687 25.61937141418457 13.460586547851562 329510.0 11.211711883544922 86.81531524658203 36.70658493041992 1.672632215397516 125.42015075683594 378.0616760253906 346.16217041015625 88439.0 188.33693542480472 657.3184631347654 149.8579864501953 44.63162612915039 +sub-20135_ses-V1_task-rest_run-02_bold 0.0003096868008948546 0.004196702751677852 3 37.513266927107594 1.1306906614798204 0.9897981345067255 0.49899273087678975 553.1646118164062 0.0838564449592061 0 0.0 2.885886097091167 2.670112393899266 2.9478707161954754 3.0396751811787595 0.00584645 -0.019453061744570732 0.05531284585595131 447 90 90 60 2.2783543510055817 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 33.62571916925215 3.2139639854431152 26.53697967529297 13.606264114379883 328661.0 11.187919616699219 93.1767349243164 38.07109069824219 1.7309706312140323 124.36280822753906 374.8959655761719 342.6040344238281 89117.0 185.1749450683594 656.6049072265625 150.37261962890625 44.505455017089844 +sub-20135_ses-V3_task-cuff_run-01_bold 0.0004565617977528091 0.004675811887640449 5 28.949960768671197 1.0031162600225232 0.9850979389864862 0.49468290695272515 632.8305053710938 0.10360687189690643 0 0.0 2.8630791519073764 2.6416290616977585 2.9576290491410475 2.9899793448833236 0.00156257 -0.019443508237600327 0.05350874736905098 445 90 90 60 2.3490628122914536 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 35.88651272159945 3.2817161083221436 24.314067840576172 12.125843048095703 329215.0 9.591011047363281 86.42921447753906 36.81776809692383 1.3235505688803286 117.77857971191406 355.0771484375 325.7157287597656 88540.0 176.74820861816406 613.6276275634766 138.65695190429688 43.58852005004883 +sub-20135_ses-V3_task-cuff_run-02_bold 0.002833026905829596 0.006526766995515695 4 30.44841182170785 1.029706524404494 1.0164938001348314 0.4945992470177953 627.0126953125 0.11159308053508624 0 0.0 2.8888610961496624 2.6683873939678118 2.9833832147843355 3.014812679696839 0.00320247 -0.019304588437080383 0.05640485882759094 446 90 90 60 2.3459628046066148 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 36.767599092465176 3.3408420085906982 24.189167022705078 12.116592407226562 329403.0 9.511211395263672 85.5287033081053 36.400611877441406 1.3724042420346176 117.64087677001953 354.65557861328125 325.1569519042969 88391.0 177.11211395263672 612.7276000976562 138.60198974609375 36.96351623535156 +sub-20135_ses-V3_task-rest_run-01_bold 0.0003795495495495495 0.0041619967342342344 6 31.960527329345375 1.0609620046501127 0.9934922987810397 0.49452756906843076 638.1119995117188 0.10161138811223488 3 0.6756756756756757 2.8240777628565614 2.6054665631347276 2.928479050299364 2.938287675135593 0.00361037 -0.019297655671834946 0.052327606827020645 444 90 90 60 2.3716382973724563 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 34.81642357879556 3.162217140197754 24.194477081298828 12.092342376708984 329719.0 9.774774551391602 85.55675582885732 36.26964569091797 1.331213476303862 117.08218383789062 355.0994873046875 326.31982421875 88226.0 178.1525993347168 611.5613708496094 137.591796875 45.90532302856445 +sub-20135_ses-V3_task-rest_run-02_bold 0.0002865022421524664 0.0045600554708520175 4 33.288001499977526 1.0612049219550561 0.9797273802921349 0.4959865897750471 622.3881225585938 0.09794612869511664 1 0.2242152466367713 2.8619597073018337 2.644862394902611 2.957245715822946 2.9837710111799445 0.00361855 -0.020224634557962418 0.05653221160173416 446 90 90 60 2.3365166434847633 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 34.51293482469553 3.2045485973358154 24.560081481933594 12.174888610839844 329173.0 9.81838607788086 88.03543243408188 36.769554138183594 1.3877489541855832 117.62256622314453 354.4710693359375 324.8946228027344 88586.0 176.47253799438477 614.0123596191406 139.05006408691406 43.24156188964844 sub-20136_ses-V1_task-cuff_run-01_bold 0.0005008126410835214 0.004453043295711061 7 35.307707734796374 1.1000389769683256 0.9845347423981908 0.455385578195656 7123.99609375 0.21839558611458337 0 0.0 2.904595169034479 2.705266559169032 3.2459123710190307 2.762606576915374 0.023843 -0.00638068001717329 0.02585122175514698 443 90 90 60 2.484360561529363 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 40.81423630959032 27.54360580444336 88.02869415283203 18.934537887573242 328371.0 0.011286681517958641 460.9684143066406 200.927978515625 1.0164589999856153 571.6552124023438 1724.931884765625 1635.135498046875 89791.0 776.4424743652344 2956.0079345703125 658.1679077148438 45.41656494140625 sub-20136_ses-V1_task-cuff_run-02_bold 0.0008334762979683971 0.004715254176072234 7 35.34899148920813 1.1141135768778283 1.0043919042307685 0.45618901312062216 7136.0634765625 0.21259851920404085 0 0.0 2.9218326654976075 2.7224207251540533 3.266116536882856 2.7769607344559133 0.0210504 -0.00673492019996047 0.025867749005556107 443 90 90 60 2.457904148534425 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 38.82043802347883 27.724327087402344 88.84190368652344 18.914220809936523 327864.0 0.0 466.2818267822265 201.12979125976562 1.0668476398733864 578.1829833984375 1729.1781005859375 1638.320556640625 90246.0 775.3448333740234 2977.6705932617188 666.5481567382812 44.8322868347168 sub-20136_ses-V1_task-rest_run-01_bold 0.0002766893424036281 0.0033995952154195013 9 33.79956843624997 1.1046972475681816 0.988105515477273 0.4551316563854819 7216.7236328125 0.18520111111227475 43 9.750566893424036 2.901446558671847 2.701054059336421 3.2438165377689785 2.7594690789101417 0.0234389 -0.005890085361897945 0.024719620123505592 441 90 90 60 2.4768648572600855 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 38.62248163353462 27.54244613647461 87.34086608886719 18.79024887084961 327940.0 0.0 455.7148605346679 200.10020446777344 1.0003945123701499 575.6934204101562 1727.959716796875 1638.2947998046875 90073.0 774.4925415039063 2964.7950195312496 661.4352416992188 48.97406768798828 sub-20136_ses-V1_task-rest_run-02_bold 0.0007087191011235956 0.004566497977528091 5 34.97728502869368 1.105443405698198 0.9973314998423419 0.45681394855526797 7212.25439453125 0.21587913437697934 101 22.696629213483146 2.9186771098563433 2.718037391994898 3.259970703793736 2.7780232337803943 0.0195996 -0.006072074640542269 0.02501041255891323 445 90 90 60 2.46265235838619 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 34.66612641766371 27.60305404663086 89.58557891845703 18.883146286010742 327915.0 0.004494382068514824 471.3258361816406 201.7509765625 1.0562130262851372 577.0721435546875 1726.6278076171875 1636.36865234375 90310.0 774.4568756103515 2967.4960205078132 664.4703979492188 46.0367431640625 +sub-20138_ses-V1_task-cuff_run-01_bold 0.0007868456375838927 0.006538672192393735 3 33.6019297629372 1.0360401947757842 0.9840912315695081 0.5432801821848023 383.34185791015625 0.12290933711916766 0 0.0 2.8389263715699102 2.636924895218019 2.996158214276703 2.8836960052150094 0.00478173 -0.01817358285188675 0.11547984927892685 447 90 90 60 1.9581583208665203 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 26.15412944295753 6.646834850311279 39.91824722290039 16.288591384887695 308346.0 11.313199043273926 163.72650909423828 63.45197677612305 1.415719793913988 145.92185974121094 380.7301330566406 342.4530029296875 106932.0 164.35693817138673 726.0433044433594 174.88442993164062 36.67318344116211 +sub-20138_ses-V1_task-cuff_run-02_bold 0.000591036036036036 0.006560960585585586 6 32.926773213544 1.0270871330474036 0.9790683577426648 0.5449828009372439 374.762939453125 0.10230444548871531 0 0.0 2.8258527604175723 2.63188322875169 2.9789123816286573 2.8667626708723706 0.00331018 -0.01839810609817505 0.11814599484205246 444 90 90 60 1.9529809780031444 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 24.855567865442953 6.638317584991455 40.23440170288086 16.326576232910156 308297.0 11.44594669342041 166.05765686035164 63.9213981628418 1.3736938091339885 146.34185791015625 379.27911376953125 340.9358215332031 106978.0 162.89313583374025 724.4805175781248 174.57119750976562 39.75790786743164 +sub-20138_ses-V1_task-rest_run-01_bold 0.0022115801354401807 0.008986103860045147 7 34.86653122999998 1.0533123994343883 1.002472971063349 0.5437745995623964 381.93621826171875 0.10965596780005706 0 0.0 2.8657458157577236 2.6591040610033647 3.030004046265123 2.9081293400046833 0.00302701 -0.020774971693754196 0.12032349407672882 443 90 90 60 1.9529445252278923 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 24.936903261370503 6.797212600708008 39.26042175292969 16.216705322265625 307247.0 10.896162986755371 159.81467437744158 61.26008605957031 1.5135476306279054 145.33517456054688 379.28594970703125 340.64447021484375 107864.0 164.11546630859377 721.8774353027343 174.42527770996094 35.313232421875 +sub-20138_ses-V1_task-rest_run-02_bold 0.0012962162162162164 0.0134818465990991 6 32.38438425433407 0.9876626151918727 0.9612311368623021 0.5456459824418864 370.87493896484375 0.10413458793418165 2 0.45045045045045046 2.872258316116097 2.6624832275357555 3.02752487969697 2.9267668411155645 0.00402683 -0.018515804782509804 0.11896668374538422 444 90 90 60 1.9472008466043875 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 24.584913098379108 6.788581848144531 40.45222473144531 16.445945739746094 308113.0 11.425676345825195 166.78288574218678 63.661983489990234 1.3578343261706536 147.08148193359375 379.2470703125 340.854736328125 107198.0 162.58683090209962 724.5032745361328 175.04776000976562 31.631032943725586 +sub-20138_ses-V3_task-cuff_run-01_bold 0.0016978923766816144 0.007026533094170403 4 36.886610185348296 1.1165324987415737 1.0012641213258429 0.5355635695166517 491.35369873046875 0.1223959967879256 0 0.0 2.781022111714332 2.557133231721988 2.917691550728021 2.868241552692987 0.0059007 -0.008866380900144577 0.10322994738817215 446 90 90 60 2.1094505048105043 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 29.3289198530589 4.850037097930908 31.692150115966797 13.322870254516602 309239.0 9.692825317382812 129.00919647216793 51.79706954956055 1.3146666647696952 126.52314758300781 347.21343994140625 315.78924560546875 106267.0 160.36009521484374 640.0933105468749 149.70143127441406 36.76649856567383 +sub-20138_ses-V3_task-cuff_run-02_bold 0.0003988939051918736 0.00533022618510158 7 37.671931564343915 1.122304417443439 0.9874835259728498 0.5348696841739979 497.1864929199219 0.12088424539062215 0 0.0 2.761999890247985 2.537024899187688 2.8907248851329133 2.8582498864233536 0.00374442 -0.007988403551280499 0.10389134287834167 443 90 90 60 2.1125146506193357 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 29.89417182119881 4.571636199951172 31.58734703063965 13.221219062805176 309752.0 9.88939094543457 128.13296127319342 52.032005310058594 1.260691815944024 126.58010864257812 347.3414001464844 315.75396728515625 105751.0 160.87359619140625 639.8735961914062 149.46759033203125 40.740623474121094 +sub-20138_ses-V3_task-rest_run-01_bold 0.0008686966292134831 0.007348593393258427 5 37.703761538986505 1.116386093355856 0.9887196579954962 0.5356564299047837 488.4718933105469 0.11612622499413336 1 0.2247191011235955 2.7807762783907677 2.5636040647981937 2.918504050695735 2.8602207196783733 0.00620318 -0.010759378783404827 0.10093120485544205 445 90 90 60 2.0969517287446067 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 29.383176961031054 4.800967216491699 31.627851486206055 13.332584381103516 308568.0 9.815730094909668 128.0710121154782 51.396671295166016 1.3251138005326064 127.44212341308594 347.4198303222656 315.87188720703125 106808.0 159.57259063720704 642.7503448486327 150.6331329345703 37.382713317871094 +sub-20138_ses-V3_task-rest_run-02_bold 0.0013022421524663678 0.007434445201793722 4 38.508428552022444 1.1442370685393262 1.00443345447191 0.5352173222284157 487.80389404296875 0.11382258260581055 2 0.4484304932735426 2.7966165555391087 2.5755707309893476 2.9285082169648717 2.8857707186631076 0.00319417 -0.008439647033810616 0.10176759213209152 446 90 90 60 2.090176532898839 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 29.033990445711147 4.90654993057251 31.745351791381836 13.29820728302002 308927.0 9.468610763549805 129.99708862304692 51.98422622680664 1.3207107741174777 127.43896484375 346.86163330078125 315.22760009765625 106474.0 158.97904281616212 641.6350311279294 150.8131561279297 37.124000549316406 sub-20139_ses-V1_task-cuff_run-01_bold 0.0005449321266968326 0.002830821334841629 8 34.11630644752836 1.1177055292517015 0.9998610172108846 0.4503829387490773 8642.701171875 0.24096643354301361 0 0.0 2.947929854554282 2.6849790599751846 3.2201415387097385 2.9386689649779223 0.00912116 -0.0030984601471573114 0.02713765576481819 442 90 90 60 2.630940921058657 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 35.45409568551284 23.688093185424805 60.89866638183594 16.18099594116211 323924.0 0.0 294.55160675048785 136.03421020507812 0.5823894454743428 524.5006713867188 1609.4234619140625 1540.530517578125 92754.0 728.4960662841797 2682.800061035153 585.5404052734375 50.885292053222656 sub-20139_ses-V1_task-cuff_run-02_bold 0.001015349887133183 0.0034142560948081263 7 32.88930806214929 1.1073750498868788 1.0027163002488682 0.4507319140786698 8488.27734375 0.2184814538130194 0 0.0 2.9370256919932136 2.6818665600988645 3.2090248724848083 2.9201856433959685 0.0111636 -0.0031617232598364353 0.027213256806135178 443 90 90 60 2.631260868434134 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 33.92382916040254 24.042922973632812 62.1945915222168 16.408578872680664 324431.0 0.0 301.9729309082031 138.42845153808594 0.5611686323756073 530.2579345703125 1618.572509765625 1548.9515380859375 92510.0 735.947866821289 2701.073107910156 588.6695556640625 51.068119049072266 sub-20139_ses-V1_task-rest_run-01_bold 0.0008635214446952596 0.00381143546275395 7 33.43160870923076 1.109933571674208 1.0018244834841632 0.4507203600211603 8770.12890625 0.24279667222977053 148 33.408577878103834 2.9619201284010255 2.69865822609829 3.231445704927218 2.955656454177568 0.0133298 -0.004073137417435646 0.028588837012648582 443 90 90 60 2.619027396188216 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 33.271840216924986 23.66474151611328 61.7548713684082 16.23702049255371 324040.0 0.0022573363967239857 296.485659790039 136.51727294921875 0.5640900450249875 530.490478515625 1615.9276123046875 1547.7088623046875 92812.0 726.8467498779297 2702.214306640625 590.9447631835938 47.86369705200195 sub-20139_ses-V1_task-rest_run-02_bold 0.00043641083521444695 0.002832231738148984 7 33.31101956067877 1.1020209430542995 0.9949623458597282 0.4512035977782938 8618.2822265625 0.21751528881513899 106 23.927765237020317 2.951188189033017 2.7002832260337186 3.221029038674472 2.93225230239086 0.0116487 -0.003300114767625928 0.026356106624007225 443 90 90 60 2.6148824080662414 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 35.437664372472966 23.798612594604492 62.525535583496094 16.313770294189453 323975.0 0.0022573363967239857 303.8708862304686 139.46388244628906 0.5548158227903071 533.7400512695312 1619.9500732421875 1550.9593505859375 92989.0 723.6000122070313 2705.33232421875 593.1245727539062 51.467018127441406 +sub-20139_ses-V3_task-cuff_run-01_bold 0.0005658916478555305 0.005195019638826186 7 27.181328216606357 1.008588578642534 0.9452983766515841 0.44326860807411295 14084.4453125 0.15169978018106176 0 0.0 2.8762619256779804 2.6451998948892 3.178524873696769 2.8050610084479732 0.0260763 0.0028992758598178625 0.038976460695266724 443 90 90 60 2.5928283919185904 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 1 43.069703619706885 21.05094337463379 63.67716598510742 14.248307228088379 326577.0 0.0 308.86456298828125 157.09800720214844 0.7336920567828713 557.9470825195312 1769.93408203125 1676.6591796875 91433.0 822.1526245117188 2985.9963867187494 646.6490478515625 42.350677490234375 +sub-20139_ses-V3_task-cuff_run-02_bold 0.0006218552036199095 0.003955339117647058 8 24.125673112630395 1.0403950822448982 1.0115578890249437 0.4487323132554284 10371.451171875 0.14986528104143834 0 0.0 2.9252173799369032 2.7212582252002466 3.2389373712961924 2.8154565433142706 0.0116127 -0.0062187546864151955 0.03193702921271324 442 90 90 60 2.490315483506437 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 35.316917847211485 24.509899139404297 71.53692626953125 16.77375602722168 324235.0 0.0067873308435082436 352.49842834472656 164.9521484375 0.7603822019774915 606.226806640625 1834.9881591796875 1738.77490234375 92548.0 819.3026245117188 3162.1244140624995 698.2109375 54.0057373046875 +sub-20139_ses-V3_task-rest_run-01_bold 0.0007855855855855855 0.004019872792792793 6 27.035701575372492 1.0316855513995484 0.9761137380135433 0.4485479297543393 10178.2880859375 0.17939260920898883 34 7.657657657657658 2.9458423730484316 2.72988322485752 3.2616415370606764 2.846002357227098 0.0239782 -0.004714162554591894 0.029757004231214523 444 90 90 60 2.492541720786775 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 38.23810020908141 25.104061126708984 71.94076538085938 17.049549102783203 324043.0 0.0 348.60067443847635 167.5791015625 0.7503892013164508 609.7703247070312 1845.165771484375 1750.1756591796875 92733.0 819.0270629882813 3171.8010253906245 702.1612548828125 47.99665832519531 +sub-20139_ses-V3_task-rest_run-02_bold 0.00040334090909090913 0.002053629681818182 10 24.616324135922554 1.052172220136674 0.9973823285421419 0.44796733836448693 10020.3662109375 0.14732767455157675 2 0.45454545454545453 2.930531268404365 2.7304290581691637 3.244649871069198 2.816514875974734 0.0135465 -0.006747990846633911 0.028608035296201706 440 90 90 60 2.4620375779201296 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 33.99950921625447 25.103151321411133 71.10186004638672 17.011363983154297 324233.0 0.0 353.0813537597651 161.58062744140625 0.7696741976454353 611.4132690429688 1837.475341796875 1740.230712890625 92694.0 808.1172454833986 3179.699133300781 706.8215942382812 58.75758743286133 sub-20142_ses-V1_task-cuff_run-01_bold 0.0012184126984126984 0.005235773696145125 9 34.929038667681795 1.066512553249999 0.9927620519318187 0.48868142993265157 4725.13427734375 0.2941039295910303 6 1.3605442176870748 2.995195096907276 2.6719165604942416 3.2061540392655514 3.107514690962034 0.00766792 -0.010433772578835487 0.047772765159606934 441 90 90 60 2.3544611787166363 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 48.932578832700806 31.706172943115234 82.64409637451172 21.96145248413086 304850.0 0.03401360660791397 386.1204132080072 180.69842529296875 0.9022925759956641 582.4879150390625 1620.7213134765625 1533.2686767578125 111370.0 702.3196166992188 2827.2860229492185 651.215576171875 40.494014739990234 sub-20142_ses-V1_task-cuff_run-02_bold 0.0024880454545454546 0.004610707931818182 10 33.446651745421434 1.0924135665603638 1.0181997822779036 0.48894118226258737 4502.6572265625 0.2487009061349727 4 0.9090909090909091 2.989395098175861 2.6692665605995436 3.196629039644041 3.1022896942839977 0.00821759 -0.010328617878258228 0.047552723437547684 440 90 90 60 2.3558483912148853 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 50.070048997770236 32.411705017089844 83.49830627441406 22.497726440429688 304767.0 0.0181818176060915 392.0936187744145 183.05865478515625 0.9360684562565318 583.8825073242188 1626.792724609375 1538.390869140625 111227.0 710.4024841308594 2837.593017578125 653.00634765625 41.79944610595703 sub-20142_ses-V1_task-rest_run-01_bold 0.0018972108843537416 0.0042371248979591845 9 33.99815958186365 1.0808100283181823 1.003035073954546 0.4888894564588296 4730.205078125 0.26323498388094047 154 34.92063492063492 2.9830131566539735 2.6660957273922072 3.194087373078371 3.0888563694913422 0.0144542 -0.01075450237840414 0.04628443717956543 441 90 90 60 2.3593049227507126 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 47.681509021743956 31.907888412475586 82.0356216430664 22.174604415893555 304407.0 0.024943310767412186 385.56643371582044 178.76318359375 0.944662653016537 582.1903076171875 1628.0438232421875 1540.12353515625 111692.0 710.8634857177735 2842.057421875 652.7840576171875 42.57167053222656 sub-20142_ses-V1_task-rest_run-02_bold 0.0013787074829931972 0.006035489591836735 9 37.898448857613644 1.0568717195681823 0.988273318772728 0.4916879989624501 4290.29736328125 0.3652164180513226 209 47.39229024943311 3.012013149148759 2.6848082266486393 3.230399871635442 3.1208313491621977 0.00880426 -0.010852831415832043 0.046516310423612595 441 90 90 60 2.354540730156254 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 42.93580958278384 33.234161376953125 84.88162994384766 23.221088409423828 303812.0 0.05895691737532616 396.20317840576195 181.04945373535156 0.9310629148050773 583.8394165039062 1623.916748046875 1537.7369384765625 112213.0 701.6648681640625 2831.5510742187485 653.09130859375 35.60991668701172 +sub-20142_ses-V3_task-cuff_run-01_bold 0.0009977954545454545 0.004429864727272728 10 32.44603800933942 1.0606083971298408 1.0019655877904328 0.4899768751398973 4428.39599609375 0.2405464993785055 3 0.6818181818181818 3.1282492377348468 2.79449572229005 3.3792956990521867 3.2109562918623022 0.00662868 -0.014338359236717224 0.04921407252550125 440 90 90 60 2.2746385455104687 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 43.78088426901314 34.271697998046875 97.17562103271484 23.997726440429688 306069.0 0.036363635212183 467.63316040039007 210.6271209716797 0.8736475926859617 656.7522583007812 1722.9356689453125 1626.3544921875 110355.0 717.5815490722657 3035.780957031249 714.991455078125 43.0921516418457 +sub-20142_ses-V3_task-cuff_run-02_bold 0.0018100907029478459 0.004345786167800453 9 32.08950172779546 1.0787240563409093 1.0089248799772723 0.490694884926703 4249.91552734375 0.22652565036940536 4 0.9070294784580499 3.1186228512095013 2.789745722478798 3.365137366281455 3.20098546486825 0.0054679 -0.013918021693825722 0.0495784655213356 441 90 90 60 2.2819985720136744 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 40.35561486966201 35.086570739746094 98.4289779663086 24.522674560546875 306452.0 0.0317460335791111 475.65589599609393 211.28256225585938 0.8419945737193131 655.8885498046875 1723.4478759765625 1628.513671875 110058.0 716.5656402587891 3037.1695556640616 713.631591796875 43.53074264526367 +sub-20142_ses-V3_task-rest_run-01_bold 0.0010918778280542985 0.004736278031674208 8 33.11096440097501 1.0740823740362808 1.0033093541269835 0.48868560223119667 4422.5595703125 0.2547558984130186 162 36.65158371040724 3.135039514421584 2.8030332219508005 3.3869956987462166 3.2150896225677346 0.0119744 -0.013809455558657646 0.04825744405388832 442 90 90 60 2.271154946788188 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 44.55486038303787 34.18035888671875 94.9426040649414 23.979639053344727 305892.0 0.022624434903264046 454.9882568359376 206.86695861816406 0.8700963027219006 658.2032470703125 1721.7901611328125 1625.9989013671875 110570.0 713.6124816894531 3033.3488647460927 715.9315795898438 42.839786529541016 +sub-20142_ses-V3_task-rest_run-02_bold 0.0019095495495495493 0.005757533603603603 6 34.03600723322799 1.0627606886004515 0.9996418944243795 0.49227859317060935 4247.7294921875 0.2646959374160392 170 38.288288288288285 3.1469159004551908 2.8007498887081983 3.412912364383047 3.227085448274327 0.00682265 -0.012310230173170567 0.04848659783601761 444 90 90 60 2.2768712819494716 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 33.30503930064701 35.00477600097656 98.39855194091797 24.484235763549805 305326.0 0.045045047998428345 477.9499053955078 206.78524780273438 0.9147301869342943 654.5254516601562 1722.928466796875 1626.25 110885.0 714.4554321289063 3033.5172851562497 714.2444458007812 38.729339599609375 sub-20143_ses-V1_task-cuff_run-01_bold 0.004650498866213153 0.006396249115646259 9 33.311635802136344 1.0267316908181823 0.9939464503863635 0.5153931806014556 1872.0811767578125 0.25507354731726445 10 2.2675736961451247 2.9671201473332687 2.7114498922566614 3.3305832009878475 2.859327348755297 0.0175416 0.04950699955224991 0.022948499768972397 441 90 90 60 2.3232297584773467 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 21.538007830169697 52.116329193115234 154.41758728027344 37.21088409423828 308518.0 0.03401360660791397 764.6620147705069 317.64605712890625 1.0643439862080513 610.1075439453125 1758.245361328125 1634.9796142578125 106662.0 819.6176147460938 3102.4401367187497 703.7495727539062 38.99783706665039 sub-20143_ses-V1_task-cuff_run-02_bold 0.004859389140271494 0.005991454049773756 8 33.83776675104308 1.0812617458049891 1.026981556077098 0.5159483102719815 1844.1402587890625 0.2824048063564545 10 2.262443438914027 2.967399314650288 2.7151498921096366 3.3310498676359703 2.855998184205256 0.0150369 0.04875662177801132 0.024088814854621887 442 90 90 60 2.3163080541343417 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 14 20.3839334553755 52.085628509521484 154.86170959472656 37.26018142700195 308599.0 0.031674209982156754 772.637573242185 315.4388732910156 1.068811500159386 608.5479736328125 1751.214111328125 1627.94580078125 106689.0 811.336669921875 3095.18115234375 702.81591796875 41.22764587402344 sub-20143_ses-V1_task-rest_run-01_bold 0.004070566893424036 0.007713790158730157 9 32.3924241021818 1.0639349346590927 1.0160406532500001 0.5137190190647318 1916.1632080078125 0.2531723005742729 119 26.984126984126984 2.9606243176439295 2.7116915589137256 3.3278957010946395 2.842285692923423 0.0131416 0.048242684453725815 0.02233916148543358 441 90 90 60 2.3102860906911094 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 21.80518585716841 51.825523376464844 153.12474060058594 36.937644958496094 308880.0 0.01587301678955555 759.2530456542945 316.3783874511719 1.0877854777889118 617.001220703125 1773.8905029296875 1648.9229736328125 106457.0 819.284814453125 3133.4699218749997 713.7277221679688 42.6235237121582 sub-20143_ses-V1_task-rest_run-02_bold 0.006600564334085779 0.00705154704288939 7 33.150921480565636 1.0891371486199086 1.0459201784841623 0.5168505430868553 1795.2984619140625 0.24564742755061428 104 23.47629796839729 2.959168762753848 2.7134623921766923 3.3248165345503278 2.8392273615345243 0.0176037 0.04938582330942154 0.022968027740716934 443 90 90 60 2.303755264460025 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 21 19.828258223267536 53.08251953125 156.59954833984375 37.8893928527832 308932.0 0.08803611993789673 779.5440063476562 316.3604431152344 1.0914914627515708 610.0892333984375 1751.88525390625 1627.1884765625 106572.0 805.0959442138671 3100.4289306640626 706.3167114257812 40.801239013671875 +sub-20143_ses-V3_task-cuff_run-01_bold 0.008527217194570136 0.006371292466063348 8 37.402829742993205 1.136809503582767 1.0893087704308393 0.5197258986765112 1886.6575927734375 0.37560412837728946 21 4.751131221719457 2.96269376478355 2.719079058620172 3.3406957005860134 2.8283065351444656 0.00973311 0.04459467902779579 0.027171656489372253 442 90 90 60 2.320760390822629 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 29 19.848315349143732 54.04119110107422 167.29446411132812 38.55430221557617 308385.0 0.06787330657243729 832.5344360351562 337.9515686035156 0.9620631057647628 634.14111328125 1815.170166015625 1688.5792236328125 106853.0 836.2715209960937 3206.7792968749995 727.593994140625 39.062782287597656 +sub-20143_ses-V3_task-cuff_run-02_bold 0.007817810383747178 0.007379826817155755 7 41.035139782850656 1.1351067073981893 1.0591347952941172 0.5205926134627447 1786.390380859375 0.4320317110091316 30 6.772009029345372 2.9843354267912887 2.736212391272688 3.3693665327800697 2.8474273563211083 0.0111521 0.043900132179260254 0.026220068335533142 443 90 90 60 2.3028082835697736 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 14 19.702448945038107 55.42523193359375 168.98318481445312 39.54176330566406 308188.0 0.06546275317668915 841.0315032958966 339.3793029785156 0.9658547013608638 637.7548828125 1813.128662109375 1685.9683837890625 107218.0 830.7745178222656 3213.374182128906 732.1323852539062 36.8902587890625 +sub-20143_ses-V3_task-rest_run-01_bold 0.007039954751131222 0.0063647748416289585 8 37.58496621401363 1.1264521151020406 1.06380751340136 0.5187647722629432 1873.5592041015625 0.37847145091053763 215 48.64253393665158 2.9696895973156985 2.726358224997591 3.351770700145932 2.830939866803572 0.0124984 0.04288914427161217 0.025249049067497253 442 90 90 60 2.3163535681544434 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 20.125694286574074 54.72211456298828 166.38839721679688 38.97285079956055 308393.0 0.04072398319840431 824.9226684570299 335.89776611328125 0.9950733022604736 635.8720092773438 1825.3009033203125 1697.26708984375 107017.0 839.7959350585937 3227.1766113281246 732.7288818359375 39.1635856628418 +sub-20143_ses-V3_task-rest_run-02_bold 0.008603378378378379 0.007323914617117117 6 37.57751106625281 1.1202999520541765 1.0599119888036113 0.5215854600434568 1755.0733642578125 0.3772256546307003 191 43.01801801801802 2.9791645964607034 2.7369123912448727 3.3672331995315075 2.833348198605729 0.00954932 0.04413055628538132 0.025426696985960007 444 90 90 60 2.2975291959758946 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 16 19.234411921864023 56.24873352050781 170.37484741210938 39.979732513427734 307843.0 0.06531531363725662 846.1344665527326 340.2998046875 0.9925689834630012 637.569091796875 1809.7174072265625 1683.06982421875 107500.0 823.2404632568359 3206.7652954101554 732.5530395507812 37.97840881347656 +sub-20146_ses-V1_task-cuff_run-01_bold 0.0005433780760626399 0.017307629731543626 3 39.85731514044843 0.9843037754260089 0.9603849916143489 0.5546211315224607 406.99468994140625 0.30540070230878424 0 0.0 2.934388878932712 2.5238165663792067 3.0587498784562 3.2206001919627307 0.0053852 0.0052038757130503654 0.12577511370182037 447 90 90 60 2.4244841226641842 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 27.980491666105735 5.618631362915039 35.60474395751953 13.850111961364746 312099.0 9.81431770324707 139.3375854492183 60.41636276245117 0.7654603848473602 107.17524719238281 316.7713317871094 297.09844970703125 104377.0 145.9521240234375 550.1762939453125 122.5403060913086 28.633663177490234 +sub-20146_ses-V1_task-cuff_run-02_bold 0.0020606040268456374 0.016489799843400446 3 38.84081437230941 0.9897738201793719 0.9718114663228686 0.5549234626939593 401.3164367675781 0.2997982493994404 0 0.0 2.9375402666499837 2.5457040655094754 3.0779165443612517 3.1890001900792235 0.0129051 0.005671453662216663 0.13190488517284393 447 90 90 60 2.4385868573817913 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 28.692898082469636 5.9436774253845215 36.23259353637695 14.004474639892578 312238.0 9.63982105255127 143.39854507446282 61.528751373291016 0.7687119069343167 105.34769439697266 314.7324523925781 294.8836669921875 104299.0 147.1877029418945 545.4277526855468 120.92341613769531 27.716115951538086 +sub-20146_ses-V1_task-rest_run-01_bold 0.0010889732142857144 0.01348237973214286 2 37.38507738901565 0.9895331254809837 0.9771436908053683 0.5556743159590559 403.18511962890625 0.2813976891550733 190 42.410714285714285 2.9122958226839493 2.5205873998408554 3.0431457124095873 3.173154355801405 0.0125335 0.00482751801609993 0.1290351152420044 448 90 90 60 2.436566433751062 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 27.937482772146506 5.76824951171875 35.9816780090332 13.912946701049805 311972.0 9.714285850524902 142.52311019897468 60.939151763916016 0.7531440181491611 106.5256118774414 316.5836181640625 296.7723388671875 104411.0 147.97433471679688 549.4754638671875 121.79882049560547 29.259593963623047 +sub-20146_ses-V1_task-rest_run-02_bold 0.0007089086859688196 0.0144980429844098 1 36.83125655154019 0.9728816919866076 0.9620402733705353 0.5567908337479254 395.6338806152344 0.2607439943253736 165 36.74832962138085 2.928788878628591 2.5243998996893606 3.05727071184831 3.2046960243481015 0.0125596 0.00798281654715538 0.12525674700737 449 90 90 60 2.433437285810853 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 21.751672647001165 5.824745178222656 36.00226974487305 13.997773170471191 312584.0 9.770601272583008 143.99454193115218 59.59795379638672 0.7604374680909372 105.76171875 315.08197021484375 295.07464599609375 103932.0 147.757470703125 546.7614654541015 121.2577896118164 28.3436222076416 +sub-20146_ses-V3_task-cuff_run-01_bold 0.0006952561247216035 0.011623102850779509 1 38.6575204006473 1.0131900851339288 0.9670218278571422 0.5500594184464876 415.4068298339844 0.2246358678596898 0 0.0 2.9385929387863636 2.5518748985976023 3.1056748765915683 3.15822904116992 0.0160629 -0.0007343845209106803 0.11538156121969223 449 90 90 60 2.4329882173339445 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 22.726676890688132 7.340366840362549 35.8980598449707 15.19821834564209 312171.0 9.873051643371582 141.1870880126953 57.5927619934082 0.39010336727419626 125.11972045898438 349.2448425292969 330.55010986328125 104475.0 153.74766845703124 601.2797485351559 135.8611297607422 31.267704010009766 +sub-20146_ses-V3_task-cuff_run-02_bold 0.0005178378378378379 0.011381641666666668 6 38.53844560370203 1.0125132479232501 0.9628756864108347 0.5509794102756816 406.58502197265625 0.21805479405247344 0 0.0 2.9447596052079885 2.560733231578937 3.1170207094740587 3.156524874570971 0.0126755 -0.002738295355811715 0.11705970019102097 444 90 90 60 2.42495362290192 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 25.728738829796725 7.553257942199707 36.55156326293945 15.385135650634766 311873.0 9.923423767089844 143.6234252929678 59.36501693725586 0.3615369770671748 125.99110412597656 349.90692138671875 331.2229919433594 104644.0 153.02286071777345 603.0559967041015 136.58876037597656 31.511293411254883 +sub-20146_ses-V3_task-rest_run-01_bold 0.0007344196428571428 0.007282622366071428 2 37.78912467881431 1.0412457436241602 0.9860147156375841 0.5500631093259699 416.4842834472656 0.19989646494962782 51 11.383928571428571 2.917763772947373 2.541954065658487 3.083483210806719 3.127854042376914 0.00674335 -0.0010904973605647683 0.11239908635616302 448 90 90 60 2.430002151949119 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 21.247149442735875 7.522221088409424 36.11638259887695 15.312500953674316 311899.0 9.712054252624512 142.23728790283187 58.118804931640625 0.383646179715472 126.84854888916016 351.6044006347656 332.9464416503906 104746.0 155.10882186889648 605.6144256591797 137.01422119140625 35.107749938964844 +sub-20146_ses-V3_task-rest_run-02_bold 0.0010597321428571429 0.011853458616071427 2 38.25743770818791 1.0120837755928405 0.9785751717449653 0.5507617018772387 407.00054931640625 0.24388304996103827 156 34.82142857142857 2.976198492847608 2.60312489656111 3.169783207377465 3.1556873746042498 0.00639374 -0.0020130258053541183 0.11101395636796951 448 90 90 60 2.411246712554722 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 20.230319037773032 7.777043342590332 36.50800704956055 15.52901840209961 311317.0 9.850446701049805 144.2384033203126 57.537315368652344 0.34596177356839375 127.48725891113281 351.2167053222656 332.3660888671875 105173.0 152.74242248535157 606.8290405273436 137.8392791748047 30.142911911010742 +sub-20151_ses-V1_task-cuff_run-01_bold 0.0012126785714285714 0.024733930580357142 2 54.55523301899324 0.9999960120581664 0.9825246087248319 0.47343328348053043 1618.615478515625 0.21920921767947596 7 1.5625 2.561386094877102 2.384433238584469 2.716312392063443 2.5834126539833937 0.00386205 0.007909526117146015 0.05079679191112518 448 90 90 60 3.559192481291407 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 68.41191360446315 5.553139686584473 20.982065200805664 9.642857551574707 335115.0 5.15625 66.15692062377927 40.560890197753906 1.0433324546426181 94.07904815673828 409.8629455566406 398.8995666503906 84009.0 246.34420471191407 609.7696533203125 112.0751953125 20.076005935668945 +sub-20151_ses-V1_task-cuff_run-02_bold 0.0005467706013363029 0.026391617594654786 1 55.379360071249984 0.9911748940625001 0.9690673121428569 0.4758415555971634 1482.4765625 0.20692176221338773 1 0.22271714922049 2.571231928019121 2.404258237796695 2.7199873919174116 2.5894501543432566 0.00351813 0.005219899117946625 0.053485359996557236 449 90 90 60 3.4878720884344823 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 66.04656514556201 5.970032691955566 21.52393341064453 10.046771049499512 334626.0 5.209354400634766 67.09298706054688 40.656307220458984 1.0347461978236678 95.71534729003906 408.0381164550781 396.77728271484375 84479.0 242.31069946289062 610.6626098632811 113.75845336914062 19.084758758544922 +sub-20151_ses-V1_task-rest_run-01_bold 0.0005862053571428572 0.01668007098214286 2 54.8087313094407 1.034202113736018 1.004689685078301 0.4717185757605094 1689.609619140625 0.18220467295388068 27 6.026785714285714 2.4861638729668383 2.3300665740781397 2.625858228991102 2.502566815831273 0.0030153 0.007188986986875534 0.051650892943143845 448 90 90 60 3.5701801539894196 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 71.51132666332758 5.22551155090332 20.853397369384766 9.428571701049805 335462.0 5.1875 66.52198867797858 41.453006744384766 1.0263129361186634 95.32008361816406 413.01080322265625 401.3951110839844 83715.0 250.89532928466795 614.1875 112.42926025390625 23.942180633544922 +sub-20151_ses-V1_task-rest_run-02_bold 0.0006953243847874719 0.027583851454138702 3 57.1333460616816 0.993502397511211 0.9735295178251119 0.47525903853105944 1524.113525390625 0.2384232605302254 92 20.58165548098434 2.5836374833936824 2.4123999041398405 2.7396415578030924 2.598870988238115 0.0034369 0.006604661699384451 0.05349329859018326 447 90 90 60 3.4893446828543526 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 61.72839563297816 5.761252403259277 21.17674446105957 9.82326602935791 334763.0 5.187919616699219 66.62572555541969 40.066707611083984 1.0597750003356587 95.08222961425781 405.6458435058594 394.548095703125 84683.0 240.11006622314454 606.7796447753906 113.07159423828125 18.785308837890625 +sub-20151_ses-V3_task-cuff_run-01_bold 0.00028541387024608503 0.02096567874720358 3 51.83959789022425 0.9943762782959638 0.9686492407847528 0.47083019711644564 1666.1837158203125 0.1370413555343777 0 0.0 2.5490763700919072 2.388249905099475 2.7677373900199975 2.49124181515625 0.00298436 0.005141284316778183 0.05426381900906563 447 90 90 60 3.446757776367128 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 68.83399865917035 5.412990570068359 21.134252548217773 9.6196870803833 334916.0 5.297539234161377 64.16610908508301 42.848838806152344 1.4937159423681132 96.51506042480469 418.0267639160156 404.6935119628906 83929.0 250.9355651855469 627.4662231445312 117.412109375 21.95650863647461 +sub-20151_ses-V3_task-cuff_run-02_bold 0.001235 0.020497194 0 52.58054819060131 1.035090129443206 1.0140651433184855 0.4718240065352836 1608.1395263671875 0.15123980072835347 0 0.0 2.5523097037862907 2.391754071626899 2.759149890361234 2.5060251493707386 0.00555396 0.004539412446320057 0.05374724790453911 450 90 90 60 3.4526921096216174 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 65.4137881469021 5.712961673736572 21.36090087890625 9.80666732788086 334767.0 5.228888988494873 65.11955642700205 42.3951301574707 1.3330829534819522 97.46625518798828 417.0826110839844 404.3800048828125 83975.0 247.27044982910155 624.1475769042971 117.1195068359375 21.733436584472656 +sub-20151_ses-V3_task-rest_run-01_bold 0.0002483668903803132 0.014918057718120804 3 52.800320424304886 1.0303589819730945 0.9960559578026906 0.46978637360607345 1714.4610595703125 0.15304470427572778 22 4.921700223713646 2.507294425860798 2.3526165731820834 2.7217207251818687 2.447545979218442 0.00360656 0.0050307088531553745 0.055392008274793625 447 90 90 60 3.459188531431403 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 71.5461854207256 5.200716018676758 20.97223663330078 9.440715789794922 335072.0 5.266219139099121 63.269239616394124 43.60465621948242 1.4225396305431577 97.08226013183594 419.0479736328125 405.6353454589844 83837.0 252.58121337890628 628.3405151367188 117.262451171875 25.202350616455078 +sub-20151_ses-V3_task-rest_run-02_bold 0.0010420712694877508 0.023792969710467703 1 52.82030193263388 1.0056701513392858 0.9837263003794645 0.47088876976909794 1681.776611328125 0.15307975481054345 20 4.4543429844097995 2.5550930370491747 2.387891571780381 2.7701498899241335 2.5072376494430095 0.00742007 0.005437315907329321 0.05468349531292915 449 90 90 60 3.481420442676059 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 65.82988324153389 5.289819240570068 21.019752502441406 9.525612831115723 335137.0 5.2783966064453125 63.690425872802734 42.8610725402832 1.4271008822168492 95.53703308105469 416.43804931640625 404.0289611816406 83982.0 249.12806701660156 621.8340911865233 116.05221557617188 20.593212127685547 +sub-20152_ses-V1_task-rest_run-01_bold 0.002200722347629797 0.01628474803611738 7 42.6324405280543 1.0420551680542995 0.9965186154524881 0.4672780198153651 4159.17626953125 0.5419350460121772 270 60.94808126410835 2.9116923637842214 2.693858226289025 3.1417582084910785 2.8994606565725602 0.0118671 -0.005313258618116379 0.028827780857682228 443 90 90 60 3.527900246971987 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 49.39023071001986 36.509498596191406 78.4720230102539 25.424379348754883 329565.0 0.1309255063533783 318.67134399414044 154.76234436035156 1.2320027238488285 372.3675231933594 1640.376708984375 1611.3048095703125 89079.0 929.6806335449219 2446.3302734374993 456.7294006347656 29.488950729370117 +sub-20153_ses-V1_task-cuff_run-01_bold 0.0024411856823266225 0.013950745548098437 3 48.665731028071754 1.0675206816143505 0.9934533863901347 0.5556724972648183 291.209716796875 0.3165615049282698 18 4.026845637583893 2.8329652677257093 2.480049901451671 2.922849883856381 3.0959960178690764 0.0185095 -0.030652642250061035 0.0959540605545044 447 90 90 60 2.4032022890190206 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 42.41959240678999 8.325124740600586 33.10927200317383 16.062639236450195 313034.0 10.09395980834961 109.40045166015625 48.208282470703125 0.901233526001461 108.03759002685547 314.49676513671875 291.4776306152344 104086.0 158.2897071838379 547.1940765380859 121.2865982055664 28.211341857910156 +sub-20153_ses-V1_task-cuff_run-02_bold 0.0022530269058295958 0.012201118677130045 4 47.24836062739328 1.0794852269213477 1.0129119043146066 0.5561760616046073 294.39581298828125 0.28907154490495773 12 2.690582959641256 2.83521110058996 2.4920790676403417 2.9290290502775096 3.084525183852028 0.0152926 -0.030927447602152824 0.09729105234146118 446 90 90 60 2.3904071230387163 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 43.35582211644808 8.377034187316895 33.53092956542969 16.0246639251709 312745.0 10.022421836853027 111.71973419189453 49.03775405883789 0.9381287028963565 108.0122299194336 313.76263427734375 290.7735595703125 104374.0 156.88710861206056 547.2051879882811 121.64127349853516 29.304641723632812 +sub-20153_ses-V1_task-rest_run-01_bold 0.0015264653243847875 0.010263516554809844 3 47.02460562248881 1.0882985149103144 1.0049085412107623 0.5545817086503103 305.833740234375 0.2716950660756055 156 34.899328859060404 2.8165263787220813 2.4695082352038926 2.907266551142273 3.0728043498200783 0.0113888 -0.03035564534366131 0.09434980154037476 447 90 90 60 2.4052701747032033 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 41.50589436735477 7.9072113037109375 32.79621887207031 15.686800956726074 312841.0 10.022371292114258 109.61968994140625 47.799930572509766 0.8666849178246085 108.43891906738281 314.132080078125 291.53131103515625 104298.0 157.10917739868165 546.4650878906249 121.20464324951172 31.379745483398438 +sub-20153_ses-V1_task-rest_run-02_bold 0.0033556696428571433 0.013458825870535715 2 50.760030593020105 1.0652136088143176 0.9968409779418338 0.5570949301226545 287.5686950683594 0.34392687781502357 168 37.5 2.8309083232570367 2.480520734766295 2.9194082173264735 3.0927960176783413 0.0182137 -0.030551552772521973 0.09733100980520248 448 90 90 60 2.401233186572221 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 41.81639944605739 8.435608863830566 33.49578857421875 16.100446701049805 313116.0 10.04464340209961 111.6651840209961 48.64348602294922 0.9512454938786679 107.32318115234375 312.91693115234375 289.96875 103967.0 157.88460998535157 544.0350891113281 120.75768280029297 28.423738479614258 +sub-20153_ses-V3_task-cuff_run-01_bold 0.00130375 0.011738314754464284 2 58.98396718568233 1.0898831394854578 0.9865652284563762 0.538714564265319 366.02716064453125 0.46787399331628887 48 10.714285714285714 2.8494568312172035 2.4490999026815135 3.016099880150959 3.083170710819137 0.0109102 -0.016715900972485542 0.09202205389738083 448 90 90 60 2.5814625520637784 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 73.89046930272667 7.015886306762695 28.287490844726562 14.944196701049805 313423.0 9.629465103149414 82.64263687133781 44.869869232177734 0.6821650298039152 110.17255401611328 321.49737548828125 303.40625 103587.0 163.37255401611327 538.7991333007812 117.5321273803711 27.586624145507812 +sub-20153_ses-V3_task-cuff_run-02_bold 0.0015115625 0.011878468013392858 2 61.96282777174496 1.103347392326622 0.9943422635570466 0.5396086664471307 362.109130859375 0.5061452941959361 59 13.169642857142858 2.8464179424490688 2.4381957364481397 3.019174880028769 3.081883210870297 0.0120633 -0.017157945781946182 0.09320037066936493 448 90 90 60 2.5715557930855875 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 69.73360834906512 6.996030807495117 28.446521759033203 14.979911804199219 313568.0 9.839285850524902 83.55279388427726 44.41985321044922 0.6947205088414559 110.39102172851562 321.1817626953125 302.921875 103549.0 163.0825958251953 539.6616333007812 117.79655456542969 27.575347900390625 +sub-20153_ses-V3_task-rest_run-01_bold 0.0009798657718120805 0.010126204697986578 3 57.64266723154711 1.1082755088116596 1.000131514372197 0.5378490797722463 375.42376708984375 0.45471540034434327 288 64.42953020134229 2.828141554286418 2.433512403300905 3.0067582138554965 3.0441540457028533 0.00718899 -0.014740455895662308 0.08492674678564072 447 90 90 60 2.5876534106060585 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 59.926906739439474 6.756288051605225 27.60961151123047 14.81655502319336 313421.0 9.818792343139648 80.70469665527344 41.42415237426758 0.7018951087510499 110.24324798583984 322.4880676269531 304.72259521484375 103529.0 164.18075866699218 540.2407348632812 117.75963592529297 29.769733428955078 +sub-20153_ses-V3_task-rest_run-02_bold 0.0012683258928571429 0.011615530089285715 2 60.9194810000671 1.0857358750783008 0.9877918195078299 0.5409980418626481 357.1954040527344 0.5066011979854318 295 65.84821428571429 2.8492971090013275 2.448870736023953 3.0235123798564123 3.075508211123617 0.0143971 -0.017365122213959694 0.09127616137266159 448 90 90 60 2.5716121333916098 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 3 64.40580015931184 7.317039966583252 28.785179138183594 15.21651840209961 313270.0 9.837054252624512 84.91317558288569 43.9538459777832 0.716046386918503 110.12954711914062 321.43377685546875 303.29241943359375 103755.0 163.55313415527343 539.7283813476562 117.93806457519531 27.44268226623535 +sub-20154_ses-V1_task-cuff_run-01_bold 0.0009680623608017818 0.005831628307349665 1 40.8818250892857 1.1266244703348216 1.0070181336607145 0.5258359624407714 329.7847900390625 0.09564475713624239 0 0.0 2.9501361007353295 2.6740748937418104 2.949508216130407 3.226825192333769 0.00633822 0.003251471556723118 0.026803312823176384 449 90 90 60 2.3012485441135264 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 33.84075173765216 7.171964645385742 29.051441192626953 15.331849098205566 328068.0 9.96436595916748 97.38452758789055 38.45063781738281 0.8224693664270939 112.4747085571289 320.55633544921875 297.1904296875 90274.0 143.18619689941406 569.5648437499997 129.1424102783203 38.28001403808594 +sub-20154_ses-V1_task-cuff_run-02_bold 0.0007901116071428572 0.008604459598214285 2 42.61115160776287 1.1081567511409394 0.9758989676957498 0.5268284880754416 323.737548828125 0.10718023259167747 0 0.0 2.9620555452362325 2.684312393335009 2.9590207157524144 3.2428335266212738 0.00516368 0.0045940810814499855 0.02646169625222683 448 90 90 60 2.322371207732881 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 33.86808852370007 7.310421466827393 29.123798370361328 15.437500953674316 328452.0 9.926340103149414 97.95067367553716 38.473026275634766 0.8050743894052363 111.853759765625 319.7386474609375 296.77679443359375 89989.0 145.08170166015626 565.6308349609375 127.78971099853516 34.86972427368164 +sub-20154_ses-V1_task-rest_run-01_bold 0.0004306026785714285 0.005341104687500001 2 42.708355965570505 1.1416100806935132 0.9950302995749448 0.525158070909207 330.87640380859375 0.09823141671638755 7 1.5625 2.939940267141832 2.6711582271910417 2.941929049764909 3.206733524469546 0.00746413 0.0010265192249789834 0.024522297084331512 448 90 90 60 2.3052679409434242 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 33.47923817454584 7.141643524169922 28.92525863647461 15.343750953674316 327823.0 9.96651840209961 96.79777145385695 38.17613983154297 0.7706210203616135 112.76878356933594 322.0911865234375 298.89398193359375 90256.0 144.2840461730957 572.7416534423828 129.65621948242188 40.1733283996582 +sub-20154_ses-V1_task-rest_run-02_bold 0.0007877181208053689 0.007528767225950783 3 44.41549926390138 1.1533525513228693 0.9999988454708526 0.5276654083707826 323.2531433105469 0.10973019836570728 9 2.0134228187919465 2.958668045229279 2.6802332268304334 2.9572123824909378 3.238558526366464 0.00787708 0.005028215702623129 0.025949619710445404 447 90 90 60 2.316277266197245 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 33.926753310323505 7.170887470245361 29.19000244140625 15.366890907287598 328138.0 9.975391387939453 98.62002525329582 38.77440643310547 0.7763992404363909 111.41740417480469 318.0849914550781 295.22705078125 90376.0 143.19630813598633 563.4334411621094 127.45685577392578 36.462181091308594 +sub-20156_ses-V1_task-cuff_run-01_bold 0.0005708908685968819 0.004328966391982182 1 32.144003348638385 1.06595579375 1.011537280558035 0.5166707063213601 526.7020874023438 0.07841343077488114 0 0.0 2.827095816569727 2.6081957296929468 2.9868207146477417 2.8862710053684917 0.00554524 -0.011255391873419285 0.0638597160577774 449 90 90 60 2.3121417675335856 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 31.60895203542409 4.048264026641846 29.35780143737793 12.848552703857422 327980.0 9.946548461914062 112.68608551025389 47.83436965942383 1.2570754973177758 120.52334594726562 340.14471435546875 315.97216796875 90524.0 163.3614776611328 601.6177276611326 136.6570281982422 42.50152587890625 +sub-20156_ses-V1_task-cuff_run-02_bold 0.0019888143176733783 0.005844606979865772 3 31.909735718340833 1.058638547488789 1.0167714893946187 0.5170049181330238 522.4703979492188 0.08515491014018199 1 0.22371364653243847 2.8439999832437888 2.6232748957604213 3.001945714046728 2.906779339924217 0.00929988 -0.01253254059702158 0.06259089708328247 447 90 90 60 2.3122832914069287 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 32.02066788209256 4.222265243530273 29.683551788330078 12.977628707885742 328022.0 9.937359809875488 114.29742698669436 48.23457336425781 1.2417486639867974 121.26327514648438 342.2624206542969 317.8579406738281 90240.0 164.90805587768554 605.5193786621094 137.46420288085938 38.413204193115234 +sub-20156_ses-V1_task-rest_run-01_bold 0.0014504444444444445 0.005035002777777778 0 33.13468603454343 1.0890442631848551 1.0226813669042314 0.5166867536234567 525.6381225585938 0.07923827471757243 2 0.4444444444444444 2.8450916494673666 2.6285498955508113 3.0120165469798823 2.8947085058714057 0.0153124 -0.011353492736816406 0.06446072459220886 450 90 90 60 2.29716312894923 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.802509904585428 3.9997313022613525 29.245866775512695 12.813333511352539 327527.0 9.924445152282715 112.42378005981448 47.4876823425293 1.305537382760403 120.22425842285156 339.6455078125 315.28558349609375 91034.0 162.28789291381838 603.6585662841796 137.2492218017578 41.218177795410156 +sub-20156_ses-V1_task-rest_run-02_bold 0.000463184855233853 0.005168435434298441 1 33.37426019573662 1.0734157336383918 1.0011229661160717 0.5165466606761541 522.7030639648438 0.08809122793275168 2 0.44543429844098 2.823051371861587 2.611045729579698 2.9846540480671706 2.8734543379378916 0.0234926 -0.01125588733702898 0.062082357704639435 449 90 90 60 2.3058562252253156 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.70611187616325 4.124209880828857 29.55512809753418 12.946548461914062 328303.0 9.966592788696289 113.85033874511703 47.92860794067383 1.2423781171392232 121.16393280029297 342.3286437988281 317.6748352050781 90089.0 165.0004455566406 606.9461181640622 137.7679443359375 41.29994583129883 +sub-20156_ses-V3_task-cuff_run-01_bold 0.0004126666666666666 0.006782136044444444 0 35.42277299601337 1.0573301114031177 0.9859420002004454 0.514767228837677 529.7327880859375 0.11946854022810434 0 0.0 2.84276933148294 2.6115832295583394 2.977299881692732 2.9394248831977494 0.0218411 -0.016530519351363182 0.06603918969631195 450 90 90 60 2.3730929476061666 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 39.441185443043516 4.8761138916015625 29.374526977539062 13.308889389038086 328339.0 9.646444320678714 108.37289428710895 48.265682220458984 1.3879208449921503 122.33445739746094 351.8951721191406 327.6866760253906 90327.0 175.2644500732422 612.1878173828125 138.0834503173828 36.44569396972656 +sub-20156_ses-V3_task-cuff_run-02_bold 0.0005242222222222223 0.005910545333333333 0 34.13467220786187 1.053751243719376 0.9984155133184869 0.5142441937713441 539.0098266601562 0.1144558146481818 0 0.0 2.832145720793974 2.598220730089318 2.962649882274871 2.9355665500177324 0.0244324 -0.014796390198171139 0.06847178936004639 450 90 90 60 2.380720541771833 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 41.67755161521421 4.5433526039123535 29.01032257080078 13.082222938537598 328419.0 9.75777816772461 106.8897819519041 48.17673110961914 1.4506706142831884 121.35594177246094 349.2650146484375 325.4222412109375 90454.0 175.03822708129883 605.1008056640625 136.6898956298828 38.719425201416016 +sub-20156_ses-V3_task-rest_run-01_bold 0.0007893333333333333 0.006206471599999999 0 35.10786454104678 1.0890730134966582 1.0084476526057908 0.515640897454819 525.1724243164062 0.10129739808274915 1 0.2222222222222222 2.8426943314859208 2.6132415628257766 2.9832248814572937 2.931616550174691 0.0229512 -0.018688824027776718 0.06516964733600616 450 90 90 60 2.3685189442700247 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 38.200405367361405 4.994723796844482 29.824289321899414 13.457777976989746 328051.0 9.775555610656738 111.586669921875 48.66532897949219 1.3396344604382744 123.97191619873047 355.3453063964844 330.4666748046875 90279.0 177.35911712646487 620.3206726074218 139.52383422851562 38.12073516845703 +sub-20156_ses-V3_task-rest_run-02_bold 0.0004769777777777778 0.006646644466666666 0 34.27712423481071 1.043066038797328 0.991870602048998 0.5141831070413634 533.2997436523438 0.12130654618549638 6 1.3333333333333333 2.8405679426815262 2.611912396211926 2.969670715329221 2.9401207165034324 0.024395 -0.013101154007017612 0.06842159479856491 450 90 90 60 2.382100256067491 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 40.7818147393997 4.642192363739014 29.016441345214844 13.131111145019531 328908.0 9.695555686950684 107.22444915771484 48.12316131591797 1.453248701581975 120.82547760009766 348.7173156738281 324.7244567871094 90057.0 175.17600402832034 603.9186645507812 136.3177947998047 37.39544677734375 +sub-20159_ses-V1_task-cuff_run-01_bold 0.0013189686098654708 0.010110377802690581 4 46.024254702381995 1.1281364014831456 1.0179721759550557 0.558840502153708 295.2645263671875 0.2254197258758403 1 0.2242152466367713 2.7957512777957145 2.572783231100113 2.8866040519633276 2.927866550323703 0.0102539 -0.033317260444164276 0.1293604075908661 446 90 90 60 2.2699809214295037 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 37.0337353685882 8.400304794311523 38.529632568359375 16.183856964111328 318205.0 10.134530067443848 144.31794128417965 59.8997917175293 1.0640869455949016 116.96934509277344 321.0951232910156 299.11883544921875 99703.0 146.09148559570312 568.2235717773436 131.77085876464844 32.84180450439453 +sub-20159_ses-V1_task-cuff_run-02_bold 0.0007961297539149888 0.013665972841163311 3 47.71125831955156 1.0612309485426015 0.9726469457399107 0.5598410514394264 288.52056884765625 0.27889973842114135 4 0.8948545861297539 2.8240443322270052 2.599608230034183 2.9127873842562284 2.9597373823906032 0.0132167 -0.03376281261444092 0.13101889193058014 447 90 90 60 2.269931320076704 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 38.393410243904626 8.68333911895752 38.76265335083008 16.38702392578125 318247.0 10.140939712524414 144.19552764892583 59.8510856628418 1.0323040610124128 116.9647216796875 321.27398681640625 298.855712890625 99620.0 146.54508438110355 569.5952026367187 131.65782165527344 29.487096786499023 +sub-20159_ses-V1_task-rest_run-01_bold 0.002049507829977629 0.014752993780760627 3 53.4693390373319 1.1003909381165908 1.0030670445739909 0.5597131544417171 291.6109619140625 0.376753926592668 256 57.27069351230425 2.8373082205888345 2.613549896146858 2.936033216665855 2.9623415489537894 0.0106648 -0.03585469722747803 0.12761224806308746 447 90 90 60 2.2727616103046753 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 40.42983423444496 8.829279899597168 38.82454299926758 16.474273681640625 317900.0 10.118568420410156 143.5593925476074 59.882057189941406 1.055754954847263 117.87682342529297 323.367919921875 300.6867980957031 99884.0 148.43702468872073 571.3604125976561 132.29953002929688 27.66144561767578 +sub-20159_ses-V1_task-rest_run-02_bold 0.0009922767857142858 0.014103311227678572 2 56.11599907246086 1.0871860024384778 0.9884476867561529 0.5594159584068894 290.7745361328125 0.4522690423677692 298 66.51785714285714 2.8475596090703696 2.6210082291838237 2.9345165500594557 2.9871540479678296 0.0105889 -0.032855477184057236 0.12810754776000977 448 90 90 60 2.262796046892753 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 5 39.0462417900964 8.716906547546387 38.62757110595703 16.328125 317857.0 9.924107551574707 144.10358276367194 59.588111877441406 1.0620335277094117 116.94025421142578 320.0901794433594 297.80804443359375 99946.0 145.48717498779297 567.4202423095703 131.6099853515625 27.886655807495117 +sub-20159_ses-V3_task-cuff_run-01_bold 0.0016527839643652562 0.010412085100222719 1 38.59024402060267 1.0112389558258938 0.9857541115624996 0.5516671441525318 312.3100280761719 0.20096263309350393 6 1.3363028953229399 2.8501054423025405 2.6177832293119736 2.910733217671187 3.021799879924461 0.0133428 -0.028356455266475677 0.12624749541282654 449 90 90 60 2.2859052595729925 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 39.580999953514194 9.45695686340332 38.74346160888672 16.919822692871094 320327.0 9.965034008026127 144.77884216308595 60.11573791503906 1.0743406251464211 125.90070343017578 342.1551208496094 319.98773193359375 98098.0 153.77472076416018 602.7207580566405 139.9822235107422 30.472431182861328 +sub-20159_ses-V3_task-cuff_run-02_bold 0.0017171651785714286 0.019896413013392854 2 50.80199236503358 1.023119693378076 0.9761341255257272 0.5510973579460912 315.2737731933594 0.4040883686765671 30 6.696428571428571 2.8938193294543963 2.6571498944143497 2.951033216069809 3.0732748778790286 0.0217418 -0.02455507591366768 0.12575224041938782 448 90 90 60 2.3010649507569445 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 34.36447565119119 9.403603553771973 38.42287063598633 16.91183090209961 320720.0 10.0 142.39732360839844 58.857112884521484 1.0495089438710963 123.14202117919922 340.7273864746094 318.75 97908.0 154.07534561157226 598.2168762207029 138.52210998535156 24.61993980407715 +sub-20159_ses-V3_task-rest_run-01_bold 0.0010092170022371364 0.013637027069351229 3 39.08845179623317 0.9835081068609868 0.9638706641928244 0.5527415110278944 306.78021240234375 0.22348447941785413 102 22.818791946308725 2.881419329947127 2.6456915615363297 2.9491373828118093 3.0494290454932433 0.0150875 -0.031476281583309174 0.1285664588212967 447 90 90 60 2.284787130148569 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 3 39.5780805810246 9.555655479431152 38.85757827758789 17.035795211791992 319526.0 9.962527751922607 144.10403060913086 59.98341751098633 1.0183809372790247 126.96981048583984 341.6308288574219 320.0111999511719 98823.0 152.81231079101562 601.7062438964842 140.06100463867188 27.47323989868164 +sub-20159_ses-V3_task-rest_run-02_bold 0.0021115848214285715 0.012853296428571427 2 39.99601327845637 1.0088248743624164 0.9938918087472025 0.5455951659852475 353.07940673828125 0.21973376288723462 103 22.991071428571427 2.874404052448112 2.6379790618427967 2.920833217269849 3.0643998782316895 0.0195704 -0.018038809299468994 0.13041335344314575 448 90 90 60 2.308839117627894 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 7 38.84945909448292 8.147693634033203 36.84669494628906 15.70089340209961 321923.0 9.533482551574707 138.48817596435524 58.85051345825195 1.157403743628863 117.54255676269531 333.6355895996094 311.16741943359375 97031.0 152.92523193359375 586.8928833007812 134.77154541015625 28.015792846679688 +sub-20162_ses-V1_task-cuff_run-01_bold 0.0011525056433408579 0.008407057088036116 7 37.31474308950227 1.0234452612443437 0.9850556438687788 0.511184722135634 2334.650390625 0.2656982571206479 6 1.3544018058690745 3.152160315297891 2.6637207274865813 3.417733197524818 3.3750270208822757 0.00970951 0.02647165022790432 0.043442919850349426 443 90 90 60 2.3035897729870567 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 52.072955705565334 38.052345275878906 89.20248413085938 27.936796188354492 297518.0 0.1376975178718567 400.50146789550615 185.4505157470703 0.7183379265435836 550.4302978515625 1456.2281494140625 1371.8984375 117455.0 620.01806640625 2572.9869873046873 595.5455322265625 32.26421356201172 +sub-20162_ses-V1_task-cuff_run-02_bold 0.0011651576576576575 0.007113439099099099 6 38.14057440573363 1.0538302178103827 0.9929515558239282 0.5125896099431781 2291.048095703125 0.2855250235702657 4 0.9009009009009009 3.1375019868385596 2.6577082277254966 3.4013706981750054 3.353427034615177 0.00986865 0.026348359882831573 0.04399442672729492 444 90 90 60 2.302183794524318 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 51.22232893778104 38.62779998779297 90.23290252685547 28.072072982788086 296904.0 0.07432432472705841 406.05778198242143 187.67628479003906 0.726957265992759 550.1288452148438 1456.888427734375 1371.6260986328125 117877.0 624.497314453125 2574.6640136718747 595.7909545898438 34.55278015136719 +sub-20162_ses-V1_task-rest_run-01_bold 0.0011226126126126126 0.005756666081081081 6 36.748998211580144 1.0619333837471774 0.996299423227991 0.5106778948444187 2275.8212890625 0.24193285070798895 162 36.486486486486484 3.117339494134164 2.6475332281298147 3.38374569887536 3.3207395553973162 0.0117804 0.026045436039566994 0.04242360591888428 444 90 90 60 2.3006046517227583 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 53.46177036607675 38.68122863769531 89.52286529541016 28.28603744506836 297539.0 0.036036036908626556 400.7155364990231 189.56793212890625 0.7108264681797691 554.893798828125 1463.8135986328125 1377.377197265625 117398.0 629.0138641357422 2587.186437988281 598.69970703125 36.61103820800781 +sub-20162_ses-V1_task-rest_run-02_bold 0.0017198648648648648 0.006106615675675675 6 35.56871869717832 1.0659115383972915 1.010601165169301 0.5129216821145622 2326.03955078125 0.22413001748291622 138 31.08108108108108 3.123376993129329 2.6561707277865914 3.389370698651842 3.3245895529495537 0.0104026 0.02673494443297386 0.044775743037462234 444 90 90 60 2.30381342064858 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 51.697881369241586 38.287200927734375 91.1727294921875 27.804054260253906 296820.0 0.07657657563686371 414.37051086425754 192.3519287109375 0.7308796017300465 549.664794921875 1455.2305908203125 1371.840087890625 117980.0 620.7592651367188 2573.989392089843 595.46240234375 36.35049057006836 +sub-20162_ses-V3_task-cuff_run-01_bold 0.0012504761904761903 0.004461295283446712 9 28.14375492886362 1.0213820811136372 1.003884151477273 0.5190277340532983 2364.28662109375 0.17257362358847433 0 0.0 3.0501742413215553 2.6276207289210665 3.3143832016315775 3.208518793412022 0.0106008 0.011376888491213322 0.046054113656282425 441 90 90 60 2.3409754287620177 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 51.32717194977886 42.42057800292969 105.06484985351562 30.263038635253906 295990.0 0.04988662153482437 482.6025085449215 217.44053649902344 0.6750827016645156 584.49169921875 1588.6663818359375 1491.548828125 118787.0 707.0449157714844 2789.1722412109375 637.145751953125 42.40375900268555 +sub-20162_ses-V3_task-cuff_run-02_bold 0.0013891196388261852 0.00506328381489842 7 28.71136813359727 1.0175672347058824 1.0010776612895935 0.5196929482162064 2312.3291015625 0.1687052520770743 0 0.0 3.0532659066732784 2.6333707286925825 3.3119082017299255 3.214518789597327 0.0133528 0.012411625124514103 0.04700908064842224 443 90 90 60 2.3419216452837355 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 49.50042957090059 42.59385681152344 105.7334213256836 30.476299285888672 296006.0 0.06094808131456375 489.6314926147461 218.25901794433594 0.6604653068099471 584.6104125976562 1585.926025390625 1489.43798828125 118813.0 706.3810424804688 2785.4809082031243 635.9869995117188 40.560020446777344 +sub-20162_ses-V3_task-rest_run-01_bold 0.0010440045248868777 0.00425631556561086 8 27.466137723877548 1.0105482764399099 1.0150813099319729 0.518210926376585 2422.787353515625 0.1727055916352344 58 13.122171945701357 3.0563714629539676 2.6339832286682436 3.3248832012143454 3.210247958979315 0.011952 0.010041936300694942 0.044941890984773636 442 90 90 60 2.331234997449102 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 49.67826738824521 42.13005447387695 104.898193359375 30.1357479095459 296265.0 0.0656108632683754 480.4461791992185 216.72621154785156 0.6552657170919578 593.8458862304688 1599.7691650390625 1502.190185546875 118740.0 708.57041015625 2815.4098876953126 644.37255859375 41.878318786621094 +sub-20162_ses-V3_task-rest_run-02_bold 0.001288194130925508 0.0054562710835214445 7 29.43604787760182 1.0190532026470587 1.0106347299547516 0.520512911862332 2439.551513671875 0.17434042559633325 58 13.09255079006772 3.0740159001242215 2.6425290616619956 3.3361873674318248 3.2433312712788447 0.0110755 0.010829556733369827 0.04838740825653076 443 90 90 60 2.341064740698932 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 48.98883392364177 41.82745361328125 106.37503814697266 29.803611755371094 295514.0 0.10158013552427292 492.06636352539044 218.059326171875 0.6523857022816153 585.1323852539062 1589.239990234375 1491.747314453125 119176.0 708.3132171630859 2790.197021484375 637.2062377929688 38.122867584228516 +sub-20164_ses-V1_task-cuff_run-01_bold 0.0009340939597315437 0.006026933870246085 3 37.647402113273536 1.0922907874663674 1.0064496073094176 0.5053961928143814 464.2340087890625 0.16511297089743832 1 0.22371364653243847 2.9340333198074178 2.7169207253726033 2.972808215204548 3.1123710188451024 0.0148249 -0.011105948127806187 0.06463536620140076 447 90 90 60 2.15027540174785 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 27.97969670347235 4.7031989097595215 27.130857467651367 13.172259330749512 330999.0 9.782998085021973 97.45212783813471 39.772727966308594 1.3671995796607366 115.8154525756836 332.7318115234375 303.8568115234375 87929.0 148.25772094726562 610.8416259765625 141.30984497070312 37.86171340942383 +sub-20164_ses-V1_task-cuff_run-02_bold 0.0005438307349665925 0.0072483187527839655 1 38.35885128790181 1.0495837882142858 0.9739294114062502 0.506271305688712 456.9312744140625 0.19165594674337885 0 0.0 2.934609708636702 2.718474891977513 2.974091548486886 3.1112626854457073 0.0141444 -0.011284894309937954 0.06514713168144226 449 90 90 60 2.158394014180752 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 28.911677906810397 4.844048023223877 27.177217483520508 13.251670837402344 331096.0 9.701559066772461 97.1698226928711 39.61674118041992 1.3642114977044892 114.88683319091797 331.7850036621094 303.3340759277344 87766.0 148.12806701660156 607.6107940673828 140.5361328125 35.454105377197266 +sub-20164_ses-V1_task-rest_run-01_bold 0.0039621973094170395 0.007422059103139014 4 39.389121863505544 1.1289550894382014 1.0504732466741575 0.5050017501288487 465.1091003417969 0.19949267437269935 79 17.713004484304932 2.9303235974519684 2.713579058838723 2.973495715177229 3.103896018339953 0.0187542 -0.01147392112761736 0.06225036457180977 446 90 90 60 2.1663916388096416 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 27.21034717500825 4.790201663970947 26.95132827758789 13.21524715423584 331266.0 9.681614875793457 96.21076965332031 38.93310546875 1.3685798504710815 115.18758392333984 333.5201721191406 305.12109375 87521.0 149.85874938964844 611.0695190429688 140.84219360351562 35.044212341308594 +sub-20164_ses-V1_task-rest_run-02_bold 0.0005878076062639821 0.006168640111856823 3 38.69241592181613 1.0913493704035875 0.9987809784753369 0.5057183691494727 457.22979736328125 0.17909610448928104 65 14.5413870246085 2.9145499863606976 2.703737392563129 2.954345715938182 3.0855668505807827 0.0203998 -0.009795860387384892 0.06212892010807991 447 90 90 60 2.1552449507999047 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 28.220423884436723 4.809337615966797 27.06778907775879 13.25055980682373 331229.0 9.787471771240234 95.75704803466776 39.34928512573242 1.3830178529648514 114.8867416381836 331.7908935546875 303.2684631347656 87739.0 147.726171875 607.8756286621091 140.71102905273438 37.962738037109375 +sub-20164_ses-V3_task-cuff_run-01_bold 0.0005704474272930648 0.005981631163310962 3 37.139881706905825 1.0498471753139007 0.9895447291031387 0.4965584621307604 512.2225952148438 0.23058117082347268 0 0.0 2.8781582189656008 2.6803165601604557 2.930541550217408 3.02361654651894 0.00598846 -0.007349138613790274 0.05578381195664406 447 90 90 60 2.317821433575688 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 35.46453291631558 5.340021133422852 25.04421043395996 13.467561721801758 331999.0 9.317673683166504 81.67360153198237 35.45619583129883 1.2766387461616189 115.74081420898438 348.5020446777344 324.2740478515625 87162.0 157.89071655273438 615.9641204833985 139.90386962890625 37.03665542602539 +sub-20164_ses-V3_task-cuff_run-02_bold 0.0008119015659955258 0.00826838505592841 3 35.596402642914754 0.9986314860762343 0.9608132151345287 0.4967894362989364 512.5656127929688 0.19953968739304856 1 0.22371364653243847 2.9151943286050295 2.692116559691566 2.9697582153257445 3.0837082107977785 0.00933913 -0.0064441002905368805 0.057400599122047424 447 90 90 60 2.3044271752581427 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 30.908635283591835 5.277002811431885 25.087732315063477 13.467561721801758 332688.0 9.46308708190918 81.68154487609856 34.726219177246094 1.2877179677588098 116.52688598632812 348.32855224609375 323.60626220703125 86758.0 157.72270355224612 617.0872802734375 140.42726135253906 33.385990142822266 +sub-20164_ses-V3_task-rest_run-01_bold 0.0009429977628635347 0.008449660380313199 3 35.13645844827355 1.0000034470403592 0.9659728394618826 0.497748209108197 500.4272155761719 0.20748007712564318 99 22.14765100671141 2.9185998840252605 2.7107290589519715 2.982391548157074 3.062679044966736 0.00503657 -0.009069069288671017 0.056129299104213715 447 90 90 60 2.3194439930111996 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 37.27099055766168 5.595414638519287 25.277008056640625 13.680089950561523 331335.0 9.387024879455566 81.4816581726074 35.404720306396484 1.2953442874450278 115.58493041992188 348.3355407714844 324.882568359375 87636.0 156.48043060302734 615.0223999023438 140.068359375 31.981067657470703 +sub-20164_ses-V3_task-rest_run-02_bold 0.0007776286353467562 0.007138297024608501 3 36.36779550367713 1.0250568188340807 0.980113088632287 0.4969343434368681 507.7025146484375 0.23948024348467836 136 30.425055928411634 2.9089846066295593 2.6966790595102683 2.9613457156600274 3.068929044718383 0.00834501 -0.007711133919656277 0.05786610394716263 447 90 90 60 2.308381257990978 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 36.03015371238624 5.346655368804932 25.247039794921875 13.52796459197998 332457.0 9.501118659973145 82.42326812744145 35.578346252441406 1.3297614817046046 115.888427734375 348.6937255859375 324.040283203125 86972.0 158.7821044921875 618.4061401367187 140.37474060058594 34.634071350097656 +sub-20165_ses-V1_task-cuff_run-01_bold 0.0007330357142857144 0.007468229263392858 2 54.875215517651 1.1774768272259513 0.9898647355928406 0.5230611699442537 472.5778503417969 0.33481296305914676 8 1.7857142857142858 2.8589138762627555 2.586366563893693 2.940974883136158 3.0494001817584144 0.0048629 -0.019578007981181145 0.06429457664489746 448 90 90 60 2.395947432563234 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 31.302115421775113 4.725794792175293 27.36758804321289 13.321429252624512 320619.0 9.901785850524902 95.38169860839844 39.4716682434082 0.6418813822549558 117.04947662353516 332.4921875 310.6785888671875 96477.0 155.53170776367188 581.5750122070312 129.66769409179688 35.46977233886719 +sub-20165_ses-V1_task-cuff_run-02_bold 0.0012290401785714287 0.008266560290178571 2 55.6545641170693 1.1738415594183451 0.9968487406487685 0.5239874202212652 467.37664794921875 0.33248678613028815 5 1.1160714285714286 2.8687805429380315 2.5936665636036174 2.951174882730846 3.0615001824796306 0.00443557 -0.020318739116191864 0.06530070304870605 448 90 90 60 2.397648746825456 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 32.50854548127271 4.815147399902344 27.510839462280273 13.354910850524902 320383.0 9.803571701049805 95.65402221679688 39.677005767822266 0.6298821102458456 116.54808044433594 331.8553161621094 309.9151916503906 96644.0 156.0520164489746 579.574591064453 129.25729370117188 34.17803192138672 +sub-20165_ses-V1_task-rest_run-01_bold 0.0005711160714285714 0.007940819062500002 2 57.20802371134226 1.1527236736912752 0.9800206779194632 0.5229430083098162 475.28533935546875 0.39982084939845897 271 60.49107142857143 2.8493972096530436 2.575595730988354 2.9328957167905285 3.0397001811802493 0.00394761 -0.01941586658358574 0.06447315216064453 448 90 90 60 2.404935375050472 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 32.10169721898428 4.669534683227539 27.275163650512695 13.303571701049805 320682.0 9.970982551574707 94.82109909057625 39.43864440917969 0.6322782605342527 116.83438110351562 332.4823913574219 311.00225830078125 96433.0 156.27991638183596 580.6084960937499 129.3176727294922 34.57688522338867 +sub-20165_ses-V1_task-rest_run-02_bold 0.0014781531531531532 0.008309537027027027 6 55.1468284984876 1.1857994065237016 0.9970943432505656 0.5249198754550876 459.4613342285156 0.3308142680825045 218 49.0990990990991 2.8652680428256656 2.5904873970632796 2.951424882720912 3.0538918486928055 0.00616716 -0.02116599678993225 0.06470245122909546 444 90 90 60 2.401912557919266 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 30.48036286049053 4.938668727874756 27.864727020263672 13.502252578735352 320581.0 9.981982231140137 97.08108520507812 39.93532180786133 0.6275927244795607 116.43270874023438 331.955078125 310.22747802734375 96288.0 155.64572525024414 579.841125488281 129.15785217285156 33.46459197998047 +sub-20165_ses-V3_task-cuff_run-01_bold 0.0018596205357142858 0.008158528683035715 2 52.76944737785234 1.1347302917002238 1.01124627295302 0.5196080044971088 457.88079833984375 0.37147611800585695 14 3.125 2.9548415492518125 2.6677915606581544 3.017904046745934 3.1788290403513497 0.00349461 -0.019165894016623497 0.06314590573310852 448 90 90 60 2.3111371408098256 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 27.33031372583303 5.870840549468994 27.748071670532227 14.062500953674316 319503.0 9.589285850524902 95.23170089721664 39.733238220214844 0.8041036298576514 120.33899688720703 345.0882568359375 321.46429443359375 97805.0 154.7888427734375 614.7352783203128 139.0928497314453 32.281211853027344 +sub-20165_ses-V3_task-cuff_run-02_bold 0.0019706935123042506 0.007906739753914989 3 52.780284796098655 1.1382963162331838 1.0024235845291478 0.5198215940880135 457.2542419433594 0.35721370419790305 15 3.3557046979865772 2.937159605509986 2.6525915612621485 2.9986915475093703 3.160195707758438 0.00298817 -0.019358143210411072 0.06297022104263306 447 90 90 60 2.3130881200178965 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 27.480376110019737 5.744669437408447 27.914533615112305 14.098434448242188 319743.0 9.870245933532715 96.13624343872063 40.142704010009766 0.8234258399267658 119.9332275390625 344.9945068359375 321.18231201171875 97474.0 156.03859634399413 613.9303009033201 138.85362243652344 32.858238220214844 +sub-20165_ses-V3_task-rest_run-01_bold 0.0016349999999999997 0.008722411986607143 2 54.34756910078297 1.1328174720357937 0.9987443171588363 0.5189970837062939 464.20599365234375 0.38845334092080797 245 54.6875 2.9448234940943387 2.6536707278859324 3.003799880639717 3.1769998737573673 0.00469969 -0.018725644797086716 0.06284764409065247 448 90 90 60 2.3139461882089662 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 28.12560160713523 5.642492294311523 27.497066497802734 13.98214340209961 319841.0 9.832590103149414 93.93303680419922 39.2784309387207 0.8005545523412794 120.2049560546875 344.8650817871094 321.177490234375 97544.0 155.31139297485353 614.12021484375 138.800048828125 31.499601364135742 +sub-20165_ses-V3_task-rest_run-02_bold 0.0012156152125279642 0.007407302908277405 3 51.82640155224212 1.1460614916591936 0.9971631939686102 0.520267495122269 451.2392883300781 0.32374780688123467 207 46.308724832214764 2.9165984952158994 2.640870728394559 2.98799154793455 3.12093320931859 0.00395668 -0.019562864676117897 0.061353109776973724 447 90 90 60 2.3227162399089387 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 26.80304319019319 5.854122161865234 28.197282791137695 14.241610527038574 320084.0 9.910514831542969 97.43367042541499 40.53856658935547 0.8061727238450915 120.34619140625 347.54998779296875 323.4474182128906 96949.0 158.64026489257813 617.480078125 139.25323486328125 34.27811050415039 +sub-20166_ses-V1_task-cuff_run-01_bold 0.0010734234234234235 0.008106106103603603 6 33.36934547742663 1.07350449006772 1.0156474543340859 0.46663077863080515 5836.17626953125 0.12468286299836516 0 0.0 2.4337022081706734 2.4288540701526773 2.4920665676408382 2.380185986718504 0.00803818 0.00820884294807911 0.017830323427915573 444 90 90 60 3.0428098975194215 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 56.906724785422426 18.803003311157227 49.36458206176758 12.932433128356934 326235.0 0.006756756920367479 198.92567443847656 110.90457916259766 2.010696919582876 260.6624755859375 1027.4998779296875 989.3232421875 90964.0 545.4714233398438 1602.4518737792966 325.1329650878906 41.06707763671875 +sub-20166_ses-V1_task-cuff_run-02_bold 0.0009227539503386006 0.007553730564334086 7 33.71875831124438 1.0797394207918547 1.0001342579411763 0.4669767049729993 5914.46728515625 0.13375779235445898 0 0.0 2.4470022053879656 2.439783236385058 2.5096915669404836 2.3915318128383554 0.00478462 0.008290554396808147 0.019897421821951866 443 90 90 60 3.0203813443590413 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 58.85264026356345 18.53587532043457 49.20442581176758 12.693002700805664 325668.0 0.0022573363967239857 199.49548873901287 111.8652114868164 1.9881480966176763 258.5801696777344 1019.19921875 984.3487548828125 91362.0 529.1924591064453 1589.3022644042967 325.9003601074219 41.034183502197266 +sub-20166_ses-V1_task-rest_run-01_bold 0.0015180855855855856 0.007955124279279281 6 33.387418561783285 1.0891103693002266 1.0302075038600447 0.46594860781868175 5975.49853515625 0.12399412503625527 2 0.45045045045045046 2.4393535960849717 2.435766569877999 2.49833323405849 2.3839609843184255 0.00880603 0.007736130617558956 0.016631916165351868 444 90 90 60 3.0245215674047614 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 59.88720018942413 18.949926376342773 50.054298400878906 13.060811042785645 327121.0 0.011261261999607086 202.4279327392578 111.8222427368164 1.9608987626744856 268.0904846191406 1044.7119140625 1005.759033203125 90484.0 554.2394470214845 1630.9895690917965 332.5330810546875 40.59822082519531 +sub-20166_ses-V1_task-rest_run-02_bold 0.001173783783783784 0.008664974301801803 6 33.68919565051917 1.0850623283521446 1.0096254238374713 0.46676461313029016 5913.44970703125 0.13470191964077885 5 1.1261261261261262 2.4327147098258597 2.4270957368892137 2.4989957340321647 2.3720526585562016 0.00551531 0.007261693011969328 0.018082953989505768 444 90 90 60 3.0540277505308873 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 56.561691680853144 18.712844848632812 48.93077087402344 12.772522926330566 326257.0 0.0022522523067891598 197.76937255859383 108.38432312011719 2.0318212732884273 259.6724853515625 1025.8079833984375 987.5067749023438 90927.0 547.5250305175782 1593.2732299804686 323.34393310546875 39.79859161376953 +sub-20167_ses-V1_task-cuff_run-01_bold 0.0016112304250559281 0.018388040939597318 3 60.552839895156936 1.103822658609865 1.0400480010089694 0.48465409201649284 1424.2525634765625 0.10745175788033125 2 0.44742729306487694 2.5944097089066607 2.3606499061962007 2.7114040589251496 2.7111751615986326 0.00513309 -0.010472034104168415 0.07191310822963715 447 90 90 60 3.1087017457852735 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 93.99533773824297 5.850805282592773 23.39499855041504 10.154362678527832 325831.0 5.548098564147949 77.14205932617188 50.368499755859375 1.6251449403198697 106.55497741699219 414.0341491699219 399.2102966308594 92363.0 230.20402984619142 642.5071411132812 128.41635131835938 21.565261840820312 +sub-20167_ses-V1_task-cuff_run-02_bold 0.0010432142857142858 0.015996051785714286 2 59.91715516953016 1.0904704563758396 1.0134371563534672 0.48511181456329283 1402.4195556640625 0.10863838373020529 0 0.0 2.54854165345431 2.3290249074528653 2.6573498944064027 2.659250158503661 0.00493708 -0.009782837703824043 0.07212862372398376 448 90 90 60 3.1266249257875054 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 91.00271754364871 5.910553455352783 23.586238861083984 10.227679252624512 326472.0 5.529017925262451 78.7643997192383 50.54765319824219 1.6906531399908067 105.4252700805664 413.3067932128906 398.86273193359375 91782.0 231.07745971679688 638.5586273193359 127.56904602050781 23.200416564941406 +sub-20167_ses-V1_task-rest_run-01_bold 0.0017186414253897552 0.018888932739420935 1 60.93019407124998 1.0870256870312498 1.015152211517857 0.48649134763352436 1342.047607421875 0.12701461692252972 22 4.8997772828507795 2.58727915278453 2.373766572341658 2.7025623926098192 2.685508493402113 0.00826646 -0.014300140552222729 0.07234088331460953 449 90 90 60 3.1104959221551374 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 5 104.19952480123573 6.217684268951416 23.9671630859375 10.481069564819336 325704.0 5.53674840927124 77.16926574707031 52.3800048828125 1.7381850701711672 106.54592895507812 415.0595703125 400.60357666015625 92593.0 232.34655151367187 643.3661743164062 128.7902069091797 21.41451072692871 +sub-20167_ses-V1_task-rest_run-02_bold 0.0006006904231625835 0.014879783741648108 1 60.8625536731696 1.095540226696428 1.009538832165178 0.48403343586240616 1445.000244140625 0.11456626182883514 6 1.3363028953229399 2.5480291537368247 2.324683240958721 2.652237394609555 2.667166825642198 0.00561977 -0.00820827390998602 0.07028886675834656 449 90 90 60 3.1341174073848452 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 94.92196308501975 5.662947177886963 23.408206939697266 10.06458854675293 326715.0 5.527839660644531 78.92494659423826 50.700374603271484 1.6757931899298528 105.2020034790039 412.9962463378906 398.7705993652344 91739.0 230.7416534423828 638.8973327636713 127.23468017578125 23.80077362060547 +sub-20167_ses-V3_task-cuff_run-01_bold 0.00059248322147651 0.014131767561521253 3 59.126589505829585 1.1004220953139017 0.997312196076233 0.488564070663319 1257.791015625 0.10668716717524317 1 0.22371364653243847 2.6272457289359674 2.4300457367719916 2.696812392838303 2.7548790571976083 0.00472385 -0.01651635579764843 0.0688924640417099 447 90 90 60 2.9104622094404795 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 87.77503832060292 6.872375011444092 25.598648071289062 11.217001914978027 325033.0 5.845637798309326 87.73467407226555 52.32071304321289 2.108095846411925 115.56336975097656 435.5947570800781 415.978759765625 93374.0 240.91375579833988 694.6856964111327 142.924560546875 24.17361831665039 +sub-20167_ses-V3_task-cuff_run-02_bold 0.0005854788418708241 0.013878324498886414 1 59.17603302002232 1.104398419486608 1.0049504801562508 0.48937520829329145 1253.239501953125 0.11102188754088735 0 0.0 2.6379373951777856 2.4305207367531163 2.7063665591253216 2.776924889654919 0.00497438 -0.016183767467737198 0.07020097970962524 449 90 90 60 2.8919904129001206 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 83.59745542763305 6.911105632781982 25.852556228637695 11.204899787902832 325039.0 5.810690402984619 88.99109649658203 52.46792221069336 2.090245563123937 115.92367553710938 434.1676025390625 414.962158203125 93451.0 238.12026977539062 694.1459045410156 143.48593139648438 23.93490219116211 +sub-20167_ses-V3_task-rest_run-01_bold 0.0005453229398663696 0.017448010244988866 1 58.40375472825893 1.0763104972991064 0.9796502074776783 0.48741877471268974 1294.0255126953125 0.11034904825832949 11 2.4498886414253898 2.6601485054063065 2.456499902387464 2.7285373915776656 2.7954082222537906 0.00645521 -0.01654198206961155 0.06798521429300308 449 90 90 60 2.9058378480256137 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 93.33566029858922 6.7988386154174805 25.291349411010742 11.082406044006348 324836.0 5.777283191680908 85.44487762451172 52.135772705078125 2.077950851256719 114.89009094238281 434.8668518066406 415.327392578125 93636.0 238.0 694.4621734619141 142.9278564453125 21.46456527709961 +sub-20167_ses-V3_task-rest_run-02_bold 0.000408619153674833 0.013276687305122496 1 59.728507714241076 1.1061487277901787 1.0021467893080351 0.48970273372908163 1260.4561767578125 0.10776412509624018 3 0.6681514476614699 2.628190173342883 2.4247749036481023 2.6946748929232403 2.7651207234573074 0.00619465 -0.016838623210787773 0.0700637698173523 449 90 90 60 2.8988687202216448 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 81.9292771904047 6.884690284729004 26.15162467956543 11.227171897888184 325170.0 5.832962512969971 91.56147155761714 53.05000305175781 2.1639573368347005 115.25504302978516 435.6893310546875 416.188232421875 93346.0 238.9025650024414 694.3769683837891 143.56842041015625 24.8031063079834 +sub-20169_ses-V1_task-cuff_run-01_bold 0.0005352678571428571 0.006461247477678572 2 34.58455310183444 1.010582998076062 0.9909318439149895 0.5498344352710943 333.1273498535156 0.12362000758321712 0 0.0 2.652722116812516 2.466945735305717 2.8729623858387314 2.618258229293099 0.00695239 -0.0017878856742754579 0.09843090921640396 448 90 90 60 2.5355539991360185 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 28.80359121090963 6.181922912597656 33.21955108642578 14.464286804199219 325278.0 9.977679252624512 126.93594169616684 51.82139205932617 0.6945837167872129 102.03973388671875 297.98870849609375 282.79351806640625 91856.0 141.95927047729492 505.34488677978516 111.53064727783203 36.70308303833008 +sub-20169_ses-V1_task-cuff_run-02_bold 0.0003948089887640449 0.006685786719101122 5 38.224874264391914 1.0361426331081074 0.9951201329504497 0.5497559104728353 332.0119323730469 0.17773616728660407 0 0.0 2.6536637834417642 2.465570735360355 2.874349885783597 2.62107072918134 0.0122618 -0.0020591886714100838 0.09953762590885162 445 90 90 60 2.5325616724652065 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 29.935075781295794 6.170290470123291 33.04866027832031 14.44719123840332 325438.0 9.968539237976074 126.28089904785156 51.55332565307617 0.6912390468399043 101.63652801513672 296.73846435546875 281.75506591796875 91951.0 140.4955062866211 503.285400390625 111.25238800048828 35.99214172363281 +sub-20169_ses-V1_task-rest_run-01_bold 0.0006912837837837839 0.008776247117117117 6 37.303155059367946 1.017795003972913 0.9851415865237023 0.5495891255130454 335.1199951171875 0.16228430720274448 44 9.90990990990991 2.6749526714847085 2.4853165679090594 2.9022165513429425 2.6373248952021244 0.0124084 -0.002602199325338006 0.09836307913064957 444 90 90 60 2.5267140836869544 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 27.511313323907448 6.087351322174072 32.94010543823242 14.389639854431152 324912.0 9.948198318481445 125.30732536315921 51.095054626464844 0.6649350786909825 102.24946594238281 297.65655517578125 282.439208984375 92237.0 140.19324340820313 504.82614746093736 111.78062438964844 34.33363342285156 +sub-20169_ses-V1_task-rest_run-02_bold 0.00053875 0.007556314174107144 2 37.65576858861298 1.0345163326621933 0.9947050644742724 0.5502557304421352 331.10638427734375 0.15950607926622232 27 6.026785714285714 2.6590401721170145 2.4754832349664673 2.877858218977522 2.623779062407054 0.0117195 -0.0006882896996103227 0.10056283324956894 448 90 90 60 2.5325195450373754 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 28.75093820200058 6.089260101318359 33.07928466796875 14.417411804199219 325291.0 9.984375 126.43415451049805 51.60485076904297 0.6911087240222655 101.11150360107422 295.9812316894531 280.8526916503906 92040.0 140.16663818359376 501.19176635742195 110.8979263305664 35.215721130371094 +sub-20169_ses-V3_task-cuff_run-01_bold 0.0005239149888143176 0.007869439530201342 3 39.41566571656953 1.0105222871524675 0.9867927403811666 0.5530895235193611 278.5798034667969 0.17969886076105426 0 0.0 2.749709612958579 2.544154065571067 3.000637380765383 2.7043373925392866 0.0115867 0.005037794355303049 0.09231738746166229 447 90 90 60 2.3782971138233178 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 21.033206715898125 6.845841407775879 28.43010711669922 13.08277416229248 323492.0 7.948545932769775 108.04004440307622 42.052398681640625 0.6585673201227662 89.3342514038086 249.20095825195312 234.0201416015625 93285.0 113.5042510986328 435.97718505859376 98.39766693115234 32.760498046875 +sub-20169_ses-V3_task-cuff_run-02_bold 0.0006119419642857143 0.007662502165178571 2 43.55497106771812 1.0483781204250553 1.0006504224384793 0.5530547543648187 279.0094909667969 0.2266098645111544 0 0.0 2.742091557705738 2.541429065679349 2.9897123811995034 2.695133226238361 0.0115869 0.005636405199766159 0.09258584678173065 448 90 90 60 2.377873630138274 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 20.74465327854617 6.757754325866699 28.391014099121094 13.051340103149414 323746.0 7.966518402099609 107.91462326049805 42.00812911987305 0.6367023601130826 89.45584869384766 249.3068084716797 234.04019165039062 93169.0 113.5089340209961 435.49064331054683 98.42362213134766 33.064918518066406 +sub-20169_ses-V3_task-rest_run-01_bold 0.0007102908277404922 0.008091001118568232 3 37.45565050051567 1.010757996278027 0.9891182487892383 0.5526226005193591 284.88250732421875 0.1369197698882519 17 3.8031319910514543 2.739645724469593 2.538341565802035 2.992879047740338 2.687716559866406 0.00760493 0.00636393902823329 0.09257866442203522 447 90 90 60 2.389023282041835 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 19.976733602647723 6.676685810089111 28.008438110351562 12.888143539428711 323618.0 7.870245933532715 106.50592765808096 41.25004577636719 0.6384054936938037 88.42047119140625 248.08828735351562 232.9888153076172 93336.0 113.36185836791992 433.43345642089844 97.5241928100586 33.573734283447266 +sub-20169_ses-V3_task-rest_run-02_bold 0.0006082850779510023 0.0074271722717149215 1 41.544409922008924 1.0407483678571423 1.0003098332366058 0.5538282878168783 277.0547790527344 0.19903718724502703 82 18.262806236080177 2.744930446481819 2.5437540655869615 2.9925332144207473 2.698504059437749 0.0138996 0.005256330128759146 0.0923796072602272 449 90 90 60 2.3729053537181493 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 20.39902917164347 6.9078049659729 28.61201286315918 13.13808536529541 323529.0 7.959911346435547 109.22494812011693 42.15017318725586 0.6717002644959971 89.36558532714844 249.14720153808594 233.90646362304688 93253.0 113.37773284912109 436.7545898437499 98.5733413696289 33.29280471801758 +sub-20171_ses-V1_task-cuff_run-01_bold 0.002084527027027027 0.010187324009009008 6 39.618357389255095 1.1224826585553054 1.0341257788261848 0.4445935803172163 14144.724609375 0.29731643516696743 4 0.9009009009009009 2.408006377284772 2.422058237089386 2.428954070148704 2.3730068246162257 0.00468599 -0.007525006774812937 0.021425874903798103 444 90 90 60 3.3807202174554685 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 33 228.89225344409056 12.919342994689941 33.6841926574707 8.837838172912598 329307.0 0.0045045046135783195 133.75834045410159 84.88788604736328 2.5977859274072204 237.51353454589844 1061.7847900390625 1039.9752197265625 89333.0 580.6117065429687 1587.81982421875 307.6177062988281 38.610652923583984 +sub-20171_ses-V1_task-cuff_run-02_bold 0.0006798932384341638 0.007308182953736655 8 37.835201202464276 1.108875565035714 0.9973062994642855 0.4434823848835422 14424.9365234375 0.2719536533394609 0 0.0 2.3795855499667025 2.3971374047463176 2.393204071569281 2.3484151735845096 0.00300982 -0.007273600436747074 0.020275183022022247 281 90 90 60 3.3971550905581243 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 227.17685186087024 12.768318176269531 33.16696548461914 8.701067924499512 329371.0 0.0 132.0462646484375 85.3060302734375 2.5696723180063996 236.27981567382812 1060.4659423828125 1038.733154296875 89328.0 583.0401977539063 1580.0516113281246 305.7638854980469 44.70492935180664 +sub-20171_ses-V1_task-rest_run-01_bold 0.0017525560538116589 0.012979989775784751 4 41.390545367280914 1.098252035640449 1.0090519657078652 0.44438584799157677 14655.3173828125 0.3447897523527225 267 59.865470852017935 2.434806368446402 2.4367415698392563 2.4555457357587125 2.4121317997412364 0.00644925 -0.008724137209355831 0.021194938570261 446 90 90 60 3.42694880209018 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 208.01025379542182 12.858085632324219 33.716087341308594 8.802691459655762 329462.0 0.0022421525791287422 134.24877395629886 83.09645080566406 2.415432983239797 235.72886657714844 1062.5009765625 1043.431640625 89330.0 580.6406097412109 1581.6430297851566 304.47662353515625 34.095359802246094 +sub-20171_ses-V1_task-rest_run-02_bold 0.005351614349775785 0.029792959417040358 4 39.66093425946068 0.9745196163146078 0.9444804314157303 0.445914620971306 11729.9990234375 0.36247502349448907 222 49.775784753363226 2.4671063626462106 2.4646207353981047 2.5018332339194127 2.434865118621115 0.00527399 -0.007251424714922905 0.023716870695352554 446 90 90 60 3.4515316237808933 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 36 226.57691686219746 13.971697807312012 33.905067443847656 9.719731330871582 329889.0 0.04708520323038101 129.4735473632809 81.64286041259766 2.544158686807031 231.7613525390625 1056.5845947265625 1034.0146484375 89156.0 593.7814331054688 1573.6632080078125 299.5797119140625 22.550838470458984 +sub-20172_ses-V1_task-cuff_run-01_bold 0.0014567720090293453 0.010269067607223478 7 39.25864357334843 1.1424976584841626 1.023989858642534 0.45412939538753977 5524.22021484375 0.18853069354337754 0 0.0 2.384200826745662 2.3818165720217794 2.418266570573387 2.352519337641819 0.00640403 -0.0032481218222528696 0.02800244837999344 443 90 90 60 2.721159171422934 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 98.16956136647455 21.218280792236328 52.63360595703125 14.582392692565918 328981.0 0.0022573363967239857 199.51016235351562 126.84636688232422 4.073870252688382 287.84906005859375 1149.26220703125 1091.3837890625 88947.0 596.9300537109375 1887.6774291992188 401.07086181640625 38.80561447143555 +sub-20172_ses-V1_task-cuff_run-02_bold 0.0010779909706546277 0.009546546726862304 7 36.57167960294118 1.1279716795475114 1.0093514895701357 0.4554765129075363 5430.20458984375 0.17219886692034334 0 0.0 2.3976577692364547 2.39350407155736 2.4398082363840645 2.3596609997679394 0.0111137 -0.0006623967783525586 0.023896360769867897 443 90 90 60 2.6964516550462134 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 101.56284259287364 21.46928596496582 53.57365798950195 14.742664337158203 328740.0 0.0022573363967239857 204.22810974121091 127.59114837646484 3.9835636040012847 288.5970458984375 1148.63427734375 1089.03271484375 89258.0 592.6034088134766 1888.9666809082025 403.87396240234375 38.421085357666016 +sub-20172_ses-V1_task-rest_run-01_bold 0.0036746153846153847 0.014079854932126698 8 41.90090147868475 1.0718681787755098 0.9675639336734696 0.4547173685363566 5360.1181640625 0.2322089066686353 114 25.79185520361991 2.410310542412812 2.4070540710189317 2.4435874029005604 2.3802901533189433 0.011615 -0.0013769204961135983 0.023547055199742317 442 90 90 60 2.73315314991731 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 97.46199393646592 21.60842514038086 51.52042007446289 14.909502983093262 328480.0 0.013574661687016487 193.46845092773435 119.4806900024414 3.8940407160915242 288.9094543457031 1151.6531982421875 1094.898193359375 89505.0 597.8805908203125 1885.760693359376 400.5966796875 30.9326171875 +sub-20172_ses-V1_task-rest_run-02_bold 0.0006279147982062781 0.009713825874439462 4 39.392156965460664 1.1359359326741565 0.9915159691910121 0.4552142465002721 5398.45947265625 0.18664150950820804 82 18.385650224215247 2.3980299905224984 2.3946707381776675 2.435120736570329 2.364298496819498 0.00577341 -0.002239043125882745 0.02484404295682907 446 90 90 60 2.7109270681127122 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 98.48231709583801 21.494409561157227 52.70097732543945 14.762332916259766 328658.0 0.0022421525791287422 202.24798889160127 123.09427642822266 3.9667595189801235 289.50128173828125 1149.923095703125 1091.012451171875 89324.0 597.4700836181642 1887.9910095214832 402.44769287109375 38.756935119628906 +sub-20173_ses-V1_task-rest_run-01_bold 0.001955424107142857 0.015248733236607142 2 48.521614288120816 1.041992557427294 1.0021734308948553 0.5762329960939812 252.57325744628906 0.3157854082686482 203 45.3125 2.8461555427742566 2.5389457324446942 2.970116548644839 3.029404347233237 0.00525554 -0.009988466277718544 0.11665108799934387 448 90 90 60 2.369248074009344 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 18.89947214657516 8.270140647888184 38.888641357421875 15.866071701049805 314677.0 9.886160850524902 151.67500000000018 59.469112396240234 1.042951715670676 99.57926177978516 286.9830322265625 268.5357360839844 101882.0 134.1655258178711 501.77222747802733 113.34162139892578 28.454870223999023 +sub-20175_ses-V1_task-cuff_run-01_bold 0.002788914027149321 0.01253614680995475 8 42.809667089841255 1.1267793337868481 1.0363224210657598 0.4477169469607741 8228.4775390625 0.2594340921695761 0 0.0 2.4402410697731813 2.40109157125586 2.403416571163473 2.5162150669002106 0.0107207 0.002328997477889061 0.0155814029276371 442 90 90 60 3.056744489534542 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 51.6485988999013 14.527490615844727 43.71986770629883 9.91855239868164 335703.0 0.0022624435368925333 171.8644805908196 106.6828842163086 2.414098424123547 229.88551330566406 940.3720092773438 900.0113525390625 83036.0 531.8637390136719 1488.2167053222656 294.4328308105469 30.017845153808594 +sub-20175_ses-V1_task-cuff_run-02_bold 0.00310368778280543 0.01686637402714932 8 47.33073949514735 1.1174072961904764 1.0200057800907034 0.4484854790036803 7833.8212890625 0.3240218892617504 7 1.583710407239819 2.4604035664603234 2.4192790705331535 2.43307490331829 2.5288567255295273 0.0108255 0.0040555777959525585 0.013894549570977688 442 90 90 60 3.040394435202549 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 52.96175064866222 14.661661148071289 43.22285842895508 9.993212699890137 334986.0 0.0 168.4558868408203 106.23519897460938 2.2424821725380486 227.8040771484375 931.1895751953125 892.7545166015625 83600.0 519.039404296875 1474.7834045410157 293.62939453125 25.970962524414062 +sub-20175_ses-V1_task-rest_run-01_bold 0.0030179006772009034 0.013819832415349887 7 40.94626002920818 1.1241096748190043 1.0647958600904972 0.44801748618353854 7815.33837890625 0.25876502663998213 108 24.37923250564334 2.436886907397218 2.407112404349947 2.4082582376377486 2.495290080203959 0.0103657 0.001116612576879561 0.013529708608984947 443 90 90 60 3.073474621633968 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 57.29409471765309 14.899650573730469 43.59297561645508 10.250564575195312 335866.0 0.013544018380343914 172.14390563964844 104.77789306640625 2.4791732501167063 228.41114807128906 949.3236083984375 908.32958984375 82987.0 538.7027038574219 1497.0276123046874 295.53656005859375 29.793437957763672 +sub-20175_ses-V1_task-rest_run-02_bold 0.0018887810383747174 0.012987597629796841 7 41.29245219481905 1.1133827326696832 1.0090958937782792 0.4490546500635407 7510.9248046875 0.2367204631921309 95 21.44469525959368 2.432218854618299 2.412191570814785 2.4022165712111563 2.4822484218289556 0.0107199 0.004110957030206919 0.013995072804391384 443 90 90 60 3.0296884834408866 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 55.089802189269044 14.929771423339844 43.69559097290039 10.273138046264648 335345.0 0.013544018380343914 170.2577911376952 105.8811264038086 2.3244425681592684 230.4425811767578 935.2630615234375 896.072265625 83349.0 520.3038452148437 1483.902978515623 295.7620544433594 30.20075035095215 +sub-20176_ses-V1_task-cuff_run-01_bold 0.0013203571428571426 0.0122831003125 2 44.32858917288592 1.056383935391499 0.9842665356823265 0.5550719002383522 379.3311767578125 0.27418256281825726 0 0.0 2.9405222098023316 2.608445729683013 3.059562378423914 3.1535585213000688 0.0063608 0.00024299781944137067 0.0896064043045044 448 90 90 60 2.130185181433079 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 23.100639857247884 7.138333320617676 34.46778106689453 14.946429252624512 303257.0 9.433035850524902 135.9263458251953 53.79427719116211 1.006085209709183 125.30470275878906 340.8795166015625 310.8114013671875 110656.0 150.46819686889648 625.8783569335938 145.90750122070312 30.138214111328125 +sub-20176_ses-V1_task-cuff_run-02_bold 0.001677713004484305 0.016075851995515696 4 43.42190204557305 1.0602040884269657 0.9830481209438201 0.5570277989088841 359.9504699707031 0.23899984970648433 1 0.2242152466367713 2.9711110978431514 2.653883227877489 3.0947957103572006 3.1646543552947657 0.00251949 0.0008332026191055775 0.08327016979455948 446 90 90 60 2.1205676723306053 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 22.38068793093113 7.772026538848877 34.863521575927734 15.45067310333252 301548.0 9.457399368286133 137.4409263610839 53.13526153564453 1.102081817089731 124.39397430419922 341.0505676269531 311.0044860839844 112982.0 151.06806030273438 627.5823333740234 146.66030883789062 28.531700134277344 +sub-20176_ses-V1_task-rest_run-01_bold 0.0018004035874439463 0.01191515706278027 4 44.23485855777531 1.0959632523370788 0.9905522051910104 0.5544705543377884 386.73797607421875 0.2360121052657083 151 33.856502242152466 2.8869458200873943 2.566004064702826 3.030512379578257 3.064321015981099 0.00473858 0.003995428793132305 0.08445190638303757 446 90 90 60 2.1719916691864696 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 24.768948303169346 6.821300029754639 33.69675064086914 14.807175636291504 303334.0 9.77130126953125 131.91132812499964 52.982330322265625 1.051569103749693 122.4759292602539 338.6319274902344 309.58746337890625 110836.0 152.60258865356445 616.4226989746094 142.5355682373047 31.93505859375 +sub-20176_ses-V1_task-rest_run-02_bold 0.001428741573033708 0.01324312986516854 5 44.50257058157661 1.076331523693695 0.9847432262387384 0.5574709184107762 353.04620361328125 0.23021288763679337 150 33.70786516853933 2.9614235983165393 2.6444998949170153 3.07244571124531 3.167325188787293 0.00615659 0.002173555316403508 0.07832235842943192 445 90 90 60 2.1099895538734335 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 21.35802965355911 7.789491176605225 35.16157913208008 15.55280876159668 302117.0 9.640449523925781 139.94381713867188 53.61128616333008 1.1136686141712415 124.54191589355469 341.2330017089844 311.2157287597656 112678.0 148.77933197021486 628.8899963378906 147.4956817626953 29.460445404052734 +sub-20176_ses-V3_task-cuff_run-01_bold 0.0023630357142857142 0.01213219783482143 2 48.294288908434005 1.1144612531767337 1.0138732399999997 0.5526375780013159 348.3787536621094 0.284575589999365 0 0.0 2.975502659541925 2.6623082275427095 3.0780915443542978 3.186108206728768 0.00342894 0.004204731900244951 0.06681418418884277 448 90 90 60 2.2012659188969286 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 23.29362647525949 9.160364151000977 35.21147918701172 16.613840103149414 303669.0 9.45089340209961 134.9397369384763 53.30043411254883 0.7579063574460139 129.9047393798828 358.3184509277344 329.9296875 110800.0 157.84118728637696 649.5787963867186 149.88111877441406 29.987350463867188 +sub-20176_ses-V3_task-cuff_run-02_bold 0.0018733109619686803 0.01148021619686801 3 44.21206422123319 1.0823597221524663 0.9917728888340804 0.553006826422557 345.2475891113281 0.2623578513434995 2 0.44742729306487694 2.9240609949193668 2.6008832299835194 3.0163082134760137 3.1549915412985667 0.00959095 0.003963840659707785 0.07723136246204376 447 90 90 60 2.2220154171787616 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 20.88720962517379 9.220659255981445 36.70644760131836 16.890380859375 307111.0 9.861297607421875 142.59955596923828 56.3822135925293 0.6440511987051258 133.406005859375 362.8210144042969 334.6163330078125 105788.0 162.35503463745118 655.7299865722656 150.5906524658203 31.404626846313477 +sub-20176_ses-V3_task-rest_run-01_bold 0.0012581026785714287 0.011169481205357143 2 44.550482056733806 1.0690146216107395 0.9771639401342278 0.5519752523527852 354.9739990234375 0.2291562724276967 134 29.910714285714285 2.9358290500073014 2.6172373960003297 3.0363332126802915 3.153916541341283 0.0105985 0.005980589427053928 0.06086011603474617 448 90 90 60 2.2185261484262617 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 23.953076741505175 9.011442184448242 34.91333770751953 16.598215103149414 304196.0 9.647321701049805 132.83482360839844 52.976783752441406 0.733931370564997 130.36807250976562 359.713623046875 331.3515625 110432.0 158.67210617065427 650.2450988769531 149.35594177246094 30.79482078552246 +sub-20176_ses-V3_task-rest_run-02_bold 0.0014472930648769576 0.007807276554809843 3 44.12181953470849 1.1105688464573993 1.0202400520403587 0.5517966458804509 356.37078857421875 0.23210963486627142 144 32.214765100671144 2.924930439329262 2.6191332292583294 3.011570713664265 3.1440873750651925 0.00373198 0.008534294553101063 0.0638618916273117 447 90 90 60 2.2086517452716956 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 23.58289689394728 8.825961112976074 35.095375061035156 16.422819137573242 304396.0 9.655481338500977 135.8680076599121 53.780574798583984 0.7124511412321528 130.32638549804688 359.44549560546875 330.9060363769531 110159.0 159.62349548339847 652.0250488281249 149.82196044921875 35.48789978027344 +sub-20178_ses-V1_task-rest_run-01_bold 0.001109092970521542 0.020147261224489794 9 46.83729026086365 1.0117315094090915 1.009353165886364 0.5118665720017156 1628.2623291015625 0.3449429309154567 216 48.97959183673469 2.5302924390054073 2.377479072194136 2.616258229372572 2.597140015449514 0.00513508 0.006910780910402536 0.03728830814361572 441 90 90 60 2.5979803773439105 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 67.76237189953245 31.52126693725586 58.23461151123047 23.267574310302734 299501.0 0.28117913007736206 202.6508026123047 110.67068481445312 2.219519679848937 283.0458984375 985.5332641601562 930.8276977539062 113389.0 485.2979614257813 1657.2480712890624 358.2873840332031 22.080463409423828 +sub-20179_ses-V1_task-cuff_run-01_bold 0.001007313769751693 0.012772937720090293 7 49.20260396572401 1.080324257171945 1.032944712466064 0.48379861034172694 2885.53466796875 0.37336126367234546 5 1.1286681715575622 2.518002181060179 2.4809457347494073 2.5732832310802447 2.4997775773508852 0.0104252 0.01622232422232628 0.023725170642137527 443 90 90 60 2.8220853531582426 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 76.56554585833429 24.99172019958496 53.99347686767578 17.540632247924805 319198.0 0.06320542097091675 205.29831237792962 111.35729217529297 2.052929190256168 262.97955322265625 991.831298828125 941.2393188476562 96659.0 522.1510192871094 1596.1257812499998 333.5244445800781 30.130489349365234 +sub-20179_ses-V1_task-cuff_run-02_bold 0.0009590293453724605 0.011603366207674942 7 44.32903977644795 1.0799234415837105 0.9912065757918551 0.48388606813815305 2879.954833984375 0.26646915056557824 0 0.0 2.510345240227222 2.4767124015842916 2.5711915644966936 2.4831317546006813 0.0129269 0.015204737894237041 0.023530330508947372 443 90 90 60 2.7911098001978925 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 71.99353959911136 24.94654083251953 54.43381118774414 17.38149070739746 319232.0 0.042889390140771866 209.00959777832045 111.56060791015625 2.1315778001609225 262.83551025390625 985.9052734375 935.2212524414062 96657.0 510.13995971679685 1592.9079101562497 335.0697326660156 31.700336456298828 +sub-20179_ses-V1_task-rest_run-01_bold 0.002167191011235955 0.010445335191011236 5 44.80491796272525 1.0980078365765773 1.0188616577477485 0.4822159184269534 3164.937744140625 0.2857029029390176 145 32.58426966292135 2.490743854516307 2.4533832358446426 2.5477915654265257 2.471056762277754 0.0160767 0.015362369827926159 0.023925883695483208 445 90 90 60 2.855109862825431 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 71.0045944903328 24.171415328979492 53.1023063659668 16.703371047973633 319555.0 0.013483146205544472 203.674836730957 109.70845794677734 2.0629241886719862 261.3211364746094 994.8685302734375 945.341552734375 96443.0 528.9943969726563 1595.7864990234375 331.1034240722656 32.098323822021484 +sub-20179_ses-V1_task-rest_run-02_bold 0.0009326576576576575 0.007762471261261262 6 36.919582840383725 1.0756117701580137 1.0121626853724601 0.48425055585977217 2946.948486328125 0.14568018457749773 6 1.3513513513513513 2.4736299722861363 2.4435582362350527 2.5363665658805146 2.4409651147428417 0.00641146 0.01545617263764143 0.0223468579351902 444 90 90 60 2.8123052337312444 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 55.233946005676785 24.730073928833008 54.16959762573242 17.191442489624023 319297.0 0.011261261999607086 212.52207641601586 107.48237609863281 2.145347716768006 260.12158203125 985.8856811523438 935.3975830078125 96474.0 518.7699462890625 1590.5052734374995 332.60711669921875 37.90167999267578 +sub-20179_ses-V3_task-cuff_run-01_bold 0.0011379138321995466 0.014148305102040815 9 42.39204742238637 1.0322475387500003 0.9589276448636368 0.47921336122267894 3190.603759765625 0.29373844603493193 1 0.22675736961451248 2.552406345036856 2.5244873996858836 2.626295728973717 2.506435906450967 0.0105694 0.01481453888118267 0.027166282758116722 441 90 90 60 2.6502851465391783 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 66.09868849350643 26.801143646240234 60.54949188232422 18.65532875061035 320609.0 0.054421767592430115 243.13832702636694 121.83980560302734 2.876394555290595 309.11407470703125 1131.6361083984375 1057.67578125 95797.0 603.845361328125 1865.6408203124997 399.0779113769531 28.025480270385742 +sub-20179_ses-V3_task-cuff_run-02_bold 0.0007886486486486487 0.011379117004504504 6 43.68088474670432 1.072643008803612 0.984670460902934 0.48001727756670803 3318.04931640625 0.29551023428740686 0 0.0 2.528959128341692 2.5027707338821594 2.6007998966534975 2.4833067544894187 0.00828603 0.012777433730661869 0.027193866670131683 444 90 90 60 2.641135458191593 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 67.17460402922988 26.640092849731445 61.828521728515625 18.358108520507812 320527.0 0.022522523999214172 253.43492279052742 124.92073822021484 2.887099476134547 311.91748046875 1136.9232177734375 1063.65087890625 95827.0 600.9590209960937 1876.3350097656248 402.7227478027344 32.118621826171875 +sub-20179_ses-V3_task-rest_run-01_bold 0.0011315022421524664 0.008414434304932735 4 37.14615197330338 1.0852829909662924 1.0527674862022482 0.4786593548632998 3400.296142578125 0.2023664980536841 55 12.331838565022421 2.505875803723049 2.4851874012475252 2.5883790638137234 2.4440609461078986 0.0141669 0.014450621791183949 0.02661324478685856 446 90 90 60 2.6687744299549108 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 59.01184156357354 25.962162017822266 59.933372497558594 18.073991775512695 320714.0 0.05381166189908981 244.5668273925777 119.4373550415039 2.9430684668471407 308.7735595703125 1133.7879638671875 1060.8453369140625 95635.0 608.823797607422 1862.181005859375 397.500732421875 35.876121520996094 +sub-20179_ses-V3_task-rest_run-02_bold 0.0012118609865470853 0.008510030156950673 4 39.614123513528114 1.0954610423146076 1.0636028302022473 0.48080889097912977 3190.1025390625 0.2390501304201721 114 25.56053811659193 2.512717469771814 2.5017499005893904 2.5905998970588087 2.445802611667244 0.0153567 0.014103680849075317 0.02686856873333454 446 90 90 60 2.6455669961720116 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 59.51976815500131 26.81316375732422 61.78316879272461 18.652467727661133 320315.0 0.06502242386341095 254.515476989746 122.71916198730469 3.0047035741445534 310.04840087890625 1130.1510009765625 1058.94287109375 96050.0 598.2266052246093 1859.1838073730469 400.2685852050781 36.291202545166016 +sub-20180_ses-V1_task-rest_run-01_bold 0.00029105145413870246 0.004918994250559284 3 34.78290973553813 1.0256174702466374 0.991728071860986 0.521687146447742 558.084228515625 0.22096464146352401 119 26.62192393736018 2.8422804426134776 2.551841565265593 2.9315832168426823 3.0434165457321587 0.00829543 -0.01654011383652687 0.0637035146355629 447 90 90 60 2.3907963230629132 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 38.19784312631218 4.54399299621582 26.324161529541016 13.145414352416992 314323.0 9.821028709411621 88.1071601867675 41.73479080200195 0.8489394126549019 123.81387329101562 355.2771911621094 331.115234375 102358.0 173.0149848937988 621.1557983398436 138.4951171875 38.85662841796875 +sub-20180_ses-V3_task-cuff_run-01_bold 0.00034051224944320715 0.004531510022271716 1 31.61945486944195 1.0054248173660711 0.9925069630803571 0.522273300902321 552.7354125976562 0.16164159441891116 0 0.0 2.8832290520974375 2.6095623963053067 2.9547165492567795 3.0854082107302263 0.0128236 -0.018435560166835785 0.06967668980360031 449 90 90 60 2.29979455348092 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 28.734814539723935 4.616209030151367 27.405019760131836 13.146993637084961 313935.0 9.7683744430542 96.14989166259764 43.18181228637695 0.8288958691451533 126.28705596923828 356.4480285644531 329.89642333984375 102788.0 169.1099105834961 635.5472442626951 143.44534301757812 40.303497314453125 +sub-20180_ses-V3_task-cuff_run-02_bold 0.0005861830357142857 0.006220835111607143 2 32.097217018143176 0.9613831776062635 0.9608966895302012 0.5222319523539191 554.379638671875 0.1890017525094671 0 0.0 2.8999179403231694 2.6219873958115816 2.969904048653283 3.1078623765046447 0.00998039 -0.018068423494696617 0.0707208514213562 448 90 90 60 2.3009321612576867 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 29.003739657881006 4.696010589599609 27.463138580322266 13.142857551574707 314284.0 9.631696701049805 95.7694263458251 43.36384582519531 0.8558597469081257 125.94174194335938 356.13427734375 329.5 102571.0 169.41295623779297 634.919677734375 143.20213317871094 37.20622634887695 +sub-20180_ses-V3_task-rest_run-01_bold 0.0003847767857142857 0.003980637053571428 2 31.587612305816553 1.0163910133557048 0.9988890667114091 0.5219320282777349 556.6539916992188 0.1632313641342032 20 4.464285714285714 2.867179052735208 2.5985082300778934 2.938058216585389 3.0649707115423395 0.01454 -0.01792275346815586 0.06989998370409012 448 90 90 60 2.3059764453923335 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 29.22436036335273 4.609966278076172 27.433809280395508 13.127232551574707 314415.0 9.73214340209961 96.25692291259747 43.55009078979492 0.8256870441390314 126.44313049316406 357.0382995605469 330.51116943359375 102430.0 169.9619453430176 636.265625 143.32737731933594 41.95464324951172 +sub-20180_ses-V3_task-rest_run-02_bold 0.0003216481069042317 0.003978669153674833 1 30.919105338303556 1.0124079340624994 0.9958611218973225 0.5219173717418201 551.2097778320312 0.148956387563139 7 1.55902004454343 2.865245719478698 2.6027707299085168 2.930591550215421 3.0623748783121556 0.0152798 -0.019172852858901024 0.06970351934432983 449 90 90 60 2.2954783876832576 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 28.758857053236735 4.642624855041504 27.56211280822754 13.19821834564209 314387.0 9.82628059387207 96.80868682861336 43.58370590209961 0.8528589079799809 126.73939514160156 357.9289245605469 331.0512390136719 102408.0 170.46726684570314 639.7479064941405 144.2181396484375 41.862091064453125 +sub-20181_ses-V1_task-cuff_run-01_bold 0.0011727891156462582 0.011399979092970521 9 38.902498726386405 1.0388073183181823 0.9872812725227281 0.502384114210863 4548.60791015625 0.25773701077874805 4 0.9070294784580499 2.531961177758952 2.5206998998363854 2.5496582320190178 2.5255254014214517 0.0134593 0.03586414083838463 0.025032708421349525 441 90 90 60 2.517133049785431 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 4 41.44653607070483 21.18003273010254 63.04823684692383 14.818593978881836 299184.0 0.04535147547721863 252.9029472351068 154.52090454101562 3.4719049386846645 323.2107238769531 1097.7647705078125 1029.76416015625 113081.0 564.015869140625 1855.126953125 409.1001892089844 30.45728302001953 +sub-20181_ses-V1_task-cuff_run-02_bold 0.0013187837837837838 0.007727708378378378 6 36.75022652688485 1.051203407200904 0.9834538867494357 0.5000467711694967 4878.30224609375 0.19432123495807654 2 0.45045045045045046 2.497877843258084 2.489104067758557 2.517083233313432 2.4874462287022636 0.00830741 0.03683429956436157 0.026035936549305916 444 90 90 60 2.501158280051686 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 2 43.56286805828706 20.459243774414062 62.470069885253906 14.202703475952148 300058.0 0.011261261999607086 253.19369506835938 157.05780029296875 3.6175034679258786 321.4659729003906 1093.2315673828125 1024.5810546875 112452.0 561.3626098632812 1850.9954833984375 409.64080810546875 35.056793212890625 +sub-20181_ses-V1_task-rest_run-01_bold 0.0010561085972850678 0.011087942171945702 8 37.1188495618821 1.047349547256235 0.9846931115873031 0.501681670307091 4603.16357421875 0.2190972263279525 93 21.040723981900452 2.5276111773592143 2.5129165668123337 2.5530373985514085 2.5168795667139 0.0142131 0.035523004829883575 0.025072205811738968 442 90 90 60 2.5225804528502995 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 17 41.842210455353325 21.172367095947266 62.58513259887695 14.821268081665039 299403.0 0.0429864265024662 249.388476562499 154.23541259765625 3.4481868285027417 324.9414978027344 1103.1361083984375 1034.6470947265625 112984.0 568.3637023925781 1863.198193359375 410.1524353027344 31.660249710083008 +sub-20181_ses-V1_task-rest_run-02_bold 0.0010626516853932584 0.013510802561797753 5 40.42775575968468 1.0217036204054062 0.9739958558108112 0.5035475436128614 4542.03857421875 0.2677683346901956 135 30.337078651685392 2.5377500679694633 2.5139332334386015 2.5503623986577035 2.548954571812085 0.0115773 0.03575720265507698 0.02584865875542164 445 90 90 60 2.5380515920736104 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 9 41.63003052088748 21.16289710998535 63.11894226074219 14.755056381225586 298931.0 0.049438200891017914 254.71012115478516 154.0977020263672 3.087993310254853 321.5147705078125 1090.7781982421875 1024.296630859375 113310.0 556.0969696044922 1837.9517272949206 403.5741882324219 27.895225524902344 +sub-20185_ses-V1_task-cuff_run-01_bold 0.000599932735426009 0.017177237668161437 4 61.233341114089875 1.0566671981573037 0.9576376321573029 0.5255064578377227 358.5960998535156 0.5472662455288361 23 5.15695067264574 3.062280433871464 2.7879790558823325 3.065145711535386 3.333716534196674 0.00406702 -0.026822654530405998 0.08190219104290009 446 90 90 60 1.9606748935099114 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 32.989592868641516 6.525444507598877 30.517431259155273 14.45067310333252 319445.0 9.679372787475586 108.03363800048828 44.86431884765625 2.4259768993793696 114.38309478759766 326.3077392578125 290.73095703125 97701.0 157.11436462402344 626.047119140625 148.28030395507812 23.49269676208496 +sub-20185_ses-V1_task-rest_run-01_bold 0.0006216778523489933 0.02123142438478747 3 58.74339178961891 1.0338474249327358 0.9446164873542602 0.5243033915995459 377.95867919921875 0.5266406029918101 363 81.20805369127517 3.074797100040763 2.776349889677767 3.0965415436211607 3.3514998668233607 0.00449374 -0.023347878828644753 0.08400537073612213 447 90 90 60 1.9929610987277122 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 8 32.891480849431346 5.973526477813721 29.467248916625977 13.973154067993164 318419.0 9.505593299865723 102.95973205566406 43.4019660949707 2.4575268223803137 112.68937683105469 323.0615539550781 288.6689147949219 98012.0 158.5436248779297 614.6827819824218 144.84349060058594 21.783615112304688 +sub-20185_ses-V1_task-rest_run-02_bold 0.0005907606263982104 0.018297447225950784 3 64.60144119067263 1.0686166662331844 0.9630725371524672 0.5247867898297003 354.0628967285156 0.602419292297249 382 85.4586129753915 3.080352655375561 2.7935623889938044 3.08781237730136 3.3596831998315175 0.00287481 -0.026995010673999786 0.0800219252705574 447 90 90 60 1.9346322602684203 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 32.2180155862997 6.500894546508789 30.496707916259766 14.530200958251953 319824.0 9.791946411132812 108.31957283020014 44.07122802734375 2.5602604322313764 114.23665618896484 326.2186584472656 289.5704650878906 97653.0 156.33915100097659 628.6877075195313 149.67649841308594 23.13510513305664 +sub-20187_ses-V1_task-cuff_run-01_bold 0.0015375056179775283 0.007030616426966291 5 35.610587880450446 1.0612195857432423 1.0143354262612618 0.5692673971639481 301.1266784667969 0.10813298308528602 1 0.2247191011235955 2.7189361000695498 2.378066572170791 2.8494623867725375 2.929279341265321 0.0092208 0.019268300384283066 0.08889921009540558 445 90 90 60 2.3041296229405366 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 5 20.20914502668348 7.1198225021362305 37.179203033447266 15.339325904846191 305245.0 10.0494384765625 147.912353515625 58.99675750732422 0.7174471173997135 113.00093078613281 307.4952392578125 284.57867431640625 109646.0 148.2179832458496 544.8679809570312 123.50753784179688 36.58563232421875 +sub-20187_ses-V1_task-cuff_run-02_bold 0.0044045124716553296 0.010937823628117915 9 36.62417534929543 1.077070452568181 1.0509479780909086 0.5702537178418077 296.69122314453125 0.13022100508637144 0 0.0 2.7477597112883907 2.400404071283179 2.8757540523944676 2.967121010187527 0.00953884 0.019060444086790085 0.08961012959480286 441 90 90 60 2.2940626707567326 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 19.807437537937332 7.379392623901367 37.31847381591797 15.43537425994873 305066.0 9.975056648254395 147.63719177246094 58.640865325927734 0.7375144370487008 112.7618408203125 306.493408203125 283.54534912109375 109962.0 147.4698440551758 544.7345672607422 123.59909057617188 32.26457977294922 +sub-20187_ses-V1_task-rest_run-01_bold 0.0003561160714285714 0.005496313571428572 2 37.32933985753912 1.0717662929530196 0.9984045819015653 0.5702049875344413 302.67047119140625 0.10429644804387854 1 0.22321428571428573 2.7166083224404254 2.374279072321293 2.8445707203002484 2.9309751746997343 0.0170749 0.0166058037430048 0.09454602748155594 448 90 90 60 2.292607748732207 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 19.854007210874226 7.022504806518555 37.1169548034668 15.198661804199219 304478.0 10.0 147.72936477661094 58.750919342041016 0.750475034165349 111.99270629882812 305.650634765625 282.5535888671875 110329.0 147.2075958251953 544.3183227539062 123.24494171142578 37.82522964477539 +sub-20187_ses-V1_task-rest_run-02_bold 0.003984899777282851 0.01164016202672606 1 37.41298025857139 1.005184925379464 0.9783164012276787 0.5706126424987 295.34234619140625 0.14845994208189467 23 5.122494432071269 2.760468044014226 2.4151124040320555 2.9022665513409556 2.9640251766696677 0.0109461 0.021268468350172043 0.09512598812580109 449 90 90 60 2.286350952764703 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 19.876192377583198 7.379990577697754 37.5048828125 15.409799575805664 304643.0 9.906458854675293 148.04766082763626 59.05562973022461 0.7603632179598776 111.66407012939453 304.35955810546875 280.95770263671875 110176.0 146.8541259765625 541.1035919189453 122.88420867919922 30.8017520904541 +sub-20189_ses-V1_task-cuff_run-01_bold 0.00151823927765237 0.01409454027088036 7 45.15763286230768 1.0257155368325794 0.9891955425339363 0.42649639585087756 5638.12158203125 0.2900633224312207 5 1.1286681715575622 2.4569480129138297 2.3661124059791403 2.4852957345765536 2.5194358981857947 0.00300265 0.006284924689680338 0.015982164070010185 443 90 90 60 2.680473908977864 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 170.53585039106744 15.080373764038086 30.525968551635742 10.555304527282715 339636.0 0.03837471827864647 119.59029388427734 68.83124542236328 2.1147356768357293 231.14877319335938 838.5228271484375 794.9390869140625 79654.0 412.60170593261716 1388.6573913574216 296.56475830078125 26.469722747802734 +sub-20189_ses-V1_task-cuff_run-02_bold 0.0009390022675736963 0.010554779569160998 9 44.372884247636335 1.0536231892045447 1.0257203775227282 0.4268160046176334 5904.20068359375 0.2579075029218 0 0.0 2.42465496675185 2.344174906850858 2.4511749025990603 2.478615090805632 0.00247489 0.005391021724790335 0.016614051535725594 441 90 90 60 2.6991091901605637 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 195.7663613946453 14.99075698852539 31.31804084777832 10.378684997558594 339583.0 0.00907029490917921 124.21451644897428 72.49317932128906 1.943275534232666 232.56005859375 846.8041381835938 803.4694213867188 79673.0 417.858056640625 1400.5337646484372 297.6776123046875 29.769149780273438 +sub-20189_ses-V1_task-rest_run-01_bold 0.0014047963800904977 0.012953100226244345 8 43.883703201632656 1.0169119963492064 1.000703225464853 0.4274586723210959 5911.8232421875 0.28069270275041996 169 38.23529411764706 2.4522605142027794 2.365474906004472 2.477420734889478 2.5138859017143877 0.00333957 0.004990487825125456 0.012686289846897125 442 90 90 60 2.7320112668839953 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 173.6224144307357 15.010509490966797 31.10259437561035 10.497737884521484 339573.0 0.04072398319840431 123.32896270751945 68.6485824584961 2.1702579732313056 235.61978149414062 851.1923217773438 809.73876953125 79694.0 427.6602020263672 1397.7540283203116 296.38739013671875 26.732728958129883 +sub-20189_ses-V1_task-rest_run-02_bold 0.0014421923937360179 0.011252518434004476 3 45.33012774201797 1.0523882608744402 1.0031600754035874 0.42735621029720955 5706.66796875 0.2935914011891152 198 44.29530201342282 2.4379577416044214 2.3502124066109493 2.4729832350658083 2.490677583136506 0.00446343 0.007088633719831705 0.014789137057960033 447 90 90 60 2.707540275970847 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 170.7067172797853 14.981911659240723 30.4622802734375 10.407158851623535 339227.0 0.017897091805934906 120.14183731079106 68.73482513427734 2.097803188410926 230.93765258789062 834.6676025390625 792.7584228515625 79953.0 414.17002563476564 1375.8697509765625 292.7947082519531 28.19893455505371 +sub-20189_ses-V3_task-cuff_run-01_bold 0.0017315349887133183 0.012500742325056434 7 40.01169928791858 1.1083691978054302 1.0069118627375575 0.4238220594654842 11897.1337890625 0.2643045585573521 0 0.0 2.3159119544077043 2.3108749081740814 2.3539874064609445 2.282873548588086 0.0134653 -0.006359489634633064 0.016515430063009262 443 90 90 60 2.7103291356395003 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 129.45038957472624 13.805270195007324 37.99508285522461 9.437923431396484 339510.0 0.0022573363967239857 158.0345367431639 91.34017181396484 3.6957094053749584 255.1432342529297 1099.8311767578125 1024.9322509765625 79866.0 621.1952819824219 1829.7619323730469 378.1554870605469 38.49810028076172 +sub-20189_ses-V3_task-cuff_run-02_bold 0.003550340909090909 0.012915305431818182 10 43.906019202300655 1.13628752501139 1.0421566646469245 0.42572649978729316 11082.4228515625 0.35267352223147264 16 3.6363636363636362 2.3483452804015577 2.346183240104388 2.385524905207757 2.3133276958925273 0.0106022 -0.006531475577503443 0.017441099509596825 440 90 90 60 2.692247019514128 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 14 143.66134472115013 14.175698280334473 39.210960388183594 9.738636016845703 339037.0 0.013636363670229912 163.54363708496095 93.74544525146484 3.8593677226636585 252.8444061279297 1097.0006103515625 1022.2681274414062 80205.0 615.5381469726562 1829.2303710937501 379.7057800292969 33.11075210571289 +sub-20189_ses-V3_task-rest_run-01_bold 0.0007556375838926174 0.010019406286353469 3 39.96462081695065 1.0911944133408062 0.9931219232511216 0.4232864807580125 11957.0830078125 0.3120520432643996 235 52.572706935123044 2.317432787161548 2.310729074846543 2.356083239710997 2.2854860469271046 0.0090093 -0.004781599622219801 0.01173422858119011 447 90 90 60 2.7666519151653577 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 71.7570879526382 13.718217849731445 35.94014358520508 9.35346794128418 339151.0 0.0 150.4094009399414 81.09420776367188 3.410569687865613 254.9230194091797 1094.5087890625 1023.8680419921875 80078.0 624.0609466552734 1804.8284362792967 370.07244873046875 38.15470886230469 +sub-20189_ses-V3_task-rest_run-02_bold 0.0018592600896860986 0.010390792623318386 4 40.00840127905617 1.1034451270561805 1.0107849928089885 0.42527682763704494 11373.4716796875 0.2956674096875132 215 48.20627802690583 2.3269341764725806 2.32923324077792 2.3701082391536934 2.2814610494861287 0.0112256 -0.004792278632521629 0.012546549551188946 446 90 90 60 2.7240371015777103 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 85.22223471148472 14.051480293273926 37.79185104370117 9.614350318908691 338981.0 0.0022421525791287422 160.1255645751953 84.76594543457031 3.506195627674323 255.15219116210938 1096.8455810546875 1022.929443359375 80212.0 620.944448852539 1828.8517700195312 375.5173034667969 36.66573715209961 +sub-20191_ses-V1_task-cuff_run-01_bold 0.0028773929961089495 0.009968966031128403 8 46.27147740871092 1.095309976171875 1.004561454492188 0.4616006982976414 9804.8076171875 0.32741515058001686 3 1.1673151750972763 2.4042466482953295 2.345999906778339 2.458920735624602 2.4078193024830483 0.00857223 -0.007841871120035648 0.03678259626030922 257 90 90 60 2.5484401487747133 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 113.9361920940012 15.224074363708496 41.817386627197266 10.529182434082031 316053.0 0.019455252215266228 174.32450866699207 97.03176879882812 3.1177877563793066 316.30194091796875 1125.907470703125 1055.2139892578125 100799.0 588.0770568847657 1899.046350097656 414.0606384277344 31.485708236694336 +sub-20191_ses-V1_task-cuff_run-02_bold 0.002346131221719457 0.011670638574660632 8 42.85874932464851 1.0674773598412706 0.9861703531519267 0.463465394801258 9087.9716796875 0.30322480163880977 10 2.262443438914027 2.4056049813495153 2.342204073595839 2.465658235356878 2.408952635095828 0.00685963 -0.009486229158937931 0.03765082359313965 442 90 90 60 2.5459722993697893 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 122.9496038144779 15.614285469055176 42.40898895263672 10.861991882324219 315625.0 0.04072398319840431 177.32262878417964 96.9862060546875 3.2914005088497653 312.25555419921875 1124.0728759765625 1050.53173828125 100981.0 595.1719970703125 1892.1494140625 412.6229248046875 29.196626663208008 +sub-20191_ses-V1_task-rest_run-01_bold 0.001802262443438914 0.010623034457013576 8 42.69036639464856 1.062422019659863 0.9979421276870747 0.4617097664608908 9647.951171875 0.2850868065991768 169 38.23529411764706 2.398492483500579 2.3424457402529026 2.4534832358406686 2.399548474408166 0.00492647 -0.008927013725042343 0.03780370205640793 442 90 90 60 2.54388663721271 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 114.97199551875097 15.359356880187988 42.14252853393555 10.653846740722656 316205.0 0.029411766678094864 175.3809997558593 97.89087677001953 3.1485627237818283 317.07220458984375 1128.383544921875 1057.099609375 100701.0 589.4027099609375 1904.53857421875 415.54302978515625 31.32256317138672 +sub-20191_ses-V1_task-rest_run-02_bold 0.001499660633484163 0.009573906968325791 8 42.442490164625866 1.079282328526077 1.0164899559410427 0.463465234328237 9922.0830078125 0.28889517754979727 181 40.95022624434389 2.4030577593891116 2.33761657377813 2.4634124021127857 2.4081443022764195 0.00594715 -0.009069941937923431 0.03813282027840614 442 90 90 60 2.5395950407169345 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 129.30383055633334 15.154746055603027 42.3529167175293 10.50678825378418 315418.0 0.024886878207325935 177.38269577026358 97.54291534423828 3.234015819698276 313.4028015136719 1120.9974365234375 1048.5972900390625 101247.0 588.0833068847656 1891.795751953125 412.8973693847656 32.38013458251953 +sub-20198_ses-V1_task-cuff_run-01_bold 0.002378255033557047 0.016932871006711408 3 54.85159892782514 1.0630791734080711 0.9957182577578465 0.5510273917089502 269.6009826660156 0.47923310897052496 26 5.8165548098434 2.8679943304805886 2.6168415626827257 2.8766957190237155 3.1104457097353255 0.0126246 -0.02200251817703247 0.11927781254053116 447 90 90 60 2.093167458936703 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 21.385481523737848 10.275397300720215 35.6058349609375 17.52349090576172 315234.0 10.089485168457031 122.20895042419413 46.33638000488281 1.5624868299758221 124.97309875488281 335.3164367675781 307.1431884765625 102822.0 149.1956329345703 617.9683532714844 146.73536682128906 25.37502098083496 +sub-20198_ses-V1_task-cuff_run-02_bold 0.0009606681514476613 0.018416270824053452 1 51.655763166294655 1.0296849947767857 0.9723856026339295 0.550626583593586 266.80963134765625 0.4189877802730261 23 5.122494432071269 2.878820718939276 2.6204790625381844 2.8839498854021275 3.132033208877515 0.0114112 -0.02149791084229946 0.11819063872098923 449 90 90 60 2.078193053826732 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 20.94119239653034 10.53341007232666 35.738014221191406 17.723831176757812 315385.0 10.057907104492188 122.2543457031249 45.92177200317383 1.5892317200387103 125.5259017944336 336.7479553222656 307.64697265625 102702.0 150.41671142578124 620.7456481933593 148.0350799560547 25.189958572387695 +sub-20198_ses-V1_task-rest_run-01_bold 0.0024822371364653247 0.019418907829977627 3 50.90161510849773 1.0520673269730942 0.9856865079596412 0.552762105065585 261.946044921875 0.4279483074823317 299 66.8903803131991 2.8627332195785353 2.6131873961612624 2.894108218331805 3.0809040442425393 0.00829805 -0.02463565208017826 0.12119539827108383 447 90 90 60 2.111126763816323 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 20.48229399241075 10.597124099731445 35.85003662109375 17.841163635253906 314789.0 10.109620094299316 123.06488037109375 46.36387634277344 1.5641668878847677 123.62316131591797 335.0252685546875 307.1241455078125 102938.0 150.46398849487304 614.8624206542968 145.4780731201172 24.71078872680664 +sub-20198_ses-V1_task-rest_run-02_bold 0.001869977728285078 0.022196224498886415 1 51.177102727566975 1.016285804910715 0.9712145052901787 0.5512320483016879 257.20880126953125 0.4002882400744006 236 52.56124721603563 2.9218373838966136 2.6727082271294504 2.913991550875046 3.178812373685345 0.0358404 -0.021404122933745384 0.11584047228097916 449 90 90 60 2.0621777893469107 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 21.105650292722185 11.078241348266602 36.1573371887207 18.142539978027344 314839.0 10.051225662231445 120.68619689941401 46.032588958740234 1.576956855326885 127.52030944824219 339.3706359863281 309.6414489746094 103095.0 150.2962188720703 629.1305175781247 150.15191650390625 22.723411560058594 +sub-20198_ses-V3_task-cuff_run-01_bold 0.003157745535714286 0.011781473995535714 2 48.342328679574976 1.054105596487696 1.0134149671812085 0.5442696588320742 300.9671630859375 0.4927058838523861 33 7.366071428571429 2.8285262764933528 2.5983915634158623 2.8691165526582183 3.018070713405978 0.015077 -0.014466499909758568 0.10244202613830566 448 90 90 60 2.162962027712149 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 5 26.808467283662374 9.630297660827637 33.568511962890625 16.93303680419922 314741.0 9.875 113.26563262939453 44.61888122558594 1.4575451262905332 122.08966064453125 340.0303039550781 311.8794860839844 102325.0 155.7227783203125 617.9612060546874 144.19021606445312 27.439037322998047 +sub-20198_ses-V3_task-cuff_run-02_bold 0.0018135044642857141 0.019703786160714283 2 49.01082168178971 0.9739735712751669 0.9444232911856821 0.5441927387640249 305.9306335449219 0.46807008065388556 30 6.696428571428571 2.9064276622867187 2.651487394639357 2.928799883619949 3.138995708600851 0.0109796 -0.013637522235512733 0.10698925703763962 448 90 90 60 2.126426815909399 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 3 22.18016854367403 9.53763484954834 33.51560974121094 16.799108505249023 314214.0 9.877232551574707 113.44419860839844 42.978519439697266 1.5436052841955856 122.19387817382812 339.38134765625 309.72100830078125 102932.0 155.106591796875 622.1305969238281 145.65255737304688 23.3660831451416 +sub-20198_ses-V3_task-rest_run-01_bold 0.0010194642857142857 0.011876508995535714 2 44.514385001498894 1.035891866599552 0.9875884474944062 0.5466945666518807 285.3223876953125 0.4129627222620294 282 62.94642857142857 2.810523499430941 2.580041564145026 2.8515790533550955 2.9999498807927023 0.00637437 -0.015726575627923012 0.10307138413190842 448 90 90 60 2.1531834365099343 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 23.379827766818668 10.024113655090332 34.01499938964844 17.328125 314573.0 9.970982551574707 115.30446777343742 44.48588943481445 1.4201462793519886 122.47684478759766 339.97119140625 311.7076110839844 102577.0 154.53482666015626 619.8009155273437 144.76522827148438 29.62881088256836 +sub-20198_ses-V3_task-rest_run-02_bold 0.0017593095768374163 0.016229473719376393 1 49.71168238781253 1.0191155639508935 0.9746351333258937 0.5463850676854456 295.6263427734375 0.4838357629259287 312 69.48775055679288 2.8964221071287484 2.639183228461614 2.8873373852675206 3.1627457076571104 0.0122276 -0.016233205795288086 0.11191848665475845 449 90 90 60 2.119246500783404 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 11 23.048013815637763 9.777252197265625 34.26836395263672 16.962139129638672 315250.0 9.86637020111084 117.24399261474606 44.75356674194336 1.617353046778513 122.28826141357422 340.5610656738281 309.954345703125 102424.0 158.57561798095705 625.2650756835938 146.2561492919922 25.18368911743164 +sub-20202_ses-V1_task-cuff_run-01_bold 0.0010348306997742663 0.018369736343115128 7 44.76608027798641 0.9995809525791863 0.9489405108371038 0.4611451688821279 7941.55810546875 0.3603706545863242 12 2.708803611738149 2.5308591244117618 2.5147290667403115 2.5751415643397344 2.502706742155239 0.00613109 -0.002141727600246668 0.022040003910660744 443 90 90 60 2.9657389997733232 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 51.006182032689736 14.946505546569824 40.440452575683594 10.277652740478516 323707.0 0.018058691173791885 150.95191802978545 91.17298126220703 1.8466693412312303 252.87576293945312 954.64892578125 927.98193359375 92348.0 461.0904144287109 1499.9785888671868 312.8990478515625 24.434619903564453 +sub-20202_ses-V1_task-cuff_run-02_bold 0.0020703603603603603 0.011756612184684687 6 40.11803740257335 1.0479734484198662 0.9949382600902936 0.4610326238034243 8285.8876953125 0.29164292028666083 7 1.5765765765765767 2.4824605271133016 2.4758207349530568 2.528695732851993 2.442865113534855 0.00890422 -0.0029966849833726883 0.02242433838546276 444 90 90 60 2.941303613580227 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 50.59635342369134 14.689115524291992 41.07588195800781 10.024774551391602 323877.0 0.0022522523067891598 156.9450469970704 92.40433502197266 1.9342293740385363 255.15115356445312 961.0803833007812 930.7286376953125 92240.0 475.26612701416013 1519.3649230957033 316.4323425292969 29.993900299072266 +sub-20202_ses-V1_task-rest_run-01_bold 0.002457936507936508 0.015661913900226757 9 40.77901683279546 1.0375052347954534 0.9911161884772723 0.46122733106886216 8064.7255859375 0.2821700024009199 184 41.723356009070294 2.502449409592653 2.4890499010940434 2.5471707321178623 2.471127595566053 0.00842838 -0.002329047303646803 0.022787591442465782 441 90 90 60 2.987485938017607 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 49.445915376054806 14.815937042236328 40.62076950073242 10.199546813964844 323865.0 0.01814058981835842 152.3741455078125 91.83019256591797 1.8761624499570457 253.58543395996094 959.3428955078125 930.4444580078125 92037.0 475.91383666992186 1507.2131591796865 311.44561767578125 26.250045776367188 +sub-20202_ses-V1_task-rest_run-02_bold 0.0021642857142857145 0.010969256439909297 9 39.06381293627272 1.0645260062727264 1.0370213229772725 0.4614255152497543 8454.34375 0.27737711906172274 172 39.002267573696145 2.4803883052383315 2.4733582350509073 2.5262748996148545 2.441531781049232 0.0112673 -0.0032761930488049984 0.020939728245139122 441 90 90 60 2.950786988913782 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 45.56053398007667 14.577240943908691 41.376792907714844 9.99092960357666 324174.0 0.00907029490917921 159.14603042602516 91.92072296142578 1.9537843375174155 255.4144287109375 962.1892700195312 931.3038940429688 91933.0 479.62630004882817 1523.3378662109371 315.6103210449219 30.506071090698242 +sub-20202_ses-V3_task-cuff_run-01_bold 0.0011429954954954955 0.01524101198198198 6 38.37855413108352 0.9726153316930026 0.9488281603160281 0.46276156013130426 7348.88623046875 0.23024635750287634 4 0.9009009009009009 2.4828008014146956 2.461479068856276 2.5266290662674478 2.460294269120363 0.0152796 -0.0010643248679116368 0.01887665130198002 444 90 90 60 3.0338871074615663 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 47.388673883708556 15.577341079711914 42.504112243652344 10.684684753417969 325082.0 0.011261261999607086 157.67364730835007 95.56038665771484 1.8537904910609777 252.3629913330078 958.7719116210938 933.3975830078125 91432.0 485.3688217163086 1494.0324584960936 307.6556396484375 26.549352645874023 +sub-20202_ses-V3_task-cuff_run-02_bold 0.0029941986455981943 0.013799549187358914 7 38.81269927013575 1.026869765950226 0.9984986897963792 0.4621409039772175 7386.3955078125 0.2542945845210555 12 2.708803611738149 2.454289697803445 2.435258236564865 2.4993624006842614 2.4282484561612088 0.00969395 -0.0008534015505574644 0.01900731958448887 443 90 90 60 3.042980315297906 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 49.648089406448925 15.6995210647583 43.00954055786133 10.693002700805664 325618.0 0.0022573363967239857 160.38859863281243 97.8328857421875 1.8330834676982448 253.07986450195312 963.1932373046875 935.2054443359375 91015.0 495.9948150634765 1502.2810791015625 307.33038330078125 28.114940643310547 +sub-20202_ses-V3_task-rest_run-01_bold 0.00166183257918552 0.017915377375565613 8 51.31016549619048 1.0357573887301588 0.9683389208163271 0.46178010713508055 7315.8798828125 0.4505074773218147 243 54.977375565610856 2.486302189826693 2.458416568977969 2.5384957324625756 2.461994268039533 0.0143805 -0.0031512074638158083 0.01925554871559143 442 90 90 60 3.031740813449044 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 19 49.54395003393403 15.892691612243652 43.2972526550293 10.9343900680542 326128.0 0.024886878207325935 160.09638137817353 96.88628387451172 1.9328416746105335 254.7090606689453 974.8578491210938 948.1063842773438 90817.0 501.29505615234376 1526.0864990234372 312.7250061035156 24.722196578979492 +sub-20202_ses-V3_task-rest_run-02_bold 0.0021984116331096194 0.011703599239373601 3 38.67022279558294 1.0372676415695063 0.9889745372869945 0.46035853013335615 7480.55224609375 0.2517074264741336 136 30.425055928411634 2.4216758164226397 2.400799904600783 2.467245735293796 2.396981809373341 0.00908 0.0017056913347914815 0.01819988526403904 447 90 90 60 3.0634002860540708 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 50.95653347607888 15.356707572937012 41.289608001708984 10.46308708190918 325653.0 0.0022371364757418633 155.15078430175774 94.7442626953125 1.983731244221473 244.93287658691406 953.201171875 924.7930908203125 90610.0 496.47014923095696 1489.7708068847655 301.8828430175781 31.314983367919922 +sub-20205_ses-V1_task-rest_run-01_bold 0.0012088461538461539 0.0066466889592760175 8 35.04652973968252 1.0616377009070292 0.9953746291836728 0.45692312370053134 6079.16845703125 0.2890049056828853 212 47.963800904977376 2.9585618192822287 2.706833225773445 3.334399867502854 2.834452364570386 0.0124264 -0.013242348097264767 0.044717565178871155 442 90 90 60 2.701804617522752 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 36.83415072745181 30.23233985900879 89.07843780517578 20.708145141601562 331404.0 0.018099548295140266 421.65578918457027 187.92501831054688 0.7931054915691336 551.5213623046875 1706.806396484375 1630.504638671875 86575.0 833.7039062499999 2789.241577148438 603.4837646484375 38.82503890991211 +sub-20206_ses-V1_task-rest_run-01_bold 0.004837959641255605 0.00895250630044843 4 30.50871981501125 1.1075904223370783 1.1693026738651684 0.4370796718200484 10543.0927734375 0.16019096914986852 43 9.641255605381167 2.4575480316670935 2.5147749000718234 2.4329415699902546 2.4249276249392033 0.00473743 -0.013221644796431065 0.026351936161518097 446 90 90 60 2.7662181152174554 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 16 152.64518904817118 16.0892276763916 38.15035629272461 11.105381965637207 330389.0 0.022421525791287422 155.2502319335937 79.44867706298828 2.8995780462412997 314.35491943359375 1185.0126953125 1123.255615234375 88301.0 628.5202026367188 1935.114501953125 406.0595397949219 37.03441619873047 +sub-20207_ses-V1_task-cuff_run-01_bold 0.0015142187500000004 0.014505396674107144 2 55.92465188626401 1.0483808104921704 1.0138602659955254 0.5191479283460012 1178.2066650390625 0.30073767860323763 2 0.44642857142857145 2.5646930402130774 2.401991571220097 2.677783226927788 2.614304322491347 0.00281534 0.00014758181350771338 0.06448480486869812 448 90 90 60 2.9771667580635794 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 44.273286258075174 7.647977828979492 29.344058990478516 12.064732551574707 309662.0 5.7901787757873535 113.80547409057625 54.15607452392578 1.6571341757092384 121.94738006591797 453.1904602050781 432.72991943359375 106625.0 256.0861755371094 723.0987060546872 145.34889221191406 23.77178382873535 +sub-20207_ses-V1_task-cuff_run-02_bold 0.0005625950782997763 0.015274282997762862 3 55.00501112672644 1.0252487405605368 0.990295519529148 0.5204960621951306 1131.5023193359375 0.25711166497790794 1 0.22371364653243847 2.5658305401293826 2.412233237479797 2.672116560486294 2.613141822422057 0.0038554 9.96677772491239e-05 0.06530600786209106 447 90 90 60 2.965806101022727 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 45.750295202394604 7.777858257293701 29.81153106689453 12.272931098937988 309509.0 5.742729187011719 116.50917358398434 55.34823226928711 1.6527602458269044 121.31137084960938 451.9391174316406 431.3825378417969 106681.0 253.5727081298828 722.3579711914062 145.45135498046875 23.592727661132812 +sub-20207_ses-V1_task-rest_run-01_bold 0.000572460850111857 0.013891512975391498 3 55.241751358766834 1.0507034249103138 1.0054622022421529 0.5180040231615537 1192.111328125 0.22506848166752302 126 28.187919463087248 2.5356333179603907 2.3803332387473883 2.6480540614424526 2.5785126536913308 0.00412318 -0.0011885109124705195 0.0655626505613327 447 90 90 60 3.0095603529612354 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 49.01396345743042 7.459445953369141 28.848526000976562 11.975391387939453 309869.0 5.7718119621276855 111.07740325927702 53.91922378540039 1.6406496272178694 119.3445053100586 452.6682434082031 432.5190124511719 106427.0 256.7243957519531 719.967578125 143.71434020996094 24.751970291137695 +sub-20207_ses-V1_task-rest_run-02_bold 0.00041058165548098436 0.013079665324384785 3 56.01704627408077 1.038157229439462 0.9961694271973095 0.5201499218889085 1147.9305419921875 0.2674725768801757 167 37.360178970917225 2.5417972069513524 2.3817165720257534 2.6546832278456995 2.5889918209826046 0.00270716 0.00012662487279158086 0.06586504727602005 447 90 90 60 2.977243747428732 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 46.573949673794594 7.499248504638672 29.780561447143555 12.134228706359863 309958.0 5.959731578826904 115.88658065795883 55.71249771118164 1.6082419405498056 121.19857025146484 450.32281494140625 430.2214660644531 106406.0 252.63703155517578 718.0352172851562 144.50259399414062 24.793691635131836 +sub-20211_ses-V1_task-rest_run-01_bold 0.00038758542141230075 0.0024019246013667426 11 24.985648634383544 1.0578803915296806 1.0212014490182648 0.5010428807016352 5118.1826171875 0.11905351807776479 0 0.0 3.0786562600423326 2.865029052820641 3.541962359255061 2.828977368051295 0.00847396 -0.00926037784665823 0.046263959258794785 439 90 90 60 2.0988075752069886 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 17.696397767939636 35.467628479003906 114.57396697998047 24.271072387695312 298103.0 0.0 604.4943237304688 233.02581787109375 2.317346422986871 707.5205078125 1983.5030517578125 1815.908935546875 114730.0 904.8486968994141 3642.600231933591 865.2060546875 56.52410888671875 +sub-20212_ses-V1_task-rest_run-01_bold 0.0004915192743764173 0.004342832380952381 9 30.74234579702272 1.0437850634090897 0.9818138906818181 0.4508451010494573 8669.4052734375 0.2282833268703766 123 27.891156462585034 2.9192229117803676 2.6850207266401953 3.136645708694231 2.9360023000066757 0.0106518 -0.025360438972711563 0.035751957446336746 441 90 90 60 2.525072373345647 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 150.1556295959285 24.303245544433594 62.86380386352539 16.65986442565918 323411.0 0.004535147454589605 284.4501190185547 146.13192749023438 1.9123834257609316 512.5433349609375 1675.073974609375 1564.77099609375 94555.0 852.1061157226562 2839.25634765625 619.6902465820312 45.23420715332031 +sub-20214_ses-V1_task-cuff_run-01_bold 0.0028400597014925375 0.0060124395522388055 5 38.14793343464072 1.0937688317065863 1.0273288321856295 0.4861806718649356 623.6911010742188 0.2479322543081731 2 0.5970149253731343 2.993244325503601 2.7378373912081164 3.042024879120792 3.1998707061818954 0.00530023 -0.023098282516002655 0.06473027169704437 335 90 90 60 2.0594082403863716 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 42.569239633638375 3.766252279281616 24.378250122070312 12.552238464355469 328717.0 9.802985191345215 79.51343536376953 36.915687561035156 1.732962686367177 127.03466796875 368.9499206542969 335.82537841796875 89678.0 158.8170196533203 698.6780609130859 163.06796264648438 38.352783203125 +sub-20214_ses-V1_task-cuff_run-02_bold 0.0011934151785714284 0.00808247375 2 39.270307302125296 1.042316927427293 0.9871222860178969 0.48623640949421754 620.5428466796875 0.27926864303630455 2 0.44642857142857145 3.0405651569565735 2.780749889502927 3.083233210816653 3.257712370550141 0.00401989 -0.02202627621591091 0.06421365588903427 448 90 90 60 2.0377976704070666 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 40.53723218108402 3.756145477294922 24.28927230834961 12.537946701049805 328278.0 9.714285850524902 78.97578392028801 36.4604377746582 1.7966550908137577 127.70233154296875 366.4338073730469 334.015625 90305.0 152.65938415527341 694.8366210937501 163.90919494628906 34.088592529296875 +sub-20214_ses-V1_task-rest_run-01_bold 0.0007817149220489977 0.008635727216035633 1 43.54932398470982 1.0399013432366069 0.9710197101339278 0.48726910687513614 628.4644775390625 0.3976786320059934 258 57.46102449888642 3.0080512693596706 2.7429665576709685 3.0612623783563624 3.2199248720516813 0.00836779 -0.022431977093219757 0.06359530240297318 449 90 90 60 2.1156805866972994 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 46.3995964619168 3.7609896659851074 24.043851852416992 12.530067443847656 328290.0 9.743875503540039 77.78173828125 36.42284393310547 1.6680829406081452 126.25230407714844 366.0758972167969 335.31402587890625 89937.0 158.47885131835938 680.8294189453125 158.48902893066406 30.80813980102539 +sub-20214_ses-V1_task-rest_run-02_bold 0.0005574330357142858 0.006478713883928572 2 37.137637545794185 1.0409334109619683 0.983423841789709 0.48644668264268903 614.8767700195312 0.23874040491231677 140 31.25 3.0095207137457245 2.7628582235472114 3.050687378776575 3.215016538913387 0.00663017 -0.02163754589855671 0.06407253444194794 448 90 90 60 2.0562705604765865 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 41.44519293158401 3.8951408863067627 24.190860748291016 12.533482551574707 328780.0 9.535715103149414 78.88627357482908 36.74187088012695 1.8787917764137276 125.21370697021484 364.9272155761719 332.0614013671875 89732.0 157.22311096191407 688.8234771728515 161.48631286621094 36.378578186035156 +sub-20216_ses-V1_task-cuff_run-01_bold 0.0005614545454545454 0.006006699431818182 10 27.545652124396334 1.0700997892938489 0.9925518115717537 0.4314233990135746 15687.96484375 0.0870495391457142 0 0.0 2.440524409992833 2.3626457394502265 2.4774290682224804 2.4814984223057923 0.011874 -0.014571264386177063 0.020386872813105583 440 90 90 60 3.3980485538492924 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 141.48161643272476 13.185050010681152 40.51097106933594 8.940908432006836 337846.0 0.0 170.36647415161133 105.01213073730469 2.3436360808207093 264.486083984375 1144.9073486328125 1119.5726318359375 81252.0 645.7087127685547 1710.2000549316404 329.47314453125 49.64220428466797 +sub-20216_ses-V1_task-cuff_run-02_bold 0.0008081531531531531 0.005629943963963964 6 27.06502059790069 1.0632315953273137 0.9990943202708804 0.4314673686213191 16408.248046875 0.08803011875880576 0 0.0 2.448823021396724 2.3775582388576573 2.4905457343679376 2.4783650909645774 0.0140437 -0.01505403034389019 0.019490743055939674 444 90 90 60 3.3728274902204376 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 147.65511860057825 12.999484062194824 40.846683502197266 8.826577186584473 337918.0 0.0 173.1242095947265 105.12003326416016 2.4974536740508304 263.8898620605469 1146.261474609375 1120.455078125 81296.0 641.8080139160156 1712.6334838867188 332.198486328125 49.296138763427734 +sub-20216_ses-V1_task-rest_run-01_bold 0.0006073076923076924 0.0063415307918552035 8 28.007397792131503 1.0710318904081626 0.9937730725623584 0.4296962546344288 16302.265625 0.09929325454640098 0 0.0 2.4473910762401148 2.3745165723118555 2.4854207345715866 2.4822359218369026 0.0170218 -0.013867112807929516 0.01921212114393711 442 90 90 60 3.385289035194214 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 154.83818744032774 12.98451042175293 39.7896842956543 8.832579612731934 337886.0 0.0 166.21154403686523 103.18659973144531 2.389166372925896 265.0369567871094 1150.79345703125 1123.7523193359375 81128.0 647.3660858154296 1721.6532714843745 331.9496154785156 45.73029327392578 +sub-20216_ses-V1_task-rest_run-02_bold 0.0007810810810810811 0.005502446148648649 6 26.980550296884893 1.0643583343792324 0.997213050744922 0.43127306253843367 16241.830078125 0.08389125427004915 1 0.22522522522522523 2.443131357027484 2.3749207389624623 2.48653323452738 2.46794009759261 0.0045644 -0.014989744871854782 0.018488259986042976 444 90 90 60 3.361967259033556 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 146.98049728651947 13.03955364227295 40.852630615234375 8.85360336303711 338163.0 0.0 174.53355865478508 104.22046661376953 2.570612172821174 264.64105224609375 1150.1307373046875 1124.8558349609375 81215.0 641.0815246582031 1720.9588256835941 334.58056640625 50.868289947509766 +sub-20216_ses-V3_task-cuff_run-01_bold 0.0005724719101123596 0.007061345235955056 5 30.455534131666653 1.098343227342342 0.9988269021846847 0.43437455136013314 15139.81640625 0.08673502836484724 0 0.0 2.4367674610708687 2.34334574021714 2.4621707354954587 2.504785907500008 0.0152869 -0.014419526793062687 0.022332584485411644 445 90 90 60 3.6043559253006237 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 109.60828415657204 12.463852882385254 36.89549255371094 8.438201904296875 336542.0 0.0 152.97281265258795 93.18809509277344 2.1019737978404383 229.32858276367188 1056.8258056640625 1039.3179931640625 81966.0 616.4365081787109 1547.7820434570312 288.3487854003906 47.80717849731445 +sub-20216_ses-V3_task-cuff_run-02_bold 0.0007906966292134832 0.007071024921348315 5 29.829658173265777 1.0830753484909916 0.9974967819819814 0.43437059302561604 15365.322265625 0.08804057121405526 0 0.0 2.4350716283372242 2.343874906862779 2.4592332356121847 2.5021067425367085 0.00740652 -0.013973481021821499 0.020885463804006577 445 90 90 60 3.6104617239458117 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 107.02887423277058 12.36057186126709 36.874542236328125 8.406742095947266 336748.0 0.0 153.37517242431616 91.87246704101562 2.1581550674463506 228.59059143066406 1058.043701171875 1040.6044921875 81875.0 614.9683166503906 1544.518408203125 288.21746826171875 46.199485778808594 +sub-20216_ses-V3_task-rest_run-01_bold 0.0005719550561797753 0.006876824426966292 5 30.99246091675677 1.1018301258108105 1.0002551721846844 0.4332927759803027 15533.611328125 0.08948020297633759 0 0.0 2.419157743230634 2.330504074060755 2.4407165696813036 2.486252585949843 0.019844 -0.014572803862392902 0.022456975653767586 445 90 90 60 3.63030567971384 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 125.1980266389431 12.350577354431152 36.37913131713867 8.370786666870117 336899.0 0.0 150.10337829589844 92.3764419555664 2.244542719569747 226.5333251953125 1060.2581787109375 1041.938232421875 81662.0 622.4855133056641 1552.3122680664064 287.0093994140625 47.55226516723633 +sub-20216_ses-V3_task-rest_run-02_bold 0.0007402022471910113 0.006033561101123595 5 29.889731282454974 1.101841513490991 1.0028255508108104 0.4338568119034922 15443.2529296875 0.08104160178324049 0 0.0 2.4124605249691933 2.3309415740433703 2.4387832364247943 2.4676567644394147 0.00461888 -0.014280688017606735 0.02110552042722702 445 90 90 60 3.6048215903842946 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 105.50987819685825 12.40721607208252 36.9998664855957 8.406742095947266 337121.0 0.0 154.3348388671875 92.60005950927734 2.2444011236871964 228.1924285888672 1060.6798095703125 1043.5494384765625 81616.0 617.6589813232422 1551.4443664550781 289.4853515625 49.80118942260742 +sub-20223_ses-V1_task-cuff_run-01_bold 0.0010202232142857144 0.026762683705357147 2 69.07165249147654 1.0198851828635342 0.9851519568232657 0.502411983025504 1049.8388671875 0.3471954097276304 21 4.6875 2.5910722078612616 2.3539832397944433 2.7436332243111443 2.675600159478197 0.00266436 -0.0011662502074614167 0.08006198704242706 448 90 90 60 3.270410584619039 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 69.24499040073523 6.966245174407959 25.506052017211914 11.13839340209961 325810.0 5.450892925262451 88.53248291015623 47.35022735595703 0.7975411357191051 98.9736557006836 386.6761474609375 374.7165222167969 93511.0 215.25000762939453 591.3940124511719 114.57720947265625 17.38992691040039 +sub-20223_ses-V1_task-cuff_run-02_bold 0.0005025612472160356 0.021751482850779512 1 69.70963524930805 1.0393175320089285 0.9899111502678576 0.5049163249906882 1004.1826171875 0.30189576959113723 0 0.0 2.5540305413237383 2.328595740803252 2.6984457261067343 2.6350501570612286 0.0015639 -0.0031890191603451967 0.08223438262939453 449 90 90 60 3.246838159567474 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 69.64282075324357 7.195078372955322 26.459625244140625 11.391982078552246 325576.0 5.523385524749756 92.876953125 49.501644134521484 0.8085989184091038 99.81974029541016 388.3572082519531 375.82183837890625 93681.0 215.3229522705078 595.7728271484375 115.74948120117188 19.151166915893555 +sub-20223_ses-V1_task-rest_run-01_bold 0.0008513169642857143 0.026845208258928572 2 75.16271451223719 1.054345040715884 1.005883063780761 0.5020370645575222 1048.3101806640625 0.46145399073192733 326 72.76785714285714 2.5862610969518127 2.349216573317187 2.733649891374513 2.6759168261637387 0.003483 -0.0012946374481543899 0.07972275465726852 448 90 90 60 3.219982146171736 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 68.84159707944453 6.92653226852417 25.668981552124023 11.194196701049805 325714.0 5.495535850524902 88.88169860839844 48.223838806152344 0.820349079988898 101.88591766357422 389.46142578125 376.9977722167969 93735.0 218.09554290771484 598.9640930175781 117.080078125 17.426544189453125 +sub-20223_ses-V1_task-rest_run-02_bold 0.0006518344519015659 0.026038121029082772 3 71.29148661192826 1.0410435886098668 0.9985521479820623 0.5088628379952874 901.3528442382812 0.3619533801542793 278 62.1923937360179 2.620024984589694 2.408054070979195 2.7733665564629812 2.6786543263269063 0.00396757 -0.0047142342664301395 0.08309005945920944 447 90 90 60 3.1908092587119588 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 65.9288810574747 7.996765613555908 27.057342529296875 11.912752151489258 324249.0 5.422818660736084 94.58970947265621 48.87599563598633 0.7965360115686844 102.41397857666016 385.65301513671875 372.9854736328125 94632.0 214.22740173339844 595.8138854980468 116.89307403564453 17.40247344970703 +sub-20224_ses-V1_task-cuff_run-01_bold 0.0012465848214285712 0.01609244263392857 2 56.29998782715886 1.0389527463758388 1.0037425961521256 0.5184462333163271 1058.5093994140625 0.12850978896721743 4 0.8928571428571429 2.590745820868545 2.3825082386609617 2.657258227743378 2.7324709962012963 0.00219082 -0.004263584036380053 0.09794162213802338 448 90 90 60 3.0520419118832427 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 39.16631348484371 7.866396427154541 33.03538131713867 11.924107551574707 323750.0 5.593750476837158 139.43549499511715 61.326499938964844 1.1465351773932149 114.0478515625 421.5363464355469 404.1629638671875 95067.0 236.94689178466797 661.3044921874998 132.423095703125 21.960941314697266 +sub-20224_ses-V1_task-cuff_run-02_bold 0.001821834451901566 0.015406087472035793 3 56.84668239040361 1.0554938045739912 1.0097927484753364 0.5189763291955823 1036.0830078125 0.11816657240108677 4 0.8948545861297539 2.547433321462522 2.3477915733738115 2.5960748968412517 2.698433494172503 0.00508013 -0.0038394771981984377 0.1017593964934349 447 90 90 60 3.078259965137609 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 36.69723637324203 7.6319193840026855 33.244903564453125 11.883668899536133 324522.0 5.738255023956299 141.88321990966807 61.94577407836914 1.2249415123479723 112.06080627441406 419.9535217285156 401.67559814453125 94382.0 242.12807693481446 657.5700469970702 130.4871826171875 22.004741668701172 +sub-20224_ses-V1_task-rest_run-01_bold 0.0007283258928571428 0.020484224107142852 2 59.7590024977852 1.0355590425055932 0.9878333759955263 0.5150195994086484 1108.21240234375 0.19259611768348073 78 17.410714285714285 2.605194432966693 2.385404071879225 2.6505623946761134 2.7796168323447406 0.00726245 -0.0031151138246059418 0.09520971775054932 448 90 90 60 3.0839527490317917 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 41.811380927112346 7.416321277618408 31.495357513427734 11.62276840209961 324184.0 5.616071701049805 129.6581565856933 58.69194030761719 1.169596454804278 112.68112182617188 421.9405517578125 404.52679443359375 94967.0 239.8261291503906 659.6989135742188 131.17083740234375 20.38263702392578 +sub-20224_ses-V1_task-rest_run-02_bold 0.0016280846325167036 0.014870876726057906 1 55.9894588164063 1.0684497521651781 1.0177436255803567 0.5181589866087992 1070.54248046875 0.09426289473162916 12 2.6726057906458798 2.563299987893999 2.3651915726823973 2.614337396115565 2.7103709948840335 0.00782466 -0.00321410340256989 0.10257374495267868 449 90 90 60 3.051057248750723 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 36.47854984949624 7.492259979248047 33.00984573364258 11.690423965454102 324393.0 5.672605991363525 141.43295898437492 61.3446159362793 1.1629569848494148 112.7867660522461 418.28857421875 401.1893310546875 94675.0 234.57261047363284 655.6628356933594 131.4912109375 22.871423721313477 +sub-20224_ses-V3_task-cuff_run-01_bold 0.001838590604026845 0.017705228187919465 3 54.725728851950706 1.0613511613677125 1.01627232573991 0.5182857602953618 1010.5947875976562 0.13986635678403062 7 1.5659955257270695 2.646649985339995 2.4471957360905114 2.7594915570143237 2.73326266291515 0.00725604 -0.009007510729134083 0.07892363518476486 447 90 90 60 2.998776848154805 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 48.176848410564546 7.76790714263916 30.352420806884766 11.81655502319336 319644.0 5.648769378662109 118.90503692626937 54.52183532714844 1.5109738767745124 111.92655944824219 413.8288269042969 395.7796630859375 97838.0 233.37136840820312 655.971954345703 131.9796905517578 22.076210021972656 +sub-20224_ses-V3_task-cuff_run-02_bold 0.002127879464285714 0.018031196205357144 2 54.621011422505674 1.0308563823937362 0.9931448943400453 0.5201562338277331 987.6129760742188 0.1631218670962247 13 2.9017857142857144 2.6858166518666184 2.478687401505812 2.80272905529622 2.776033498797824 0.00777654 -0.01014440506696701 0.0814538225531578 448 90 90 60 2.9897288219656755 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 46.06766056297336 7.962368488311768 31.20802116394043 12.022321701049805 319353.0 5.6651787757873535 124.05134582519531 55.996490478515625 1.4769034391224212 113.15434265136719 413.82415771484375 396.6808166503906 98103.0 231.02143554687498 656.2357666015623 132.68052673339844 20.88928985595703 +sub-20224_ses-V3_task-rest_run-01_bold 0.0007524999999999999 0.014725620089285713 2 52.60832385055933 1.0475302244519014 0.9986738610961965 0.5169172998635768 1044.5537109375 0.1063152518780382 16 3.5714285714285716 2.612783318776202 2.420983237132103 2.721637391851847 2.695729327344656 0.00862193 -0.009348691441118717 0.0800701156258583 448 90 90 60 3.0254462218593474 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 48.75237726635634 7.595027446746826 30.16953468322754 11.674107551574707 320023.0 5.582589626312256 119.01786041259766 54.72850799560547 1.5299008324608172 112.08871459960938 415.5771484375 397.6328125 97528.0 236.97032470703124 657.3170166015625 131.42880249023438 24.090822219848633 +sub-20224_ses-V3_task-rest_run-02_bold 0.001835924276169265 0.014774982405345211 1 53.63243745888389 1.064588554397322 1.0208372345982137 0.5206139563745331 971.5668334960938 0.12978517202561382 25 5.567928730512249 2.642613873857928 2.452799902534489 2.7578248904138847 2.7172168286254106 0.00540927 -0.010313878767192364 0.08220931142568588 449 90 90 60 2.983537463801828 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 46.69243545610698 7.964447498321533 31.3627872467041 12.033408164978027 319146.0 5.719376564025879 125.71659851074219 56.78942108154297 1.5118832208870172 111.8374252319336 413.3519592285156 395.22161865234375 98168.0 231.23385620117188 655.8244110107418 132.46678161621094 22.99264144897461 +sub-20225_ses-V1_task-cuff_run-01_bold 0.0006514922048997773 0.013228728596881961 1 48.6165979842411 1.0579018971875 1.008012147544643 0.493902419669757 1432.98291015625 0.09039375463293386 0 0.0 2.704094336993389 2.5130040668088567 2.9332832167751306 2.665995727396181 0.014708 -0.0036768289282917976 0.06593453139066696 449 90 90 60 3.2158821902199204 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 55.70276200445103 6.613924503326416 27.744836807250977 10.977728843688965 322257.0 5.590200424194336 104.49265594482425 57.080543518066406 1.4596209306560795 109.6646728515625 455.0691833496094 434.8196105957031 93826.0 269.97772216796875 701.9638366699219 135.20933532714844 26.916946411132812 +sub-20225_ses-V1_task-cuff_run-02_bold 0.0006460801781737193 0.013794802895322941 1 48.764881406651796 1.0454486593526782 0.9983012099107139 0.4949715979174417 1414.5872802734375 0.10056017261487382 0 0.0 2.719655447486158 2.525654066306191 2.9520498826960773 2.681262393456205 0.0113793 -0.003940550610423088 0.06650107353925705 449 90 90 60 3.1767343608850087 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 53.47789001460321 6.712985038757324 27.97772789001465 11.031180381774902 322230.0 5.6035637855529785 105.74532508850089 56.9730339050293 1.4304706119978867 111.57160949707031 452.4410095214844 432.870849609375 93887.0 266.1750732421875 699.1488159179687 136.26211547851562 26.339439392089844 +sub-20225_ses-V1_task-rest_run-01_bold 0.0021820000000000003 0.015986926 0 49.469312238775075 1.0662196736748333 1.0214690786636966 0.4935853784713366 1427.4967041015625 0.12039602924969191 25 5.555555555555555 2.7235096139996737 2.5232290664025516 2.9517623827075012 2.6955373928889674 0.0157756 -0.003908781334757805 0.06613083928823471 450 90 90 60 3.2104400167242946 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 3 57.76961159639882 6.7804341316223145 27.667709350585938 11.066666603088379 322474.0 5.5577778816223145 103.14888763427734 56.902565002441406 1.476389497490671 110.77674102783203 456.8222961425781 436.3866882324219 93705.0 273.6599975585938 703.7662475585937 135.92665100097656 24.615116119384766 +sub-20225_ses-V1_task-rest_run-02_bold 0.0005501777777777777 0.016117102 0 48.40462329924278 1.0405113291982182 0.9958503258797323 0.49499711312777517 1421.1016845703125 0.1016171128092276 18 4.0 2.754765168313245 2.552087398589158 2.98449988140663 2.727708224943947 0.00769902 -0.0037190651055425406 0.06453171372413635 450 90 90 60 3.1765942158069893 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 54.34816654524824 6.78702449798584 27.92366600036621 11.084444999694824 321758.0 5.633333683013916 105.61144752502435 56.5013542175293 1.431448835207811 111.45872497558594 455.210205078125 435.45111083984375 94267.0 267.11065979003905 704.5815673828123 137.0803985595703 24.562515258789062 +sub-20225_ses-V3_task-cuff_run-01_bold 0.0008553777777777779 0.014754088222222224 0 51.25828752734968 1.0628051998218255 1.0265464794209356 0.48216071570774127 1605.7757568359375 0.07945589493112866 0 0.0 2.7926347012919197 2.5414540656783555 3.117362376127149 2.719087662070254 0.0116032 0.0026573401410132647 0.06998362392187119 450 90 90 60 3.013585932394738 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 74.5674252831931 5.334073543548584 22.900083541870117 9.355555534362793 323407.0 4.951111316680908 78.77133789062508 51.59869384765625 2.136437041552913 96.77110290527344 411.6340637207031 389.7822265625 93243.0 241.54578247070313 653.8484375 129.34097290039062 26.236549377441406 +sub-20225_ses-V3_task-cuff_run-02_bold 0.0004232444444444445 0.013816558 0 51.43660958665922 1.0559615987527835 1.009740127238307 0.4825682636899861 1544.885986328125 0.06520090116626687 0 0.0 2.777729145488536 2.5387540657856436 3.1007165434552615 2.6937168272247014 0.0162418 0.0023824397940188646 0.07002485543489456 450 90 90 60 3.0249026939224 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 75.19819411312855 5.442797660827637 23.141176223754883 9.5377779006958 323388.0 5.026666641235352 79.6265571594236 52.250091552734375 2.1643106756497676 96.21429443359375 412.1944274902344 390.0322265625 93014.0 242.3353439331055 653.7172546386714 128.93972778320312 27.516429901123047 +sub-20225_ses-V3_task-rest_run-01_bold 0.00034202672605790645 0.014887264365256123 1 51.194199561897314 1.035810286875 0.9931518519866069 0.4812719626266286 1596.021728515625 0.08252983359176012 5 1.1135857461024499 2.796019423452495 2.54537906552239 3.1213915426337104 2.721287662201384 0.0129481 0.002358068013563752 0.06952614337205887 449 90 90 60 3.009938036680157 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 76.41169637829962 5.362463474273682 22.803386688232422 9.425390243530273 323515.0 4.988864421844482 77.46214065551744 51.692291259765625 2.232552615353856 96.70925903320312 414.2581481933594 391.327392578125 92993.0 246.15101318359376 660.2721801757809 130.01107788085938 26.329784393310547 +sub-20225_ses-V3_task-rest_run-02_bold 0.00033106666666666667 0.013964573111111113 0 51.54675755126948 1.0546450307126953 1.0075119467260591 0.48217248372927873 1560.948974609375 0.0700781281019165 1 0.2222222222222222 2.775748590016647 2.532916566017605 3.1004623767986943 2.693866827233642 0.00990924 0.0022335308603942394 0.06931367516517639 450 90 90 60 3.029656239032159 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 75.58056426069847 5.3488993644714355 22.938358306884766 9.472222328186035 323730.0 4.984444618225098 78.50788917541502 51.51556396484375 2.150839054959725 96.69862365722656 411.8534240722656 389.40667724609375 92789.0 244.67867431640627 654.3968994140621 128.53094482421875 27.71778106689453 +sub-20227_ses-V1_task-cuff_run-01_bold 0.0006327293064876956 0.010248844138702461 3 38.792825908295974 1.0140148567713017 0.971619756076233 0.5051407197650046 516.433837890625 0.23577532200774742 0 0.0 2.9710707152735902 2.640541561740972 3.0876665439738216 3.185004040105977 0.00607566 0.007456705439835787 0.06449853628873825 447 90 90 60 2.38466584891703 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 41.883628555503215 5.243833541870117 26.86100196838379 13.228187561035156 329086.0 9.241610527038574 90.70917510986328 43.52400588989258 0.8712347550876189 119.69275665283203 340.5272216796875 318.0894775390625 89553.0 159.88143615722657 592.0791748046875 133.3887939453125 31.10573387145996 +sub-20227_ses-V1_task-cuff_run-02_bold 0.0007639237668161437 0.009757182130044843 4 40.77008070330337 1.0348722751460666 0.9840421070786527 0.5053632958450835 513.7335205078125 0.27695641067550064 0 0.0 2.9763707150629872 2.635095728624037 3.0892290439117334 3.2047873726531915 0.0109815 0.007824349217116833 0.06717818975448608 446 90 90 60 2.3612296597777562 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 41.81965699276099 5.089382648468018 27.18190574645996 13.230942726135254 328707.0 9.360986709594727 91.70650787353524 44.400733947753906 0.8892736206346026 120.14066314697266 340.2167663574219 317.4148254394531 89903.0 157.2338577270508 595.4108032226561 134.42701721191406 30.738008499145508 +sub-20227_ses-V1_task-rest_run-01_bold 0.0011728635346756153 0.009228468098434006 3 46.28620919181615 1.137465749820628 1.0075993052242145 0.5045253057296027 520.6922607421875 0.26285470269838446 163 36.46532438478747 2.9561637714214943 2.6255332290040165 3.0744290444998326 3.168529040760635 0.00827264 0.004442297387868166 0.06456652283668518 447 90 90 60 2.3722967558678216 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 41.560485571656834 5.001709938049316 26.777231216430664 13.147650718688965 328806.0 9.420581817626953 89.80928611755371 43.23283767700195 0.8780679529139865 120.03437042236328 341.5986328125 318.678955078125 89738.0 160.1805404663086 596.5478515624999 134.332763671875 31.91864585876465 +sub-20227_ses-V1_task-rest_run-02_bold 0.0006888616071428572 0.010405525491071429 2 50.297060004228186 1.1266676367337813 0.988155743803132 0.5057241461782275 513.7894897460938 0.32037307179113694 209 46.651785714285715 2.9417373831058593 2.609137396322195 3.0585915451291585 3.1574832078662234 0.0175128 0.007534756790846586 0.067341648042202 448 90 90 60 2.373971025526176 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 41.25763197073667 5.010401248931885 27.11625099182129 13.162946701049805 329649.0 9.475446701049805 91.97991790771458 44.18057632446289 0.8765386640696446 120.04444885253906 340.9039611816406 317.9598388671875 89225.0 160.546435546875 594.6080444335938 133.9351043701172 31.041473388671875 +sub-20227_ses-V3_task-cuff_run-01_bold 0.0007357941834451903 0.008616433892617448 3 45.690076408834074 1.1130179093721975 0.9894129429596408 0.5017400289957153 522.7190551757812 0.2528296772072306 1 0.22371364653243847 2.950477660536329 2.654449894521638 3.025258213120373 3.171724873966977 0.00398479 -0.004403905943036079 0.06344957649707794 447 90 90 60 2.4094523224041247 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 52.145892544001825 6.955295562744141 36.3596076965332 18.845638275146484 327668.0 13.557046890258789 116.98131904602042 57.998470306396484 1.2851280123847175 165.68991088867188 487.99774169921875 457.8501281738281 90426.0 229.24720001220703 847.3154144287109 190.0214385986328 33.70320129394531 +sub-20227_ses-V3_task-cuff_run-02_bold 0.0009461434977578476 0.008501584035874438 4 44.67828955492134 1.128817412426966 1.0025825944719096 0.5022612988588177 522.9493408203125 0.25208825341805124 0 0.0 2.9415748831123167 2.6452498948872134 3.008641547113993 3.1708332073357424 0.00320462 -0.00498356344178319 0.06367955356836319 446 90 90 60 2.410280580293051 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 50.8075197630223 6.989171981811523 36.73332977294922 18.893497467041016 328012.0 13.65919303894043 119.23128242492695 58.5529899597168 1.3018639480465914 166.1013641357422 489.654541015625 459.3116760253906 90197.0 231.23050842285156 848.9901611328125 190.56251525878906 34.179561614990234 +sub-20227_ses-V3_task-rest_run-01_bold 0.0016280089485458612 0.010335667091722596 3 47.890226825874464 1.0926476355605381 0.9961857327354265 0.5007954313033067 526.1429443359375 0.31301309881189787 204 45.63758389261745 2.9850054369420964 2.6772540602821486 3.065420711524458 3.2123415390196826 0.00751188 -0.004785087425261736 0.06452222913503647 447 90 90 60 2.424945427984193 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 48.50953915402585 7.409694194793701 36.14690399169922 18.99776268005371 327558.0 13.004474639892578 116.5107414245604 57.179134368896484 1.2932113057410035 165.5804901123047 488.8029479980469 459.3132019042969 90401.0 230.7785186767578 847.0604248046875 189.4107208251953 29.74500274658203 +sub-20227_ses-V3_task-rest_run-02_bold 0.0017479464285714286 0.012821635223214287 2 49.53291421525729 1.0693748884787477 0.9829231153914991 0.503068424663266 512.4315185546875 0.3936581235801917 255 56.919642857142854 2.989316547881899 2.671329060517587 3.066683211474291 3.22993737165382 0.00449448 -0.0059140827506780624 0.06477154046297073 448 90 90 60 2.429503724559748 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 5 49.3640014765344 7.399774074554443 37.17427062988281 19.236608505249023 328049.0 13.589285850524902 120.76607513427724 58.606178283691406 1.1935707003186256 166.05642700195312 490.646728515625 460.380615234375 89910.0 231.75603713989256 847.4349853515625 189.49468994140625 27.359577178955078 +sub-20229_ses-V1_task-cuff_run-01_bold 0.0009189140271493213 0.009788867873303167 8 42.941411837755076 1.0788869490022674 1.0009964458503395 0.46701955126959704 3235.149169921875 0.20902262165908705 0 0.0 2.400591087660524 2.3502082399444486 2.4174499039391715 2.4341151190979518 0.0179196 0.01596829481422901 0.027041122317314148 442 90 90 60 2.664679975494685 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 58.320391886486256 22.24909782409668 51.287940979003906 15.787330627441406 328916.0 0.06334841996431351 190.86822509765625 110.37332916259766 1.782186515234816 265.1308898925781 943.2304077148438 895.5814819335938 90097.0 469.49278564453124 1581.87607421875 336.0915832519531 30.949344635009766 +sub-20229_ses-V1_task-cuff_run-02_bold 0.0008531756756756756 0.012280496351351353 6 46.804583065304676 1.0735042513544022 0.9894058339503381 0.46742030589395434 3111.182861328125 0.29864393847239296 9 2.027027027027027 2.4087035850036487 2.3569457396767244 2.4232999037067136 2.4458651116275076 0.0147427 0.014747806824743748 0.027389492839574814 444 90 90 60 2.6622056378063337 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 54.25060760910493 22.64975357055664 51.438228607177734 16.114864349365234 329201.0 0.10135135054588318 190.7117156982422 108.57789611816406 1.7673466795411281 264.6812438964844 943.7484741210938 896.0765991210938 90045.0 468.11577148437505 1580.0108154296877 336.5899353027344 28.969377517700195 +sub-20229_ses-V1_task-rest_run-01_bold 0.0014116515837104071 0.01518224190045249 8 43.9074286720408 1.0520906993650792 1.0097484819954652 0.4673946302105999 3192.410400390625 0.2432324285201554 146 33.0316742081448 2.421777192033058 2.3626290727842223 2.438908236419827 2.4637942668951243 0.0180196 0.013993613421916962 0.02665739506483078 442 90 90 60 2.6975791528846846 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 65.50447628270695 22.69186782836914 50.656822204589844 16.201358795166016 328470.0 0.1085972934961319 185.06132202148433 107.61455535888672 1.76123588675416 263.8126220703125 944.4164428710938 899.98193359375 90541.0 468.5362243652344 1573.708251953125 333.6239318847656 25.576744079589844 +sub-20229_ses-V1_task-rest_run-02_bold 0.0007454586129753915 0.01467230091722595 3 42.10488992513448 1.0205588748430485 0.9594979880269059 0.46992823175660675 3000.876708984375 0.19529935299849824 97 21.700223713646533 2.4241285798524856 2.3647082393682703 2.438970736417344 2.468706763771843 0.0105958 0.014494233764708042 0.02723556011915207 447 90 90 60 2.6961400399099715 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 62.78562661933006 23.288795471191406 52.15309143066406 16.58948516845703 328388.0 0.10738255083560944 192.7381439208982 109.48346710205078 1.8163450598725221 262.3940734863281 941.890869140625 896.2438354492188 90713.0 469.9194580078125 1564.548974609375 332.4155578613281 26.147693634033203 +sub-20229_ses-V3_task-cuff_run-01_bold 0.0005872789115646259 0.007954609455782313 9 49.37834201281818 1.0869163826818176 1.0036377778863632 0.4644191394558616 3000.28515625 0.27143896369610193 0 0.0 2.4385882973907242 2.3578749063064692 2.468499901910627 2.4893900839550755 0.00349422 0.025900520384311676 0.021542349830269814 441 90 90 60 2.5472722180208693 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 60.03288196953924 21.65406036376953 49.038570404052734 15.517006874084473 328061.0 0.03628117963671684 188.06802368164062 107.92293548583984 1.8793151191086048 269.70928955078125 906.4544677734375 856.9727783203125 90545.0 429.5514892578125 1531.0245605468754 336.42578125 32.66124725341797 +sub-20229_ses-V3_task-cuff_run-02_bold 0.0005613004484304933 0.011460685179372198 4 50.453179520134825 1.0662520453033704 0.9863940662921343 0.46552367525916566 2875.87744140625 0.31312683403504715 0 0.0 2.4558174574189273 2.363499906082952 2.484595734604369 2.5193567315694607 0.013618 0.026069527491927147 0.02203022874891758 446 90 90 60 2.5486243043815264 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 55.78741250216193 22.092769622802734 49.23324203491211 15.809417724609375 328073.0 0.051569510251283646 187.61166687011587 106.89059448242188 1.9018308418153307 267.90216064453125 903.1962890625 852.9932861328125 90523.0 428.884555053711 1526.046301269531 334.6858825683594 27.97650909423828 +sub-20229_ses-V3_task-rest_run-01_bold 0.0016450793650793652 0.010757323832199548 9 47.504396637977315 1.0854410352045458 1.0263058481818186 0.4647588073502381 2966.511474609375 0.2902224208916609 206 46.71201814058957 2.446316072453236 2.3630624061003367 2.474374901677175 2.5015109095821955 0.00900504 0.02493976429104805 0.021890724077820778 441 90 90 60 2.5859735067581413 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 63.7405641133014 21.838966369628906 48.92564010620117 15.764172554016113 328378.0 0.09297052025794983 184.88956756591782 107.62239837646484 1.9088205294797786 266.25823974609375 910.7908325195312 860.846923828125 90244.0 439.54004211425786 1527.2603210449206 332.8890075683594 28.988895416259766 +sub-20229_ses-V3_task-rest_run-02_bold 0.0006827964205816554 0.0115349248098434 3 48.69032251665917 1.0436887345291477 0.9800793923318382 0.46603964951257604 2912.03564453125 0.2841935922474501 208 46.5324384787472 2.461509123479448 2.386120738517414 2.4771374015674033 2.5212692303535267 0.00607983 0.02696342021226883 0.021570773795247078 447 90 90 60 2.5643183659169875 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 64.6874062978361 22.059926986694336 49.42033767700195 15.800894737243652 327609.0 0.06487695872783661 190.49843444824202 108.19963836669922 1.805680200954054 268.64617919921875 907.5398559570312 857.1923828125 90801.0 435.1767272949219 1531.98876953125 334.2750549316406 28.696590423583984 +sub-20230_ses-V1_task-cuff_run-01_bold 0.0011911147540983606 0.017497000983606556 9 39.982854679967126 0.9713732020065787 0.9453008348355258 0.4508945802309216 6315.1259765625 0.28918401735538796 7 2.2950819672131146 2.472266070643076 2.4482457360487886 2.463120735457709 2.5054317404227318 0.0200519 -0.001513903378508985 0.02867165394127369 305 90 90 60 2.9739201429468167 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 166.80916798059025 16.37181854248047 37.15916061401367 11.318033218383789 327509.0 0.02950819581747055 126.58426208496078 93.8782958984375 1.804203134682238 241.83428955078125 936.1026000976562 896.20654296875 89973.0 515.836083984375 1494.8721923828125 301.3536071777344 23.995973587036133 +sub-20230_ses-V1_task-rest_run-01_bold 0.0017579138321995463 0.01119894179138322 9 37.62971558972727 1.0370551376136377 0.9983078490454544 0.4500479245723088 6934.05224609375 0.23398988510251978 140 31.746031746031747 2.4259452539116135 2.4139665707442535 2.4327332366651997 2.4311359543253874 0.00356503 -0.001657215179875493 0.023100124672055244 441 90 90 60 2.9716032740705693 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 173.9647124799672 15.71692943572998 36.6142692565918 10.79365062713623 327892.0 0.01587301678955555 128.57244949340824 91.59107208251953 1.8089682388937165 241.68443298339844 946.263427734375 905.43310546875 89663.0 519.3866333007812 1513.1034545898438 304.6934509277344 31.613670349121094 +sub-20230_ses-V1_task-rest_run-02_bold 0.0011955033557046982 0.011848183378076063 3 38.34116728295964 1.0196648665470855 0.9887442302690571 0.4498416632493614 6879.07080078125 0.24903250934142024 158 35.34675615212528 2.4205396969656703 2.4032415711704265 2.419162403871123 2.439215115855461 0.00369203 -0.0014505289727821946 0.023323113098740578 447 90 90 60 2.9980563847994954 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 181.40643655485314 15.738138198852539 36.35805130004883 10.874720573425293 328110.0 0.029082775115966797 127.70246124267578 90.1585922241211 1.8604086866033764 239.83001708984375 943.8090209960938 902.05029296875 89382.0 528.3184692382813 1505.2886535644527 300.8766784667969 30.242761611938477 +sub-20230_ses-V3_task-cuff_run-01_bold 0.0024027765237020315 0.018712756884875843 7 59.54079819178734 1.1004405099999996 1.0058273758597285 0.4416095042558564 9055.7216796875 0.7310518514864561 124 27.99097065462754 2.436484785596111 2.4683707352490925 2.422279070413944 2.4188045511252962 0.00717113 0.0036946753971278667 0.024141285568475723 443 90 90 60 2.8163021161082 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 27 144.50521088583952 15.639278411865234 41.5538215637207 10.837471961975098 329874.0 0.03837471827864647 145.92382278442304 114.35777282714844 3.0125413350907975 273.5116882324219 1094.45166015625 1027.212158203125 87937.0 626.9341186523437 1786.1251464843745 364.73583984375 25.457836151123047 +sub-20230_ses-V3_task-cuff_run-02_bold 0.0021799774774774777 0.017659014256756755 6 56.525094021670434 1.0937718355756207 0.9826880774266357 0.4413987229428185 9413.0341796875 0.5941932976453878 97 21.846846846846848 2.416830617696842 2.448870736023953 2.413220737440557 2.3884003796260167 0.00754666 0.003323604818433523 0.023667853325605392 444 90 90 60 2.803050349951588 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 10 150.30465806030043 15.263458251953125 41.134483337402344 10.439189910888672 329615.0 0.006756756920367479 145.86463775634758 113.67549133300781 3.008622490798693 272.2044677734375 1092.276123046875 1024.23876953125 88083.0 622.9443969726562 1785.826672363281 365.3994140625 27.322734832763672 +sub-20230_ses-V3_task-rest_run-01_bold 0.0030247072072072073 0.017929011644144142 6 45.97240828153498 1.0840439124604964 1.0317225534537233 0.44477312288217297 8671.7861328125 0.4422828001512591 276 62.16216216216216 2.4606056187654217 2.4751165683143705 2.4758999016165775 2.4308003863653163 0.00856366 0.004049347713589668 0.019528336822986603 444 90 90 60 2.8535504866357506 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 9 96.20858750842042 15.73762321472168 39.94245529174805 10.833333969116211 328361.0 0.020270271226763725 142.36036682128906 100.90505981445312 2.5491609779087225 268.9720458984375 1064.937255859375 1004.619384765625 89136.0 597.4589080810547 1731.3772888183594 352.0574645996094 26.914047241210938 +sub-20230_ses-V3_task-rest_run-02_bold 0.0034663310961968686 0.014590696644295305 3 45.00527915589687 1.1150197978923768 1.0546681216367724 0.4421567440028515 9532.80078125 0.4186454368968297 257 57.49440715883669 2.4228361735325397 2.4464165694548066 2.4258582369383874 2.396233714204425 0.0091462 0.004824600648134947 0.0189993716776371 447 90 90 60 2.8552672807888495 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999996185302734 21 117.06562305013694 15.310273170471191 40.38943099975586 10.494407653808594 329606.0 0.00671140942722559 145.34954833984375 105.70970916748047 2.6266209888079786 271.5252380371094 1087.7098388671875 1023.866943359375 88130.0 620.202914428711 1766.0742065429688 358.5867919921875 30.281267166137695 +sub-20233_ses-V1_task-cuff_run-01_bold 0.0006069265033407573 0.0041444853229398665 1 30.953926950691965 1.0496774609598214 0.9918588119196433 0.5110329146578009 595.1472778320312 0.10233744686232159 0 0.0 2.9199346061944453 2.613287396157289 3.018487380056088 3.12802904236996 0.00415512 -0.010222630575299263 0.06081679090857506 449 90 90 60 2.2733641230614134 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 32.30207146351139 5.052074909210205 27.653976440429688 13.57015609741211 318637.0 9.839643478393555 97.03831024169925 43.75603485107422 1.0298909031762538 134.82766723632812 384.1839904785156 355.363037109375 98359.0 179.9209442138672 690.7986999511717 156.3151397705078 43.33641815185547 +sub-20233_ses-V1_task-cuff_run-02_bold 0.0004963982102908278 0.0036776359060402683 3 30.89619535621075 1.0597006387668162 1.0014622548430487 0.5110170813197323 594.7191162109375 0.10474472500409945 0 0.0 2.9165290507742143 2.6099457296234077 3.0167248801261235 3.1229165425731127 0.00418775 -0.010406577959656715 0.061041899025440216 447 90 90 60 2.273009087317301 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 32.670526226940474 4.97185754776001 27.646278381347656 13.532438278198242 318863.0 9.856822967529297 97.08479003906241 43.77521514892578 1.0330234892492856 133.9234161376953 382.8519592285156 354.0939636230469 98282.0 178.6466423034668 687.9611907958985 155.78123474121094 44.439720153808594 +sub-20233_ses-V1_task-rest_run-01_bold 0.0006125999999999999 0.004916649066666666 0 30.674556494253903 1.0325411169933185 0.9819105908908693 0.5106577287347841 590.5554809570312 0.10055503683681703 0 0.0 2.9253734948672125 2.6195748959074456 3.0306998795708067 3.125845709123385 0.00672317 -0.010199465788900852 0.05932636559009552 450 90 90 60 2.268417233235029 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 31.736734964375422 5.156160831451416 27.728425979614258 13.695555686950684 318579.0 9.820000648498535 97.58244476318353 43.67841720581055 1.0669106644396056 136.1820068359375 385.5549011230469 357.3133544921875 98407.0 178.05178527832032 692.8655517578125 157.5157928466797 41.89106750488281 +sub-20233_ses-V1_task-rest_run-02_bold 0.00031755011135857464 0.004339590801781736 1 31.425497284776746 1.0441572567410717 0.9785025244419642 0.5109588296131219 592.5966186523438 0.09357390848859572 0 0.0 2.9124401620478033 2.604174896519387 3.0122165469719353 3.120929042652089 0.0077534 -0.009878091514110565 0.06028434634208679 449 90 90 60 2.2781211216139163 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 31.643312328259277 5.075188159942627 27.739660263061523 13.605791091918945 319413.0 9.864142417907715 97.85924682617173 43.84043502807617 1.056093638425562 134.46444702148438 384.65423583984375 355.05792236328125 97727.0 182.63697814941406 691.4982543945312 155.85479736328125 43.35433578491211 +sub-20233_ses-V3_task-cuff_run-01_bold 0.0004350666666666667 0.0028366241333333334 0 30.374251040757244 1.0731260906458793 1.0037814257461029 0.5105514955949051 643.6666259765625 0.08109252864922603 0 0.0 2.84164294263881 2.553733231857092 2.968462382043903 3.0027332140154352 0.00783476 -0.016319504007697105 0.0659048855304718 450 90 90 60 2.424285660443578 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 35.3556255104757 6.253288745880127 37.15947723388672 18.586668014526367 318700.0 13.988889694213867 125.75122489929197 57.74559783935547 0.7813759368038689 187.46353149414062 537.5499877929688 506.15557861328125 98559.0 250.97512207031252 935.5027038574219 208.78439331054688 48.446231842041016 +sub-20233_ses-V3_task-cuff_run-02_bold 0.00045454342984409805 0.0030264124498886416 1 29.945146126517844 1.0569770677678576 0.9995447985491067 0.510579631864581 639.0374145507812 0.0870902705663976 0 0.0 2.83745683169404 2.548937398714328 2.9618332156406555 3.0015998807271367 0.00664383 -0.01603243499994278 0.06500779837369919 449 90 90 60 2.4286714938240865 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 35.35299002731999 6.293630599975586 37.16157531738281 18.63474464416504 318889.0 13.895323753356934 126.01826782226553 57.874900817871094 0.7979171091765589 186.89370727539062 536.925048828125 505.3741760253906 98338.0 252.7169273376465 934.2650756835938 208.0856170654297 47.110923767089844 +sub-20233_ses-V3_task-rest_run-01_bold 0.0006786888888888889 0.003082972977777778 0 30.418204207527836 1.0676658870378621 1.0043909156570148 0.5103830524138985 638.7025146484375 0.09404973319498017 0 0.0 2.8365276650642954 2.550849898638332 2.970291548637885 2.9884415479166684 0.00664164 -0.01704207807779312 0.06403952091932297 450 90 90 60 2.426189485093003 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 34.173722695353284 6.503682613372803 37.3243293762207 18.80666732788086 318980.0 13.904444694519043 126.8625614166259 57.72199249267578 0.8280382802424002 188.0252685546875 540.3073120117188 508.28558349609375 98184.0 254.36578826904298 939.6563629150388 209.49847412109375 46.65180206298828 +sub-20233_ses-V3_task-rest_run-02_bold 0.0007322444444444444 0.0034132179777777777 0 29.779585203184837 1.0638154647661475 1.010352197795101 0.5101952989793691 641.1599731445312 0.08991036940390101 0 0.0 2.8501290534127133 2.5610915648980317 2.978158214991958 3.0111373803481505 0.00802 -0.015759652480483055 0.06480006873607635 450 90 90 60 2.4251415848692335 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 35.49689044027556 6.233518123626709 36.852989196777344 18.55555534362793 318790.0 13.90000057220459 124.77133674621577 57.175132751464844 0.7852487979820189 186.15721130371094 535.2499389648438 503.90557861328125 98490.0 250.535897064209 931.638928222656 207.78292846679688 46.52259826660156 +sub-20237_ses-V1_task-cuff_run-01_bold 0.0020197968397291195 0.007058701941309255 7 28.653688124728514 1.0095322520135748 0.9799627013800897 0.4593293631588988 5030.9228515625 0.18143126492896802 0 0.0 3.088399287626219 2.8142790548372645 3.483104028260548 2.967814779780846 0.017553 -0.0035463953390717506 0.024293361231684685 443 90 90 60 2.470528635716055 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 33.14417542412426 31.773874282836914 85.68390655517578 22.076749801635742 327710.0 0.07223476469516754 389.86298217773424 181.0879669189453 0.7513624584578298 569.9887084960938 1687.436767578125 1585.1400146484375 90143.0 819.5040954589844 2907.874121093749 641.6162109375 35.469200134277344 +sub-20237_ses-V1_task-cuff_run-02_bold 0.003415542986425339 0.006126010633484163 8 29.729107729160997 1.0718905445578237 1.0567455586167795 0.4590238760179879 5118.830078125 0.20545195066558652 0 0.0 3.050315960297223 2.7786832229183824 3.427054030487775 2.945210627485512 0.0136584 -0.0014453534968197346 0.02586383931338787 442 90 90 60 2.5257064398047127 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 33.364275880721365 31.15142250061035 83.18709564208984 21.649322509765625 328073.0 0.06787330657243729 379.2515991210919 176.24691772460938 0.7886532612091726 544.6617431640625 1661.7950439453125 1558.133544921875 89695.0 830.2466430664062 2840.987890625 616.9065551757812 37.696895599365234 +sub-20237_ses-V1_task-rest_run-01_bold 0.001498914027149321 0.005507022126696833 8 28.799104521950134 1.03944113952381 1.001850257346939 0.45901708266010033 5109.33935546875 0.196658259271035 101 22.850678733031675 3.0798256835182634 2.8077498884300436 3.4974456943573276 2.934281467767418 0.00703752 -0.0033805244602262974 0.023368239402770996 442 90 90 60 2.4534953785099765 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 33.621813540447924 31.768611907958984 85.4662857055664 22.004526138305664 327557.0 0.04751131311058998 387.4869018554689 180.4254913330078 0.8103023051043974 582.0790405273438 1696.2879638671875 1591.6494140625 90135.0 825.5799072265625 2931.482177734375 648.7236938476562 38.79558181762695 +sub-20237_ses-V1_task-rest_run-02_bold 0.0022211312217194574 0.006254645610859728 8 30.1347108178685 1.0630623192970523 1.0252472660544218 0.4596782849974843 4934.748046875 0.20756598815122515 115 26.018099547511312 3.0391548496006404 2.7711332232183925 3.400974864857401 2.9453564607261273 0.00837605 3.0002665880601853e-05 0.025571556761860847 442 90 90 60 2.5409475594763693 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 31.80212087141844 31.627731323242188 82.63497161865234 21.95475196838379 328089.0 0.06108597666025162 376.91540527343744 173.5059814453125 0.8118372934122235 532.0831909179688 1658.41796875 1554.0452880859375 89865.0 828.6127319335938 2824.2037597656254 611.5972900390625 37.67348861694336 +sub-20238_ses-V1_task-cuff_run-01_bold 0.0033036322869955154 0.011555889304932737 4 41.76750525141573 1.0796950280224713 1.036314398921348 0.5673953723923741 219.5425567626953 0.25851148850837447 2 0.4484304932735426 2.7776332229601053 2.5399707324039644 3.006854047185022 2.7860748892913305 0.00734986 -0.015592833049595356 0.10441932082176208 446 90 90 60 2.306260607692488 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 13.58375821665377 11.933950424194336 43.85377883911133 19.26457405090332 325166.0 10.441704750061035 174.24776458740234 62.25154113769531 1.0059232984023856 117.19871520996094 322.1463317871094 301.9551696777344 93021.0 145.5157012939453 570.058349609375 130.92776489257812 29.91395378112793 +sub-20238_ses-V1_task-cuff_run-02_bold 0.0014251677852348994 0.011234369865771811 3 42.1957679115471 1.062432309686098 1.0139763237892383 0.5674842209549819 221.8124542236328 0.2535680162956208 2 0.44742729306487694 2.787240167022805 2.5448748988757575 3.0163332134750203 2.800512388717636 0.0103785 -0.016124708577990532 0.10301726311445236 447 90 90 60 2.2971871295661948 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 13.069486675170001 11.811066627502441 43.85603713989258 19.16554832458496 325144.0 10.413869857788086 174.13165435791012 62.01737594604492 1.0584285833775873 116.92658996582031 321.41864013671875 301.1700134277344 93181.0 145.16107177734375 570.4563598632812 131.10311889648438 30.137584686279297 +sub-20238_ses-V1_task-rest_run-01_bold 0.0034180941704035875 0.009260107286995516 4 40.19666914370783 1.0726129867865168 1.0461290733483148 0.566669820373583 226.34161376953125 0.21958741069315002 109 24.43946188340807 2.7846165560159464 2.5338623993133544 3.008354047125417 2.811633221609067 0.00547378 -0.014232216402888298 0.10305380821228027 446 90 90 60 2.305362410796535 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 6 13.81861699771014 11.574935913085938 43.7020263671875 18.950674057006836 324393.0 10.414798736572266 173.28341369628896 62.71931457519531 0.9822000101742034 117.4979019165039 322.37042236328125 302.3632507324219 93475.0 144.58565368652341 570.2190795898439 131.15579223632812 30.8995304107666 +sub-20238_ses-V1_task-rest_run-02_bold 0.0021843080357142855 0.011030787410714286 2 40.656013881722586 1.0501938032438478 1.0034541187695745 0.5683965635701765 218.66297912597656 0.21280573373607453 117 26.116071428571427 2.7667832233912457 2.5301873994593858 3.000670714097392 2.7694915566169596 0.00493146 -0.013111457228660583 0.10043483227491379 448 90 90 60 2.302900209244261 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 5 13.041945587480281 11.893912315368652 44.05759811401367 19.26339340209961 325243.0 10.426340103149414 175.16183319091758 62.194129943847656 1.0308381747804614 117.1156234741211 321.7816467285156 301.609375 92857.0 145.4732177734375 569.9013671874999 130.96865844726562 32.488311767578125 +sub-20238_ses-V3_task-cuff_run-01_bold 0.0011471875 0.011987717232142857 2 53.83189648091727 1.0923040473154368 0.9956444272035793 0.5590875236239805 263.26031494140625 0.485265524267283 44 9.821428571428571 2.7642193346042365 2.5096082336104617 2.9665332154538944 2.8165165547483544 0.00961423 -0.01913335733115673 0.11118032783269882 448 90 90 60 2.352087850833931 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 15.211326915596423 14.52155876159668 61.06963348388672 25.71651840209961 325977.0 15.02901840209961 247.38260498046878 90.36833190917969 0.8691981008377976 170.67132568359375 473.8254089355469 444.0312805175781 91887.0 221.03884887695312 834.6953369140624 188.78073120117188 29.89331817626953 +sub-20238_ses-V3_task-cuff_run-02_bold 0.008089647577092513 0.01664229105726872 2 45.6822973270354 1.0462916199115044 1.020078080840708 0.5619223865213462 251.0134735107422 0.3309374797525634 9 3.9647577092511015 2.777472111855396 2.513191566801406 2.986766547983227 2.832458220781556 0.0229929 -0.016552481800317764 0.11408213526010513 227 90 90 60 2.376640728073294 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 15.92643690348483 15.230961799621582 62.07924270629883 26.2026424407959 326114.0 14.982378005981445 250.3832550048828 91.72920227050781 0.821843510786548 167.99127197265625 469.38580322265625 440.8964538574219 91842.0 219.7585861206055 822.4660369873046 185.51144409179688 26.447566986083984 +sub-20238_ses-V3_task-rest_run-01_bold 0.0017705345211581293 0.011125748351893096 1 51.80777505475451 1.1066944392187494 1.013723046316964 0.5574828469053347 262.72906494140625 0.46791236430467836 291 64.81069042316258 2.7852360004357757 2.5383207324695296 3.0017540473876774 2.8156332214501214 0.0128836 -0.023251745849847794 0.10599878430366516 449 90 90 60 2.3126768758101246 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 14.496552652404912 15.212359428405762 61.849639892578125 26.293987274169922 326300.0 15.111358642578125 250.95824432373033 90.87834167480469 0.8930443383569626 175.76271057128906 483.3836669921875 452.089111328125 91963.0 222.35323333740234 857.1784423828119 195.4819793701172 30.418174743652344 +sub-20241_ses-V1_task-cuff_run-01_bold 0.004788340807174887 0.006148996883408072 4 38.567359255505636 1.1037545479325823 1.0518772663595506 0.5438338675981396 312.96002197265625 0.1310491962723151 7 1.5695067264573992 2.9110943287679487 2.6595665609849863 2.943249883045757 3.1304665422731026 0.00949272 -0.017006874084472656 0.10685953497886658 446 90 90 60 1.9127869321693882 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 8 32.7576651323388 8.546570777893066 35.40836715698242 16.226457595825195 307821.0 9.912556648254395 129.4730987548828 54.21090316772461 1.2232806066518176 138.1330108642578 347.9867248535156 310.6894836425781 107790.0 149.30202407836913 670.3724609374995 162.42689514160156 35.058876037597656 +sub-20241_ses-V1_task-cuff_run-02_bold 0.004464843049327354 0.00903493143497758 4 37.29991435815733 1.0755154556404494 1.044818631977528 0.5429807395276811 320.4154968261719 0.12163364035267818 1 0.2242152466367713 2.9397165498528257 2.676145726992856 2.9566207158477815 3.1863832067178404 0.00436653 -0.01628238335251808 0.10431523621082306 446 90 90 60 1.9230786675686191 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 30.376764861364705 8.466791152954102 35.13691329956055 16.13452911376953 308082.0 9.81838607788086 127.69216041564957 53.30226135253906 1.201064432560126 138.3440704345703 348.2087707519531 311.365478515625 107541.0 149.90359497070312 669.9417114257812 161.90914916992188 31.979389190673828 +sub-20241_ses-V1_task-rest_run-01_bold 0.00569317673378076 0.006087549395973155 3 37.21401653394621 1.0934498058520177 1.060958683565023 0.5445732737877406 316.94305419921875 0.12100862260666377 19 4.250559284116331 2.932034605713635 2.675624893680219 2.956849882505342 3.1636290409553434 0.0117657 -0.02028527483344078 0.10342554748058319 447 90 90 60 1.9169332621831292 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 14 33.985570992179404 8.829277038574219 35.98484802246094 16.434003829956055 307280.0 9.834451675415039 130.85927886962887 54.53269958496094 1.20109464378874 140.4425811767578 353.09613037109375 315.31097412109375 108294.0 151.8702392578125 680.3296478271484 164.48643493652344 34.32806396484375 +sub-20241_ses-V1_task-rest_run-02_bold 0.0020491910112359554 0.005921124629213483 5 36.78265157481981 1.082654848085586 1.023231895608108 0.5423929803428923 322.6746520996094 0.08904434281689669 12 2.696629213483146 2.9226082171993166 2.6626540608623004 2.94333738304228 3.1618332076933697 0.0150088 -0.015380589291453362 0.10329506546258926 445 90 90 60 1.9269348457392064 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 33.393458410360886 8.319231986999512 35.097625732421875 16.121349334716797 308178.0 9.966292381286621 127.97371177673324 53.95634460449219 1.205232828288735 139.45455932617188 350.2968444824219 313.31463623046875 107466.0 151.6707878112793 674.1241912841797 162.59666442871094 36.8455810546875 +sub-20241_ses-V3_task-cuff_run-01_bold 0.0013344843049327355 0.008319176322869956 4 36.546838224516875 1.019874995370786 0.9795270451011243 0.5502899111956008 303.807373046875 0.11545202645940718 1 0.2242152466367713 2.923485994942215 2.6758915603362894 2.9756082150932865 3.118958209397069 0.00464152 -0.023272786289453506 0.10296892374753952 446 90 90 60 1.9687624949698828 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 31.66437487896863 13.044240951538086 53.49142074584961 24.208520889282227 306769.0 14.515695571899414 196.61122436523434 80.78247833251953 0.9654235530240629 203.1131591796875 507.1284484863281 458.28253173828125 108515.0 213.59888763427736 965.8251342773438 232.77587890625 34.84309387207031 +sub-20241_ses-V3_task-cuff_run-02_bold 0.0006086966292134832 0.004776441752808989 5 35.721915717680176 1.0618121438513517 1.0031768565540538 0.5509127069899671 299.9511413574219 0.10353956795690644 0 0.0 2.898885995919731 2.658649894354745 2.947720716201436 3.0902873772030124 0.00656288 -0.0233293604105711 0.10442085564136505 445 90 90 60 1.9584623800594216 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 30.224666225188983 13.04689884185791 54.077125549316406 24.29887580871582 307077.0 14.561798095703125 200.95641174316413 81.71216583251953 0.9965967152436308 202.69337463378906 505.11212158203125 456.494384765625 108505.0 210.38067626953125 964.7833984375 233.0870819091797 39.13209915161133 +sub-20241_ses-V3_task-rest_run-01_bold 0.0028426174496644294 0.006623113020134228 3 36.29479324437223 1.0458910234080712 1.0135342481614356 0.5492303078381671 304.878662109375 0.129280323996537 16 3.5794183445190155 2.9243665504627803 2.6843957266650307 2.987824881274506 3.100879043448804 0.00871817 -0.024875447154045105 0.10078159719705582 447 90 90 60 1.961343567356477 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 12 31.56520535094301 13.360004425048828 53.25361633300781 24.27964210510254 306381.0 13.966443061828613 195.83221435546875 80.77604675292969 0.9168264971429823 204.5029296875 508.40081787109375 459.5536804199219 109014.0 211.4786376953125 970.1159912109372 234.30447387695312 35.88786315917969 +sub-20241_ses-V3_task-rest_run-02_bold 0.0007071460674157304 0.005800393662921348 5 35.89986483689187 1.044123215405405 0.9937480275675672 0.5519554606801995 294.9521789550781 0.10752760003146453 15 3.3707865168539324 2.9165207174412124 2.675037393703564 2.964562382198875 3.109962376421198 0.00393265 -0.024593884125351906 0.10446075350046158 445 90 90 60 1.9569110588310008 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 29.275168430170872 13.273455619812012 54.759765625 24.53258514404297 306910.0 14.662921905517578 203.07382278442364 82.315673828125 1.0011104336859198 204.44252014160156 507.35107421875 458.06292724609375 108421.0 212.2471923828125 968.1730346679688 234.07339477539062 37.68642044067383 +sub-20246_ses-V1_task-cuff_run-01_bold 0.004560656108597285 0.01276921454751131 8 47.01609173387755 1.1863566014739229 1.0497842712018135 0.46034681560282564 13446.091796875 0.34228826628894793 10 2.262443438914027 2.4568799778484056 2.5057124004319347 2.448608236034384 2.4163192970788976 0.00701517 -0.0024447438772767782 0.02361336536705494 442 90 90 60 2.352265758318065 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 19 83.94198741671069 14.504009246826172 40.95431900024414 9.966063499450684 310403.0 0.009049774147570133 159.06538696289053 105.68463134765625 6.442374674988002 362.0065002441406 1257.392822265625 1163.53173828125 105137.0 655.57333984375 2163.229150390625 494.640625 30.328807830810547 +sub-20246_ses-V1_task-cuff_run-02_bold 0.0016982844243792323 0.021078813769751695 7 48.40162152074663 1.0834003728280537 0.9391380500904974 0.4612473901964828 12205.244140625 0.32057640030653667 15 3.386004514672686 2.5063716323966267 2.546870732129783 2.504829067133702 2.4674150979263954 0.00663787 -0.0028152046725153923 0.022591035813093185 443 90 90 60 2.3577574037509623 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 88.54575863907115 15.150655746459961 41.264556884765625 10.415349960327148 310338.0 0.015801355242729187 156.40802001953085 106.55186462402344 6.425215982112258 360.5836486816406 1252.372802734375 1159.15576171875 105269.0 652.4623168945313 2149.4062988281244 491.6325378417969 24.268585205078125 +sub-20246_ses-V1_task-rest_run-01_bold 0.0028629119638826184 0.01703516343115124 7 45.41485296653845 1.1382911530316748 0.9767106899773766 0.4607968354446193 12373.0615234375 0.2768273613285991 168 37.92325056433408 2.493936913506358 2.534795732609601 2.493883234235317 2.4531317736741554 0.00982284 -0.0026877291966229677 0.020896341651678085 443 90 90 60 2.3476900588558287 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 70.00298064290938 15.090415954589844 41.15327072143555 10.316027641296387 310215.0 0.004514672793447971 158.4679473876953 105.24101257324219 6.378299704416239 364.35369873046875 1260.377197265625 1166.755126953125 105288.0 654.3967529296875 2169.1004150390618 496.9776916503906 27.136659622192383 +sub-20246_ses-V1_task-rest_run-02_bold 0.002789463087248322 0.014169639395973155 3 41.05154273112105 1.1112756503139019 0.965631781479821 0.46112061650992026 12401.4150390625 0.23287818552028555 144 32.214765100671144 2.447168868312788 2.4984624007200242 2.4327124033326943 2.4103318008856447 0.013547 -0.0009314667549915612 0.0219175573438406 447 90 90 60 2.3694106429174067 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 66.60169724256308 14.90230941772461 40.16623306274414 10.243847846984863 309955.0 0.008948545902967453 154.92907867431637 102.02278137207031 6.595051581327914 352.58734130859375 1239.19970703125 1146.81884765625 105390.0 652.9419250488281 2121.5738769531245 484.00787353515625 27.965539932250977 +sub-20248_ses-V1_task-cuff_run-01_bold 0.0031189457831325294 0.025258776506024098 7 51.246024013564956 1.0411370931419928 1.0133504783987923 0.4420236316319608 3294.31298828125 0.5144983475564977 28 8.433734939759036 2.5722618710003253 2.47719990156492 2.588179063821671 2.6514066476143854 0.00499489 -0.009092411957681179 0.02571527473628521 332 90 90 60 3.1743346361229814 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 81.556955411559 21.743343353271484 42.53463363647461 15.376505851745605 343522.0 0.12048192322254181 157.75556030273447 87.75787353515625 1.466287243515592 215.48190307617188 875.804443359375 862.0842895507812 76925.0 433.2825012207031 1344.3246093750001 271.5777587890625 21.140727996826172 +sub-20248_ses-V1_task-cuff_run-02_bold 0.002963656884875847 0.0153983644469526 7 46.4631090637104 1.0867355278506792 1.0195162048642543 0.4408921631066381 3346.7412109375 0.3206223498628239 5 1.1286681715575622 2.534217439534895 2.4641665687494845 2.5447957322122363 2.5936900176429636 0.00407941 -0.013447808101773262 0.031815074384212494 443 90 90 60 3.111220182158572 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 38 187.0893165366819 21.671764373779297 44.10106658935547 15.257336616516113 344126.0 0.08577878028154373 163.1693000793457 98.93740844726562 1.5229820026637144 223.54835510253906 887.4757690429688 872.2077026367188 76717.0 434.542236328125 1373.698876953125 280.3408203125 26.88802719116211 +sub-20248_ses-V1_task-rest_run-01_bold 0.0019371493212669683 0.020456089819004528 8 46.36045824412695 1.049562665419501 1.0236319596371881 0.44194296719342224 3437.47265625 0.36363719905450936 298 67.42081447963801 2.569252151356389 2.482083234704207 2.5866415638827656 2.6390316554821935 0.00128665 -0.011655701324343681 0.02590571530163288 442 90 90 60 3.1351147535498716 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 111.65824757430688 22.098154067993164 43.39906692504883 15.531675338745117 344065.0 0.07013574987649918 161.15294799804684 88.32582092285156 1.5078336648841262 224.49008178710938 893.7947387695312 877.8914184570312 76889.0 444.09412841796876 1379.27431640625 280.01708984375 24.104909896850586 +sub-20248_ses-V1_task-rest_run-02_bold 0.0007480717488789238 0.020926258968609866 4 46.90691013137079 1.0255117704044936 0.9912162088988778 0.4453884299355608 3027.89306640625 0.33969032268556304 261 58.52017937219731 2.554016042100747 2.465795735351414 2.5635123981351695 2.632739992815658 0.00295816 -0.01159678678959608 0.025140129029750824 446 90 90 60 3.1737245398592457 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 100.87554160277074 23.129926681518555 45.0277214050293 16.286996841430664 344184.0 0.09417040646076202 169.35841293334954 91.43115234375 1.5627603303642612 219.4949951171875 893.4453125 877.926025390625 76881.0 447.1412658691406 1371.10546875 276.6214599609375 23.2644100189209 +sub-20249_ses-V1_task-cuff_run-01_bold 0.0009812222222222223 0.012795949377777777 0 44.42899853521156 1.0499038403118042 1.0048105018930964 0.5600714372065256 238.85353088378906 0.28311643543875753 0 0.0 2.8208832212415054 2.477508234886001 3.160362374418482 2.824779054420032 0.0197975 -0.014032276347279549 0.09356725215911865 450 90 90 60 2.8270895556734352 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 28.49926935815031 13.12597370147705 47.69765090942383 23.902223587036133 327494.0 13.984444618225098 161.1007804870605 67.8587646484375 0.4495239159296811 129.8990478515625 407.06207275390625 390.96002197265625 90025.0 210.38267517089844 657.5666748046876 138.2898712158203 29.21582794189453 +sub-20249_ses-V1_task-cuff_run-02_bold 0.0006771714922048997 0.012644524565701558 1 44.35251052904017 1.0321127991741064 1.0052695647321428 0.5606573242060698 233.77291870117188 0.28810868185347294 0 0.0 2.8334179429656423 2.501129067280727 3.172108207285078 2.827016554331122 0.0169128 -0.013104116544127464 0.09515196830034256 449 90 90 60 2.8320816374680957 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 28.93096893509567 13.58116626739502 47.61314392089844 24.164812088012695 327211.0 13.693764209747314 159.96437072753906 67.86585235595703 0.4267249851211896 129.75579833984375 405.12921142578125 389.7505798339844 90439.0 208.19332580566407 653.7229553222655 137.6190643310547 29.420032501220703 +sub-20249_ses-V1_task-rest_run-01_bold 0.000524054054054054 0.012578307297297297 6 45.751960142866814 1.0362019940632055 0.9871164557336342 0.5589132499232121 241.52359008789062 0.3203124154727548 247 55.630630630630634 2.8148790548134226 2.465112402045234 3.152712374722466 2.8268123876725677 0.0200178 -0.01316882111132145 0.09209603816270828 444 90 90 60 2.8335787696135886 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 29.207562325538206 12.959415435791016 47.44285583496094 23.89189338684082 327721.0 14.202703475952148 159.31532287597656 67.88201904296875 0.4079561753494363 130.7111053466797 408.6731262207031 392.4560852050781 89896.0 211.47974014282227 659.1312255859375 138.5011444091797 28.804767608642578 +sub-20249_ses-V1_task-rest_run-02_bold 0.0005421555555555556 0.010582171444444444 0 42.98176120160359 1.0487159826057906 1.0057668826280624 0.5617620204823949 234.0165252685547 0.22151644804572723 133 29.555555555555557 2.78718600035829 2.464016568755445 3.1205040426689767 2.7770373896504483 0.0259689 -0.01276650931686163 0.09418497234582901 450 90 90 60 2.8366971221456074 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 27.675263470967298 12.957944869995117 47.74732208251953 23.91111183166504 327739.0 14.204444885253906 161.30934295654285 67.84829711914062 0.4338910351472438 129.085205078125 402.7975769042969 387.5066833496094 90021.0 208.07778930664062 650.8377685546875 136.6041259765625 31.503427505493164 +sub-20252_ses-V1_task-cuff_run-01_bold 0.006925 0.013250493958333333 6 46.30101540723404 1.02865570106383 0.9759439768085105 0.4239014133743515 7508.93701171875 0.400889861448143 3 6.25 2.4665313411153718 2.4482374027157863 2.4080082376476826 2.5433483829826464 0.0142211 -0.004429718479514122 0.005767316557466984 48 90 90 60 2.5920818657818856 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 39.51608728058517 17.822114944458008 45.75426483154297 12.208333969116211 342948.0 0.0 183.51354827880786 104.99652862548828 3.168118163952559 292.42791748046875 1126.5836181640625 1059.75 77704.0 559.8364959716797 1880.9698730468745 408.838623046875 29.018577575683594 +sub-20252_ses-V1_task-rest_run-01_bold 0.0010950904977375564 0.011212170701357466 8 44.01776565058957 1.0618117793650792 0.9975919485260772 0.42414886277267994 7366.2353515625 0.4086513729522161 282 63.800904977375566 2.44869106835128 2.4381332364506227 2.3862582385119504 2.5216817300912666 0.00895752 -0.0049773044884204865 0.005102630704641342 442 90 90 60 2.604166450816026 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 39.71865509623161 17.989131927490234 46.168514251708984 12.500000953674316 343575.0 0.024886878207325935 184.76675415039 104.4722671508789 3.263706491975361 293.82354736328125 1130.46533203125 1061.9705810546875 77263.0 575.9660766601562 1888.5631469726547 407.7940979003906 30.097103118896484 +sub-20252_ses-V1_task-rest_run-02_bold 0.0012612780269058296 0.011191480695067266 4 45.10861687408992 1.0692062890561789 0.9801366833483147 0.4249168866510198 7341.1669921875 0.3924812584761179 267 59.865470852017935 2.4444313479730475 2.43611240319759 2.3839290719378363 2.513252568783716 0.00829311 -0.004514388740062714 0.005347519647330046 446 90 90 60 2.6111969958403463 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 40.31691352103267 18.07046127319336 46.59474563598633 12.412556648254395 343209.0 0.0044843051582574844 187.22108764648434 106.72914123535156 3.1640304611077648 293.2161865234375 1131.1773681640625 1064.4305419921875 77561.0 571.7713012695312 1886.4552001953125 407.6382141113281 31.384244918823242 +sub-20252_ses-V3_task-cuff_run-01_bold 0.0015489164785553048 0.010400619774266366 7 47.072540779592764 1.088289237986425 0.9935370270135746 0.4213286296657256 7230.91796875 0.4356344661955145 17 3.8374717832957113 2.421782737550812 2.4120624041532515 2.3389707403909865 2.5143150681081976 0.00463852 -0.0009877472184598446 0.003535239025950432 443 90 90 60 2.6547143739122987 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 42.6558002066787 16.9177303314209 40.96058654785156 11.618510246276855 344270.0 0.0022573363967239857 158.2089141845703 93.07454681396484 2.656595866759009 276.50030517578125 1047.262451171875 990.0621337890625 76542.0 527.9014862060548 1742.292559814453 372.94244384765625 31.904714584350586 +sub-20252_ses-V3_task-rest_run-01_bold 0.001447233560090703 0.013010836870748298 9 50.34349040970453 1.0822852919999997 0.9931593266136358 0.420859780989472 7139.7822265625 0.48123956083695435 306 69.38775510204081 2.4513355080481074 2.433216569979327 2.3757415722631783 2.5450483819018164 0.00479435 -0.0011880130041390657 0.004391765221953392 441 90 90 60 2.639979643596288 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 43.459932278592646 17.028074264526367 40.9322509765625 11.750567436218262 344213.0 0.00907029490917921 156.89342041015584 92.82496643066406 2.7609035526575383 279.54962158203125 1048.5750732421875 990.4671630859375 76569.0 528.0412841796875 1745.0603271484374 375.1773986816406 28.683998107910156 +sub-20252_ses-V3_task-rest_run-02_bold 0.0014056363636363635 0.010018105272727272 10 45.23227633015941 1.084758348200455 0.99992589690205 0.4210836408537186 7174.568359375 0.4012342086767931 263 59.77272727272727 2.435018845481079 2.4207540704745423 2.3566249063561395 2.5276775596125542 0.00222522 -0.0005381577648222446 0.003991811536252499 440 90 90 60 2.6255116743999967 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 42.85908211227458 16.989274978637695 41.04570388793945 11.681818008422852 344101.0 0.0 160.625 92.5777816772461 2.785675379897852 277.5279541015625 1048.398193359375 987.5408935546875 76512.0 529.2738250732423 1749.02578125 376.1302795410156 32.28608703613281 +sub-20253_ses-V1_task-cuff_run-01_bold 0.0012740950226244345 0.01118829414027149 8 37.614684535328806 1.0621811975736966 0.9830211769614512 0.4910455184775121 3497.499267578125 0.34253728681437384 6 1.3574660633484164 2.5527174594262756 2.4851999012470283 2.683079060050684 2.489873416981114 0.00475524 0.0058296131901443005 0.026275884360074997 442 90 90 60 2.6443446244778652 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 40.53117101235072 26.24407196044922 62.08375549316406 18.513574600219727 311528.0 0.10407239943742752 263.45735931396393 117.48536682128906 3.710440246177197 313.5636901855469 1174.76025390625 1106.533935546875 104139.0 637.7619934082031 1959.8838012695312 418.45098876953125 33.68905258178711 +sub-20253_ses-V1_task-cuff_run-02_bold 0.002674366515837104 0.014728946787330315 8 41.026945044966 1.0558989484353747 0.9912918453741498 0.49308962381856786 3356.990234375 0.3954879853538964 33 7.46606334841629 2.5932841175411707 2.5292748994956455 2.725774891687437 2.5248025614404286 0.00795516 0.0035320031456649303 0.02825222909450531 442 90 90 60 2.5974476327268303 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 46.567997856167715 26.99879264831543 64.77510070800781 18.979639053344727 310370.0 0.1289592832326889 275.28779144287097 124.51892852783203 3.979409388830047 316.21697998046875 1178.49853515625 1110.008056640625 105062.0 627.2519500732423 1972.4428039550783 427.3436584472656 29.554121017456055 +sub-20253_ses-V1_task-rest_run-01_bold 0.0007812107623318387 0.012679763923766815 4 38.12904530182024 1.0234456136853942 0.9850568224719101 0.48966229452779836 3592.115478515625 0.3552711081180686 231 51.79372197309417 2.5679743943982785 2.4918707343152864 2.6775540602702272 2.5344983886093213 0.00335825 0.007428732700645924 0.023787356913089752 446 90 90 60 2.6939752363362 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 31.464864243300262 25.925594329833984 60.00060272216797 18.27130126953125 311621.0 0.10313902050256729 250.91256713867188 113.35334777832031 3.2307794902232176 309.75103759765625 1167.470703125 1102.384521484375 103996.0 630.4512786865234 1931.5909118652344 409.2016906738281 30.20316505432129 +sub-20253_ses-V1_task-rest_run-02_bold 0.002814675615212528 0.01416597711409396 3 52.22248013239907 1.1200267086322866 0.9936883586322864 0.4934906458979601 3196.219970703125 0.6750267554221762 296 66.2192393736018 2.5847577288520127 2.5090457336328136 2.7197248919278425 2.525502560995381 0.0105055 0.005259658209979534 0.025344518944621086 447 90 90 60 2.65874051130956 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 36.94194572719941 27.273910522460938 62.92578887939453 19.33780860900879 310797.0 0.1633109599351883 269.85860595703133 117.16453552246094 3.570964271694554 313.04461669921875 1172.180908203125 1105.6141357421875 104772.0 631.4151214599609 1944.5391845703125 415.8393249511719 27.432479858398438 +sub-20256_ses-V1_task-cuff_run-01_bold 0.0012786230248306998 0.011005313047404063 7 29.518533236244334 0.9593308306108601 0.9563233682126696 0.5208892210964955 522.4868774414062 0.12169809180883912 0 0.0 2.966455437679207 2.6403707284144273 3.102020710070105 3.1569748745530894 0.00124375 -0.025645392015576363 0.07390481233596802 443 90 90 60 2.4917295185636856 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 33.157222710492796 8.708195686340332 43.32781982421875 20.20541763305664 319800.0 13.334086418151855 164.8398498535156 68.02792358398438 1.617984129456275 164.90017700195312 516.8245849609375 488.4176330566406 96614.0 240.51693725585938 871.82880859375 196.01449584960938 33.77232360839844 +sub-20256_ses-V1_task-cuff_run-02_bold 0.0018147757847533634 0.008167160739910315 4 29.241114837191017 1.0056310294382025 1.0017919080674151 0.5218334443518553 515.6205444335938 0.13039460389997629 0 0.0 2.9233401616146764 2.6107332295921157 3.0500748788009133 3.1092123764510005 0.00169413 -0.027199961245059967 0.07149071246385574 446 90 90 60 2.479669775658363 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 30.417951858183933 8.343792915344238 44.017154693603516 20.275785446166992 320268.0 13.984305381774902 168.06536941528233 69.58844757080078 1.6552639621841028 165.09071350097656 518.8923950195312 489.1995849609375 96289.0 243.3367828369141 877.4332275390622 197.28314208984375 37.73843002319336 +sub-20256_ses-V1_task-rest_run-01_bold 0.0013851562499999999 0.013250905803571428 2 29.281249176554827 0.9761477649216994 0.9730097716331101 0.5216326926026277 523.7239990234375 0.1385975831457247 13 2.9017857142857144 2.9435248830348306 2.614133229457012 3.0785498776694187 3.1378915419780595 0.00158143 -0.02766658551990986 0.07043520361185074 448 90 90 60 2.532591943696836 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 32.92605217386626 8.352874755859375 43.63833236694336 20.23214340209961 320445.0 13.926340103149414 165.9125122070311 69.23837280273438 1.5691364532341847 164.26937866210938 518.0850219726562 490.44866943359375 95968.0 245.37288894653318 868.0732635498046 193.65382385253906 31.471405029296875 +sub-20256_ses-V1_task-rest_run-02_bold 0.0006172421524663677 0.00703598168161435 4 29.360932510741574 0.9998514919101121 0.9857046360449432 0.5226445284908208 517.0379028320312 0.13424952031014803 8 1.7937219730941705 2.900334606973279 2.592224896994237 3.0266623797312424 3.082116544194359 0.00166089 -0.027482997626066208 0.0704120472073555 446 90 90 60 2.482578696907578 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 28.177694255365132 8.387006759643555 44.435672760009766 20.327354431152344 320781.0 13.977579116821289 170.9955291748047 69.9972915649414 1.685011490786609 164.51568603515625 519.7072143554688 490.2601013183594 95967.0 242.60763092041014 879.0029663085936 197.47915649414062 40.03489685058594 +sub-20257_ses-V1_task-cuff_run-01_bold 0.0008475167785234901 0.008247681722595079 3 35.57403307004482 1.0037498137443943 0.9840615290582956 0.5250326344978191 453.57635498046875 0.22549160963429482 0 0.0 2.827115165438314 2.4946249008725125 2.9928332144088263 2.993887381033604 0.00570025 0.006344186142086983 0.05869326367974281 447 90 90 60 2.4712246816537817 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 30.429426835698663 8.106219291687012 43.11281204223633 20.051454544067383 323322.0 14.015660285949707 154.4451904296875 69.74185180664062 0.9851538206838919 159.27197265625 484.03826904296875 453.53466796875 93737.0 238.00178833007814 834.1682128906249 183.52529907226562 34.89260482788086 +sub-20257_ses-V1_task-cuff_run-02_bold 0.004942483221476509 0.010673717472035795 3 35.43764491549329 1.047186817130044 1.0387869184529146 0.5241937350352196 450.99139404296875 0.21904123665844297 0 0.0 2.850959608935266 2.514199900094672 3.012849880280102 3.025829046431023 0.00722242 0.0066054644994437695 0.05723276361823082 447 90 90 60 2.456891812337935 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 3 31.204899807438764 8.152653694152832 42.744384765625 20.064876556396484 323464.0 13.995525360107422 152.18982086181637 69.10651397705078 1.069074923675621 158.9237060546875 483.0541687011719 452.1141052246094 93729.0 236.37315673828124 834.1821289062495 184.0177459716797 30.851736068725586 +sub-20257_ses-V1_task-rest_run-01_bold 0.0009602914798206279 0.00689991235426009 4 34.98770520494387 1.032083679707865 1.0054412389662915 0.524039306498044 463.3217468261719 0.2012747326345778 81 18.161434977578477 2.81324849932266 2.480641568094827 2.9808832148836766 2.978220714989475 0.00585549 0.005997503641992807 0.05797162279486656 446 90 90 60 2.480078614552618 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 5 30.706072704746283 7.79862117767334 42.58039093017578 19.80044937133789 323627.0 13.97982120513916 152.69081115722665 68.88043975830078 1.0307942561829933 158.65174865722656 483.34344482421875 452.7242431640625 93465.0 240.7121154785156 832.3121459960939 182.5433349609375 37.39622497558594 +sub-20257_ses-V1_task-rest_run-02_bold 0.0015163392857142858 0.011031848816964286 2 35.88645065420581 0.9855243970693516 0.9763546947874714 0.52450189672648 450.0168762207031 0.21581684766460515 94 20.982142857142858 2.858567941966271 2.522383233102829 3.0132832135962166 3.040037379199768 0.00973372 0.005911024287343025 0.056344419717788696 448 90 90 60 2.4518741962018575 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 30.483600530751062 8.15100383758545 43.10367202758789 20.145090103149414 323771.0 14.09151840209961 154.70313262939453 69.5076904296875 1.1131314397604157 159.085205078125 484.9716796875 453.29132080078125 93438.0 238.70469741821287 839.4841827392578 184.87445068359375 30.08880615234375 +sub-20258_ses-V1_task-cuff_run-01_bold 0.001432741573033708 0.006044873033707865 5 29.089472538648643 1.014249146891892 0.9915519636936938 0.484898652900444 3125.3994140625 0.2044516409760709 7 1.5730337078651686 3.0544298438295896 2.831737387476866 3.3602040331441545 2.9713481108677477 0.0157674 -0.026645079255104065 0.06005224958062172 445 90 90 60 2.659459424856745 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 22.50542780226284 41.92765808105469 115.87525939941406 28.994382858276367 325596.0 0.08314606547355652 543.1039581298828 216.503173828125 0.735174094167677 542.551025390625 1681.8125 1617.676513671875 92964.0 784.5673004150391 2799.6163330078098 608.2694091796875 39.11594009399414 +sub-20258_ses-V1_task-cuff_run-02_bold 0.003244288939051919 0.005608460180586907 7 30.454148029185518 1.0602130137104069 1.0447285301809954 0.4853162037009956 3164.448974609375 0.24421425424321946 13 2.9345372460496613 3.061964566475115 2.847766553506591 3.370416532738347 2.9677106131804063 0.0149255 -0.028481759130954742 0.06234613433480263 443 90 90 60 2.63240359429475 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 22.648225394962868 42.33281326293945 117.41919708251953 29.2753963470459 325829.0 0.07674943655729294 551.4410888671873 218.1965789794922 0.7081213601848009 551.28369140625 1690.01123046875 1623.34765625 92701.0 787.128662109375 2828.855712890625 616.675537109375 39.45966720581055 +sub-20258_ses-V1_task-rest_run-01_bold 0.0022648423423423424 0.007287720112612612 6 30.403551071512407 0.9989000354627533 0.9762793888487583 0.4842848970862587 3090.15576171875 0.2497163683293383 106 23.873873873873872 3.064500674302398 2.834849887353186 3.3749206992260334 2.9837314363279748 0.0181497 -0.02712591178715229 0.05922648683190346 444 90 90 60 2.6750061713821505 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 23.113264101469 42.551353454589844 115.77350616455078 29.653154373168945 326282.0 0.14639639854431152 539.2968536376954 214.21340942382812 0.7601723914868268 538.3065185546875 1691.4696044921875 1625.9730224609375 92474.0 795.5884368896484 2810.53929443359 607.835693359375 33.837921142578125 +sub-20258_ses-V1_task-rest_run-02_bold 0.005566749435665915 0.007745655756207674 7 30.883834610090503 0.9864732921040719 0.9690854959049767 0.4871282650537356 2841.86279296875 0.2491451641405949 102 23.024830699774267 3.0605340118779245 2.8373207205883375 3.381108198980165 2.9631731160652697 0.0883681 -0.027493489906191826 0.06197640299797058 443 90 90 60 2.668750027379614 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 21.24036058629147 43.94259262084961 118.08515167236328 30.52596092224121 325690.0 0.10383747518062592 549.6885040283198 215.8006134033203 0.7061556280978878 536.246826171875 1672.7210693359375 1608.374755859375 92756.0 786.1427764892578 2783.3521728515625 602.6664428710938 30.812318801879883 +sub-20261_ses-V1_task-cuff_run-01_bold 0.0005334977578475336 0.004983698901345291 4 37.147859307820184 1.0651626223595505 0.9932746964719102 0.5501520648705917 353.5918273925781 0.20679900227881992 0 0.0 2.9634387711324117 2.723591558440862 3.1398457085670746 3.0268790463892996 0.00782793 -0.024106502532958984 0.09433148056268692 446 90 90 60 2.1020410308077504 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 41.56640938359708 15.005531311035156 52.4644660949707 25.791481018066406 298364.0 14.345292091369629 184.2620079040527 79.3779525756836 0.7424614657229474 230.8072509765625 558.436767578125 522.7601318359375 115667.0 215.83543701171874 1025.0928710937499 248.69061279296875 39.07979202270508 +sub-20261_ses-V1_task-cuff_run-02_bold 0.0006668161434977578 0.004947996031390134 4 37.74035189332585 1.075299709887641 0.9949393612584273 0.5545679614615142 338.7903137207031 0.20762491119142532 0 0.0 2.954987382579351 2.7085707257044027 3.1288165423386674 3.0275748796949835 0.00809428 -0.027968015521764755 0.10179504752159119 446 90 90 60 2.1018313428343585 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 36.12459602795998 15.21163272857666 54.542118072509766 26.179372787475586 298177.0 14.670404434204102 193.5663787841798 81.3102035522461 0.7942556706898953 229.08203125 557.9014282226562 521.689453125 115826.0 216.99665069580078 1024.2500915527344 248.20602416992188 39.19259262084961 +sub-20261_ses-V1_task-rest_run-01_bold 0.0005939149888143176 0.007524611543624161 3 37.2915502171973 1.033953369103139 0.9731510654035882 0.5527545628335996 338.7897644042969 0.23494780874462654 140 31.319910514541387 2.9668832154399865 2.7250207250507383 3.1474290415990733 3.028199879670148 0.00668184 -0.026727182790637016 0.09833060204982758 447 90 90 60 2.1147635372473443 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 42.24329894287073 15.592198371887207 53.356361389160156 26.302013397216797 298085.0 14.469799041748047 183.29351501464834 80.2600326538086 0.7974656606752215 229.53466796875 558.9105834960938 523.6207885742188 115932.0 218.3213653564453 1023.256265258789 247.60145568847656 35.17071533203125 +sub-20261_ses-V1_task-rest_run-02_bold 0.0009544144144144145 0.005974109369369369 6 37.78480040246048 1.0734497191873587 0.9914169728216704 0.5550903011447562 329.078857421875 0.20192220299281044 87 19.594594594594593 2.9566262714031164 2.7147207254600234 3.1301707089515247 3.024987379797801 0.00665762 -0.028856312856078148 0.10088543593883514 444 90 90 60 2.101486026609922 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 36.91036592127522 15.674179077148438 54.885955810546875 26.655406951904297 298255.0 14.832658195495608 193.74729614257797 81.5816650390625 0.7766545340210471 230.66488647460938 558.5000610351562 523.1812744140625 115878.0 215.20844573974608 1026.2382568359374 248.95669555664062 38.3270378112793 +sub-20267_ses-V1_task-cuff_run-01_bold 0.00038125 0.013121375915178571 2 52.358792443758354 1.0421614353914985 0.998824666845638 0.5281271962341136 731.5966186523438 0.07451541760579904 0 0.0 2.71754998199038 2.4870582345065184 2.9484040495076163 2.7171876619570057 0.0104435 -0.0037425686605274677 0.06702718883752823 448 90 90 60 2.855591959344167 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 34.23923292657649 9.679937362670898 32.27749252319336 13.765625953674316 313628.0 6.044642925262451 117.53783950805641 56.6875114440918 2.1043656774481043 109.28897857666016 416.77447509765625 394.1183166503906 102609.0 234.9727813720703 675.1308349609368 138.01565551757812 25.25881004333496 +sub-20267_ses-V1_task-cuff_run-02_bold 0.00029777282850779505 0.016313686636971046 1 53.42194280464285 1.0276216428348213 0.982885139441965 0.5295062478852822 699.60205078125 0.10252251625096713 0 0.0 2.7294291488427316 2.500587400635584 2.9506498827517076 2.737050163140903 0.00397529 -0.0031496072188019753 0.06656826287508011 449 90 90 60 2.8631070846297297 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 33.02442049793872 10.05131721496582 32.30831527709961 14.004454612731934 313983.0 6.0 117.77706069946282 55.667598724365234 2.0718275427130948 108.23987579345703 413.1839904785156 391.0423278808594 102403.0 233.25101013183593 670.0383178710937 136.57904052734375 22.988279342651367 +sub-20267_ses-V1_task-rest_run-01_bold 0.00023799107142857142 0.014198121651785713 2 54.75741624091723 1.045029836196869 0.995994280939598 0.5275221059630605 719.725341796875 0.12808532724539537 4 0.8928571428571429 2.7096069266449034 2.485587401231631 2.9292332169360633 2.7140001617670158 0.00901071 -0.0036823139525949955 0.06751569360494614 448 90 90 60 2.86435009422556 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 34.961001470824705 9.772600173950195 31.886337280273438 13.82589340209961 313733.0 6.015625476837158 115.22098541259766 56.093170166015625 2.1629783102542355 107.14447784423828 414.9307556152344 392.8660888671875 102541.0 234.26116943359375 671.841552734375 137.15647888183594 24.847274780273438 +sub-20267_ses-V1_task-rest_run-02_bold 0.0003887305122494433 0.014948508463251672 1 53.73229049783475 1.0396099751562495 0.9948443095312491 0.5291361970989363 706.13916015625 0.11318254248761007 7 1.55902004454343 2.712765259892196 2.4946249008725125 2.928479050299364 2.7151918285047114 0.00462049 -0.002239709021523595 0.06557304412126541 449 90 90 60 2.8705821773176456 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 31.676873711836357 9.95885944366455 31.850540161132812 13.881959915161133 313892.0 5.915367603302002 116.19655265808117 54.586143493652344 2.010035500986466 109.08849334716797 410.1805114746094 389.16705322265625 102423.0 229.6955535888672 662.3648498535156 135.5701141357422 23.54536247253418 +sub-20269_ses-V1_task-cuff_run-01_bold 0.0013306590909090911 0.005863975840909091 10 31.15098225943052 1.06655826644647 0.9941885766287001 0.47444699155396813 4834.52294921875 0.20548364333127625 2 0.45454545454545453 2.991968751258106 2.7741165564331784 3.311262368422255 2.8905273289188838 0.0152724 0.004595926031470299 0.030147947371006012 440 90 90 60 2.3915969187670125 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 44.46104454357698 35.07701873779297 92.01070404052734 24.172725677490234 314804.0 0.027272727340459824 398.78374481201166 205.2388916015625 0.9472383709495213 625.8671875 1811.2723388671875 1707.8226318359375 101203.0 794.5738159179688 3163.265942382811 714.0894775390625 41.337608337402344 +sub-20269_ses-V1_task-cuff_run-02_bold 0.002033 0.004116989022727273 10 31.489428426765365 1.1118991313439646 1.0490213646241462 0.4756432644342573 4963.82373046875 0.21721676876658436 0 0.0 3.002472918060372 2.7875623892322228 3.3321123675937505 2.8877439973551446 0.00947081 0.0032097056973725557 0.0330103263258934 440 90 90 60 2.374813942504776 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 61.3718700654764 34.672672271728516 94.04066467285156 23.89318084716797 313842.0 0.02499999850988388 409.73624420166016 215.2173614501953 0.9964220752891966 631.666015625 1813.009521484375 1710.894287109375 101834.0 789.8307891845702 3174.3525512695314 720.429443359375 44.338775634765625 +sub-20269_ses-V1_task-rest_run-01_bold 0.0006501138952164009 0.005467207289293849 11 31.01695150447491 1.0838167665296798 0.9755948875799084 0.4732857017922494 4794.14501953125 0.1866203442630674 65 14.806378132118452 2.9809590349296755 2.770999889890357 3.3088123685196096 2.86306484637906 0.00809095 0.004228360950946808 0.02950340323150158 439 90 90 60 2.3821015012435867 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 44.189305742617805 35.197452545166016 90.60111236572266 24.287017822265625 314760.0 0.020501140505075455 395.497636413574 201.4412841796875 0.9428992523264932 633.8108520507812 1826.513916015625 1722.2689208984375 101099.0 802.5339721679688 3199.8508300781236 723.0004272460938 45.18939971923828 +sub-20269_ses-V1_task-rest_run-02_bold 0.0029400681818181813 0.006057156431818181 10 30.893397133644655 1.120511729681094 1.0624108884510248 0.4757076676066714 4625.14501953125 0.2026823814827805 87 19.772727272727273 2.9995395823766313 2.7916665557358047 3.306791535266577 2.900160656127513 0.0131757 0.0047051128931343555 0.0296791922301054 440 90 90 60 2.386817438939672 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 48.80904406643617 35.60266876220703 93.79657745361328 24.75227165222168 315069.0 0.08636363595724106 410.6636169433583 206.33815002441406 1.0257236406297228 623.2355346679688 1808.615966796875 1703.88623046875 100942.0 801.4282684326172 3164.109790039062 713.8701782226562 40.696372985839844 +sub-20269_ses-V3_task-cuff_run-01_bold 0.0019835374149659865 0.0051325611111111115 9 31.000934921681775 1.1075931758409092 1.0197167797045454 0.47598020428727744 4522.42919921875 0.20150286078544155 0 0.0 2.9759784658522084 2.759733223671388 3.23608320474294 2.9321189691422975 0.00971144 0.0026287606451660395 0.030393296852707863 441 90 90 60 2.4321814351602393 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 45.26856088281492 34.4225959777832 88.31334686279297 23.886621475219727 314543.0 0.0317460335791111 391.43470458984274 194.665283203125 0.755365743903345 603.4779052734375 1742.0791015625 1650.24267578125 101046.0 758.8622436523438 3011.797607421875 678.499755859375 46.222896575927734 +sub-20269_ses-V3_task-cuff_run-02_bold 0.0011366742081447964 0.006619976606334841 8 33.76199285875282 1.0742422844217683 0.9870736797732425 0.4771295120634308 4402.326171875 0.26042649998543194 0 0.0 2.990340962076919 2.771833223190577 3.2509415374858563 2.948248125554323 0.00669645 0.00355020840652287 0.030019784346222878 442 90 90 60 2.442083380201312 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 41.00708510053865 34.59964370727539 88.71669006347656 24.217195510864258 314440.0 0.08371040970087051 396.27411651611266 191.00791931152344 0.7720997992211878 597.3076171875 1735.111572265625 1645.461669921875 101234.0 756.0138153076173 2994.0917358398438 673.7908935546875 40.52108383178711 +sub-20269_ses-V3_task-rest_run-01_bold 0.0010967954545454547 0.00623647475 10 31.0392112729613 1.0739708425056949 0.9976369715489747 0.4754187091869199 4432.26171875 0.19569343958895227 87 19.772727272727273 2.9815604098000024 2.7666415567302085 3.244537371073668 2.933502301596132 0.00737366 0.003607678459957242 0.027866143733263016 440 90 90 60 2.4373988712641697 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 40.349107718220104 34.84115219116211 87.08883666992188 24.290908813476562 314797.0 0.04772727191448212 383.68906860351575 188.10467529296875 0.7675123753054192 602.2213134765625 1745.0958251953125 1652.963623046875 100850.0 762.7379364013673 3013.7638061523435 678.1636962890625 42.490509033203125 +sub-20269_ses-V3_task-rest_run-02_bold 0.0010385972850678732 0.006849588031674209 8 32.792212479795936 1.0820732795464856 0.986299213968253 0.4770574061860104 4266.91748046875 0.22952735225144616 115 26.018099547511312 2.9837798540064155 2.7649790567962707 3.2521040374396626 2.934256467783313 0.00977624 0.0035466786939650774 0.028429370373487473 442 90 90 60 2.4372647563978607 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 36.496622827660524 35.2067756652832 88.98934936523438 24.60633659362793 314779.0 0.0656108632683754 398.79232788085875 188.54296875 0.7639886882222209 600.517822265625 1743.4058837890625 1650.9322509765625 100849.0 766.3362182617188 3017.7249511718737 677.3675537109375 40.88983917236328 +sub-20278_ses-V1_task-cuff_run-01_bold 0.0010935763097949885 0.00538593437357631 11 28.692796432579907 1.0545662797945208 0.9971035346347025 0.521963748444879 1562.2239990234375 0.15392986497862235 0 0.0 3.2136312095275925 2.886554051965314 3.698108186383717 3.0562313902337452 0.0131876 0.03102748841047287 0.05590483918786049 439 90 90 60 1.9002203787855665 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 19.04255304753776 62.25747299194336 174.42630004882812 44.723236083984375 294774.0 0.11617312580347061 833.0188385009758 332.14202880859375 2.4585308535494947 770.0059204101562 2024.8525390625 1821.004638671875 118254.0 842.2941192626954 3878.6802612304673 958.3082885742188 43.775901794433594 +sub-20278_ses-V1_task-cuff_run-02_bold 0.0010740271493212667 0.006603553167420814 8 29.284217994671224 1.018971892539682 0.9808162191836738 0.5236916149526193 1507.8350830078125 0.17269985178564462 1 0.22624434389140272 3.217357597156616 2.890087385158245 3.7001581863022572 3.061827220009346 0.0110372 0.03174683451652527 0.056551493704319 442 90 90 60 1.9018208916773485 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 18.253701050736947 63.49361801147461 178.76589965820312 45.63801193237305 294947.0 0.11312218010425568 850.4217407226563 338.2992858886719 2.4873254883843448 770.169921875 2019.2958984375 1816.640380859375 118072.0 844.6282104492187 3863.8321289062496 955.20703125 40.374549865722656 +sub-20278_ses-V1_task-rest_run-01_bold 0.0009106108597285068 0.007579550203619909 8 26.714139008276646 0.9995025641950112 0.9878642271201821 0.5206423600992439 1542.5762939453125 0.1491957238296111 12 2.7149321266968327 3.226375650650956 2.8962373849138663 3.7124915191455075 3.070398047893494 0.0208713 0.029096271842718124 0.05556695908308029 442 90 90 60 1.9056647563664644 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 19.565029949904996 62.8294677734375 170.30294799804688 45.42534255981445 294988.0 0.22850680351257324 802.9286682128896 319.865966796875 2.4951429234016196 774.1683349609375 2033.91455078125 1830.501220703125 118084.0 851.4925567626954 3896.7526367187493 960.5537719726562 37.83821487426758 +sub-20278_ses-V1_task-rest_run-02_bold 0.0022771719457013576 0.007492905520361992 8 29.835318398866224 1.020173802448978 0.989520443673469 0.524644824697153 1450.876708984375 0.2006053868532859 62 14.027149321266968 3.22179093026577 2.8934040516931194 3.7098998525818248 3.062068886522365 0.0243074 0.03216568008065224 0.056325800716876984 442 90 90 60 1.8976150972111225 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 17.525076977586128 64.94268035888672 182.36001586914062 46.5927619934082 295597.0 0.18325792253017426 865.399572753907 341.8330078125 2.4825761435872025 767.7230224609375 2020.955078125 1815.4140625 117595.0 848.1534240722657 3868.9997558593714 956.6778564453125 37.31215286254883 +sub-20281_ses-V1_task-cuff_run-01_bold 0.0006602252252252253 0.007727946126126126 6 42.290785296410846 1.0512048660948083 0.9643907934762971 0.5282665403073185 352.747802734375 0.22798207669922677 1 0.22522522522522523 2.9676290487436834 2.7362623912707016 3.0561332118935103 3.110491543066838 0.00777932 -0.040122322738170624 0.09205380827188492 444 90 90 60 2.166056107333275 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 34.16528455623541 12.15466594696045 46.569061279296875 23.326576232910156 322065.0 14.25900936126709 159.82297363281242 63.70454406738281 1.05611785740488 195.93728637695312 504.7247619628906 470.7252502441406 96099.0 211.98423767089844 914.2022888183589 217.3179168701172 32.737213134765625 +sub-20281_ses-V1_task-cuff_run-02_bold 0.0003822696629213483 0.005386143775280899 5 43.34569893247746 1.100696629977477 0.9901440926126125 0.5298414225350717 353.2114562988281 0.20996084560784836 0 0.0 2.920473495061921 2.7008332260118633 3.011449880335733 3.049137378838166 0.00247757 -0.04202659800648689 0.09506108611822128 445 90 90 60 2.170022913254421 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 32.80993241538811 11.980757713317871 47.40325164794922 23.269662857055664 322326.0 14.45617961883545 164.64775848388672 65.4189224243164 1.0732594580229309 195.08047485351562 503.7244873046875 469.65618896484375 95837.0 213.80899047851562 911.7829467773433 216.42800903320312 39.666587829589844 +sub-20281_ses-V1_task-rest_run-01_bold 0.0010605829596412556 0.006924210134529148 4 43.44094887224714 1.069748402404494 0.9813209553707873 0.52923435309676 353.94793701171875 0.23470342182836698 118 26.457399103139014 2.950306827209784 2.7128915588660414 3.0788040443259854 3.059224878437325 0.00437623 -0.04290246218442917 0.09523835778236389 446 90 90 60 2.176032913691174 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 36.50592206194825 11.87743854522705 47.00212097167969 23.275785446166992 322108.0 14.569507598876953 160.8159278869624 65.06678771972656 1.0406294207776963 195.17825317382812 502.9975891113281 469.14910888671875 96040.0 212.30483474731446 907.2725952148438 215.59722900390625 34.55489730834961 +sub-20281_ses-V1_task-rest_run-02_bold 0.0009206966292134833 0.005174677932584269 5 44.01673571288284 1.1184105374774769 1.011131435855857 0.5284568078191763 363.2413024902344 0.23483415563614518 108 24.269662921348313 2.919599883985524 2.6938332262900184 3.0190498800337364 3.0459165456328177 0.00213862 -0.03967947140336037 0.09295226633548737 445 90 90 60 2.188870582852816 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 32.575710123893366 11.680906295776367 46.78612518310547 23.0 322626.0 14.341572761535645 162.54832077026367 64.7784652709961 1.0293936768795504 195.2637176513672 504.69775390625 471.7842712402344 95565.0 214.60270080566406 908.256640625 215.53663635253906 38.96861267089844 +sub-20287_ses-V1_task-cuff_run-01_bold 0.0018397333333333335 0.04099740444444445 0 107.08973882461025 1.144469772516703 1.0010475279955455 0.5888154182128339 212.3751678466797 1.0912402854227647 251 55.77777777777778 2.970938770834389 2.5362832325504927 3.220095705378226 3.156437374574448 0.0393734 -0.013162943534553051 0.14989440143108368 450 90 90 60 2.4584852652329223 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 5 26.75660622068989 17.122407913208008 62.90415954589844 27.002222061157227 306848.0 14.682222366333008 235.18366851806633 96.88060760498047 0.2214914258547429 168.3412322998047 449.411865234375 426.0133361816406 109341.0 208.00889587402344 766.0977783203125 173.2820587158203 17.953983306884766 +sub-20287_ses-V1_task-cuff_run-02_bold 0.0035436444444444442 0.04060316822222223 0 98.90448920690423 1.162271411959911 1.0193296153674836 0.5925658866768205 193.86929321289062 0.9623657145611182 190 42.22222222222222 2.9526665493382396 2.529208232831628 3.2007123728151172 3.128079042367973 0.0287983 -0.016086138784885406 0.1445462554693222 450 90 90 60 2.4547269477875653 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 25.238508097094062 18.717031478881836 64.71682739257812 28.34889030456543 306432.0 14.775555610656738 240.9108947753907 98.62281799316406 0.22357023390606345 168.4318389892578 448.5933532714844 424.90447998046875 109354.0 207.26511840820314 765.4512420654296 173.09564208984375 18.726390838623047 +sub-20287_ses-V1_task-rest_run-01_bold 0.002538 0.05308901466666667 0 140.73979465663697 1.1996484888418704 1.0263394559465473 0.5913246813506611 198.61959838867188 1.7820139393104766 442 98.22222222222223 3.025848490874695 2.5878957304995964 3.2861998694181493 3.2034498727063387 0.0474377 -0.018680280074477196 0.1388176828622818 450 90 90 60 2.4514028230982334 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 9 27.281379422126534 18.646194458007812 62.607322692871094 28.182222366333008 305512.0 14.70888900756836 229.14545059204104 93.32637023925781 0.18911602554271667 169.56353759765625 450.25775146484375 427.1444396972656 110301.0 206.69778442382812 768.89111328125 174.24411010742188 14.9920015335083 +sub-20287_ses-V1_task-rest_run-02_bold 0.004043822222222222 0.04544616133333333 0 95.27686264783969 1.13473616623608 1.0092857814253902 0.5951751245067091 183.01002502441406 0.9527830060176353 357 79.33333333333333 2.963679048900642 2.5392623990987775 3.216649872181818 3.1351248754213303 0.0326841 -0.015963632613420486 0.13871702551841736 450 90 90 60 2.441149333082907 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 9 23.651722552661766 20.39401626586914 66.40148162841797 29.58444595336914 306089.0 14.815555572509766 244.91245422363275 99.23456573486328 0.26100278580709935 169.17813110351562 451.2723083496094 427.1800231933594 109701.0 207.92889404296875 773.5311279296875 174.9905548095703 18.436260223388672 +sub-20299_ses-V1_task-rest_run-01_bold 0.0011802895322939866 0.020485952561247217 1 69.6350002289286 1.0381616791071426 1.021702560736607 0.5122137821280774 1140.8292236328125 0.4971609867613283 311 69.26503340757239 2.8516208185809417 2.509541566946444 3.0688832113868707 2.9764376774095105 0.00210896 0.01628909818828106 0.06554180383682251 449 90 90 60 2.9679279106159795 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 64.97315173189223 7.373385906219482 25.11240577697754 11.109131813049316 311992.0 4.879733085632324 88.86414337158203 48.869606018066406 0.5390352507340772 122.31636047363281 403.669921875 393.94879150390625 105065.0 203.3140411376953 638.0743896484373 132.7346649169922 18.240745544433594 +sub-20306_ses-V1_task-cuff_run-01_bold 0.0009033482142857143 0.016649846875000002 2 47.27326662398208 1.0113519736017909 0.9860996915212523 0.48732553988750893 1815.2222900390625 0.1027626809743158 0 0.0 2.5716387867011448 2.342808240238498 2.747920724140774 2.6241873957241615 0.00513923 0.0001960310182766989 0.04839286208152771 448 90 90 60 3.3484802192775347 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 54.40415284758533 4.944214820861816 21.367517471313477 8.988840103149414 323721.0 4.953125 75.98214721679688 42.281944274902344 1.1427719547029742 98.60961151123047 412.1199035644531 399.4196472167969 94007.0 236.50537109375 628.77705078125 119.2832260131836 23.392759323120117 +sub-20306_ses-V1_task-cuff_run-02_bold 0.004707027027027027 0.01000601945945946 2 46.93500137277778 1.0593276025 1.0522673955555553 0.48616515947290895 1834.4345703125 0.08782303835788834 0 0.0 2.5282207328708677 2.3166957412761153 2.7021040592946983 2.565862398041789 0.00653028 0.0005219794111326337 0.04738328233361244 37 90 90 60 3.3437167663339546 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 55.87340618534259 4.848509311676025 21.211862564086914 8.972972869873047 323959.0 5.0 76.89189147949219 42.04869842529297 1.2274626985375159 99.05387115478516 412.6649169921875 399.3243408203125 93770.0 237.3513641357422 629.1080932617188 119.42465209960938 29.778160095214844 +sub-20306_ses-V1_task-rest_run-01_bold 0.003656681614349776 0.015160271748878925 4 48.06494648968537 1.0665514798876405 1.0489758602921353 0.4849995904306311 1887.447021484375 0.09586996850112164 3 0.672645739910314 2.5492498987019103 2.3312457406979505 2.7245248917371074 2.5919790636706725 0.00921207 -0.0004122733371332288 0.04744437709450722 446 90 90 60 3.392526855613289 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 3 53.45746915008391 4.773580074310303 20.820573806762695 8.863228797912598 324409.0 4.874439716339111 73.92825317382812 40.75736618041992 1.1901338955110488 97.52265930175781 413.9334411621094 400.6289367675781 93614.0 240.96066513061524 628.4532775878904 118.09097290039062 24.86490821838379 +sub-20306_ses-V1_task-rest_run-02_bold 0.0006659955257270694 0.014566476957494408 3 47.20961793105386 1.0287428674439456 0.989594486300448 0.4866623048918594 1801.91552734375 0.07699377484888323 8 1.7897091722595078 2.5678221201861384 2.3556415730618805 2.7378957245391318 2.6099290629574035 0.00636371 -0.00038600590778514743 0.04681798815727234 447 90 90 60 3.348035507372422 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 52.44565345210856 4.92874002456665 21.44417381286621 9.080536842346191 323832.0 4.979866027832031 77.36241912841797 42.052120208740234 1.1484623500499858 100.2099838256836 416.200927734375 402.4474182128906 93920.0 241.53982162475583 636.588491821289 120.20340728759766 24.924522399902344 +sub-20313_ses-V1_task-rest_run-01_bold 0.0012633484162895927 0.011297621221719454 8 28.40113349165534 1.0399827708163272 0.9840092346938782 0.4318871660441643 19102.80078125 0.14829037437387343 33 7.46606334841629 2.457545246870984 2.3824207386644387 2.5299623994683267 2.460252602480187 0.0065942 -0.01846887543797493 0.0213171374052763 442 90 90 60 2.940394536693128 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 62.55502296304529 12.427695274353027 35.32874298095703 8.497737884521484 329773.0 0.004524887073785067 144.17285461425774 82.0756607055664 3.9605971956678463 295.9603271484375 1209.55126953125 1165.4287109375 87778.0 645.3986968994141 1911.651690673828 396.348876953125 37.30177307128906 +sub-25001_ses-V1_task-cuff_run-01_bold 0.0004644117647058823 0.002618327986425339 8 29.43316184596374 1.1752246972108842 0.9976098956462582 0.4521079702334471 9304.095703125 0.10233868870230786 0 0.0 2.9262632069379095 2.7263290583320834 3.2053415392978377 2.847119023183808 0.00483172 -0.028029914945364 0.03352248668670654 442 90 90 60 3.076004729786158 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 16.440625812372044 25.455814361572266 70.86092376708984 17.1990966796875 330394.0 0.0 358.5596282958984 137.0928955078125 0.7577743026213337 503.8382568359375 1719.0384521484375 1674.8699951171875 88608.0 941.406610107422 2709.460900878906 544.4921875 59.28096389770508 +sub-25001_ses-V1_task-cuff_run-02_bold 0.0006136902050113893 0.0037445544419134396 11 28.59778021022833 1.1384824997031955 0.9864253492922374 0.45276735387659345 9377.6767578125 0.09842943550509951 0 0.0 2.943078480670742 2.737983224535655 3.227137371765082 2.864114845711488 0.00201747 -0.0284627303481102 0.03411099687218666 439 90 90 60 3.0533475548376896 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 15.29600682715407 25.423757553100586 71.49369812011719 17.193622589111328 330508.0 0.0 358.60650939941365 135.69554138183594 0.7414833319407244 508.8128967285156 1719.1165771484375 1675.9886474609375 88634.0 938.6005889892579 2718.4884277343745 548.89892578125 53.76860046386719 +sub-25001_ses-V1_task-rest_run-01_bold 0.00047371882086167804 0.0033381278004535144 9 28.544040237636352 1.1413222238181808 0.9844198461818192 0.4518496621607 9504.3642578125 0.09132884024410128 0 0.0 2.936745149437643 2.7316873914524957 3.223737371900186 2.8548106849602477 0.00306792 -0.028505539521574974 0.03297339752316475 441 90 90 60 3.063275670790693 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 15.990548730797464 25.23113441467285 70.50436401367188 17.115646362304688 330528.0 0.0 354.9493133544921 135.78009033203125 0.7739383503377919 505.6111755371094 1719.8699951171875 1675.3447265625 88553.0 941.98369140625 2714.58232421875 546.9097290039062 55.513999938964844 +sub-25001_ses-V1_task-rest_run-02_bold 0.000508216704288939 0.005058837607223476 7 28.53396790285067 1.1017339682352942 0.9584906371266974 0.453966461780253 9310.1171875 0.08899071720575315 1 0.22573363431151242 2.96421597443908 2.758724890378122 3.242670704481176 2.8912523284579414 0.00220054 -0.02979271113872528 0.03527364134788513 443 90 90 60 3.0443255510746168 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 14.240526668663335 25.49205780029297 73.21305084228516 17.327314376831055 330523.0 0.0022573363967239857 369.6905395507796 137.56216430664062 0.7373629268783901 513.0120849609375 1720.240234375 1677.35888671875 88648.0 936.8244049072266 2724.6053588867185 550.9757080078125 47.97842025756836 sub-25002_ses-V1_task-cuff_run-01_bold 0.006146305084745763 0.01379611193220339 6 41.26050275023806 1.1505289908503407 1.1403450967346942 0.4378760726775956 11375.8779296875 0.22801856091119127 8 2.711864406779661 2.366641100654825 2.3686499058783093 2.3557707397234147 2.3755026563627517 0.0183022 -0.0007637282251380384 0.012650568038225174 295 90 90 60 2.7831906928936947 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 29 105.05101396392078 13.966615676879883 33.76871871948242 9.606779098510742 328106.0 0.013559321872889996 130.7618637084961 81.53520965576172 3.7915902054014836 269.1752014160156 1064.65673828125 1008.4609985351562 89425.0 581.2067626953125 1742.1389648437503 362.3378601074219 28.26275634765625 sub-25002_ses-V1_task-rest_run-01_bold 0.004798659090909091 0.01075457334090909 10 39.208032433986325 1.1774386489066055 1.1119453800683374 0.4392121175591456 12197.611328125 0.19435199704736886 70 15.909090909090908 2.3624744370164037 2.375562405603631 2.3507665732555956 2.3610943321899844 0.011659 0.00019548954151105136 0.010675421915948391 440 90 90 60 2.786772346483339 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 20 76.15990627024266 13.427659034729004 33.24916076660156 9.22499942779541 327100.0 0.00909090880304575 129.0955574035644 78.41519165039062 3.711683593474742 268.4722595214844 1064.8104248046875 1009.7249755859375 89993.0 579.7158935546875 1740.9122558593745 362.32574462890625 31.747825622558594 sub-25002_ses-V1_task-rest_run-02_bold 0.002611255605381166 0.012416255313901347 4 38.57261244537078 1.131311043730337 1.0561968348089894 0.44136561200949265 11771.3994140625 0.18295101492486707 77 17.26457399103139 2.382074431590066 2.3872749051382183 2.3744624056473413 2.3844859839846393 0.0151295 -0.00048050351324491203 0.010150897316634655 446 90 90 60 2.7712918813703293 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 71.95019293835674 13.629303932189941 34.12355422973633 9.383408546447754 326746.0 0.013452915474772453 133.6126708984375 79.39266204833984 3.7218509393294505 268.0335998535156 1063.14208984375 1008.009033203125 90502.0 574.7457885742188 1745.2928466796873 363.73052978515625 29.439498901367188 +sub-25003_ses-V1_task-cuff_run-01_bold 0.0009258823529411764 0.00640807520361991 8 33.460991342585025 1.04437426122449 0.9997481159637184 0.44587974483474957 7325.62548828125 0.3874803852224567 7 1.583710407239819 2.9849867949152027 2.8400415538135544 3.163108207642706 2.9518106232893477 0.00735505 -0.01262567937374115 0.03506200388073921 442 90 90 60 2.9338506107634275 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 54.86252273942445 25.0767765045166 69.05136108398438 17.371042251586914 333907.0 0.0429864265024662 319.48598022460976 158.62686157226562 0.5965196194119384 456.5710754394531 1554.090576171875 1495.75341796875 84849.0 796.1909790039062 2471.8830078124993 509.8230285644531 41.45854949951172 +sub-25003_ses-V1_task-cuff_run-02_bold 0.0021052941176470585 0.006027681470588235 8 29.31121567546485 1.0448912494784588 1.0685209098639457 0.4464343930862126 7529.228515625 0.3351426275508184 4 0.9049773755656109 2.9891215169458065 2.84123738709937 3.174179040536124 2.9519481232019276 0.00308257 -0.015228853560984135 0.03600465878844261 442 90 90 60 2.9197279276640216 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 55.58918756969415 25.049942016601562 70.32234191894531 17.26923179626465 333729.0 0.027149323374032974 327.9077087402343 160.3317108154297 0.586322124237741 464.6180725097656 1566.072998046875 1507.405029296875 84891.0 805.2047729492188 2499.1810302734375 516.2796630859375 42.776729583740234 +sub-25003_ses-V1_task-rest_run-01_bold 0.0017986907449209935 0.007252522031602707 7 27.301825734909507 0.9996219557692315 1.0065159699773754 0.44478323268249376 7730.9423828125 0.26361279612961847 161 36.3431151241535 3.0101076231674084 2.85152072002408 3.2064415392541274 2.972360610224018 0.00504305 -0.012315613217651844 0.03274902328848839 443 90 90 60 2.914094763188779 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 53.796372739590254 24.698881149291992 67.41722106933594 17.200902938842773 333682.0 0.06094808131456375 311.48735351562505 152.32325744628906 0.5728627513569773 464.1683349609375 1565.37548828125 1505.1636962890625 85034.0 800.1600524902344 2497.575866699216 516.508544921875 36.68500900268555 sub-25004_ses-V1_task-rest_run-01_bold 0.0010859101123595507 0.023908986966292137 5 63.51791533063064 1.051836591261262 0.9554468261711713 0.43876244540889736 5327.6630859375 0.6227904951318316 324 72.80898876404494 2.4301910962230555 2.4268707368981546 2.4786040681757897 2.3850984835952227 0.00487925 0.00313338590785861 0.014043692499399185 445 90 90 60 2.4949743516418397 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 245.0716599081101 17.424741744995117 33.82537841796875 12.267416000366211 330096.0 0.06516853719949722 117.31741523742676 83.43281555175781 6.1978307876244685 233.53981018066406 944.1082153320312 881.91796875 88350.0 484.19797821044915 1581.5822937011721 353.47576904296875 20.628053665161133 sub-25005_ses-V1_task-rest_run-01_bold 0.001450907029478458 0.005543097029478458 9 32.319056497636396 1.0641656424318175 1.030944823681818 0.4834992211756127 3412.768310546875 0.22886610436074942 106 24.03628117913832 2.969343747382979 2.696674892843767 3.2967998689969433 2.914556480308227 0.00894358 -0.018412087112665176 0.04899877682328224 441 90 90 60 2.3183033960535053 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 26.491223110827665 34.906707763671875 100.2840576171875 24.625850677490234 321980.0 0.15419501066207886 482.63345336914045 197.64356994628906 1.1712017562297126 545.5725708007812 1536.4241943359375 1449.466064453125 95754.0 656.0292541503907 2719.0193359375 625.2238159179688 38.07798385620117 -sub-25008_ses-V1_task-rest_run-01_bold 0.0026925675675675675 0.01301890873873874 6 38.33094112911961 1.0513241619864553 1.01090152214447 0.4421549253086139 7185.36083984375 0.2734862017011087 150 33.78378378378378 2.4886396818800747 2.507658233687948 2.4567374023780264 2.5015234095742485 0.00564537 -0.009138401597738266 0.014639029279351234 444 90 90 60 3.221426532904743 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 73.33181948655957 15.036392211914062 35.606143951416016 10.306306838989258 335836.0 0.006756756920367479 145.53884887695312 81.69833374023438 2.2887773737105714 215.13922119140625 898.77294921875 874.450439453125 82858.0 487.9558639526367 1368.242999267578 271.4465637207031 29.20392608642578 sub-25009_ses-V1_task-cuff_run-01_bold 0.0007955909090909092 0.007952343795454545 10 39.12549716186789 1.016055199589977 0.9919697574487474 0.4653553925511801 4784.017578125 0.16482073928642513 0 0.0 2.4169771830844202 2.366912405947351 2.374224905656779 2.509794237649131 0.0051532 0.013605902902781963 0.02332794852554798 440 90 90 60 2.535019754914635 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 72.577505216341 16.237863540649414 35.130531311035156 11.347726821899414 316947.0 0.011363635770976543 140.7395416259766 81.48577117919922 2.6240601264126004 239.55148315429688 845.5477905273438 794.2545166015625 99231.0 412.8340759277344 1433.1613159179688 313.3113708496094 32.084476470947266 sub-25009_ses-V1_task-cuff_run-02_bold 0.0013526696832579187 0.009861541312217195 8 38.594784933333315 1.0136747420181402 0.9991104151927436 0.4652220929617649 4721.49755859375 0.1611857444124724 1 0.22624434389140272 2.445311897436295 2.3817790720232694 2.410416570885318 2.543740049400298 0.00625927 0.013939924538135529 0.0238348338752985 442 90 90 60 2.5052193354729964 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 70.29620602824407 16.23818588256836 34.78226852416992 11.368779182434082 316525.0 0.024886878207325935 138.92670593261712 79.3507308959961 2.597813152825588 241.44952392578125 839.4747314453125 788.4118041992188 99595.0 400.8509155273438 1431.4290649414054 314.70611572265625 29.265117645263672 sub-25009_ses-V1_task-rest_run-01_bold 0.004537358916478555 0.007981586072234764 7 38.964757082104086 1.0490375921719453 1.0584488867647064 0.46419067936501407 4700.560546875 0.14179175773496894 11 2.4830699774266365 2.4296980150678746 2.383191571967142 2.391858238289426 2.5140442349470553 0.00541053 0.01131980586796999 0.02264946512877941 443 90 90 60 2.4879652437653563 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 67.8251173302473 16.42576026916504 35.42916488647461 11.575620651245117 317362.0 0.027088036760687828 140.44244384765625 80.45189666748047 2.614994948907949 245.55979919433594 854.0602416992188 800.6343383789062 99081.0 408.0045166015625 1460.74951171875 321.8012390136719 30.87508773803711 sub-25009_ses-V1_task-rest_run-02_bold 0.006132757847533632 0.009521849573991032 4 38.66256620444945 1.0700851739101123 1.1182828454606732 0.4652918987258848 4830.96923828125 0.16166859174466275 12 2.690582959641256 2.4328799558683802 2.3717915724201375 2.3950999048272807 2.531748390357723 0.00293253 0.013373869471251965 0.022896986454725266 446 90 90 60 2.52053258183956 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 67.39550138647972 16.262086868286133 35.64196014404297 11.434978485107422 317301.0 0.02466367930173874 142.77578735351562 81.51463317871094 2.6650105989116017 241.47467041015625 847.6620483398438 795.1357421875 98968.0 412.9045074462891 1441.735400390625 315.4617919921875 29.149843215942383 -sub-NSphantom_ses-220629_task-rest_bold 0.00039240534521158124 0.0008957082427616927 1 6.853867672299111 0.7649754337723219 0.7798281331919633 0.5876490052834367 3781.06689453125 0.010549478632249377 0 0.0 3.863767902023213 2.8995498847822394 3.6477956883829554 5.043958132904445 0.706399 -0.01018706988543272 0.022441133856773376 449 90 90 54 3.792936426420077 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 13.43555831258736 12.805192947387695 26.34017562866211 17.55902099609375 214528.0 6.857461452484131 71.35924224853512 25.33022689819336 0.5691462276975146 292.2030944824219 1126.6259765625 1110.07568359375 157388.0 674.0696075439453 1627.0639892578122 292.66827392578125 48.886634826660156 -sub-NSphantom_ses-220707_task-rest_bold 0.00035608017817371937 0.0008341083652561247 1 6.834286408660715 0.761982833883929 0.7767336422767859 0.5871835842172533 3813.546875 0.007641296613726071 0 0.0 3.878205401449519 2.9096040510493895 3.6630956877749887 5.061916465524178 0.70772 -0.010104446671903133 0.02226935513317585 449 90 90 54 3.7467254691869543 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 3 13.66288707478925 12.570751190185547 26.153379440307617 17.456571578979492 214242.0 6.902004718780518 70.50512390136703 25.151304244995117 0.5779349000689047 294.114990234375 1129.531982421875 1111.4354248046875 157642.0 675.0338928222656 1638.2371765136716 296.640869140625 48.909141540527344 -sub-NSphantom_ses-220714_task-rest_bold 0.0004394432071269488 0.0010345576636971048 1 6.854289066741073 0.7745203601562501 0.7915423641517855 0.5879664670145839 3955.32421875 0.011564124822622979 0 0.0 3.8585498466750052 2.889312385189041 3.6628790211169315 5.023458133719042 0.694498 -0.00958002544939518 0.021490903571248055 449 90 90 54 3.8114037630154494 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 15.065747064402487 12.065542221069336 25.619693756103516 17.0913143157959 213910.0 6.886414527893066 69.017822265625 24.637069702148438 0.8908948738057663 281.5210876464844 1120.1937255859375 1105.87646484375 157892.0 672.7998138427735 1613.8899169921851 290.1484680175781 50.59397888183594 -sub-NSphantom_ses-220718_task-rest_bold 0.0002023162583518931 0.0006760790311804009 1 6.832922945066968 0.780254745446429 0.7883983856919646 0.5850418401585424 4176.74169921875 0.0114824973404839 0 0.0 3.8230429036414795 2.8794665522469463 3.607370689989301 4.982291468688191 0.722777 -0.009325502440333366 0.02066141925752163 449 90 90 54 3.8720975124205372 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 14.886922284385815 11.596656799316406 25.220470428466797 16.846324920654297 215432.0 6.873051643371582 68.06559295654293 24.393342971801758 0.9118090992969576 276.8008728027344 1124.2471923828125 1113.5501708984375 156497.0 673.5977905273438 1611.6936279296867 287.582275390625 51.712337493896484 -sub-UCphantom_ses-220701_task-rest_bold 0.0004772888888888889 0.015413431111111112 0 17.47773558329618 1.0670857167260572 1.0073023437861912 0.6003358127093112 3672007.5 0.09144847193982268 2 0.4444444444444444 2.934746632608372 2.778118309859155 2.5518557746478874 3.474265813318074 0.0687994 -0.0010936682811006904 0.0059297396801412106 450 96 96 54 10.15191066972149 0.7999997138977051 2.21875 2.21875 2.3999977111816406 2 49.23124706979143 17.003854751586914 66.81013488769531 11.733318328857422 236761.0 0.05673065409064293 296.2857360839844 204.5808563232422 3.5214590641935324 1757.0718994140625 24824.384765625 24563.0390625 189249.0 21435.592578125 29391.276953125 2419.5419921875 78.43820190429688 -sub-UCphantom_ses-220707_task-rest_bold 0.00041419999999999993 0.013286826888888888 0 18.162301575501104 1.074164827193764 1.0091573668151448 0.6013949092184153 3972464.0 0.08572255772119247 1 0.2222222222222222 2.991383221098072 2.8427718309859156 2.607661971830986 3.523715860477315 0.0166867 -0.001093959785066545 0.006221253424882889 450 96 96 54 9.508077206093851 0.7999997138977051 2.21875 2.21875 2.3999977111816406 0 45.2550353344258 15.387222290039062 70.23654174804688 10.653606414794922 235782.0 0.030644927360117438 353.161636352539 214.87109375 3.0823721587382025 1873.87451171875 23390.259765625 23168.5546875 190118.0 19971.6103515625 27933.802246093746 2436.717041015625 80.1343994140625 -sub-UCphantom_ses-220722_task-rest_bold 0.00041393333333333333 0.010612300133333334 0 15.931787650000008 1.0588442170824055 1.0077057310467705 0.5989443502720063 5874391.0 0.08624185609659155 1 0.2222222222222222 2.9966462762814294 2.904441690140845 2.5629521126760566 3.5225450260273865 0.0307722 -0.0014144304441288114 0.006347068585455418 450 96 96 54 8.671065410023685 0.7999997138977051 2.21875 2.21875 2.3999977111816406 2 60.15682852584673 12.088517189025879 64.51737213134766 8.266924858093262 236947.0 0.03390778042376042 300.69455566406003 207.8170623779297 3.556192072326705 1966.3880615234375 24194.27734375 23837.00390625 189076.0 20546.22216796875 29455.16845703125 2749.02099609375 87.62884521484375 -sub-UCphantom_ses-220728_task-rest_bold 0.0004146888888888889 0.012088687555555557 0 15.784829849064579 1.058720768240534 1.003024489020046 0.5998696878308025 5528534.5 0.08824355123475125 0 0.0 3.035874745145929 2.90976 2.5935774647887326 3.604286770649056 0.0996687 -0.001488315174356103 0.0063532679341733456 450 96 96 54 8.849747826423108 0.7999997138977051 2.21875 2.21875 2.3999977111816406 0 54.61995869918388 13.350658416748047 66.73461151123047 9.138577461242676 236347.0 0.04413899406790733 319.60216064453084 212.55429077148438 3.594494813330191 1878.7060546875 25102.818359375 24695.720703125 189628.0 21380.83212890625 30502.4890625 2790.549072265625 85.13622283935547 -sub-UIphantom_ses-210401_task-rest_bold 0.0002817817371937639 0.0006298772138084633 1 17.11368868178571 0.997600600848214 0.9943579104241057 0.5343081355826333 32886.9453125 0.008969512815339975 0 0.0 4.146647546763891 3.1266540424245974 4.785583143171345 4.527705454695731 0.113181 -0.0021463469602167606 0.015344807878136635 449 90 90 60 1.8543235382956156 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 11.219540614305586 8.813063621520996 15.668172836303711 5.9443206787109375 240079.0 0.0 63.94899902343745 23.459522247314453 1.8228640135567655 487.0282287597656 1190.634521484375 1051.649169921875 173490.0 556.5237274169922 2348.607495117187 567.1319580078125 72.91747283935547 -sub-UIphantom_ses-220629_task-rest_bold 0.0002779064587973274 0.000891265276169265 1 19.21036022439733 0.9992898384598206 0.9953677724330356 0.5425040276734002 29792.958984375 0.010262561333108888 0 0.0 4.266609807324152 2.98840821458466 4.8481248073528285 4.9632964000349675 0.149456 -0.0004068331327289343 0.013552362099289894 449 90 90 60 1.9866517613686092 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 9 10.975026932007188 8.258325576782227 14.46846866607666 5.570156097412109 238876.0 0.0 58.80178451538086 21.647872924804688 3.1559786539256285 394.2979736328125 1042.074462890625 936.24609375 174574.0 508.509928894043 1978.1997192382814 471.2669982910156 65.3734130859375 -sub-UIphantom_ses-220707_task-rest_bold 0.00025002227171492207 0.000764059995545657 1 19.137421756897314 1.004666968325894 1.0011685261830363 0.5410373042617775 26372.4375 0.00934009948049276 0 0.0 4.192995874918421 3.005816547226248 4.750124811246999 4.8230462662820175 0.0583522 -0.002051738789305091 0.014721567742526531 449 90 90 60 1.9882170443965033 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999977111816406 4 10.78711557970165 8.974862098693848 14.590723037719727 6.053452491760254 239691.0 0.0 57.131404876708984 21.08442497253418 2.043372510123045 417.0207824707031 1061.40673828125 956.0267333984375 173889.0 502.991552734375 2031.0753906250004 480.8448791503906 69.73052978515625 -sub-UIphantom_ses-220722_task-rest_bold 0.00024256124721603564 0.0006923454766146992 1 18.584995972276783 0.9984674791517854 0.9949301540624996 0.5383104397075215 33539.328125 0.009445964307348866 0 0.0 4.252089132367299 3.041354045814115 4.800291475920221 4.914621875367562 0.111381 -0.0018171265255659819 0.014368116855621338 449 90 90 60 1.9563509487270674 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 12.138353052959157 8.116339683532715 14.209290504455566 5.4743876457214355 240326.0 0.0 56.478843688964844 21.027591705322266 1.9952949771849573 436.72540283203125 1073.2928466796875 962.6358642578125 173344.0 499.08666076660154 2049.2700805664062 492.055419921875 68.39767456054688 +sub-25009_ses-V3_task-cuff_run-01_bold 0.0012804318181818184 0.010558768636363635 10 47.611902528132106 1.1167824930296129 0.9834798642824599 0.4717613685661002 7049.7275390625 0.33111667191027955 7 1.5909090909090908 2.4816271793937346 2.458291568982936 2.4711499018053256 2.5154400673929422 0.00665025 -0.002289016265422106 0.029719438403844833 440 90 90 60 2.564225557282933 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 56.87926437638116 18.20568084716797 51.43686294555664 12.456817626953125 316636.0 0.006818181835114956 215.00794219970703 113.20551300048828 3.9313658656637633 314.0422058105469 1138.3709716796875 1068.0841064453125 99633.0 592.4454101562501 1922.5790527343747 416.5307312011719 31.00928497314453 +sub-25009_ses-V3_task-cuff_run-02_bold 0.0010759276018099547 0.007605999389140271 8 37.18520829691611 1.091177129773243 1.016171857097506 0.4716312784371043 7267.984375 0.20638871242729864 0 0.0 2.460338297817062 2.4513499025921064 2.4467707361074 2.4828942547516792 0.00559803 -0.001128524192608893 0.02952667325735092 442 90 90 60 2.5561692316687594 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 50.19314972427914 17.727495193481445 51.16669845581055 12.203620910644531 316743.0 0.0067873308435082436 216.32127380371094 112.2512435913086 3.962707814452422 312.66473388671875 1132.8182373046875 1063.6719970703125 99529.0 584.8583862304688 1914.4363281249994 416.1174621582031 36.33525085449219 +sub-25009_ses-V3_task-rest_run-01_bold 0.000776117381489842 0.00961225027088036 7 43.40471007484166 1.0778364865384615 0.9993621112443436 0.4707262105988601 7200.6396484375 0.28991155954052067 188 42.43792325056433 2.481713290575102 2.4594832356022502 2.470587401827677 2.515069234295378 0.00766083 -0.0025908020325005054 0.028834879398345947 443 90 90 60 2.5538583157247428 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 53.29307401624182 18.125900268554688 51.16014099121094 12.474040985107422 317105.0 0.013544018380343914 213.50610046386694 111.26862335205078 4.1329511867804705 316.4535827636719 1144.0662841796875 1073.5462646484375 99269.0 593.7584594726563 1935.7679687499985 420.3603820800781 31.994537353515625 +sub-25009_ses-V3_task-rest_run-02_bold 0.0007516816143497757 0.007237089641255606 4 35.95968708937077 1.076894224247192 0.999491813505618 0.47172296202308245 7320.76123046875 0.1938950474113673 37 8.295964125560538 2.4669632963161847 2.459299902276202 2.4524665692144008 2.489123417457951 0.00952833 -0.0020245013292878866 0.028665630146861076 446 90 90 60 2.5420584533667343 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 48.69046368011608 17.84441566467285 51.79697036743164 12.206278800964355 316702.0 0.0022421525791287422 220.67635498046894 112.84497833251953 3.725519943160122 317.0110168457031 1137.5416259765625 1066.5897216796875 99497.0 587.0713256835937 1932.3795166015625 419.5750732421875 37.2210693359375 +sub-25011_ses-V1_task-cuff_run-01_bold 0.0021270654627539506 0.004485421670428894 7 31.79069942798644 1.0669543780090494 1.0321216577828054 0.4331676872604603 7349.0263671875 0.2638723765871034 1 0.22573363431151242 2.889000695337861 2.7034332259085487 3.050612378779555 2.9129564813254794 0.00449513 -0.012414178811013699 0.024005312472581863 443 90 90 60 2.8140920433733325 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 39.83331746515276 25.361534118652344 57.917537689208984 17.52144432067871 337564.0 0.022573363035917282 261.8793548583983 114.5318374633789 1.1309793961060457 448.2997741699219 1555.7239990234375 1487.216796875 82624.0 799.0906707763672 2538.4230834960913 528.48583984375 43.55403518676758 +sub-25011_ses-V1_task-cuff_run-02_bold 0.0009804072398190045 0.004801299049773756 8 33.405456331360504 1.0674458843310648 1.0237121682766428 0.4333749381670369 6879.306640625 0.29375118447067056 1 0.22624434389140272 2.889060416657846 2.7022290592897313 3.0474665455712264 2.9174856451125812 0.00564419 -0.012626899406313896 0.02448958344757557 442 90 90 60 2.8091497986686766 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 37.90933523561213 25.757699966430664 58.369422912597656 17.88461685180664 337667.0 0.05656109005212784 264.284625244141 115.09896087646484 1.106204145841013 448.12493896484375 1556.1141357421875 1487.919677734375 82562.0 797.2922119140625 2539.5262084960937 529.6658325195312 42.89252853393555 +sub-25011_ses-V1_task-rest_run-01_bold 0.00207579185520362 0.0051502211990950226 8 31.367598985555578 1.0769009348979592 1.0618894215873014 0.43191064859623224 7521.89990234375 0.22418295355413728 114 25.79185520361991 2.894150692772214 2.708704059032438 3.048908212180606 2.9248398071035973 0.00288611 -0.012003214098513126 0.024548523128032684 442 90 90 60 2.8256794600094524 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 37.196831372903624 24.942604064941406 56.491310119628906 17.287330627441406 337676.0 0.05203619971871376 252.94740676879883 110.75416564941406 1.114741688338162 445.52703857421875 1551.5919189453125 1486.4095458984375 82410.0 794.0307098388671 2530.8421386718755 526.032958984375 41.605262756347656 +sub-25011_ses-V1_task-rest_run-02_bold 0.0011245270270270268 0.005445417229729729 6 32.62154212329571 1.0439702069074488 0.9960500940406323 0.43373059987250295 6888.68994140625 0.27414180647613107 198 44.5945945945946 2.884802083823205 2.6941832262761105 3.0443957123599166 2.915827312833587 0.00658082 -0.013134361244738102 0.02450466714799404 444 90 90 60 2.8221775251264756 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 35.653066216565335 25.835346221923828 58.40803146362305 17.89414405822754 337851.0 0.038288287818431854 262.8659973144531 113.51100158691406 1.088225189213663 449.3487548828125 1552.7257080078125 1486.9381103515625 82506.0 797.0202941894531 2531.0005493164062 526.8729858398438 41.003448486328125 +sub-25011_ses-V3_task-cuff_run-01_bold 0.002309343891402715 0.00922167669683258 8 30.242915968639437 1.0231094578004545 0.9840966241723359 0.4310385312182929 9139.6728515625 0.2284797547515212 7 1.583710407239819 2.9275534746831284 2.762495723561616 3.122808209244084 2.897356491243686 0.0209845 -0.014091075398027897 0.031867653131484985 442 90 90 60 2.7721986403853145 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 96.09125116288341 23.911155700683594 58.14018630981445 16.736425399780273 335426.0 0.11312218010425568 260.0384826660156 122.91181945800781 0.874197770083752 501.8541564941406 1678.948974609375 1601.251220703125 83773.0 854.9520629882812 2764.4291503906247 577.6071166992188 30.974891662597656 +sub-25011_ses-V3_task-rest_run-01_bold 0.003650134831460674 0.008073443707865169 5 31.011382451126117 1.0718437686486484 1.0238267332657658 0.43123976438658335 9328.662109375 0.21784778273075744 49 11.01123595505618 2.9253951415696697 2.7569248904496475 3.1225790425865236 2.896681491672839 0.0153014 -0.01574476808309555 0.030185362324118614 445 90 90 60 2.773961022116871 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 89.60178644365816 23.878225326538086 58.971527099609375 16.692134857177734 335876.0 0.11685393750667572 266.26517486572266 124.08757019042969 0.9068389990245582 500.94952392578125 1682.9373779296875 1607.442626953125 83818.0 856.980111694336 2772.094384765625 579.4721069335938 32.97169494628906 +sub-25011_ses-V3_task-rest_run-02_bold 0.0020746396396396395 0.009066113828828829 6 30.665018593882614 1.0351961561399545 0.990924921963882 0.43221140178302464 9141.6318359375 0.21702957450195023 50 11.26126126126126 2.9406437464620887 2.7620498902459985 3.1349498754282843 2.9249314737119843 0.0347066 -0.014653250575065613 0.03009818121790886 444 90 90 60 2.77466781522596 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 82.47009466935079 23.83850860595703 58.49663162231445 16.62387466430664 335022.0 0.09909909963607788 263.77568664550813 122.3697738647461 0.8862991590429781 495.43292236328125 1662.2860107421875 1585.6734619140625 84332.0 846.828973388672 2738.4999267578123 571.4788818359375 31.170310974121094 +sub-25015_ses-V1_task-rest_run-01_bold 0.0003146102449888642 0.015174080846325167 1 51.01749322270091 1.022372739754464 0.9969536067187511 0.4632832579224624 1611.1402587890625 0.16233500273889664 33 7.349665924276169 2.6000276744619604 2.420108237166872 2.7995540554223837 2.580420730796626 0.00603512 0.003876042552292347 0.05022751912474632 449 90 90 60 3.5199608883932214 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 56.010445247471374 5.903992652893066 23.826282501220703 10.080178260803223 344024.0 5.347438812255859 80.65601806640609 47.604583740234375 1.429890391691318 94.91461181640625 427.9608154296875 417.1247253417969 77246.0 247.06848907470703 637.4627075195312 118.50189208984375 25.27646255493164 +sub-25016_ses-V1_task-cuff_run-01_bold 0.0009495259593679458 0.011046198961625281 7 31.21864236875568 1.0620848101357465 0.9561240658597286 0.4579565699555478 18872.990234375 0.12817269632717063 0 0.0 2.4751188470673884 2.4116457375031417 2.502037400577966 2.511673403121056 0.00818181 -0.008055755868554115 0.026449434459209442 443 90 90 60 3.0153742847360663 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 170.79161864342825 11.931099891662598 34.18400955200195 8.162528038024902 314322.0 0.004514672793447971 139.79221496582034 83.9490737915039 2.6915028811568646 291.711181640625 1179.6478271484375 1133.7200927734375 100910.0 659.7521606445314 1862.5924804687495 375.97802734375 35.5933723449707 +sub-25016_ses-V1_task-cuff_run-02_bold 0.0008209523809523809 0.007199929455782313 9 32.13406851945453 1.118255277 1.000283658931819 0.45619291796413236 19150.759765625 0.14172228635607784 0 0.0 2.4388799677098283 2.391958238285453 2.4537332358307347 2.4709484290132973 0.00637635 -0.00852274987846613 0.028084127232432365 441 90 90 60 2.9910900706000705 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 190.3498020244671 11.9986572265625 34.477420806884766 8.165533065795898 315184.0 0.0 143.0994361877441 85.85539245605469 3.059375759620102 291.111083984375 1187.753173828125 1138.53515625 100309.0 668.7723388671875 1882.7845947265623 380.64031982421875 43.797332763671875 +sub-25016_ses-V1_task-rest_run-01_bold 0.0020984389140271493 0.00880783382352941 8 31.644194665442168 1.108968748299318 0.9956428330385491 0.45817914603562665 19863.322265625 0.12241145739436336 3 0.6787330316742082 2.470385514193673 2.4088249042818983 2.492024900975827 2.5103067373232926 0.00287159 -0.00896887294948101 0.02505072019994259 442 90 90 60 3.0217250830681452 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 164.15307370255545 11.746771812438965 34.02056121826172 8.058823585510254 313906.0 0.004524887073785067 139.1080322265625 83.23443603515625 2.496250842570169 295.2156677246094 1188.2003173828125 1140.8575439453125 101058.0 666.550473022461 1881.1121093749998 377.54986572265625 39.15242004394531 +sub-25016_ses-V1_task-rest_run-02_bold 0.0010587640449438202 0.008003907528089889 5 33.17045369024772 1.1433190684684698 0.9932731916666664 0.45623212687225484 18653.357421875 0.13070238645716753 17 3.8202247191011236 2.440331355668499 2.3906707383366133 2.4549832357810644 2.4753400928878198 0.00640867 -0.008299214765429497 0.028676923364400864 445 90 90 60 2.989079988411927 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 191.48268162983697 12.084040641784668 34.551822662353516 8.262921333312988 315388.0 0.002247191034257412 142.80224609375 85.52122497558594 3.0734399824639924 291.96441650390625 1191.045654296875 1141.5888671875 100280.0 673.0180053710938 1883.7806823730466 381.91790771484375 41.76030731201172 +sub-25016_ses-V3_task-cuff_run-01_bold 0.00109281179138322 0.006514138934240362 9 31.885214337363642 1.142577961181818 1.0071246577727284 0.4581169359944991 14517.2119140625 0.12200898381422838 0 0.0 2.4183480241151916 2.380845738727024 2.4034207378299737 2.470777595788577 0.00585471 -0.011300435289740562 0.02976863645017147 441 90 90 60 2.9835101690596306 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 178.3141474344741 13.30980110168457 36.10859298706055 9.07709789276123 316784.0 0.0022675737272948027 146.0268676757812 86.00837707519531 3.6792126680660164 264.71337890625 1148.1966552734375 1096.5238037109375 99431.0 656.39794921875 1821.3367309570312 367.5262451171875 46.48973083496094 +sub-25016_ses-V3_task-cuff_run-02_bold 0.0007107029478458051 0.006920813764172335 9 31.998436680750018 1.1139530142272718 0.9812664811818176 0.4588272965673054 14114.4658203125 0.1239592519821329 0 0.0 2.4198452454567008 2.3802332387513623 2.4043915711247297 2.4749109264940095 0.0119811 -0.010650950483977795 0.02930082567036152 441 90 90 60 2.9900916703338623 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 178.04843478677088 13.373676300048828 35.87030792236328 9.138321876525879 316237.0 0.0022675737272948027 144.57551269531263 85.21207427978516 3.6225060843090873 265.6917419433594 1145.1009521484375 1094.5850830078125 99719.0 651.6630737304688 1809.0118041992187 366.06890869140625 44.020179748535156 +sub-25016_ses-V3_task-rest_run-01_bold 0.0006513348416289593 0.00813782633484163 8 31.82002360362814 1.107161998843537 0.9845791685941045 0.4582324765695941 14411.1357421875 0.12368002394253332 6 1.3574660633484164 2.4343271848305035 2.3876290717908115 2.417816570591268 2.4975359121094307 0.00725973 -0.010635065846145153 0.029465826228260994 442 90 90 60 2.9971397930905574 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 183.27974075076693 13.293106079101562 35.601905822753906 9.108597755432129 316486.0 0.0022624435368925333 142.5622215270996 84.81365966796875 3.602527360399585 265.6844177246094 1149.414794921875 1097.0113525390625 99653.0 662.6013916015625 1822.9028320312498 366.017578125 42.814422607421875 +sub-25016_ses-V3_task-rest_run-02_bold 0.0007255381165919284 0.006472907713004485 4 32.24284998860671 1.1374153098876407 0.9977591915730342 0.45892834107950653 14196.1845703125 0.11952288793127655 6 1.345291479820628 2.4241313543005734 2.384979071896113 2.401949904555086 2.485465086450522 0.00506346 -0.010321356356143951 0.02840634435415268 446 90 90 60 2.9999030370867934 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 196.47596809548702 13.260315895080566 35.32044982910156 9.040359497070312 315859.0 0.0022421525791287422 142.518617248535 84.51332092285156 3.6702198174150027 263.41455078125 1139.78173828125 1088.2164306640625 99854.0 659.522103881836 1803.3872253417965 362.74871826171875 46.620445251464844 +sub-25021_ses-V1_task-cuff_run-01_bold 0.0004886621315192745 0.006193070181405896 9 36.793616689363624 1.079311941659092 0.9879218624545458 0.44988349321682636 9300.4638671875 0.18880038750475908 0 0.0 2.4826118984442744 2.4834082346515562 2.4332207366458283 2.531206724035439 0.0027055 -0.0071116238832473755 0.02219247817993164 441 90 90 60 2.8283257621237095 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 107.78191323811939 14.449488639831543 39.72428894042969 9.845805168151855 327129.0 0.0 157.46939086914062 95.80249786376953 2.5286529847579153 269.58819580078125 1007.4966430664062 963.23583984375 90132.0 523.0647521972656 1622.159423828125 340.56561279296875 39.980430603027344 +sub-25021_ses-V1_task-cuff_run-02_bold 0.0008911337868480727 0.007782150022675737 9 38.544706595886346 1.0847075656590908 1.008479383431818 0.4503617563103099 9198.283203125 0.23525027114763056 0 0.0 2.491260506458319 2.4872082345005575 2.4415082363165124 2.5450650485578863 0.00298453 -0.006255696527659893 0.022988999262452126 441 90 90 60 2.8336021256371717 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 113.55366751617976 14.469660758972168 39.779754638671875 9.88888931274414 327070.0 0.0 157.6467170715331 96.31190490722656 2.5062331927466053 268.64520263671875 1003.0038452148438 959.767578125 90250.0 518.7789276123046 1614.7515869140639 338.7074890136719 37.354801177978516 +sub-25021_ses-V1_task-rest_run-01_bold 0.0008941723356009069 0.008340147482993198 9 36.650616533045444 1.0617404489545446 0.9995931414772731 0.44955762600225285 9461.7158203125 0.18826188906669378 24 5.442176870748299 2.5038674455597625 2.4986499007125738 2.443516569570042 2.5694358663966708 0.00176292 -0.0063254497945308685 0.021385211497545242 441 90 90 60 2.8343805881896 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 107.92812879201375 14.341907501220703 39.3316650390625 9.804988861083984 327187.0 0.0 154.810433959961 94.51895904541016 2.4891225424438375 271.4742126464844 1010.051025390625 966.5918579101562 90067.0 525.2156372070312 1625.2598632812499 341.0221252441406 36.21290588378906 +sub-25021_ses-V1_task-rest_run-02_bold 0.002034708520179372 0.01129078860986547 4 38.455758302831505 1.0807241556853935 1.012186971393259 0.45172283498313043 9025.4453125 0.22729915316511892 119 26.681614349775785 2.511331333737314 2.500674900632107 2.4617957355103597 2.571523365069475 0.00313332 -0.006571347359567881 0.02197801135480404 446 90 90 60 2.843496470571581 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 103.01447876292411 14.530166625976562 40.21373748779297 9.964125633239746 326894.0 0.0044843051582574844 160.1756813049316 95.8805923461914 2.517160139106613 266.7271423339844 1000.950439453125 958.2724609375 90418.0 518.3310699462891 1610.7236694335918 337.00311279296875 32.24911117553711 +sub-25021_ses-V3_task-cuff_run-01_bold 0.001690316742081448 0.010883691425339365 8 35.630720454263034 1.0278567110430834 0.9931664339229037 0.44730447780588634 9857.8037109375 0.21844862458054934 1 0.22624434389140272 2.5092924440991182 2.497474900759264 2.4546999024589895 2.5757025290791007 0.00327874 -0.0020185355097055435 0.019264383241534233 442 90 90 60 2.8102668444607573 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 102.31636971490867 14.356420516967773 39.93366241455078 9.871041297912598 327553.0 0.0067873308435082436 157.80679626464814 99.52515411376953 2.0226074391254114 275.1368408203125 1023.142822265625 983.5169677734375 89812.0 506.8882598876953 1660.8619140625 349.9708557128906 31.961130142211914 +sub-25021_ses-V3_task-cuff_run-02_bold 0.0008020814479638009 0.007735186085972851 8 36.94111941668935 1.0732796094331067 0.9950927088888898 0.44748241564063335 10018.2197265625 0.22684489513654993 0 0.0 2.469927178925673 2.4652540687062716 2.424391570330001 2.520135897740747 0.00364516 -0.001753126853145659 0.01956043764948845 442 90 90 60 2.8458746025997024 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 106.0991448753284 14.228957176208496 39.651485443115234 9.719457626342773 327620.0 0.0 159.07240295410156 99.31473541259766 2.1097085910946474 270.008056640625 1021.1932373046875 980.8099975585938 89576.0 515.3009033203125 1647.3241577148438 344.64080810546875 38.22346115112305 +sub-25021_ses-V3_task-rest_run-01_bold 0.0006638914027149322 0.007873433846153848 8 36.89798379321995 1.07080491292517 0.993105574875284 0.44594591321039423 9990.1904296875 0.22797985458232228 111 25.1131221719457 2.4447480180353556 2.4435374029025474 2.394608238180151 2.4960984130233683 0.00322008 -0.0018569728126749396 0.018936244770884514 442 90 90 60 2.876704843261358 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 109.84357923029097 14.208830833435059 39.0289192199707 9.739819526672363 328275.0 0.0022624435368925333 155.72534332275387 98.02365112304688 2.2034462370408034 266.54803466796875 1025.163330078125 982.685546875 88928.0 532.1638275146485 1651.3114868164062 341.59918212890625 37.137664794921875 +sub-25021_ses-V3_task-rest_run-02_bold 0.006569932735426009 0.014140753340807175 4 40.312896059999986 1.1537317703370789 1.08199414847191 0.4480949679071613 9136.609375 0.2722127325467297 181 40.582959641255606 2.517054944535722 2.511941566851077 2.4672707352928027 2.5719525314632854 0.00336106 -0.0019240116234868765 0.019798090681433678 446 90 90 60 2.8045257567426316 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 21 94.22300194266278 14.766188621520996 39.75812530517578 10.199552536010742 327484.0 0.01569506898522377 156.6540382385253 96.3420639038086 1.9480373512401536 276.09808349609375 1019.1827392578125 982.1143798828125 89972.0 496.31000061035155 1649.732849121093 350.1871643066406 30.568984985351562 +sub-25022_ses-V1_task-cuff_run-01_bold 0.0019269144144144145 0.011079336126126126 6 52.58788259083524 1.1163498611060938 1.0081036508126409 0.5284357858534299 1181.097900390625 0.3541474634160062 7 1.5765765765765767 2.537038294405855 2.4622915688239906 2.6640998941381815 2.484723420255394 0.00710667 0.037007030099630356 0.034602753818035126 444 90 90 60 2.7548048986459963 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 22.958392443896425 36.575862884521484 82.045654296875 27.012386322021484 308106.0 0.1689189225435257 366.3643035888672 152.7035369873047 2.757220080581215 267.44610595703125 958.5252075195312 928.9505004882812 106495.0 451.684033203125 1549.5840332031248 337.20941162109375 29.73190689086914 +sub-25022_ses-V1_task-cuff_run-02_bold 0.0018138063063063063 0.013092247004504504 6 56.7034564651919 1.1153656189164793 1.011931803092551 0.529793869029859 1158.728759765625 0.4332642837772131 15 3.3783783783783785 2.544341069229452 2.463583235439331 2.671308227185081 2.4981317450639438 0.00666914 0.036714088171720505 0.03645222261548042 444 90 90 60 2.782418331059715 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 22.997875152783347 37.28544235229492 81.52265167236328 27.448198318481445 307857.0 0.22027027308941133 360.0013549804688 149.88804626464844 2.656835142660773 264.68121337890625 952.9052124023438 923.8355712890625 106662.0 454.1071044921875 1531.745098876953 332.0245666503906 27.707212448120117 +sub-25022_ses-V1_task-rest_run-01_bold 0.0019333258426966291 0.016410510202247194 5 51.761178162792774 1.0633880290315312 1.0030069838963962 0.5272230377429882 1137.5316162109375 0.3922215476889565 251 56.40449438202247 2.5718827269214857 2.4912832343386317 2.686570726578604 2.537794219847221 0.0154162 0.03820684552192688 0.03724559023976326 445 90 90 60 2.7512252284416845 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 23.00667395240398 37.12002944946289 80.19806671142578 27.5606746673584 308462.0 0.2786516845226288 353.45809783935556 147.7772216796875 2.650197884048173 266.1021423339844 950.9027709960938 919.7415771484375 106203.0 448.49236145019535 1532.277111816406 334.30096435546875 24.954465866088867 +sub-25022_ses-V1_task-rest_run-02_bold 0.0016413800904977376 0.013818833914027148 8 49.31976594292516 1.090644513401361 1.008728799160997 0.5299520954285308 1092.3140869140625 0.3372410941974363 240 54.29864253393665 2.5461091240847638 2.4698415685239805 2.667183227348994 2.501302576381317 0.00823105 0.034103795886039734 0.035850800573825836 442 90 90 60 2.777286747144153 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 22.619029006297726 38.08476638793945 81.60169219970703 28.072399139404297 307878.0 0.2850678861141205 359.39921417236303 148.21194458007812 2.776151386163188 265.62567138671875 957.6309814453125 928.5520629882812 106428.0 458.1276138305665 1541.9930603027342 334.3362731933594 26.949737548828125 +sub-25022_ses-V3_task-cuff_run-01_bold 0.0010371171171171172 0.015957545518018017 6 54.55250082604973 1.0586035517155756 1.0045867633634316 0.5219434218622234 1401.344482421875 0.43388419142244156 16 3.6036036036036037 2.5177063498007546 2.4274165702097985 2.6363040619093554 2.4893984172831107 0.0120325 0.036623209714889526 0.03852184861898422 444 90 90 60 2.7183224002796096 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 23.307195325501805 34.610748291015625 81.31690979003906 25.072072982788086 311825.0 0.1689189225435257 363.26532592773435 154.2140655517578 3.3745287759597558 258.0964050292969 963.6361694335938 925.0856323242188 103557.0 469.02839965820317 1570.0707763671874 340.3132629394531 25.526830673217773 +sub-25022_ses-V3_task-cuff_run-02_bold 0.0012115315315315315 0.015717359594594596 6 57.05740951462749 1.0996275056659144 1.0060794589616242 0.5213642747295597 1446.0208740234375 0.4690589655405928 12 2.7027027027027026 2.519606349760025 2.4329290699907515 2.636666561894951 2.489223417394373 0.00666883 0.03693752735853195 0.040020398795604706 444 90 90 60 2.6961634524500973 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 23.310281397416404 33.96962356567383 80.56497192382812 24.563064575195312 311486.0 0.20720721781253815 360.61263275146484 153.26927185058594 3.427785914649548 259.85943603515625 961.2396850585938 923.5 103845.0 459.55675659179684 1570.2739501953124 342.5220947265625 26.32769775390625 +sub-25022_ses-V3_task-rest_run-01_bold 0.0010621621621621621 0.01651818581081081 6 49.00532269110609 1.0232848717155762 0.9873978511963893 0.5223359388715045 1394.134521484375 0.3569406841863067 241 54.27927927927928 2.5211994062067795 2.43903323641486 2.640145728423368 2.484419253782111 0.0160684 0.03402235358953476 0.039518967270851135 444 90 90 60 2.6988230478304898 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 22.989267457176965 35.328678131103516 81.9572525024414 25.509010314941406 311167.0 0.20045045018196106 362.9700561523438 153.62750244140625 3.4110258281273325 261.799560546875 968.8555297851562 930.4076538085938 104106.0 463.5591278076172 1579.4054870605469 344.7440490722656 25.077322006225586 +sub-25022_ses-V3_task-rest_run-02_bold 0.0016237219730941704 0.014526609753363229 4 53.24446689732583 1.0975920076404497 1.032094551370787 0.525796111640565 1343.3912353515625 0.40956801803753173 276 61.88340807174888 2.551661901994555 2.474445735007694 2.681012393466139 2.4995275775098307 0.00929277 0.03400067985057831 0.037454597651958466 446 90 90 60 2.640553741614937 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 22.623213339708848 36.277217864990234 84.89788818359375 26.015695571899414 309564.0 0.18834081292152405 376.44900360107397 158.31838989257812 3.5524047643914525 269.105712890625 978.1727905273438 940.5157470703125 105371.0 459.6042785644531 1610.0123901367188 356.1795654296875 26.609453201293945 +sub-25024_ses-V1_task-cuff_run-01_bold 0.0003726185101580135 0.0059746450112866814 7 29.112963012171928 1.0619765907918546 0.9917629000000001 0.4554850179776475 6901.99658203125 0.13885366392336407 0 0.0 2.918663206657934 2.673862393750255 3.232079038235385 2.8500481879881616 0.00961579 -0.015386045910418034 0.031015796586871147 443 90 90 60 3.6408750831822805 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 48.76167219878253 27.6306209564209 77.8468246459961 18.930023193359375 335662.0 0.013544018380343914 374.6070129394532 173.16268920898438 1.012633631956767 342.193359375 1556.1717529296875 1567.9661865234375 82827.0 775.4223449707031 2240.81171875 430.65380859375 46.90826416015625 +sub-25024_ses-V1_task-cuff_run-02_bold 0.001939954751131222 0.00742079484162896 8 29.43628643346941 1.0815488252380956 1.0399002218140596 0.45721620092782095 7344.6064453125 0.15020421381025936 2 0.45248868778280543 2.9380451439230577 2.6853748932927886 3.2464540376641735 2.882306500812212 0.00701854 -0.015237000770866871 0.03105700947344303 442 90 90 60 3.6416130677681635 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 48.14196817355066 27.072586059570312 79.08985137939453 18.766969680786133 335538.0 0.06334841996431351 376.05046539306466 171.00962829589844 1.0510193630702824 341.0908203125 1549.8173828125 1561.6357421875 82924.0 772.2068450927734 2228.6287841796875 428.82818603515625 42.68558120727539 +sub-25024_ses-V1_task-rest_run-01_bold 0.0008133408577878105 0.006788470338600452 7 29.46111820622169 1.0702480355203619 0.9999102199321258 0.4565860768654973 6917.7744140625 0.14349362220466727 22 4.966139954853273 2.9241979258530146 2.6693665605955696 3.239049871291722 2.864177345671752 0.00898228 -0.017077632248401642 0.02991679683327675 443 90 90 60 3.664024242543876 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 47.06796608405055 27.69086456298828 79.4805679321289 19.106094360351562 336226.0 0.04740406572818756 381.44921875 173.8129119873047 1.074789287910999 339.0138854980469 1566.9222412109375 1579.566650390625 82451.0 782.353271484375 2245.5609130859375 431.0989685058594 44.966129302978516 +sub-25024_ses-V1_task-rest_run-02_bold 0.000659391891891892 0.005934181058558558 6 30.12380632702033 1.0740002912415338 1.0143497602934544 0.45631022374245794 7142.095703125 0.14519669664543455 26 5.8558558558558556 2.9108882064867365 2.662383227539729 3.2178165388021256 2.852464853118354 0.00518062 -0.015954604372382164 0.030568355694413185 444 90 90 60 3.686086169064224 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 49.919046036272356 27.014083862304688 77.19298553466797 18.63964080810547 335753.0 0.03378378599882126 370.03155517578125 169.0718536376953 1.0209633865983374 337.8863525390625 1550.262451171875 1561.153076171875 82900.0 783.9780487060547 2222.0571411132823 423.52337646484375 47.06074523925781 +sub-25024_ses-V3_task-cuff_run-01_bold 0.0005474999999999999 0.004668109752252252 6 26.833259702731382 1.0403030390519195 0.9689665934537253 0.46598337697322423 5938.42626953125 0.13415561942830062 0 0.0 2.988797908673807 2.711612392250204 3.317058201525283 2.9377231322459334 0.00810298 -0.02538413740694523 0.034272994846105576 444 90 90 60 3.161115107287089 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 38.11683519620488 29.748884201049805 95.57646179199219 20.322072982788086 334593.0 0.0022522523067891598 461.2292846679686 203.88926696777344 0.6174722650740363 441.91400146484375 1581.5963134765625 1575.953857421875 83984.0 738.7014556884766 2412.8912475585935 498.5406799316406 47.13107681274414 +sub-25024_ses-V3_task-cuff_run-02_bold 0.00046243792325056433 0.003968489887133183 7 26.90629030909501 1.0565440259954744 0.9977341657692309 0.466525240874017 5946.77685546875 0.13374336429902783 0 0.0 2.9728118016525102 2.703291559247511 3.2948082024094183 2.9203356433006014 0.00515954 -0.024665040895342827 0.034544046968221664 443 90 90 60 3.160258556760878 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 35.738155247562695 29.779220581054688 95.84477233886719 20.31828498840332 334559.0 0.0022573363967239857 464.68670043945303 202.62945556640625 0.6116616921531794 440.73773193359375 1574.638916015625 1567.716796875 83954.0 738.0859283447267 2404.725256347656 496.0693664550781 51.856788635253906 +sub-25024_ses-V3_task-rest_run-01_bold 0.0003446606334841629 0.00356762257918552 8 27.350091739682558 1.0800800208843526 0.9985284613378688 0.46492093859242006 5990.82275390625 0.1360701440390626 5 1.1312217194570136 2.962803470308812 2.693391559640902 3.282695702890726 2.912323148394808 0.00929248 -0.023793911561369896 0.03399904444813728 442 90 90 60 3.1732120001266497 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 36.79935003761793 29.55141830444336 93.90599060058594 20.122173309326172 334577.0 0.0022624435368925333 455.5647155761721 200.79327392578125 0.585723480060643 435.9656066894531 1576.62353515625 1570.53857421875 83939.0 740.4577514648438 2404.276245117187 494.93359375 52.873390197753906 +sub-25024_ses-V3_task-rest_run-02_bold 0.000841647855530474 0.0038530621218961624 7 26.475787960814472 1.0668806674208138 1.013997560950227 0.46816227965189083 5937.62451171875 0.1346608626207721 10 2.2573363431151243 2.9746743020818287 2.705016559178966 3.301204035488604 2.917802311577917 0.00488617 -0.02511635422706604 0.03311847522854805 443 90 90 60 3.1445100653919025 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 32.769629278771056 29.9766788482666 97.47938537597656 20.44243812561035 334692.0 0.004514672793447971 472.8930175781252 203.47178649902344 0.6051298933273621 443.3147277832031 1575.466064453125 1572.2032470703125 84141.0 724.8013916015625 2406.3251953125 499.9805603027344 51.71653747558594 +sub-25027_ses-V1_task-cuff_run-01_bold 0.0007732885906040267 0.010148836487695748 3 48.49316336100899 1.037436073991032 1.0037005250000002 0.5003525792564496 1284.6005859375 0.14549001076373166 0 0.0 2.6686026717370352 2.455508235760203 2.66212072755016 2.8881790519007424 0.010155 0.06030205637216568 0.03112134337425232 447 90 90 60 2.791081741239283 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 44.30862926220242 7.449496746063232 25.73621368408203 11.727069854736328 315894.0 5.46308708190918 97.74429664611806 48.111751556396484 1.156987830062283 132.37448120117188 462.90838623046875 437.2651062011719 102392.0 250.228751373291 759.5809936523438 156.66433715820312 27.720861434936523 +sub-25027_ses-V1_task-cuff_run-02_bold 0.00194 0.011519746681818183 3 50.39568313173513 1.0299941951598175 1.0153146304566205 0.49936620508758295 1295.3656005859375 0.12773893705135084 2 0.9090909090909091 2.7305471137200286 2.4809332347499042 2.7309582248148034 2.9797498815953776 0.00970171 0.03409098461270332 0.060171738266944885 220 90 90 60 2.695043269568145 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 44.74427101881213 7.386054039001465 25.685686111450195 11.354544639587402 315636.0 5.240909099578857 93.86022186279297 50.17864990234375 1.1832534495624287 131.72921752929688 456.4010925292969 430.0772705078125 102589.0 240.82636108398438 763.6217895507812 159.58006286621094 24.390884399414062 +sub-25027_ses-V1_task-rest_run-01_bold 0.001480512249443207 0.012192888752783963 1 49.332240232209806 1.036181127522322 1.0082240638616067 0.5023683343638015 1225.4454345703125 0.18351007124081375 82 18.262806236080177 2.666872116250245 2.452749902536475 2.6719123938277405 2.87595405238652 0.00921865 0.05935224890708923 0.03143775090575218 449 90 90 60 2.798087741708996 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 45.92892961489985 7.667266368865967 26.29303741455078 12.053452491760254 315497.0 5.570156097412109 99.05478820800789 48.98983383178711 1.1814262476460247 132.20750427246094 462.41302490234375 437.680419921875 102668.0 249.00311889648438 758.7964416503905 156.42050170898438 25.395944595336914 +sub-25027_ses-V1_task-rest_run-02_bold 0.002153579418344519 0.011374461700223713 3 49.77229097807178 1.0467757005156952 1.019324805852018 0.49909495219114464 1320.8082275390625 0.13568757048205005 30 6.7114093959731544 2.716099892071887 2.4749624016538303 2.718887391961122 2.9544498826007093 0.016586 0.034150440245866776 0.060596149414777756 447 90 90 60 2.7154205703529075 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 3 44.18550144379098 7.250489711761475 25.476783752441406 11.230424880981445 316018.0 5.279642105102539 93.7619701385495 49.61152648925781 1.1743887031299085 131.05104064941406 456.76336669921875 431.37249755859375 102222.0 241.00380859375002 761.9614166259765 158.85951232910156 24.71875762939453 +sub-25027_ses-V3_task-cuff_run-01_bold 0.003625744680851064 0.007620891276595745 2 47.87360183086955 1.0612710476086955 1.0466280241304349 0.5099718670431784 996.0170288085938 0.06693771108316338 0 0.0 2.7432235021052027 2.504399900484089 2.7196290585983176 3.005641547233202 0.0104207 0.02596028707921505 0.052490632981061935 47 90 90 60 2.6280080152351224 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 40.36092770582765 8.674799919128418 26.8783016204834 12.97872257232666 310315.0 5.595744609832764 95.44680786132812 48.39333724975586 1.4358876264786584 132.9294891357422 459.8302917480469 431.9574279785156 106446.0 239.55849838256836 777.1914672851562 164.3660888671875 29.258968353271484 +sub-25027_ses-V3_task-rest_run-01_bold 0.0028171812080536912 0.012447822147651007 3 49.37888748441705 1.0444623484977573 1.036512304529148 0.5123815834170001 969.2493896484375 0.12159702877986786 23 5.145413870246085 2.7839304449320985 2.5407707323721755 2.7660832234190615 3.0449373790050593 0.00438116 0.02326994016766548 0.052922457456588745 447 90 90 60 2.650352382243794 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 3 41.56013207066108 9.144371032714844 27.472881317138672 13.337807655334473 309291.0 5.440715789794922 97.10626602172852 49.428890228271484 1.4731152866218693 133.12078857421875 462.2969055175781 435.021240234375 107316.0 242.81599807739258 778.5184783935547 164.13636779785156 23.485851287841797 +sub-25027_ses-V3_task-rest_run-02_bold 0.0005028125 0.009725481450892855 2 48.66088247604023 1.034825753512305 1.0022171439149883 0.5105092911903912 974.7155151367188 0.0836384421987919 7 1.5625 2.7534985016969107 2.5055249004393856 2.726520724991134 3.0284498796602137 0.00672184 0.027645817026495934 0.054406121373176575 448 90 90 60 2.627522123197451 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 40.0499899393094 8.93863582611084 27.125680923461914 13.13839340209961 310841.0 5.5714287757873535 96.43527221679688 48.691776275634766 1.4553033080157727 133.4755859375 459.60614013671875 431.63616943359375 106136.0 240.9972152709961 776.6819458007812 164.2742156982422 26.05429458618164 +sub-25028_ses-V1_task-cuff_run-01_bold 0.0022948532731376973 0.018079828532731376 7 58.871801311515846 1.1160690035067873 1.0044016286651585 0.465096656550377 6250.630859375 0.49251017672448555 61 13.769751693002258 2.466484112596806 2.3735707390161065 2.45083323594597 2.575048362828342 0.00647893 -0.004407758824527264 0.021628405898809433 443 90 90 60 2.86794888477967 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 70.6576973189237 17.597116470336914 40.05869674682617 12.187358856201172 318869.0 0.015801355242729187 152.97698059082015 84.31851196289062 2.1666820303011756 276.523681640625 1018.3939819335938 973.045166015625 96893.0 541.2171875 1634.903466796875 339.2808532714844 25.501163482666016 +sub-25028_ses-V1_task-cuff_run-02_bold 0.002149390519187359 0.012201144740406322 7 49.7146946618326 1.1222170682352943 1.018290393506788 0.4656610936561189 6147.2900390625 0.35737332740568994 15 3.386004514672686 2.4432132874789745 2.3635332394149606 2.427754070196387 2.5383525528255766 0.00406111 -0.004634440410882235 0.01906486786901951 443 90 90 60 2.8695801799141964 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 65.46535299667221 17.570344924926758 40.27493667602539 12.209932327270508 319057.0 0.02483070082962513 156.72867431640637 83.58887481689453 2.2652895278047014 274.56256103515625 1013.2001953125 968.2054443359375 96952.0 537.2254302978515 1628.6224304199218 337.40142822265625 30.576541900634766 +sub-25028_ses-V1_task-rest_run-01_bold 0.001354864253393665 0.008200493031674208 8 40.670670066213184 1.0999953819501123 1.0188828972562363 0.465919722674908 6528.52197265625 0.22833923079943702 113 25.56561085972851 2.434253566770103 2.356554073025621 2.413679070755678 2.532527556529009 0.00526275 -0.0044708335772156715 0.02051689848303795 442 90 90 60 2.857148135661213 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 76.47165094725347 17.157264709472656 40.40778350830078 11.909502983093262 318593.0 0.009049774147570133 158.2113220214843 84.50592041015625 2.3485982208431926 274.2076721191406 1017.7886352539062 969.905029296875 97151.0 540.7420959472656 1637.2670288085938 339.4643859863281 35.15723419189453 +sub-25028_ses-V1_task-rest_run-02_bold 0.0017888009049773757 0.008453355633484162 8 40.63634776424038 1.11193633952381 1.010983369637188 0.4660300746223251 6286.74267578125 0.20113348296485442 92 20.81447963800905 2.435938290687855 2.359995739555528 2.4241624036724407 2.523656728835596 0.00848168 -0.0048150671645998955 0.019749049097299576 442 90 90 60 2.8555652204557553 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 69.55915456702874 17.375293731689453 40.401371002197266 12.022624969482422 318527.0 0.004524887073785067 158.77715606689466 84.1102294921875 2.189393011304304 274.65380859375 1014.0547485351562 967.8258056640625 97430.0 534.537710571289 1632.293145751953 338.9244384765625 34.77063751220703 +sub-25029_ses-V1_task-cuff_run-01_bold 0.002278190476190476 0.01352714 1 56.49433213048079 1.0681916315384614 1.0273340590384614 0.4593094110132921 2008.4188232421875 0.20481134803854292 0 0.0 2.455238791326465 2.2621790767757464 2.6714540605126196 2.432083236691028 0.00347038 -8.768204861553386e-05 0.05238962545990944 105 90 90 60 3.2496414411954313 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 62.59633798658854 4.419566631317139 18.8885440826416 8.752381324768066 336134.0 5.15238094329834 60.603336143493436 36.662872314453125 1.310235286641488 104.90469360351562 424.78271484375 408.0381164550781 83802.0 249.1714324951172 654.3333740234375 125.56329345703125 25.457801818847656 +sub-25029_ses-V1_task-rest_run-01_bold 0.002081964285714286 0.014376603571428571 2 52.427911813915 1.0595617645637578 1.0356610460626394 0.4596081582873225 2006.1719970703125 0.1623850109576066 39 8.705357142857142 2.478787401501838 2.2807749093701477 2.700262392701213 2.455324902434154 0.00412128 -0.0006390459020622075 0.05332992970943451 448 90 90 60 3.2193075423037465 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 64.02902670748108 4.580182075500488 19.108760833740234 8.799107551574707 335943.0 5.0625 61.45290565490715 37.038780212402344 1.4068606813385145 105.24159240722656 425.0854797363281 408.18975830078125 84015.0 248.07010345458983 656.0855041503908 126.79351806640625 24.274293899536133 +sub-25029_ses-V1_task-rest_run-02_bold 0.0003408948545861298 0.013047101118568232 3 52.520956620762334 1.0389128736322866 0.9997733752690594 0.46035350197869923 1934.0277099609375 0.1541436521859857 21 4.697986577181208 2.4537512913855726 2.26291241007994 2.667816560657161 2.430524903419618 0.00430968 -0.0004748014034703374 0.054077956825494766 447 90 90 60 3.2135423274944928 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 61.71222499131055 4.514142990112305 19.206497192382812 8.876957893371582 336145.0 5.183444976806641 62.1181213378906 37.212745666503906 1.3397827647060883 105.74237060546875 423.1408386230469 405.5950927734375 83804.0 248.2260597229004 654.2767364501954 126.21357727050781 25.408403396606445 +sub-25029_ses-V3_task-cuff_run-01_bold 0.0005296621621621621 0.02247238333333333 6 56.06001949090296 0.9847485012866823 0.9584791195485334 0.4625496287616161 1723.9718017578125 0.19499318050032116 1 0.22522522522522523 2.5788958164435627 2.3397457403601907 2.8123207215817483 2.5846209873887496 0.00531534 0.0011898705270141363 0.047846779227256775 444 90 90 60 3.1090785506651226 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 64.87958654002468 5.035505294799805 19.619035720825195 9.231982231140137 334390.0 5.23423433303833 63.88457336425768 37.152587890625 1.0462646528711934 108.77926635742188 415.7805480957031 399.2263488769531 84232.0 235.72860412597657 653.4357086181641 128.4058837890625 18.595516204833984 +sub-25029_ses-V3_task-cuff_run-02_bold 0.0005197544642857142 0.017709671651785715 2 54.6595906849664 1.0097249549440714 0.9823935757494406 0.46255588720943375 1716.145751953125 0.14717681863481835 0 0.0 2.5452069276095046 2.320529074457126 2.769241556626894 2.545850151744494 0.00287258 0.0010927459225058556 0.04857945814728737 448 90 90 60 3.067628281781598 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 64.6080437893148 4.930976390838623 19.597463607788086 9.142857551574707 334707.0 5.158482551574707 63.92120933532717 37.25677490234375 0.9968405381430672 109.41471862792969 413.69415283203125 395.9308166503906 84009.0 234.0977813720703 655.1955688476553 129.06663513183594 20.775009155273438 +sub-25029_ses-V3_task-rest_run-01_bold 0.0004976116071428572 0.013695128794642858 2 55.9526021643624 1.043623436062639 1.0014309938926171 0.46102952132501895 1781.5235595703125 0.16090126104320934 27 6.026785714285714 2.5154194272862043 2.292870742222836 2.753045723937125 2.5003418156986523 0.00304885 0.00040383043233305216 0.048970676958560944 448 90 90 60 3.071795235878405 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 68.00517590119536 4.894572734832764 19.72750473022461 9.100446701049805 334799.0 5.1875 64.25915679931636 38.6073112487793 1.0894477616946183 110.654052734375 419.44354248046875 402.328125 83926.0 235.92076873779297 663.739990234375 130.97413635253906 23.532941818237305 +sub-25029_ses-V3_task-rest_run-02_bold 0.00032982102908277406 0.013053592841163312 3 54.1939683663453 1.0392409778251122 1.0007693397309412 0.4626983872520509 1765.26904296875 0.12732173963145996 8 1.7897091722595078 2.511079149540299 2.292158242251148 2.7449832242575 2.496095982112248 0.00261779 0.000342278101015836 0.050965238362550735 447 90 90 60 3.0731396038283636 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 66.53307968133554 4.968542098999023 20.11701774597168 9.1744966506958 334612.0 5.196867942810059 66.86129760742188 39.09675216674805 1.0869334240262871 109.92481231689453 421.68707275390625 403.40716552734375 84037.0 240.0259521484375 668.4348999023437 131.26795959472656 24.285755157470703 +sub-25034_ses-V1_task-cuff_run-01_bold 0.0005312415349887133 0.0048896033408577875 7 35.23631462269227 1.0861790704977374 0.9905166133031673 0.48201302703744625 5060.91015625 0.13957344302491814 0 0.0 2.473253588674794 2.44164990297755 2.5636332314637014 2.41447763158313 0.00685939 0.014600260183215141 0.016760768368840218 443 90 90 60 2.4740601359925067 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 60.56683672238894 22.14532470703125 62.265350341796875 15.413092613220215 311858.0 0.006772009190171957 255.9418769836414 149.34829711914062 2.4226599125734367 352.606689453125 1195.4794921875 1114.0711669921875 103326.0 598.3533020019531 2049.2388305664062 450.298583984375 43.84012222290039 +sub-25034_ses-V1_task-cuff_run-02_bold 0.003937262443438914 0.007079511221719457 8 37.01423312854874 1.088367562471655 1.0245028412244899 0.48307653523839017 4931.123046875 0.16345259082481403 5 1.1312217194570136 2.495561914542815 2.4565707357179827 2.5825248973796806 2.447590110530783 0.0138792 0.014894950203597546 0.0158097967505455 442 90 90 60 2.461520353342021 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 16 58.10681561070243 22.48054313659668 62.97488784790039 15.66063404083252 311675.0 0.015837104991078377 259.11810607910144 149.2576141357422 2.4490490415744386 353.6744689941406 1194.0350341796875 1110.7647705078125 103545.0 598.40498046875 2047.671557617186 451.24932861328125 36.36994171142578 +sub-25034_ses-V1_task-rest_run-01_bold 0.0007034675615212527 0.004342440581655481 3 34.926579158834116 1.105403522982062 0.9922832725560539 0.4805160812068751 5225.82470703125 0.11935205117772524 0 0.0 2.47158831085888 2.4387832364247943 2.5609790649025017 2.4150026312493442 0.00793784 0.015183131210505962 0.017534490674734116 447 90 90 60 2.4742469405572645 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 61.93840671868911 21.807851791381836 61.524227142333984 15.172259330749512 312204.0 0.0044742729514837265 251.80726776123043 149.10000610351562 2.3445156453645826 352.8643493652344 1196.59228515625 1115.163330078125 103176.0 596.7539215087891 2050.21484375 450.70599365234375 45.131507873535156 +sub-25034_ses-V1_task-rest_run-02_bold 0.0016645861297539153 0.004344809351230425 3 34.39874289385646 1.1047282715695073 1.0130840024887893 0.48326396772687763 4943.2705078125 0.1286731729085764 4 0.8948545861297539 2.472785533624608 2.4425957362732995 2.563733231459728 2.4120276331407973 0.00815115 0.013949436135590076 0.016573628410696983 447 90 90 60 2.4668003194326107 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 59.32859128707308 22.391605377197266 63.10124588012695 15.561521530151367 311852.0 0.00671140942722559 262.8915054321292 149.0536651611328 2.4820622788890097 353.28717041015625 1193.1861572265625 1111.478759765625 103488.0 599.745849609375 2043.0163635253907 450.5729064941406 44.17264175415039 +sub-25034_ses-V3_task-cuff_run-01_bold 0.0016372911963882617 0.009834400632054176 7 33.273052970859716 1.0415940138009048 0.9631166237556559 0.478584520944523 5979.23291015625 0.12156699536501472 2 0.45146726862302483 2.496043869013141 2.4650332353817133 2.626066562316157 2.397031809341552 0.0192815 0.018754610791802406 0.017800409346818924 443 90 90 60 2.3749106338783057 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 14 84.27158769969952 22.031536102294922 65.46794128417969 15.218961715698242 311450.0 0.011286681517958641 266.32304077148433 166.1461639404297 4.175494156253547 375.1183776855469 1283.15234375 1188.385986328125 103807.0 653.3243957519531 2192.3889160156245 500.38946533203125 35.19677734375 +sub-25034_ses-V3_task-cuff_run-02_bold 0.002338883826879271 0.00560433653758542 11 35.33240739844746 1.123445111210046 1.0057026639041096 0.47816306530046115 6222.2900390625 0.1272491622748219 4 0.9111617312072893 2.470767487854859 2.4488582360244497 2.6002665633413566 2.3631776641987714 0.00491038 0.01789279095828533 0.018803795799613 439 90 90 60 2.3755043283069712 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 18 95.87334396114673 21.661529541015625 65.5558853149414 14.874715805053711 311630.0 0.002277904422953725 268.41174774169906 168.16883850097656 4.116485835105834 373.7744140625 1281.7095947265625 1186.451171875 103646.0 653.5837554931641 2191.9893188476562 499.4499206542969 44.68639373779297 +sub-25034_ses-V3_task-rest_run-01_bold 0.0025134831460674155 0.009041303617977527 5 38.16780324432431 1.1315615385810802 1.0109802378153157 0.4775071050817621 6052.4072265625 0.1662746810599594 44 9.887640449438202 2.485271650496393 2.4576749023407736 2.6176040626524264 2.38053598649598 0.00986618 0.01658054068684578 0.017174888402223587 445 90 90 60 2.396788101563278 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 86.41701755211146 22.025806427001953 64.35590362548828 15.20449447631836 311960.0 0.01123595517128706 259.178982543945 161.69383239746094 4.121359068533515 371.9715881347656 1289.03125 1192.915771484375 103232.0 662.6985412597655 2197.8805297851563 497.7119140625 36.649776458740234 +sub-25034_ses-V3_task-rest_run-02_bold 0.0017287695749440713 0.004781800536912752 3 33.62519725643498 1.130810088026906 1.0205162946860986 0.4789137580925368 6346.9208984375 0.11039660101487338 2 0.44742729306487694 2.464736934796461 2.4453874028290348 2.597008230137498 2.3518151714228495 0.0111271 0.01827375590801239 0.016634995117783546 447 90 90 60 2.3964600881480917 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 81.51589831766194 21.477832794189453 65.14346313476562 14.717002868652344 311532.0 0.0 270.4573928833008 163.07960510253906 4.03486027892537 370.45989990234375 1281.98779296875 1186.94970703125 103642.0 656.7707092285156 2186.8123901367185 495.29052734375 45.86817169189453 +sub-25035_ses-V1_task-rest_run-01_bold 0.0016926410835214443 0.017354758600451468 7 64.91490143128959 1.1135120498416293 1.016023091990949 0.4448475021273904 8481.4912109375 0.6263922856774482 342 77.20090293453724 2.435625805708215 2.377754072183209 2.4810040680804226 2.4481192768610147 0.00991402 -0.016039622947573662 0.034060653299093246 443 90 90 60 2.820521155015476 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 142.40352746698184 15.669400215148926 42.0088996887207 10.911964416503906 330717.0 0.045146726071834564 170.46546325683596 99.89117431640625 3.588896679184412 270.6168212890625 1051.119873046875 994.22802734375 87487.0 585.7399658203126 1694.0099975585938 352.4959716796875 25.640621185302734 +sub-25038_ses-V1_task-cuff_run-01_bold 0.002046004514672686 0.010647110609480814 7 49.64157327158367 1.1428100234162897 1.0308407340045258 0.48083563648262395 5339.36474609375 0.38051258487384654 4 0.9029345372460497 2.3956674812634198 2.376779072221952 2.398849904678269 2.4113734668900384 0.00212796 -0.0003079171001445502 0.042461659759283066 443 90 90 60 2.6262667861895688 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 120.11913275997819 21.261789321899414 57.26655960083008 14.884876251220703 312284.0 0.06320542097091675 221.19379882812495 136.16970825195312 5.377521518375584 311.9304504394531 1161.40478515625 1099.9842529296875 103110.0 605.5383941650392 1918.2027343749996 418.83746337890625 32.870697021484375 +sub-25038_ses-V1_task-cuff_run-02_bold 0.0009296396396396397 0.00854359349099099 6 43.45954883826184 1.116651678916479 0.997533543769752 0.4814743191060658 5157.931640625 0.3159515628074033 0 0.0 2.3686883229041453 2.3597957395634754 2.3713124057725112 2.37495682337645 0.00325033 -0.00041066756239160895 0.041996173560619354 444 90 90 60 2.62380652853299 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 135.669918404308 21.634639739990234 57.227500915527344 15.078828811645508 311931.0 0.05180180445313454 221.11937713623047 136.0635528564453 5.382975757401585 314.27154541015625 1159.5367431640625 1098.854736328125 103376.0 602.3907775878906 1912.5389404296875 418.7997131347656 37.13194274902344 +sub-25038_ses-V1_task-rest_run-01_bold 0.0019048769574944067 0.008935981297539149 3 43.87753100015695 1.1567337068834092 1.0407672149327352 0.4807441668606738 5135.38134765625 0.30370572564097653 239 53.4675615212528 2.3750799883209366 2.368483239218265 2.3767874055549543 2.3799693201895904 0.00362411 -0.001251000678166747 0.04183420166373253 447 90 90 60 2.6202070716171386 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 138.4516020406995 21.56075096130371 56.585628509521484 15.14653205871582 311784.0 0.0760626420378685 216.4502265930173 134.34498596191406 5.531406767408939 313.5687561035156 1162.2762451171875 1100.3489990234375 103387.0 605.785888671875 1915.5091674804685 419.9453125 36.37281036376953 +sub-25038_ses-V1_task-rest_run-02_bold 0.0030789038031319906 0.009954718635346756 3 42.52604407571745 1.1429086827578483 1.032689684013453 0.4823868756852884 5130.84765625 0.2910214347341492 223 49.88814317673378 2.3832174857797934 2.372341572398282 2.3861790718484293 2.3911318130926684 0.00231804 -0.0008996009128168225 0.042346153408288956 447 90 90 60 2.6228696712325155 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 127.61902088836584 21.748149871826172 57.809696197509766 15.161073684692383 311494.0 0.04921700060367584 223.680986022949 135.76174926757812 5.442218306214606 313.5770263671875 1161.0997314453125 1099.7740478515625 103616.0 605.5615081787109 1917.01904296875 419.2998046875 34.928199768066406 +sub-25039_ses-V1_task-rest_run-01_bold 0.001013234624145786 0.004200634943052392 11 24.592751263584457 1.029184108652968 0.9986044394520541 0.4497052611815409 5943.296875 0.13356762072215805 12 2.733485193621868 2.952015970369907 2.7596832236733744 3.182191540217736 2.9141731472186105 0.00413332 0.009460588917136192 0.010911546647548676 439 90 90 60 2.787226153250882 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 37.5412493580471 30.016788482666016 77.43604278564453 20.665149688720703 332187.0 0.0091116176918149 348.7576538085942 172.34591674804688 0.3155939483865584 531.0957641601562 1685.1798095703125 1618.3896484375 86635.0 829.168377685547 2748.0079101562505 580.6419067382812 47.4802131652832 +sub-25041_ses-V1_task-cuff_run-01_bold 0.0008635491071428572 0.0165886984375 2 56.442389776062605 1.035662578120805 1.0072786701342278 0.5531264323141831 439.5072937011719 0.11960117195473298 0 0.0 2.6731763713218335 2.4742124016836327 2.868012386035427 2.67730432624644 0.00233335 0.00890463124960661 0.07791728526353836 448 90 90 60 2.7934698185644513 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 14.782650334064805 14.870699882507324 48.03498840332031 19.559152603149414 314368.0 7.553571701049805 208.9474380493154 75.93155670166016 1.2691806212426817 126.7161865234375 452.4493713378906 429.2332763671875 101202.0 241.25079650878905 739.6370880126952 153.6551971435547 21.104734420776367 +sub-25041_ses-V1_task-cuff_run-02_bold 0.0007351339285714285 0.019962734151785715 2 56.65442585785236 1.0157074736465337 0.9898066620134232 0.553926925233765 422.98040771484375 0.12430733580447997 0 0.0 2.7134055382905244 2.4986957340440856 2.906820717826656 2.7347001630008316 0.00219583 0.0081446198746562 0.07893752306699753 448 90 90 60 2.7876528062663306 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 14.583422474154172 15.041132926940918 47.925540924072266 19.790180206298828 314078.0 7.6339287757873535 207.1550270080564 75.0163345336914 1.2549569218128065 126.50434875488281 449.8403015136719 426.91741943359375 101366.0 240.2126235961914 736.591552734375 153.14508056640625 19.224803924560547 +sub-25041_ses-V1_task-rest_run-01_bold 0.0006564955357142858 0.013796194419642856 2 55.087006784541444 1.0389474340044738 1.006979625190157 0.5513853000367098 461.6032409667969 0.10116217055488891 7 1.5625 2.6536972046949026 2.4479540693937114 2.85800821976629 2.6551293249247068 0.00319695 0.006823979318141937 0.0786375179886818 448 90 90 60 2.805777731057545 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 15.85723570620053 14.25681209564209 47.58021545410156 19.125 314342.0 7.5401787757873535 207.31016082763676 76.21573638916016 1.2939380647689145 127.03219604492188 454.81939697265625 431.2344055175781 101138.0 246.39856185913084 741.8976776123046 153.6943817138672 23.24947738647461 +sub-25041_ses-V1_task-rest_run-02_bold 0.0006840401785714286 0.01987464776785714 2 56.454844080000015 1.0127294244071599 0.9854988022371372 0.5547014215239504 413.568115234375 0.12967517607808687 21 4.6875 2.693473593927402 2.482679068013864 2.8845040520467737 2.713237661721567 0.0047532 0.008121914230287075 0.07903123646974564 448 90 90 60 2.793714741526199 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 14.570554697389756 15.34228515625 48.27056121826172 20.01339340209961 314659.0 7.609375476837158 208.40648803710934 75.22718048095703 1.2292206888005301 127.03054809570312 449.8661804199219 426.5937805175781 100784.0 240.65748672485356 736.4397705078121 152.69692993164062 19.078411102294922 +sub-25044_ses-V1_task-cuff_run-01_bold 0.0007554853273137697 0.006384981896162528 7 31.67903001723982 1.0539193497511312 0.9933415739819 0.4720945105576241 5159.6611328125 0.13744926208406644 0 0.0 2.413036929073261 2.348237406689429 2.499912400662406 2.390960979867948 0.0133721 -0.002603536006063223 0.022716140374541283 443 90 90 60 2.5419363308505822 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 104.82365334929851 20.736352920532227 47.20008087158203 14.306998252868652 315782.0 0.006772009190171957 181.92065200805672 98.00508117675781 5.172569631411664 288.10009765625 1089.874267578125 1032.98193359375 100935.0 528.6241760253906 1797.9794921874995 406.3739929199219 41.043941497802734 +sub-25044_ses-V1_task-cuff_run-02_bold 0.0009079683972911966 0.00643722546275395 7 31.79814676142533 1.060562549705882 0.9999130392081458 0.47269387729092943 5123.92236328125 0.13910412355027055 0 0.0 2.4151466508465718 2.3482207400234243 2.5044207338165942 2.3927984786996976 0.00903292 -0.0028523695655167103 0.0237685889005661 443 90 90 60 2.540634777084082 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 119.03201767580131 20.873567581176758 48.137638092041016 14.390519142150879 316016.0 0.006772009190171957 185.57618713378906 101.43096160888672 5.273260102735618 287.1261291503906 1088.9296875 1031.8939208984375 100775.0 528.1512451171875 1800.0977661132806 406.1539306640625 41.32518768310547 +sub-25044_ses-V1_task-rest_run-01_bold 0.0011895454545454548 0.012047419590909093 10 31.38534160542141 1.013482898132118 1.055548677061502 0.4724937674337857 4811.6611328125 0.14112785705646522 11 2.5 2.44495358642588 2.3720290724107 2.531374899412199 2.43145678745474 0.00822891 -0.0020521231926977634 0.0214555561542511 440 90 90 60 2.5630706460867634 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 67.06071325679697 21.352840423583984 46.40438461303711 14.961362838745117 315668.0 0.05681817978620529 176.08760528564397 91.11346435546875 4.852927104344749 287.9920349121094 1091.3773193359375 1035.2930908203125 101019.0 528.5404418945312 1801.4988403320308 403.92486572265625 34.02231216430664 +sub-25044_ses-V1_task-rest_run-02_bold 0.00215255033557047 0.008729564675615212 3 31.19643251123319 1.0368458206053817 1.0101963950896864 0.47347254587966 4812.14599609375 0.13894805145805716 18 4.026845637583893 2.425106370619156 2.356570739691626 2.5156124000385445 2.4031359721272962 0.00629845 -0.0015853013610467315 0.02178758755326271 447 90 90 60 2.5531877687466014 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 93.99531697831782 21.4595890045166 48.402286529541016 14.941834449768066 316310.0 0.0469798669219017 186.49910202026362 98.57327270507812 4.9710047503941714 287.0576171875 1090.5755615234375 1033.4530029296875 100540.0 531.3575225830078 1801.5889404296872 404.7676696777344 35.94487762451172 +sub-25044_ses-V3_task-cuff_run-01_bold 0.003925931818181818 0.015535366409090909 10 32.1164635723007 1.038718971230068 0.9848471982915722 0.46052932691867016 4862.1806640625 0.15317334704407107 0 0.0 2.5247994155300986 2.510591566904721 2.627033228944412 2.436773450741163 0.00420785 0.0002690046967472881 0.02208072505891323 440 90 90 60 2.154807583289854 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 70.22496297470803 24.4326114654541 54.924259185791016 17.031818389892578 318028.0 0.072727270424366 210.57715682983377 112.74337768554688 12.269330792930903 344.7877197265625 1285.6339111328125 1186.5703125 98892.0 620.1582855224609 2222.660693359375 550.6590576171875 26.7762393951416 +sub-25044_ses-V3_task-cuff_run-02_bold 0.0018333712984054669 0.014053557676537586 11 32.059781031095895 1.0167111471232875 0.9773234063242008 0.4600581781291161 5330.52685546875 0.14285096608209247 0 0.0 2.5098146967395016 2.498929067368147 2.6080165630333996 2.4224984598169583 0.0030506 -2.596480044303462e-05 0.022571630775928497 439 90 90 60 2.1498785011740953 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 61.55238532535475 23.39742088317871 55.154727935791016 16.255125045776367 318160.0 0.038724374026060104 216.50343322753906 114.26075744628906 12.006144917102365 344.1021728515625 1283.149658203125 1184.528564453125 98680.0 617.1001647949219 2221.041467285155 550.9718627929688 31.915342330932617 +sub-25044_ses-V3_task-rest_run-01_bold 0.0017679999999999998 0.013149868651685393 5 29.95535041195947 1.0094983221846847 1.0203957994144137 0.4605385273718722 4977.4384765625 0.1266487877051851 6 1.348314606741573 2.5177494202491277 2.5136749001155336 2.6251415623529133 2.4144317982789367 0.00437028 0.00048410025192424655 0.020822148770093918 445 90 90 60 2.1491432743273333 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 67.33335040801117 24.081459045410156 54.734031677246094 16.885393142700195 317483.0 0.10561797767877579 210.72562103271474 112.54306030273438 11.36601180763931 344.5951232910156 1289.637939453125 1190.5640869140625 99134.0 622.224169921875 2238.052172851561 553.9686889648438 32.15010070800781 +sub-25044_ses-V3_task-rest_run-02_bold 0.0018046860986547085 0.008416928183856502 4 29.45454544739328 1.0732951237752821 1.0312789181573039 0.46083540246065796 5386.70947265625 0.11952894549149329 3 0.672645739910314 2.4850897037428776 2.4850749012519953 2.5779998975594878 2.3921943124171494 0.00558173 0.0005847587017342448 0.021804505959153175 446 90 90 60 2.1576228781182722 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 72.38378148511389 23.465673446655273 55.88053512573242 16.22421646118164 318083.0 0.017937220633029938 221.71615447997922 116.93279266357422 11.358929024399481 342.69720458984375 1282.6241455078125 1185.5426025390625 98765.0 615.7098999023438 2222.759326171872 549.4642333984375 38.715545654296875 +sub-25046_ses-V1_task-rest_run-01_bold 0.004173183856502242 0.010761055089686099 4 44.65848764121349 1.075742368247191 0.9941326208314605 0.4552926643165171 4659.3466796875 0.41984532776227546 235 52.690582959641254 3.146976986157411 2.7958998889009203 3.2900707025976694 3.354960366973643 0.015683 0.010287849232554436 0.03172746300697327 446 90 90 60 2.8930493959449755 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 46.720211941273014 29.1002254486084 69.22998809814453 20.587444305419922 331570.0 0.10313902050256729 298.8799530029287 160.08888244628906 0.6272172710011246 438.0955810546875 1441.2579345703125 1396.3431396484375 88129.0 711.7238281250001 2304.793359374999 482.6517028808594 29.592876434326172 +sub-25047_ses-V1_task-cuff_run-01_bold 0.002042729306487696 0.016856649217002233 3 58.64353104656952 1.072197274798206 1.0276508482735418 0.5223235824488902 732.7521362304688 0.12124910966408639 6 1.342281879194631 2.733949980585504 2.5493832320299457 2.958024882458652 2.6944418272679145 0.0019328 0.017899982631206512 0.07464106380939484 447 90 90 60 2.667962955016119 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 43.96801273467071 9.801095962524414 36.074440002441406 14.378076553344727 318939.0 6.2237138748168945 144.4127548217771 68.45321655273438 4.4446435263564705 113.00946807861328 433.26556396484375 407.08502197265625 98843.0 238.64542083740236 706.7266052246093 152.58193969726562 21.988983154296875 +sub-25047_ses-V1_task-cuff_run-02_bold 0.003670423162583519 0.019427685968819598 1 61.36873830205356 1.0698090028348206 1.039685536473215 0.5235729184081119 725.0289306640625 0.18978010766268993 14 3.11804008908686 2.7539499806313117 2.56355406480018 2.9784707149795406 2.719825162114213 0.00398402 0.018695004284381866 0.07505521178245544 449 90 90 60 2.656494773378703 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 39.64798757340987 10.054618835449219 36.36027145385742 14.438753128051758 319038.0 6.133630275726318 146.20880661010705 68.14057922363281 4.438417077776175 113.18959045410156 430.9742736816406 405.3140563964844 98869.0 233.76437683105468 702.1617065429687 152.57398986816406 20.488323211669922 +sub-25047_ses-V1_task-rest_run-01_bold 0.003025605381165919 0.01821906255605381 4 60.01404848424716 1.068728939842697 1.0258614906292132 0.5214484695745596 722.1412963867188 0.14822005074399622 24 5.381165919282512 2.7550944249841964 2.5651832314021097 2.981666548185883 2.718433495364596 0.00257232 0.01881878450512886 0.07423137873411179 446 90 90 60 2.6507837360690143 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 42.35029195014343 9.843017578125 35.50944519042969 14.428252220153809 318865.0 6.224215507507324 141.85605773925778 67.02234649658203 4.544062935017658 112.46172332763672 430.8231201171875 404.4731140136719 98825.0 235.12288513183594 703.2583496093748 152.58546447753906 20.915653228759766 +sub-25047_ses-V1_task-rest_run-02_bold 0.0018662416107382547 0.01608680917225951 3 59.333899527825125 1.0653311693497762 1.0269348529596412 0.5244115504156764 741.1392211914062 0.11555042571871013 17 3.8031319910514543 2.7701694247109256 2.5918082303441277 2.9904290478376927 2.728270995950957 0.0026494 0.017397351562976837 0.07842369377613068 447 90 90 60 2.6546114701574313 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 36.89556171127587 10.272078514099121 37.10310363769531 14.3803129196167 318190.0 5.897091865539551 152.1590599060058 68.98225402832031 4.331947727959422 114.63468170166016 428.8565979003906 404.53466796875 99507.0 230.79373168945312 700.5700256347654 152.38864135742188 21.572147369384766 +sub-25051_ses-V1_task-cuff_run-01_bold 0.0010525223214285714 0.026140118973214284 2 53.977824089574995 1.0208825300894853 0.9904234495525717 0.44562403107584136 1937.4073486328125 0.26292823446480096 4 0.8928571428571429 2.539416565759318 2.339583240366648 2.7445707242738915 2.534095732637416 0.00518145 -0.00911807268857956 0.042947202920913696 448 90 90 60 4.010283410886618 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 6 40.25420874245996 5.1427764892578125 21.245433807373047 9.303571701049805 352568.0 5.294642925262451 75.58627662658684 37.748680114746094 1.2134249904115935 88.11552429199219 431.2872009277344 423.60601806640625 69774.0 271.6708923339844 614.8850677490229 105.62918853759766 21.6216983795166 +sub-25051_ses-V1_task-cuff_run-02_bold 0.0013516964285714284 0.026749343750000005 2 55.654734438680116 1.0270879070246082 0.99707942362416 0.4494304778786414 1783.6185302734375 0.28909256082226664 7 1.5625 2.545072121090143 2.340891573647993 2.746508224196902 2.5478165654255327 0.00711746 -0.010888590477406979 0.04547661170363426 448 90 90 60 3.9311420657464033 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 37.27058071289882 5.513427257537842 21.964101791381836 9.620535850524902 352392.0 5.343750476837158 77.74754524230963 38.11682891845703 1.079140384114461 91.48119354248047 427.06390380859375 419.2589416503906 70011.0 265.6372985839844 613.0960083007812 106.64990997314453 20.5273380279541 +sub-25051_ses-V1_task-rest_run-01_bold 0.0006873051224944321 0.034305876614699325 1 57.94618925879464 1.0107517116517866 0.9798571245535717 0.44692059959423386 1826.2864990234375 0.3761149337335838 236 52.56124721603563 2.5747012865794523 2.358679072941181 2.782108222782285 2.5833165640148894 0.00771809 -0.010200515389442444 0.04532887041568756 449 90 90 60 4.006761001763862 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 41.77160701667745 5.593603610992432 21.64130210876465 9.648107528686523 352764.0 5.2962141036987305 75.72093505859364 38.3437614440918 1.2019778930376663 88.74812316894531 432.0460205078125 424.188232421875 69730.0 271.69900665283205 617.0123779296875 105.86735534667969 18.71332550048828 +sub-25051_ses-V1_task-rest_run-02_bold 0.0008197327394209354 0.028039478619153672 1 54.753635142611714 1.0242780925000006 0.9959877882366067 0.4490608550203513 1783.0572509765625 0.2839832554329151 177 39.42093541202673 2.5537096207469188 2.3512207399042153 2.751004057351587 2.558904064984955 0.00601326 -0.009708688594400883 0.04439268261194229 449 90 90 60 3.9647706393197466 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 35.0048697079986 5.593605041503906 21.8297119140625 9.648107528686523 352580.0 5.331848621368408 77.33184814453125 37.234249114990234 1.1499291297248613 89.03540802001953 428.34564208984375 419.7416687011719 69823.0 269.9643859863281 615.1017822265621 105.86707305908203 20.35643196105957 +sub-25051_ses-V3_task-cuff_run-01_bold 0.0005378841870824053 0.043349510467706014 1 63.35764478767864 1.0034443619196438 0.9683661553794651 0.4466574238398508 1728.4044189453125 0.2685606317015809 6 1.3363028953229399 2.5573762872678856 2.284437409224613 2.8144040548322975 2.573287397746746 0.00160544 -0.0024550356902182102 0.038128696382045746 449 90 90 60 4.237311119475642 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 41.921947555314375 4.5303568840026855 17.558176040649414 8.354120254516602 353185.0 4.714921951293945 56.02494735717762 30.608783721923828 1.173835019355269 70.88750457763672 356.5771179199219 355.1893310546875 69415.0 219.9650390625 494.420068359375 83.82362365722656 16.84708023071289 +sub-25051_ses-V3_task-cuff_run-02_bold 0.00035573660714285715 0.02871566674107143 2 61.825862261722534 1.0329330804921704 0.9937895146756154 0.44215227750376795 1935.6173095703125 0.26230135474025706 0 0.0 2.4537943469394174 2.2158457452835343 2.6821790600864466 2.463358235448272 0.00287198 -0.0004944921238347888 0.036665644496679306 448 90 90 60 4.31324678201986 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 43.417131782298476 3.7859303951263428 16.783775329589844 7.7589287757873535 353969.0 4.6495537757873535 55.143306732177635 30.841264724731445 1.2204289741744052 69.88749694824219 354.97589111328125 352.7232360839844 68605.0 224.63885192871095 491.191534423828 81.77613830566406 21.505367279052734 +sub-25051_ses-V3_task-rest_run-01_bold 0.00045530066815144764 0.03597521781737193 1 62.45298636779013 1.0039994979910731 0.9694266064285724 0.44435062416347487 1870.544677734375 0.28926986622533873 190 42.3162583518931 2.5004874006395577 2.2382915777249504 2.754308223886958 2.508862400306765 0.00287897 -0.0019411093089729548 0.03789868205785751 449 90 90 60 4.308728730538731 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 44.162198719226524 4.104398250579834 17.306446075439453 8.057907104492188 353290.0 4.737194061279297 55.23507938385008 31.46902084350586 1.3029689639154274 69.01695251464844 359.6789245605469 357.55902099609375 69202.0 225.55523376464845 497.08810882568343 82.98420715332031 18.929975509643555 +sub-25051_ses-V3_task-rest_run-02_bold 0.0011503803131991052 0.0324083129753915 3 61.813139688901344 1.0464127842376691 1.0108783206502243 0.4429554717192027 1889.5579833984375 0.26299821640121984 172 38.47874720357942 2.5054762893302063 2.254104077096618 2.748383224122396 2.513941566771604 0.00282433 -0.000489572121296078 0.03616771474480629 447 90 90 60 4.270235193034834 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 42.36412012686774 3.8640522956848145 16.763824462890625 7.843400478363037 353426.0 4.686800956726074 54.77125358581543 30.429546356201172 1.2647425717350407 68.6109848022461 353.3823547363281 351.3400573730469 69139.0 219.88501434326173 489.9771911621092 82.27591705322266 19.791221618652344 +sub-25052_ses-V1_task-cuff_run-01_bold 0.004252818791946308 0.014380091767337807 3 57.95272130085202 1.087454904843049 1.060090367354259 0.49758008687323235 1195.442138671875 0.2793296680119741 24 5.369127516778524 2.853008219964972 2.677749893595779 3.0737957111916656 2.807479055107472 0.0057793 -0.010976490564644337 0.0733751580119133 447 90 90 60 2.5112321750144635 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 29 66.76669134141916 7.641869068145752 29.563343048095703 12.344518661499023 317162.0 6.140939712524414 106.44474296569835 56.95250701904297 3.6753082419640952 138.7078857421875 472.447021484375 444.3433837890625 99196.0 236.09507751464844 793.2880554199219 176.9414825439453 22.411087036132812 +sub-25052_ses-V1_task-cuff_run-02_bold 0.0035225 0.016994939642857143 2 59.38511576642059 1.0645429082997757 1.0185841375167783 0.49777340337248854 1184.8692626953125 0.2549327274429973 25 5.580357142857143 2.8316693319240147 2.654629061181185 3.04046237918288 2.799916555407979 0.00485981 -0.010053971782326698 0.07622752338647842 448 90 90 60 2.53069912348308 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 6 71.0527097330766 7.515601634979248 29.159570693969727 12.245535850524902 317652.0 6.125000476837158 104.15949134826663 57.112098693847656 3.508432630468369 137.41539001464844 471.2994689941406 444.5201110839844 98947.0 233.42054748535156 789.4529235839843 175.6502227783203 20.465068817138672 +sub-25052_ses-V1_task-rest_run-01_bold 0.001973630289532294 0.014550158797327394 1 55.251884025959846 1.0418539779910707 1.001389141049107 0.49666865360515655 1208.888671875 0.22944784293145506 58 12.917594654788418 2.8277540543018165 2.6561790611195937 3.0335957127890705 2.7934873889967844 0.0114583 -0.01098730880767107 0.0762900859117508 449 90 90 60 2.5096729819970354 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 6 77.17557080660114 7.406408309936523 28.917659759521484 12.077951431274414 317499.0 6.104677200317383 102.7298461914059 57.43243408203125 3.621071435395465 137.72021484375 471.0470886230469 443.0735168457031 99229.0 233.17015686035154 790.6552612304687 176.54542541503906 22.713546752929688 +sub-25052_ses-V1_task-rest_run-02_bold 0.00232546875 0.01760995089285714 2 58.779140387158876 1.052760170357942 1.0006766168456376 0.49761009532815287 1205.5977783203125 0.2937809167929998 93 20.758928571428573 2.820059610163121 2.640462395077451 3.029987379599119 2.789729055812794 0.00573351 -0.010043495334684849 0.0756448358297348 448 90 90 60 2.549902926630358 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 3 72.72384031799363 7.389845371246338 28.962568283081055 12.116071701049805 317971.0 6.093750476837158 103.74442291259766 56.90964889526367 3.590913947799309 136.00558471679688 469.64447021484375 442.4620666503906 98831.0 235.41183471679688 782.825927734375 173.520263671875 21.147869110107422 +sub-25052_ses-V3_task-cuff_run-01_bold 0.001256511111111111 0.01888238822222222 0 63.52086994536749 1.0514715106904233 1.015139681848553 0.49670165755646845 1237.2735595703125 0.278881125329487 16 3.5555555555555554 2.7486819261231417 2.498116567400433 3.002795714012952 2.7451334969560404 0.00724675 0.0014458666555583477 0.07607804983854294 450 90 90 60 2.7610957178219793 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 98.2409037660536 6.025954723358154 24.00411033630371 10.075555801391602 318702.0 4.975555896759033 76.62000274658203 55.19060516357422 2.696805645166573 107.00437927246094 388.16827392578125 370.098876953125 98522.0 200.95122222900392 628.181362915039 134.03990173339844 20.39618492126465 +sub-25052_ses-V3_task-cuff_run-02_bold 0.0016831848552338528 0.02658649398663697 1 71.80843906756697 1.054047109174108 1.0092888383258936 0.49809044457090895 1201.063232421875 0.5241049637239886 75 16.70378619153675 2.8106527589501673 2.543474898931388 3.0842748774419277 2.804208500477185 0.0039682 0.0013997780624777079 0.07922084629535675 449 90 90 60 2.762101660305454 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 98.98716952840051 6.131831169128418 24.14064598083496 10.14922046661377 318464.0 5.104677200317383 76.2528961181639 55.40049743652344 2.434501540363901 107.79737091064453 385.1389465332031 368.43206787109375 98947.0 194.6730529785156 623.3467956542969 133.38763427734375 17.542203903198242 +sub-25052_ses-V3_task-rest_run-01_bold 0.0013187053571428573 0.018110569866071426 2 63.105936541230434 1.0516958696420582 1.0092592659060402 0.49517481025299076 1255.2529296875 0.25613242782268764 116 25.892857142857142 2.713455537253459 2.468595735240152 2.9683290487158676 2.703441827804357 0.0061235 -1.446327496523736e-05 0.07898373901844025 448 90 90 60 2.77816918239269 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 109.44299500161871 5.887387752532959 23.894744873046875 10.015625 319096.0 5.151785850524902 75.11384201049805 56.584903717041016 2.757903195733311 106.81685638427734 390.5688171386719 372.23663330078125 98182.0 204.13394165039062 630.8302703857422 133.98562622070312 20.901615142822266 +sub-25052_ses-V3_task-rest_run-02_bold 0.001258663697104677 0.027877554120267257 1 73.27094717526786 1.0434890925669653 0.9959586862946425 0.5000994598113803 1159.946044921875 0.5058483848438357 279 62.1380846325167 2.8263777590763026 2.560483231588871 3.091762377144401 2.8268876684956354 0.00534957 -0.0011206303024664521 0.07847975939512253 449 90 90 60 2.7651307346724674 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 4 98.99295471419401 6.329951763153076 24.337648391723633 10.3229398727417 317784.0 5.077950954437256 77.59877929687495 54.50797653198242 2.35052049379215 108.11608123779297 384.33544921875 368.5823974609375 99398.0 192.8319595336914 620.5970092773437 133.29588317871094 17.088319778442383 +sub-25054_ses-V1_task-cuff_run-01_bold 0.0008105417607223477 0.016100794898419864 7 47.91556492979634 1.0604498163348417 0.960294856447963 0.5153147092942035 1838.31103515625 0.38652347080357774 17 3.8374717832957113 2.6133049405910533 2.548995732045343 2.7183623919819837 2.5725566977458336 0.0168193 0.018535345792770386 0.023595010861754417 443 90 90 60 3.143368666906448 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 58.94812376715168 33.99945068359375 70.64105987548828 24.09480857849121 308494.0 0.1241535022854805 284.2559997558592 133.14295959472656 1.9716752928515646 266.5906066894531 1053.5621337890625 1029.1512451171875 105438.0 555.6522918701172 1627.0406494140625 327.4023742675781 25.976465225219727 +sub-25054_ses-V1_task-cuff_run-02_bold 0.0011052941176470587 0.012376438642533938 8 44.71586110625848 1.097598754739228 1.004734187437642 0.5164922603220468 1871.224853515625 0.32685931467951085 0 0.0 2.5948188385657818 2.545224898861849 2.7087082256989388 2.5305233911365566 0.0102458 0.018585670739412308 0.02351919375360012 442 90 90 60 3.1022168512748536 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 63.34382568610157 33.96232604980469 71.82923889160156 23.932126998901367 308271.0 0.0859728530049324 290.94911193847656 135.55563354492188 2.256525500479186 267.4486083984375 1049.0220947265625 1025.822509765625 105796.0 550.494384765625 1624.3450622558594 330.6724548339844 29.981830596923828 +sub-25054_ses-V1_task-rest_run-01_bold 0.0016699322799097068 0.012196300586907448 7 46.767522294004515 1.1141407410407238 1.041634215701358 0.5146368712536462 2022.020263671875 0.3921816377821465 249 56.207674943566595 2.58705355844913 2.531712399398788 2.685599893283848 2.543848382664755 0.0116519 0.017865410074591637 0.025453297421336174 443 90 90 60 3.146067276473721 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 64.98677545302854 33.20962142944336 70.01592254638672 23.422122955322266 308440.0 0.1173814907670021 281.3132156372066 132.84632873535156 1.9988382774141122 264.40521240234375 1049.1273193359375 1024.5010986328125 105500.0 552.1551971435547 1616.3469238281248 325.6434631347656 30.181957244873047 +sub-25054_ses-V1_task-rest_run-02_bold 0.0009563004484304932 0.016692113699551567 4 47.90506332069663 1.0639105801348314 0.9743435498651682 0.5185408589076896 1738.093994140625 0.40757592710673834 284 63.67713004484305 2.6064118893310586 2.5437582322534626 2.7231623917912486 2.5523150439484636 0.0120156 0.019081640988588333 0.025637364014983177 446 90 90 60 3.1749731471319715 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 59.57026757888045 35.243385314941406 72.0248031616211 24.973094940185547 308234.0 0.16143497824668884 290.2990081787109 132.6087188720703 2.0003188623335966 261.4366149902344 1045.8385009765625 1023.6054077148438 105755.0 555.7666259765625 1609.2487182617188 322.3966064453125 26.30094337463379 +sub-25055_ses-V1_task-cuff_run-01_bold 0.0007759910913140312 0.01935484855233853 1 61.7431461129688 1.0185378588839278 0.9816301616517854 0.47134996923135214 1686.2882080078125 0.3583976684304802 23 5.122494432071269 2.6238262846273996 2.4158332373367455 2.844466553637721 2.6111790629077327 0.0091724 -0.014267027378082275 0.057239990681409836 449 90 90 60 2.939925519309309 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 3 56.22050934655025 5.775214195251465 24.117063522338867 10.209354400634766 331568.0 5.683742046356201 82.15735473632805 49.11687088012695 3.4988020065490506 111.06637573242188 458.1285705566406 436.21826171875 87026.0 260.37027740478516 729.0011444091797 148.37646484375 21.087890625 +sub-25055_ses-V1_task-cuff_run-02_bold 0.0006849776785714286 0.02070965245535714 2 62.00300907944073 1.0068061745413872 0.976137049888143 0.4719796653656199 1704.971923828125 0.38737858158347227 22 4.910714285714286 2.618117951520895 2.415941570665774 2.82590822104183 2.6125040628550824 0.00629938 -0.012976414524018764 0.056524090468883514 448 90 90 60 3.0211827543661727 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 3 55.92853461031811 5.6987528800964355 23.618213653564453 10.10714340209961 331495.0 5.513392925262451 79.66652297973627 47.88222885131836 3.335833583306802 107.75013732910156 453.2583312988281 432.9844055175781 87109.0 259.995556640625 712.0759155273436 143.31536865234375 20.732418060302734 +sub-25055_ses-V1_task-rest_run-01_bold 0.0005626339285714286 0.01728802410714286 2 55.12988771105148 1.0035257664429518 0.9730600647874714 0.47066218186349496 1719.09521484375 0.2575528201122678 152 33.92857142857143 2.6329693398196428 2.4343999032656387 2.858345719752879 2.6061623964404106 0.0102837 -0.01521660853177309 0.05803784355521202 448 90 90 60 2.8590375221944355 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 4 54.17902251526888 5.715299606323242 24.182342529296875 10.15401840209961 331188.0 5.671875476837158 82.05201148986801 49.31926345825195 3.647423949753148 114.21665954589844 462.74468994140625 440.2098388671875 87367.0 256.34108581542966 745.1221374511717 153.970458984375 22.120132446289062 +sub-25055_ses-V1_task-rest_run-02_bold 0.00059421875 0.01627606205357143 2 56.205684200715865 1.0239697668232666 0.9956257014541382 0.47155013257950285 1732.879638671875 0.2894836249526645 190 42.410714285714285 2.6102929518318327 2.414795737377972 2.8270123876646207 2.589070730452906 0.0116033 -0.01353499200195074 0.05526960268616676 448 90 90 60 2.935675122794816 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 50.50442164285477 5.523355007171631 23.88479995727539 10.053571701049805 331359.0 5.674107551574707 82.99844207763657 47.903621673583984 3.3902006523669517 112.29219055175781 458.113037109375 437.146240234375 87190.0 258.10179748535154 729.610073852539 148.9073944091797 22.648513793945312 +sub-25055_ses-V3_task-cuff_run-01_bold 0.001591919642857143 0.018505133482142857 2 52.08334538328866 0.9958181842729308 0.9667034434899323 0.471082567687417 1628.719482421875 0.24260636954224538 6 1.3392857142857142 2.674019338188463 2.501249900609259 2.9164040507791817 2.6044040631769474 0.00400033 -0.01830741949379444 0.053684357553720474 448 90 90 60 2.783520072386423 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 49.94430080503467 6.310987949371338 25.037433624267578 10.743304252624512 330687.0 5.734375476837158 90.34777069091807 48.04804992675781 3.2309611494863137 120.38533020019531 480.398193359375 453.5625305175781 87343.0 268.4879486083984 787.3533752441401 162.94473266601562 21.227720260620117 +sub-25055_ses-V3_task-cuff_run-02_bold 0.0021118973214285714 0.015060321607142857 2 53.450526440134226 1.0352008812304252 0.9969692931319916 0.4713353126954373 1668.650634765625 0.2689491102144513 11 2.455357142857143 2.6258985067672795 2.4511457359335527 2.8577082197782113 2.5688415645900737 0.00404159 -0.017424792051315308 0.05296272784471512 448 90 90 60 2.8278428645730296 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 5 52.417448089870064 6.036310195922852 24.962167739868164 10.584821701049805 330846.0 5.801339626312256 91.06696701049805 49.053958892822266 3.062807577438593 119.99812316894531 477.9411315917969 453.0401916503906 87127.0 267.6575958251953 779.5442138671874 160.20606994628906 23.086669921875 +sub-25055_ses-V3_task-rest_run-01_bold 0.001960066815144766 0.01957755189309577 1 54.77161535214285 1.0102959587053568 0.9818332996428579 0.47154799293922334 1590.3797607421875 0.2814306853486925 106 23.608017817371937 2.704084614771553 2.5338957326453633 2.9558290492125727 2.6225290624567243 0.00510816 -0.0189586840569973 0.05664237588644028 449 90 90 60 2.7545106971361797 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 50.04837115051008 6.613925457000732 25.389013290405273 10.904232025146484 330397.0 5.532294273376465 91.76303100585959 49.25043487548828 3.1636790195672972 122.38401794433594 481.318603515625 454.5924377441406 87578.0 266.09097442626955 792.6123809814452 165.03469848632812 20.39299964904785 +sub-25055_ses-V3_task-rest_run-02_bold 0.002519174107142857 0.013712596830357141 2 53.64085877194629 1.0608859319686796 1.0294499604474274 0.471406081297683 1689.7666015625 0.2514654024941335 81 18.080357142857142 2.6205943403113814 2.4469249027679405 2.8534457199475876 2.5614123982186157 0.00547286 -0.01779404655098915 0.05304072052240372 448 90 90 60 2.8118512565482408 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 4 51.026555796742514 5.834437847137451 25.11022186279297 10.53125 330740.0 5.919642925262451 91.74375534057607 49.346832275390625 3.0213608467226836 120.29763793945312 479.4190979003906 453.9754638671875 87238.0 265.4129638671875 783.5897705078124 161.44981384277344 23.773168563842773 +sub-25057_ses-V1_task-rest_run-01_bold 0.0005247982062780269 0.007971642331838565 4 44.804498496876384 1.114506742808989 0.9869257221797754 0.45397512732338513 6353.6826171875 0.30817202496889995 240 53.81165919282511 2.4258063603939855 2.3845082385814886 2.4384499031047064 2.4544609394957613 0.00224471 -0.003043183358386159 0.01940016821026802 446 90 90 60 2.919632310917501 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 24 111.10280916091702 18.07378578186035 42.045433044433594 12.311659812927246 325877.0 0.0 146.19194030761727 100.75947570800781 3.0946886222402767 252.91006469726562 1038.835205078125 990.234375 90772.0 562.840399169922 1659.0221618652342 339.1622009277344 38.771156311035156 +sub-25057_ses-V3_task-cuff_run-01_bold 0.0008400451467268624 0.013076969909706545 7 39.02362309531671 1.0297630902488681 0.963107147081448 0.45445718827836484 5788.46142578125 0.325319511894899 1 0.22573363431151242 2.478011900677626 2.4244082369960056 2.4887415677729616 2.52088589726391 0.00404921 -0.0031770963687449694 0.01989184506237507 443 90 90 60 2.792233697395279 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 103.70416900697279 19.43781852722168 43.931175231933594 13.37246036529541 324698.0 0.009029345586895943 151.3363494873047 104.5754623413086 3.8085888247674617 260.36236572265625 1081.9681396484375 1022.218994140625 91784.0 590.4977630615235 1765.1228515624996 366.0916442871094 30.467227935791016 +sub-25057_ses-V3_task-cuff_run-02_bold 0.001088018018018018 0.011719579436936935 6 38.99483812925505 1.0540600603837464 0.9899320298645603 0.45479803297489513 5889.87255859375 0.30136203615199963 0 0.0 2.477607736618164 2.4306665700806547 2.49431240088493 2.507844238888907 0.00540549 -0.0037498909514397383 0.019007811322808266 444 90 90 60 2.7584991842212623 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 113.08041496832934 19.47418212890625 44.98628234863281 13.378378868103027 324882.0 0.009009009227156639 157.5110359191895 106.4698257446289 3.8198451577381913 263.57098388671875 1086.273681640625 1026.30517578125 91832.0 585.7185852050782 1775.3889038085936 372.04998779296875 32.69816589355469 +sub-25057_ses-V3_task-rest_run-01_bold 0.0009981489841986457 0.008155557516930024 7 39.1598623631222 1.0886077252488695 1.011524233348417 0.45349525949969194 6218.13720703125 0.30658700105497183 235 53.04740406320542 2.4391035819835154 2.402637404527767 2.459687402260804 2.454985939161975 0.00367616 -0.0035139531828463078 0.019830914214253426 443 90 90 60 2.809509970670804 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 118.09669437695601 18.791900634765625 43.2319221496582 12.950339317321777 324926.0 0.006772009190171957 150.04232788085938 103.59405517578125 3.784986785598596 260.1414794921875 1082.6314697265625 1022.512451171875 91598.0 594.0981231689453 1759.1838867187498 363.9449157714844 38.78593444824219 +sub-25057_ses-V3_task-rest_run-02_bold 0.0009857239819004526 0.00998205176470588 8 41.02648607882086 1.0733260423129256 0.9856357832879823 0.45534615532350553 5603.169921875 0.32476477777730284 259 58.5972850678733 2.4712827414110365 2.4342915699366103 2.4945707342079984 2.484985920088501 0.00358606 -0.0035154346842318773 0.01791442558169365 442 90 90 60 2.7533760169950745 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 122.64472683452772 19.76691246032715 45.09269332885742 13.635746955871582 324781.0 0.009049774147570133 159.72398376464844 105.5169448852539 3.848083542975834 263.15185546875 1086.4976806640625 1026.51025390625 92016.0 586.8524017333984 1776.82080078125 372.8167419433594 34.548824310302734 +sub-25058_ses-V1_task-cuff_run-01_bold 0.0009691422121896162 0.01405454401805869 7 47.52824557180997 1.0387351156561084 0.9370453042533937 0.474285609185884 3902.70849609375 0.28784475373079416 6 1.3544018058690745 2.4115077608224365 2.4635749021063287 2.371708239090115 2.3992401412708655 0.00746829 0.010765524581074715 0.023146450519561768 443 90 90 60 2.4736752422580337 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 36.438804266289004 22.89834213256836 57.77897644042969 15.94582462310791 320155.0 0.054176073521375656 236.8975189208981 119.30330657958984 4.169028245187376 306.65936279296875 1078.4967041015625 1010.2314453125 95492.0 540.0971862792969 1828.8053161621087 408.3907775878906 26.64783477783203 +sub-25058_ses-V1_task-cuff_run-02_bold 0.002182004504504505 0.01217040536036036 6 46.906099022460445 1.096366381354401 1.0273431305417604 0.4778934171342325 3432.281982421875 0.2763827980130104 2 0.45045045045045046 2.402941099821685 2.4573207356881803 2.379066572131055 2.3724359916458186 0.00571814 0.011771832592785358 0.022867055609822273 444 90 90 60 2.495998627916395 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 35.670858764724436 24.234201431274414 60.06122970581055 17.075450897216797 319822.0 0.11936937272548676 246.925562286377 123.11912536621094 4.015216221062033 303.99688720703125 1072.3126220703125 1006.7803955078125 96032.0 540.079867553711 1815.7060119628904 403.35565185546875 27.96886444091797 +sub-25058_ses-V1_task-rest_run-01_bold 0.002156447963800905 0.012137436063348417 8 45.92112258770974 1.1043258406349215 1.0256105527664399 0.4750429883538332 3912.716796875 0.2547131142145741 140 31.67420814479638 2.385516101542271 2.4375207364749616 2.3517665732158592 2.3672609949359926 0.0034809 0.014671999961137772 0.02332327887415886 442 90 90 60 2.5248049802165897 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 39.462304004186784 22.35308074951172 56.881103515625 15.708145141601562 319454.0 0.07013574987649918 231.4736503601074 122.2727279663086 3.889746774470537 297.17791748046875 1062.4417724609375 999.083740234375 96010.0 533.0044311523437 1793.2039001464846 395.7052307128906 29.985666275024414 +sub-25058_ses-V1_task-rest_run-02_bold 0.0019192376681614349 0.010276235739910313 4 47.48705288319098 1.1410704077078662 1.0074049275730337 0.4773420318341958 3548.6572265625 0.26779861361195306 167 37.44394618834081 2.3823063844593455 2.4434832362380328 2.3613999061663984 2.3420360109736054 0.00379809 0.010924223810434341 0.023207800462841988 446 90 90 60 2.4859451037072 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 34.777778320898534 23.828014373779297 60.172096252441406 16.663677215576172 320207.0 0.06950672715902328 249.87714233398455 123.79029846191406 4.0427990445371655 305.76507568359375 1074.7991943359375 1009.1345825195312 95745.0 539.1318603515625 1824.684814453125 405.9338684082031 31.639427185058594 +sub-25058_ses-V3_task-cuff_run-01_bold 0.0020418820861678004 0.014592874512471652 9 45.95950502068182 1.0670047565454546 0.9770923213409096 0.4660559107787005 4983.1806640625 0.25652622843537043 0 0.0 2.4026272093773358 2.4643290687430275 2.3632249060938793 2.3803276532951014 0.00453957 0.006854739040136337 0.028678713366389275 441 90 90 60 2.446073747897583 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 48.360914246401826 20.376537322998047 50.97115707397461 14.226758003234863 319612.0 0.07482993602752686 198.06802368164062 107.46012878417969 5.161500390471833 303.8611145019531 1088.5972900390625 1017.8355712890625 95856.0 549.7823333740234 1851.1405944824219 416.1077575683594 27.52568244934082 +sub-25058_ses-V3_task-cuff_run-02_bold 0.0022201583710407245 0.011927273552036198 8 45.83883217195007 1.1061196258503403 1.0066512034920634 0.4668383237379202 4961.06494140625 0.2602787381893232 3 0.6787330316742082 2.379235550270355 2.447849902731184 2.3428999069015224 2.346956841178359 0.00593786 0.004039635881781578 0.028516506776213646 442 90 90 60 2.4261006863105257 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 42.04551121417869 20.608842849731445 53.33114242553711 14.300905227661133 320415.0 0.03846153989434242 210.76562194824197 110.63043975830078 5.318941240330339 307.42523193359375 1102.686767578125 1028.5384521484375 95217.0 566.0167602539062 1886.0489257812499 423.9449157714844 29.018260955810547 +sub-25058_ses-V3_task-rest_run-01_bold 0.0022027964205816554 0.008742374228187919 3 43.561653025919284 1.1395911663004477 1.0431690614798206 0.4663554069268287 4858.576171875 0.2204245639807636 99 22.14765100671141 2.3538286129996013 2.427704070198374 2.3178499078969197 2.31593186090351 0.0038534 0.008661436848342419 0.027626993134617805 447 90 90 60 2.483965121886683 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 47.358754504544045 20.436363220214844 50.6899528503418 14.289709091186523 319606.0 0.07382550090551376 196.65492630004883 107.89186096191406 5.029824110502448 298.4905700683594 1081.8553466796875 1014.4138793945312 95834.0 550.2343444824219 1831.60436401367 408.3827819824219 34.634769439697266 +sub-25058_ses-V3_task-rest_run-02_bold 0.004508094170403588 0.011263111143497756 4 41.98429378543818 1.1598991776179775 1.095279074449438 0.4678016967737818 4880.45751953125 0.21419299600001904 88 19.730941704035875 2.3817466608313382 2.4480624027227402 2.3479540733673545 2.349223506403919 0.00385658 0.004298894666135311 0.02747630700469017 446 90 90 60 2.4347408606307335 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 40.173460441479214 20.91931915283203 53.03667449951172 14.531391143798828 319763.0 0.06278027594089508 209.9343109130857 108.00989532470703 5.374720303214557 306.4731750488281 1101.529296875 1028.99560546875 95753.0 563.498681640625 1876.8260986328119 422.62823486328125 31.642330169677734 +sub-25059_ses-V1_task-cuff_run-01_bold 0.0006857692307692308 0.005919020407239819 8 27.269409270521564 0.992119614603175 0.9637940437868483 0.4330021860848381 10622.7578125 0.20496678581535044 1 0.22624434389140272 2.9277354260179203 2.6916332263774385 3.2289332050270554 2.8626398466492673 0.0117211 -0.004236265551298857 0.030172064900398254 442 90 90 60 2.757963603584182 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 64.12472049501463 20.44783592224121 57.88770294189453 14.033937454223633 335455.0 0.009049774147570133 273.2199127197265 142.4691162109375 0.837170707802775 453.585693359375 1534.4102783203125 1463.3111572265625 83210.0 741.0018280029296 2505.9368652343755 530.573486328125 40.398353576660156 +sub-25059_ses-V1_task-cuff_run-02_bold 0.0018275227272727275 0.008123208113636364 10 28.14061168774487 0.9852967995216407 0.9807006004328014 0.4334393680849545 10883.80859375 0.24760576219159414 5 1.1363636363636365 2.947510421272565 2.70723322575755 3.252729037414827 2.882569000645319 0.0105537 -0.004855617880821228 0.03270277753472328 440 90 90 60 2.7479637358732987 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 78.87366602990859 19.99491310119629 58.68216323852539 13.845454216003418 335535.0 0.03181818127632141 277.35818176269504 144.78485107421875 0.9118320445888104 454.0318298339844 1530.978759765625 1457.366943359375 83156.0 744.9624938964844 2502.7470703125 530.3411254882812 35.47893524169922 +sub-25059_ses-V1_task-rest_run-01_bold 0.0011008823529411764 0.008572140429864254 8 27.006854375328825 0.9797411289795922 0.9546916544444449 0.43161797255149503 10146.576171875 0.18932523925066896 44 9.95475113122172 2.9480201503952905 2.7248040583926816 3.2715207033347804 2.8477356894584087 0.00329276 -0.0039579980075359344 0.02775292657315731 442 90 90 60 2.725426694293625 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 54.899157797562964 20.44783592224121 56.63624572753906 14.323530197143555 336172.0 0.09954751282930374 266.38111267089846 132.44615173339844 0.9296696793494217 465.8221435546875 1547.579833984375 1470.411865234375 82625.0 758.34755859375 2541.97470703125 539.512939453125 34.574649810791016 +sub-25059_ses-V1_task-rest_run-02_bold 0.0014950904977375566 0.00847125536199095 8 28.356322723015868 0.98949910628118 0.9800470878458049 0.4337731252230588 10511.5458984375 0.2663097882778281 143 32.35294117647059 2.9410326472001525 2.709337392340605 3.2485457042477246 2.8652148450121278 0.0202249 -0.004301761277019978 0.026903290301561356 442 90 90 60 2.7957717636787907 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 42.823754059057244 20.377395629882812 57.543983459472656 14.210408210754395 335831.0 0.06334841996431351 274.3133544921875 132.9213104248047 0.8136999839891752 449.16131591796875 1536.073974609375 1465.719482421875 82970.0 756.7653015136718 2496.580346679688 524.259765625 33.993377685546875 +sub-25059_ses-V3_task-cuff_run-01_bold 0.0007677097505668935 0.0062332423582766435 9 26.666743165749992 0.9837424851818184 0.9643158573636357 0.43868528463131656 10692.9921875 0.21213584660691892 0 0.0 2.9558007035985607 2.7492040574231127 3.260179037118791 2.858019016253779 0.0168775 -0.01209670677781105 0.03195715323090553 441 90 90 60 2.7053921711967432 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 48.97933293093558 21.83560562133789 67.88573455810547 14.988662719726562 334933.0 0.011337868869304657 331.4439880371092 160.47671508789062 0.8546912662104096 492.35516357421875 1637.3092041015625 1560.4013671875 83897.0 787.4848388671875 2707.792724609375 576.7711181640625 39.81361770629883 +sub-25059_ses-V3_task-cuff_run-02_bold 0.001517687074829932 0.006867598049886622 9 27.664066626818173 0.9921298365909085 0.9837006460227282 0.43956638849842994 10198.376953125 0.25196412599276274 2 0.45351473922902497 2.966064588864262 2.7613748902728203 3.2626165370219335 2.8742023392980327 0.0175224 -0.0112687973305583 0.03183048218488693 441 90 90 60 2.7085660255561406 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 50.49246078165411 22.054128646850586 68.20985412597656 15.253968238830566 334812.0 0.04535147547721863 332.43435974121195 161.44850158691406 0.8840453417459453 489.18817138671875 1628.7188720703125 1551.328857421875 83960.0 783.5507995605468 2688.9400390625 572.7457275390625 36.367164611816406 +sub-25059_ses-V3_task-rest_run-01_bold 0.000942857142857143 0.006050823514739229 9 26.66653940468182 1.000770112045455 0.9721130981818186 0.43744012097063995 10408.1611328125 0.19552986900030261 46 10.430839002267573 2.9482854304904174 2.7490748907615785 3.2597623704686813 2.836019030240993 0.00679079 -0.011548229493200779 0.02676090970635414 441 90 90 60 2.693172113703971 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 34.076513839141725 22.09783363342285 66.19586944580078 15.19727897644043 335277.0 0.022675737738609314 323.0916076660157 150.46096801757812 0.8250417952375755 499.1781005859375 1651.52880859375 1573.181396484375 83796.0 792.6366271972656 2740.2006225585938 584.1334838867188 44.4774284362793 +sub-25059_ses-V3_task-rest_run-02_bold 0.0012951357466063347 0.007476085067873304 8 29.56124834265306 1.016017465351474 0.9995298456235837 0.4399196431085815 9963.71484375 0.2799602933453547 148 33.484162895927604 2.964006259648448 2.763408223525356 3.274720703207624 2.853889852212364 0.010494 -0.011163415387272835 0.027546919882297516 442 90 90 60 2.714404619778484 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 31.976398630880105 22.457063674926758 68.26203155517578 15.56787395477295 335090.0 0.06334841996431351 338.4992263793945 154.4640350341797 0.8404512278532459 493.02569580078125 1641.3167724609375 1565.0521240234375 83930.0 793.2124816894532 2716.773352050782 576.5694580078125 36.161285400390625 +sub-25060_ses-V1_task-cuff_run-01_bold 0.0010683031674208145 0.007153669728506787 8 38.2971204902041 1.156087294195011 0.9921679594557823 0.441165448661342 10845.0751953125 0.16589060515564563 0 0.0 2.5123119070881006 2.5063874004051128 2.5487873987202883 2.4817609221388994 0.00691833 -0.016633151099085808 0.04134592413902283 442 90 90 60 2.446606127166163 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 132.94052724349783 14.72874927520752 44.737449645996094 10.178733825683594 327634.0 0.0067873308435082436 180.74152145385716 115.31561279296875 5.498968667357962 312.9565734863281 1140.8062744140625 1070.98193359375 90221.0 554.0701293945312 1932.7218017578125 437.73944091796875 40.42346954345703 +sub-25060_ses-V1_task-cuff_run-02_bold 0.0074746726862302505 0.012991060316027087 7 41.245351299592784 1.1220250263348421 1.0680124627149319 0.44258855015676557 10447.7802734375 0.22277878237872342 9 2.0316027088036117 2.546443839892813 2.526574899602934 2.579237397510314 2.5335192225651917 0.0197509 -0.017912181094288826 0.04242570325732231 443 90 90 60 2.4133984997777507 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 143.34672931890893 14.929771423339844 45.86996841430664 10.395033836364746 327401.0 0.031602710485458374 184.37246704101562 117.77274322509766 6.198441002080118 313.36785888671875 1142.8642578125 1069.009033203125 90251.0 561.2099609375 1945.4153442382812 442.94512939453125 29.995624542236328 +sub-25060_ses-V1_task-rest_run-01_bold 0.0014476975169300224 0.009732327494356659 7 38.19812614126694 1.1207121579638006 0.9914560952714927 0.44083474051063604 11085.2490234375 0.16644206187221283 2 0.45146726862302483 2.509325794218101 2.500629067300595 2.5361373992229543 2.491210916130755 0.00554022 -0.016938989982008934 0.040726494044065475 443 90 90 60 2.4736970705895365 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 135.9160313343985 14.692152976989746 44.41049575805664 10.16704273223877 328068.0 0.011286681517958641 178.76072692871094 113.91639709472656 5.617740385892263 310.0814514160156 1146.42431640625 1075.8521728515625 89624.0 569.955111694336 1940.2989990234366 434.9142761230469 34.92432403564453 +sub-25060_ses-V1_task-rest_run-02_bold 0.0017328187919463088 0.010297032416107384 3 39.01977315831841 1.1332405726008978 0.999513542443946 0.44273447362383 10625.140625 0.16959540265215545 3 0.6711409395973155 2.523885511662959 2.5125624001597404 2.5467498988012514 2.5123442360278854 0.00870802 -0.01710166037082672 0.040655381977558136 447 90 90 60 2.4405438842599136 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 130.08941021078655 14.855873107910156 45.448490142822266 10.290827751159668 327656.0 0.011185682378709316 184.54977416992188 115.21038818359375 5.785553446947679 310.6864318847656 1134.9683837890625 1063.8299560546875 90097.0 559.1006469726562 1920.2841308593745 435.89630126953125 33.50077819824219 +sub-25060_ses-V3_task-cuff_run-01_bold 0.010675789473684208 0.00629491 5 36.60257699666667 1.1297734911111112 1.080992816111111 0.44435498368054444 10495.88671875 0.20124406931188185 0 0.0 2.4184549742310693 2.412495737469366 2.4006582379397456 2.442210947284096 0.0102156 -0.017770009115338326 0.04067724570631981 19 90 90 60 2.783494017795056 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 143.59576902176698 14.279801368713379 39.98945617675781 9.736842155456543 328582.0 0.0 159.6842041015625 99.27082824707031 2.37335855513608 283.4892272949219 1051.725341796875 1011.0526123046875 89259.0 514.5789794921875 1709.3736694335935 363.22943115234375 44.47731018066406 +sub-25060_ses-V3_task-cuff_run-02_bold 0.0006595681818181817 0.009773434204545453 10 34.63357983642367 1.0369334805011396 0.9496858243280182 0.4455107371230399 9323.0546875 0.17534213671123253 0 0.0 2.4497216330574116 2.4473624027505556 2.426383236917526 2.4754192595041533 0.00358588 -0.01685790717601776 0.0417882464826107 440 90 90 60 2.7775089540782147 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 169.04640692196242 14.755261421203613 40.12582015991211 10.290908813476562 328324.0 0.03863636404275894 157.4012443542479 98.71473693847656 2.3976317191103647 283.109619140625 1045.434326171875 1005.706787109375 89549.0 512.8427124023438 1700.4245361328121 362.08746337890625 34.551265716552734 +sub-25060_ses-V3_task-rest_run-01_bold 0.0007538863636363635 0.0072419557954545456 10 34.37104938558084 1.080246056993167 0.9906515095216398 0.44369779316868463 9983.189453125 0.17563641796990878 6 1.3636363636363635 2.4314813618291318 2.4350707365723157 2.41327073743857 2.4461026114765096 0.00181378 -0.01594383269548416 0.04160083830356598 440 90 90 60 2.8108154740306213 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 158.32546724118015 14.44863224029541 39.125282287597656 9.972726821899414 329054.0 0.006818181835114956 155.10772094726542 97.03705596923828 2.1509970189601573 276.3604431152344 1040.160888671875 1001.3135986328125 89083.0 507.169515991211 1684.998986816406 356.2339782714844 40.606597900390625 +sub-25060_ses-V3_task-rest_run-02_bold 0.001402134831460674 0.01228653426966292 5 34.49472929567567 1.0365744587162171 0.9821304614414423 0.44485544554192813 9359.537109375 0.1589788513299577 9 2.0224719101123596 2.4605757944333413 2.4542207358113632 2.4276290702013545 2.499877577287307 0.00226442 -0.015831375494599342 0.04132819548249245 445 90 90 60 2.7998197503335644 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 177.90582651640136 14.885993957519531 39.785072326660156 10.37528133392334 328755.0 0.04269662871956825 153.53842926025385 97.67521667480469 2.2776239473862603 281.7894287109375 1046.4937744140625 1006.542724609375 89160.0 513.7112304687499 1699.5718139648438 359.50067138671875 31.163639068603516 +sub-25061_ses-V1_task-rest_run-01_bold 0.0019412217194570138 0.017971766809954753 8 32.60551504088435 1.0669648437188208 1.0994736277551016 0.39343421957791097 16308.79296875 0.22895656093724367 101 22.850678733031675 2.4100605407248428 2.4712165684693432 2.370129072486199 2.3888359812189854 0.00822217 -0.0045120553113520145 0.008456635288894176 442 90 90 60 3.2470111745967203 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 15 75.30428186415777 12.897298812866211 34.04343795776367 8.923077583312988 355201.0 0.029411766678094864 137.73077392578125 79.70572662353516 2.4566487970950774 259.4151306152344 1134.09228515625 1112.2330322265625 66707.0 597.8635986328125 1730.776965332031 342.5379943847656 29.597455978393555 +sub-25061_ses-V3_task-cuff_run-01_bold 0.0018563288288288287 0.020112132432432435 6 39.45068860115123 1.09462331006772 1.0002756816252827 0.39481380613914946 11370.7822265625 0.215401093527976 0 0.0 2.459221626972775 2.523020733077497 2.3504999065995253 2.5041442412413017 0.00500679 -0.005952476989477873 0.008506570011377335 444 90 90 60 3.15364418396212 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 65.33931262168996 13.540432929992676 32.392547607421875 9.349099159240723 357499.0 0.022522523999214172 129.67995910644484 70.03621673583984 2.0046865908264575 230.43443298339844 996.501953125 974.8941650390625 65435.0 500.50136108398436 1530.7327270507806 309.1302185058594 28.621925354003906 +sub-25061_ses-V3_task-cuff_run-02_bold 0.002083198198198198 0.026256169819819822 6 42.43882689462756 1.0864441552595943 0.9819620015124155 0.3959908490024263 10694.7255859375 0.279106618250608 4 0.9009009009009009 2.484525787909451 2.5443082322316077 2.3813457387071555 2.527923392789591 0.00372598 -0.006699309218674898 0.008766661398112774 444 90 90 60 3.185976988524574 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 18 54.37326233271929 13.87435245513916 32.46247482299805 9.641892433166504 357775.0 0.06081081181764603 129.34595489501947 67.81505584716797 2.0736974511867245 229.55630493164062 995.7611083984375 974.87841796875 65203.0 503.4750183105469 1523.4122436523435 305.9880676269531 25.666656494140625 +sub-25061_ses-V3_task-rest_run-01_bold 0.001920157657657658 0.015192816531531532 6 35.256053567291175 1.0839061199548532 0.9856460206094816 0.39375184917740824 11507.9404296875 0.15679107296126713 34 7.657657657657658 2.436914687553937 2.5020165672454606 2.3254165742629143 2.4833109211534365 0.00580564 -0.0061049629002809525 0.00796560849994421 444 90 90 60 3.1497829788710376 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 72.79981612975381 13.38683032989502 32.05546951293945 9.198198318481445 357717.0 0.009009009227156639 127.83243560791023 70.83366394042969 2.15444475699832 228.9351806640625 993.15625 970.68359375 65294.0 503.02342681884767 1526.276623535156 308.1723937988281 33.14365768432617 +sub-25061_ses-V3_task-rest_run-02_bold 0.0019483752860411899 0.023756411212814642 13 41.39088062412843 1.092588194954129 0.97350820428899 0.3959330787148788 10680.015625 0.2758425787349997 154 35.24027459954233 2.4761007908411705 2.546483232145181 2.3669665726118656 2.5148525677664644 0.00305332 -0.007957580499351025 0.007650046143680811 437 90 90 60 3.169394480350284 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 15 56.71584050274428 13.781075477600098 32.07061004638672 9.53775691986084 357343.0 0.03661327064037323 129.59655761718727 66.72453308105469 2.1189498957827624 226.84149169921875 991.3934326171875 970.7848510742188 65697.0 493.85947265625003 1518.4937744140625 306.2974548339844 26.422163009643555 +sub-25062_ses-V1_task-rest_run-01_bold 0.0017342567567567569 0.016206475765765765 6 51.72549637374722 1.1434679263656877 0.9794149360948077 0.4233133867345277 4942.73193359375 0.3354309575525721 224 50.450450450450454 2.5155396686261624 2.599924896688267 2.3838415719413133 2.5628525372489057 0.00646779 -0.01099623367190361 0.020251398906111717 444 90 90 60 2.783600283407642 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 77.69071651437656 20.04852294921875 40.037353515625 13.826577186584473 345691.0 0.022522523999214172 150.37612915039062 75.59852600097656 3.175618823756337 262.74456787109375 1010.4732055664062 977.3626708984375 73876.0 463.7010269165039 1617.4291381835938 351.1122131347656 27.30134391784668 +sub-25064_ses-V1_task-rest_run-01_bold 0.0009236547085201795 0.005713222556053812 4 31.761492907033748 1.1013911502696627 1.004357188179775 0.4769028706668208 7214.6728515625 0.11629947925383465 4 0.8968609865470852 2.5260785560358077 2.444166569544213 2.565879064707793 2.5681900338554167 0.0156129 0.008571751415729523 0.02954862080514431 446 90 90 60 2.77098151416091 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 37.82495012356603 19.307071685791016 55.388710021972656 13.356502532958984 314188.0 0.011210762895643711 225.18767700195173 130.7453155517578 2.1107688312359913 336.58392333984375 1193.1597900390625 1145.986572265625 102401.0 593.6793823242188 1941.520263671875 413.56500244140625 41.892154693603516 +sub-25067_ses-V1_task-cuff_run-01_bold 0.0025879043280182235 0.006124255261958997 11 28.625702670867597 1.0991355576940642 1.0288848273287672 0.4645445758672495 6712.24951171875 0.10851718514056022 1 0.22779043280182232 2.424026292566738 2.4849207345914546 2.420537403816485 2.3666207392922747 0.0120374 0.012015106156468391 0.016653990373015404 439 90 90 60 2.375314576123723 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 14 64.01009691521982 19.55751609802246 57.65342712402344 13.489749908447266 319725.0 0.0091116176918149 241.6783691406247 140.21817016601562 6.542671167160028 340.6271057128906 1205.792236328125 1126.473876953125 95864.0 612.1851959228516 2056.4634521484377 474.239501953125 44.09929656982422 +sub-25067_ses-V1_task-cuff_run-02_bold 0.0021465462753950336 0.0069503769525959365 7 29.763443856221695 1.0758068036425346 1.0258488277828057 0.46490724489463103 6609.5625 0.1262563301982582 0 0.0 2.4435874029005604 2.502383233897558 2.4473457360845514 2.381033238719573 0.00995021 0.013212156482040882 0.014809483662247658 443 90 90 60 2.360090342056717 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 8 49.92482029558438 20.957237243652344 61.31496047973633 14.465011596679688 319415.0 0.022573363035917282 257.40924682617185 145.68670654296875 6.626969992372823 362.8946838378906 1278.968505859375 1196.348876953125 96408.0 632.7855834960938 2182.9420654296873 506.90545654296875 39.32945251464844 +sub-25067_ses-V1_task-rest_run-01_bold 0.0035522869955156955 0.007891912869955157 4 30.250872339707847 1.082882606404494 1.0087863389213492 0.4626558619014951 7253.783203125 0.1305731824451595 23 5.15695067264574 2.448354069377817 2.5064540670691304 2.4437207362285958 2.3948874048357247 0.0126755 0.014038079418241978 0.013343784026801586 446 90 90 60 2.378669772656658 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 13 53.796673332573846 20.241178512573242 59.345069885253906 13.928252220153809 319088.0 0.006726457737386227 251.09485015869126 145.90736389160156 6.148021005005665 367.15020751953125 1288.450927734375 1206.141357421875 96573.0 639.4377075195313 2194.961962890625 507.0628662109375 37.700592041015625 +sub-25067_ses-V1_task-rest_run-02_bold 0.00431957399103139 0.007710672511210763 4 32.10551783516853 1.1045460046741564 1.0269857012584271 0.4655614399100995 6165.5390625 0.14731052985085594 32 7.174887892376682 2.4207943482507197 2.4839415679636967 2.420349903823936 2.3580915729645264 0.0119994 0.01258656196296215 0.014515933580696583 446 90 90 60 2.3897243295694732 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 10 46.90443732602093 21.52432632446289 61.15571594238281 14.921525001525879 319658.0 0.03363228961825371 257.9745544433585 143.45603942871094 6.439823922750211 362.68231201171875 1279.896728515625 1197.4283447265625 95944.0 648.5420959472656 2179.615295410156 501.07122802734375 38.054420471191406 +sub-25067_ses-V3_task-cuff_run-01_bold 0.0038626696832579186 0.008108293212669683 8 32.4421632425397 1.093861869637188 1.0602542439909302 0.47209563386877085 7409.84228515625 0.16826480376804218 10 2.262443438914027 2.3493091653323144 2.37779573884822 2.337074907132987 2.3330568500157356 0.00710209 0.013690965250134468 0.01945476420223713 442 90 90 60 2.8167588792456923 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 66.71247335779294 17.479276657104492 51.352909088134766 12.056561470031738 317798.0 0.015837104991078377 205.4211608886718 126.55475616455078 3.467527117848725 281.2785339355469 1103.75537109375 1049.466064453125 97431.0 589.2998046875 1774.658447265625 372.577392578125 38.21370315551758 +sub-25067_ses-V3_task-cuff_run-02_bold 0.0046219501133786854 0.010202527845804988 9 33.75353087945454 1.0969797187045454 1.0357703115454544 0.47182657410361906 7247.45263671875 0.18841731253664837 12 2.7210884353741496 2.347899442878848 2.36907073919492 2.340124907011791 2.3345026824298336 0.0124652 0.013188625685870647 0.019423071295022964 441 90 90 60 2.8230692042321777 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 63.8555730227975 17.55421257019043 51.19712829589844 12.125850677490234 318216.0 0.013605441898107529 204.6768684387207 125.5118408203125 3.4609324355092177 280.465576171875 1103.453125 1049.340087890625 97116.0 590.9722137451172 1775.2795104980469 371.699951171875 34.42058181762695 +sub-25067_ses-V3_task-rest_run-01_bold 0.004098654708520179 0.009173042847533633 4 32.31861716285393 1.0622952891235955 1.0329614651011232 0.4719857633404166 7504.3427734375 0.16540643385449602 29 6.502242152466367 2.37833693717419 2.4009957379263347 2.3768874055509803 2.3571276680452553 0.00564722 0.013328795321285725 0.019566750153899193 446 90 90 60 2.7911567210526176 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 65.27715357315226 17.385671615600586 51.51203536987305 12.08296012878418 317719.0 0.03363228961825371 204.11683197021478 126.38885498046875 3.4878921944128187 282.7282409667969 1107.1142578125 1052.1939697265625 97442.0 584.4450897216797 1787.2824829101562 376.97222900390625 35.7230339050293 +sub-25067_ses-V3_task-rest_run-02_bold 0.005336868008948546 0.009628771364653245 3 33.32778498318386 1.1035040551121074 1.0419481271973101 0.4721512645160388 7261.462890625 0.18053658698595673 44 9.843400447427292 2.34784250005758 2.3704957391382955 2.34668740675102 2.3263443542834255 0.0103264 0.012948079034686089 0.018470870330929756 447 90 90 60 2.815034418209832 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 18 57.562315851035585 17.592220306396484 51.40119934082031 12.120805740356445 318070.0 0.011185682378709316 207.18367233276362 124.32547760009766 3.5437586048264915 280.0608825683594 1103.25390625 1048.9105224609375 97122.0 588.6604187011718 1774.4189697265622 372.6082763671875 35.242149353027344 +sub-25068_ses-V1_task-cuff_run-01_bold 0.00346789592760181 0.01804159746606335 8 46.127447491678005 1.0939130214965989 1.0408930357596378 0.4499844842380205 5511.91552734375 0.414282199430727 20 4.524886877828054 2.4279285743594246 2.383204071966645 2.4049874044343866 2.495594246677242 0.00931772 -0.008382742293179035 0.02838066592812538 442 90 90 60 3.353924042640452 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 153.3110451787087 18.410097122192383 42.18882369995117 12.897059440612793 333326.0 0.07466063648462296 146.19796752929688 106.0638198852539 1.8660178014726005 221.05532836914062 979.2108764648438 958.59619140625 84954.0 532.2661956787109 1481.0518798828123 285.8116455078125 26.60359764099121 +sub-25068_ses-V1_task-cuff_run-02_bold 0.0032855328798185946 0.018414816054421766 9 47.751737083204524 1.0941356932727266 1.0124508460454547 0.44922250484347037 5944.54248046875 0.4529752544895968 37 8.390022675736962 2.423573019438051 2.377633238854677 2.3998124046400227 2.4932734148194537 0.00685979 -0.008958876132965088 0.027764732018113136 441 90 90 60 3.36684933862377 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 157.6672181858299 17.989580154418945 41.405582427978516 12.360544204711914 333209.0 0.013605441898107529 146.22449340820287 103.11754608154297 1.9250951809635417 216.1018524169922 975.527099609375 956.4013671875 85026.0 528.8123779296875 1473.4081726074219 284.0625305175781 26.996191024780273 +sub-25068_ses-V1_task-rest_run-01_bold 0.004162285067873303 0.01697884212669683 8 54.74631306473918 1.1430462291156456 1.0490590588662139 0.4484688433005069 6173.283203125 0.5655041559678897 336 76.01809954751131 2.4257452381599376 2.376529072231886 2.3902499050200023 2.510456737227925 0.00701831 -0.009385607205331326 0.02729172073304653 442 90 90 60 3.377860887396778 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 15 157.6211354815718 17.68389129638672 41.224979400634766 12.271493911743164 333363.0 0.027149323374032974 145.19570770263633 104.08938598632812 1.8401763935022828 218.88011169433594 982.3506469726562 962.3326416015625 85008.0 534.9891418457031 1480.9227966308592 284.8924255371094 27.435375213623047 +sub-25068_ses-V1_task-rest_run-02_bold 0.0027540715883668907 0.018871007762863535 3 42.48275425399103 1.054420561322869 1.0038334932511217 0.44921383930033826 5901.357421875 0.3318226223040805 186 41.61073825503356 2.4353702383180553 2.390116571691967 2.4082582376377486 2.50773590562445 0.00768949 -0.00882447138428688 0.025851033627986908 447 90 90 60 3.34488737090545 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 155.54085272394556 18.053253173828125 40.9898796081543 12.409396171569824 333213.0 0.008948545902967453 145.2693542480468 99.44200134277344 1.9258990732940022 218.4798583984375 976.94384765625 958.0201416015625 85091.0 524.2964172363281 1473.7841186523438 286.4115905761719 27.239784240722656 +sub-25070_ses-V1_task-cuff_run-01_bold 0.0008436711711711711 0.006631709121621621 6 39.76333154437927 1.0662095550790072 0.9904142796388251 0.48021925960909634 2406.135986328125 0.35495396896861114 14 3.1531531531531534 3.1394006411513087 2.8659998861153966 3.4165956975700182 3.1356063397685117 0.0079548 -0.0032222960144281387 0.046989019960165024 444 90 90 60 2.815146681893746 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 29.476001119036667 38.51593780517578 95.54440307617188 27.263513565063477 331466.0 0.11261261254549026 443.45835876464844 188.88499450683594 0.5918851239684955 421.68341064453125 1386.0653076171875 1338.6790771484375 87254.0 669.7068664550783 2251.2099243164057 475.5245666503906 36.68006896972656 +sub-25070_ses-V1_task-cuff_run-02_bold 0.0012519864559819415 0.008209504672686229 7 42.708496956742096 1.0967941369909504 1.0061362242760181 0.4810643105374995 2295.48779296875 0.40654068097155266 21 4.74040632054176 3.1418339722885436 2.858416553083398 3.420912364065156 3.1461729997170766 0.00767589 -0.002609454095363617 0.04727428779006004 443 90 90 60 2.8106253162648125 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 31.195179737099807 39.478050231933594 96.25296783447266 27.79684066772461 331427.0 0.06997742503881454 447.2440307617188 190.8605194091797 0.6057404701148799 419.78057861328125 1384.014892578125 1334.697509765625 87289.0 670.0112915039062 2250.0401855468745 474.8729248046875 34.6536865234375 +sub-25070_ses-V1_task-rest_run-01_bold 0.0007181715575620769 0.009471800428893907 7 38.14424244631223 1.0280562534162883 0.9602032764479632 0.47894649458881366 2429.386474609375 0.3121330739948546 195 44.01805869074492 3.1639339686313033 2.8870790519444522 3.444562363125389 3.1601604908240692 0.00447531 -0.0033569461666047573 0.04853793978691101 443 90 90 60 2.8297289120537887 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 33.62607696498364 38.256492614746094 93.97109985351562 27.148984909057617 331323.0 0.15349887311458588 430.0054199218745 186.7095947265625 0.5608983457467103 422.052978515625 1388.1378173828125 1340.6072998046875 87239.0 670.7390624999999 2246.4015624999993 473.7554931640625 31.643030166625977 +sub-25070_ses-V1_task-rest_run-02_bold 0.0014414446952595934 0.008707237313769753 7 41.02804860606333 1.0553478489819013 1.002510730180995 0.48259960942008134 2324.435791015625 0.3768324658013686 242 54.627539503386004 3.1616186893560703 2.87864571894623 3.4380498633841725 3.1681604857378094 0.0108371 -0.0012124893255531788 0.047104138880968094 443 90 90 60 2.8156143028200344 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 31.582440567509423 39.07978820800781 97.88629150390625 27.68623161315918 331130.0 0.15124154090881348 452.58297576904204 193.84364318847656 0.5871009235798486 420.7779846191406 1381.7672119140625 1333.8465576171875 87463.0 665.3192016601563 2243.166552734375 473.7292785644531 32.83692169189453 +sub-25070_ses-V3_task-cuff_run-01_bold 0.000747737556561086 0.008097501334841628 8 44.94150577387756 1.093747315487528 1.0019431058503403 0.4793605684739111 3693.93115234375 0.5480366675737963 64 14.479638009049774 3.1243562273164227 2.8805540522037325 3.5079623606060997 2.984552269139437 0.0117063 -0.021418413147330284 0.05051324889063835 442 90 90 60 2.7430930451838194 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 34.118459946507684 38.90657043457031 114.83206176757812 26.742082595825195 329996.0 0.05656109005212784 552.6623382568359 230.31954956054688 0.5799700833882278 544.6399536132812 1682.0279541015625 1621.989990234375 88618.0 801.3053497314454 2751.4684448242183 591.2963256835938 35.87568664550781 +sub-25070_ses-V3_task-cuff_run-02_bold 0.0007432207207207207 0.008778541621621621 6 48.18177501747183 1.0918278075620766 0.9990333383747189 0.48006360077876 3582.4892578125 0.5979276653859145 91 20.495495495495497 3.139667334943203 2.895195718288592 3.524779026604532 2.999027259936485 0.0206799 -0.02164286933839321 0.049956757575273514 444 90 90 60 2.731084071608935 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 34.324764675931604 39.626220703125 116.24378967285156 27.25225257873535 330023.0 0.05855856090784073 560.8191467285154 233.07786560058594 0.5558050676919826 547.33740234375 1680.1268310546875 1619.79736328125 88645.0 799.5139892578125 2751.6717773437504 593.093505859375 33.92897033691406 +sub-25070_ses-V3_task-rest_run-01_bold 0.0008895711060948082 0.00878941993227991 7 38.54976407658372 1.0531664666515823 0.9609739927375568 0.47789935463600824 3647.166748046875 0.3933651600861217 262 59.14221218961625 3.1370270588746982 2.883574885417029 3.536554026136636 2.9909522650704288 0.0100502 -0.021928340196609497 0.04947802051901817 443 90 90 60 2.7398874618461098 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 35.014377591013215 39.27389907836914 112.93179321289062 27.040632247924805 329832.0 0.05869074538350105 542.0925903320312 225.79827880859375 0.6351871119736008 544.205322265625 1689.3670654296875 1630.1964111328125 88673.0 800.9237182617189 2766.4100585937495 594.9832763671875 33.44113540649414 +sub-25070_ses-V3_task-rest_run-02_bold 0.0009483295711060947 0.009801663295711062 7 49.749738296312216 1.096312689909502 0.9830768366742076 0.4814432943220125 3332.280517578125 0.6162098881567588 348 78.55530474040631 3.144122891044417 2.905170717892221 3.531808192991885 2.995389762249144 0.0207515 -0.021464254707098007 0.04949808493256569 443 90 90 60 2.73582744218563 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 34.028320327200866 40.59920883178711 117.23064422607422 28.110610961914062 329922.0 0.09255079180002213 561.2726806640626 232.98814392089844 0.5590975181892217 546.9095458984375 1676.593505859375 1614.6929931640625 88659.0 801.5977600097657 2749.4161376953107 590.199462890625 32.94682312011719 +sub-25072_ses-V1_task-cuff_run-01_bold 0.0007362528216704289 0.004376278081264108 7 27.75324005463799 1.0106911253619912 0.9901495659049777 0.505374849902593 4427.20947265625 0.17166259770075237 1 0.22573363431151242 2.901922935935465 2.6021707299323587 3.285712369437521 2.8178857084365156 0.0128922 -0.006231463048607111 0.04225786030292511 443 90 90 60 2.5483635227837573 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 18.092082160103047 33.67481994628906 102.55310821533203 23.198646545410156 306385.0 0.006772009190171957 527.9692871093749 202.89231872558594 1.2645187045806816 536.7622680664062 1650.64794921875 1556.7833251953125 109351.0 816.7291259765625 2787.2529296875 610.8925170898438 44.45155715942383 +sub-25072_ses-V1_task-cuff_run-02_bold 0.0008438374717832956 0.0033599031828442437 7 27.811583855678716 1.0481040922850682 1.0090428904072393 0.505240694457066 4346.76953125 0.1584100017432443 0 0.0 2.873371554525685 2.5796915641589337 3.2544707040122867 2.7859523954058356 0.00944882 -0.005351841915398836 0.0426299087703228 443 90 90 60 2.564943135213552 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 17.776782774626025 33.68151092529297 101.73809814453125 23.169300079345703 306231.0 0.0022573363967239857 527.8487548828125 202.3402557373047 1.2551693433104951 533.256591796875 1648.0394287109375 1554.59716796875 109270.0 820.7762115478515 2770.675732421875 606.0914306640625 50.769676208496094 +sub-25072_ses-V1_task-rest_run-01_bold 0.0011839819004524888 0.0032174171040723985 8 27.365196695328798 1.058369110566893 1.0199502714058963 0.5039883095104459 4506.94140625 0.14649497976010964 45 10.180995475113122 2.883039607773162 2.5856207305899965 3.267862370146816 2.7956357225826753 0.0100481 -0.00526536675170064 0.041392408311367035 442 90 90 60 2.5629430100018964 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 19.309403476474483 33.26463317871094 99.85323333740234 22.871042251586914 306055.0 0.0022624435368925333 516.5419006347655 200.16876220703125 1.312096559208051 535.7728271484375 1657.480712890625 1563.497802734375 109419.0 825.8676879882813 2785.8821533203104 610.0372314453125 51.07181930541992 +sub-25072_ses-V1_task-rest_run-02_bold 0.0010659775280898876 0.00494170982022472 5 27.667398452882907 1.026456853400902 0.9973820683333335 0.5069436876465566 4432.091796875 0.17199360934739386 70 15.730337078651685 2.895631270268831 2.5825165640466783 3.2902665359232213 2.8141107108365944 0.0102236 -0.004626811482012272 0.04255096986889839 445 90 90 60 2.5777851343432747 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 17.938325786008686 33.080352783203125 101.58872985839844 22.883146286010742 305291.0 0.020224720239639282 525.7561950683594 201.27894592285156 1.3186459344322223 530.861572265625 1643.4625244140625 1549.9326171875 109903.0 826.2636047363281 2755.5640136718744 601.2625122070312 44.07802963256836 +sub-25072_ses-V3_task-cuff_run-01_bold 0.0009467342342342344 0.005619767139639639 6 28.842907851783284 1.0141605974266361 0.9935369095711061 0.5012911324650685 4253.31005859375 0.17160562436541882 0 0.0 2.9368465299588187 2.6170248960087736 3.2966082023378926 2.896906491529788 0.0111673 -0.004378090612590313 0.04186170920729637 444 90 90 60 2.5063488603661903 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 21.131040293187233 32.94783401489258 91.10429382324219 22.77027130126953 305465.0 0.022522523999214172 450.9536071777343 177.81336975097656 1.1183714852130509 527.1318969726562 1595.1075439453125 1500.5450439453125 110325.0 781.2342529296875 2719.2626464843734 598.6948852539062 40.596397399902344 +sub-25072_ses-V3_task-cuff_run-02_bold 0.000963115124153499 0.004806471986455982 7 29.519430643461547 1.0366304497285064 0.9945377719004521 0.5011991814240554 4146.4521484375 0.18340116333787018 1 0.22573363431151242 2.9183340339519965 2.609570729638309 3.264920703597041 2.880510668620638 0.0129152 -0.003842080244794488 0.04180072247982025 443 90 90 60 2.5063806278655356 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 21.042819428540856 33.380306243896484 91.6878662109375 23.072235107421875 305785.0 0.018058691173791885 456.84785766601533 179.22190856933594 1.1208924251086962 525.142578125 1595.580322265625 1499.055419921875 109902.0 783.7200927734375 2718.2709960937495 598.0929565429688 43.098365783691406 +sub-25072_ses-V3_task-rest_run-01_bold 0.0020663431151241537 0.004574906613995486 7 29.00627352875569 1.0626640787330321 1.023590380158371 0.4998010334833919 4372.248046875 0.16266146910574875 40 9.029345372460497 2.9169270895940884 2.60487072982507 3.2655540369052076 2.880356502051988 0.0161188 -0.0043807439506053925 0.040522705763578415 443 90 90 60 2.520479471577628 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 22.159341947143204 32.864906311035156 89.27058410644531 22.525959014892578 305615.0 0.004514672793447971 441.8158142089842 175.13485717773438 1.0884438320124152 524.6236572265625 1600.638671875 1504.6524658203125 110113.0 788.1237182617188 2721.153125 596.968017578125 43.81636047363281 +sub-25072_ses-V3_task-rest_run-02_bold 0.004402995495495496 0.004157723130630631 6 29.453295895033865 1.0529327551918728 1.0214515913544029 0.5023993591478547 4001.385498046875 0.16112912931570722 31 6.981981981981982 2.9136284803508645 2.605787396455312 3.2634832036541623 2.8716148409431197 0.0301532 -0.0026111211627721786 0.04091424494981766 444 90 90 60 2.5071489027187446 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 19.677790678568574 33.74924087524414 92.8044204711914 23.27027130126953 305584.0 0.009009009227156639 464.57973480224587 181.47528076171875 1.097258117067696 526.11181640625 1591.346435546875 1495.237548828125 110232.0 780.8092376708985 2713.1833374023436 596.3869018554688 43.13589859008789 +sub-25073_ses-V1_task-cuff_run-01_bold 0.007690045045045046 0.03654395608108108 6 82.78576318275398 1.075875331128669 1.0203782023250558 0.44134394815166234 5936.4814453125 0.8293327478366387 140 31.53153153153153 3.033258981700776 2.8731665524972856 3.106095709908179 3.120514682696862 0.0693236 0.016418496146798134 0.031167352572083473 444 90 90 60 2.214508300456213 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 102 124.5254334969639 13.390168190002441 21.853334426879883 9.382883071899414 317671.0 0.038288287818431854 74.31306457519531 47.6901741027832 1.832919152353142 261.87969970703125 766.2877807617188 722.5664672851562 98752.0 293.4575500488281 1375.5024963378905 326.285888671875 12.312607765197754 +sub-25073_ses-V1_task-cuff_run-02_bold 0.010285775280898876 0.014852995303370788 5 47.679407772725206 1.1078182390990996 1.1550894309909923 0.45398710930895053 5452.96533203125 0.3294867174065795 32 7.191011235955056 2.684975740471963 2.61579572939095 2.712537392213448 2.7265940998114906 0.0182847 0.012420831248164177 0.03857581317424774 445 90 90 60 2.4375250059121445 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 30 174.5828450932889 14.762721061706543 27.968019485473633 10.274157524108887 318565.0 0.03146067261695862 102.69168853759763 65.84210968017578 2.2211973541634764 240.7262725830078 790.979248046875 747.4033813476562 97764.0 358.99102172851565 1360.6891479492174 306.622314453125 22.76996612548828 +sub-25073_ses-V1_task-rest_run-01_bold 0.0012260770975056688 0.0091712458276644 9 39.68115848188636 1.026235610340909 0.9993193122272718 0.45256858129462446 6716.70361328125 0.18306404709393556 56 12.698412698412698 2.6110618708095896 2.557466565042076 2.631112395448987 2.644606651937706 0.00564447 0.013668541796505451 0.02876404859125614 441 90 90 60 2.500415746645118 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 125.59935265631677 13.901496887207031 26.482276916503906 9.621315002441406 317198.0 0.006802720949053764 98.96893501281723 62.89392852783203 1.578763760695666 267.7559509277344 852.9409790039062 805.2244873046875 98555.0 402.5632720947266 1453.005725097656 322.03460693359375 28.14567756652832 +sub-25073_ses-V1_task-rest_run-02_bold 0.0012775838926174497 0.01497433744966443 3 43.77787042621078 1.0058358335874433 0.9853137931390129 0.4577980226108341 6100.77587890625 0.2644593457439671 130 29.082774049217 2.594692431769903 2.5416582323369092 2.621741562488017 2.620677500484784 0.00999766 0.01192395482212305 0.027341332286596298 447 90 90 60 2.53393880015504 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 145.98837777819747 14.913917541503906 28.56773567199707 10.372483253479004 315640.0 0.017897091805934906 108.0671157836914 65.33615112304688 1.8554016628905714 266.8385314941406 871.9290161132812 822.4071655273438 99433.0 420.7955261230469 1472.127954101562 324.5552062988281 25.953737258911133 +sub-25073_ses-V3_task-cuff_run-01_bold 0.002889591836734694 0.01294226052154195 9 40.928092297477285 1.1235986710227268 1.0244303304090911 0.46187403734335225 10564.9306640625 0.2537497560518264 4 0.9070294784580499 2.4313522192412353 2.4908749010215243 2.4782457348566957 2.324936021845486 0.00747288 0.0020785618107765913 0.0377933494746685 441 90 90 60 2.476563378572163 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 136.70591311873062 15.306775093078613 40.737464904785156 10.505668640136719 312623.0 0.00907029490917921 152.99048156738266 106.212890625 5.30802568063441 334.75537109375 1173.528564453125 1101.2879638671875 102061.0 596.49658203125 1968.2720947265625 444.6817626953125 33.09818649291992 +sub-25073_ses-V3_task-cuff_run-02_bold 0.01063280269058296 0.020174455515695067 4 46.627812066224735 1.1382681222247195 1.0709725548539322 0.46454329208308176 11479.7333984375 0.4149306369189694 47 10.538116591928251 2.442748040099821 2.477433234888981 2.4653665687018007 2.385444316708681 0.0170257 0.004473565611988306 0.042760562151670456 446 90 90 60 2.6257645467774955 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 148.73756352593986 14.563409805297852 38.701419830322266 10.091928482055664 312409.0 0.04035874456167221 143.68207397460927 103.55258178710938 4.211707130200985 321.6182556152344 1144.2999267578125 1084.179443359375 102579.0 590.88388671875 1884.618237304687 412.8984680175781 24.532428741455078 +sub-25073_ses-V3_task-rest_run-01_bold 0.0018420898876404493 0.009789796921348314 5 37.51719412067569 1.115539105720721 1.0182661127027022 0.4654721634194358 11010.802734375 0.19731744233159423 73 16.40449438202247 2.4433980533285666 2.512037400180602 2.499424900681778 2.3187318591233197 0.0131099 -0.0005484604043886065 0.02920105867087841 445 90 90 60 2.4436347320541416 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 77.99718451474122 15.192508697509766 41.22480773925781 10.355056762695312 309814.0 0.004494382068514824 157.7371932983397 97.46598815917969 5.891139432980962 344.5484619140625 1197.8065185546875 1122.427001953125 103578.0 616.5321258544922 2021.3446411132807 459.3246154785156 34.17992401123047 +sub-25073_ses-V3_task-rest_run-02_bold 0.002007982062780269 0.009870189237668163 4 38.93270334368538 1.1007580761797742 1.0087635556853927 0.4629215517332066 10144.171875 0.20943666696397736 83 18.609865470852018 2.3939397267487674 2.4425999029398002 2.444587402860824 2.294631874445677 0.00990553 0.003759993938729167 0.03473268449306488 446 90 90 60 2.6300756325703625 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 106.31188627643193 15.148472785949707 37.21721267700195 10.338565826416016 313802.0 0.0022421525791287422 143.24888610839844 90.06039428710938 4.026925008134375 311.7386474609375 1130.9324951171875 1064.8408203125 101567.0 601.6834289550782 1865.3556518554683 404.8688049316406 35.17107391357422 +sub-25074_ses-V1_task-cuff_run-01_bold 0.0014948423423423423 0.011711118716216216 6 33.65358609252818 1.0744267991422138 0.9782051549887133 0.4584888589660896 17600.658203125 0.1646342472425606 0 0.0 2.4030827544516975 2.4519415692352626 2.324316574306624 2.432990119813207 0.0153914 -0.019690632820129395 0.025696855038404465 444 90 90 60 2.4377073063972663 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 149.71513694146313 12.932700157165527 37.439090728759766 8.79955005645752 310286.0 0.0 154.53041076660156 93.81002044677734 5.373211537868011 346.70684814453125 1278.6524658203125 1183.354736328125 105160.0 679.6687194824218 2167.294799804685 485.4352722167969 33.50313949584961 +sub-25074_ses-V1_task-cuff_run-02_bold 0.001959478458049887 0.011429375328798187 9 33.94261478931817 1.1219510642045447 1.022160484522728 0.45839262864451746 17007.48828125 0.15262918226977873 0 0.0 2.4006952579100895 2.451366569258111 2.33465824056235 2.416060963909808 0.00698324 -0.02024262771010399 0.025581426918506622 441 90 90 60 2.428988512187241 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 137.53982671428972 12.987058639526367 37.29319381713867 8.936508178710938 310662.0 0.01587301678955555 154.00430526733405 90.70085906982422 5.487021919788585 346.0951843261719 1276.235595703125 1180.751708984375 104916.0 676.3333282470703 2164.931396484375 486.1060791015625 34.288944244384766 +sub-25074_ses-V1_task-rest_run-01_bold 0.0028364864864864866 0.0120782 6 33.29317321514673 1.1247396350112868 1.0151996153724607 0.4584817446621602 17796.908203125 0.1393145216216142 37 8.333333333333334 2.4230619169154117 2.4663540686625613 2.352683239846101 2.4501484422375728 0.0104923 -0.01857319474220276 0.023884186521172523 444 90 90 60 2.46886438506282 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 103.62364002533133 12.76240062713623 36.0194091796875 8.79054069519043 309980.0 0.013513513840734959 149.8565406799315 84.95014190673828 5.186714430099951 347.9306640625 1283.10546875 1188.23876953125 105363.0 688.1236450195313 2165.763427734375 481.2873229980469 33.36908721923828 +sub-25074_ses-V1_task-rest_run-02_bold 0.001604049217002237 0.011973366756152126 3 33.36410746141258 1.104757786390135 1.0086692040582956 0.4582727552978564 17605.857421875 0.1427084562846791 48 10.738255033557047 2.419878584638239 2.466137402004504 2.348029073364374 2.4454692785458385 0.00859679 -0.020270826295018196 0.02418454922735691 447 90 90 60 2.415073981689195 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 105.06977693319928 12.82931900024414 37.002838134765625 8.834451675415039 310405.0 0.01342281885445118 154.18836669921865 87.78378295898438 5.731483003944396 352.0930480957031 1284.8829345703125 1186.6666259765625 105231.0 682.5559387207031 2184.586181640625 491.35595703125 34.0438346862793 +sub-25074_ses-V3_task-cuff_run-01_bold 0.0012934157303370784 0.012710302292134832 5 30.425195711306305 1.0208387477927927 0.9911825681306304 0.4602453966535756 18659.37890625 0.1393229284475445 0 0.0 2.409743865979434 2.4666165686521304 2.333054073959427 2.4295609553267443 0.00670569 -0.018942508846521378 0.026339329779148102 445 90 90 60 2.439984104388829 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 129.16161377653214 12.370567321777344 38.606842041015625 8.498876571655273 309393.0 0.008988764137029648 161.05977783203093 99.80146789550781 4.291245465523762 347.22210693359375 1267.501708984375 1172.2584228515625 105435.0 671.3258422851562 2173.761987304687 480.43463134765625 31.129947662353516 +sub-25074_ses-V3_task-cuff_run-02_bold 0.0011255882352941176 0.012360171583710406 8 29.794078238684808 1.0523683251927443 1.0093057098639469 0.4595413480195939 17961.103515625 0.10551960320450583 0 0.0 2.4039605408877622 2.4688707352292245 2.353774906469389 2.389235980964673 0.00983618 -0.01950371451675892 0.02694871835410595 442 90 90 60 2.4054182530370323 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 12 110.40501180981506 12.541742324829102 38.36103439331055 8.585972785949707 309184.0 0.0067873308435082436 161.61019058227527 97.40177917480469 4.324198427323429 350.27984619140625 1268.852294921875 1173.287353515625 105744.0 660.5234436035157 2188.3814208984368 487.7662353515625 36.2086181640625 +sub-25074_ses-V3_task-rest_run-01_bold 0.001785328798185941 0.012817180249433107 9 31.319658058272754 1.0686661907272728 0.9806279675454542 0.460146598763668 18811.771484375 0.12279097692606988 31 7.029478458049887 2.4121827551099977 2.464387402074043 2.3443040735123923 2.427856789743557 0.0100312 -0.018941273912787437 0.025375133380293846 441 90 90 60 2.459691178973982 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 111.82818788097437 12.254161834716797 37.09346389770508 8.380952835083008 308712.0 0.004535147454589605 155.7937637329104 93.73994445800781 3.8985438203154645 348.56781005859375 1263.6380615234375 1170.9989013671875 106034.0 662.9352996826171 2158.6579711914064 476.0733337402344 32.7506103515625 +sub-25074_ses-V3_task-rest_run-02_bold 0.001058434004474273 0.013400159038031318 3 31.50397435419283 1.0412162357623322 0.994396902152467 0.4596620237313598 18623.123046875 0.1390614011447223 42 9.395973154362416 2.4269119208147116 2.4848624012604392 2.366120739312142 2.429752621871553 0.012409 -0.018719984218478203 0.024844232946634293 447 90 90 60 2.4114004273953222 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 100.19390786895538 12.328484535217285 37.388912200927734 8.480984687805176 308706.0 0.011185682378709316 157.75895309448242 92.43778228759766 4.376762900293154 352.64703369140625 1268.6102294921875 1172.371337890625 106067.0 660.440966796875 2186.5282470703123 486.17633056640625 30.623668670654297 +sub-25076_ses-V1_task-rest_run-01_bold 0.0009912527964205816 0.006487798993288591 3 32.629422448475374 1.088527448430493 1.003471409529149 0.4444718080398072 11526.234375 0.15220917945970533 4 0.8948545861297539 2.5595674602584224 2.570691564516562 2.623695729077032 2.4843150871816717 0.00438524 -0.0038227271288633347 0.02819281443953514 447 90 90 60 2.2929839557041647 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 80.59165402119653 15.990212440490723 40.205745697021484 11.10290813446045 318823.0 0.04250559210777283 162.68814544677704 86.07128143310547 5.484092430681359 380.60089111328125 1307.8673095703125 1204.18017578125 97742.0 661.5483184814453 2280.870397949219 525.1558837890625 40.8922233581543 +sub-25076_ses-V3_task-cuff_run-01_bold 0.0006659728506787331 0.005749651425339368 8 32.857773613900214 1.0761557395238097 0.982893422743764 0.4540232157386677 11443.0673828125 0.16218234750405786 0 0.0 2.5054466331478102 2.4913624010021524 2.561158231562049 2.46381926687923 0.00449965 -0.003154638921841979 0.03027748130261898 442 90 90 60 2.503401417000525 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 85.38654152639195 14.530843734741211 36.8311653137207 9.950226783752441 315696.0 0.004524887073785067 147.3710479736328 81.17466735839844 3.8603592298882283 313.8504638671875 1157.9024658203125 1082.583740234375 99966.0 583.8557739257812 1967.8846740722656 432.4429626464844 42.00177001953125 +sub-25076_ses-V3_task-cuff_run-02_bold 0.0013336568848758463 0.008089559909706546 7 34.557390773868754 1.060151880226245 1.0129523460181005 0.4553880387819775 11143.33203125 0.20162966590405715 0 0.0 2.5292646818022564 2.521520733137102 2.572483231112034 2.493790081157633 0.00630526 -0.003064318560063839 0.03055638261139393 443 90 90 60 2.504683374708927 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 85.3489464183223 14.628565788269043 37.2845344543457 10.16704273223877 315535.0 0.03611738234758377 148.4695281982422 80.90930938720703 3.99044046691772 312.0023498535156 1155.76171875 1080.2596435546875 99947.0 588.3670776367187 1964.401135253906 431.2937316894531 36.06060028076172 +sub-25076_ses-V3_task-rest_run-01_bold 0.0009916591928251122 0.006631227219730942 4 33.65546715123597 1.088492343662922 1.019128335191011 0.45368531304752185 11781.1591796875 0.16115218145422375 10 2.242152466367713 2.4912216351336376 2.4768874015773377 2.540108232398501 2.4566692714250746 0.00676231 -0.0021436584647744894 0.027787121012806892 446 90 90 60 2.5437598105773107 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 76.16333306508608 14.363956451416016 35.89569091796875 9.860986709594727 315973.0 0.006726457737386227 143.07041625976555 77.46601867675781 3.7415684056997103 311.42626953125 1156.7303466796875 1083.12451171875 99672.0 594.4247985839844 1953.3592041015627 425.7945556640625 41.28886032104492 +sub-25076_ses-V3_task-rest_run-02_bold 0.001751591928251121 0.009623751165919285 4 33.06170374429215 1.0422182195056175 1.055456874 0.4546093167022399 11022.7490234375 0.17156259180732808 23 5.15695067264574 2.530727181680398 2.520233233188262 2.577837397565945 2.494110914286986 0.00341452 -0.002329169772565365 0.02803250029683113 446 90 90 60 2.5271666620875566 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 71.8963264328363 14.912453651428223 36.72395706176758 10.304933547973633 316015.0 0.029147982597351074 146.12623748779293 76.792236328125 3.9751691820742288 313.349365234375 1159.2091064453125 1084.983154296875 99626.0 589.8117065429688 1959.4737243652344 429.32574462890625 33.93352508544922 +sub-25077_ses-V1_task-rest_run-01_bold 0.0014873589164785554 0.01171153442437923 7 51.18848891280544 1.068920818846154 1.0391397695701354 0.4847153392194946 1332.39697265625 0.2351068595568476 129 29.119638826185103 2.6098312997635147 2.542270732312571 2.5644040647664044 2.7228191022115693 0.0102978 0.0198653656989336 0.020238706842064857 443 90 90 60 2.1966522137371682 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 70.72508776859914 28.256454467773438 51.261898040771484 22.029346466064453 315083.0 0.32279911637306213 184.70812530517554 104.44536590576172 1.8858538948553623 315.432861328125 849.0297241210938 808.5789794921875 102194.0 321.5853332519531 1524.3178466796874 368.09423828125 24.055334091186523 +sub-25080_ses-V1_task-cuff_run-01_bold 0.0003108948545861297 0.01729524966442953 3 51.80807574641254 1.0180523889013455 0.9892625685650233 0.4779873473425042 1792.8187255859375 0.19080510076530563 0 0.0 2.6589943387855026 2.4264665702475483 2.7735540564555303 2.776962389653429 0.000931004 -0.015515231527388096 0.0630103275179863 447 90 90 60 3.417126184918443 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 125.73620473299741 4.806018829345703 19.440088272094727 9.275167465209961 325983.0 5.3534674644470215 62.18546028137199 37.63853454589844 1.370935115081445 97.89156341552734 418.5345458984375 406.5055847167969 92501.0 240.80313110351562 629.2706909179688 118.96060180664062 23.491357803344727 +sub-25080_ses-V1_task-cuff_run-02_bold 0.0004966367713004485 0.019402526681614348 4 53.16803672858427 1.0173983492134835 0.9896385519550566 0.478131666079359 1774.010009765625 0.22864653031666482 0 0.0 2.690849893075232 2.4575332356797364 2.813874888186658 2.8011415553593015 0.00149902 -0.015118145383894444 0.06368299573659897 446 90 90 60 3.393102251229488 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 121.57971271191451 4.860009670257568 19.413410186767578 9.298206329345703 325791.0 5.322870254516602 62.141258239746094 37.2811393737793 1.3386293840624894 98.34375 415.37152099609375 404.4944152832031 92720.0 235.4588706970215 624.7065246582032 119.21015167236328 22.213096618652344 +sub-25080_ses-V1_task-rest_run-01_bold 0.0004361160714285715 0.018663290625000002 2 51.815879744675655 1.0016945848993284 0.9741278006040269 0.4787074432785824 1754.9114990234375 0.20796463792835854 75 16.741071428571427 2.69485128180512 2.465616568691867 2.8115998882770583 2.807337388446435 0.0011107 -0.015788067132234573 0.0614943727850914 448 90 90 60 3.3872858602642175 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 125.97189793612677 4.9739990234375 19.67922019958496 9.426340103149414 325126.0 5.316964626312256 62.88504600524902 37.92502212524414 1.4161121237062826 99.03486633300781 420.5475158691406 409.12054443359375 93054.0 238.91228408813478 634.6066223144527 120.78057861328125 22.63609504699707 +sub-25080_ses-V1_task-rest_run-02_bold 0.00042554565701559025 0.02481420378619154 1 54.83573166821436 0.982672125803571 0.95524783296875 0.47788368177096063 1736.6778564453125 0.25851763943377115 165 36.74832962138085 2.7176040586787837 2.4874082344926105 2.842099887065097 2.823304054478643 0.00159584 -0.014722189866006374 0.0628529042005539 449 90 90 60 3.4049596561896136 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 122.12388694006916 5.085094928741455 19.237716674804688 9.412027359008789 326027.0 5.218263149261475 61.15078277587894 36.06458282470703 1.3271659622255791 97.5479736328125 414.4687805175781 403.7015686035156 92491.0 234.7628173828125 623.5935668945312 118.56216430664062 20.00257682800293 +sub-25080_ses-V3_task-cuff_run-01_bold 0.00033973033707865167 0.01624479573033708 5 50.136388323265834 1.0270433343468461 0.9941303051801802 0.47378322164824876 2036.759033203125 0.14864334132946927 0 0.0 2.5830735955559327 2.3611749061753393 2.7581082237359595 2.6299376567565 0.00275714 -0.013748091645538807 0.057376936078071594 445 90 90 60 3.533316432670512 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 149.21347783197032 4.031345844268799 16.386962890625 8.107865333557129 324279.0 4.766292095184326 50.0002246856689 32.44854736328125 1.6556361390610421 86.80387878417969 386.6846008300781 379.0224609375 93420.0 222.07180252075196 572.0924896240236 107.27044677734375 25.119853973388672 +sub-25080_ses-V3_task-cuff_run-02_bold 0.000587354260089686 0.023361035426008966 4 50.29533958858426 1.0089837349438198 0.9847726032134825 0.47371020642370953 2014.0941162109375 0.18301889498712004 0 0.0 2.631237484456246 2.399524904651447 2.8061082218286106 2.6880793268886802 0.00224076 -0.012732897885143757 0.05795641988515854 446 90 90 60 3.5338283630197513 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 147.23134907853603 4.155275344848633 16.224279403686523 8.143498420715332 324860.0 4.668161869049072 49.062782287597656 31.464445114135742 1.5367576037034176 86.47795104980469 382.9674987792969 375.6199951171875 93214.0 218.1820739746094 566.63232421875 106.29208374023438 21.176311492919922 +sub-25080_ses-V3_task-rest_run-01_bold 0.0007097762863534676 0.01886163668903803 3 49.55071697318384 1.0282084484080727 0.9960820896412558 0.4741970815693182 1980.335205078125 0.11918166044159118 7 1.5659955257270695 2.599770817723545 2.375054072290497 2.7759332230276574 2.6483251578524802 0.00198384 -0.013952380046248436 0.05710828676819801 447 90 90 60 3.5012639119629267 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 151.29598241063502 4.172513961791992 16.55504608154297 8.246085166931152 324361.0 4.762863636016846 50.064876556396484 32.73152160644531 1.671665533009473 87.47683715820312 387.6259460449219 379.3915100097656 93452.0 222.59552688598632 575.6408477783202 108.35786437988281 23.482898712158203 +sub-25080_ses-V3_task-rest_run-02_bold 0.0003736629213483146 0.01779245415730337 5 50.481435724166666 1.0186219346171168 0.9921764336711719 0.47343135780427886 2041.03125 0.16442789635985425 33 7.415730337078652 2.5692430405692703 2.3466957400840225 2.730512391499186 2.6305209901246025 0.00202691 -0.012551079504191875 0.05693923309445381 445 90 90 60 3.5998806447931266 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 144.20403259271788 4.061331748962402 16.18659019470215 8.092134475708008 325372.0 4.680899143218994 49.480899810791016 31.00347137451172 1.4939074526738922 86.45406341552734 384.95196533203125 377.92584228515625 92709.0 222.103369140625 566.3892089843749 104.98231506347656 24.16562843322754 +sub-25081_ses-V1_task-cuff_run-01_bold 0.0010601559020044543 0.016797024944320716 1 56.83193016904017 1.0356290566294644 1.0069875048660715 0.5438894982454076 793.435302734375 0.24078688015922192 1 0.22271714922049 2.831356831936432 2.591499897023046 2.9327540501294913 2.96981654865676 0.00403388 -0.012666145339608192 0.09703800827264786 449 90 90 60 2.610014740362193 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 46.204723134984924 10.137168884277344 35.70887756347656 14.452116012573242 296360.0 6.238307476043701 135.30657730102507 67.0509033203125 1.684870682252713 136.7477569580078 452.83807373046875 427.34185791015625 118318.0 231.88875503540038 756.0900024414061 163.73089599609375 20.40210723876953 +sub-25081_ses-V1_task-cuff_run-02_bold 0.0007854666666666666 0.01913688333333333 0 57.10260335169267 1.0149960472160358 0.9890544810467707 0.5435887183131116 819.4287109375 0.24250835647796112 0 0.0 2.8297637764441794 2.582545730712186 2.926133217059246 2.980612381561105 0.0115491 -0.01199856586754322 0.09821847081184387 450 90 90 60 2.64740646310624 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 44.00848027086044 10.012508392333984 35.55387878417969 14.24000072479248 296663.0 6.10444450378418 135.1753311157226 67.23263549804688 1.6845204533908156 135.22152709960938 452.1202392578125 428.2133483886719 117876.0 233.4094467163086 751.1850433349609 161.74755859375 19.261512756347656 +sub-25081_ses-V1_task-rest_run-01_bold 0.0004547355769230769 0.015174130504807691 2 56.46404417113256 1.0237795412530124 0.9819744409879515 0.5445332625145132 801.5756225585938 0.21052127499519213 89 21.39423076923077 2.7745443341939584 2.5308040661015485 2.876291552373109 2.916537384107217 0.00792532 -0.012754280120134354 0.09862936288118362 416 90 90 60 2.621298081347289 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 42.878924905182714 9.594147682189941 36.18635559082031 14.278846740722656 296802.0 6.495192527770996 139.61767730712893 68.45120239257812 1.7465903854599132 135.80067443847656 451.439208984375 426.173095703125 117801.0 234.29808044433594 753.2307739257812 162.5802459716797 21.414093017578125 +sub-25081_ses-V1_task-rest_run-02_bold 0.0005971714922048997 0.018234832962138087 1 57.02799969055804 1.0142569479910721 0.9833096294642856 0.5445822602769146 792.0734252929688 0.24066191189420122 132 29.398663697104677 2.828099887621407 2.586020730574102 2.9271873836840236 2.971091548606096 0.00585304 -0.012250790372490883 0.09706754982471466 449 90 90 60 2.6090855282472574 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 43.52912510649845 10.19660472869873 36.002540588378906 14.440979957580566 296811.0 6.129176139831543 138.2416534423828 67.29006958007812 1.7780025050479527 136.30697631835938 451.6935729980469 426.1826477050781 117875.0 233.53631286621095 755.3049133300781 163.34490966796875 19.89129638671875 +sub-25081_ses-V3_task-cuff_run-01_bold 0.0025328062360801783 0.013826077928730512 1 50.82263997631694 1.0400950579687493 0.9941428143080362 0.5398215071639376 918.620361328125 0.13791308295938756 2 0.44543429844098 2.798651277680479 2.5758123976464113 2.9308957168700016 2.8892457185250238 0.00524171 -0.015443656593561172 0.09726345539093018 449 90 90 60 2.5456861105925332 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 43.178747651373605 8.826272010803223 34.276344299316406 13.169265747070312 296751.0 6.075724124908447 134.69711303710938 66.40271759033203 2.625768414266698 133.87005615234375 447.0145263671875 421.5924377441406 117981.0 229.54566955566406 751.144775390625 165.60983276367188 22.831192016601562 +sub-25081_ses-V3_task-cuff_run-02_bold 0.0013953348214285712 0.014046896651785715 2 50.816216795100644 1.0197319464429537 0.9770284740268457 0.5410617496519713 907.22216796875 0.143494951982581 4 0.8928571428571429 2.8115040549475334 2.5960623968417487 2.939449883196756 2.8989998848040943 0.00430079 -0.015952637419104576 0.09858911484479904 448 90 90 60 2.542571716391254 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 1 42.04804581777557 8.93863582611084 34.53537368774414 13.236607551574707 296529.0 6.053571701049805 136.4718780517576 66.23503875732422 2.510207081802003 135.24774169921875 445.3976745605469 420.44085693359375 118214.0 228.52824249267576 748.5649810791015 165.35977172851562 22.813331604003906 +sub-25081_ses-V3_task-rest_run-01_bold 0.0006144419642857143 0.010452449799107144 2 50.221488278277405 1.055683812550336 1.006139989888144 0.5389351076871324 946.5772094726562 0.11427260819318023 7 1.5625 2.7579429459647495 2.546779065466759 2.885341552013495 2.841708220413994 0.00735054 -0.015623671002686024 0.09702815860509872 448 90 90 60 2.5448114161681947 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 44.49708789882445 8.650718688964844 33.89493942260742 13.006696701049805 296670.0 6.051339626312256 132.99676971435545 66.1887435913086 2.626323707415648 133.8313446044922 447.98077392578125 422.79132080078125 118100.0 229.91060943603514 752.3187774658194 166.1378631591797 26.02711296081543 +sub-25081_ses-V3_task-rest_run-02_bold 0.0007741387024608502 0.013660089440715882 3 52.15946758621068 1.0363040093049336 0.9865384013452925 0.5408513160304788 904.77197265625 0.16105670129975233 33 7.382550335570469 2.798097111035833 2.579995730813514 2.927462383673096 2.886833218620888 0.00539616 -0.015888361260294914 0.09782340377569199 447 90 90 60 2.5312478645007346 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 41.308029270953746 8.792793273925781 34.426429748535156 13.196867942810059 296522.0 6.138702392578125 136.77684097290077 66.05548095703125 2.5071386715025223 134.47068786621094 444.61785888671875 419.6845703125 118282.0 225.7856803894043 748.2388214111328 165.80075073242188 23.026365280151367 +sub-25086_ses-V1_task-rest_run-01_bold 0.0003673814898419865 0.003277385733634312 7 31.068455023009044 1.1033900795022626 1.002546955022624 0.46935133124623657 4535.21630859375 0.1303292648276737 2 0.45146726862302483 2.9052854291112347 2.6872290598857775 3.177066540421385 2.8515606870265406 0.0101268 -0.0114509928971529 0.034897398203611374 443 90 90 60 2.921313485629471 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 30.84943182334478 30.897029876708984 80.33055114746094 21.14447021484375 327984.0 0.0 380.1924591064451 165.65306091308594 0.6357670997600624 436.5877990722656 1486.904541015625 1441.1083984375 90085.0 728.0225830078125 2370.64169921875 493.3056335449219 50.450687408447266 +sub-25088_ses-V1_task-rest_run-01_bold 0.0019156235827664397 0.011462054648526078 9 39.70497828393179 1.0673138049090904 0.9954053100909086 0.4578709843443663 4670.25390625 0.26510405396336206 172 39.002267573696145 2.5039063616061097 2.475779068288045 2.60319989655813 2.432740119972153 0.00478198 -0.011300153099000454 0.024141551926732063 441 90 90 60 2.6530442748302034 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 51.977495218696454 21.55656623840332 50.918121337890625 14.977324485778809 327928.0 0.040816325694322586 193.6250587463378 107.82906341552734 3.029746459174296 309.4537658691406 1074.9298095703125 1033.5374755859375 90131.0 516.882080078125 1773.0590209960938 389.564453125 30.062881469726562 +sub-25090_ses-V1_task-cuff_run-01_bold 0.0013754421768707485 0.008000412108843537 9 37.118496782249984 1.0816516567954542 1.0064047107499996 0.43864888400106095 7731.64697265625 0.16739216436622886 0 0.0 2.4622924603289564 2.4591082356171516 2.4243540703314914 2.5034150750382267 0.0156235 -0.01045237947255373 0.026861492544412613 441 90 90 60 2.605853638507107 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 82.31821066896231 15.024375915527344 30.08967399597168 10.285714149475098 326140.0 0.0022675737272948027 114.37641906738281 59.53662109375 2.6302635560880407 262.5753479003906 971.5863647460938 921.0589599609375 90503.0 464.39795532226566 1630.4621948242186 353.4557189941406 34.708717346191406 +sub-25090_ses-V1_task-cuff_run-02_bold 0.0022752847380410023 0.007897502870159454 11 38.65073046422376 1.1075838121004578 1.076638279474886 0.43934359845432314 7757.7099609375 0.19829681607204216 0 0.0 2.4708438454110424 2.464608235398601 2.4270582368907037 2.5208650639438224 0.00763431 -0.010531947948038578 0.027103373780846596 439 90 90 60 2.6081293973463993 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 78.10316971818875 14.903698921203613 29.955814361572266 10.216401100158691 325712.0 0.002277904422953725 114.4269985198975 58.48712921142578 2.6114612122142367 260.57666015625 965.1907958984375 916.2415161132812 90647.0 459.22028808593757 1621.1481201171864 351.30023193359375 34.705448150634766 +sub-25090_ses-V1_task-rest_run-01_bold 0.0008516704805491992 0.009989650411899312 13 37.03832625029814 1.0544092815825699 0.9800639800688068 0.4389661659090128 7619.42333984375 0.1720002768893237 30 6.864988558352403 2.481273009442192 2.4709874018117826 2.440787403011823 2.5320442235029708 0.0109987 -0.010836636647582054 0.02644307166337967 437 90 90 60 2.606314887182329 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 76.65196792109215 15.19582462310791 30.087900161743164 10.44164752960205 325998.0 0.006864988245069981 114.05628967285125 58.20835494995117 2.6385950743524447 264.3221740722656 976.0787963867188 925.97021484375 90648.0 464.9292755126953 1641.3039367675779 355.27752685546875 31.692588806152344 +sub-25090_ses-V1_task-rest_run-02_bold 0.0014770179372197308 0.009985340896860985 4 37.44935477168541 1.0857359689887633 1.0004302557977527 0.4396592488865618 7492.5888671875 0.17600839393752213 29 6.502242152466367 2.4763313442947807 2.4711290684728198 2.432479070008633 2.525385894402889 0.00521212 -0.010922200977802277 0.026337523013353348 446 90 90 60 2.6033500265446543 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 76.88880148052995 15.26482105255127 30.25307846069336 10.439462661743164 326044.0 0.0022421525791287422 114.45964813232422 58.65807342529297 2.5877205504434384 262.64337158203125 966.8082275390625 918.1032104492188 90623.0 454.3769195556641 1622.4754150390622 352.6602783203125 31.96173095703125 +sub-25091_ses-V1_task-cuff_run-01_bold 0.001721891891891892 0.014982736869369368 6 54.88548557379234 1.1207019205417603 0.9891869807674937 0.4872105877134908 5297.8525390625 0.4942095815672226 28 6.306306306306307 2.4742855183169863 2.4179999039173166 2.5160832333531684 2.4887734176804748 0.00766471 -0.004019373562186956 0.04564771428704262 444 90 90 60 3.112638545700643 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 104.14837448895273 19.724620819091797 53.63233184814453 13.58108139038086 314500.0 0.013513513840734959 204.943920135498 123.74545288085938 3.2686079079220347 237.7506103515625 1046.4127197265625 1000.718505859375 101525.0 608.03515625 1627.143774414062 321.5000915527344 30.639068603515625 +sub-25091_ses-V1_task-cuff_run-02_bold 0.003501303370786517 0.017724304359550563 5 44.3710310137838 1.096645447860361 1.0025386221171173 0.48675275818467684 5433.9658203125 0.3409947761475614 16 3.595505617977528 2.4700021836074493 2.4060832377241756 2.507366567032871 2.496556746065301 0.0136846 -0.003423050045967102 0.04779593646526337 445 90 90 60 3.142079298270049 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 94.22229129659995 19.46373748779297 52.895206451416016 13.406742095947266 315447.0 0.01573033630847931 202.18809356689457 119.890625 3.2106833813438023 237.61614990234375 1040.9547119140625 996.1775512695312 100895.0 610.955078125 1619.6296630859374 317.04248046875 28.564102172851562 +sub-25091_ses-V1_task-rest_run-01_bold 0.0011400447427293067 0.022022231991051452 3 61.90659691948432 1.0818286891704036 0.9776990821748884 0.4882982203585865 4996.0810546875 0.6475079353682633 341 76.28635346756153 2.518768838541279 2.4487499026954214 2.5616998982071917 2.545856714721225 0.0180772 -0.005220889113843441 0.04646271839737892 447 90 90 60 3.1265142134379627 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 85.97864249615598 20.185945510864258 53.687068939208984 14.10290813446045 314339.0 0.08053691685199738 203.5565994262691 120.63580322265625 3.226079043528639 239.36569213867188 1045.91796875 1001.0067138671875 101559.0 607.4116455078125 1623.9196899414044 320.1654357910156 24.31267547607422 +sub-25091_ses-V1_task-rest_run-02_bold 0.0018992376681614348 0.016965173251121075 4 44.778037746382005 1.0582697248764046 1.008024834808989 0.48261613814124077 5423.44677734375 0.3930811496169434 227 50.89686098654708 2.494789675920276 2.434395736599138 2.5196832332101176 2.5302900579515724 0.0100757 8.220008749049157e-05 0.04735628142952919 446 90 90 60 3.137569564243909 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 68.19364724128528 19.358598709106445 51.67490005493164 13.478700637817383 317352.0 0.06502242386341095 195.58946685791022 116.67375183105469 2.9221567255259 242.07969665527344 1034.0322265625 989.6256103515625 99478.0 603.0447509765626 1605.9382629394531 315.4099426269531 28.234020233154297 +sub-25091_ses-V3_task-cuff_run-01_bold 0.006101171171171171 0.026481455292792794 6 53.991621439367904 1.030059778126411 0.9674510020993231 0.48636109703150754 4899.97509765625 0.5328921992086092 53 11.936936936936936 2.564717434434561 2.462829068802632 2.6180623959675473 2.613260838533504 0.00787437 0.0024129406083375216 0.047877732664346695 444 90 90 60 3.1768136972182908 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 10 66.86843558640142 19.106868743896484 48.72279357910156 13.391892433166504 314529.0 0.07657657563686371 183.24143981933582 112.09923553466797 2.5530838256658077 228.52117919921875 982.1000366210938 944.427978515625 101745.0 564.9860473632813 1520.1504882812499 297.2863464355469 21.48688316345215 +sub-25091_ses-V3_task-cuff_run-02_bold 0.00277685393258427 0.015604349303370785 5 44.51327244009007 1.0670554454954946 1.0164717718693692 0.4897545130238464 5182.75390625 0.3537528068060043 20 4.49438202247191 2.5404466116727673 2.4505082359588846 2.605924896449848 2.5649067026095693 0.00976394 -0.003258198034018278 0.049273598939180374 445 90 90 60 3.135914457417294 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 25 47.71230453276998 18.787403106689453 51.70911407470703 12.988763809204102 314513.0 0.03146067261695862 202.4044952392578 113.21737670898438 2.4396177416161384 239.8484649658203 974.7127685546875 938.9483032226562 101593.0 556.0404785156251 1518.3784667968746 299.4162292480469 27.64393424987793 +sub-25091_ses-V3_task-rest_run-01_bold 0.0033105381165919284 0.022767665022421526 4 55.37584486970786 1.0539034049213485 0.9634836700674152 0.48816540218823423 5115.345703125 0.546034945486667 312 69.95515695067265 2.566457712490052 2.471741568448481 2.616116562711534 2.611515006310141 0.0170136 -0.0013566795969381928 0.044054776430130005 446 90 90 60 3.105682495651081 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 11 57.15772913887215 19.14418601989746 50.421142578125 13.358744621276855 313185.0 0.06502242386341095 191.97085571289062 113.50858306884766 2.5676028760965774 235.6473388671875 1003.01904296875 962.4282836914062 102647.0 571.6709045410156 1569.674072265625 309.89117431640625 23.580141067504883 +sub-25091_ses-V3_task-rest_run-02_bold 0.004055560538116593 0.02364770134529148 4 45.51777507494381 0.9838357312134826 0.9509916754157304 0.4991954617932759 3648.709228515625 0.3811960977038399 205 45.964125560538115 2.6073063208330804 2.5289373995090565 2.67570406034374 2.6172775026464445 0.0526013 -0.00979604385793209 0.040079858154058456 446 90 90 60 2.988375280916285 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 27 42.46380636476023 24.157108306884766 60.86827087402344 16.843050003051758 312278.0 0.12556055188179016 241.17276535034125 123.55072021484375 2.7648269309514646 259.3705139160156 1043.1517333984375 1001.1839599609375 103718.0 572.589956665039 1654.2391296386718 335.0245666503906 19.830930709838867 +sub-25092_ses-V1_task-rest_run-01_bold 0.0007267268623024831 0.008315937381489842 7 37.82292819608598 1.0755261136425338 0.988164711923078 0.4423383994625842 9773.7783203125 0.2625135511272488 170 38.37471783295711 2.4496507958633558 2.367358239262969 2.4867290678529312 2.4948650804741668 0.00846811 -0.007538328412920237 0.01780989021062851 443 90 90 60 2.7403251427745996 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 99.95711418481302 15.097107887268066 35.97800827026367 10.426636695861816 325688.0 0.006772009190171957 138.76061401367164 78.0994644165039 2.534185415554462 290.54315185546875 1096.5068359375 1036.943603515625 91387.0 573.2855529785156 1800.4578613281246 378.39959716796875 37.74335861206055 +sub-25093_ses-V1_task-rest_run-01_bold 0.0009878863636363637 0.006761425568181818 10 32.39581546911162 1.0884352626879275 1.0089224561958996 0.41454583625207553 10764.46875 0.17011846706198136 62 14.090909090909092 2.3858452848644514 2.4828207346749016 2.391349904976292 2.2833652149421595 0.00357131 -0.0074559785425662994 0.02130415476858616 440 90 90 60 2.8579124425212385 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 129.97356973258263 15.12928295135498 36.20967102050781 10.354545593261719 342410.0 0.0022727272007614374 141.59919509887686 82.68766784667969 2.732139604768797 287.74273681640625 1113.033935546875 1079.4056396484375 76564.0 541.5722686767579 1791.8431457519528 377.6877746582031 40.73025131225586 +sub-25093_ses-V3_task-cuff_run-01_bold 0.0078175 0.02200978 6 37.84791110288941 1.066104776297969 1.0418613117607216 0.4212474570626207 6227.20654296875 0.25075774680342877 6 1.3513513513513513 2.502238294248069 2.5382665658050154 2.475970734947096 2.4924775819920972 0.00321309 -0.00840477179735899 0.022016847506165504 444 90 90 60 2.9340214537728646 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 16 113.53131033432022 17.2001895904541 34.92974090576172 11.963964462280273 343817.0 0.045045047998428345 130.30270385742193 72.51754760742188 1.5842851398940248 246.97512817382812 973.7604370117188 941.034912109375 76148.0 477.05676574707036 1552.5671813964836 320.7300109863281 23.953887939453125 +sub-25093_ses-V3_task-cuff_run-02_bold 0.0012777752808988765 0.02926818921348315 5 41.228210719572004 0.9594699923648651 0.9343784711711711 0.42282327538299624 5904.56396484375 0.3265996286793911 15 3.3707865168539324 2.533268842271534 2.5616790648746863 2.513945733438105 2.5241817285018104 0.00542869 -0.008054124191403389 0.02225033938884735 445 90 90 60 2.96113845154436 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 141.5946077299153 17.62131118774414 34.89201736450195 12.283145904541016 343085.0 0.05842696875333786 127.37168426513665 71.8790054321289 1.5509478420279423 243.45657348632812 966.9823608398438 933.5999755859375 76484.0 476.60270233154296 1538.7822387695303 315.2820739746094 21.08905792236328 +sub-25093_ses-V3_task-rest_run-01_bold 0.0033273696145124715 0.014957826689342405 9 37.173829936909094 1.0662211308181817 1.0085595751363636 0.4212315434880416 6489.83251953125 0.2322452061657599 144 32.6530612244898 2.4682077484771625 2.512729066819784 2.441858236302605 2.4500359423090985 0.00269262 -0.008862271904945374 0.01985222101211548 441 90 90 60 2.956059711302804 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 83.0838047730868 16.913768768310547 34.977638244628906 11.74376392364502 344010.0 0.02947845868766308 132.59886703491208 71.09402465820312 1.643285784802912 246.23965454101562 978.334228515625 943.9932250976562 76003.0 487.85124816894535 1556.6521728515625 319.3396301269531 28.444557189941406 +sub-25093_ses-V3_task-rest_run-02_bold 0.002337847533632287 0.018374562914798206 4 42.127099300741556 1.042620190606742 0.9851762798202254 0.42198860170994884 6201.99169921875 0.34268515389024307 208 46.63677130044843 2.4982757941480664 2.533666565987803 2.467387401954834 2.4937734145015624 0.00950907 -0.008541346527636051 0.020390674471855164 446 90 90 60 2.9534102482413283 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 89.6420929628434 17.27597427368164 35.09772872924805 12.05605411529541 343783.0 0.05381166189908981 131.87512359619086 71.0368881225586 1.6752910752599854 247.2322540283203 975.136962890625 939.8475952148438 76139.0 486.34059753417966 1551.9512451171875 318.2224426269531 25.018667221069336 +sub-25094_ses-V1_task-cuff_run-01_bold 0.001024931818181818 0.006911534181818182 10 33.427092493325745 1.1555565349658319 0.9923864850797266 0.45338357027710013 8475.1328125 0.09411624063579516 0 0.0 2.4727647133289543 2.5398790657409407 2.5320040660538647 2.346411008192057 0.00662559 0.00716319028288126 0.026089008897542953 440 90 90 60 2.0558720886755495 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 48.68740654205302 18.980676651000977 59.80420684814453 12.920454025268555 320601.0 0.0 242.46817016601562 142.66297912597656 9.613230773866642 383.0403747558594 1337.3519287109375 1209.897705078125 95795.0 683.5138366699218 2392.2983154296876 588.5051879882812 41.89021301269531 +sub-25094_ses-V1_task-cuff_run-02_bold 0.001526031746031746 0.015507052834467119 9 34.84674825659091 1.0393520228636368 0.9371378193181811 0.4550831935331504 7784.04150390625 0.11151789802262255 1 0.22675736961451248 2.5329188669253226 2.5709082311746188 2.627683228918583 2.4001651406827667 0.00563875 0.0075355106964707375 0.026660747826099396 441 90 90 60 2.0738950691186355 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 44.19022412979599 19.593210220336914 59.84979248046875 13.399093627929688 320198.0 0.013605441898107529 241.82381515502914 140.39846801757812 9.901360319279016 377.5122985839844 1327.8197021484375 1203.5941162109375 96255.0 681.6088623046875 2362.167016601563 580.3513793945312 28.621068954467773 +sub-25094_ses-V1_task-rest_run-01_bold 0.0011609049773755656 0.006263741900452489 8 34.20523441532879 1.182363782607709 1.0096036443764174 0.45192016330791074 8475.232421875 0.09578538743116533 1 0.22624434389140272 2.4593230508885853 2.5325540660320094 2.517587399960065 2.3278276866736816 0.0112639 0.006365768611431122 0.027083732187747955 442 90 90 60 2.0569809852307506 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 55.23328392357513 18.878023147583008 58.63633346557617 12.904977798461914 320496.0 0.004524887073785067 237.37443923950195 140.7218475341797 9.722747868172346 384.8175048828125 1341.293701171875 1216.1279296875 95820.0 683.2512695312499 2394.57099609375 591.2167358398438 43.20175552368164 +sub-25094_ses-V1_task-rest_run-02_bold 0.0035033483146067416 0.012972491550561797 5 33.911278694436966 1.1094583520720722 0.9842008643693703 0.4548397559603461 7491.8427734375 0.08600674992801485 5 1.1235955056179776 2.5106313745230895 2.5766207309476243 2.5888915637933585 2.3663818288282847 0.0185476 0.007487215101718903 0.027193281799554825 445 90 90 60 2.06360882309906 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 44.877526547068584 19.893524169921875 60.35689163208008 13.777527809143066 320550.0 0.049438200891017914 247.03382873535128 140.63314819335938 10.463081666929051 378.8231506347656 1331.9605712890625 1207.121337890625 96135.0 687.0914855957031 2363.205200195313 584.9534301757812 33.44695281982422 +sub-25094_ses-V3_task-cuff_run-01_bold 0.001587337807606264 0.011661556286353467 3 37.509302383138994 1.1155863762107636 1.0067843176681617 0.4593492618134985 7244.01953125 0.1329004209750706 0 0.0 2.4765938805015977 2.5101749002546114 2.576508230952095 2.343098510298087 0.0149331 0.0034899739548563957 0.02356780879199505 447 90 90 60 2.195507484233879 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 16 56.4547879099366 19.65194320678711 57.147911071777344 13.601789474487305 319652.0 0.0469798669219017 226.93612899780277 132.75804138183594 12.36552259823097 339.967041015625 1270.5697021484375 1164.8970947265625 96492.0 677.401577758789 2196.6471557617183 530.5794067382812 32.414363861083984 +sub-25094_ses-V3_task-cuff_run-02_bold 0.0016616968325791853 0.010283992737556561 8 34.41589803104305 1.1037830197505674 0.9906694624489792 0.4603632908329781 7544.15869140625 0.12140042327216503 0 0.0 2.4451230546408613 2.4782082348581858 2.54537906552239 2.311781863542008 0.0133907 0.005068628583103418 0.02326534315943718 442 90 90 60 2.2361673820937567 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 50.821012533924005 19.057476043701172 56.7009391784668 13.107466697692871 319298.0 0.020361991599202156 226.20362854003906 133.4967498779297 11.61480103072675 332.966552734375 1257.539306640625 1156.4129638671875 96826.0 669.9191589355469 2167.0148315429688 517.137939453125 34.819942474365234 +sub-25094_ses-V3_task-rest_run-01_bold 0.001925384615384615 0.009832109253393666 8 32.89038168544216 1.0931940749206346 0.9948022470748306 0.458024877971472 7299.31787109375 0.111276084492685 19 4.298642533936651 2.4674383282851142 2.509120733629833 2.56507073140658 2.3281235198189294 0.0111988 0.0035896566696465015 0.0218807402998209 442 90 90 60 2.175552613245046 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 51.06418149509235 19.589134216308594 56.6712760925293 13.542986869812012 319809.0 0.04751131311058998 224.17421874999974 132.58058166503906 12.280765619486258 341.7030029296875 1274.8623046875 1169.1629638671875 96395.0 673.7267517089844 2206.8947021484373 537.4068603515625 34.10017776489258 +sub-25094_ses-V3_task-rest_run-02_bold 0.003455615212527964 0.00855557129753915 3 33.120624867421505 1.120791254461884 1.0686204551121072 0.4605203939205031 7677.48388671875 0.11352336250471969 18 4.026845637583893 2.436142500119335 2.4688540685632203 2.531199899419153 2.308373532375633 0.00834236 0.004836111795157194 0.023481741547584534 447 90 90 60 2.2282454669852263 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 51.02900366016534 19.008485794067383 57.46479797363281 13.058165550231934 319778.0 0.020134229212999344 230.78814620971664 134.6613006591797 11.72330602669565 333.8624572753906 1258.0035400390625 1155.1241455078125 96372.0 675.5440582275392 2166.245166015625 518.3980712890625 36.36888885498047 +sub-25095_ses-V1_task-cuff_run-01_bold 0.0005191071428571429 0.016140524776785715 2 53.9778350898434 1.0215372042505604 0.9945959052349003 0.4838202207085503 1451.139404296875 0.1404170199367836 0 0.0 2.5949902614062093 2.360074906219049 2.805312388526901 2.6195834894726766 0.00341004 -0.005358609836548567 0.0631353110074997 448 90 90 60 3.3341117807234326 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 60.14616400470205 6.006525039672852 25.183095932006836 10.337054252624512 330601.0 5.558035850524902 85.70536041259766 52.94343185424805 1.304699522641818 102.9432144165039 423.99932861328125 411.29132080078125 88048.0 242.54543228149413 642.6145294189453 123.3578872680664 23.112934112548828 +sub-25095_ses-V1_task-cuff_run-02_bold 0.0006425167037861916 0.019567153229398664 1 54.74244452379464 1.011504918861607 0.9813052991741068 0.484852169215371 1419.6187744140625 0.12933465286892917 0 0.0 2.616947205724187 2.3780832388367954 2.8306457208535782 2.6421126574821865 0.00393067 -0.004701925441622734 0.06341870874166489 449 90 90 60 3.344857230499888 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 54.30900740094982 6.174757480621338 25.138809204101562 10.447661399841309 330535.0 5.458797454833984 85.19510040283198 51.476932525634766 1.3202803848748124 102.44155883789062 421.77984619140625 409.8719482421875 88066.0 240.02951431274414 639.5445709228516 122.5372543334961 21.655956268310547 +sub-25095_ses-V1_task-rest_run-01_bold 0.0003796651785714286 0.015580401116071427 2 54.44303000530201 1.0323092353914989 1.0024571710514545 0.48303641698314886 1459.4322509765625 0.14363767175210435 14 3.125 2.574779150238225 2.340816573650973 2.789908222472341 2.593612654591361 0.00749706 -0.005925603676587343 0.062799371778965 448 90 90 60 3.315934426235424 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 57.16726359592278 6.009833812713623 24.913593292236328 10.339285850524902 330763.0 5.569196701049805 83.7000045776364 51.70952606201172 1.3057720606019787 103.33373260498047 424.1466064453125 412.18865966796875 88054.0 238.82210845947267 644.8914154052734 124.30472564697266 23.830669403076172 +sub-25095_ses-V1_task-rest_run-02_bold 0.0004997321428571428 0.01826236138392857 2 55.96921881503356 1.02502551901566 0.9929536406711399 0.48462868378817336 1389.3663330078125 0.153236121669368 42 9.375 2.599229150640198 2.357854072973964 2.8047415552162507 2.635091823730379 0.00666885 -0.005136820487678051 0.06259481608867645 448 90 90 60 3.323641667144126 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 54.353618620705575 6.1852312088012695 24.959243774414062 10.506696701049805 330900.0 5.647321701049805 84.43181343078591 50.745445251464844 1.2908486200401033 103.35856628417969 419.7805480957031 408.0201110839844 87868.0 239.13661575317386 638.4152221679688 122.76226806640625 21.934289932250977 +sub-25098_ses-V1_task-cuff_run-01_bold 0.00365687074829932 0.0044639051020408166 9 28.636918627068184 1.0468505100227274 1.0113424370000001 0.4414308175470116 7603.81884765625 0.21445428292141047 14 3.1746031746031744 3.03262705616534 2.776629056333341 3.2957832023706755 3.0254689097920036 0.00819408 -0.007048805244266987 0.032693397253751755 441 90 90 60 2.971289256506459 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 40.93258198718865 27.009584426879883 80.52352905273438 18.51700782775879 339540.0 0.004535147454589605 393.86906585693345 180.9668731689453 0.39641284400145427 492.943359375 1653.9124755859375 1624.6031494140625 80225.0 764.2925170898438 2606.9546875000005 546.763671875 46.25418472290039 +sub-25098_ses-V1_task-cuff_run-02_bold 0.007086907449209932 0.0061925832957110604 7 34.395424704592784 1.1357400812443437 1.0787460631674217 0.44234045886635326 7314.9833984375 0.3148070848238489 29 6.54627539503386 3.050981218496599 2.789895722472838 3.3194290347644078 3.043618898252552 0.0173771 -0.007243104744702578 0.0331970639526844 443 90 90 60 2.9701795961140625 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 40.89040447470731 27.4699764251709 81.64865112304688 18.89164924621582 339537.0 0.02483070082962513 399.99187011718755 182.88418579101562 0.38601103386656055 492.6322326660156 1654.0 1623.7562255859375 80173.0 765.7693237304688 2607.54814453125 546.6828002929688 37.96815490722656 +sub-25098_ses-V1_task-rest_run-01_bold 0.006077873303167421 0.004564056674208145 8 29.791580572290222 1.1216172532653061 1.0662728267800454 0.4404303484978035 7533.93994140625 0.23522522794219208 94 21.266968325791854 3.0211006726054896 2.7745623897487963 3.287787369355068 3.000952258712604 0.00798968 -0.007933986373245716 0.031579796224832535 442 90 90 60 2.9864921452613142 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 17 37.2465662744744 27.56231689453125 81.01578521728516 18.859729766845703 340373.0 0.0067873308435082436 394.07783813476556 179.75473022460938 0.35430580479273655 500.1434326171875 1671.5936279296875 1642.2467041015625 79508.0 773.0930206298829 2625.506127929687 549.8880615234375 46.29874801635742 +sub-25098_ses-V1_task-rest_run-02_bold 0.002079841986455982 0.006590560925507901 7 29.601750835565607 1.0205614820588236 0.9955678012443437 0.4424859811508653 7549.53125 0.24045899618483266 113 25.507900677200904 3.0459659352689186 2.769324889956916 3.2965207023413696 3.0720522135084702 0.0155139 -0.006988411769270897 0.0327729657292366 443 90 90 60 3.0110357973949435 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 35.5383055471152 27.265827178955078 81.60623931884766 18.817155838012695 339773.0 0.04740406572818756 395.8970825195312 180.10589599609375 0.41089322375153525 484.2220153808594 1662.2008056640625 1632.8487548828125 79985.0 779.1417602539062 2600.053369140625 542.28466796875 37.80665969848633 +sub-25100_ses-V1_task-cuff_run-01_bold 0.0009791176470588237 0.007630741312217195 8 32.86886520990928 1.0299553561451245 0.99938337569161 0.5202091364336446 2542.966796875 0.24950439175033 1 0.22624434389140272 3.0315590086086117 2.744699890935425 3.3645540329713013 2.9854231019191095 0.0081832 0.022195804864168167 0.05678221210837364 442 90 90 60 2.562618777796396 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 25.907901469482862 37.56820297241211 120.89595794677734 26.653846740722656 305639.0 0.1312217265367508 609.758398437499 257.2439880371094 0.6300580834651117 492.40509033203125 1456.1038818359375 1377.183349609375 109220.0 706.1233215332031 2449.149999999997 537.4100341796875 36.534278869628906 +sub-25100_ses-V1_task-cuff_run-02_bold 0.00097 0.008688194459459458 6 34.30494336907452 1.0151345172009025 1.0045523095259599 0.5208813044274613 2580.0244140625 0.29239687391328295 3 0.6756756756756757 3.042017338185199 2.750924890688066 3.3728873659734977 3.002239757894034 0.00988177 0.020535260438919067 0.057893913239240646 444 90 90 60 2.5670994742847317 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 27.057161171559056 37.619361877441406 121.29764556884766 26.64639663696289 305534.0 0.11036036163568497 612.4071289062497 256.61761474609375 0.6060489725461329 492.8716735839844 1452.8568115234375 1375.2049560546875 109329.0 706.862646484375 2441.3838378906244 535.7013549804688 34.1419677734375 +sub-25100_ses-V1_task-rest_run-01_bold 0.0011192533936651584 0.00917420052036199 8 33.53009177231293 1.0136523905215413 0.998109278095239 0.5194022245932243 2299.552978515625 0.2849273494004262 179 40.497737556561084 3.0740576096797128 2.791645722403299 3.403070698107453 3.027456408528386 0.00628296 0.01977565325796604 0.0547676645219326 442 90 90 60 2.5324661533413457 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 26.027795001694916 39.76862716674805 120.65538024902344 28.61764907836914 306284.0 0.21040724217891693 600.1101013183588 253.05369567871094 0.6362172800575632 505.40301513671875 1466.5552978515625 1388.901611328125 108870.0 698.6355773925782 2480.573107910156 548.4358520507812 32.6693115234375 +sub-25100_ses-V1_task-rest_run-02_bold 0.0008593033707865169 0.007486977146067416 5 30.939868024954936 1.0105242764639637 1.011181185337838 0.5211517549587947 2623.583740234375 0.2141887815347092 92 20.674157303370787 3.01557984571442 2.732812391407792 3.344295700442962 2.9696314452925074 0.00846266 0.018239114433526993 0.05645262077450752 445 90 90 60 2.5594485873694746 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 22.90070779323282 37.571475982666016 120.2834243774414 26.312360763549805 305393.0 0.07865168899297714 614.3622558593736 249.08572387695312 0.632189028192883 494.174560546875 1456.73291015625 1378.16064453125 109260.0 708.8288848876954 2451.4921264648433 538.45751953125 37.69996643066406 +sub-25100_ses-V3_task-cuff_run-01_bold 0.0014467276887871854 0.007929217414187643 13 31.47502923667434 1.0044768198394491 1.0049721611009172 0.5257382878620105 2524.92041015625 0.24506331797078934 1 0.2288329519450801 3.0444506684432664 2.7459790575512626 3.3701415327492743 3.017231415029262 0.0157249 0.028828857466578484 0.05395472049713135 437 90 90 60 2.5800539647850633 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 21.740159100073498 39.09727096557617 130.69073486328125 27.491989135742188 303958.0 0.052631575614213943 660.2250183105461 276.4520568847656 0.5138182882021622 509.7708435058594 1482.7564697265625 1407.9930419921875 110295.0 724.7425170898438 2486.7045166015614 545.7198486328125 35.07057189941406 +sub-25100_ses-V3_task-cuff_run-02_bold 0.000694 0.011075462269662922 5 32.814164982364886 0.9848068221171181 0.9605199901801801 0.52663260400785 2353.323974609375 0.2645116789540504 2 0.449438202247191 3.0707506647052294 2.7763040563462553 3.4051623646910048 3.0307855730784268 0.0284155 0.029053349047899246 0.0554322823882103 445 90 90 60 2.5668420472300166 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 21.837160510060805 40.443389892578125 133.95262145996094 28.83820343017578 304187.0 0.1550561785697937 673.0 280.8184814453125 0.517379622975128 516.8134765625 1493.6676025390625 1417.1595458984375 110240.0 728.4419036865235 2510.9183593749976 552.099853515625 30.396503448486328 +sub-25100_ses-V3_task-rest_run-01_bold 0.0014846031746031747 0.007595953628117914 9 30.6004926462955 1.0253206507500006 1.0040776039545454 0.5253186509121862 2457.01318359375 0.18840452216254452 61 13.832199546485262 3.0274826184652674 2.739304057816503 3.3505915335261216 2.992552264053177 0.015216 0.028823822736740112 0.05365792661905289 441 90 90 60 2.5795165726513503 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 21.1969489036414 39.445289611816406 130.99600219726562 27.8344669342041 303917.0 0.07029478251934052 659.6435424804689 277.4637145996094 0.5269617416208194 510.5228271484375 1486.684326171875 1411.9864501953125 110223.0 725.5861572265625 2495.1992431640624 547.3816528320312 37.97673034667969 +sub-25100_ses-V3_task-rest_run-02_bold 0.0006676576576576577 0.009459653220720721 6 32.86758003494354 1.0075348316930015 0.9767460841534978 0.5275128520188516 2235.5830078125 0.2637729746750119 144 32.432432432432435 3.0536909489384065 2.773283223132959 3.3860831987824755 3.001706424899785 0.0193123 0.02490914799273014 0.053802020847797394 444 90 90 60 2.5509018058845703 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 20.80516545483664 41.54959487915039 136.02706909179688 29.56081199645996 304341.0 0.13513514399528503 687.4324340820312 281.86688232421875 0.5206087940835937 525.5323486328125 1504.9228515625 1427.7568359375 110221.0 728.6712036132812 2532.549560546875 559.7041625976562 33.75291061401367 +sub-25101_ses-V1_task-cuff_run-01_bold 0.0006977149321266968 0.007716486085972851 8 46.518119526553306 1.1190396548526087 0.9861203884126984 0.4509478037828751 4867.96826171875 0.4683882635011714 51 11.538461538461538 2.982853456877576 2.723033225129715 3.249612370872006 2.9759147746310077 0.0217748 -0.012401836924254894 0.035376522690057755 442 90 90 60 2.9197199540161916 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 39.00061055027262 30.772384643554688 75.23924255371094 21.22850799560547 335065.0 0.024886878207325935 347.83079223632785 153.30796813964844 0.5697971154495733 460.79248046875 1544.8956298828125 1501.0577392578125 84026.0 753.7715454101562 2462.0906982421875 514.1071166992188 36.19258499145508 +sub-25101_ses-V1_task-cuff_run-02_bold 0.00037435374149659867 0.0037464535600907024 9 34.88234085606819 1.0992240390227273 0.992433596409091 0.45058379748031885 5038.673828125 0.2394627528120131 0 0.0 2.949199299493003 2.6949415595793105 3.216729038845339 2.9359273000543595 0.0059548 -0.012318974360823631 0.03659619018435478 441 90 90 60 2.9106678851357115 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 39.89982254124987 30.34459686279297 76.40081024169922 20.995464324951172 335347.0 0.011337868869304657 356.2505706787111 158.3245391845703 0.6131549484374688 464.422607421875 1556.2479248046875 1509.0908203125 83768.0 765.8800720214845 2483.7501953125 518.4658203125 48.4796257019043 +sub-25101_ses-V1_task-rest_run-01_bold 0.0015613800904977376 0.008170909615384615 8 41.83243043083896 1.0862166430838993 1.0138570424036286 0.4510117790272333 5037.2001953125 0.42100936911125114 249 56.334841628959275 3.000293729600442 2.7332873913889175 3.269724870072807 2.9978689273396 0.0228308 -0.012933808378875256 0.035728368908166885 442 90 90 60 2.9035171791540946 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 38.30900544979603 30.644922256469727 75.59458923339844 21.28054428100586 335364.0 0.06787330657243729 345.91369323730464 151.79815673828125 0.5926218238789298 461.3811340332031 1547.1168212890625 1503.642578125 83900.0 746.6476562500001 2471.00244140625 517.8662719726562 34.006500244140625 +sub-25101_ses-V1_task-rest_run-02_bold 0.0005386199095022624 0.004666192511312216 8 37.26778668337871 1.1147433017687076 0.9956258122675741 0.4514563962773211 5058.20263671875 0.2647872279779654 164 37.10407239819005 2.9625492962703803 2.707054059098003 3.2311165382736307 2.949477291439507 0.00786516 -0.01327014435082674 0.037554629147052765 442 90 90 60 2.895038793483314 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 40.92081670024867 30.49397850036621 77.5110092163086 21.027151107788086 335524.0 0.018099548295140266 360.60205841064425 159.40530395507812 0.639789739322135 461.1899108886719 1551.4903564453125 1503.81005859375 83729.0 755.8013793945313 2483.644921875 519.4407348632812 43.90114974975586 +sub-25104_ses-V1_task-cuff_run-01_bold 0.0017884841628959271 0.006958091085972852 8 28.325462103537404 1.0095669006802719 0.9840673155782318 0.503544334152442 5125.546875 0.17518592686019627 2 0.45248868778280543 3.1006714961211146 2.752708223950536 3.5148540269989166 3.034452237413891 0.00826803 -0.01456519402563572 0.07286898791790009 442 90 90 60 2.4974898351820345 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 32.13016473427894 33.46421432495117 114.53055572509766 22.967195510864258 303388.0 0.024886878207325935 564.9610229492175 241.74839782714844 0.4781565485379531 651.60693359375 1798.373291015625 1711.31787109375 110040.0 827.8217346191407 3060.5408081054647 685.2120361328125 39.15086364746094 +sub-25104_ses-V1_task-cuff_run-02_bold 0.001434841628959276 0.004220784140271493 8 25.945800136916088 1.0522453068934243 1.0074240900226752 0.5042863614013855 4857.296875 0.11302413068733169 1 0.22624434389140272 3.0714173405683893 2.748341557457385 3.481545694989137 2.984364769258646 0.00486648 -0.01435566134750843 0.07244477421045303 442 90 90 60 2.4848653278368005 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 25.979901341372514 34.18706512451172 117.01878356933594 23.438915252685547 303417.0 0.0022624435368925333 589.8063842773438 246.73336791992188 0.4828360792758444 656.1873779296875 1802.10595703125 1716.122314453125 110020.0 818.9567993164063 3072.5281372070312 690.6267700195312 50.17613983154297 +sub-25104_ses-V1_task-rest_run-01_bold 0.0006637414965986395 0.005260436780045351 9 25.376263289022717 1.008785567090908 0.9769097332954547 0.5016029315448041 4961.6435546875 0.1188530075067966 6 1.3605442176870748 3.0886673362511936 2.7527332239495426 3.510624860500301 3.0026439243037384 0.00855502 -0.014245941303670406 0.07236631959676743 441 90 90 60 2.4729982335109595 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 33.31995954788254 33.8880500793457 113.9042739868164 23.274375915527344 303543.0 0.01587301678955555 565.0172241210935 242.66627502441406 0.5295178079326792 662.269287109375 1814.35205078125 1725.60546875 109793.0 827.1846069335938 3097.2898925781246 697.7755126953125 45.13343048095703 +sub-25104_ses-V1_task-rest_run-02_bold 0.0015172108843537415 0.0039654433786848065 9 25.298581222886348 1.0474591353409088 1.0013843766590902 0.5054209056596101 4793.28759765625 0.10143875689110646 11 2.494331065759637 3.0760673416791877 2.7530623906031297 3.497295694363288 2.977843940071144 0.00619114 -0.01439431868493557 0.07121745496988297 441 90 90 60 2.4773436861580467 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 27.87473705837431 34.446128845214844 118.8407974243164 23.619047164916992 302898.0 0.004535147454589605 599.2087402343744 250.66473388671875 0.4785471257574865 662.0155639648438 1804.4593505859375 1721.4705810546875 110508.0 816.6624786376954 3081.0455932617183 694.8825073242188 52.725440979003906 +sub-25104_ses-V3_task-cuff_run-01_bold 0.0010304318181818184 0.008331698522727273 10 34.23726080093396 0.9816786736218679 0.976651652300684 0.5022756344486905 2696.4912109375 0.18446638081615985 3 0.6818181818181818 2.8196465649836457 2.5652873980646373 3.1495915415131432 2.7440607553731566 0.0109266 -0.02165048196911812 0.0727776437997818 440 90 90 60 2.248213122899178 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 58.290195608706355 34.596858978271484 91.76140594482422 24.039772033691406 304362.0 0.052272725850343704 416.8908996582031 189.198486328125 2.151454070688936 478.41558837890625 1392.5245361328125 1280.411376953125 109639.0 671.7299926757813 2471.0388671874975 569.5214233398438 34.44735336303711 +sub-25104_ses-V3_task-cuff_run-02_bold 0.0013898185941043086 0.0054135994104308385 9 33.81546721456817 1.0241364789090917 1.0063967247272732 0.5020814086023155 2743.731689453125 0.1713252903668208 4 0.9070294784580499 2.8045562930622965 2.559641564955649 3.136424875369673 2.717602438861568 0.012481 -0.022618381306529045 0.07457917183637619 441 90 90 60 2.2335663258028555 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 49.557601743689226 34.37889099121094 93.25594329833984 23.69161033630371 304905.0 0.040816325694322586 431.1061157226562 192.28500366210938 2.3044716357948527 481.70458984375 1396.84912109375 1282.39794921875 109106.0 675.9178314208984 2482.1036987304688 574.1455078125 39.28832244873047 +sub-25104_ses-V3_task-rest_run-01_bold 0.002556199095022624 0.0076618263348416284 8 31.966809417596362 1.0170260013378685 1.0124024172562351 0.49959177666405313 2662.16748046875 0.192088509100893 62 14.027149321266968 2.8238118423401075 2.5747665643546354 3.151320708111099 2.7453482545545866 0.0116583 -0.02321053482592106 0.07020213454961777 442 90 90 60 2.2329797404389957 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 58.98462287637757 35.32417297363281 90.86226654052734 24.33710479736328 305296.0 0.011312217451632023 415.2104263305664 186.2245330810547 2.33341832567866 490.2146911621094 1419.436767578125 1303.533935546875 108980.0 685.3439331054688 2523.090808105469 583.7616577148438 32.54961395263672 +sub-25107_ses-V1_task-cuff_run-01_bold 0.0005614285714285713 0.016619853348214284 2 53.26377010143177 1.043875916510067 1.007749723579418 0.4763108322014729 1620.255859375 0.09799736299212645 0 0.0 2.4594235946573373 2.31242490811249 2.611424896231298 2.4544209796282237 0.0054035 -0.01567821018397808 0.0493316613137722 448 90 90 60 3.3725637406019526 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 57.657010739493934 4.480900764465332 20.54929542541504 8.63839340209961 334521.0 5.0401787757873535 72.27902221679688 40.44563674926758 1.8135775349648409 85.86184692382812 377.23626708984375 361.6852722167969 84027.0 229.56876220703126 572.011181640625 107.24278259277344 25.01636505126953 +sub-25107_ses-V1_task-cuff_run-02_bold 0.0005594854586129754 0.01874182527964206 3 53.79171616923764 1.0417795325560548 1.0009059037443944 0.4776078821389283 1572.1495361328125 0.10401499909572125 0 0.0 2.4823930388491244 2.344549906835957 2.6282748955617388 2.4743543141496764 0.00689243 -0.017516884952783585 0.04983939230442047 447 90 90 60 3.362050148958467 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 52.27628120774061 4.679980754852295 20.905725479125977 8.791946411132812 334335.0 5.093959808349609 74.2684555053711 40.48674011230469 1.7497141810887493 86.50501251220703 379.3043212890625 363.72259521484375 84279.0 231.76062622070316 577.4583740234374 108.18412017822266 23.937477111816406 +sub-25107_ses-V1_task-rest_run-01_bold 0.0005076116071428572 0.01937393995535714 2 54.69893577937358 1.0284793811633115 0.9895121394183437 0.47373641701713387 1674.9508056640625 0.1235955437021779 24 5.357142857142857 2.4867694279882424 2.330799907382333 2.6423457283359477 2.4871626482464464 0.0091194 -0.014441451989114285 0.04949808493256569 448 90 90 60 3.42214401463688 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 64.21330291178248 4.331979274749756 19.83667755126953 8.488840103149414 334428.0 4.9933037757873535 67.8608280181884 40.223419189453125 1.7391311873037196 85.47467803955078 377.0436706542969 362.7656555175781 84355.0 230.77791442871091 570.6732299804687 106.00474548339844 22.812904357910156 +sub-25107_ses-V1_task-rest_run-02_bold 0.00029040178571428576 0.01764558125 2 53.85088250270694 1.0390541846532435 0.9954990744742738 0.47713437974506673 1562.3284912109375 0.09389771984038303 0 0.0 2.4956874830460714 2.3626707394492334 2.64155822836724 2.482833481321741 0.00779691 -0.017192643135786057 0.04919648915529251 448 90 90 60 3.322783562754829 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 54.74079252103336 4.636441230773926 20.872243881225586 8.803571701049805 334186.0 5.073660850524902 73.76506805419922 40.6390495300293 1.6764269043845301 87.744873046875 379.6541748046875 363.7165222167969 84503.0 230.43193206787112 580.3632141113278 109.46074676513672 24.227991104125977 +sub-25108_ses-V1_task-cuff_run-01_bold 0.004602882882882883 0.009205686103603603 6 42.943483219097075 1.2244431975846488 1.0415189182167044 0.44558533033228526 8925.318359375 0.15792215133428933 4 0.9009009009009009 2.364664712614364 2.3736207390141195 2.348745740002563 2.371627658826409 0.0114413 -0.0019890018738806248 0.019985752180218697 444 90 90 60 2.7423555171764296 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 41.65548780108216 16.685955047607422 47.528873443603516 11.360361099243164 331130.0 0.0045045046135783195 199.63851852416914 108.6964111328125 3.201931015203976 284.41259765625 1132.3048095703125 1074.1126708984375 87601.0 589.479736328125 1865.4617919921875 391.6729736328125 35.107872009277344 +sub-25108_ses-V1_task-cuff_run-02_bold 0.006908828828828829 0.020863830675675675 6 45.93060639431153 1.0652864279232508 0.9702608993905193 0.44723491275129784 8359.115234375 0.251090252548613 18 4.054054054054054 2.4319285838415237 2.419462403859202 2.429254070136783 2.4470692775285863 0.00737113 -0.003789263777434826 0.022163324058055878 444 90 90 60 2.7161111005775944 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 13 44.899957682525425 17.25027847290039 48.08087921142578 11.930180549621582 330788.0 0.04954954981803894 200.91509628295884 106.06206512451172 3.2231811445645304 284.84332275390625 1133.3502197265625 1074.2432861328125 88136.0 584.2224426269531 1875.0254211425781 395.505615234375 24.200407028198242 +sub-25108_ses-V1_task-rest_run-01_bold 0.004120248306997743 0.009977483498871334 7 43.11538035171945 1.2041141868325795 1.040777459457014 0.44527005433709543 9159.1328125 0.17742069293449528 72 16.252821670428894 2.360953602644957 2.3695082391775353 2.3467290734160318 2.366623495341304 0.0152186 -0.0013154110638424754 0.020297931507229805 443 90 90 60 2.761516878043612 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 46.451380668434574 16.38559913635254 46.895912170410156 11.257336616516113 331094.0 0.013544018380343914 196.33409118652344 108.02294921875 3.2846552936784112 281.6475524902344 1131.191162109375 1072.50341796875 87527.0 596.7713562011719 1857.8471923828124 388.3725280761719 34.57035827636719 +sub-25108_ses-V1_task-rest_run-02_bold 0.005577114093959732 0.01046269351230425 3 43.06207678262333 1.206713686928251 1.0879552191928257 0.44714675957178096 9333.060546875 0.18581006308698114 70 15.659955257270694 2.374853597748935 2.3821540720083685 2.353920739796927 2.3884859814415096 0.00936939 -0.003783375723287463 0.019495468586683273 447 90 90 60 2.7423182614038386 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 16 40.04610067823202 16.467830657958984 47.89131164550781 11.319911003112793 331042.0 0.015659954398870468 204.85503692626995 105.5975112915039 3.3843046868204425 280.72589111328125 1135.0477294921875 1075.259521484375 87581.0 600.1677856445312 1875.0716552734375 392.09649658203125 33.967918395996094 +sub-25109_ses-V1_task-cuff_run-01_bold 0.00156630289532294 0.024926411804008907 1 59.996989446071446 1.033369233727678 1.0126197690624998 0.4670351171526307 1479.9857177734375 0.3582573737278976 13 2.89532293986637 2.6674374772005396 2.53524989925822 2.954658215925764 2.5124043164176335 0.0142784 -0.018289901316165924 0.06636666506528854 449 90 90 60 3.0433782219731498 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 42.94313305040075 6.346462726593018 25.04818344116211 10.109131813049316 341857.0 5.171492576599121 95.04142913818367 47.34379196166992 1.7320672885078574 104.96427917480469 425.92193603515625 406.373046875 78198.0 243.678736114502 673.664840698242 133.52610778808594 19.595008850097656 +sub-25109_ses-V1_task-cuff_run-02_bold 0.004152264150943396 0.020902266037735845 1 63.99221758190477 1.0870204638095236 1.0505637512380956 0.46797629142059205 1472.1058349609375 0.3940850382618999 6 5.660377358490566 2.6631819213823644 2.5280165662123135 2.9621623822942422 2.499366815640538 0.0027852 -0.019529759883880615 0.06975171715021133 106 90 90 60 2.9671017280836827 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 40.820187172471705 6.15419864654541 26.030563354492188 10.188679695129395 342018.0 5.462264060974121 100.49057006835938 48.80118942260742 1.9375927413109055 106.95018005371094 431.7309875488281 409.9528503417969 78052.0 246.88255157470704 689.8585205078125 138.1652069091797 21.139019012451172 +sub-25109_ses-V1_task-rest_run-01_bold 0.001298663697104677 0.02327077216035635 1 56.06381778212056 1.010493163236607 0.980070036629465 0.4638725148554469 1596.98974609375 0.26170039587382415 102 22.71714922048998 2.673313866673278 2.5315207327397373 2.951333216057888 2.5370876512222083 0.00596129 -0.01871965080499649 0.06705553084611893 449 90 90 60 3.072266326180563 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 49.39625505024228 5.8115363121032715 24.485355377197266 9.819599151611328 342121.0 5.3630290031433105 91.27394104003906 46.84709167480469 1.8587105334970841 104.24443054199219 430.6788635253906 410.0155944824219 77958.0 250.4810791015625 677.1451141357422 133.45619201660156 20.00139617919922 +sub-25109_ses-V1_task-rest_run-02_bold 0.0011307349665924276 0.02142263719376392 1 54.437049925446374 1.0227855622767852 1.0050040971651792 0.46704068021735745 1533.423583984375 0.2568194066045878 120 26.7260579064588 2.690747199894052 2.5457373988414846 2.971895715240808 2.5546084855998648 0.00341506 -0.01881134696304798 0.06688787043094635 449 90 90 60 3.059968049783945 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 42.30577230965017 6.059187412261963 25.35455322265625 10.086859703063965 341864.0 5.425389766693115 96.76069335937484 46.88147735595703 1.7626912358920288 105.3176040649414 431.23919677734375 410.54345703125 78029.0 248.25034484863284 680.6218383789057 134.16506958007812 20.6591854095459 +sub-25109_ses-V3_task-cuff_run-01_bold 0.01166 0.022814377358490567 2 58.02613968609521 1.1202500456190476 1.1021722880000002 0.46359585936730274 1791.47314453125 0.3690806053035635 8 7.547169811320755 2.582199980605234 2.4360707365325793 2.7975915555003663 2.5129376497827556 0.00407157 -0.014101951383054256 0.058969635516405106 106 90 90 60 3.3958956456132485 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 39.071594956738835 5.398909568786621 23.47923469543457 9.273585319519043 342655.0 5.084905624389648 93.32075500488281 44.37732696533203 1.1206867505369011 100.78899383544922 421.403564453125 408.396240234375 77469.0 248.00377807617187 637.2716918945309 120.26094055175781 20.302425384521484 +sub-25109_ses-V3_task-cuff_run-02_bold 0.0018283783783783786 0.02382401081081081 1 52.016237108329555 1.0287438377426634 1.015959920744922 0.46529409185717135 1723.6973876953125 0.2540021458785416 4 0.9009009009009009 2.60415275887773 2.45898740228862 2.7992498887678035 2.554220985576768 0.00307633 -0.011772358790040016 0.061118319630622864 444 90 90 60 3.4493767754902196 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 39.07846090931963 5.806858539581299 23.95616912841797 9.461711883544922 342835.0 4.896396636962891 94.886489868164 45.475608825683594 1.079784462668277 98.83848571777344 418.48138427734375 405.590087890625 77310.0 247.053385925293 628.8700622558595 117.58282470703125 20.179014205932617 +sub-25109_ses-V3_task-rest_run-01_bold 0.0008464142538975501 0.026589477951002225 1 53.81215191758933 0.9932897918973216 0.968167126138393 0.4633485169509883 1767.3033447265625 0.3168695276920315 199 44.32071269487751 2.6292166472421257 2.481241568070985 2.8379498872300033 2.568458486425389 0.00487763 -0.013414456509053707 0.05926721543073654 449 90 90 60 3.4011965197930056 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 40.863659105488765 5.762006759643555 23.344261169433594 9.394209861755371 342477.0 4.853006839752197 91.45880126953138 44.08205032348633 1.1454299359598306 99.67941284179688 418.8663635253906 407.1470031738281 77828.0 242.33430862426758 632.0771728515624 119.70622253417969 18.822978973388672 +sub-25109_ses-V3_task-rest_run-02_bold 0.0009630786516853935 0.02536667415730337 5 53.353945895563065 1.017614094954954 0.9858739236711702 0.46559540669953714 1757.5697021484375 0.21758049104448712 78 17.528089887640448 2.615158314371115 2.465462402031326 2.814462388163313 2.5655501529187057 0.00270676 -0.011187581345438957 0.06084568426012993 445 90 90 60 3.4578703654398253 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 37.798345202983626 5.680532455444336 23.863126754760742 9.377528190612793 342414.0 4.930336952209473 94.38595733642552 45.36703109741211 1.1049498948517096 97.98834228515625 418.5527038574219 406.4247131347656 77729.0 246.59954833984375 627.4381958007812 117.5353775024414 19.584699630737305 +sub-25110_ses-V1_task-cuff_run-01_bold 0.0013495758928571428 0.012291315089285715 2 59.168704244116334 1.0737623740939592 1.0116543937136464 0.5399081091042519 731.1451416015625 0.08561620773211662 2 0.44642857142857145 2.703744337007297 2.499049900696679 2.904129051266946 2.7080540590582665 0.00573724 -0.01176487747579813 0.09146204590797424 448 90 90 60 2.4270439948586713 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 47.79054594585853 8.993240356445312 33.88037109375 13.439732551574707 301800.0 6.0870537757873535 128.68996582031244 62.5007438659668 3.0608224682127867 123.26117706298828 408.05548095703125 385.4687805175781 112717.0 197.3321563720703 702.2888549804686 158.82162475585938 23.469226837158203 +sub-25110_ses-V1_task-cuff_run-02_bold 0.0008955233853006683 0.013379744922048997 1 59.20717843944204 1.074390295736608 1.0118537031696426 0.5412744298957572 727.6299438476562 0.09165993727951517 1 0.22271714922049 2.7231693362354172 2.518354066596267 2.919629050651032 2.7315248914589527 0.00519223 -0.013759703375399113 0.09531252831220627 449 90 90 60 2.4242424939142015 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 47.918324822948264 9.166378021240234 34.399051666259766 13.465478897094727 301421.0 6.015590190887451 130.70156860351562 63.54766082763672 3.0018649363025247 123.59915161132812 408.1463928222656 385.4142761230469 113066.0 196.57183074951172 702.5066986083984 158.98268127441406 22.965560913085938 +sub-25110_ses-V1_task-rest_run-01_bold 0.0007361383928571429 0.013429714888392856 2 58.543739813803064 1.0664911754586124 1.0024332438478756 0.5401734244989145 715.4098510742188 0.084690813197056 4 0.8928571428571429 2.720744336331778 2.5132082334674104 2.921391550580996 2.727633224946927 0.00550595 -0.014061816036701202 0.09363526850938797 448 90 90 60 2.411940051317193 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 0 51.89504796886488 9.203386306762695 34.12592315673828 13.62276840209961 301258.0 6.080357551574707 127.86931381225563 63.630615234375 3.068430124276974 124.42610931396484 410.17547607421875 386.90179443359375 113189.0 198.0084930419922 706.9683349609373 160.4103240966797 22.891544342041016 +sub-25110_ses-V1_task-rest_run-02_bold 0.0017277678571428572 0.014357184575892856 2 60.43987336472036 1.078363690559283 1.0208399568456372 0.5431252187375568 678.4512939453125 0.10430925451275866 20 4.464285714285714 2.7190248919556583 2.518612399919335 2.917741550726034 2.720720725221605 0.00877731 -0.014641573652625084 0.09795841574668884 448 90 90 60 2.3972206030347887 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000000953674316 2 48.70709714847885 9.50454044342041 34.95100021362305 13.839286804199219 300994.0 6.0714287757873535 131.64442749023428 64.35572052001953 2.929634871106055 124.55679321289062 404.86920166015625 382.29241943359375 113466.0 191.7913055419922 700.1160888671875 159.4724884033203 21.99094009399414 +sub-25112_ses-V1_task-cuff_run-01_bold 0.003154784580498866 0.008658020113378684 9 37.01716171143184 1.1183750098636362 1.032277496909091 0.46349930809968864 6861.572265625 0.1715249092635273 0 0.0 2.426591066210316 2.3592332395858273 2.383662405281766 2.5368775537633557 0.00442924 -0.0021465676836669445 0.028744127601385117 441 90 90 60 2.3078210148096003 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 104.76106091828399 17.710540771484375 47.76762771606445 12.253968238830566 314359.0 0.024943310767412186 193.17483367919914 109.3583755493164 3.2011007938951046 322.90814208984375 1126.3931884765625 1032.74609375 100577.0 557.6362915039062 1987.6998046875 447.4961242675781 34.85985565185547 +sub-25112_ses-V1_task-cuff_run-02_bold 0.00275289592760181 0.010329375656108598 8 38.847688017369556 1.111116504331066 1.0138534663718815 0.46498849773424644 6764.42041015625 0.18378199727384179 1 0.22624434389140272 2.4289202336950564 2.360879072853761 2.393587404887382 2.5322942233440253 0.00265676 -0.0036363573744893074 0.03057011403143406 442 90 90 60 2.313117353320543 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 123.49244417949141 17.77781105041504 48.226680755615234 12.219457626342773 313941.0 0.009049774147570133 196.28733825683594 111.2812271118164 3.171617436312588 319.7171630859375 1121.7664794921875 1028.1165771484375 100944.0 555.6987670898438 1977.3718749999998 444.4700927734375 33.284759521484375 +sub-25112_ses-V1_task-rest_run-01_bold 0.0014512072892938499 0.010084498769931663 11 39.166523371758025 1.0966897961187216 0.9860407428082192 0.46307154051680216 6975.9443359375 0.19003612155423766 45 10.250569476082005 2.4291549556148957 2.3616082394914533 2.3920874049469867 2.5337692224062462 0.00343862 -0.0035812649875879288 0.029937006533145905 439 90 90 60 2.31255685736979 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 118.12811930593197 17.534557342529297 47.4321174621582 12.120729446411133 314226.0 0.013667427003383636 191.8439712524414 109.54196166992188 3.188392919923781 324.4552001953125 1129.6092529296875 1035.79052734375 100626.0 561.6321563720703 1990.0365600585938 447.89617919921875 33.26011276245117 +sub-25112_ses-V1_task-rest_run-02_bold 0.002882488789237668 0.0097983481838565 4 38.7967340661798 1.1111771470561795 1.0166040652359551 0.46456843285636634 6883.77392578125 0.19704540069723914 50 11.210762331838565 2.425011901133768 2.359474906242891 2.38637073850748 2.5291900586509333 0.00459582 -0.0038377163000404835 0.02966107241809368 446 90 90 60 2.29766484688333 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 7 130.9647565558942 17.774606704711914 48.716346740722656 12.217489242553711 314672.0 0.008968610316514969 199.20953598022464 110.92357635498047 3.2267150676447924 321.5484924316406 1126.525634765625 1031.372314453125 100496.0 558.2618255615234 1992.3891296386719 448.8762512207031 33.40308380126953 +sub-25112_ses-V3_task-cuff_run-01_bold 0.004859977272727272 0.010776469113636365 10 33.15195949963555 1.0605516699088837 1.0133801599316625 0.4475711304757236 7986.13623046875 0.1529091473870322 1 0.22727272727272727 2.5126660650276595 2.4798249014606117 2.532558232698511 2.525615060923856 0.0112897 -0.004721967037767172 0.028831200674176216 440 90 90 60 1.9723045085662625 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 21 144.5682071599443 18.44491958618164 50.73842239379883 12.820454597473145 316141.0 0.04772727191448212 208.2590789794922 121.74559783935547 4.213094427739255 424.97607421875 1301.6331787109375 1170.4476318359375 99396.0 590.9954071044922 2451.19873046875 593.4386596679688 29.427745819091797 +sub-25112_ses-V3_task-cuff_run-02_bold 0.0010665837104072398 0.012096032941176471 8 32.439244147256225 0.9980052488208626 0.9494111013378681 0.44868368993007596 7809.21923828125 0.1512439970372192 0 0.0 2.5247702281801376 2.490408234373401 2.5430207322827685 2.540881717884243 0.00867039 -0.005480833817273378 0.029185499995946884 442 90 90 60 1.975670425785864 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 28 158.2515093077178 18.492277145385742 50.903526306152344 12.857466697692871 315719.0 0.04751131311058998 210.81698303222652 121.69775390625 3.973058866342008 424.05279541015625 1296.26806640625 1167.12109375 99784.0 581.3216278076172 2449.116015625 590.743896484375 28.30644416809082 +sub-25112_ses-V3_task-rest_run-01_bold 0.0017693378995433788 0.006714385182648402 12 32.90954912851263 1.0900846157437072 1.0097930118993133 0.4454773854801826 8402.3857421875 0.14270218924252356 15 3.4246575342465753 2.492156348855691 2.4683832352485964 2.508820733641754 2.4992650776767236 0.00589926 -0.005015793722122908 0.028067685663700104 438 90 90 60 1.958614312124381 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 132.48615462878615 18.1500301361084 50.329158782958984 12.547945022583008 316878.0 0.027397260069847107 208.0185928344726 119.6375732421875 4.2350835296395 428.25030517578125 1313.7855224609375 1180.5992431640625 98824.0 593.4534240722658 2482.992919921874 602.7696533203125 36.909332275390625 +sub-25112_ses-V3_task-rest_run-02_bold 0.003986477272727273 0.011909956863636361 10 32.42511908277901 1.054993888268793 1.0390087380865605 0.4459912468388169 7935.75341796875 0.1556397032336735 21 4.7727272727272725 2.5297327286195554 2.4985332340505426 2.552987398553395 2.537677553254729 0.00620836 -0.004547895397990942 0.027302449569106102 440 90 90 60 1.9627850705833625 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 33 140.60689157379954 18.73470115661621 51.038604736328125 13.09999942779541 317283.0 0.07045454531908035 210.54726104736312 118.86431121826172 4.328931137526082 427.63629150390625 1318.9754638671875 1184.272705078125 98446.0 600.3227081298828 2485.3755493164062 603.3603515625 28.296619415283203 +sub-25117_ses-V1_task-cuff_run-01_bold 0.0010756659142212189 0.006747340203160271 7 38.14029683262441 1.0497023394796376 1.0038752624434393 0.5048946611328579 2237.687744140625 0.3044587691433881 4 0.9029345372460497 3.224300623032169 2.8184915546698748 3.64458735517711 3.2098229592495224 0.0055933 -0.009612184017896652 0.06873615831136703 443 90 90 60 2.591972509531287 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 43.81413640103335 38.82209014892578 91.92864227294922 28.06546401977539 307225.0 0.14446952939033508 414.2090332031248 182.8689727783203 1.1690592472841992 460.677734375 1407.3714599609375 1338.8984375 107801.0 677.9503784179688 2348.54638671875 516.5534057617188 35.02729797363281 +sub-25117_ses-V1_task-cuff_run-02_bold 0.0012257239819004524 0.005479341357466063 8 38.848606628616785 1.0759146478231285 1.0162043324943317 0.5052275891603538 2218.75390625 0.31275396849048476 1 0.22624434389140272 3.2036436835411437 2.8043207218996398 3.6175873562499934 3.189022972473798 0.0040161 -0.008541558869183064 0.06952934712171555 442 90 90 60 2.596106236143235 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 46.03685018649028 38.47721862792969 91.8393325805664 27.819005966186523 306902.0 0.09728506952524185 415.97275695800784 185.0592041015625 1.1320619281450677 457.5841369628906 1401.3360595703125 1333.392578125 107962.0 676.6745971679687 2336.4094848632812 513.610107421875 37.49220657348633 +sub-25117_ses-V1_task-rest_run-01_bold 0.001819099099099099 0.0074217953153153165 6 35.250668446297986 1.0456284944018055 1.0183100421444702 0.5043768146942029 2172.014404296875 0.24501297719255336 128 28.82882882882883 3.221567288775958 2.817141554723519 3.632545688988936 3.2150146226154184 0.0124563 -0.011033567599952221 0.06742732226848602 444 90 90 60 2.579788469104501 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 45.531168076594255 40.664710998535156 93.05729675292969 29.490991592407227 308346.0 0.22297297418117523 411.6723175048828 182.1090850830078 1.3810245625262878 466.0847473144531 1430.7076416015625 1357.8648681640625 107097.0 691.8599121093749 2390.3222167968747 526.3449096679688 33.39318084716797 +sub-25117_ses-V1_task-rest_run-02_bold 0.0012243243243243243 0.006466322252252253 6 35.746596209390496 1.0438349403837472 1.0310295232957094 0.5064481469578158 2186.966796875 0.2431632161689815 120 27.027027027027028 3.1936061859814564 2.8021123886540575 3.599958190283848 3.1787479790064626 0.00680214 -0.009257138706743717 0.06984224915504456 444 90 90 60 2.6154332702267067 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 41.738864436140496 39.14203643798828 93.7000503540039 28.407657623291016 307744.0 0.20495496690273285 422.89831237792964 186.1981964111328 1.144668015192103 453.5042724609375 1407.0198974609375 1336.38623046875 107340.0 688.2393371582032 2339.0169799804676 510.9593200683594 36.219539642333984 +sub-25119_ses-V1_task-cuff_run-01_bold 0.0043651467268623016 0.010937189729119641 7 28.427844056131214 1.0029963611538455 0.9699676932805433 0.4352324936212206 9358.958984375 0.12845967020923804 0 0.0 2.4021980581495868 2.4834999013145804 2.420387403822446 2.302706869311734 0.00423936 0.0019021021435037255 0.016416078433394432 443 90 90 60 2.572464803498821 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 96.5062524478531 17.075027465820312 47.06307601928711 11.677201271057129 334513.0 0.013544018380343914 183.23161010742155 113.55907440185547 4.822512689604885 324.9476013183594 1204.333984375 1131.2392578125 84025.0 615.39326171875 2008.2550781250006 439.7465515136719 32.585418701171875 +sub-25119_ses-V1_task-cuff_run-02_bold 0.00201961797752809 0.006420619303370787 5 27.647142771261258 1.0481320145495492 0.999538962747747 0.43451148833802355 9919.8125 0.1135858690562038 0 0.0 2.3909925082431127 2.476733234916797 2.419729070515272 2.2765152192972695 0.00665962 0.001697696396149695 0.017541196197271347 445 90 90 60 2.532890533810722 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 108.5859725460953 16.608476638793945 47.82644271850586 11.32584285736084 334630.0 0.004494382068514824 189.38201904296875 116.88204193115234 5.391458597230878 325.9493408203125 1207.8492431640625 1132.359619140625 83969.0 615.6993286132813 2026.4130615234367 447.0595397949219 39.55508041381836 +sub-25119_ses-V1_task-rest_run-01_bold 0.0016530681818181818 0.005343826386363636 10 28.415160116150304 1.0610536865831446 1.0519481554441912 0.43495008784982514 10018.072265625 0.14403272200236308 1 0.22727272727272727 2.376521676304362 2.4671124019657613 2.390062405027453 2.2723902219198724 0.01079 0.002365894615650177 0.014904077164828777 440 90 90 60 2.578977256016511 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 84.89851991524611 16.54617691040039 46.892757415771484 11.319317817687988 334722.0 0.004545454401522875 186.23374404907233 112.41136169433594 4.944626686538591 322.8516845703125 1204.3702392578125 1130.797607421875 83790.0 623.5977172851562 2011.3536865234387 438.46484375 43.13066482543945 +sub-25119_ses-V1_task-rest_run-02_bold 0.002552179775280899 0.012428969011235955 5 28.576399253400925 1.0082341182882884 1.0107158049774783 0.43671336540419164 9180.9794921875 0.14430909242432266 16 3.595505617977528 2.426400831381078 2.5070874003772974 2.451366569258111 2.3207485245078248 0.00827439 0.002538524568080902 0.018759403377771378 445 90 90 60 2.578283380545217 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 103.23737843408804 17.174863815307617 48.06063461303711 11.82921314239502 334236.0 0.026966292411088943 186.44044494628906 116.05521392822266 4.978700442977037 321.5948486328125 1197.1851806640625 1124.3663330078125 84195.0 617.0683410644531 1994.9006713867188 436.0884704589844 29.69391632080078 +sub-25119_ses-V3_task-cuff_run-01_bold 0.0008548198198198198 0.013657106418918919 6 31.5261381938149 0.9494596175846498 0.9139664505869074 0.4400125034967134 9650.91015625 0.1552030168317061 0 0.0 2.400281382427987 2.4612874021972257 2.390891571661171 2.348665173425564 0.0183582 0.005345137789845467 0.015522981993854046 444 90 90 60 2.778515915273176 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 64.09063275834785 15.904582977294922 43.73733139038086 10.885135650634766 332935.0 0.0045045046135783195 168.86756896972645 105.2173080444336 3.2175142634773337 290.1925964355469 1131.2012939453125 1071.0023193359375 85239.0 594.4450744628907 1842.5525512695312 385.4561462402344 28.29753875732422 +sub-25119_ses-V3_task-cuff_run-02_bold 0.0023770909090909094 0.007028546704545454 10 30.467912856469283 1.062470060182232 1.0001215153758547 0.43829188502042016 9881.18359375 0.13177948352344462 0 0.0 2.35394251180482 2.4342540699381003 2.3615749061594444 2.265998559316915 0.0133353 0.005179323721677065 0.014521218836307526 440 90 90 60 2.7552714292355067 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 73.64474817842694 15.722321510314941 43.28532791137695 10.756817817687988 333432.0 0.00909090880304575 168.52249298095708 104.80101776123047 3.4190146760595868 292.2410888671875 1139.3372802734375 1076.98291015625 84770.0 598.8738189697265 1862.1303649902345 390.8785705566406 39.27183532714844 +sub-25119_ses-V3_task-rest_run-01_bold 0.0019342600896860988 0.009707190022421526 4 32.05489299226967 1.039659803685394 0.9929002713033711 0.43839188645798505 9690.6455078125 0.18602541986184404 53 11.883408071748878 2.3729091711306824 2.4524249025493896 2.367149905937914 2.2991527049047438 0.0172166 0.004322323016822338 0.020647190511226654 446 90 90 60 2.753593911296409 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 128.229890047979 15.796695709228516 43.95749282836914 10.92376708984375 333386.0 0.026905830949544907 167.87725448608398 111.40210723876953 3.388703263266584 292.973388671875 1136.1439208984375 1076.580810546875 84811.0 589.1412658691406 1855.0494384765625 390.9706726074219 34.169151306152344 +sub-25119_ses-V3_task-rest_run-02_bold 0.001521591928251121 0.010247188968609865 4 32.393807636202254 1.0370770237528097 1.01723986305618 0.43967671370034356 9764.3486328125 0.18982584802998329 55 12.331838565022421 2.378243891557261 2.4470207360974654 2.3805874054039555 2.307123533170361 0.0113265 0.004471946973353624 0.01939421519637108 446 90 90 60 2.760802513660369 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 16 97.43001920236065 15.956258773803711 44.574581146240234 10.943946838378906 333480.0 0.01569506898522377 171.6255645751953 108.97611999511719 3.3977876251563437 291.11199951171875 1134.9686279296875 1074.580810546875 84746.0 594.2360229492188 1855.0163269042969 389.22540283203125 33.046539306640625 +sub-25120_ses-V1_task-cuff_run-01_bold 0.0008567945823927765 0.004408478374717833 7 32.685694647171935 1.060442669004524 1.0077641912217197 0.5169505177789167 2009.4981689453125 0.2117286267799632 0 0.0 3.027915954936286 2.8056748885124967 3.3013998688141557 2.976673107482206 0.00926517 -0.023526718840003014 0.07551915943622589 443 90 90 60 2.4177952108081358 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 21.287799347375703 50.24114227294922 141.59280395507812 34.661399841308594 313043.0 0.03386004641652107 667.5505554199218 260.6212158203125 2.341494389435188 545.7733154296875 1648.952392578125 1550.123046875 104012.0 787.5206939697266 2821.3238525390625 641.1277465820312 43.836265563964844 +sub-25120_ses-V1_task-cuff_run-02_bold 0.0011630022573363432 0.004601101331828443 7 32.18617979540721 1.0588079442307694 1.0073407730769235 0.5161863452530799 1977.340576171875 0.1895916154588674 0 0.0 2.9912617997322477 2.781308222814074 3.266166536880869 2.926310639501801 0.00896781 -0.022876230999827385 0.07277718186378479 443 90 90 60 2.4510714742956656 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 20.49308352328142 49.779293060302734 138.8885955810547 34.25056457519531 313353.0 0.004514672793447971 657.5851074218748 256.8790588378906 2.421414113823962 539.1686401367188 1639.6409912109375 1542.063232421875 103371.0 804.0677490234375 2787.1378173828125 629.1353759765625 44.13474655151367 +sub-25120_ses-V1_task-rest_run-01_bold 0.0004040950226244344 0.007818401674208145 8 33.058686284263025 1.041215147210884 0.9876728345124715 0.5158935889718324 2007.0328369140625 0.20995628352267784 85 19.23076923076923 3.0216506799000995 2.8002040553965544 3.3006207021784504 2.9641272821252937 0.0112198 -0.022839369252324104 0.0739581510424614 442 90 90 60 2.4332087365320123 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 21.956274657205235 50.12671661376953 138.8384552001953 34.45475387573242 312947.0 0.015837104991078377 652.5986877441408 255.7540740966797 2.3347503447144433 544.4906616210938 1650.458740234375 1551.9593505859375 103974.0 798.4582000732422 2817.724597167968 637.8211059570312 42.539329528808594 +sub-25120_ses-V1_task-rest_run-02_bold 0.0023045823927765234 0.005385109322799097 7 32.38764283882355 1.0704047536425352 1.0432360678959274 0.5180621143951432 2034.1834716796875 0.19662048938633137 41 9.255079006772009 3.028835400253165 2.810024888339643 3.3043832020289416 2.972098110390911 0.00967106 -0.024571796879172325 0.07671485096216202 443 90 90 60 2.4075522814764776 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 20.711007248458714 50.050376892089844 142.78602600097656 34.25959396362305 312875.0 0.0022573363967239857 672.0149047851562 261.58349609375 2.361676639412943 547.4684448242188 1643.162353515625 1544.4266357421875 104133.0 783.7431274414063 2811.9549804687495 641.4893798828125 43.57987594604492 +sub-25120_ses-V3_task-cuff_run-01_bold 0.0012367720090293453 0.008682458261851017 7 33.012959251425315 0.9977872628280542 0.9808916787782804 0.5134102154813875 1993.5567626953125 0.241063954945676 1 0.22573363431151242 3.1445909206848284 2.8157123881136426 3.492329027893979 3.1257313460468636 0.0204296 -0.021435193717479706 0.0605192631483078 443 90 90 60 2.4617746224829338 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 18.688330014588765 46.59989547729492 124.88170623779297 32.61625289916992 313142.0 0.07900677621364594 580.4374755859376 229.19332885742188 1.7017795070376298 509.6253356933594 1552.9801025390625 1459.320556640625 103714.0 747.7220123291015 2646.759252929687 592.7892456054688 33.25048828125 +sub-25120_ses-V3_task-cuff_run-02_bold 0.0010617460317460317 0.008038193106575964 9 33.5594195581591 1.0331746432272733 0.9943809079772736 0.5151712464134606 1824.4876708984375 0.23861821483620013 0 0.0 3.1152714847723977 2.7976582221643835 3.4595040291983272 3.0886522029544814 0.0182416 -0.021553343161940575 0.06120733171701431 441 90 90 60 2.445680268845553 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 17.42146848074552 48.84855651855469 128.06285095214844 33.85487747192383 313132.0 0.027210883796215057 595.7447906494141 232.61141967773438 1.6965381161571296 515.0077514648438 1558.0552978515625 1461.3741455078125 103771.0 754.0986633300781 2662.60888671875 597.5299072265625 39.08253860473633 +sub-25120_ses-V3_task-rest_run-01_bold 0.0036940227272727268 0.00865468268181818 10 33.09231876742595 1.0667782605922558 1.040570365398633 0.5128731657712238 1814.43603515625 0.21978779918522584 83 18.863636363636363 3.11151037475034 2.7953998889207887 3.4552081960356955 3.0839230392945356 0.0101613 -0.0209906417876482 0.05973467975854874 440 90 90 60 2.4694078839117926 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 18.200231885465033 48.17782974243164 123.70309448242188 33.686363220214844 313450.0 0.05454545468091965 573.6670288085934 225.9896240234375 1.6763384886191632 508.134765625 1553.144775390625 1457.2567138671875 103609.0 758.6881469726563 2641.8771484374984 590.12109375 36.41255187988281 +sub-25120_ses-V3_task-rest_run-02_bold 0.0005988513513513513 0.007704505788288288 6 31.678245712505657 1.0222457646501126 0.9915220298645591 0.5157064774293868 1760.8023681640625 0.19322977591220775 51 11.486486486486486 3.1004562105652123 2.787570722565225 3.4401540299672275 3.0736438791631833 0.015513 -0.02235151268541813 0.061524201184511185 444 90 90 60 2.448538856699263 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 17.30862078789135 49.556983947753906 129.55032348632812 34.4054069519043 313701.0 0.027027027681469917 604.398681640625 235.04954528808594 1.7258082933370131 514.7734375 1558.2763671875 1461.8941650390625 103352.0 756.5260223388673 2659.1615844726557 597.044677734375 41.27091979980469 +sub-25121_ses-V1_task-cuff_run-01_bold 0.0012954648526077096 0.005084753877551021 9 30.41001826638637 1.127909425136363 1.0163953224545457 0.45919173079791753 7762.57373046875 0.19650801884780328 1 0.22675736961451248 2.975985394487083 2.71292489219805 3.2033415393773104 3.0116897518858896 0.00690376 -0.015959514304995537 0.04160408303141594 441 90 90 60 2.8496886941148376 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 56.010434542889655 28.149269104003906 81.79246520996094 19.306121826171875 326444.0 0.009410431003201328 394.6050033569332 179.6587371826172 0.38738624956605694 545.2076416015625 1717.6927490234375 1686.828857421875 91966.0 774.7709808349609 2749.4291381835938 591.9312133789062 46.08711242675781 +sub-25121_ses-V1_task-cuff_run-02_bold 0.0008025507900677201 0.007917126455981941 7 29.4096870076923 1.0714057100904977 0.977959295339366 0.46024924800607875 7012.13720703125 0.16440270086957892 0 0.0 2.975559004936308 2.7033207259130188 3.208249872515604 3.0151064163802994 0.00554571 -0.015498471446335316 0.04315096512436867 443 90 90 60 2.8821012282509515 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 51.83195774104272 29.143342971801758 83.06417083740234 20.042890548706055 326713.0 0.027088036760687828 398.35170898437326 182.15174865722656 0.37673095340576346 540.2496337890625 1717.4525146484375 1685.9244384765625 91534.0 782.7599517822266 2738.047094726562 584.96044921875 40.48354721069336 +sub-25121_ses-V1_task-rest_run-01_bold 0.0004788914027149322 0.0035346133031674202 8 31.08797350145123 1.16369836877551 0.997504338820861 0.45743439074532677 7090.0283203125 0.17617310851023907 80 18.099547511312217 2.944471515385492 2.687399893212323 3.1772832070794417 2.968731445864712 0.0083473 -0.015938086435198784 0.0400400310754776 442 90 90 60 2.8691472544964434 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 57.61178904643018 29.06839942932129 80.13575744628906 19.809955596923828 327057.0 0.0 386.54255371093774 175.90345764160156 0.3883976103640898 546.0137329101562 1723.6517333984375 1691.8394775390625 91417.0 786.9697021484375 2750.405517578125 589.6630859375 50.469696044921875 +sub-25121_ses-V1_task-rest_run-02_bold 0.000704 0.005907776629213483 5 31.417969940112595 1.0967452858108113 0.9728028000450456 0.46046321203403245 7091.98046875 0.1866566976612396 101 22.696629213483146 2.982495114902569 2.713787392163778 3.214216538945177 3.0194814135987516 0.00483477 -0.015543059445917606 0.041590046137571335 445 90 90 60 2.8602044442259134 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 53.20457202531106 29.13896369934082 83.49986267089844 20.020225524902344 326637.0 0.03146067261695862 404.6786560058597 180.5202178955078 0.38670319035970246 547.0053100585938 1722.4378662109375 1689.938232421875 91836.0 783.67919921875 2758.4000244140625 590.842041015625 40.90814971923828 +sub-25124_ses-V1_task-cuff_run-01_bold 0.0012427272727272725 0.007735798931818181 10 37.78948241642372 1.0746747275398638 1.0010949382460137 0.49043288597447365 4203.66943359375 0.2195062740049777 0 0.0 2.5216730093046036 2.43053323675262 2.609829062961377 2.5246567281998136 0.00178767 -0.010007140226662159 0.0430702269077301 440 90 90 60 2.424521876726731 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 183.09239285804043 25.40304183959961 60.94422912597656 17.529544830322266 304864.0 0.027272727340459824 234.75089645385722 130.78466796875 4.7316149881315495 346.5413513183594 1210.882080078125 1140.4613037109375 109225.0 589.6854248046875 2062.4862792968747 470.3839111328125 36.906394958496094 +sub-25124_ses-V1_task-cuff_run-02_bold 0.0011111286681715577 0.008982223995485329 7 35.738534758959275 1.0592800511764708 1.0343425557013577 0.4931878333073986 3721.093994140625 0.20050113959660001 0 0.0 2.530111898433511 2.443733236228099 2.6248415623648342 2.5217608967076 0.00238202 -0.008748096413910389 0.04445232078433037 443 90 90 60 2.4385550653462262 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 169.75946915662516 26.335433959960938 61.789981842041016 18.31602668762207 303821.0 0.06320542097091675 237.871337890625 130.23471069335938 4.655746560168343 339.2080078125 1196.3187255859375 1128.27197265625 110006.0 585.7624359130859 2039.0806884765625 462.6784362792969 33.50656509399414 +sub-25124_ses-V1_task-rest_run-01_bold 0.0014160850111856822 0.009380100961968679 3 37.526028355448425 1.0783146655829587 1.0246141667488788 0.4908415572678652 3739.85595703125 0.21066099228445195 75 16.778523489932887 2.53163689881912 2.453879069158273 2.6215165624969576 2.5195150648021287 0.00282314 -0.00849026907235384 0.04132466018199921 447 90 90 60 2.4477349575191414 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 177.41090208984502 26.302093505859375 60.0731086730957 18.46084976196289 304641.0 0.10961968451738358 228.1185760498047 127.00997924804688 4.498244453975508 341.247314453125 1205.9127197265625 1137.524658203125 109414.0 591.4642059326172 2053.8408813476553 464.7232971191406 33.801734924316406 +sub-25124_ses-V1_task-rest_run-02_bold 0.001363199105145414 0.008916847829977629 3 38.504168403497765 1.0873532132511219 1.03960215603139 0.4931102178562584 3731.397216796875 0.2283653031864644 128 28.635346756152124 2.533967450791059 2.4458832361426657 2.618933229266277 2.537085886964234 0.00344592 -0.009263689629733562 0.04295783117413521 447 90 90 60 2.419284940049669 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 167.50536824733757 26.454666137695312 61.942909240722656 18.378076553344727 303654.0 0.058165550231933594 238.72293090820264 129.07730102539062 4.687692286727428 343.4396057128906 1200.7298583984375 1131.9373779296875 110241.0 581.0783081054688 2046.051513671875 467.87884521484375 34.32818603515625 +sub-25124_ses-V3_task-cuff_run-01_bold 0.0011935440180586908 0.009260615688487583 7 40.249224157782805 1.0715882556108598 0.9837327727149319 0.4886125335156505 3676.025390625 0.3139469239449658 0 0.0 2.5979563278919215 2.4970874007746615 2.7131623921886128 2.5836191907124895 0.00424174 -0.009273719042539597 0.034713100641965866 443 90 90 60 2.3024654312200417 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 169.09932046855036 27.784568786621094 62.541603088378906 19.49209976196289 304049.0 0.11060948669910431 241.0054199218748 128.17398071289062 5.1484886882318985 385.2222900390625 1273.3905029296875 1191.53955078125 110353.0 612.288037109375 2217.8113769531246 517.5036010742188 31.32232666015625 +sub-25124_ses-V3_task-cuff_run-02_bold 0.004968435374149659 0.008768666099773243 9 40.613333897045436 1.1390906813181811 1.1464280110454546 0.48888303753799095 3713.467041015625 0.3032995983448742 0 0.0 2.5960577158454594 2.496079067481396 2.7033873925770364 2.5887066874779463 0.00332959 -0.008267813362181187 0.034660737961530685 441 90 90 60 2.285713169966956 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 176.58158143721803 27.940834045410156 63.409000396728516 19.528345108032227 303960.0 0.08843537420034409 247.03412551879882 130.95571899414062 5.174256597792192 387.8702392578125 1271.2508544921875 1189.70751953125 110285.0 608.028125 2220.6939453124987 520.4949340820312 32.974769592285156 +sub-25124_ses-V3_task-rest_run-01_bold 0.0018185458612975391 0.008973425279642058 3 40.01660610008972 1.0863477916367714 1.0920317283856498 0.48768403661634535 3909.401123046875 0.286453538345465 215 48.09843400447427 2.589089664258964 2.4962249008089343 2.7009207260083863 2.570123365959571 0.0049052 -0.009188786149024963 0.034321341663599014 447 90 90 60 2.3396831098452195 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 168.07131182669795 27.078218460083008 60.78494644165039 19.03803062438965 304423.0 0.1409395933151245 234.34608459472634 123.37574768066406 4.9341707562376405 381.7037353515625 1271.34716796875 1191.3076171875 109806.0 620.1392822265625 2197.0491943359375 509.1724548339844 32.41368103027344 +sub-25124_ses-V3_task-rest_run-02_bold 0.0012246308724832213 0.0087629970246085 3 40.00270668589688 1.0881799904260094 1.051673408318385 0.4903798228955411 3539.143310546875 0.2904001190352506 215 48.09843400447427 2.584288278353175 2.487262401165072 2.7095332256661564 2.5560692082282968 0.00298083 -0.008762364275753498 0.03494427725672722 447 90 90 60 2.316632181379053 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 160.6565948046916 28.361818313598633 63.08395004272461 19.821029663085938 303691.0 0.10067114233970642 245.77293395996094 126.6913833618164 5.103159510040472 383.0736083984375 1264.0672607421875 1186.133056640625 110624.0 607.0379272460938 2196.9119140624985 512.0051879882812 33.0147705078125 +sub-25131_ses-V1_task-cuff_run-01_bold 0.0010871106094808125 0.006324603047404063 7 33.296897650837096 1.0836700581221723 1.0077503761538456 0.5170669142101235 2984.331787109375 0.15605198052701552 1 0.22573363431151242 3.0419089876751433 2.7376290578830615 3.299383202227624 3.0887147029147446 0.0127399 0.006346956826746464 0.04822612553834915 443 90 90 60 2.248564033031074 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 34.57054444498375 38.3200798034668 108.74746704101562 26.93905258178711 295826.0 0.04740406572818756 545.0988006591797 221.24864196777344 1.4075431100581826 606.5950927734375 1618.8626708984375 1518.82275390625 118518.0 718.0923645019532 2889.191564941406 675.4605712890625 42.738346099853516 +sub-25131_ses-V1_task-cuff_run-02_bold 0.002323605442176871 0.006925304807256235 9 34.41212476809092 1.1043618231590897 1.0204946489999995 0.5176301745137116 2912.01416015625 0.18092893661056386 6 1.3605442176870748 3.0412687103168605 2.7360165579471367 3.3010582021610655 3.08673137084238 0.00969132 0.005483589135110378 0.049517158418893814 441 90 90 60 2.2559731248845796 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 9 36.16194654745223 38.466976165771484 109.28807067871094 27.088436126708984 295999.0 0.022675737738609314 547.7913940429682 222.15455627441406 1.3993836711527496 603.84423828125 1613.5853271484375 1513.840087890625 118462.0 718.5422729492188 2879.5258300781247 671.0335693359375 40.66180419921875 +sub-25131_ses-V1_task-rest_run-01_bold 0.0015816252821670431 0.00689904762979684 7 34.16808610395927 1.1002740027149323 1.0115947288009048 0.5160541689748116 3018.6259765625 0.16953712312214975 45 10.15801354401806 3.051427040243956 2.7417707243851535 3.310666535112598 3.101843861234117 0.0123576 0.0060983081348240376 0.04898778721690178 443 90 90 60 2.2649199712851553 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 6 38.52082640543537 37.78125762939453 106.54629516601562 26.679458618164062 295589.0 0.03611738234758377 534.5201293945311 219.49880981445312 1.3980945971348673 604.6626586914062 1616.7462158203125 1519.352294921875 118614.0 721.724609375 2874.2586303710937 670.8165893554688 40.172489166259766 +sub-25131_ses-V1_task-rest_run-02_bold 0.0029311512415349894 0.006982348487584649 7 33.75166505929867 1.0990324534389144 1.0762794541628962 0.5186844287704465 3097.4658203125 0.1785100912645678 46 10.383747178329571 3.0617964819716446 2.7453373909100933 3.3266082011458 3.1134438538590405 0.009719 0.005660243332386017 0.050865739583969116 443 90 90 60 2.26225171687724 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 4 35.150506489493345 37.48674774169922 110.15686798095703 26.422122955322266 295554.0 0.06772009283304214 554.8220336914057 224.25567626953125 1.4333441307755646 601.5133056640625 1612.162353515625 1512.79345703125 118640.0 722.5635406494141 2863.2577758789052 668.7085571289062 38.7265739440918 +sub-25132_ses-V1_task-cuff_run-01_bold 0.003734603174603175 0.006259640317460317 9 25.439834300045458 1.0981024854545445 1.040049457000001 0.4566330954606401 7875.369140625 0.10206362463251079 0 0.0 2.924424322352363 2.7217957251788882 3.22564987182419 2.82582737005401 0.0083182 -0.016845352947711945 0.030776139348745346 441 90 90 60 2.6523453107406345 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 48.10453082824192 27.293663024902344 72.94255065917969 18.663265228271484 322420.0 0.006802720949053764 346.6675643920897 164.4486541748047 0.8417241293647475 554.5167846679688 1777.848876953125 1700.873046875 94265.0 835.5038696289063 2968.96650390625 641.2679443359375 49.68992614746094 +sub-25132_ses-V1_task-cuff_run-02_bold 0.009489775280898874 0.00530351815730337 5 26.127063210000014 1.098922539324324 1.115325527882883 0.4587025020480014 9058.912109375 0.12286346467836491 4 0.898876404494382 2.9647465372362087 2.7502998907129013 3.289241535963951 2.8546981850317734 0.0122026 -0.01737874001264572 0.03319862484931946 445 90 90 60 2.6068399393447774 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 22 54.2364745820815 26.227067947387695 75.86199188232422 18.08539390563965 321264.0 0.03146067261695862 357.7189880371079 173.6875762939453 0.8980546498235769 564.77490234375 1782.113525390625 1702.024658203125 95262.0 829.113702392578 2999.864782714843 652.90380859375 42.619544982910156 +sub-25132_ses-V1_task-rest_run-01_bold 0.001551787330316742 0.005071219253393665 8 26.180548583469385 1.0433751961224487 0.9757853730385487 0.4560404151032083 8426.6064453125 0.0876645099714346 7 1.583710407239819 2.940272928319486 2.7257498916884306 3.246520704328191 2.8485481889418356 0.00875138 -0.016126062721014023 0.028138751164078712 442 90 90 60 2.6566125482971583 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 46.756054368775665 26.49564552307129 70.20494842529297 18.079185485839844 321932.0 0.004524887073785067 334.5357559204103 154.9856414794922 0.875361290958582 549.9851684570312 1768.0826416015625 1692.2557373046875 94561.0 832.2466430664062 2952.44140625 636.9942016601562 46.6950798034668 +sub-25132_ses-V1_task-rest_run-02_bold 0.0019047629796839728 0.004203244492099323 7 27.06860084020358 1.110638973484163 1.0502410958823511 0.4575135574356696 8550.423828125 0.09542490674949033 5 1.1286681715575622 2.942575705694491 2.735049891318882 3.2425623711521476 2.850114854612443 0.0138761 -0.01552667748183012 0.02738899178802967 443 90 90 60 2.613471432383635 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 45.5828394467507 26.238378524780273 71.94206237792969 17.975170135498047 321154.0 0.004514672793447971 344.41692504882803 157.50161743164062 0.9329352810528446 554.5098876953125 1767.1676025390625 1687.71337890625 95349.0 823.7381591796875 2965.4948242187493 645.7711791992188 48.08622360229492 +sub-25137_ses-V1_task-cuff_run-01_bold 0.0010784745762711866 0.00661155386440678 4 32.57299622370745 1.0867852232312922 1.0015413956802717 0.43121309911959965 10113.064453125 0.11739212364089023 0 0.0 2.482471610732175 2.50614990041455 2.360029072887537 2.5812358588944377 0.0114775 0.0029918935615569353 0.005857908166944981 295 90 90 60 2.8554736282490722 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 66.62245309117232 14.886330604553223 36.16635513305664 10.142373085021973 334627.0 0.0 138.2938903808594 88.80018615722656 2.6578245348655587 269.9742431640625 1075.8843994140625 1019.8372802734375 84645.0 586.5077758789063 1747.1430419921876 357.14959716796875 42.645042419433594 +sub-25137_ses-V1_task-cuff_run-02_bold 0.0016444067796610171 0.007860132745762713 6 33.95495839670065 1.0821939607482995 0.9934298081972788 0.4311446573761579 9709.267578125 0.149683398179946 1 0.3389830508474576 2.4619160622833656 2.4940624008948644 2.3421082402663136 2.5495775456889183 0.0075242 0.004117653705179691 0.005752339027822018 295 90 90 60 2.928925608574483 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 65.03843424216711 14.826021194458008 35.2355842590332 10.2576265335083 335203.0 0.010169491171836853 132.45051116943347 86.48641967773438 2.5669759213350334 259.4503173828125 1060.7080078125 1007.8847045898438 84147.0 588.2817016601563 1707.0765869140625 344.1120910644531 39.05854034423828 +sub-25137_ses-V1_task-rest_run-01_bold 0.0010305643340857789 0.00931355566591422 7 33.09844950441177 1.0419356146832592 0.9680485359502261 0.43107471788452056 9972.529296875 0.1449749995288886 44 9.932279909706546 2.4775327245470726 2.5026499005536276 2.3613332395023807 2.568615033585209 0.0112296 0.002348011126741767 0.004861738532781601 443 90 90 60 2.9036507908434044 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 66.68876325263643 14.8561429977417 35.39669418334961 10.164785385131836 334977.0 0.0 133.50790405273438 86.094970703125 2.6103080356408084 266.349609375 1069.305908203125 1016.5891723632812 84193.0 590.5223510742187 1723.6939697265616 350.10516357421875 35.91474151611328 +sub-25137_ses-V1_task-rest_run-02_bold 0.001810964125560538 0.01142937015695067 4 34.555864407168556 1.061874508898876 0.9933856385393253 0.4321006219075516 9725.1064453125 0.1581195178161973 54 12.10762331838565 2.512842434988389 2.5313165660811836 2.3863624051744776 2.6208483337095045 0.00924748 0.004256119951605797 0.005694293417036533 446 90 90 60 2.8906483824969103 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 70.9814631048656 14.915776252746582 35.348228454589844 10.293722152709961 334374.0 0.006726457737386227 132.74069900512688 85.64506530761719 2.609260475685688 264.9253845214844 1063.333984375 1009.2298583984375 84758.0 583.9930816650391 1717.8271057128895 349.13409423828125 32.581974029541016 +sub-25142_ses-V1_task-rest_run-01_bold 0.0009727272727272727 0.007810715318181819 10 33.737941971913415 1.1092773603872421 1.0011036060820047 0.4370719423695386 8401.6826171875 0.19050249336511477 99 22.5 2.3780966762931035 2.441749902973576 2.4204082371549513 2.272131888750783 0.00778104 -0.009117604233324528 0.008402837440371513 440 90 90 60 2.6698582054265416 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 46.22554032024642 17.72046661376953 39.849361419677734 12.043181419372559 330841.0 0.0 148.88182067871094 85.28565216064453 5.81810094806899 282.5788879394531 1160.9945068359375 1107.568115234375 87252.0 577.4557708740234 1891.716156005859 414.83917236328125 39.12177658081055 +sub-25142_ses-V3_task-rest_run-01_bold 0.0024752154195011337 0.010882726462585035 9 39.94486692620453 1.113861609772727 1.013466652659091 0.45093143553473664 7044.73388671875 0.24399683817328147 165 37.414965986394556 2.4257841568868366 2.453020735859047 2.4640624020869573 2.360269332714505 0.00355954 -0.010155306197702885 0.010921342298388481 441 90 90 60 2.978714054950677 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 42.44415933555843 17.360902786254883 39.83615493774414 11.875283241271973 328372.0 0.004535147454589605 148.99524078369146 81.54943084716797 2.817322928379541 237.89540100097656 1038.0633544921875 1000.03857421875 89315.0 530.5748413085937 1645.4300048828131 335.7264099121094 34.617919921875 +sub-25145_ses-V1_task-rest_run-01_bold 0.0013336281179138322 0.009887793832199544 9 40.79909283445456 1.0616309372954542 1.0684532109318183 0.46056762647967386 3279.792236328125 0.25923409578091944 167 37.868480725623584 2.5568355059867787 2.5227498997549254 2.6134332294848273 2.534323388720583 0.00321036 0.015182540751993656 0.01979554258286953 441 90 90 60 2.1408330554603463 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 5 94.1551970002037 36.207767486572266 85.78271484375 26.689342498779297 319173.0 0.18367347121238708 350.6984191894527 214.52500915527344 3.446659704324307 562.3868408203125 1702.8670654296875 1565.9228515625 96246.0 767.1009063720703 3091.8510131835938 731.4511108398438 32.88059997558594 +sub-25146_ses-V1_task-cuff_run-01_bold 0.0005206122448979592 0.007074287301587301 9 34.6344038228409 1.0419879065454551 0.9628324745454544 0.46307902925778055 2570.22412109375 0.2438597578673386 0 0.0 3.0197589802065217 2.808212388411665 3.1203290426759307 3.1307355095319687 0.0100582 -0.016779396682977676 0.030907265841960907 441 90 90 60 2.671013950447207 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 22.991771837806738 44.74365997314453 99.77619171142578 31.478458404541016 335700.0 0.024943310767412186 446.0819747924804 187.17100524902344 0.9783805404338684 517.156005859375 1664.223876953125 1594.064697265625 84136.0 781.7754974365234 2763.0119018554688 596.7977905273438 38.583213806152344 +sub-25146_ses-V1_task-cuff_run-02_bold 0.0007741891891891892 0.004106096373873874 6 33.56728020322801 1.0931892973814887 0.993356736997742 0.4645583765470525 2539.919189453125 0.21199247768667254 0 0.0 3.000428434837449 2.801874888663495 3.1160790428448104 3.0833313730040404 0.0127636 -0.018421461805701256 0.03249531239271164 444 90 90 60 2.635401028368241 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 27.337872384021708 45.59669876098633 103.11772155761719 31.79279327392578 335322.0 0.0 461.92083587646493 194.56520080566406 0.9804700842661291 527.2286376953125 1670.0362548828125 1601.3974609375 84522.0 772.865545654297 2785.5117553710934 607.6448974609375 46.763832092285156 +sub-25146_ses-V1_task-rest_run-01_bold 0.0007830699774266365 0.006463424920993228 7 36.37109980006785 1.0804656726470592 0.9852035712895915 0.46085845708466994 2529.87451171875 0.2577385052206138 140 31.602708803611737 3.019992315790591 2.813404054872034 3.127212375735745 3.119360516763994 0.0118612 -0.016711726784706116 0.0281685758382082 443 90 90 60 2.660678816113339 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 20.886641674380925 45.04701232910156 96.32801818847656 31.760723114013672 335972.0 0.045146726071834564 427.1854583740236 177.1546173095703 0.9916773553518348 513.6228637695312 1656.1988525390625 1587.26416015625 83985.0 772.9508056640625 2756.12060546875 596.56005859375 38.00428009033203 +sub-25146_ses-V1_task-rest_run-02_bold 0.0071323873873873865 0.006335590270270271 6 35.13083494977428 1.133304760632054 1.092882306162529 0.4648900207903808 2697.799072265625 0.25683980603519085 134 30.18018018018018 3.0292214758254175 2.8108790549723683 3.1258915424548968 3.150893830048987 0.0251466 -0.016594596207141876 0.030497906729578972 444 90 90 60 2.6606105287514463 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 20.401152591640525 45.002323150634766 102.13542938232422 31.493244171142578 335503.0 0.04729729890823364 454.52681274414056 186.4798583984375 1.012310114679992 517.6319580078125 1662.0679931640625 1591.666748046875 84317.0 784.5959716796875 2763.3033203124996 598.2301025390625 36.65928649902344 +sub-25148_ses-V1_task-cuff_run-01_bold 0.0005245022624434389 0.0021704282805429867 8 20.408319892902487 1.0319017982312921 1.0020888833560095 0.45602522365722364 8831.2392578125 0.0643986558537216 0 0.0 3.0587687661771366 2.8899540518302103 3.484274861547356 2.8020773851538436 0.0169684 -0.007911925204098225 0.03170556202530861 442 90 90 60 2.343403855103911 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 40.134576436963776 28.36734962463379 84.41016387939453 19.37330436706543 319281.0 0.0 429.52490234375 198.39663696289062 1.4707811621689473 687.3017578125 1981.667236328125 1868.2568359375 97518.0 870.1900970458985 3486.987268066406 797.236572265625 61.420677185058594 +sub-25148_ses-V1_task-cuff_run-02_bold 0.0014426757369614513 0.002961810907029479 9 20.89406595643181 1.0289724933863642 1.0022874822727272 0.4566321861135213 8510.94921875 0.0802890967413097 0 0.0 3.0572590417822165 2.8842415520572047 3.474220695280206 2.8133148780092383 0.0160342 -0.008047517389059067 0.032694730907678604 441 90 90 60 2.349994219478224 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 39.362496095347716 28.535890579223633 84.80889892578125 19.546485900878906 319307.0 0.0 431.69455871582056 198.1336212158203 1.5270994484591283 678.3897094726562 1965.6064453125 1851.7891845703125 97287.0 870.5056884765626 3453.197167968749 787.9932861328125 53.34299850463867 +sub-25148_ses-V1_task-rest_run-01_bold 0.000518054298642534 0.0023334323303167417 8 22.197885414036268 1.0675157936961448 1.0002273897732434 0.4552243563005929 9114.6220703125 0.060399350515826164 0 0.0 3.057752099733822 2.8905582184728695 3.4815415283226363 2.80115655240596 0.0247593 -0.008470979519188404 0.032604701817035675 442 90 90 60 2.3512512142907904 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 41.572592780553535 28.088939666748047 83.2020492553711 19.14479637145996 319502.0 0.0 423.08032073974636 195.35159301757812 1.4852938577536037 689.9803466796875 1985.85302734375 1873.44580078125 97388.0 876.8998168945313 3488.7660156249995 796.7826538085938 59.60038757324219 +sub-25148_ses-V1_task-rest_run-02_bold 0.0006258690744920994 0.003695515304740406 7 21.9629546463801 1.0089608095475104 0.9750002190950218 0.456494874698582 8405.298828125 0.0728379163619132 5 1.1286681715575622 3.0666784841577734 2.894666551642952 3.4835248615771586 2.82184403925321 0.0179287 -0.007886202074587345 0.03341599553823471 443 90 90 60 2.348880723673359 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 0 39.933082489168385 28.473995208740234 84.59920501708984 19.598194122314453 319540.0 0.009029345586895943 431.1220306396484 196.7929229736328 1.5613859578599563 672.2696533203125 1962.5755615234375 1845.73486328125 97062.0 875.0309356689454 3442.735852050781 785.789306640625 48.822608947753906 +sub-25149_ses-V1_task-rest_run-01_bold 0.0006117832957110609 0.008499520609480813 7 39.10913947287331 1.0394331298642534 0.9900834470588239 0.4545605329038665 2786.532470703125 0.11058692615006531 0 0.0 2.4530744261180306 2.433633236629437 2.5277623995557468 2.397827642168908 0.00454284 -0.005486181937158108 0.03371133282780647 443 90 90 60 2.8398247235165424 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 158.3368842508958 22.6640682220459 46.59830856323242 16.146726608276367 336777.0 0.03837471827864647 172.13859863281255 100.60824584960938 6.292616189017794 222.0338897705078 888.7338256835938 853.4052124023438 81894.0 463.79764556884766 1405.8936035156248 300.5115051269531 34.69508743286133 +sub-25152_ses-V1_task-cuff_run-01_bold 0.00042841517857142866 0.029960413616071428 2 57.72246569420581 1.0001621407606263 0.9716364341387024 0.4670526087119159 1586.385986328125 0.14931123579589028 1 0.22321428571428573 2.6231777600559982 2.3872040718076994 2.8696957193018706 2.612633489058424 0.00216399 0.00547752482816577 0.04036680981516838 448 90 90 60 3.6924352349854273 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 3 110.8106170126202 4.517303943634033 17.848447799682617 8.43526840209961 335618.0 4.825892925262451 51.54051494598381 37.74293518066406 1.1648449514162023 79.81234741210938 357.0882873535156 347.24554443359375 83233.0 219.54510192871095 523.3848510742188 94.04185485839844 18.460538864135742 +sub-25152_ses-V1_task-cuff_run-02_bold 0.0004954035874439462 0.029876928475336323 4 58.33266845031463 1.0061846753932586 0.9817996688764052 0.4670306239080436 1583.5234375 0.19178567392187343 1 0.2242152466367713 2.6317833155443053 2.3976999047239658 2.8767207190227224 2.620929322886228 0.00205266 0.005820040591061115 0.040152307599782944 446 90 90 60 3.671460772983942 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 1 109.99433845990761 4.540884971618652 17.82567024230957 8.448431015014648 335561.0 4.804933071136475 51.791481018066406 37.369869232177734 1.1460387159921988 80.56912231445312 356.52801513671875 347.4484558105469 83416.0 217.94731903076172 523.0992584228516 94.63436889648438 18.29217529296875 +sub-25152_ses-V1_task-rest_run-01_bold 0.003062991071428571 0.02513533058035714 2 56.651783672259455 1.0520506804250565 1.0421217723937366 0.4671778311592758 1571.3758544921875 0.10558700638649758 7 1.5625 2.5986430379616774 2.3699915724916627 2.8388832205262493 2.58705432086712 0.00148566 0.004912662319839001 0.04138674587011337 448 90 90 60 3.6554272788475397 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 0 109.99723878263269 4.500756740570068 17.923099517822266 8.459821701049805 335513.0 4.857142925262451 51.909378051757734 38.34910202026367 1.1966324972834155 80.75879669189453 357.8504943847656 348.29241943359375 83497.0 218.8013458251953 525.91787109375 95.28033447265625 19.983627319335938 +sub-25152_ses-V1_task-rest_run-02_bold 0.0004143526785714286 0.024294758035714285 2 56.726393817024615 1.014609062013423 0.9825064889709183 0.46804005270092225 1594.349853515625 0.09482911146055696 1 0.22321428571428573 2.5758680375817256 2.3748665722979476 2.8044873885596835 2.548250151887545 0.00168525 0.0052880351431667805 0.04148617014288902 448 90 90 60 3.717804758793923 0.800000011920929 2.4000000953674316 2.4000000953674316 2.3999998569488525 2 108.36722437969084 4.490828990936279 18.159257888793945 8.417410850524902 335448.0 4.772321701049805 54.16060543060279 39.02192687988281 1.1846236754292567 79.08096313476562 358.6607971191406 349.1328125 83398.0 220.5491180419922 524.5383026123047 93.90776062011719 20.77621841430664 +sub-25153_ses-V1_task-cuff_run-01_bold 0.0010915646258503402 0.010454112857142858 9 48.53561346763635 1.0893614236136369 1.023498512454545 0.5265933416087205 1436.841064453125 0.3245603388873096 1 0.22675736961451248 2.5311132673970222 2.467208235295286 2.504283233822058 2.6218483330737223 0.00551039 0.028334608301520348 0.0398905947804451 441 90 90 60 2.103014726366833 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 74.41624437600476 34.68818283081055 80.6944351196289 24.972789764404297 290880.0 0.16780045628547668 318.48130950927725 169.0865020751953 5.260791065806963 307.77777099609375 1033.4842529296875 939.7664794921875 122010.0 506.7385467529297 1879.8247070312495 446.864501953125 31.185182571411133 +sub-25153_ses-V1_task-cuff_run-02_bold 0.0019283031674208143 0.01269805907239819 8 49.98181566698413 1.0644098663492045 0.9848095648299328 0.5272919876509963 1360.3758544921875 0.3261619681642722 3 0.6787330316742082 2.533221598814564 2.4645374020680824 2.504058233830999 2.631069160544611 0.0078771 0.02757219225168228 0.04120718315243721 442 90 90 60 2.112697702428969 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 77.68744865695056 35.26715087890625 80.85506439208984 25.432126998901367 291108.0 0.22171947360038757 317.51574554443334 169.2181854248047 5.256764862587186 305.69281005859375 1029.9345703125 936.6742553710938 121680.0 506.9812545776367 1873.4690612792967 443.352783203125 27.88519287109375 +sub-25153_ses-V1_task-rest_run-01_bold 0.0012878458049886622 0.015038269138321996 9 47.84668952768185 1.0324762294772722 0.9799289342272733 0.5264259147568466 1407.6138916015625 0.321569693856442 230 52.15419501133787 2.562760478526937 2.489933234392276 2.5269998995860457 2.6713483016024897 0.00633859 0.030483532696962357 0.03781859576702118 441 90 90 60 2.1130533750931115 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 66.55686679832093 34.905029296875 78.7012710571289 25.420635223388672 290736.0 0.27437642216682434 306.6417236328125 161.7657470703125 5.272060589507198 306.6902160644531 1032.63330078125 938.4739379882812 121734.0 508.91509704589845 1874.2366333007808 444.1298522949219 25.377365112304688 +sub-25153_ses-V1_task-rest_run-02_bold 0.001286487695749441 0.012054837964205818 3 48.41143426798204 1.0566163961210768 0.9974313323542593 0.5280027226608516 1474.530517578125 0.32025493710834096 243 54.36241610738255 2.544863261171652 2.475816568286555 2.508341566994128 2.650431648234273 0.0078772 0.028744518756866455 0.03870854526758194 447 90 90 60 2.1022023059992008 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 1 63.853264683226556 34.56420135498047 80.12793731689453 24.713645935058594 290251.0 0.14541387557983398 318.40380859375 162.81956481933594 5.446299446163252 306.77099609375 1031.3994140625 938.459716796875 122276.0 504.22203826904297 1874.4675903320312 446.41558837890625 28.539478302001953 +sub-25157_ses-V1_task-cuff_run-01_bold 0.001980453514739229 0.009182801133786849 9 45.89589429768187 1.1523298732045446 1.025917950840909 0.43779326859877754 9638.5625 0.31794030497365583 1 0.22675736961451248 2.3712938721928842 2.3477249067097943 2.360179072881577 2.405977636987281 0.00947048 -0.0019591699820011854 0.015413404442369938 441 90 90 60 2.627914950819417 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 2 183.3327048260519 15.774081230163574 39.81260299682617 10.80272102355957 329191.0 0.0 150.98072814941406 102.47992706298828 2.3342204616932642 305.15716552734375 1130.1090087890625 1058.790283203125 89246.0 586.5810699462891 1898.7171630859375 402.8990173339844 36.72947692871094 +sub-25157_ses-V1_task-cuff_run-02_bold 0.00099686230248307 0.006952890248306998 7 40.66003109391401 1.1300735023529414 1.040096196923076 0.4373293410951669 9690.462890625 0.28303808155839405 2 0.45146726862302483 2.3467869351587276 2.3304915740612517 2.3362874071642796 2.373581824250651 0.00691847 -0.0016146713169291615 0.013900534249842167 443 90 90 60 2.6168678755359833 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 151.9394507528837 15.72294807434082 39.63822937011719 10.733634948730469 329283.0 0.0 151.9311523437496 99.88645935058594 2.382381682242281 305.2587890625 1132.9283447265625 1061.05419921875 89082.0 589.4968658447266 1909.4410461425769 405.4649658203125 42.214317321777344 +sub-25157_ses-V1_task-rest_run-01_bold 0.0030883219954648523 0.011399835691609976 9 45.84234600938635 1.160426418636364 1.0161597150227275 0.437342767337921 9352.814453125 0.31732994319584534 238 53.96825396825397 2.3694577640248604 2.354524906439586 2.3623165727966398 2.3915318128383554 0.00487055 -0.001997931394726038 0.012363957241177559 441 90 90 60 2.6369506446055557 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 103.56245175851875 15.992605209350586 38.812103271484375 10.936508178710938 329431.0 0.0022675737272948027 147.10430908203125 93.37060546875 2.269457792739942 303.68804931640625 1134.4075927734375 1063.5941162109375 89078.0 589.3544158935547 1908.769665527342 403.3401794433594 35.123634338378906 +sub-25157_ses-V1_task-rest_run-02_bold 0.0029649999999999998 0.012177718497757848 4 42.01556811411237 1.1337266111011233 1.0115372954157298 0.43848466660960644 8973.9775390625 0.28229555512746074 203 45.51569506726457 2.377488315303399 2.3569457396767244 2.364066572727101 2.411452633506372 0.00858156 -0.00207438413053751 0.01325592864304781 446 90 90 60 2.627610944153431 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 8 159.62064973177635 16.285356521606445 40.01829147338867 11.181614875793457 329230.0 0.006726457737386227 152.25606384277333 98.94637298583984 2.339900993651476 305.063720703125 1133.77685546875 1062.994384765625 89230.0 586.8971069335937 1907.9039855957033 404.54559326171875 31.271711349487305 +sub-25162_ses-V1_task-rest_run-01_bold 0.000812590909090909 0.015986928181818183 10 48.48684602018224 1.0263336569020491 0.9589509637585425 0.4771428848151779 4709.34521484375 0.3743044510549675 252 57.27272727272727 2.4863660624484365 2.4022207378776574 2.5130207334748613 2.5438567159927903 0.0122593 -0.002597892191261053 0.025627275928854942 440 90 90 60 3.0344891812672414 0.800000011920929 2.4000000953674316 2.4000000953674316 2.4000015258789062 3 42.41360126232242 19.789369583129883 45.91364288330078 13.67272663116455 318905.0 0.03181818127632141 179.05908203125 90.37763977050781 1.9939032043960534 247.33676147460938 968.0112915039062 932.3692626953125 97648.0 516.9766906738281 1513.733685302734 307.2558288574219 26.500446319580078 diff --git a/src/data/imaging/qc-log-latest.csv b/src/data/imaging/qc-log-latest.csv index 77ced65..edd7a06 100644 --- a/src/data/imaging/qc-log-latest.csv +++ b/src/data/imaging/qc-log-latest.csv @@ -4,103 +4,103 @@ NS,10042,V1,CUFF2,green,auto,, NS,10042,V1,DWI,green,auto,, NS,10042,V1,REST1,green,auto,, NS,10042,V1,REST2,green,auto,, -NS,10042,V1,T1w,green,auto,2022-03-01, -NS,10047,V1,CUFF1,yellow,psadil,2022-03-29,"wrap-around, ghosts-other, uncategorized" +NS,10042,V1,T1w,green,auto,2022-09-20, +NS,10047,V1,CUFF1,green,psadil,2022-09-09,"wrap-around, ghosts-other, uncategorized" NS,10047,V1,CUFF2,green,auto,, NS,10047,V1,DWI,green,auto,, NS,10047,V1,REST1,green,auto,, NS,10047,V1,REST2,green,auto,, -NS,10047,V1,T1w,green,auto,2022-03-01, +NS,10047,V1,T1w,green,briha,2024-02-10,head-motion NS,10047,V3,CUFF1,green,auto,, NS,10047,V3,CUFF2,green,auto,, NS,10047,V3,DWI,green,auto,, NS,10047,V3,REST1,green,auto,, -NS,10047,V3,REST2,green,psadil,2022-03-02,"head-motion, inu" -NS,10047,V3,T1w,yellow,psadil,2022-03-02,"head-motion, eye-spillover" +NS,10047,V3,REST2,green,psadil,2022-09-09,"head-motion, inu" +NS,10047,V3,T1w,yellow,briha,2024-02-09,"head-motion, eye-spillover" NS,10050,V1,CUFF1,green,auto,, NS,10050,V1,CUFF2,green,auto,, NS,10050,V1,DWI,green,auto,, NS,10050,V1,REST1,green,auto,, -NS,10050,V1,REST2,green,psadil,2022-03-02,"head-motion, inu" -NS,10050,V1,T1w,green,auto,2022-03-01, +NS,10050,V1,REST2,green,psadil,2022-09-09,"head-motion, inu" +NS,10050,V1,T1w,green,auto,2022-09-20, NS,10053,V1,CUFF1,green,auto,, NS,10053,V1,CUFF2,green,auto,, NS,10053,V1,DWI,green,auto,, NS,10053,V1,REST1,green,auto,, -NS,10053,V1,REST2,yellow,psadil,2022-03-18,"head-motion, wrap-around" -NS,10053,V1,T1w,green,auto,2022-03-01, +NS,10053,V1,REST2,green,psadil,2022-09-09,"head-motion, wrap-around" +NS,10053,V1,T1w,yellow,auto,2022-09-20, NS,10054,V1,CUFF1,green,auto,, -NS,10054,V1,CUFF2,yellow,psadil,2022-03-18,"head-motion, wrap-around, uncategorized" +NS,10054,V1,CUFF2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" NS,10054,V1,DWI,green,auto,, -NS,10054,V1,REST1,yellow,psadil,2022-03-18,"head-motion, wrap-around, uncategorized" -NS,10054,V1,REST2,yellow,psadil,2022-03-18,"head-motion, wrap-around, uncategorized" -NS,10054,V1,T1w,green,auto,2022-03-01, -NS,10054,V3,CUFF1,yellow,psadil,2022-03-18,"head-motion, uncategorized" -NS,10054,V3,CUFF2,yellow,psadil,2022-03-18,"head-motion, uncategorized" +NS,10054,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10054,V1,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10054,V1,T1w,green,auto,2022-09-20, +NS,10054,V3,CUFF1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +NS,10054,V3,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" NS,10054,V3,DWI,green,auto,, -NS,10054,V3,REST1,yellow,psadil,2022-03-18,"head-motion, uncategorized" -NS,10054,V3,REST2,yellow,psadil,2022-03-18,"head-motion, uncategorized" -NS,10054,V3,T1w,green,auto,2022-03-01, -NS,10059,V1,CUFF1,green,psadil,2022-03-02,"wrap-around, uncategorized" -NS,10059,V1,CUFF2,yellow,psadil,2022-03-29,"wrap-around, ghosts-other, uncategorized" -NS,10059,V1,DWI,green,psadil,2022-03-02, -NS,10059,V1,REST1,green,psadil,2022-03-02,inu -NS,10059,V1,REST2,green,psadil,2022-03-02,"wrap-around, inu" -NS,10059,V1,T1w,green,auto,2022-03-01, +NS,10054,V3,REST1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +NS,10054,V3,REST2,yellow,psadil,2022-09-09,"head-motion, uncategorized" +NS,10054,V3,T1w,yellow,briha,2024-02-29,"eye-spillover, inu, postprocessing" +NS,10059,V1,CUFF1,green,psadil,2022-09-09,"wrap-around, uncategorized" +NS,10059,V1,CUFF2,green,psadil,2022-09-09,"wrap-around, ghosts-other, uncategorized" +NS,10059,V1,DWI,green,psadil,2022-03-03, +NS,10059,V1,REST1,green,psadil,2022-09-09,inu +NS,10059,V1,REST2,green,psadil,2022-09-09,"wrap-around, inu" +NS,10059,V1,T1w,green,auto,2022-09-20, NS,10059,V3,CUFF1,green,auto,, NS,10059,V3,CUFF2,green,auto,, NS,10059,V3,DWI,green,auto,, -NS,10059,V3,REST1,yellow,psadil,2022-03-29,"wrap-around, ghosts-other, uncategorized" +NS,10059,V3,REST1,green,psadil,2022-09-09,"wrap-around, ghosts-other, uncategorized" NS,10059,V3,REST2,green,auto,, -NS,10059,V3,T1w,green,auto,2022-03-01, -NS,10060,V1,CUFF1,red,psadil,2022-01-05,"head-motion, inu" +NS,10059,V3,T1w,green,auto,2022-09-20, +NS,10060,V1,CUFF1,red,psadil,2022-09-09,"head-motion, inu" NS,10060,V1,CUFF2,green,auto,, NS,10060,V1,DWI,green,auto,, -NS,10060,V1,REST1,yellow,psadil,2022-03-18,"head-motion, uncategorized" -NS,10060,V1,REST2,yellow,psadil,2022-03-18,"head-motion, uncategorized" -NS,10060,V1,T1w,green,auto,2022-03-01, -NS,10060,V3,CUFF1,yellow,psadil,2022-03-02,"head-motion, inu" -NS,10060,V3,CUFF2,yellow,psadil,2022-03-18,"head-motion, uncategorized" -NS,10060,V3,DWI,green,psadil,2022-03-02, -NS,10060,V3,REST1,yellow,psadil,2022-03-18,"head-motion, uncategorized" -NS,10060,V3,REST2,yellow,psadil,2022-03-18,"head-motion, uncategorized" -NS,10060,V3,T1w,green,auto,2022-03-01, +NS,10060,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10060,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10060,V1,T1w,green,auto,2022-09-20, +NS,10060,V3,CUFF1,green,psadil,2022-09-09,"head-motion, inu" +NS,10060,V3,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10060,V3,DWI,green,psadil,2022-03-03, +NS,10060,V3,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10060,V3,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10060,V3,T1w,yellow,psadil,2023-12-08,"head-motion, eye-spillover, noise-global, inu" NS,10061,V1,CUFF1,green,auto,, NS,10061,V1,CUFF2,green,auto,, NS,10061,V1,DWI,green,auto,, NS,10061,V1,REST1,green,auto,, NS,10061,V1,REST2,green,auto,, -NS,10061,V1,T1w,green,auto,2022-03-01, +NS,10061,V1,T1w,green,auto,2022-09-20, NS,10061,V3,CUFF1,green,auto,, NS,10061,V3,CUFF2,green,auto,, NS,10061,V3,DWI,green,auto,, NS,10061,V3,REST1,green,auto,, NS,10061,V3,REST2,green,auto,, -NS,10061,V3,T1w,green,auto,2022-03-01, +NS,10061,V3,T1w,green,auto,2022-09-20, NS,10070,V1,CUFF1,green,auto,, NS,10070,V1,CUFF2,green,auto,, NS,10070,V1,DWI,green,auto,, NS,10070,V1,REST1,green,auto,, NS,10070,V1,REST2,green,auto,, -NS,10070,V1,T1w,green,auto,2022-03-01, +NS,10070,V1,T1w,green,auto,2022-09-20, NS,10070,V3,CUFF1,green,auto,, NS,10070,V3,CUFF2,green,auto,, NS,10070,V3,DWI,green,auto,, NS,10070,V3,REST1,green,auto,, NS,10070,V3,REST2,green,auto,, -NS,10070,V3,T1w,green,auto,2022-03-01, +NS,10070,V3,T1w,green,auto,2022-09-20, NS,10071,V1,CUFF1,green,auto,, NS,10071,V1,CUFF2,green,auto,, -NS,10071,V1,DWI,green,psadil,2022-03-02, -NS,10071,V1,REST1,yellow,psadil,2022-03-18,"head-motion, uncategorized" -NS,10071,V1,REST2,yellow,psadil,2022-03-18,"head-motion, uncategorized" -NS,10071,V1,T1w,green,psadil,2022-01-05,"eye-spillover, inu, postprocessing" +NS,10071,V1,DWI,green,psadil,2022-03-03, +NS,10071,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10071,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10071,V1,T1w,yellow,briha,2024-02-29,"eye-spillover, inu, postprocessing" NS,10071,V3,CUFF1,green,auto,, NS,10071,V3,CUFF2,green,auto,, NS,10071,V3,DWI,green,auto,, -NS,10071,V3,REST1,yellow,psadil,2022-03-18,"head-motion, wrap-around, uncategorized" -NS,10071,V3,REST2,yellow,psadil,2022-03-18,"head-motion, wrap-around, uncategorized" -NS,10071,V3,T1w,green,auto,2022-03-01, +NS,10071,V3,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10071,V3,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10071,V3,T1w,yellow,briha,2024-02-29,"head-motion, eye-spillover, inu, postprocessing" NS,10073,V1,CUFF1,green,auto,, NS,10073,V1,CUFF2,green,auto,, NS,10073,V1,DWI,green,auto,, @@ -110,172 +110,172 @@ NS,10073,V1,T1w,yellow,psadil,2022-03-02,head-motion NS,10073,V3,CUFF1,green,auto,, NS,10073,V3,CUFF2,green,auto,, NS,10073,V3,DWI,green,auto,, -NS,10073,V3,REST1,green,psadil,2022-03-02,"wrap-around, inu" -NS,10073,V3,REST2,yellow,psadil,2022-03-31,"wrap-around, inu, uncategorized" -NS,10073,V3,T1w,green,auto,2022-03-01, +NS,10073,V3,REST1,green,psadil,2022-09-09,"wrap-around, inu" +NS,10073,V3,REST2,green,psadil,2022-09-09,"wrap-around, inu, uncategorized" +NS,10073,V3,T1w,yellow,auto,2022-09-20, NS,10074,V1,DWI,green,auto,, NS,10074,V1,REST1,green,auto,, -NS,10074,V1,REST2,green,auto,, -NS,10074,V1,T1w,green,auto,2022-03-01, +NS,10074,V1,REST2,red,auto,, +NS,10074,V1,T1w,green,auto,2022-09-20, NS,10075,V1,CUFF1,green,auto,, -NS,10075,V1,CUFF2,yellow,psadil,2022-03-18,"head-motion, wrap-around, uncategorized" +NS,10075,V1,CUFF2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" NS,10075,V1,DWI,green,auto,, -NS,10075,V1,REST1,yellow,psadil,2022-03-18,"head-motion, wrap-around, uncategorized" -NS,10075,V1,REST2,yellow,psadil,2022-03-18,"head-motion, wrap-around, uncategorized" -NS,10075,V1,T1w,green,auto,2022-03-01, +NS,10075,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10075,V1,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10075,V1,T1w,yellow,psadil,2023-09-06,"eye-spillover, inu" NS,10075,V3,CUFF1,green,auto,, NS,10075,V3,CUFF2,green,auto,, NS,10075,V3,DWI,green,auto,, -NS,10075,V3,REST1,yellow,psadil,2022-03-21,"head-motion, wrap-around, uncategorized" -NS,10075,V3,REST2,yellow,psadil,2022-03-21,"head-motion, wrap-around, uncategorized" -NS,10075,V3,T1w,yellow,psadil,2022-01-05,"head-motion, eye-spillover" -NS,10076,V1,CUFF1,yellow,psadil,2022-03-21,"head-motion, wrap-around, uncategorized" -NS,10076,V1,CUFF2,yellow,psadil,2022-03-21,"head-motion, wrap-around, uncategorized" +NS,10075,V3,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10075,V3,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10075,V3,T1w,yellow,psadil,2023-09-06,"eye-spillover, inu" +NS,10076,V1,CUFF1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10076,V1,CUFF2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" NS,10076,V1,DWI,green,auto,, -NS,10076,V1,REST1,yellow,psadil,2022-03-21,"head-motion, wrap-around, uncategorized" -NS,10076,V1,REST2,yellow,psadil,2022-03-21,"head-motion, wrap-around, uncategorized" -NS,10076,V1,T1w,yellow,psadil,2022-03-02,head-motion -NS,10076,V3,CUFF1,yellow,psadil,2022-03-21,"head-motion, eye-spillover, wrap-around, uncategorized" -NS,10076,V3,CUFF2,yellow,psadil,2022-03-21,"head-motion, eye-spillover, wrap-around, uncategorized" +NS,10076,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10076,V1,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10076,V1,T1w,yellow,psadil,2022-03-03,head-motion +NS,10076,V3,CUFF1,green,psadil,2022-09-09,"head-motion, eye-spillover, wrap-around, uncategorized" +NS,10076,V3,CUFF2,green,psadil,2022-09-09,"head-motion, eye-spillover, wrap-around, uncategorized" NS,10076,V3,DWI,green,auto,, -NS,10076,V3,REST1,yellow,psadil,2022-03-21,"head-motion, eye-spillover, wrap-around, uncategorized" -NS,10076,V3,REST2,yellow,psadil,2022-03-21,"head-motion, eye-spillover, wrap-around, uncategorized" -NS,10076,V3,T1w,yellow,psadil,2022-03-02,head-motion -NS,10077,V1,CUFF1,green,psadil,2022-01-05,"head-motion, inu" -NS,10077,V1,CUFF2,green,psadil,2022-01-05,inu +NS,10076,V3,REST1,green,psadil,2022-09-09,"head-motion, eye-spillover, wrap-around, uncategorized" +NS,10076,V3,REST2,green,psadil,2022-09-09,"head-motion, eye-spillover, wrap-around, uncategorized" +NS,10076,V3,T1w,yellow,psadil,2022-03-03,head-motion +NS,10077,V1,CUFF1,green,psadil,2022-09-09,"head-motion, inu" +NS,10077,V1,CUFF2,green,psadil,2022-09-09,inu NS,10077,V1,DWI,green,auto,, -NS,10077,V1,REST1,green,psadil,2022-03-02,inu -NS,10077,V1,REST2,green,psadil,2022-03-02,"head-motion, inu" -NS,10077,V1,T1w,green,auto,2022-03-01, -NS,10077,V3,CUFF1,green,psadil,2022-01-05, +NS,10077,V1,REST1,green,psadil,2022-09-09,inu +NS,10077,V1,REST2,green,psadil,2022-09-09,"head-motion, inu" +NS,10077,V1,T1w,green,psadil,2023-09-06,"head-motion, inu, postprocessing" +NS,10077,V3,CUFF1,green,psadil,2022-09-09, NS,10077,V3,CUFF2,green,auto,, NS,10077,V3,DWI,green,auto,, -NS,10077,V3,REST1,green,psadil,2022-03-02,inu +NS,10077,V3,REST1,green,psadil,2022-09-09,inu NS,10077,V3,REST2,green,auto,, -NS,10077,V3,T1w,green,auto,2022-03-01, +NS,10077,V3,T1w,green,auto,2022-09-20, NS,10080,V1,CUFF1,green,auto,, NS,10080,V1,CUFF2,green,auto,, -NS,10080,V1,DWI,green,psadil,2022-03-02, +NS,10080,V1,DWI,green,psadil,2022-03-03, NS,10080,V1,REST1,green,auto,, NS,10080,V1,REST2,green,auto,, -NS,10080,V1,T1w,green,auto,2022-03-01, +NS,10080,V1,T1w,green,auto,2022-09-20, NS,10080,V3,CUFF1,green,auto,, NS,10080,V3,CUFF2,green,auto,, NS,10080,V3,DWI,green,auto,, NS,10080,V3,REST1,green,auto,, NS,10080,V3,REST2,green,auto,, NS,10080,V3,T1w,green,psadil,2022-03-02,postprocessing -NS,10085,V1,CUFF1,green,psadil,2022-01-05,"head-motion, inu" -NS,10085,V1,CUFF2,green,psadil,2022-03-02,"head-motion, inu" +NS,10085,V1,CUFF1,green,psadil,2022-09-09,"head-motion, inu" +NS,10085,V1,CUFF2,green,psadil,2022-09-09,"head-motion, inu" NS,10085,V1,DWI,green,auto,, -NS,10085,V1,REST1,green,psadil,2022-03-02,inu -NS,10085,V1,REST2,yellow,psadil,2022-01-05,"head-motion, field-variation" -NS,10085,V1,T1w,green,auto,2022-03-01, -NS,10085,V3,CUFF1,green,psadil,2022-03-14,"head-motion, uncategorized" -NS,10085,V3,CUFF2,green,psadil,2022-03-15,"head-motion, wrap-around, uncategorized" +NS,10085,V1,REST1,green,psadil,2022-09-09,inu +NS,10085,V1,REST2,green,psadil,2022-09-09,"head-motion, field-variation" +NS,10085,V1,T1w,green,auto,2022-09-20, +NS,10085,V3,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10085,V3,CUFF2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" NS,10085,V3,DWI,green,auto,, -NS,10085,V3,REST1,green,psadil,2022-03-14,"head-motion, uncategorized" -NS,10085,V3,REST2,green,psadil,2022-03-02,head-motion -NS,10085,V3,T1w,yellow,psadil,2022-03-02,"inu, postprocessing, head-motion" +NS,10085,V3,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10085,V3,REST2,green,psadil,2022-09-09,head-motion +NS,10085,V3,T1w,yellow,psadil,2022-03-03,"inu, postprocessing, head-motion" NS,10086,V1,DWI,green,auto,, NS,10086,V1,REST1,green,auto,, -NS,10086,V1,REST2,green,auto,, -NS,10086,V1,T1w,green,auto,2022-03-01, -NS,10092,V1,CUFF1,green,psadil,2022-01-31,wrap-around -NS,10092,V1,CUFF2,green,psadil,2022-01-31,wrap-around +NS,10086,V1,REST2,red,auto,, +NS,10086,V1,T1w,green,auto,2022-09-20, +NS,10092,V1,CUFF1,green,psadil,2022-09-09,wrap-around +NS,10092,V1,CUFF2,green,psadil,2022-09-09,wrap-around NS,10092,V1,DWI,green,auto,, NS,10092,V1,REST1,green,auto,, -NS,10092,V1,REST2,red,psadil,2022-04-13, -NS,10092,V1,T1w,green,auto,2022-03-01, +NS,10092,V1,REST2,red,psadil,2022-09-09, +NS,10092,V1,T1w,green,auto,2022-09-20, NS,10092,V3,CUFF1,green,auto,, NS,10092,V3,CUFF2,green,auto,, NS,10092,V3,DWI,green,auto,, NS,10092,V3,REST1,green,auto,, -NS,10092,V3,REST2,green,psadil,2022-03-02,"head-motion, inu" +NS,10092,V3,REST2,green,psadil,2022-09-09,"head-motion, inu" NS,10092,V3,T1w,green,psadil,2022-03-02, -NS,10093,V1,CUFF1,yellow,psadil,2022-01-05,"head-motion, wrap-around, inu" -NS,10093,V1,CUFF2,yellow,psadil,2022-01-05,"head-motion, wrap-around, inu" +NS,10093,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, wrap-around, inu" +NS,10093,V1,CUFF2,yellow,psadil,2022-09-09,"head-motion, wrap-around, inu" NS,10093,V1,DWI,green,auto,, -NS,10093,V1,REST1,yellow,psadil,2022-01-05,"head-motion, wrap-around, inu" -NS,10093,V1,REST2,yellow,psadil,2022-01-05,"head-motion, wrap-around, inu" -NS,10093,V1,T1w,yellow,psadil,2022-03-02,postprocessing -NS,10093,V3,CUFF1,yellow,psadil,2022-01-05,"wrap-around, inu" -NS,10093,V3,CUFF2,yellow,psadil,2022-01-05,"head-motion, wrap-around, inu" +NS,10093,V1,REST1,yellow,psadil,2022-09-09,"head-motion, wrap-around, inu" +NS,10093,V1,REST2,yellow,psadil,2022-09-09,"head-motion, wrap-around, inu" +NS,10093,V1,T1w,yellow,psadil,2022-03-03,postprocessing +NS,10093,V3,CUFF1,yellow,psadil,2022-09-09,"wrap-around, inu" +NS,10093,V3,CUFF2,yellow,psadil,2022-09-09,"head-motion, wrap-around, inu" NS,10093,V3,DWI,green,auto,, -NS,10093,V3,REST1,yellow,psadil,2022-01-05,"head-motion, wrap-around, inu" -NS,10093,V3,REST2,yellow,psadil,2022-01-05,"head-motion, wrap-around, inu" +NS,10093,V3,REST1,yellow,psadil,2022-09-09,"head-motion, wrap-around, inu" +NS,10093,V3,REST2,yellow,psadil,2022-09-09,"head-motion, wrap-around, inu" NS,10093,V3,T1w,yellow,psadil,2022-03-02,head-motion NS,10094,V1,DWI,green,auto,, NS,10094,V1,REST1,green,auto,, -NS,10094,V1,REST2,green,auto,, -NS,10094,V1,T1w,yellow,psadil,2022-03-02,head-motion -NS,10095,V1,CUFF1,red,psadil,2022-04-13, +NS,10094,V1,REST2,red,auto,, +NS,10094,V1,T1w,yellow,psadil,2022-03-03,head-motion +NS,10095,V1,CUFF1,red,psadil,2022-09-09, NS,10095,V1,CUFF2,green,auto,, NS,10095,V1,DWI,green,auto,, NS,10095,V1,REST1,green,auto,, -NS,10095,V1,REST2,red,psadil,2022-04-13, -NS,10095,V1,T1w,green,auto,2022-03-01, +NS,10095,V1,REST2,red,psadil,2022-09-09, +NS,10095,V1,T1w,green,auto,2022-09-20, NS,10095,V3,CUFF1,green,auto,, NS,10095,V3,CUFF2,green,auto,, NS,10095,V3,DWI,green,auto,, NS,10095,V3,REST1,green,auto,, NS,10095,V3,REST2,green,auto,, -NS,10095,V3,T1w,green,auto,2022-03-01, -NS,10100,V1,DWI,green,psadil,2022-03-02, -NS,10100,V1,REST1,yellow,psadil,2022-03-21,"head-motion, wrap-around, uncategorized" -NS,10100,V1,REST2,yellow,psadil,2022-03-21,"head-motion, wrap-around, uncategorized" -NS,10100,V1,T1w,green,auto,2022-03-01, +NS,10095,V3,T1w,green,auto,2022-09-20, +NS,10100,V1,DWI,green,psadil,2022-03-03, +NS,10100,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10100,V1,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10100,V1,T1w,green,auto,2022-09-20, NS,10101,V1,CUFF1,green,auto,, NS,10101,V1,CUFF2,green,auto,, -NS,10101,V1,DWI,green,psadil,2022-03-02, +NS,10101,V1,DWI,green,psadil,2022-03-03, NS,10101,V1,REST1,green,auto,, NS,10101,V1,REST2,green,auto,, -NS,10101,V1,T1w,green,auto,2022-03-01, +NS,10101,V1,T1w,green,auto,2022-09-20, NS,10101,V3,DWI,green,auto,, NS,10101,V3,REST1,green,auto,, -NS,10101,V3,REST2,green,auto,, -NS,10101,V3,T1w,green,auto,2022-03-01, +NS,10101,V3,REST2,red,auto,, +NS,10101,V3,T1w,green,auto,2022-09-20, NS,10104,V1,DWI,green,auto,, -NS,10104,V1,REST1,yellow,psadil,2022-03-21,"head-motion, uncategorized" -NS,10104,V1,REST2,green,auto,, -NS,10104,V1,T1w,green,auto,2022-03-01, +NS,10104,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10104,V1,REST2,red,auto,, +NS,10104,V1,T1w,green,auto,2022-09-20, NS,10104,V3,DWI,green,auto,, NS,10104,V3,REST1,green,auto,, -NS,10104,V3,REST2,green,auto,, -NS,10104,V3,T1w,green,auto,2022-03-01, +NS,10104,V3,REST2,red,auto,, +NS,10104,V3,T1w,green,auto,2022-09-20, NS,10105,V1,DWI,green,auto,, NS,10105,V1,REST1,green,auto,, -NS,10105,V1,REST2,green,auto,, -NS,10105,V1,T1w,green,auto,2022-03-01, +NS,10105,V1,REST2,red,auto,, +NS,10105,V1,T1w,green,auto,2022-09-20, NS,10105,V3,DWI,green,auto,, NS,10105,V3,REST1,green,auto,, -NS,10105,V3,REST2,green,auto,, -NS,10105,V3,T1w,green,auto,2022-03-01, -NS,10111,V1,CUFF1,yellow,psadil,2022-03-21,"head-motion, uncategorized" -NS,10111,V1,CUFF2,yellow,psadil,2022-03-21,"head-motion, uncategorized" +NS,10105,V3,REST2,red,auto,, +NS,10105,V3,T1w,green,auto,2022-09-20, +NS,10111,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10111,V1,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" NS,10111,V1,DWI,green,auto,, -NS,10111,V1,REST1,yellow,psadil,2022-04-13,"head-motion, inu, uncategorized" -NS,10111,V1,REST2,yellow,psadil,2022-03-21,"head-motion, uncategorized" -NS,10111,V1,T1w,yellow,psadil,2022-03-02,head-motion -NS,10112,V1,CUFF1,yellow,psadil,2022-03-21,"head-motion, uncategorized" -NS,10112,V1,CUFF2,yellow,psadil,2022-03-21,"head-motion, wrap-around, uncategorized" +NS,10111,V1,REST1,green,psadil,2022-09-09,"head-motion, inu, uncategorized" +NS,10111,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10111,V1,T1w,yellow,psadil,2022-03-03,head-motion +NS,10112,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10112,V1,CUFF2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" NS,10112,V1,DWI,green,auto,, -NS,10112,V1,REST1,yellow,psadil,2022-03-21,"head-motion, uncategorized" -NS,10112,V1,REST2,yellow,psadil,2022-03-21,"head-motion, wrap-around, uncategorized" -NS,10112,V1,T1w,green,auto,2022-03-01, +NS,10112,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10112,V1,REST2,red,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10112,V1,T1w,yellow,psadil,2023-09-06,"eye-spillover, inu" NS,10112,V3,DWI,green,auto,, -NS,10112,V3,REST1,yellow,psadil,2022-04-13,"head-motion, uncategorized" -NS,10112,V3,REST2,yellow,psadil,2022-04-13,"head-motion, noneye-spillover, noise-global, ghosts-other, uncategorized" +NS,10112,V3,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10112,V3,REST2,green,psadil,2022-09-09,"head-motion, noneye-spillover, noise-global, ghosts-other, uncategorized" NS,10112,V3,T1w,green,psadil,2022-03-02, -NS,10113,V1,CUFF1,yellow,psadil,2022-04-13,"head-motion, wrap-around, ghosts-other, uncategorized" +NS,10113,V1,CUFF1,green,psadil,2022-09-09,"head-motion, wrap-around, ghosts-other, uncategorized" NS,10113,V1,CUFF2,green,auto,, NS,10113,V1,DWI,green,auto,, -NS,10113,V1,REST1,yellow,psadil,2022-04-13,"head-motion, wrap-around, uncategorized" -NS,10113,V1,REST2,yellow,psadil,2022-04-13,"head-motion, noise-global, uncategorized" +NS,10113,V1,REST1,yellow,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10113,V1,REST2,yellow,psadil,2022-09-09,"head-motion, noise-global, uncategorized" NS,10113,V1,T1w,yellow,psadil,2022-03-02,"head-motion, eye-spillover, postprocessing" NS,10113,V3,DWI,green,auto,, NS,10113,V3,REST1,green,auto,, -NS,10113,V3,REST2,green,auto,, +NS,10113,V3,REST2,red,auto,, NS,10113,V3,T1w,green,psadil,2022-03-02,postprocessing NS,10117,V1,CUFF1,green,auto,, NS,10117,V1,CUFF2,green,auto,, @@ -298,151 +298,151 @@ NS,10118,V1,T1w,yellow,psadil,2022-03-16,"head-motion, inu" NS,10122,V1,CUFF1,green,auto,, NS,10122,V1,CUFF2,green,auto,, NS,10122,V1,DWI,green,auto,, -NS,10122,V1,REST1,yellow,psadil,2022-04-13,"head-motion, noise-global, ghosts-other, postprocessing" +NS,10122,V1,REST1,green,psadil,2022-09-09,"head-motion, noise-global, ghosts-other, postprocessing" NS,10122,V1,REST2,green,auto,, -NS,10122,V1,T1w,green,auto,2022-03-01, +NS,10122,V1,T1w,green,auto,2022-09-20, NS,10122,V3,CUFF1,green,auto,, NS,10122,V3,CUFF2,green,auto,, NS,10122,V3,DWI,green,auto,, NS,10122,V3,REST1,green,auto,, -NS,10122,V3,REST2,yellow,psadil,2022-04-13,"head-motion, ghosts-other, uncategorized" -NS,10122,V3,T1w,yellow,psadil,2022-03-02,postprocessing +NS,10122,V3,REST2,green,psadil,2022-09-09,"head-motion, ghosts-other, uncategorized" +NS,10122,V3,T1w,yellow,psadil,2022-03-03,postprocessing NS,10128,V1,CUFF1,green,auto,, NS,10128,V1,CUFF2,green,auto,, NS,10128,V1,DWI,green,auto,, -NS,10128,V1,REST1,yellow,psadil,2022-01-05,"head-motion, wrap-around, inu" +NS,10128,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, inu" NS,10128,V1,REST2,green,auto,, NS,10128,V1,T1w,green,psadil,2022-03-15,inu -NS,10137,V1,DWI,green,psadil,2022-03-02, -NS,10137,V1,REST1,yellow,psadil,2022-04-13,"head-motion, wrap-around, field-variation, uncategorized" -NS,10137,V1,REST2,yellow,psadil,2022-04-13,"head-motion, wrap-around, ghosts-other, postprocessing, uncategorized" -NS,10137,V1,T1w,green,auto,2022-03-01, +NS,10137,V1,DWI,green,psadil,2022-03-03, +NS,10137,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, field-variation, uncategorized" +NS,10137,V1,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, ghosts-other, postprocessing, uncategorized" +NS,10137,V1,T1w,green,auto,2022-09-20, NS,10138,V1,DWI,green,auto,, -NS,10138,V1,REST1,yellow,psadil,2022-04-13,"head-motion, ghosts-other, uncategorized" -NS,10138,V1,REST2,yellow,psadil,2022-04-13,"head-motion, eye-spillover, ghosts-other, uncategorized" -NS,10138,V1,T1w,green,auto,2022-03-01, -NS,10139,V1,CUFF1,yellow,psadil,2022-04-13,"head-motion, wrap-around, ghosts-other, uncategorized" -NS,10139,V1,CUFF2,yellow,psadil,2022-04-13,"head-motion, wrap-around, ghosts-other, uncategorized" -NS,10139,V1,DWI,green,psadil,2022-03-02, +NS,10138,V1,REST1,green,psadil,2022-09-09,"head-motion, ghosts-other, uncategorized" +NS,10138,V1,REST2,green,psadil,2022-09-09,"head-motion, eye-spillover, ghosts-other, uncategorized" +NS,10138,V1,T1w,green,auto,2022-09-20, +NS,10139,V1,CUFF1,green,psadil,2022-09-09,"head-motion, wrap-around, ghosts-other, uncategorized" +NS,10139,V1,CUFF2,green,psadil,2022-09-09,"head-motion, wrap-around, ghosts-other, uncategorized" +NS,10139,V1,DWI,green,psadil,2022-03-03, NS,10139,V1,REST1,green,auto,, -NS,10139,V1,REST2,yellow,psadil,2022-04-13,"head-motion, noneye-spillover, ghosts-other, uncategorized" -NS,10139,V1,T1w,green,auto,2022-03-01, +NS,10139,V1,REST2,green,psadil,2022-09-09,"head-motion, noneye-spillover, ghosts-other, uncategorized" +NS,10139,V1,T1w,green,auto,2022-09-20, NS,10141,V1,DWI,green,auto,, -NS,10141,V1,REST1,yellow,psadil,2022-04-13,"head-motion, wrap-around, ghosts-other, uncategorized" -NS,10141,V1,REST2,yellow,psadil,2022-04-13,"head-motion, wrap-around, ghosts-other, uncategorized" -NS,10141,V1,T1w,green,auto,2022-03-01, +NS,10141,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, ghosts-other, uncategorized" +NS,10141,V1,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, ghosts-other, uncategorized" +NS,10141,V1,T1w,yellow,psadil,2023-10-25,"eye-spillover, inu, postprocessing" NS,10145,V1,DWI,green,auto,, -NS,10145,V1,REST1,yellow,psadil,2022-03-02,"head-motion, inu" -NS,10145,V1,REST2,yellow,psadil,2022-01-05,"head-motion, inu" +NS,10145,V1,REST1,yellow,psadil,2022-09-09,"head-motion, inu" +NS,10145,V1,REST2,yellow,psadil,2022-09-09,"head-motion, inu" NS,10145,V1,T1w,yellow,psadil,2022-03-02,head-motion NS,10151,V1,CUFF1,green,auto,, NS,10151,V1,CUFF2,green,auto,, NS,10151,V1,DWI,green,auto,, NS,10151,V1,REST1,green,auto,, NS,10151,V1,REST2,green,auto,, -NS,10151,V1,T1w,green,auto,2022-03-01, -NS,10157,V1,CUFF1,yellow,psadil,2022-04-14,"head-motion, uncategorized" -NS,10157,V1,CUFF2,yellow,psadil,2022-04-14,"head-motion, uncategorized" +NS,10151,V1,T1w,green,auto,2022-09-20, +NS,10157,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10157,V1,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" NS,10157,V1,DWI,green,auto,, -NS,10157,V1,REST1,yellow,psadil,2022-04-14,"head-motion, inu, uncategorized" -NS,10157,V1,REST2,yellow,psadil,2022-04-14,"head-motion, uncategorized" +NS,10157,V1,REST1,green,psadil,2022-09-09,"head-motion, inu, uncategorized" +NS,10157,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" NS,10157,V1,T1w,yellow,psadil,2022-03-02,"head-motion, eye-spillover" NS,10158,V1,DWI,green,auto,, -NS,10158,V1,REST1,green,psadil,2022-01-05,inu -NS,10158,V1,REST2,green,psadil,2022-03-02,"inu, uncategorized" -NS,10158,V1,T1w,green,auto,2022-03-01, +NS,10158,V1,REST1,green,psadil,2022-09-09,inu +NS,10158,V1,REST2,green,psadil,2022-09-09,"inu, uncategorized" +NS,10158,V1,T1w,yellow,psadil,2023-12-08,"eye-spillover, inu" NS,10160,V1,CUFF1,green,auto,, NS,10160,V1,CUFF2,green,auto,, NS,10160,V1,DWI,green,auto,, -NS,10160,V1,REST1,yellow,psadil,2022-04-14,"head-motion, ghosts-other, uncategorized" +NS,10160,V1,REST1,green,psadil,2022-09-09,"head-motion, ghosts-other, uncategorized" NS,10160,V1,REST2,green,auto,, -NS,10160,V1,T1w,green,auto,2022-03-01, +NS,10160,V1,T1w,yellow,psadil,2023-09-06,"eye-spillover, inu, postprocessing" NS,10161,V1,DWI,green,auto,, -NS,10161,V1,REST1,yellow,psadil,2022-04-14,"head-motion, ghosts-other, uncategorized" -NS,10161,V1,REST2,yellow,psadil,2022-04-14,"head-motion, ghosts-other, uncategorized" -NS,10161,V1,T1w,yellow,psadil,2022-03-02,"head-motion, eye-spillover, inu, postprocessing" +NS,10161,V1,REST1,green,psadil,2022-09-09,"head-motion, ghosts-other, uncategorized" +NS,10161,V1,REST2,green,psadil,2022-09-09,"head-motion, ghosts-other, uncategorized" +NS,10161,V1,T1w,yellow,psadil,2022-03-03,"head-motion, eye-spillover, inu, postprocessing" NS,10162,V1,CUFF1,green,auto,, NS,10162,V1,CUFF2,green,auto,, -NS,10162,V1,DWI,green,psadil,2022-03-02, -NS,10162,V1,REST1,yellow,psadil,2022-04-14,"head-motion, ghosts-other, uncategorized" +NS,10162,V1,DWI,green,psadil,2022-03-03, +NS,10162,V1,REST1,green,psadil,2022-09-09,"head-motion, ghosts-other, uncategorized" NS,10162,V1,REST2,green,auto,, -NS,10162,V1,T1w,green,auto,2022-03-01, +NS,10162,V1,T1w,green,auto,2022-09-20, NS,10163,V1,DWI,green,auto,, -NS,10163,V1,REST1,green,psadil,2022-03-02,"inu, uncategorized" -NS,10163,V1,REST2,green,psadil,2022-03-02,"em-perturbation, wrap-around, inu" -NS,10163,V1,T1w,green,auto,2022-03-01, +NS,10163,V1,REST1,green,psadil,2022-09-09,"inu, uncategorized" +NS,10163,V1,REST2,green,psadil,2022-09-09,"em-perturbation, wrap-around, inu" +NS,10163,V1,T1w,green,psadil,2023-10-25,"inu, postprocessing" NS,10165,V1,DWI,green,auto,, -NS,10165,V1,REST1,yellow,psadil,2022-04-14,"head-motion, wrap-around, ghosts-other, uncategorized" -NS,10165,V1,REST2,yellow,psadil,2022-04-14,"head-motion, wrap-around, ghosts-other, field-variation, uncategorized" -NS,10165,V1,T1w,green,auto,2022-03-01, -NS,10166,V1,CUFF1,red,psadil,2022-03-02,"head-motion, inu" -NS,10166,V1,CUFF2,red,psadil,2022-03-02,"head-motion, wrap-around, inu" +NS,10165,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, ghosts-other, uncategorized" +NS,10165,V1,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, ghosts-other, field-variation, uncategorized" +NS,10165,V1,T1w,yellow,auto,2022-09-20, +NS,10166,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, inu" +NS,10166,V1,CUFF2,yellow,psadil,2022-09-09,"head-motion, wrap-around, inu" NS,10166,V1,DWI,green,auto,, -NS,10166,V1,REST1,yellow,psadil,2022-01-05,"head-motion, inu" -NS,10166,V1,REST2,red,psadil,2022-03-02,"head-motion, inu" -NS,10166,V1,T1w,yellow,psadil,2022-03-02,"head-motion, eye-spillover, inu" +NS,10166,V1,REST1,yellow,psadil,2022-09-09,"head-motion, inu" +NS,10166,V1,REST2,yellow,psadil,2022-09-09,"head-motion, inu" +NS,10166,V1,T1w,yellow,psadil,2022-03-03,"head-motion, eye-spillover, inu" NS,10167,V1,CUFF1,green,auto,, NS,10167,V1,CUFF2,green,auto,, NS,10167,V1,DWI,green,auto,, NS,10167,V1,REST1,green,auto,, NS,10167,V1,REST2,green,auto,, -NS,10167,V1,T1w,yellow,psadil,2022-03-02,"head-motion, eye-spillover, inu" -NS,10168,V1,CUFF1,yellow,psadil,2022-04-14,"head-motion, ghosts-other, uncategorized" -NS,10168,V1,CUFF2,yellow,psadil,2022-04-14,"head-motion, noneye-spillover, ghosts-other, uncategorized" +NS,10167,V1,T1w,yellow,psadil,2022-03-03,"head-motion, eye-spillover, inu" +NS,10168,V1,CUFF1,green,psadil,2022-09-09,"head-motion, ghosts-other, uncategorized" +NS,10168,V1,CUFF2,green,psadil,2022-09-09,"head-motion, noneye-spillover, ghosts-other, uncategorized" NS,10168,V1,DWI,green,auto,, -NS,10168,V1,REST1,yellow,psadil,2022-04-14,"head-motion, noneye-spillover, ghosts-other, uncategorized" -NS,10168,V1,REST2,yellow,psadil,2022-04-14,"head-motion, noneye-spillover, ghosts-other, uncategorized" -NS,10168,V1,T1w,green,auto,2022-03-01, -NS,10170,V1,CUFF1,green,psadil,2022-01-05,"head-motion, inu" +NS,10168,V1,REST1,green,psadil,2022-09-09,"head-motion, noneye-spillover, ghosts-other, uncategorized" +NS,10168,V1,REST2,green,psadil,2022-09-09,"head-motion, noneye-spillover, ghosts-other, uncategorized" +NS,10168,V1,T1w,green,auto,2022-09-20, +NS,10170,V1,CUFF1,green,psadil,2022-09-09,"head-motion, inu" NS,10170,V1,CUFF2,green,auto,, NS,10170,V1,DWI,green,auto,, -NS,10170,V1,REST1,yellow,psadil,2022-04-14,"head-motion, ghosts-other, uncategorized" -NS,10170,V1,REST2,yellow,psadil,2022-04-14,"head-motion, ghosts-other, uncategorized" -NS,10170,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +NS,10170,V1,REST1,green,psadil,2022-09-09,"head-motion, ghosts-other, uncategorized" +NS,10170,V1,REST2,green,psadil,2022-09-09,"head-motion, ghosts-other, uncategorized" +NS,10170,V1,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" NS,10171,V1,DWI,green,auto,, -NS,10171,V1,REST1,yellow,psadil,2022-01-05,"head-motion, wrap-around" -NS,10171,V1,REST2,yellow,psadil,2022-01-05,"head-motion, wrap-around, inu" -NS,10171,V1,T1w,yellow,psadil,2022-03-02,"eye-spillover, inu" -NS,10175,V1,CUFF1,yellow,psadil,2022-04-14,"head-motion, wrap-around, ghosts-other, uncategorized" -NS,10175,V1,CUFF2,yellow,psadil,2022-04-14,"head-motion, wrap-around, ghosts-other, uncategorized" +NS,10171,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around" +NS,10171,V1,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, inu" +NS,10171,V1,T1w,yellow,psadil,2022-03-03,"eye-spillover, inu" +NS,10175,V1,CUFF1,green,psadil,2022-09-09,"head-motion, wrap-around, ghosts-other, uncategorized" +NS,10175,V1,CUFF2,green,psadil,2022-09-09,"head-motion, wrap-around, ghosts-other, uncategorized" NS,10175,V1,DWI,green,auto,, NS,10175,V1,REST1,green,auto,, NS,10175,V1,REST2,green,auto,, -NS,10175,V1,T1w,yellow,psadil,2022-03-02,postprocessing +NS,10175,V1,T1w,yellow,psadil,2022-03-03,postprocessing NS,10177,V1,CUFF1,green,auto,, NS,10177,V1,CUFF2,green,auto,, NS,10177,V1,DWI,green,auto,, NS,10177,V1,REST1,green,auto,, NS,10177,V1,REST2,green,auto,, -NS,10177,V1,T1w,green,auto,2022-03-01, -NS,10179,V1,CUFF1,yellow,psadil,2022-01-05,"head-motion, inu" +NS,10177,V1,T1w,green,auto,2022-09-20, +NS,10179,V1,CUFF1,green,psadil,2022-09-09,"head-motion, inu" NS,10179,V1,CUFF2,green,auto,, NS,10179,V1,DWI,green,auto,, -NS,10179,V1,REST1,green,psadil,2022-03-02,"head-motion, inu" -NS,10179,V1,REST2,green,psadil,2022-03-02,head-motion -NS,10179,V1,T1w,green,auto,2022-03-01, +NS,10179,V1,REST1,green,psadil,2022-09-09,"head-motion, inu" +NS,10179,V1,REST2,green,psadil,2022-09-09,head-motion +NS,10179,V1,T1w,green,auto,2022-09-20, NS,10180,V1,DWI,green,auto,, NS,10180,V1,REST1,green,auto,, -NS,10180,V1,REST2,green,auto,, -NS,10180,V1,T1w,green,auto,2022-03-01, -NS,10182,V1,CUFF1,red,psadil,2022-01-05, +NS,10180,V1,REST2,red,auto,, +NS,10180,V1,T1w,yellow,auto,2022-09-20, +NS,10182,V1,CUFF1,red,psadil,2022-09-09, NS,10182,V1,CUFF2,green,auto,, NS,10182,V1,DWI,green,auto,, NS,10182,V1,REST1,green,auto,, NS,10182,V1,REST2,green,auto,, -NS,10182,V1,T1w,green,auto,2022-03-01, -NS,10182,V3,CUFF1,green,auto,, -NS,10182,V3,CUFF2,green,psadil,2022-03-22,uncategorized +NS,10182,V1,T1w,green,auto,2022-09-20, +NS,10182,V3,CUFF1,red,auto,, +NS,10182,V3,CUFF2,green,psadil,2022-09-09,uncategorized NS,10182,V3,DWI,green,auto,, NS,10182,V3,REST1,green,auto,, NS,10182,V3,REST2,green,auto,, -NS,10182,V3,T1w,green,auto,2022-04-01, -NS,10185,V1,CUFF1,green,psadil,2022-03-02,"head-motion, inu" -NS,10185,V1,CUFF2,green,auto,, +NS,10182,V3,T1w,green,auto,2022-09-20, +NS,10185,V1,CUFF1,yellow,psadil,2023-08-08,"em-perturbation, wrap-around" +NS,10185,V1,CUFF2,yellow,psadil,2023-08-08,"em-perturbation, wrap-around" NS,10185,V1,DWI,green,auto,, -NS,10185,V1,REST1,green,psadil,2022-03-02,"head-motion, inu" +NS,10185,V1,REST1,green,psadil,2022-09-09,"head-motion, inu" NS,10185,V1,REST2,green,auto,, -NS,10185,V1,T1w,green,auto,2022-03-01, +NS,10185,V1,T1w,green,auto,2022-09-20, NS,10185,V3,CUFF1,green,auto,, NS,10185,V3,CUFF2,green,auto,, NS,10185,V3,DWI,green,auto,, @@ -450,119 +450,119 @@ NS,10185,V3,REST1,green,auto,, NS,10185,V3,REST2,green,auto,, NS,10185,V3,T1w,yellow,psadil,2022-03-11,"head-motion, noise-local, inu, postprocessing" NS,10190,V1,DWI,green,auto,, -NS,10190,V1,REST1,green,psadil,2022-03-02,inu -NS,10190,V1,REST2,green,psadil,2022-03-02,"head-motion, inu" -NS,10190,V1,T1w,green,auto,2022-03-01, +NS,10190,V1,REST1,green,psadil,2022-09-09,inu +NS,10190,V1,REST2,green,psadil,2022-09-09,"head-motion, inu" +NS,10190,V1,T1w,yellow,psadil,2023-12-08,"eye-spillover, inu" NS,10191,V1,CUFF1,green,auto,, NS,10191,V1,CUFF2,green,auto,, -NS,10191,V1,DWI,green,psadil,2022-03-02,postprocessing +NS,10191,V1,DWI,green,psadil,2022-03-03,postprocessing NS,10191,V1,REST1,green,auto,, NS,10191,V1,REST2,green,auto,, -NS,10191,V1,T1w,green,auto,2022-03-01, -NS,10192,V1,CUFF1,green,psadil,2021-11-16,"wrap-around, ghosts-other" -NS,10192,V1,CUFF2,green,psadil,2022-03-02,"head-motion, ghosts-other" +NS,10191,V1,T1w,yellow,psadil,2023-09-06,"eye-spillover, inu, postprocessing" +NS,10192,V1,CUFF1,green,psadil,2022-09-09,"wrap-around, ghosts-other" +NS,10192,V1,CUFF2,green,psadil,2022-09-09,"head-motion, ghosts-other" NS,10192,V1,DWI,green,auto,, -NS,10192,V1,REST1,green,psadil,2022-03-02,"ghosts-other, uncategorized" -NS,10192,V1,REST2,green,psadil,2022-03-02,"noise-local, ghosts-other" -NS,10192,V1,T1w,green,psadil,2021-11-16,"ghosts-other, inu, postprocessing" +NS,10192,V1,REST1,green,psadil,2022-09-09,"ghosts-other, uncategorized" +NS,10192,V1,REST2,green,psadil,2022-09-09,"noise-local, ghosts-other" +NS,10192,V1,T1w,green,psadil,2021-11-17,"ghosts-other, inu, postprocessing" NS,10192,V3,CUFF1,green,auto,, NS,10192,V3,CUFF2,green,auto,, NS,10192,V3,DWI,green,auto,, NS,10192,V3,REST1,green,auto,, NS,10192,V3,REST2,green,auto,, -NS,10192,V3,T1w,green,auto,2022-04-01, +NS,10192,V3,T1w,green,auto,2022-09-20, NS,10194,V1,CUFF1,green,auto,, NS,10194,V1,CUFF2,green,auto,, NS,10194,V1,DWI,green,auto,, NS,10194,V1,REST1,green,auto,, NS,10194,V1,REST2,green,auto,, -NS,10194,V1,T1w,green,auto,2022-03-01, +NS,10194,V1,T1w,green,auto,2022-09-20, NS,10197,V1,DWI,green,auto,, -NS,10197,V1,REST1,yellow,psadil,2022-01-05,"head-motion, wrap-around, inu" -NS,10197,V1,REST2,green,auto,, +NS,10197,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, inu" +NS,10197,V1,REST2,red,auto,, NS,10197,V1,T1w,yellow,psadil,2022-03-02,"head-motion, eye-spillover, postprocessing" NS,10198,V1,DWI,green,auto,, -NS,10198,V1,REST1,yellow,psadil,2022-03-02,"wrap-around, inu" -NS,10198,V1,REST2,yellow,psadil,2022-01-05,"head-motion, inu" -NS,10198,V1,T1w,green,auto,2022-03-01, -NS,10202,V1,CUFF1,red,psadil,2022-03-02,ghosts-other -NS,10202,V1,CUFF2,red,psadil,2022-03-02,ghosts-other -NS,10202,V1,DWI,green,psadil,2022-03-02, -NS,10202,V1,REST1,green,psadil,2022-03-02, -NS,10202,V1,T1w,green,psadil,2021-11-16,"eye-spillover, noneye-spillover, ghosts-other, postprocessing" +NS,10198,V1,REST1,green,psadil,2022-09-09,"wrap-around, inu" +NS,10198,V1,REST2,green,psadil,2022-09-09,"head-motion, inu" +NS,10198,V1,T1w,yellow,psadil,2023-04-05,"head-motion, eye-spillover, wrap-around, inu" +NS,10202,V1,CUFF1,red,psadil,2022-09-09,ghosts-other +NS,10202,V1,CUFF2,red,psadil,2022-09-09,ghosts-other +NS,10202,V1,DWI,green,psadil,2022-03-03, +NS,10202,V1,REST1,green,psadil,2022-09-09, +NS,10202,V1,T1w,green,psadil,2021-11-17,"eye-spillover, noneye-spillover, ghosts-other, postprocessing" NS,10203,V1,CUFF1,green,auto,, NS,10203,V1,CUFF2,green,auto,, NS,10203,V1,DWI,green,auto,, NS,10203,V1,REST1,green,auto,, NS,10203,V1,REST2,green,auto,, -NS,10203,V1,T1w,green,auto,2022-03-01, -NS,10205,V1,REST2,yellow,psadil,2022-07-19,"head-motion, inu, uncategorized" +NS,10203,V1,T1w,green,auto,2022-09-20, +NS,10205,V1,REST2,yellow,psadil,2022-09-09,"head-motion, inu, uncategorized" NS,10205,V3,DWI,green,auto,, -NS,10205,V3,REST1,green,auto,, -NS,10205,V3,REST2,green,auto,, -NS,10205,V3,T1w,yellow,auto,2022-04-01, +NS,10205,V3,REST1,yellow,auto,, +NS,10205,V3,REST2,red,auto,, +NS,10205,V3,T1w,yellow,auto,2022-09-20, NS,10206,V1,CUFF1,green,auto,, -NS,10206,V1,CUFF2,yellow,psadil,2022-01-05,"head-motion, inu" +NS,10206,V1,CUFF2,green,psadil,2022-09-09,"head-motion, inu" NS,10206,V1,DWI,green,auto,, -NS,10206,V1,REST1,yellow,psadil,2022-01-05,"head-motion, inu" +NS,10206,V1,REST1,green,psadil,2022-09-09,"head-motion, inu" NS,10206,V1,REST2,green,auto,, -NS,10206,V1,T1w,yellow,psadil,2022-03-02,"head-motion, eye-spillover, inu, postprocessing" +NS,10206,V1,T1w,yellow,psadil,2022-03-03,"head-motion, eye-spillover, inu, postprocessing" NS,10207,V1,CUFF1,green,auto,, NS,10207,V1,CUFF2,green,auto,, NS,10207,V1,DWI,green,auto,, NS,10207,V1,REST1,green,auto,, -NS,10207,V1,REST2,green,psadil,2022-03-02,"head-motion, inu" -NS,10207,V1,T1w,green,auto,2022-03-01, -NS,10211,V1,CUFF1,green,psadil,2021-11-16,"noise-local, ghosts-other" -NS,10211,V1,CUFF2,green,psadil,2021-11-16,"ghosts-other, uncategorized" +NS,10207,V1,REST2,green,psadil,2022-09-09,"head-motion, inu" +NS,10207,V1,T1w,green,auto,2022-09-20, +NS,10211,V1,CUFF1,green,psadil,2022-09-09,"noise-local, ghosts-other" +NS,10211,V1,CUFF2,green,psadil,2022-09-09,"ghosts-other, uncategorized" NS,10211,V1,DWI,green,auto,, -NS,10211,V1,REST1,green,psadil,2022-03-02,noise-global +NS,10211,V1,REST1,green,psadil,2022-09-09,noise-global NS,10211,V1,REST2,green,auto,, -NS,10211,V1,T1w,yellow,psadil,2022-03-02,"eye-spillover, inu, postprocessing" +NS,10211,V1,T1w,yellow,psadil,2022-03-03,"eye-spillover, inu, postprocessing" NS,10211,V3,CUFF1,green,auto,, NS,10211,V3,CUFF2,green,auto,, NS,10211,V3,DWI,green,auto,, NS,10211,V3,REST1,green,auto,, NS,10211,V3,REST2,green,auto,, -NS,10211,V3,T1w,green,auto,2022-04-01, +NS,10211,V3,T1w,green,auto,2022-09-20, NS,10212,V1,DWI,green,auto,, NS,10212,V1,REST1,green,auto,, -NS,10212,V1,REST2,green,auto,, +NS,10212,V1,REST2,red,auto,, NS,10212,V1,T1w,green,psadil,2021-11-29,"eye-spillover, ghosts-other, inu, postprocessing" -NS,10215,V1,CUFF1,green,auto,, +NS,10215,V1,CUFF1,yellow,psadil,2023-08-08,em-perturbation NS,10215,V1,CUFF2,green,auto,, NS,10215,V1,DWI,green,auto,, NS,10215,V1,REST1,green,auto,, NS,10215,V1,REST2,green,auto,, -NS,10215,V1,T1w,green,auto,2022-03-01, +NS,10215,V1,T1w,green,auto,2022-09-20, NS,10220,V1,DWI,green,auto,, NS,10220,V1,REST1,green,auto,, -NS,10220,V1,REST2,green,auto,, -NS,10220,V1,T1w,yellow,psadil,2022-03-02,postprocessing +NS,10220,V1,REST2,red,auto,, +NS,10220,V1,T1w,yellow,psadil,2022-03-03,postprocessing NS,10220,V3,CUFF1,green,auto,, NS,10220,V3,CUFF2,green,auto,, NS,10220,V3,DWI,green,auto,, NS,10220,V3,REST1,green,auto,, NS,10220,V3,REST2,green,auto,, -NS,10220,V3,T1w,yellow,auto,2022-04-01, -NS,10221,V1,CUFF1,green,psadil,2022-04-13,"inu, uncategorized" -NS,10221,V1,CUFF2,green,psadil,2022-04-01,uncategorized +NS,10220,V3,T1w,yellow,auto,2022-09-20, +NS,10221,V1,CUFF1,green,psadil,2022-09-09,"inu, uncategorized" +NS,10221,V1,CUFF2,green,psadil,2022-09-09,uncategorized NS,10221,V1,DWI,green,auto,, -NS,10221,V1,REST1,green,psadil,2022-08-05,"wrap-around, uncategorized" -NS,10221,V1,REST2,green,psadil,2022-04-13,"head-motion, inu, field-variation, uncategorized" +NS,10221,V1,REST1,green,psadil,2022-09-09,"wrap-around, uncategorized" +NS,10221,V1,REST2,green,psadil,2022-09-09,"head-motion, inu, field-variation, uncategorized" NS,10221,V1,T1w,green,psadil,2021-11-23,inu NS,10223,V1,CUFF1,green,auto,, NS,10223,V1,CUFF2,green,auto,, NS,10223,V1,DWI,green,auto,, NS,10223,V1,REST1,green,auto,, NS,10223,V1,REST2,green,auto,, -NS,10223,V1,T1w,yellow,psadil,2022-03-02,"eye-spillover, inu" +NS,10223,V1,T1w,yellow,psadil,2022-03-03,"eye-spillover, inu" NS,10223,V3,CUFF1,green,auto,, NS,10223,V3,CUFF2,green,auto,, NS,10223,V3,DWI,green,auto,, -NS,10223,V3,REST1,yellow,psadil,2022-03-29,"head-motion, wrap-around, ghosts-other, uncategorized" +NS,10223,V3,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, ghosts-other, uncategorized" NS,10223,V3,REST2,green,auto,, -NS,10223,V3,T1w,yellow,auto,2022-04-01, +NS,10223,V3,T1w,yellow,psadil,2023-10-25,"head-motion, inu, postprocessing" NS,10231,V1,CUFF1,green,auto,, NS,10231,V1,CUFF2,green,auto,, NS,10231,V1,DWI,green,auto,, @@ -574,8 +574,8 @@ NS,10234,V1,CUFF2,green,auto,, NS,10234,V1,DWI,green,auto,, NS,10234,V1,REST1,green,auto,, NS,10234,V1,REST2,green,auto,, -NS,10234,V1,T1w,yellow,psadil,2022-03-02,"head-motion, eye-spillover" -NS,10234,V3,CUFF1,yellow,psadil,2022-03-30,"head-motion, ghosts-other, uncategorized" +NS,10234,V1,T1w,yellow,psadil,2022-03-03,"head-motion, eye-spillover" +NS,10234,V3,CUFF1,green,psadil,2022-09-09,"head-motion, ghosts-other, uncategorized" NS,10234,V3,CUFF2,green,auto,, NS,10234,V3,DWI,green,auto,, NS,10234,V3,REST1,green,auto,, @@ -583,8 +583,8 @@ NS,10234,V3,REST2,green,auto,, NS,10234,V3,T1w,yellow,psadil,2022-03-30,"eye-spillover, inu, postprocessing" NS,10238,V1,DWI,green,auto,, NS,10238,V1,REST1,green,auto,, -NS,10238,V1,REST2,green,auto,, -NS,10238,V1,T1w,green,auto,2022-03-01, +NS,10238,V1,REST2,red,auto,, +NS,10238,V1,T1w,green,auto,2022-09-20, NS,10238,V3,CUFF1,green,auto,, NS,10238,V3,CUFF2,green,auto,, NS,10238,V3,DWI,green,auto,, @@ -596,16 +596,16 @@ NS,10246,V1,CUFF2,green,auto,, NS,10246,V1,DWI,green,auto,, NS,10246,V1,REST1,green,auto,, NS,10246,V1,REST2,green,auto,, -NS,10246,V1,T1w,green,auto,2022-03-01, +NS,10246,V1,T1w,green,auto,2022-09-20, NS,10246,V3,CUFF1,green,auto,, NS,10246,V3,CUFF2,green,auto,, NS,10246,V3,DWI,green,auto,, NS,10246,V3,REST1,green,auto,, NS,10246,V3,REST2,green,auto,, -NS,10246,V3,T1w,yellow,auto,2022-05-25, +NS,10246,V3,T1w,yellow,auto,2022-09-20, NS,10250,V1,CUFF1,green,auto,, NS,10250,V1,CUFF2,green,auto,, -NS,10250,V1,DWI,green,psadil,2022-03-02, +NS,10250,V1,DWI,green,psadil,2022-03-03, NS,10250,V1,REST1,green,auto,, NS,10250,V1,REST2,green,auto,, NS,10250,V1,T1w,yellow,psadil,2022-03-03,"inu, postprocessing" @@ -614,68 +614,68 @@ NS,10250,V3,CUFF2,green,auto,, NS,10250,V3,DWI,green,auto,, NS,10250,V3,REST1,green,auto,, NS,10250,V3,REST2,green,auto,, -NS,10250,V3,T1w,yellow,auto,2022-07-12, +NS,10250,V3,T1w,yellow,auto,2022-09-20, NS,10257,V1,DWI,green,auto,, NS,10257,V1,REST1,green,auto,, -NS,10257,V1,REST2,green,psadil,2022-03-02,head-motion +NS,10257,V1,REST2,green,psadil,2022-09-09,head-motion NS,10257,V1,T1w,green,psadil,2022-03-02,postprocessing NS,10257,V3,DWI,green,auto,, -NS,10257,V3,REST1,green,auto,, -NS,10257,V3,T1w,yellow,auto,2022-07-12, -NS,10258,V1,CUFF1,red,psadil,2022-03-02,"head-motion, wrap-around" -NS,10258,V1,CUFF2,red,psadil,2022-03-02,"head-motion, wrap-around" +NS,10257,V3,REST1,yellow,auto,, +NS,10257,V3,T1w,yellow,auto,2022-09-20, +NS,10258,V1,CUFF1,red,psadil,2022-09-09,"head-motion, wrap-around" +NS,10258,V1,CUFF2,red,psadil,2022-09-09,"head-motion, wrap-around" NS,10258,V1,DWI,green,auto,, -NS,10258,V1,REST1,red,psadil,2022-03-02,"head-motion, wrap-around" -NS,10258,V1,REST2,red,psadil,2022-03-02,"head-motion, wrap-around" +NS,10258,V1,REST1,red,psadil,2022-09-09,"head-motion, wrap-around" +NS,10258,V1,REST2,red,psadil,2022-09-09,"head-motion, wrap-around" NS,10258,V1,T1w,red,psadil,2022-03-02,"head-motion, postprocessing" NS,10285,V1,DWI,green,auto,, NS,10285,V1,REST1,green,auto,, -NS,10285,V1,REST2,green,auto,, -NS,10285,V1,T1w,green,auto,2022-03-02, +NS,10285,V1,REST2,red,auto,, +NS,10285,V1,T1w,green,auto,2022-09-20, NS,10285,V3,CUFF1,green,auto,, NS,10285,V3,CUFF2,green,auto,, NS,10285,V3,DWI,green,auto,, NS,10285,V3,REST1,green,auto,, -NS,10285,V3,REST2,green,auto,, -NS,10285,V3,T1w,green,auto,2022-07-12, +NS,10285,V3,REST2,red,auto,, +NS,10285,V3,T1w,green,auto,2022-09-20, NS,10288,V1,CUFF1,green,auto,, NS,10288,V1,CUFF2,green,auto,, NS,10288,V1,DWI,green,auto,, -NS,10288,V1,REST1,yellow,psadil,2022-05-03,"head-motion, wrap-around, uncategorized" -NS,10288,V1,REST2,yellow,psadil,2022-05-03,"head-motion, wrap-around, inu, uncategorized" -NS,10288,V1,T1w,green,auto,2022-05-25, +NS,10288,V1,REST1,yellow,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10288,V1,REST2,yellow,psadil,2022-09-09,"head-motion, wrap-around, inu, uncategorized" +NS,10288,V1,T1w,green,auto,2022-09-20, NS,10288,V3,CUFF1,green,auto,, NS,10288,V3,CUFF2,green,auto,, NS,10288,V3,DWI,green,auto,, NS,10288,V3,REST1,green,auto,, -NS,10288,V3,REST2,green,auto,, -NS,10288,V3,T1w,green,auto,2022-07-12, +NS,10288,V3,REST2,yellow,auto,, +NS,10288,V3,T1w,green,auto,2022-09-20, NS,10293,V1,CUFF1,green,auto,, NS,10293,V1,CUFF2,green,auto,, NS,10293,V1,DWI,green,auto,, -NS,10293,V1,REST1,yellow,psadil,2022-03-31,"head-motion, ghosts-other, inu, uncategorized" -NS,10293,V1,REST2,yellow,psadil,2022-03-31,"head-motion, postprocessing" -NS,10293,V1,T1w,yellow,auto,2022-05-25, -NS,10293,V3,CUFF1,yellow,psadil,2022-07-22,"head-motion, field-variation, uncategorized" -NS,10293,V3,CUFF2,yellow,psadil,2022-07-19,"head-motion, uncategorized" +NS,10293,V1,REST1,yellow,psadil,2022-09-09,"head-motion, ghosts-other, inu, uncategorized" +NS,10293,V1,REST2,yellow,psadil,2022-09-09,"head-motion, postprocessing" +NS,10293,V1,T1w,yellow,auto,2022-09-20, +NS,10293,V3,CUFF1,yellow,psadil,2022-09-09,"head-motion, field-variation, uncategorized" +NS,10293,V3,CUFF2,yellow,psadil,2022-09-09,"head-motion, uncategorized" NS,10293,V3,DWI,green,auto,, -NS,10293,V3,REST1,yellow,psadil,2022-07-19,"head-motion, uncategorized" -NS,10293,V3,REST2,yellow,psadil,2022-07-19,"head-motion, uncategorized" -NS,10293,V3,T1w,yellow,auto,2022-07-12, -NS,10294,V1,CUFF1,green,psadil,2022-05-09,"head-motion, uncategorized" -NS,10294,V1,CUFF2,green,psadil,2022-05-09,"head-motion, uncategorized" +NS,10293,V3,REST1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +NS,10293,V3,REST2,yellow,psadil,2022-09-09,"head-motion, uncategorized" +NS,10293,V3,T1w,yellow,auto,2022-09-20, +NS,10294,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10294,V1,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" NS,10294,V1,DWI,green,auto,, -NS,10294,V1,REST1,green,psadil,2022-05-09,"head-motion, uncategorized" -NS,10294,V1,REST2,green,psadil,2022-05-09,"head-motion, uncategorized" -NS,10294,V1,T1w,green,auto,2022-05-24, +NS,10294,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10294,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10294,V1,T1w,green,auto,2022-09-20, NS,10294,V3,CUFF1,green,auto,, NS,10294,V3,CUFF2,green,auto,, NS,10294,V3,DWI,green,auto,, -NS,10294,V3,REST1,green,psadil,2022-07-19,uncategorized +NS,10294,V3,REST1,green,psadil,2022-09-09,uncategorized NS,10294,V3,REST2,green,auto,, -NS,10294,V3,T1w,green,auto,2022-07-12, +NS,10294,V3,T1w,green,psadil,2022-09-13,postprocessing NS,10296,V1,CUFF1,green,auto,, -NS,10296,V1,CUFF2,green,psadil,2022-03-11,"head-motion, uncategorized" +NS,10296,V1,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" NS,10296,V1,DWI,green,auto,, NS,10296,V1,REST1,green,auto,, NS,10296,V1,REST2,green,auto,, @@ -685,190 +685,190 @@ NS,10297,V1,CUFF2,green,auto,, NS,10297,V1,DWI,green,auto,, NS,10297,V1,REST1,green,auto,, NS,10297,V1,REST2,green,auto,, -NS,10297,V1,T1w,green,auto,2022-05-25, +NS,10297,V1,T1w,green,auto,2022-09-20, NS,10297,V3,DWI,green,auto,, NS,10297,V3,REST1,green,auto,, -NS,10297,V3,T1w,green,auto,2022-07-12, -NS,10298,V1,CUFF1,yellow,psadil,2022-03-14,"head-motion, wrap-around, uncategorized" -NS,10298,V1,CUFF2,yellow,psadil,2022-03-15,"head-motion, wrap-around, uncategorized" +NS,10297,V3,T1w,green,auto,2022-09-20, +NS,10298,V1,CUFF1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10298,V1,CUFF2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" NS,10298,V1,DWI,green,auto,, NS,10298,V1,REST1,green,auto,, NS,10298,V1,REST2,green,auto,, -NS,10298,V1,T1w,yellow,auto,2022-04-01, +NS,10298,V1,T1w,yellow,auto,2022-09-20, NS,10298,V3,CUFF1,green,auto,, NS,10298,V3,CUFF2,green,auto,, NS,10298,V3,DWI,green,auto,, NS,10298,V3,REST1,green,auto,, NS,10298,V3,REST2,green,auto,, -NS,10298,V3,T1w,yellow,auto,2022-07-12, +NS,10298,V3,T1w,yellow,auto,2022-09-20, NS,10303,V1,CUFF1,green,auto,, NS,10303,V1,CUFF2,green,auto,, NS,10303,V1,DWI,green,auto,, NS,10303,V1,REST1,green,auto,, NS,10303,V1,REST2,green,auto,, -NS,10303,V1,T1w,yellow,auto,2022-05-25, +NS,10303,V1,T1w,yellow,auto,2022-09-20, NS,10305,V1,CUFF1,green,auto,, -NS,10305,V1,CUFF2,green,auto,, +NS,10305,V1,CUFF2,red,auto,, NS,10305,V1,DWI,green,auto,, NS,10305,V1,REST1,green,auto,, NS,10305,V1,REST2,green,auto,, -NS,10305,V1,T1w,green,auto,2022-04-01, +NS,10305,V1,T1w,green,auto,2022-09-20, NS,10305,V3,CUFF1,green,auto,, NS,10305,V3,CUFF2,green,auto,, NS,10305,V3,DWI,green,auto,, NS,10305,V3,REST1,green,auto,, -NS,10305,V3,REST2,green,auto,, -NS,10305,V3,T1w,green,auto,2022-07-12, +NS,10305,V3,REST2,red,auto,, +NS,10305,V3,T1w,green,auto,2022-09-20, NS,10312,V1,CUFF1,green,auto,, -NS,10312,V1,CUFF2,green,psadil,2022-03-22,"head-motion, uncategorized" +NS,10312,V1,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" NS,10312,V1,DWI,green,auto,, NS,10312,V1,REST1,green,auto,, NS,10312,V1,REST2,green,auto,, -NS,10312,V1,T1w,green,auto,2022-04-01, +NS,10312,V1,T1w,green,auto,2022-09-20, NS,10312,V3,CUFF1,green,auto,, NS,10312,V3,CUFF2,green,auto,, NS,10312,V3,DWI,green,auto,, NS,10312,V3,REST1,green,auto,, NS,10312,V3,REST2,green,auto,, -NS,10312,V3,T1w,green,auto,2022-07-12, +NS,10312,V3,T1w,green,auto,2022-09-20, NS,10314,V1,CUFF1,green,auto,, NS,10314,V1,CUFF2,green,auto,, NS,10314,V1,DWI,green,auto,, NS,10314,V1,REST1,green,auto,, NS,10314,V1,REST2,green,auto,, -NS,10314,V1,T1w,yellow,auto,2022-04-01, +NS,10314,V1,T1w,yellow,auto,2022-09-20, NS,10314,V3,CUFF1,green,auto,, NS,10314,V3,CUFF2,green,auto,, NS,10314,V3,DWI,green,auto,, NS,10314,V3,REST1,green,auto,, NS,10314,V3,REST2,green,auto,, -NS,10314,V3,T1w,yellow,auto,2022-07-19, +NS,10314,V3,T1w,yellow,auto,2022-09-20, NS,10318,V1,CUFF1,green,auto,, NS,10318,V1,CUFF2,green,auto,, NS,10318,V1,DWI,green,auto,, NS,10318,V1,REST1,green,auto,, NS,10318,V1,REST2,green,auto,, -NS,10318,V1,T1w,yellow,auto,2022-04-01, +NS,10318,V1,T1w,yellow,auto,2022-09-20, NS,10318,V3,CUFF1,green,auto,, NS,10318,V3,CUFF2,green,auto,, NS,10318,V3,DWI,green,auto,, NS,10318,V3,REST1,green,auto,, -NS,10318,V3,REST2,green,auto,, -NS,10318,V3,T1w,yellow,auto,2022-07-19, +NS,10318,V3,REST2,red,auto,, +NS,10318,V3,T1w,yellow,auto,2022-09-20, NS,10319,V1,CUFF1,green,auto,, NS,10319,V1,CUFF2,green,auto,, NS,10319,V1,DWI,green,auto,, NS,10319,V1,REST1,green,auto,, NS,10319,V1,REST2,green,auto,, -NS,10319,V1,T1w,yellow,auto,2022-04-01, +NS,10319,V1,T1w,yellow,auto,2022-09-20, NS,10319,V3,CUFF1,green,auto,, NS,10319,V3,CUFF2,green,auto,, NS,10319,V3,DWI,green,auto,, NS,10319,V3,REST1,green,auto,, NS,10319,V3,REST2,green,auto,, -NS,10319,V3,T1w,yellow,auto,2022-07-19, +NS,10319,V3,T1w,yellow,auto,2022-09-20, NS,10328,V1,CUFF1,green,auto,, NS,10328,V1,CUFF2,green,auto,, NS,10328,V1,DWI,green,auto,, NS,10328,V1,REST1,green,auto,, -NS,10328,V1,REST2,yellow,psadil,2022-04-13,"head-motion, wrap-around, inu, uncategorized" -NS,10328,V1,T1w,green,auto,2022-05-25, +NS,10328,V1,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, inu, uncategorized" +NS,10328,V1,T1w,yellow,auto,2022-09-20, NS,10328,V3,DWI,green,auto,, -NS,10328,V3,REST1,green,auto,, -NS,10328,V3,T1w,green,auto,2022-08-23, +NS,10328,V3,REST1,red,auto,, +NS,10328,V3,T1w,yellow,auto,2022-09-20, NS,10330,V1,CUFF1,green,auto,, -NS,10330,V1,CUFF2,green,psadil,2022-08-05,"wrap-around, uncategorized" +NS,10330,V1,CUFF2,green,psadil,2022-09-09,"wrap-around, uncategorized" NS,10330,V1,DWI,green,auto,, -NS,10330,V1,REST1,green,psadil,2022-08-05,uncategorized -NS,10330,V1,REST2,green,psadil,2022-08-05,"wrap-around, uncategorized" +NS,10330,V1,REST1,green,psadil,2022-09-09,uncategorized +NS,10330,V1,REST2,green,psadil,2022-09-09,"wrap-around, uncategorized" NS,10330,V1,T1w,green,psadil,2022-04-13,"inu, postprocessing" NS,10330,V3,CUFF1,green,auto,, -NS,10330,V3,CUFF2,green,auto,, +NS,10330,V3,CUFF2,red,auto,, NS,10330,V3,DWI,green,auto,, -NS,10330,V3,REST1,yellow,psadil,2022-08-05,"head-motion, uncategorized" -NS,10330,V3,REST2,yellow,psadil,2022-08-05,"head-motion, uncategorized" -NS,10330,V3,T1w,yellow,auto,2022-08-23, +NS,10330,V3,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10330,V3,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10330,V3,T1w,yellow,auto,2022-09-20, NS,10333,V1,CUFF1,green,auto,, NS,10333,V1,CUFF2,green,auto,, NS,10333,V1,DWI,green,auto,, NS,10333,V1,REST1,green,auto,, NS,10333,V1,REST2,green,auto,, -NS,10333,V1,T1w,green,auto,2022-05-25, +NS,10333,V1,T1w,green,auto,2022-09-20, NS,10333,V3,CUFF1,green,auto,, NS,10333,V3,CUFF2,green,auto,, NS,10333,V3,DWI,green,auto,, -NS,10333,V3,REST1,green,psadil,2022-08-15,"head-motion, uncategorized" -NS,10333,V3,REST2,green,auto,, -NS,10333,V3,T1w,green,auto,2022-08-23, +NS,10333,V3,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10333,V3,REST2,red,auto,, +NS,10333,V3,T1w,green,auto,2022-09-20, NS,10334,V1,CUFF1,green,auto,, NS,10334,V1,CUFF2,green,auto,, NS,10334,V1,DWI,green,auto,, NS,10334,V1,REST1,green,auto,, NS,10334,V1,REST2,green,auto,, -NS,10334,V1,T1w,green,auto,2022-07-12, +NS,10334,V1,T1w,green,auto,2022-09-20, NS,10340,V1,CUFF1,green,auto,, -NS,10340,V1,CUFF2,yellow,psadil,2022-04-14,"head-motion, uncategorized" +NS,10340,V1,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" NS,10340,V1,DWI,green,auto,, NS,10340,V1,REST1,green,auto,, -NS,10340,V1,REST2,yellow,psadil,2022-04-14,"head-motion, uncategorized" -NS,10340,V1,T1w,green,auto,2022-05-25, +NS,10340,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" +NS,10340,V1,T1w,green,auto,2022-09-20, NS,10340,V3,CUFF1,green,auto,, NS,10340,V3,CUFF2,green,auto,, NS,10340,V3,DWI,green,auto,, -NS,10340,V3,REST1,green,auto,, +NS,10340,V3,REST1,green,psadil,2022-09-13,"head-motion, inu, uncategorized" NS,10340,V3,REST2,green,auto,, -NS,10340,V3,T1w,green,auto,2022-08-23, +NS,10340,V3,T1w,green,auto,2022-09-20, NS,10342,V1,CUFF1,green,auto,, NS,10342,V1,CUFF2,green,auto,, NS,10342,V1,DWI,green,auto,, NS,10342,V1,REST1,green,auto,, NS,10342,V1,REST2,green,auto,, -NS,10342,V1,T1w,yellow,auto,2022-05-25, +NS,10342,V1,T1w,yellow,auto,2022-09-20, NS,10345,V1,CUFF1,green,auto,, NS,10345,V1,CUFF2,green,auto,, NS,10345,V1,DWI,green,auto,, NS,10345,V1,REST1,green,auto,, NS,10345,V1,REST2,green,auto,, -NS,10345,V1,T1w,green,auto,2022-05-25, +NS,10345,V1,T1w,green,auto,2022-09-20, NS,10348,V1,DWI,green,auto,, NS,10348,V1,REST1,green,auto,, -NS,10348,V1,T1w,yellow,auto,2022-05-24, +NS,10348,V1,T1w,yellow,auto,2022-09-20, NS,10348,V3,DWI,green,auto,, NS,10348,V3,REST1,green,auto,, -NS,10348,V3,T1w,green,auto,2022-08-23, +NS,10348,V3,T1w,yellow,auto,2022-09-20, NS,10352,V1,CUFF1,green,auto,, NS,10352,V1,CUFF2,green,auto,, NS,10352,V1,DWI,green,auto,, NS,10352,V1,REST1,green,auto,, NS,10352,V1,REST2,green,auto,, -NS,10352,V1,T1w,yellow,technologist,, +NS,10352,V1,T1w,yellow,auto,2022-09-20, NS,10352,V3,DWI,green,auto,, -NS,10352,V3,REST1,green,auto,, -NS,10352,V3,T1w,green,auto,2022-08-23, +NS,10352,V3,REST1,red,psadil,2022-09-13, +NS,10352,V3,T1w,green,auto,2022-09-20, NS,10353,V1,CUFF1,green,auto,, -NS,10353,V1,CUFF2,green,auto,, +NS,10353,V1,CUFF2,yellow,auto,, NS,10353,V1,DWI,green,auto,, -NS,10353,V1,REST1,green,auto,, -NS,10353,V1,REST2,green,auto,, +NS,10353,V1,REST1,yellow,auto,, +NS,10353,V1,REST2,yellow,auto,, NS,10353,V1,T1w,green,psadil,2022-04-29,"inu, postprocessing" NS,10357,V1,DWI,green,auto,, NS,10357,V1,REST1,green,auto,, -NS,10357,V1,T1w,green,auto,2022-05-24, +NS,10357,V1,T1w,green,auto,2022-09-20, NS,10364,V1,CUFF1,green,auto,, NS,10364,V1,CUFF2,green,auto,, NS,10364,V1,DWI,green,auto,, NS,10364,V1,REST1,green,auto,, NS,10364,V1,REST2,green,auto,, -NS,10364,V1,T1w,yellow,auto,2022-05-24, -NS,10366,V1,CUFF1,green,psadil,2022-05-09,"wrap-around, inu, uncategorized" -NS,10366,V1,CUFF2,green,psadil,2022-05-09,"wrap-around, inu, uncategorized" +NS,10364,V1,T1w,yellow,auto,2022-09-20, +NS,10366,V1,CUFF1,green,psadil,2022-09-09,"wrap-around, inu, uncategorized" +NS,10366,V1,CUFF2,green,psadil,2022-09-09,"wrap-around, inu, uncategorized" NS,10366,V1,DWI,green,auto,, -NS,10366,V1,REST1,green,psadil,2022-05-09,"head-motion, wrap-around, uncategorized" -NS,10366,V1,REST2,green,psadil,2022-05-09,"head-motion, wrap-around, inu, uncategorized" -NS,10366,V1,T1w,yellow,auto,2022-05-24, +NS,10366,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10366,V1,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, inu, uncategorized" +NS,10366,V1,T1w,yellow,auto,2022-09-20, NS,10375,V1,DWI,green,auto,, -NS,10375,V1,REST1,yellow,psadil,2022-05-26,"head-motion, inu, uncategorized" -NS,10375,V1,T1w,yellow,auto,2022-05-24, +NS,10375,V1,REST1,green,psadil,2022-09-09,"head-motion, inu, uncategorized" +NS,10375,V1,T1w,yellow,auto,2022-09-20, NS,10379,V1,CUFF1,green,auto,, NS,10379,V1,CUFF2,green,auto,, NS,10379,V1,DWI,green,auto,, @@ -877,244 +877,1700 @@ NS,10379,V1,REST2,green,auto,, NS,10379,V1,T1w,green,psadil,2022-05-24,inu NS,10380,V1,DWI,green,auto,, NS,10380,V1,REST1,green,auto,, -NS,10380,V1,T1w,green,auto,2022-07-12, +NS,10380,V1,T1w,green,auto,2022-09-20, +NS,10380,V3,CUFF1,green,auto,, +NS,10380,V3,DWI,green,auto,, +NS,10380,V3,REST1,green,auto,, +NS,10380,V3,T1w,green,auto,2022-09-20, NS,10382,V1,CUFF1,green,auto,, NS,10382,V1,CUFF2,green,auto,, NS,10382,V1,DWI,green,auto,, -NS,10382,V1,REST1,green,psadil,2022-05-26,"head-motion, inu, uncategorized" +NS,10382,V1,REST1,green,psadil,2022-09-09,"head-motion, inu, uncategorized" NS,10382,V1,REST2,green,auto,, -NS,10382,V1,T1w,yellow,auto,2022-05-24, +NS,10382,V1,T1w,yellow,auto,2022-09-20, +NS,10383,V3,CUFF1,green,auto,, +NS,10383,V3,CUFF2,green,auto,, +NS,10383,V3,DWI,green,auto,, +NS,10383,V3,REST1,green,auto,, +NS,10383,V3,REST2,green,auto,, +NS,10383,V3,T1w,red,auto,2022-09-30, NS,10385,V1,CUFF1,green,auto,, NS,10385,V1,CUFF2,green,auto,, NS,10385,V1,DWI,green,auto,, NS,10385,V1,REST1,green,auto,, NS,10385,V1,REST2,green,auto,, -NS,10385,V1,T1w,green,auto,2022-07-12, +NS,10385,V1,T1w,green,auto,2022-09-20, NS,10386,V1,DWI,green,auto,, NS,10386,V1,REST1,green,auto,, -NS,10386,V1,T1w,green,auto,2022-07-12, +NS,10386,V1,T1w,green,auto,2022-09-20, +NS,10386,V3,DWI,green,auto,, +NS,10386,V3,REST1,green,auto,, +NS,10386,V3,T1w,green,auto,2022-09-26, NS,10387,V1,DWI,green,auto,, NS,10387,V1,REST1,green,auto,, -NS,10387,V1,T1w,yellow,auto,2022-07-12, -NS,10394,V1,CUFF1,green,auto,, -NS,10394,V1,CUFF2,green,auto,, +NS,10387,V1,T1w,yellow,auto,2022-09-20, +NS,10387,V3,CUFF1,green,auto,, +NS,10387,V3,CUFF2,green,auto,, +NS,10387,V3,DWI,green,auto,, +NS,10387,V3,REST1,green,auto,, +NS,10387,V3,REST2,green,auto,, +NS,10387,V3,T1w,yellow,auto,2022-09-28, +NS,10394,V1,CUFF1,red,auto,, +NS,10394,V1,CUFF2,red,auto,, NS,10394,V1,DWI,green,auto,, NS,10394,V1,REST1,green,auto,, NS,10394,V1,REST2,green,auto,, -NS,10394,V1,T1w,green,auto,2022-07-12, +NS,10394,V1,T1w,yellow,auto,2022-09-20, NS,10401,V1,DWI,green,auto,, NS,10401,V1,REST1,green,auto,, -NS,10401,V1,T1w,yellow,auto,2022-07-12, +NS,10401,V1,T1w,yellow,auto,2022-09-20, +NS,10401,V3,DWI,green,auto,, +NS,10401,V3,REST1,yellow,auto,, +NS,10401,V3,T1w,yellow,auto,2022-09-22, NS,10402,V1,CUFF1,green,auto,, NS,10402,V1,CUFF2,green,auto,, NS,10402,V1,DWI,green,auto,, NS,10402,V1,REST1,green,auto,, -NS,10402,V1,REST2,green,auto,, +NS,10402,V1,REST2,red,auto,, NS,10402,V1,T1w,green,psadil,2022-06-27,"inu, postprocessing" +NS,10402,V3,CUFF1,green,auto,, +NS,10402,V3,CUFF2,green,auto,, +NS,10402,V3,DWI,green,auto,, +NS,10402,V3,REST1,green,auto,, +NS,10402,V3,REST2,green,auto,, +NS,10402,V3,T1w,yellow,psadil,2022-10-06,inu NS,10406,V1,DWI,green,auto,, NS,10406,V1,REST1,green,auto,, NS,10406,V1,T1w,yellow,psadil,2022-07-19,"head-motion, postprocessing" +NS,10406,V3,DWI,green,auto,, +NS,10406,V3,REST1,green,auto,, +NS,10406,V3,T1w,yellow,auto,2022-10-07, NS,10407,V1,DWI,green,auto,, -NS,10407,V1,REST1,yellow,psadil,2022-07-19,"head-motion, noise-local, wrap-around, uncategorized" -NS,10407,V1,T1w,yellow,auto,2022-07-12, +NS,10407,V1,REST1,yellow,psadil,2022-09-09,"head-motion, noise-local, wrap-around, uncategorized" +NS,10407,V1,T1w,yellow,auto,2022-09-20, +NS,10407,V3,DWI,green,auto,, +NS,10407,V3,REST1,green,auto,, +NS,10407,V3,T1w,yellow,auto,2022-09-30, NS,10414,V1,CUFF1,green,auto,, NS,10414,V1,CUFF2,green,auto,, NS,10414,V1,DWI,green,auto,, NS,10414,V1,REST1,green,auto,, NS,10414,V1,REST2,green,auto,, -NS,10414,V1,T1w,yellow,auto,2022-07-19, +NS,10414,V1,T1w,yellow,auto,2022-09-20, +NS,10414,V3,CUFF1,green,auto,, +NS,10414,V3,CUFF2,green,auto,, +NS,10414,V3,DWI,green,auto,, +NS,10414,V3,REST1,green,auto,, +NS,10414,V3,REST2,green,auto,, +NS,10414,V3,T1w,yellow,auto,2022-10-08, NS,10415,V1,DWI,green,auto,, NS,10415,V1,REST1,green,auto,, -NS,10415,V1,T1w,yellow,auto,2022-07-12, +NS,10415,V1,T1w,green,psadil,2023-10-25,"inu, postprocessing" +NS,10415,V3,DWI,green,auto,, +NS,10415,V3,REST1,green,auto,, +NS,10415,V3,T1w,yellow,auto,2022-10-04, NS,10419,V1,DWI,green,auto,, NS,10419,V1,REST1,green,auto,, NS,10419,V1,T1w,green,psadil,2022-07-22,"inu, postprocessing" -NS,10428,V1,CUFF1,red,psadil,2022-07-19, -NS,10428,V1,CUFF2,red,psadil,2022-07-19, +NS,10419,V3,CUFF1,green,auto,, +NS,10419,V3,CUFF2,green,auto,, +NS,10419,V3,DWI,green,auto,, +NS,10419,V3,REST1,green,auto,, +NS,10419,V3,REST2,green,auto,, +NS,10419,V3,T1w,green,psadil,2023-09-06,inu +NS,10427,V1,DWI,green,auto,, +NS,10427,V1,REST1,green,auto,, +NS,10427,V1,T1w,green,auto,2022-09-14, +NS,10428,V1,CUFF1,red,psadil,2022-09-09, +NS,10428,V1,CUFF2,red,psadil,2022-09-09, NS,10428,V1,DWI,green,auto,, -NS,10428,V1,REST1,yellow,psadil,2022-07-19,"head-motion, wrap-around, uncategorized" -NS,10428,V1,REST2,yellow,psadil,2022-07-19,"head-motion, wrap-around, uncategorized" -NS,10428,V1,T1w,yellow,auto,2022-07-19, +NS,10428,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10428,V1,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +NS,10428,V1,T1w,yellow,auto,2022-09-20, +NS,10428,V3,CUFF1,green,auto,, +NS,10428,V3,CUFF2,green,auto,, +NS,10428,V3,DWI,green,auto,, +NS,10428,V3,REST1,yellow,auto,, +NS,10428,V3,REST2,yellow,auto,, +NS,10428,V3,T1w,yellow,auto,2022-10-10, NS,10429,V1,DWI,green,auto,, NS,10429,V1,REST1,green,auto,, -NS,10429,V1,T1w,yellow,auto,2022-08-23, +NS,10429,V1,T1w,yellow,auto,2022-09-20, +NS,10429,V3,DWI,green,auto,, +NS,10429,V3,REST1,green,auto,, +NS,10429,V3,T1w,yellow,auto,2022-11-11, NS,10430,V1,CUFF1,green,auto,, NS,10430,V1,CUFF2,green,auto,, NS,10430,V1,DWI,green,auto,, NS,10430,V1,REST1,green,auto,, NS,10430,V1,REST2,green,auto,, -NS,10430,V1,T1w,green,auto,2022-08-23, +NS,10430,V1,T1w,green,auto,2022-09-20, +NS,10430,V3,CUFF1,green,auto,, +NS,10430,V3,CUFF2,green,auto,, +NS,10430,V3,DWI,green,auto,, +NS,10430,V3,REST1,green,auto,, +NS,10430,V3,REST2,green,auto,, +NS,10430,V3,T1w,green,psadil,2023-09-06,inu NS,10431,V1,DWI,green,auto,, -NS,10431,V1,REST1,green,auto,, -NS,10431,V1,T1w,yellow,auto,2022-08-23, +NS,10431,V1,REST1,red,auto,, +NS,10431,V1,T1w,yellow,auto,2022-09-20, +NS,10431,V3,DWI,green,auto,, +NS,10431,V3,REST1,green,auto,, +NS,10431,V3,T1w,yellow,auto,2022-10-31, NS,10432,V1,DWI,green,auto,, NS,10432,V1,REST1,green,auto,, -NS,10432,V1,T1w,yellow,auto,2022-08-23, +NS,10432,V1,T1w,yellow,auto,2022-09-20, +NS,10433,V1,DWI,green,auto,, +NS,10433,V1,REST1,green,auto,, +NS,10433,V1,T1w,green,auto,2022-12-13, NS,10434,V1,CUFF1,green,auto,, NS,10434,V1,CUFF2,green,auto,, NS,10434,V1,DWI,green,auto,, NS,10434,V1,REST1,green,auto,, NS,10434,V1,REST2,green,auto,, -NS,10434,V1,T1w,green,auto,2022-08-23, +NS,10434,V1,T1w,green,auto,2022-09-20, +NS,10434,V3,CUFF1,green,auto,, +NS,10434,V3,CUFF2,green,auto,, +NS,10434,V3,DWI,green,auto,, +NS,10434,V3,REST1,green,auto,, +NS,10434,V3,REST2,green,auto,, +NS,10434,V3,T1w,green,auto,2022-11-11, +NS,10437,V1,CUFF1,green,auto,, +NS,10437,V1,CUFF2,green,auto,, NS,10437,V1,DWI,green,auto,, -NS,10437,V1,REST1,green,auto,, -NS,10437,V1,T1w,green,auto,2022-07-19, +NS,10437,V1,REST1,green,psadil,2022-09-13,"head-motion, inu, uncategorized" +NS,10437,V1,REST2,green,auto,, +NS,10437,V1,T1w,yellow,auto,2023-03-04, +NS,10437,V3,CUFF1,green,auto,, +NS,10437,V3,CUFF2,green,auto,, +NS,10437,V3,DWI,green,auto,, +NS,10437,V3,REST1,green,auto,, +NS,10437,V3,REST2,green,auto,, +NS,10437,V3,T1w,yellow,auto,2022-11-07, +NS,10472,V1,DWI,green,auto,, +NS,10472,V1,REST1,green,auto,, +NS,10472,V1,T1w,yellow,auto,2022-09-27, +NS,10472,V3,DWI,green,auto,, +NS,10472,V3,REST1,green,auto,, +NS,10472,V3,T1w,green,auto,2022-12-22, +NS,10474,V1,CUFF1,green,auto,, +NS,10474,V1,CUFF2,green,auto,, +NS,10474,V1,DWI,green,auto,, +NS,10474,V1,REST1,yellow,auto,, +NS,10474,V1,REST2,yellow,auto,, +NS,10474,V1,T1w,yellow,auto,2022-09-21, +NS,10474,V3,CUFF1,green,auto,, +NS,10474,V3,CUFF2,yellow,auto,, +NS,10474,V3,DWI,green,auto,, +NS,10474,V3,REST1,yellow,auto,, +NS,10474,V3,REST2,yellow,auto,, +NS,10474,V3,T1w,yellow,psadil,2023-09-06,head-motion +NS,10479,V1,CUFF1,green,auto,, +NS,10479,V1,CUFF2,green,auto,, +NS,10479,V1,DWI,green,auto,, +NS,10479,V1,REST1,green,auto,, +NS,10479,V1,REST2,green,auto,, +NS,10479,V1,T1w,green,auto,2022-09-30, +NS,10479,V3,CUFF1,green,auto,, +NS,10479,V3,CUFF2,green,auto,, +NS,10479,V3,DWI,green,auto,, +NS,10479,V3,REST1,green,auto,, +NS,10479,V3,REST2,green,auto,, +NS,10479,V3,T1w,yellow,auto,2023-01-22, +NS,10480,V1,DWI,green,auto,, +NS,10480,V1,REST1,green,auto,, +NS,10480,V1,T1w,yellow,auto,2022-10-07, +NS,10481,V1,DWI,green,auto,, +NS,10481,V1,REST1,green,auto,, +NS,10481,V1,T1w,yellow,auto,2022-10-21, +NS,10481,V3,DWI,green,auto,, +NS,10481,V3,REST1,green,auto,, +NS,10481,V3,T1w,yellow,auto,2023-02-08, +NS,10486,V1,CUFF1,green,auto,, +NS,10486,V1,CUFF2,green,auto,, +NS,10486,V1,DWI,green,auto,, +NS,10486,V1,REST1,green,auto,, +NS,10486,V1,REST2,green,auto,, +NS,10486,V1,T1w,yellow,auto,2022-10-11, +NS,10486,V3,CUFF1,green,auto,, +NS,10486,V3,CUFF2,green,auto,, +NS,10486,V3,DWI,green,auto,, +NS,10486,V3,REST1,green,auto,, +NS,10486,V3,REST2,green,auto,, +NS,10486,V3,T1w,yellow,auto,2023-01-23, +NS,10488,V1,CUFF1,green,auto,, +NS,10488,V1,CUFF2,green,auto,, +NS,10488,V1,DWI,green,auto,, +NS,10488,V1,REST1,green,auto,, +NS,10488,V1,REST2,green,auto,, +NS,10488,V1,T1w,green,auto,2022-10-14, +NS,10488,V3,CUFF1,green,auto,, +NS,10488,V3,CUFF2,green,auto,, +NS,10488,V3,DWI,green,auto,, +NS,10488,V3,REST1,green,auto,, +NS,10488,V3,REST2,green,auto,, +NS,10488,V3,T1w,green,auto,2023-01-28, +NS,10490,V1,CUFF1,green,auto,, +NS,10490,V1,CUFF2,green,auto,, +NS,10490,V1,DWI,green,auto,, +NS,10490,V1,REST1,green,auto,, +NS,10490,V1,REST2,green,auto,, +NS,10490,V1,T1w,green,auto,2022-12-13, +NS,10490,V3,CUFF1,green,auto,, +NS,10490,V3,CUFF2,green,auto,, +NS,10490,V3,DWI,green,auto,, +NS,10490,V3,REST1,green,auto,, +NS,10490,V3,REST2,green,auto,, +NS,10490,V3,T1w,green,auto,2023-01-23, +NS,10493,V1,CUFF1,green,auto,, +NS,10493,V1,CUFF2,green,auto,, +NS,10493,V1,DWI,green,auto,, +NS,10493,V1,REST1,green,auto,, +NS,10493,V1,REST2,yellow,auto,, +NS,10493,V1,T1w,yellow,psadil,2023-09-06,"head-motion, inu" +NS,10493,V3,CUFF1,green,auto,, +NS,10493,V3,CUFF2,green,auto,, +NS,10493,V3,DWI,green,auto,, +NS,10493,V3,REST1,green,auto,, +NS,10493,V3,REST2,green,auto,, +NS,10493,V3,T1w,yellow,auto,2023-03-10, +NS,10496,V1,CUFF1,green,auto,, +NS,10496,V1,CUFF2,green,auto,, +NS,10496,V1,DWI,green,auto,, +NS,10496,V1,REST1,green,auto,, +NS,10496,V1,REST2,green,auto,, +NS,10496,V1,T1w,yellow,auto,2022-10-21, +NS,10496,V3,CUFF1,green,auto,, +NS,10496,V3,CUFF2,green,auto,, +NS,10496,V3,DWI,green,auto,, +NS,10496,V3,REST1,green,auto,, +NS,10496,V3,REST2,green,auto,, +NS,10496,V3,T1w,green,auto,2023-02-20, +NS,10497,V1,CUFF1,green,auto,, +NS,10497,V1,CUFF2,green,auto,, +NS,10497,V1,DWI,green,auto,, +NS,10497,V1,REST1,green,auto,, +NS,10497,V1,REST2,green,auto,, +NS,10497,V1,T1w,green,auto,2022-10-21, +NS,10507,V1,CUFF1,green,auto,, +NS,10507,V1,CUFF2,green,auto,, +NS,10507,V1,DWI,green,auto,, +NS,10507,V1,REST1,green,auto,, +NS,10507,V1,REST2,green,auto,, +NS,10507,V1,T1w,yellow,auto,2022-11-03, +NS,10507,V3,CUFF1,green,auto,, +NS,10507,V3,CUFF2,green,auto,, +NS,10507,V3,DWI,green,auto,, +NS,10507,V3,REST1,green,auto,, +NS,10507,V3,REST2,green,auto,, +NS,10507,V3,T1w,yellow,auto,2023-07-07, +NS,10508,V1,DWI,green,auto,, +NS,10508,V1,REST1,green,auto,, +NS,10508,V1,T1w,yellow,auto,2022-11-17, +NS,10508,V3,CUFF1,green,auto,, +NS,10508,V3,CUFF2,green,auto,, +NS,10508,V3,DWI,green,auto,, +NS,10508,V3,REST1,green,auto,, +NS,10508,V3,REST2,green,auto,, +NS,10508,V3,T1w,green,auto,2023-03-09, +NS,10510,V1,CUFF1,green,auto,, +NS,10510,V1,CUFF2,green,auto,, +NS,10510,V1,DWI,green,auto,, +NS,10510,V1,REST1,green,auto,, +NS,10510,V1,REST2,green,auto,, +NS,10510,V1,T1w,green,psadil,2023-09-06,inu +NS,10510,V3,CUFF1,green,auto,, +NS,10510,V3,CUFF2,green,auto,, +NS,10510,V3,DWI,green,auto,, +NS,10510,V3,REST1,green,auto,, +NS,10510,V3,REST2,green,auto,, +NS,10510,V3,T1w,yellow,auto,2023-02-08, +NS,10515,V1,CUFF1,green,auto,, +NS,10515,V1,CUFF2,green,auto,, +NS,10515,V1,DWI,green,auto,, +NS,10515,V1,REST1,green,auto,, +NS,10515,V1,REST2,green,auto,, +NS,10515,V1,T1w,green,psadil,2023-09-06,inu +NS,10515,V3,DWI,green,auto,, +NS,10515,V3,REST1,green,auto,, +NS,10515,V3,T1w,green,auto,2023-02-23, +NS,10519,V1,CUFF1,red,auto,, +NS,10519,V1,CUFF2,green,auto,, +NS,10519,V1,DWI,green,auto,, +NS,10519,V1,REST1,green,auto,, +NS,10519,V1,REST2,green,auto,, +NS,10519,V1,T1w,green,auto,2022-11-11, +NS,10519,V3,DWI,green,auto,, +NS,10519,V3,REST1,green,auto,, +NS,10519,V3,T1w,yellow,auto,2023-06-03, +NS,10523,V1,CUFF1,green,auto,, +NS,10523,V1,CUFF2,red,auto,, +NS,10523,V1,DWI,green,auto,, +NS,10523,V1,REST1,green,auto,, +NS,10523,V1,REST2,green,auto,, +NS,10523,V1,T1w,green,auto,2022-11-30, +NS,10523,V3,CUFF1,green,auto,, +NS,10523,V3,CUFF2,green,auto,, +NS,10523,V3,DWI,green,auto,, +NS,10523,V3,REST1,green,auto,, +NS,10523,V3,REST2,green,auto,, +NS,10523,V3,T1w,yellow,auto,2023-04-08, +NS,10524,V1,DWI,green,auto,, +NS,10524,V1,REST1,green,auto,, +NS,10524,V1,T1w,green,auto,2022-12-13, +NS,10524,V3,DWI,green,auto,, +NS,10524,V3,REST1,yellow,auto,, +NS,10524,V3,T1w,green,auto,2023-03-27, +NS,10528,V1,CUFF1,green,auto,, +NS,10528,V1,CUFF2,green,auto,, +NS,10528,V1,DWI,green,auto,, +NS,10528,V1,REST1,green,auto,, +NS,10528,V1,REST2,green,auto,, +NS,10528,V1,T1w,green,auto,2022-12-12, +NS,10528,V3,CUFF1,green,auto,, +NS,10528,V3,CUFF2,green,auto,, +NS,10528,V3,DWI,green,auto,, +NS,10528,V3,REST1,green,auto,, +NS,10528,V3,REST2,green,auto,, +NS,10528,V3,T1w,green,auto,2023-04-08, +NS,10532,V1,DWI,green,auto,, +NS,10532,V1,REST1,green,auto,, +NS,10532,V1,T1w,green,auto,2022-11-29, +NS,10532,V3,DWI,green,auto,, +NS,10532,V3,REST1,green,auto,, +NS,10532,V3,T1w,green,auto,2023-03-27, +NS,10534,V1,CUFF1,green,auto,, +NS,10534,V1,CUFF2,green,auto,, +NS,10534,V1,DWI,green,auto,, +NS,10534,V1,REST1,green,auto,, +NS,10534,V1,REST2,green,auto,, +NS,10534,V1,T1w,yellow,auto,2022-12-10, +NS,10534,V3,CUFF1,green,auto,, +NS,10534,V3,CUFF2,green,auto,, +NS,10534,V3,DWI,green,auto,, +NS,10534,V3,REST1,green,auto,, +NS,10534,V3,REST2,yellow,auto,, +NS,10534,V3,T1w,yellow,auto,2023-04-08, +NS,10542,V1,CUFF1,green,auto,, +NS,10542,V1,CUFF2,green,auto,, +NS,10542,V1,DWI,green,auto,, +NS,10542,V1,REST1,green,auto,, +NS,10542,V1,REST2,green,auto,, +NS,10542,V1,T1w,green,auto,2022-12-10, +NS,10542,V3,DWI,green,auto,, +NS,10542,V3,REST1,green,auto,, +NS,10542,V3,T1w,green,auto,2023-04-10, +NS,10548,V1,CUFF1,green,auto,, +NS,10548,V1,CUFF2,green,auto,, +NS,10548,V1,DWI,green,auto,, +NS,10548,V1,REST1,green,auto,, +NS,10548,V1,REST2,green,auto,, +NS,10548,V1,T1w,yellow,auto,2022-12-21, +NS,10549,V1,CUFF1,green,auto,, +NS,10549,V1,CUFF2,green,auto,, +NS,10549,V1,DWI,green,auto,, +NS,10549,V1,REST1,green,auto,, +NS,10549,V1,REST2,green,auto,, +NS,10549,V1,T1w,yellow,auto,2022-12-18, +NS,10552,V1,CUFF1,green,auto,, +NS,10552,V1,CUFF2,green,auto,, +NS,10552,V1,DWI,green,auto,, +NS,10552,V1,REST1,yellow,auto,, +NS,10552,V1,REST2,green,auto,, +NS,10552,V1,T1w,green,auto,2022-12-19, +NS,10552,V3,CUFF1,green,auto,, +NS,10552,V3,CUFF2,red,auto,, +NS,10552,V3,DWI,green,auto,, +NS,10552,V3,REST1,green,auto,, +NS,10552,V3,REST2,green,auto,, +NS,10552,V3,T1w,yellow,auto,2023-04-08, +NS,10560,V1,CUFF1,green,auto,, +NS,10560,V1,CUFF2,green,auto,, +NS,10560,V1,DWI,green,auto,, +NS,10560,V1,REST1,green,auto,, +NS,10560,V1,REST2,green,auto,, +NS,10560,V1,T1w,yellow,auto,2022-12-30, +NS,10560,V3,CUFF1,green,auto,, +NS,10560,V3,CUFF2,green,auto,, +NS,10560,V3,DWI,green,auto,, +NS,10560,V3,REST1,green,auto,, +NS,10560,V3,REST2,green,auto,, +NS,10560,V3,T1w,yellow,psadil,2023-09-06,uncategorized +NS,10561,V1,DWI,green,auto,, +NS,10561,V1,REST1,green,auto,, +NS,10561,V1,T1w,green,psadil,2023-10-25,"inu, postprocessing" +NS,10561,V3,DWI,green,auto,, +NS,10561,V3,REST1,green,auto,, +NS,10561,V3,T1w,yellow,auto,2023-06-03, +NS,10565,V1,DWI,green,auto,, +NS,10565,V1,REST1,green,auto,, +NS,10565,V1,T1w,yellow,auto,2023-02-01, +NS,10566,V1,DWI,green,auto,, +NS,10566,V1,REST1,green,auto,, +NS,10566,V1,T1w,green,auto,2023-01-05, +NS,10566,V3,DWI,green,auto,, +NS,10566,V3,REST1,green,auto,, +NS,10566,V3,T1w,green,auto,2023-04-27, +NS,10569,V1,CUFF1,green,auto,, +NS,10569,V1,CUFF2,green,auto,, +NS,10569,V1,DWI,green,auto,, +NS,10569,V1,REST1,green,auto,, +NS,10569,V1,REST2,yellow,auto,, +NS,10569,V1,T1w,yellow,auto,2023-01-05, +NS,10569,V3,CUFF1,green,auto,, +NS,10569,V3,CUFF2,green,auto,, +NS,10569,V3,DWI,green,auto,, +NS,10569,V3,REST1,green,auto,, +NS,10569,V3,REST2,yellow,auto,, +NS,10569,V3,T1w,yellow,auto,2023-04-27, +NS,10572,V1,DWI,green,auto,, +NS,10572,V1,REST1,green,auto,, +NS,10572,V1,T1w,green,auto,2023-03-10, +NS,10572,V3,CUFF1,green,auto,, +NS,10572,V3,CUFF2,green,auto,, +NS,10572,V3,DWI,green,auto,, +NS,10572,V3,REST1,green,auto,, +NS,10572,V3,REST2,green,auto,, +NS,10572,V3,T1w,green,auto,2023-04-21, +NS,10576,V1,DWI,green,auto,, +NS,10576,V1,REST1,green,auto,, +NS,10576,V1,T1w,green,auto,2023-01-16, +NS,10576,V3,DWI,green,auto,, +NS,10576,V3,REST1,green,auto,, +NS,10576,V3,T1w,green,auto,2023-07-07, +NS,10578,V1,DWI,green,auto,, +NS,10578,V1,REST1,green,auto,, +NS,10578,V1,T1w,green,auto,2023-01-22, +NS,10578,V3,DWI,green,auto,, +NS,10578,V3,REST1,green,auto,, +NS,10578,V3,T1w,green,auto,2023-07-07, +NS,10580,V1,CUFF1,green,auto,, +NS,10580,V1,CUFF2,green,auto,, +NS,10580,V1,DWI,green,auto,, +NS,10580,V1,REST1,green,auto,, +NS,10580,V1,REST2,green,auto,, +NS,10580,V1,T1w,yellow,auto,2023-01-31, +NS,10580,V3,CUFF1,green,auto,, +NS,10580,V3,CUFF2,red,auto,, +NS,10580,V3,DWI,green,auto,, +NS,10580,V3,REST1,green,auto,, +NS,10580,V3,REST2,red,auto,, +NS,10580,V3,T1w,yellow,auto,2023-07-07, +NS,10582,V1,CUFF1,green,auto,, +NS,10582,V1,CUFF2,green,auto,, +NS,10582,V1,DWI,green,auto,, +NS,10582,V1,REST1,green,auto,, +NS,10582,V1,REST2,green,auto,, +NS,10582,V1,T1w,green,auto,2023-02-06, +NS,10582,V3,CUFF1,green,auto,, +NS,10582,V3,CUFF2,green,auto,, +NS,10582,V3,DWI,green,auto,, +NS,10582,V3,REST1,green,auto,, +NS,10582,V3,REST2,green,auto,, +NS,10582,V3,T1w,green,auto,2023-05-21, +NS,10583,V1,CUFF1,green,auto,, +NS,10583,V1,CUFF2,green,auto,, +NS,10583,V1,DWI,green,auto,, +NS,10583,V1,REST1,green,auto,, +NS,10583,V1,REST2,green,auto,, +NS,10583,V1,T1w,yellow,psadil,2023-12-08,"eye-spillover, inu" +NS,10583,V3,CUFF1,green,auto,, +NS,10583,V3,CUFF2,green,auto,, +NS,10583,V3,DWI,green,auto,, +NS,10583,V3,REST1,green,auto,, +NS,10583,V3,REST2,green,auto,, +NS,10583,V3,T1w,yellow,auto,2023-05-21, +NS,10584,V1,CUFF1,green,auto,, +NS,10584,V1,CUFF2,green,auto,, +NS,10584,V1,DWI,green,auto,, +NS,10584,V1,REST1,green,auto,, +NS,10584,V1,REST2,green,auto,, +NS,10584,V1,T1w,green,auto,2023-01-30, +NS,10584,V3,CUFF1,green,auto,, +NS,10584,V3,CUFF2,green,auto,, +NS,10584,V3,DWI,green,auto,, +NS,10584,V3,REST1,green,auto,, +NS,10584,V3,REST2,green,auto,, +NS,10584,V3,T1w,yellow,auto,2023-07-07, +NS,10587,V1,DWI,green,auto,, +NS,10587,V1,REST1,green,auto,, +NS,10587,V1,T1w,yellow,auto,2023-02-06, +NS,10587,V3,DWI,green,auto,, +NS,10587,V3,REST1,green,auto,, +NS,10587,V3,T1w,yellow,auto,2023-05-17, +NS,10590,V1,DWI,green,auto,, +NS,10590,V1,REST1,green,auto,, +NS,10590,V1,T1w,yellow,auto,2023-02-08, +NS,10590,V3,DWI,green,auto,, +NS,10590,V3,REST1,green,auto,, +NS,10590,V3,T1w,yellow,auto,2023-08-07, +NS,10594,V1,CUFF1,green,auto,, +NS,10594,V1,CUFF2,green,auto,, +NS,10594,V1,DWI,green,auto,, +NS,10594,V1,REST1,green,auto,, +NS,10594,V1,REST2,green,auto,, +NS,10594,V1,T1w,yellow,auto,2023-05-25, +NS,10594,V3,DWI,green,auto,, +NS,10594,V3,REST1,green,auto,, +NS,10594,V3,T1w,yellow,auto,2023-05-25, +NS,10599,V1,CUFF1,green,auto,, +NS,10599,V1,CUFF2,green,auto,, +NS,10599,V1,DWI,green,auto,, +NS,10599,V1,REST1,green,auto,, +NS,10599,V1,REST2,green,auto,, +NS,10599,V1,T1w,yellow,auto,2023-02-21, +NS,10599,V3,CUFF1,green,auto,, +NS,10599,V3,CUFF2,green,auto,, +NS,10599,V3,DWI,green,auto,, +NS,10599,V3,REST1,green,auto,, +NS,10599,V3,REST2,green,auto,, +NS,10599,V3,T1w,yellow,auto,2023-06-07, +NS,10604,V1,DWI,green,auto,, +NS,10604,V1,REST1,green,auto,, +NS,10604,V1,T1w,yellow,auto,2023-02-20, +NS,10604,V3,DWI,green,auto,, +NS,10604,V3,REST1,green,auto,, +NS,10604,V3,T1w,yellow,auto,2023-05-23, +NS,10612,V1,DWI,green,auto,, +NS,10612,V1,REST1,green,auto,, +NS,10612,V1,T1w,yellow,auto,2023-02-24, +NS,10612,V3,DWI,green,auto,, +NS,10612,V3,REST1,green,auto,, +NS,10612,V3,T1w,yellow,auto,2023-06-15, +NS,10615,V1,DWI,green,auto,, +NS,10615,V1,REST1,green,auto,, +NS,10615,V1,T1w,green,auto,2023-02-19, +NS,10615,V3,DWI,green,auto,, +NS,10615,V3,REST1,green,auto,, +NS,10615,V3,T1w,green,auto,2023-05-11, +NS,10616,V1,DWI,green,auto,, +NS,10616,V1,REST1,green,auto,, +NS,10616,V1,T1w,yellow,auto,2023-02-19, +NS,10616,V3,DWI,green,auto,, +NS,10616,V3,REST1,green,auto,, +NS,10616,V3,T1w,yellow,auto,2023-05-21, +NS,10624,V1,DWI,green,auto,, +NS,10624,V1,REST1,green,auto,, +NS,10624,V1,T1w,green,auto,2023-03-05, +NS,10624,V3,CUFF1,green,auto,, +NS,10624,V3,CUFF2,green,auto,, +NS,10624,V3,DWI,green,auto,, +NS,10624,V3,REST1,green,auto,, +NS,10624,V3,REST2,green,auto,, +NS,10624,V3,T1w,green,psadil,2023-09-06,inu +NS,10625,V1,CUFF1,green,auto,, +NS,10625,V1,CUFF2,green,auto,, +NS,10625,V1,DWI,green,auto,, +NS,10625,V1,REST1,green,auto,, +NS,10625,V1,REST2,green,auto,, +NS,10625,V1,T1w,green,auto,2023-03-18, +NS,10628,V1,DWI,green,auto,, +NS,10628,V1,REST1,green,auto,, +NS,10628,V1,T1w,green,auto,2023-03-06, +NS,10628,V3,DWI,green,auto,, +NS,10628,V3,REST1,green,auto,, +NS,10628,V3,T1w,green,auto,2023-06-15, +NS,10633,V1,DWI,green,auto,, +NS,10633,V1,REST1,green,auto,, +NS,10633,V1,T1w,yellow,auto,2023-03-18, +NS,10635,V1,DWI,green,auto,, +NS,10635,V1,REST1,green,auto,, +NS,10635,V1,T1w,yellow,auto,2023-03-09, +NS,10635,V3,DWI,green,auto,, +NS,10635,V3,REST1,green,auto,, +NS,10635,V3,T1w,yellow,auto,2023-06-15, +NS,10638,V1,CUFF1,green,auto,, +NS,10638,V1,CUFF2,green,auto,, +NS,10638,V1,DWI,green,auto,, +NS,10638,V1,REST1,green,auto,, +NS,10638,V1,REST2,green,auto,, +NS,10638,V1,T1w,yellow,auto,2023-03-27, +NS,10638,V3,CUFF1,green,auto,, +NS,10638,V3,CUFF2,green,auto,, +NS,10638,V3,DWI,green,auto,, +NS,10638,V3,REST1,green,auto,, +NS,10638,V3,REST2,green,auto,, +NS,10638,V3,T1w,yellow,auto,2023-06-30, +NS,10648,V1,DWI,green,auto,, +NS,10648,V1,REST1,yellow,auto,, +NS,10648,V1,T1w,yellow,auto,2023-04-08, +NS,10648,V3,DWI,green,auto,, +NS,10648,V3,REST1,green,auto,, +NS,10648,V3,T1w,green,auto,2023-07-05, +NS,10651,V1,DWI,green,auto,, +NS,10651,V1,REST1,yellow,auto,, +NS,10651,V1,T1w,yellow,auto,2023-04-05, +NS,10651,V3,DWI,green,auto,, +NS,10651,V3,REST1,green,auto,, +NS,10651,V3,T1w,green,auto,2023-07-26, +NS,10653,V1,DWI,green,auto,, +NS,10653,V1,REST1,red,auto,, +NS,10653,V1,T1w,yellow,auto,2023-04-02, +NS,10653,V3,DWI,green,auto,, +NS,10653,V3,REST1,yellow,auto,, +NS,10653,V3,T1w,yellow,auto,2023-08-07, +NS,10666,V1,CUFF1,green,auto,, +NS,10666,V1,CUFF2,green,auto,, +NS,10666,V1,DWI,green,auto,, +NS,10666,V1,REST1,green,auto,, +NS,10666,V1,REST2,green,auto,, +NS,10666,V1,T1w,green,auto,2023-04-17, +NS,10666,V3,CUFF1,green,auto,, +NS,10666,V3,CUFF2,green,auto,, +NS,10666,V3,DWI,green,auto,, +NS,10666,V3,REST1,green,auto,, +NS,10666,V3,REST2,green,auto,, +NS,10666,V3,T1w,green,auto,2023-07-11, +NS,10671,V1,DWI,green,auto,, +NS,10671,V1,REST1,green,auto,, +NS,10671,V1,T1w,yellow,auto,2023-04-21, +NS,10671,V3,DWI,green,auto,, +NS,10671,V3,REST1,green,auto,, +NS,10671,V3,T1w,yellow,auto,2023-08-07, +NS,10683,V1,DWI,green,auto,, +NS,10683,V1,REST1,green,auto,, +NS,10683,V1,T1w,green,auto,2023-04-23, +NS,10683,V3,DWI,green,auto,, +NS,10683,V3,REST1,green,auto,, +NS,10683,V3,T1w,yellow,technologist,, +NS,10684,V1,DWI,green,auto,, +NS,10684,V1,REST1,green,auto,, +NS,10684,V1,T1w,yellow,auto,2023-07-07, +NS,10688,V1,DWI,green,auto,, +NS,10688,V1,REST1,green,auto,, +NS,10688,V1,T1w,yellow,auto,2023-11-10, +NS,10688,V3,DWI,green,auto,, +NS,10688,V3,REST1,green,auto,, +NS,10688,V3,T1w,yellow,auto,2023-08-10, +NS,10691,V1,DWI,green,auto,, +NS,10691,V1,REST1,green,auto,, +NS,10691,V1,T1w,green,auto,2023-05-21, +NS,10692,V1,DWI,green,auto,, +NS,10692,V1,REST1,green,auto,, +NS,10692,V1,T1w,yellow,auto,2023-05-11, +NS,10692,V3,DWI,green,auto,, +NS,10692,V3,REST1,green,auto,, +NS,10692,V3,T1w,yellow,auto,2023-08-24, +NS,10698,V1,CUFF1,green,auto,, +NS,10698,V1,CUFF2,green,auto,, +NS,10698,V1,DWI,green,auto,, +NS,10698,V1,REST1,green,auto,, +NS,10698,V1,REST2,green,auto,, +NS,10698,V1,T1w,green,auto,2023-07-07, +NS,10698,V3,CUFF1,green,auto,, +NS,10698,V3,CUFF2,green,auto,, +NS,10698,V3,DWI,green,auto,, +NS,10698,V3,REST1,green,auto,, +NS,10698,V3,REST2,green,auto,, +NS,10698,V3,T1w,green,psadil,2024-04-01,inu +NS,10708,V1,DWI,green,auto,, +NS,10708,V1,REST1,green,auto,, +NS,10708,V1,T1w,yellow,auto,2023-05-28, +NS,10710,V1,DWI,green,auto,, +NS,10710,V1,REST1,green,auto,, +NS,10710,V1,T1w,yellow,auto,2023-05-28, +NS,10710,V3,DWI,green,auto,, +NS,10710,V3,REST1,green,auto,, +NS,10710,V3,T1w,yellow,auto,2023-08-29, +NS,10713,V1,CUFF1,green,auto,, +NS,10713,V1,CUFF2,green,auto,, +NS,10713,V1,DWI,green,auto,, +NS,10713,V1,REST1,green,auto,, +NS,10713,V1,REST2,green,auto,, +NS,10713,V1,T1w,yellow,auto,2023-06-08, +NS,10713,V3,CUFF1,green,auto,, +NS,10713,V3,CUFF2,green,auto,, +NS,10713,V3,DWI,green,auto,, +NS,10713,V3,REST1,green,auto,, +NS,10713,V3,REST2,green,auto,, +NS,10713,V3,T1w,yellow,auto,2023-09-22, +NS,10716,V1,DWI,green,auto,, +NS,10716,V1,REST1,green,auto,, +NS,10716,V1,T1w,yellow,auto,2023-06-03, +NS,10718,V1,DWI,green,auto,, +NS,10718,V1,REST1,green,auto,, +NS,10718,V1,T1w,green,auto,2023-06-08, +NS,10718,V3,CUFF1,red,auto,, +NS,10718,V3,CUFF2,red,auto,, +NS,10718,V3,DWI,green,auto,, +NS,10718,V3,REST1,green,auto,, +NS,10718,V3,REST2,green,auto,, +NS,10718,V3,T1w,green,auto,2023-09-22, +NS,10721,V1,DWI,green,auto,, +NS,10721,V1,REST1,yellow,auto,, +NS,10721,V1,T1w,yellow,auto,2023-06-16, +NS,10721,V3,DWI,green,auto,, +NS,10721,V3,REST1,yellow,auto,, +NS,10721,V3,T1w,green,technologist,, +NS,10729,V1,DWI,green,auto,, +NS,10729,V1,REST1,green,auto,, +NS,10729,V1,T1w,green,auto,2023-06-27, +NS,10729,V3,DWI,green,auto,, +NS,10729,V3,REST1,green,auto,, +NS,10729,V3,T1w,yellow,auto,2023-09-29, +NS,10735,V1,DWI,green,auto,, +NS,10735,V1,REST1,green,auto,, +NS,10735,V1,T1w,yellow,auto,2023-07-02, +NS,10735,V3,DWI,green,auto,, +NS,10735,V3,REST1,green,auto,, +NS,10735,V3,T1w,yellow,auto,2023-10-11, +NS,10743,V1,CUFF1,green,auto,, +NS,10743,V1,CUFF2,red,auto,, +NS,10743,V1,DWI,green,auto,, +NS,10743,V1,REST1,green,auto,, +NS,10743,V1,REST2,green,auto,, +NS,10743,V1,T1w,green,psadil,2023-09-06,"head-motion, inu" +NS,10743,V3,CUFF1,green,auto,, +NS,10743,V3,CUFF2,green,auto,, +NS,10743,V3,DWI,green,auto,, +NS,10743,V3,REST1,green,auto,, +NS,10743,V3,REST2,green,auto,, +NS,10743,V3,T1w,green,auto,2023-11-08, +NS,10744,V1,DWI,green,auto,, +NS,10744,V1,REST1,green,auto,, +NS,10744,V1,T1w,green,auto,2023-11-10, +NS,10744,V3,CUFF1,green,auto,, +NS,10744,V3,CUFF2,green,auto,, +NS,10744,V3,DWI,green,auto,, +NS,10744,V3,REST1,green,auto,, +NS,10744,V3,REST2,green,auto,, +NS,10744,V3,T1w,green,auto,2023-10-17, +NS,10753,V1,CUFF1,green,auto,, +NS,10753,V1,CUFF2,green,auto,, +NS,10753,V1,DWI,green,auto,, +NS,10753,V1,REST1,green,auto,, +NS,10753,V1,REST2,green,auto,, +NS,10753,V1,T1w,green,auto,2023-08-07, +NS,10753,V3,CUFF1,green,auto,, +NS,10753,V3,CUFF2,green,auto,, +NS,10753,V3,DWI,green,auto,, +NS,10753,V3,REST1,green,auto,, +NS,10753,V3,REST2,green,auto,, +NS,10753,V3,T1w,green,technologist,, +NS,10762,V1,DWI,green,auto,, +NS,10762,V1,REST1,green,auto,, +NS,10762,V1,T1w,green,auto,2023-08-07, +NS,10762,V3,DWI,green,auto,, +NS,10762,V3,REST1,green,auto,, +NS,10762,V3,T1w,green,auto,2023-11-07, +NS,10774,V1,CUFF1,green,auto,, +NS,10774,V1,CUFF2,green,auto,, +NS,10774,V1,DWI,green,auto,, +NS,10774,V1,REST1,green,auto,, +NS,10774,V1,REST2,green,auto,, +NS,10774,V1,T1w,yellow,auto,2023-08-17, +NS,10774,V3,CUFF1,green,auto,, +NS,10774,V3,CUFF2,green,auto,, +NS,10774,V3,DWI,green,auto,, +NS,10774,V3,REST1,green,auto,, +NS,10774,V3,REST2,green,auto,, +NS,10774,V3,T1w,yellow,auto,2024-02-27, +NS,10783,V1,CUFF1,red,auto,, +NS,10783,V1,CUFF2,red,auto,, +NS,10783,V1,DWI,green,auto,, +NS,10783,V1,REST1,green,auto,, +NS,10783,V1,REST2,green,auto,, +NS,10783,V1,T1w,yellow,auto,2023-08-24, +NS,10783,V3,DWI,green,auto,, +NS,10783,V3,REST1,green,auto,, +NS,10783,V3,T1w,yellow,auto,2023-12-10, +NS,10787,V1,CUFF1,green,auto,, +NS,10787,V1,CUFF2,green,auto,, +NS,10787,V1,DWI,green,auto,, +NS,10787,V1,REST1,green,auto,, +NS,10787,V1,REST2,green,auto,, +NS,10787,V1,T1w,green,auto,2023-08-29, +NS,10806,V1,CUFF1,green,auto,, +NS,10806,V1,CUFF2,green,auto,, +NS,10806,V1,DWI,green,auto,, +NS,10806,V1,REST1,green,auto,, +NS,10806,V1,REST2,green,auto,, +NS,10806,V1,T1w,yellow,auto,2023-10-02, +NS,10806,V3,CUFF1,green,auto,, +NS,10806,V3,CUFF2,green,auto,, +NS,10806,V3,DWI,green,auto,, +NS,10806,V3,REST1,green,auto,, +NS,10806,V3,REST2,green,auto,, +NS,10806,V3,T1w,green,auto,2024-01-24, +NS,10818,V1,DWI,green,auto,, +NS,10818,V1,REST1,green,auto,, +NS,10818,V1,T1w,green,auto,2023-11-29, +NS,10827,V1,CUFF1,green,auto,, +NS,10827,V1,CUFF2,green,auto,, +NS,10827,V1,DWI,green,auto,, +NS,10827,V1,REST1,green,auto,, +NS,10827,V1,REST2,green,auto,, +NS,10827,V1,T1w,green,auto,2023-10-13, +NS,10827,V3,DWI,green,auto,, +NS,10827,V3,REST1,green,auto,, +NS,10827,V3,T1w,green,auto,2024-02-27, +NS,10848,V1,CUFF1,green,auto,, +NS,10848,V1,CUFF2,green,auto,, +NS,10848,V1,DWI,green,auto,, +NS,10848,V1,REST1,yellow,auto,, +NS,10848,V1,REST2,green,auto,, +NS,10848,V1,T1w,yellow,auto,2023-11-08, +NS,10848,V3,CUFF1,green,auto,, +NS,10848,V3,CUFF2,green,auto,, +NS,10848,V3,DWI,green,auto,, +NS,10848,V3,REST1,green,auto,, +NS,10848,V3,REST2,green,auto,, +NS,10848,V3,T1w,yellow,auto,2024-02-27, +NS,10849,V1,CUFF1,green,auto,, +NS,10849,V1,CUFF2,green,auto,, +NS,10849,V1,DWI,green,auto,, +NS,10849,V1,REST1,green,auto,, +NS,10849,V1,REST2,green,auto,, +NS,10849,V1,T1w,yellow,auto,2023-11-09, +NS,10849,V3,CUFF1,green,auto,, +NS,10849,V3,CUFF2,green,auto,, +NS,10849,V3,DWI,green,auto,, +NS,10849,V3,REST1,green,auto,, +NS,10849,V3,REST2,green,auto,, +NS,10849,V3,T1w,yellow,auto,2024-03-09, +NS,10854,V1,DWI,green,auto,, +NS,10854,V1,REST1,green,auto,, +NS,10854,V1,T1w,yellow,auto,2023-11-09, +NS,10854,V3,DWI,green,auto,, +NS,10854,V3,REST1,green,auto,, +NS,10854,V3,T1w,yellow,auto,2024-03-06, +NS,10868,V1,DWI,green,auto,, +NS,10868,V1,REST1,green,auto,, +NS,10868,V1,T1w,green,auto,2023-12-22, +NS,10868,V3,DWI,green,auto,, +NS,10868,V3,REST1,green,auto,, +NS,10868,V3,T1w,green,auto,2024-03-20, +NS,10872,V1,CUFF1,green,auto,, +NS,10872,V1,CUFF2,green,auto,, +NS,10872,V1,DWI,green,auto,, +NS,10872,V1,REST1,green,auto,, +NS,10872,V1,REST2,green,auto,, +NS,10872,V1,T1w,yellow,auto,2023-12-08, +NS,10872,V3,CUFF1,green,auto,, +NS,10872,V3,CUFF2,green,auto,, +NS,10872,V3,DWI,green,auto,, +NS,10872,V3,REST1,green,auto,, +NS,10872,V3,REST2,green,auto,, +NS,10872,V3,T1w,yellow,auto,2024-04-01, +NS,10876,V1,CUFF1,green,auto,, +NS,10876,V1,CUFF2,green,auto,, +NS,10876,V1,DWI,green,auto,, +NS,10876,V1,REST1,green,auto,, +NS,10876,V1,REST2,green,auto,, +NS,10876,V1,T1w,green,auto,2023-11-28, +NS,10876,V3,CUFF1,green,auto,, +NS,10876,V3,CUFF2,green,auto,, +NS,10876,V3,DWI,green,auto,, +NS,10876,V3,REST1,green,auto,, +NS,10876,V3,REST2,green,auto,, +NS,10876,V3,T1w,green,auto,2024-03-08, +NS,10877,V1,DWI,green,auto,, +NS,10877,V1,REST1,green,auto,, +NS,10877,V1,T1w,yellow,auto,2023-12-10, +NS,10882,V1,CUFF1,green,auto,, +NS,10882,V1,CUFF2,green,auto,, +NS,10882,V1,DWI,green,auto,, +NS,10882,V1,REST1,green,auto,, +NS,10882,V1,REST2,green,auto,, +NS,10882,V1,T1w,green,auto,2023-12-13, +NS,10882,V3,CUFF1,green,auto,, +NS,10882,V3,CUFF2,green,auto,, +NS,10882,V3,DWI,green,auto,, +NS,10882,V3,REST1,green,auto,, +NS,10882,V3,REST2,green,auto,, +NS,10882,V3,T1w,green,auto,2024-04-05, +NS,10886,V1,CUFF1,green,auto,, +NS,10886,V1,CUFF2,green,auto,, +NS,10886,V1,DWI,green,auto,, +NS,10886,V1,REST1,green,auto,, +NS,10886,V1,REST2,green,auto,, +NS,10886,V1,T1w,green,auto,2023-12-09, +NS,10886,V3,CUFF1,green,auto,, +NS,10886,V3,CUFF2,green,auto,, +NS,10886,V3,DWI,green,auto,, +NS,10886,V3,REST1,green,auto,, +NS,10886,V3,REST2,green,auto,, +NS,10886,V3,T1w,green,auto,2024-03-14, +NS,10887,V1,CUFF1,green,auto,, +NS,10887,V1,CUFF2,green,auto,, +NS,10887,V1,DWI,green,auto,, +NS,10887,V1,REST1,green,auto,, +NS,10887,V1,REST2,green,auto,, +NS,10887,V1,T1w,yellow,auto,2023-12-08, +NS,10887,V3,CUFF1,green,auto,, +NS,10887,V3,CUFF2,green,auto,, +NS,10887,V3,DWI,green,auto,, +NS,10887,V3,REST1,green,auto,, +NS,10887,V3,REST2,green,auto,, +NS,10887,V3,T1w,yellow,auto,2024-03-30, +NS,10889,V1,DWI,green,auto,, +NS,10889,V1,REST1,green,auto,, +NS,10889,V1,T1w,yellow,auto,2023-12-09, +NS,10889,V3,DWI,green,auto,, +NS,10889,V3,REST1,green,auto,, +NS,10889,V3,T1w,yellow,auto,2024-03-13, +NS,10892,V1,CUFF1,green,auto,, +NS,10892,V1,CUFF2,green,auto,, +NS,10892,V1,DWI,green,auto,, +NS,10892,V1,REST1,green,auto,, +NS,10892,V1,REST2,green,auto,, +NS,10892,V1,T1w,green,auto,2023-12-22, +NS,10892,V3,CUFF1,green,auto,, +NS,10892,V3,CUFF2,green,auto,, +NS,10892,V3,DWI,green,auto,, +NS,10892,V3,REST1,green,auto,, +NS,10892,V3,REST2,green,auto,, +NS,10892,V3,T1w,yellow,auto,2024-03-30, +NS,10894,V1,CUFF1,green,auto,, +NS,10894,V1,CUFF2,green,auto,, +NS,10894,V1,DWI,green,auto,, +NS,10894,V1,REST1,green,auto,, +NS,10894,V1,REST2,green,auto,, +NS,10894,V1,T1w,green,auto,2023-12-22, +NS,10897,V1,DWI,green,auto,, +NS,10897,V1,REST1,green,auto,, +NS,10897,V1,T1w,green,auto,2024-01-06, +NS,10897,V3,DWI,green,auto,, +NS,10897,V3,REST1,green,auto,, +NS,10897,V3,T1w,yellow,auto,2024-03-28, +NS,10899,V1,CUFF1,red,auto,, +NS,10899,V1,CUFF2,red,auto,, +NS,10899,V1,DWI,green,auto,, +NS,10899,V1,REST1,green,auto,, +NS,10899,V1,REST2,green,auto,, +NS,10899,V1,T1w,green,auto,2023-12-28, +NS,10899,V3,CUFF1,green,auto,, +NS,10899,V3,CUFF2,green,auto,, +NS,10899,V3,DWI,green,auto,, +NS,10899,V3,REST1,green,auto,, +NS,10899,V3,REST2,green,auto,, +NS,10899,V3,T1w,yellow,auto,2024-04-15, +NS,10917,V1,DWI,green,auto,, +NS,10917,V1,REST1,green,auto,, +NS,10917,V1,T1w,green,auto,2024-01-17, +NS,10919,V1,DWI,green,auto,, +NS,10919,V1,REST1,green,auto,, +NS,10919,V1,T1w,green,auto,2024-01-17, +NS,10920,V1,CUFF1,green,auto,, +NS,10920,V1,CUFF2,green,auto,, +NS,10920,V1,DWI,green,auto,, +NS,10920,V1,REST1,green,auto,, +NS,10920,V1,REST2,green,auto,, +NS,10920,V1,T1w,green,auto,2024-01-24, +NS,10921,V1,DWI,green,auto,, +NS,10921,V1,REST1,green,auto,, +NS,10921,V1,T1w,green,auto,2024-01-28, +NS,10923,V1,DWI,green,auto,, +NS,10923,V1,REST1,green,auto,, +NS,10923,V1,T1w,yellow,auto,2024-01-24, +NS,10930,V1,CUFF1,green,auto,, +NS,10930,V1,CUFF2,green,auto,, +NS,10930,V1,DWI,green,auto,, +NS,10930,V1,REST1,green,auto,, +NS,10930,V1,REST2,green,auto,, +NS,10930,V1,T1w,yellow,auto,2024-02-04, +NS,10932,V1,CUFF1,green,auto,, +NS,10932,V1,CUFF2,green,auto,, +NS,10932,V1,DWI,green,auto,, +NS,10932,V1,REST1,green,auto,, +NS,10932,V1,REST2,green,auto,, +NS,10932,V1,T1w,yellow,auto,2024-02-27, +NS,10934,V1,DWI,green,auto,, +NS,10934,V1,REST1,green,auto,, +NS,10934,V1,T1w,yellow,auto,2024-02-27, +NS,10940,V1,DWI,green,auto,, +NS,10940,V1,REST1,green,auto,, +NS,10940,V1,T1w,green,auto,2024-03-06, +NS,10942,V1,CUFF1,green,auto,, +NS,10942,V1,CUFF2,green,auto,, +NS,10942,V1,DWI,green,auto,, +NS,10942,V1,REST1,green,auto,, +NS,10942,V1,REST2,green,auto,, +NS,10942,V1,T1w,green,auto,2024-02-28, +NS,10944,V1,DWI,green,auto,, +NS,10944,V1,REST1,green,auto,, +NS,10944,V1,T1w,green,auto,2024-03-04, +NS,10952,V1,CUFF1,green,auto,, +NS,10952,V1,CUFF2,green,auto,, +NS,10952,V1,DWI,green,auto,, +NS,10952,V1,REST1,green,auto,, +NS,10952,V1,REST2,green,auto,, +NS,10952,V1,T1w,yellow,auto,2024-03-09, +NS,10956,V1,DWI,green,auto,, +NS,10956,V1,REST1,green,auto,, +NS,10956,V1,T1w,green,auto,2024-03-15, +NS,10957,V1,CUFF1,green,auto,, +NS,10957,V1,CUFF2,green,auto,, +NS,10957,V1,DWI,green,auto,, +NS,10957,V1,REST1,green,auto,, +NS,10957,V1,REST2,green,auto,, +NS,10957,V1,T1w,green,auto,2024-03-30, +NS,10975,V1,DWI,green,auto,, +NS,10975,V1,REST1,green,auto,, +NS,10975,V1,T1w,yellow,auto,2024-04-11, +RU,10945,V1,CUFF1,green,auto,, +RU,10945,V1,CUFF2,green,auto,, +RU,10945,V1,DWI,green,auto,, +RU,10945,V1,REST1,green,auto,, +RU,10945,V1,REST2,green,auto,, +RU,10945,V1,T1w,yellow,technologist,, +RU,15026,V1,CUFF1,green,auto,, +RU,15026,V1,CUFF2,green,auto,, +RU,15026,V1,DWI,green,auto,, +RU,15026,V1,REST1,green,auto,, +RU,15026,V1,REST2,green,auto,, +RU,15026,V1,T1w,yellow,technologist,, SH,20108,V1,CUFF1,green,auto,, SH,20108,V1,CUFF2,green,auto,, SH,20108,V1,DWI,green,auto,, -SH,20108,V1,REST1,green,auto,, +SH,20108,V1,REST1,red,psadil,2023-08-08,uncategorized SH,20108,V1,REST2,green,auto,, -SH,20108,V1,T1w,green,auto,2022-08-30, +SH,20108,V1,T1w,yellow,psadil,2023-08-08,head-motion SH,20124,V1,CUFF1,green,auto,, -SH,20124,V1,CUFF2,green,auto,, +SH,20124,V1,CUFF2,yellow,auto,, SH,20124,V1,DWI,green,auto,, -SH,20124,V1,REST1,green,auto,, -SH,20124,V1,REST2,green,auto,, -SH,20124,V1,T1w,green,technologist,, +SH,20124,V1,REST1,yellow,auto,, +SH,20124,V1,REST2,yellow,auto,, +SH,20124,V1,T1w,green,auto,2022-09-20, +SH,20124,V3,CUFF1,green,auto,, +SH,20124,V3,CUFF2,yellow,auto,, +SH,20124,V3,DWI,green,auto,, +SH,20124,V3,REST1,yellow,auto,, +SH,20124,V3,REST2,yellow,auto,, +SH,20124,V3,T1w,green,auto,2022-10-01, SH,20127,V1,CUFF1,green,auto,, SH,20127,V1,CUFF2,green,auto,, SH,20127,V1,DWI,green,auto,, SH,20127,V1,REST1,green,auto,, SH,20127,V1,REST2,green,auto,, +SH,20127,V1,T1w,yellow,briha,2024-02-29,"head-motion, uncategorized" +SH,20127,V3,CUFF1,green,auto,, +SH,20127,V3,CUFF2,green,auto,, +SH,20127,V3,DWI,green,auto,, +SH,20127,V3,REST1,green,auto,, +SH,20127,V3,REST2,green,auto,, +SH,20127,V3,T1w,green,auto,2022-10-07, SH,20135,V1,CUFF1,green,auto,, SH,20135,V1,CUFF2,green,auto,, SH,20135,V1,DWI,green,auto,, SH,20135,V1,REST1,green,auto,, SH,20135,V1,REST2,green,auto,, -SH,20135,V1,T1w,green,technologist,, +SH,20135,V1,T1w,green,auto,2022-09-20, +SH,20135,V3,CUFF1,green,auto,, +SH,20135,V3,CUFF2,green,auto,, +SH,20135,V3,DWI,green,auto,, +SH,20135,V3,REST1,green,auto,, +SH,20135,V3,REST2,green,auto,, +SH,20135,V3,T1w,green,auto,2022-12-13, SH,20138,V1,CUFF1,green,auto,, SH,20138,V1,CUFF2,green,auto,, SH,20138,V1,DWI,green,auto,, SH,20138,V1,REST1,green,auto,, SH,20138,V1,REST2,green,auto,, -SH,20138,V1,T1w,green,auto,2022-08-23, +SH,20138,V1,T1w,green,auto,2022-09-20, +SH,20138,V3,CUFF1,green,auto,, +SH,20138,V3,CUFF2,green,auto,, +SH,20138,V3,DWI,green,auto,, +SH,20138,V3,REST1,green,auto,, +SH,20138,V3,REST2,green,auto,, +SH,20138,V3,T1w,yellow,auto,2022-10-30, SH,20146,V1,CUFF1,green,auto,, SH,20146,V1,CUFF2,green,auto,, SH,20146,V1,DWI,green,auto,, SH,20146,V1,REST1,green,auto,, SH,20146,V1,REST2,green,auto,, -SH,20146,V1,T1w,green,technologist,, -UC,10036,V1,CUFF1,green,auto,, -UC,10036,V1,CUFF2,green,auto,, +SH,20146,V1,T1w,green,auto,2023-01-11, +SH,20146,V3,CUFF1,green,auto,, +SH,20146,V3,CUFF2,green,auto,, +SH,20146,V3,DWI,green,auto,, +SH,20146,V3,REST1,green,auto,, +SH,20146,V3,REST2,green,auto,, +SH,20146,V3,T1w,green,auto,2022-12-09, +SH,20153,V1,CUFF1,green,auto,, +SH,20153,V1,CUFF2,green,auto,, +SH,20153,V1,DWI,green,auto,, +SH,20153,V1,REST1,green,auto,, +SH,20153,V1,REST2,yellow,auto,, +SH,20153,V1,T1w,yellow,auto,2022-09-20, +SH,20153,V3,CUFF1,yellow,auto,, +SH,20153,V3,CUFF2,yellow,auto,, +SH,20153,V3,DWI,green,auto,, +SH,20153,V3,REST1,yellow,auto,, +SH,20153,V3,REST2,yellow,auto,, +SH,20153,V3,T1w,green,briha,2024-02-29,"head-motion, inu, postprocessing" +SH,20154,V1,CUFF1,green,auto,, +SH,20154,V1,CUFF2,green,auto,, +SH,20154,V1,DWI,green,auto,, +SH,20154,V1,REST1,green,auto,, +SH,20154,V1,REST2,green,auto,, +SH,20154,V1,T1w,yellow,technologist,, +SH,20156,V1,CUFF1,green,auto,, +SH,20156,V1,CUFF2,green,auto,, +SH,20156,V1,DWI,green,auto,, +SH,20156,V1,REST1,green,auto,, +SH,20156,V1,REST2,green,auto,, +SH,20156,V1,T1w,yellow,auto,2022-09-02, +SH,20156,V3,CUFF1,green,auto,, +SH,20156,V3,CUFF2,green,auto,, +SH,20156,V3,DWI,green,auto,, +SH,20156,V3,REST1,green,auto,, +SH,20156,V3,REST2,green,auto,, +SH,20156,V3,T1w,green,auto,2022-12-30, +SH,20159,V1,CUFF1,green,auto,, +SH,20159,V1,CUFF2,green,auto,, +SH,20159,V1,DWI,green,auto,, +SH,20159,V1,REST1,yellow,auto,, +SH,20159,V1,REST2,yellow,auto,, +SH,20159,V1,T1w,green,auto,2022-09-23, +SH,20159,V3,CUFF1,green,auto,, +SH,20159,V3,CUFF2,green,auto,, +SH,20159,V3,DWI,green,auto,, +SH,20159,V3,REST1,green,auto,, +SH,20159,V3,REST2,green,auto,, +SH,20159,V3,T1w,green,auto,2023-01-04, +SH,20164,V1,CUFF1,green,auto,, +SH,20164,V1,CUFF2,green,auto,, +SH,20164,V1,DWI,green,auto,, +SH,20164,V1,REST1,green,auto,, +SH,20164,V1,REST2,green,auto,, +SH,20164,V1,T1w,green,briha,2024-02-29,inu +SH,20164,V3,CUFF1,green,auto,, +SH,20164,V3,CUFF2,green,auto,, +SH,20164,V3,DWI,green,auto,, +SH,20164,V3,REST1,green,auto,, +SH,20164,V3,REST2,green,auto,, +SH,20164,V3,T1w,green,auto,2023-01-11, +SH,20165,V1,CUFF1,green,auto,, +SH,20165,V1,CUFF2,green,auto,, +SH,20165,V1,DWI,green,auto,, +SH,20165,V1,REST1,yellow,auto,, +SH,20165,V1,REST2,yellow,auto,, +SH,20165,V1,T1w,yellow,auto,2022-09-23, +SH,20165,V3,CUFF1,green,auto,, +SH,20165,V3,CUFF2,green,auto,, +SH,20165,V3,DWI,green,auto,, +SH,20165,V3,REST1,yellow,auto,, +SH,20165,V3,REST2,yellow,auto,, +SH,20165,V3,T1w,yellow,briha,2024-02-29,"head-motion, inu" +SH,20169,V1,CUFF1,green,auto,, +SH,20169,V1,CUFF2,green,auto,, +SH,20169,V1,DWI,green,auto,, +SH,20169,V1,REST1,green,auto,, +SH,20169,V1,REST2,green,auto,, +SH,20169,V1,T1w,yellow,auto,2022-10-01, +SH,20169,V3,CUFF1,green,auto,, +SH,20169,V3,CUFF2,green,auto,, +SH,20169,V3,DWI,green,auto,, +SH,20169,V3,REST1,green,auto,, +SH,20169,V3,REST2,green,auto,, +SH,20169,V3,T1w,green,auto,2022-12-30, +SH,20173,V1,DWI,green,auto,, +SH,20173,V1,REST1,yellow,auto,, +SH,20173,V1,T1w,yellow,technologist,, +SH,20173,V3,DWI,green,auto,, +SH,20173,V3,REST1,yellow,auto,, +SH,20173,V3,T1w,green,auto,2023-02-25, +SH,20176,V1,CUFF1,green,auto,, +SH,20176,V1,CUFF2,green,auto,, +SH,20176,V1,DWI,green,auto,, +SH,20176,V1,REST1,green,auto,, +SH,20176,V1,REST2,green,auto,, +SH,20176,V1,T1w,green,auto,2022-10-21, +SH,20176,V3,CUFF1,green,auto,, +SH,20176,V3,CUFF2,green,auto,, +SH,20176,V3,DWI,green,auto,, +SH,20176,V3,REST1,green,auto,, +SH,20176,V3,REST2,green,auto,, +SH,20176,V3,T1w,green,auto,2023-02-20, +SH,20180,V1,DWI,green,auto,, +SH,20180,V1,REST1,green,auto,, +SH,20180,V1,T1w,green,auto,2022-11-23, +SH,20180,V3,CUFF1,green,auto,, +SH,20180,V3,CUFF2,green,auto,, +SH,20180,V3,DWI,green,auto,, +SH,20180,V3,REST1,green,auto,, +SH,20180,V3,REST2,green,auto,, +SH,20180,V3,T1w,green,auto,2023-02-21, +SH,20185,V1,CUFF1,yellow,auto,, +SH,20185,V1,DWI,green,auto,, +SH,20185,V1,REST1,yellow,auto,, +SH,20185,V1,REST2,yellow,auto,, +SH,20185,V1,T1w,green,auto,2022-10-30, +SH,20185,V3,DWI,green,auto,, +SH,20185,V3,REST1,green,auto,, +SH,20185,V3,T1w,green,auto,2023-01-22, +SH,20187,V1,CUFF1,green,auto,, +SH,20187,V1,CUFF2,green,auto,, +SH,20187,V1,DWI,green,auto,, +SH,20187,V1,REST1,green,auto,, +SH,20187,V1,REST2,green,auto,, +SH,20187,V1,T1w,green,auto,2022-10-30, +SH,20187,V3,DWI,green,auto,, +SH,20187,V3,REST1,green,auto,, +SH,20187,V3,T1w,green,auto,2023-01-22, +SH,20198,V1,CUFF1,yellow,auto,, +SH,20198,V1,CUFF2,green,auto,, +SH,20198,V1,DWI,green,auto,, +SH,20198,V1,REST1,yellow,auto,, +SH,20198,V1,REST2,yellow,auto,, +SH,20198,V1,T1w,green,auto,2022-11-28, +SH,20198,V3,CUFF1,yellow,auto,, +SH,20198,V3,CUFF2,green,auto,, +SH,20198,V3,DWI,green,auto,, +SH,20198,V3,REST1,green,auto,, +SH,20198,V3,REST2,yellow,auto,, +SH,20198,V3,T1w,green,auto,2023-02-20, +SH,20214,V1,CUFF1,red,auto,, +SH,20214,V1,CUFF2,green,auto,, +SH,20214,V1,DWI,green,auto,, +SH,20214,V1,REST1,yellow,auto,, +SH,20214,V1,REST2,green,auto,, +SH,20214,V1,T1w,green,auto,2022-12-18, +SH,20227,V1,CUFF1,red,psadil,2023-08-08,"head-motion, postprocessing, alignment" +SH,20227,V1,CUFF2,green,auto,, +SH,20227,V1,DWI,green,auto,, +SH,20227,V1,REST1,green,auto,, +SH,20227,V1,REST2,yellow,auto,, +SH,20227,V1,T1w,yellow,psadil,2023-08-08,head-motion +SH,20227,V3,CUFF1,green,auto,, +SH,20227,V3,CUFF2,green,auto,, +SH,20227,V3,DWI,green,auto,, +SH,20227,V3,REST1,green,auto,, +SH,20227,V3,REST2,yellow,auto,, +SH,20227,V3,T1w,yellow,auto,2023-06-15, +SH,20233,V1,CUFF1,green,auto,, +SH,20233,V1,CUFF2,green,auto,, +SH,20233,V1,DWI,green,auto,, +SH,20233,V1,REST1,green,auto,, +SH,20233,V1,REST2,green,auto,, +SH,20233,V1,T1w,green,auto,2023-02-03, +SH,20233,V3,CUFF1,green,auto,, +SH,20233,V3,CUFF2,green,auto,, +SH,20233,V3,DWI,green,auto,, +SH,20233,V3,REST1,green,auto,, +SH,20233,V3,REST2,green,auto,, +SH,20233,V3,T1w,green,auto,2023-05-28, +SH,20238,V1,CUFF1,green,auto,, +SH,20238,V1,CUFF2,green,auto,, +SH,20238,V1,DWI,green,auto,, +SH,20238,V1,REST1,green,auto,, +SH,20238,V1,REST2,green,auto,, +SH,20238,V1,T1w,green,auto,2023-03-06, +SH,20238,V3,CUFF1,yellow,auto,, +SH,20238,V3,CUFF2,red,auto,, +SH,20238,V3,DWI,green,auto,, +SH,20238,V3,REST1,yellow,auto,, +SH,20238,V3,T1w,yellow,auto,2023-06-05, +SH,20241,V1,CUFF1,green,auto,, +SH,20241,V1,CUFF2,green,auto,, +SH,20241,V1,DWI,green,auto,, +SH,20241,V1,REST1,green,auto,, +SH,20241,V1,REST2,green,auto,, +SH,20241,V1,T1w,green,auto,2023-02-26, +SH,20241,V3,CUFF1,green,auto,, +SH,20241,V3,CUFF2,green,auto,, +SH,20241,V3,DWI,green,auto,, +SH,20241,V3,REST1,green,auto,, +SH,20241,V3,REST2,green,auto,, +SH,20241,V3,T1w,green,auto,2023-05-31, +SH,20249,V1,CUFF1,green,auto,, +SH,20249,V1,CUFF2,green,auto,, +SH,20249,V1,DWI,green,auto,, +SH,20249,V1,REST1,green,auto,, +SH,20249,V1,REST2,green,auto,, +SH,20249,V1,T1w,green,auto,2023-04-07, +SH,20249,V3,T1w,green,auto,2023-11-10, +SH,20256,V1,CUFF1,green,auto,, +SH,20256,V1,CUFF2,green,auto,, +SH,20256,V1,DWI,green,auto,, +SH,20256,V1,REST1,green,auto,, +SH,20256,V1,REST2,green,auto,, +SH,20256,V1,T1w,green,auto,2023-04-17, +SH,20256,V3,CUFF1,green,auto,, +SH,20256,V3,CUFF2,green,auto,, +SH,20256,V3,DWI,green,auto,, +SH,20256,V3,REST1,green,auto,, +SH,20256,V3,REST2,green,auto,, +SH,20256,V3,T1w,green,auto,2023-08-16, +SH,20257,V1,CUFF1,green,auto,, +SH,20257,V1,CUFF2,green,auto,, +SH,20257,V1,DWI,green,auto,, +SH,20257,V1,REST1,green,auto,, +SH,20257,V1,REST2,green,auto,, +SH,20257,V1,T1w,yellow,briha,2024-02-29,"head-motion, inu, uncategorized" +SH,20257,V3,CUFF1,green,auto,, +SH,20257,V3,CUFF2,green,auto,, +SH,20257,V3,DWI,green,auto,, +SH,20257,V3,REST1,green,auto,, +SH,20257,V3,REST2,green,auto,, +SH,20257,V3,T1w,green,auto,2023-07-21, +SH,20261,V1,CUFF1,green,auto,, +SH,20261,V1,CUFF2,green,auto,, +SH,20261,V1,DWI,green,auto,, +SH,20261,V1,REST1,green,auto,, +SH,20261,V1,REST2,green,auto,, +SH,20261,V1,T1w,green,auto,2023-07-07, +SH,20281,V1,CUFF1,green,auto,, +SH,20281,V1,CUFF2,green,auto,, +SH,20281,V1,DWI,green,auto,, +SH,20281,V1,REST1,green,auto,, +SH,20281,V1,REST2,green,auto,, +SH,20281,V1,T1w,yellow,briha,2024-02-29,"head-motion, inu, postprocessing" +SH,20281,V3,CUFF1,green,auto,, +SH,20281,V3,CUFF2,green,auto,, +SH,20281,V3,DWI,green,auto,, +SH,20281,V3,REST1,green,auto,, +SH,20281,V3,REST2,green,auto,, +SH,20281,V3,T1w,yellow,auto,2023-10-08, +SH,20283,V1,CUFF1,green,auto,, +SH,20283,V1,CUFF2,green,auto,, +SH,20283,V1,DWI,green,auto,, +SH,20283,V1,REST1,green,auto,, +SH,20283,V1,REST2,green,auto,, +SH,20283,V1,T1w,green,auto,2023-07-10, +SH,20283,V3,CUFF1,green,auto,, +SH,20283,V3,CUFF2,green,auto,, +SH,20283,V3,DWI,green,auto,, +SH,20283,V3,REST1,green,auto,, +SH,20283,V3,REST2,green,auto,, +SH,20283,V3,T1w,yellow,auto,2023-10-01, +SH,20285,V1,CUFF1,green,auto,, +SH,20285,V1,CUFF2,green,auto,, +SH,20285,V1,DWI,green,auto,, +SH,20285,V1,REST1,green,auto,, +SH,20285,V1,REST2,yellow,auto,, +SH,20285,V1,T1w,green,auto,2023-08-16, +SH,20285,V3,CUFF1,green,auto,, +SH,20285,V3,CUFF2,green,auto,, +SH,20285,V3,DWI,green,auto,, +SH,20285,V3,REST1,green,auto,, +SH,20285,V3,REST2,green,auto,, +SH,20285,V3,T1w,green,auto,2023-10-01, +SH,20286,V1,CUFF1,green,auto,, +SH,20286,V1,CUFF2,green,auto,, +SH,20286,V1,DWI,green,auto,, +SH,20286,V1,REST1,green,auto,, +SH,20286,V1,REST2,green,auto,, +SH,20286,V1,T1w,yellow,auto,2023-06-24, +SH,20286,V3,CUFF1,green,auto,, +SH,20286,V3,CUFF2,green,auto,, +SH,20286,V3,DWI,green,auto,, +SH,20286,V3,REST1,green,auto,, +SH,20286,V3,REST2,green,auto,, +SH,20286,V3,T1w,yellow,auto,2023-10-28, +SH,20287,V1,CUFF1,red,auto,, +SH,20287,V1,CUFF2,yellow,auto,, +SH,20287,V1,DWI,green,auto,, +SH,20287,V1,REST1,red,auto,, +SH,20287,V1,REST2,yellow,auto,, +SH,20287,V1,T1w,yellow,briha,2024-02-29,"head-motion, inu" +SH,20287,V3,CUFF1,green,auto,, +SH,20287,V3,CUFF2,green,auto,, +SH,20287,V3,DWI,green,auto,, +SH,20287,V3,REST1,green,auto,, +SH,20287,V3,REST2,green,auto,, +SH,20287,V3,T1w,red,auto,2023-10-08, +SH,20303,V1,CUFF1,green,auto,, +SH,20303,V1,CUFF2,green,auto,, +SH,20303,V1,DWI,green,auto,, +SH,20303,V1,REST1,green,auto,, +SH,20303,V1,REST2,green,auto,, +SH,20303,V1,T1w,green,auto,2023-08-18, +SH,20303,V3,CUFF1,green,auto,, +SH,20303,V3,CUFF2,green,auto,, +SH,20303,V3,DWI,green,auto,, +SH,20303,V3,REST1,green,auto,, +SH,20303,V3,REST2,green,auto,, +SH,20303,V3,T1w,green,auto,2023-11-13, +SH,20312,V1,CUFF1,green,auto,, +SH,20312,V1,CUFF2,green,auto,, +SH,20312,V1,DWI,green,auto,, +SH,20312,V1,REST1,green,auto,, +SH,20312,V1,REST2,green,auto,, +SH,20312,V1,T1w,green,auto,2023-09-01, +SH,20312,V3,CUFF1,green,auto,, +SH,20312,V3,CUFF2,green,auto,, +SH,20312,V3,DWI,green,auto,, +SH,20312,V3,REST1,green,auto,, +SH,20312,V3,REST2,green,auto,, +SH,20312,V3,T1w,green,auto,2023-12-08, +SH,20314,V1,CUFF1,green,auto,, +SH,20314,V1,CUFF2,green,auto,, +SH,20314,V1,DWI,green,auto,, +SH,20314,V1,REST1,green,auto,, +SH,20314,V1,REST2,green,auto,, +SH,20314,V1,T1w,green,auto,2023-09-18, +SH,20314,V3,CUFF1,green,auto,, +SH,20314,V3,CUFF2,green,auto,, +SH,20314,V3,DWI,green,auto,, +SH,20314,V3,REST1,green,auto,, +SH,20314,V3,REST2,green,auto,, +SH,20314,V3,T1w,green,auto,2024-01-04, +SH,20319,V1,CUFF1,green,auto,, +SH,20319,V1,CUFF2,green,auto,, +SH,20319,V1,DWI,green,auto,, +SH,20319,V1,REST1,green,auto,, +SH,20319,V1,REST2,green,auto,, +SH,20319,V1,T1w,green,auto,2023-09-22, +SH,20319,V3,CUFF1,green,auto,, +SH,20319,V3,CUFF2,green,auto,, +SH,20319,V3,DWI,green,auto,, +SH,20319,V3,REST1,green,auto,, +SH,20319,V3,REST2,green,auto,, +SH,20319,V3,T1w,green,technologist,, +SH,20330,V1,CUFF1,green,auto,, +SH,20330,V1,CUFF2,green,auto,, +SH,20330,V1,DWI,green,auto,, +SH,20330,V1,REST1,green,auto,, +SH,20330,V1,REST2,green,auto,, +SH,20330,V1,T1w,green,auto,2023-10-22, +SH,20330,V3,CUFF1,green,auto,, +SH,20330,V3,CUFF2,green,auto,, +SH,20330,V3,DWI,green,auto,, +SH,20330,V3,REST1,green,auto,, +SH,20330,V3,REST2,green,auto,, +SH,20330,V3,T1w,green,auto,2024-01-24, +SH,20334,V1,CUFF1,green,auto,, +SH,20334,V1,CUFF2,green,auto,, +SH,20334,V1,DWI,green,auto,, +SH,20334,V1,REST1,green,auto,, +SH,20334,V1,REST2,green,auto,, +SH,20334,V1,T1w,green,auto,2023-11-08, +SH,20334,V3,CUFF1,green,auto,, +SH,20334,V3,CUFF2,green,auto,, +SH,20334,V3,DWI,green,auto,, +SH,20334,V3,REST1,green,auto,, +SH,20334,V3,REST2,green,auto,, +SH,20334,V3,T1w,green,auto,2024-02-04, +SH,20341,V1,CUFF1,yellow,auto,, +SH,20341,V1,CUFF2,yellow,auto,, +SH,20341,V1,DWI,green,auto,, +SH,20341,V1,REST1,yellow,auto,, +SH,20341,V1,REST2,yellow,auto,, +SH,20341,V1,T1w,green,auto,2023-12-07, +SH,20341,V3,CUFF1,yellow,auto,, +SH,20341,V3,CUFF2,yellow,auto,, +SH,20341,V3,DWI,green,auto,, +SH,20341,V3,REST1,yellow,auto,, +SH,20341,V3,REST2,yellow,auto,, +SH,20341,V3,T1w,green,technologist,, +SH,20348,V1,CUFF1,green,auto,, +SH,20348,V1,CUFF2,green,auto,, +SH,20348,V1,DWI,green,auto,, +SH,20348,V1,REST1,green,auto,, +SH,20348,V1,REST2,green,auto,, +SH,20348,V1,T1w,green,auto,2023-12-08, +SH,20348,V3,CUFF1,green,auto,, +SH,20348,V3,CUFF2,green,auto,, +SH,20348,V3,DWI,green,auto,, +SH,20348,V3,REST1,green,auto,, +SH,20348,V3,REST2,green,auto,, +SH,20348,V3,T1w,green,auto,2024-03-09, +SH,20357,V1,CUFF1,green,auto,, +SH,20357,V1,CUFF2,green,auto,, +SH,20357,V1,DWI,green,auto,, +SH,20357,V1,REST1,green,auto,, +SH,20357,V1,REST2,green,auto,, +SH,20357,V1,T1w,green,auto,2024-01-29, +SH,20361,V1,CUFF1,green,auto,, +SH,20361,V1,CUFF2,green,auto,, +SH,20361,V1,DWI,green,auto,, +SH,20361,V1,REST1,green,auto,, +SH,20361,V1,REST2,green,auto,, +SH,20361,V1,T1w,yellow,auto,2024-01-28, +SH,20364,V1,CUFF1,green,auto,, +SH,20364,V1,CUFF2,yellow,auto,, +SH,20364,V1,DWI,green,auto,, +SH,20364,V1,REST1,green,auto,, +SH,20364,V1,REST2,green,auto,, +SH,20364,V1,T1w,green,auto,2024-01-07, +SH,20371,V1,CUFF1,green,auto,, +SH,20371,V1,CUFF2,green,auto,, +SH,20371,V1,DWI,green,auto,, +SH,20371,V1,REST1,green,auto,, +SH,20371,V1,REST2,green,auto,, +SH,20371,V1,T1w,green,auto,2024-01-24, +SH,20372,V1,CUFF1,green,auto,, +SH,20372,V1,CUFF2,green,auto,, +SH,20372,V1,DWI,green,auto,, +SH,20372,V1,REST1,green,auto,, +SH,20372,V1,REST2,green,auto,, +SH,20372,V1,T1w,yellow,auto,2024-02-04, +SH,20378,V1,CUFF1,green,auto,, +SH,20378,V1,CUFF2,green,auto,, +SH,20378,V1,DWI,green,auto,, +SH,20378,V1,REST1,green,auto,, +SH,20378,V1,REST2,green,auto,, +SH,20378,V1,T1w,yellow,auto,2024-02-14, +SH,20383,V1,CUFF1,green,auto,, +SH,20383,V1,CUFF2,green,auto,, +SH,20383,V1,DWI,green,auto,, +SH,20383,V1,REST1,green,auto,, +SH,20383,V1,REST2,green,auto,, +SH,20383,V1,T1w,green,auto,2024-02-27, +SH,20390,V1,CUFF1,green,auto,, +SH,20390,V1,CUFF2,green,auto,, +SH,20390,V1,DWI,green,auto,, +SH,20390,V1,REST1,green,auto,, +SH,20390,V1,REST2,green,auto,, +SH,20390,V1,T1w,green,auto,2024-02-27, +SH,20392,V1,CUFF1,green,auto,, +SH,20392,V1,CUFF2,green,auto,, +SH,20392,V1,DWI,green,auto,, +SH,20392,V1,REST1,green,auto,, +SH,20392,V1,REST2,green,auto,, +SH,20392,V1,T1w,green,auto,2024-02-29, +SH,20394,V1,CUFF1,green,auto,, +SH,20394,V1,CUFF2,green,auto,, +SH,20394,V1,DWI,green,auto,, +SH,20394,V1,REST1,green,auto,, +SH,20394,V1,REST2,green,auto,, +SH,20394,V1,T1w,green,auto,2024-03-20, +SH,20399,V1,CUFF1,green,auto,, +SH,20399,V1,CUFF2,green,auto,, +SH,20399,V1,DWI,green,auto,, +SH,20399,V1,REST1,green,auto,, +SH,20399,V1,REST2,green,auto,, +SH,20399,V1,T1w,green,auto,2024-03-08, +SH,20400,V1,CUFF1,green,auto,, +SH,20400,V1,CUFF2,green,auto,, +SH,20400,V1,DWI,green,auto,, +SH,20400,V1,REST1,green,auto,, +SH,20400,V1,REST2,green,auto,, +SH,20400,V1,T1w,green,auto,2024-03-19, +SH,20402,V1,CUFF1,green,auto,, +SH,20402,V1,CUFF2,green,auto,, +SH,20402,V1,DWI,green,auto,, +SH,20402,V1,REST1,green,auto,, +SH,20402,V1,REST2,green,auto,, +SH,20402,V1,T1w,yellow,technologist,, +SH,20408,V1,CUFF1,green,auto,, +SH,20408,V1,CUFF2,green,auto,, +SH,20408,V1,DWI,green,auto,, +SH,20408,V1,REST1,green,auto,, +SH,20408,V1,REST2,green,auto,, +SH,20408,V1,T1w,green,auto,2024-04-06, +UC,10036,V1,CUFF1,yellow,auto,, +UC,10036,V1,CUFF2,yellow,auto,, UC,10036,V1,DWI,green,auto,, -UC,10036,V1,REST1,yellow,psadil,2022-03-11,"head-motion, uncategorized" +UC,10036,V1,REST1,yellow,psadil,2022-09-09,"head-motion, uncategorized" UC,10036,V1,REST2,green,auto,, -UC,10036,V1,T1w,green,auto,2022-03-01, -UC,10036,V3,CUFF1,yellow,psadil,2022-03-02,head-motion -UC,10036,V3,CUFF2,yellow,psadil,2022-03-02,head-motion +UC,10036,V1,T1w,green,auto,2022-09-20, +UC,10036,V3,CUFF1,green,psadil,2022-09-09,head-motion +UC,10036,V3,CUFF2,green,psadil,2022-09-09,head-motion UC,10036,V3,DWI,green,auto,, -UC,10036,V3,REST1,yellow,psadil,2022-03-02,head-motion -UC,10036,V3,REST2,yellow,psadil,2022-01-26,"head-motion, uncategorized" +UC,10036,V3,REST1,yellow,psadil,2022-09-09,head-motion +UC,10036,V3,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" UC,10036,V3,T1w,green,psadil,2022-03-15,postprocessing -UC,10040,V1,CUFF1,yellow,psadil,2022-03-15,"head-motion, uncategorized" +UC,10040,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" UC,10040,V1,CUFF2,green,auto,, UC,10040,V1,DWI,green,auto,, UC,10040,V1,REST1,green,auto,, UC,10040,V1,REST2,green,auto,, -UC,10040,V1,T1w,green,auto,2022-03-01, -UC,10049,V1,CUFF1,green,auto,, +UC,10040,V1,T1w,green,psadil,2023-09-06,head-motion +UC,10049,V1,CUFF1,red,auto,, UC,10049,V1,CUFF2,green,auto,, UC,10049,V1,DWI,green,auto,, -UC,10049,V1,REST1,green,auto,, -UC,10049,V1,REST2,green,auto,, +UC,10049,V1,REST1,yellow,auto,, +UC,10049,V1,REST2,yellow,auto,, UC,10049,V1,T1w,yellow,psadil,2022-03-03, UC,10049,V3,CUFF1,green,auto,, UC,10049,V3,CUFF2,green,auto,, UC,10049,V3,DWI,green,auto,, -UC,10049,V3,REST1,green,auto,, -UC,10049,V3,REST2,yellow,psadil,2022-03-02,head-motion -UC,10049,V3,T1w,green,psadil,2022-03-14,postprocessing +UC,10049,V3,REST1,yellow,auto,, +UC,10049,V3,REST2,yellow,psadil,2022-09-09,head-motion +UC,10049,V3,T1w,yellow,briha,2024-02-29,postprocessing UC,10055,V1,CUFF1,green,auto,, UC,10055,V1,CUFF2,green,auto,, UC,10055,V1,DWI,green,auto,, UC,10055,V1,REST1,green,auto,, UC,10055,V1,REST2,green,auto,, -UC,10055,V1,T1w,green,psadil,2022-06-27, -UC,10058,V1,CUFF1,red,psadil,2022-03-02,head-motion -UC,10058,V1,CUFF2,red,psadil,2022-03-02,head-motion +UC,10055,V1,T1w,green,briha,2024-02-29, +UC,10058,V1,CUFF1,red,psadil,2022-09-09,head-motion +UC,10058,V1,CUFF2,yellow,psadil,2022-09-09,head-motion UC,10058,V1,DWI,green,auto,, -UC,10058,V1,REST1,red,psadil,2022-03-02,head-motion -UC,10058,V1,REST2,red,psadil,2022-03-02,"head-motion, eye-spillover, noneye-spillover" -UC,10058,V1,T1w,green,auto,2022-03-01, -UC,10058,V3,CUFF1,red,psadil,2022-03-02,head-motion -UC,10058,V3,CUFF2,red,psadil,2022-03-02,head-motion +UC,10058,V1,REST1,yellow,psadil,2022-09-09,head-motion +UC,10058,V1,REST2,yellow,psadil,2022-09-09,"head-motion, eye-spillover, noneye-spillover" +UC,10058,V1,T1w,green,auto,2022-09-20, +UC,10058,V3,CUFF1,yellow,psadil,2022-09-09,head-motion +UC,10058,V3,CUFF2,yellow,psadil,2022-09-09,head-motion UC,10058,V3,DWI,green,auto,, -UC,10058,V3,REST1,red,psadil,2022-03-02,head-motion +UC,10058,V3,REST1,yellow,psadil,2022-09-09,head-motion UC,10058,V3,REST2,green,auto,, -UC,10058,V3,T1w,green,auto,2022-03-01, +UC,10058,V3,T1w,green,auto,2022-09-20, UC,10064,V1,CUFF1,green,auto,, UC,10064,V1,CUFF2,green,auto,, UC,10064,V1,DWI,green,auto,, UC,10064,V1,REST1,green,auto,, UC,10064,V1,REST2,green,auto,, -UC,10064,V1,T1w,green,auto,2022-03-01, -UC,10064,V3,CUFF1,yellow,psadil,2022-03-02,head-motion -UC,10064,V3,CUFF2,yellow,psadil,2022-03-02,"head-motion, field-variation, uncategorized" +UC,10064,V1,T1w,green,auto,2022-09-20, +UC,10064,V3,CUFF1,green,psadil,2022-09-09,head-motion +UC,10064,V3,CUFF2,green,psadil,2022-09-09,"head-motion, field-variation, uncategorized" UC,10064,V3,DWI,green,auto,, UC,10064,V3,REST1,green,auto,, -UC,10064,V3,REST2,green,auto,, -UC,10064,V3,T1w,green,psadil,2021-11-16, -UC,10066,V1,CUFF1,yellow,psadil,2022-03-02,head-motion -UC,10066,V1,CUFF2,red,psadil,2022-03-02,head-motion +UC,10064,V3,REST2,yellow,auto,, +UC,10064,V3,T1w,green,psadil,2021-11-17, +UC,10066,V1,CUFF1,green,psadil,2022-09-09,head-motion +UC,10066,V1,CUFF2,yellow,psadil,2022-09-09,head-motion UC,10066,V1,DWI,green,auto,, -UC,10066,V1,REST1,yellow,psadil,2022-03-02,head-motion -UC,10066,V1,T1w,green,psadil,2022-03-14, +UC,10066,V1,REST1,green,psadil,2022-09-09,head-motion +UC,10066,V1,T1w,green,briha,2024-02-29,postprocessing UC,10067,V1,DWI,green,auto,, -UC,10067,V1,REST1,green,auto,, +UC,10067,V1,REST1,yellow,auto,, UC,10067,V1,T1w,green,psadil,2022-06-27, -UC,10067,V3,CUFF1,red,psadil,2022-03-02,head-motion -UC,10067,V3,CUFF2,red,psadil,2022-03-02,head-motion +UC,10067,V3,CUFF1,yellow,psadil,2022-09-09,head-motion +UC,10067,V3,CUFF2,yellow,psadil,2022-09-09,head-motion UC,10067,V3,DWI,green,auto,, -UC,10067,V3,REST1,red,psadil,2022-03-02,head-motion -UC,10067,V3,REST2,red,psadil,2022-03-02,"head-motion, uncategorized" -UC,10067,V3,T1w,green,auto,2022-03-01, -UC,10068,V3,CUFF1,red,psadil,2022-03-02, -UC,10068,V3,CUFF2,red,psadil,2022-03-02, +UC,10067,V3,REST1,yellow,psadil,2022-09-09,head-motion +UC,10067,V3,REST2,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UC,10067,V3,T1w,green,auto,2022-09-20, +UC,10068,V3,CUFF1,yellow,psadil,2022-09-09, +UC,10068,V3,CUFF2,red,psadil,2022-09-09, UC,10068,V3,DWI,green,auto,, -UC,10068,V3,REST1,red,psadil,2022-03-02,uncategorized -UC,10068,V3,REST2,red,psadil,2022-03-02, -UC,10068,V3,T1w,green,psadil,2021-11-16, +UC,10068,V3,REST1,yellow,psadil,2022-09-09,uncategorized +UC,10068,V3,REST2,red,psadil,2022-09-09, +UC,10068,V3,T1w,green,psadil,2021-11-17, UC,10102,V1,CUFF1,green,auto,, UC,10102,V1,CUFF2,green,auto,, UC,10102,V1,DWI,green,auto,, UC,10102,V1,REST1,green,auto,, UC,10102,V1,REST2,green,auto,, -UC,10102,V1,T1w,green,auto,2022-03-01, +UC,10102,V1,T1w,yellow,auto,2022-09-20, UC,10102,V3,CUFF1,green,auto,, UC,10102,V3,CUFF2,green,auto,, UC,10102,V3,DWI,green,auto,, -UC,10102,V3,REST1,yellow,psadil,2022-05-13,"head-motion, wrap-around, uncategorized" +UC,10102,V3,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" UC,10102,V3,REST2,green,auto,, -UC,10102,V3,T1w,green,auto,2022-03-01, +UC,10102,V3,T1w,green,auto,2022-09-20, UC,10103,V1,CUFF1,green,auto,, UC,10103,V1,CUFF2,green,auto,, UC,10103,V1,DWI,green,auto,, -UC,10103,V1,REST1,green,auto,, -UC,10103,V1,REST2,green,auto,, -UC,10103,V1,T1w,green,auto,2022-03-01, +UC,10103,V1,REST1,yellow,auto,, +UC,10103,V1,REST2,yellow,auto,, +UC,10103,V1,T1w,green,auto,2022-09-20, UC,10103,V3,CUFF1,green,auto,, UC,10103,V3,CUFF2,green,auto,, UC,10103,V3,DWI,green,auto,, -UC,10103,V3,REST1,green,auto,, -UC,10103,V3,REST2,green,auto,, -UC,10103,V3,T1w,green,auto,2022-05-25, +UC,10103,V3,REST1,yellow,auto,, +UC,10103,V3,REST2,yellow,auto,, +UC,10103,V3,T1w,green,auto,2022-09-20, UC,10119,V1,CUFF1,green,auto,, UC,10119,V1,CUFF2,green,auto,, UC,10119,V1,DWI,green,auto,, -UC,10119,V1,REST1,yellow,psadil,2022-03-02, -UC,10119,V1,REST2,green,auto,, -UC,10119,V1,T1w,green,auto,2022-03-01, +UC,10119,V1,REST1,green,psadil,2022-09-09, +UC,10119,V1,REST2,yellow,auto,, +UC,10119,V1,T1w,green,auto,2022-09-20, UC,10120,V1,CUFF1,green,auto,, UC,10120,V1,CUFF2,green,auto,, UC,10120,V1,DWI,green,auto,, UC,10120,V1,REST1,green,auto,, -UC,10120,V1,REST2,green,auto,, -UC,10120,V1,T1w,green,auto,2022-03-01, -UC,10120,V3,CUFF1,green,auto,, +UC,10120,V1,REST2,yellow,auto,, +UC,10120,V1,T1w,green,psadil,2023-10-25, +UC,10120,V3,CUFF1,yellow,auto,, UC,10120,V3,CUFF2,green,auto,, UC,10120,V3,DWI,green,auto,, -UC,10120,V3,REST1,green,auto,, -UC,10120,V3,REST2,green,auto,, +UC,10120,V3,REST1,yellow,auto,, +UC,10120,V3,REST2,yellow,auto,, UC,10120,V3,T1w,green,psadil,2022-04-29, UC,10132,V1,CUFF1,green,auto,, UC,10132,V1,CUFF2,green,auto,, @@ -1122,83 +2578,89 @@ UC,10132,V1,DWI,green,auto,, UC,10132,V1,REST1,green,auto,, UC,10132,V1,REST2,green,auto,, UC,10132,V1,T1w,green,psadil,2022-08-30, -UC,10133,V1,CUFF1,yellow,psadil,2022-03-29,"head-motion, uncategorized" -UC,10133,V1,CUFF2,yellow,psadil,2022-03-02,head-motion +UC,10133,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" +UC,10133,V1,CUFF2,green,psadil,2022-09-09,head-motion UC,10133,V1,DWI,green,auto,, -UC,10133,V1,REST1,yellow,psadil,2022-03-02,"head-motion, eye-spillover" -UC,10133,V1,REST2,yellow,psadil,2022-03-02,"head-motion, eye-spillover" +UC,10133,V1,REST1,green,psadil,2022-09-09,"head-motion, eye-spillover" +UC,10133,V1,REST2,green,psadil,2022-09-09,"head-motion, eye-spillover" UC,10133,V1,T1w,yellow,psadil,2022-03-03,noise-local -UC,10135,V1,CUFF1,yellow,psadil,2022-03-02,"head-motion, eye-spillover" +UC,10135,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, eye-spillover" UC,10135,V1,DWI,green,auto,, -UC,10135,V1,REST1,green,auto,, -UC,10135,V1,REST2,green,auto,, +UC,10135,V1,REST1,yellow,auto,, +UC,10135,V1,REST2,yellow,auto,, UC,10135,V1,T1w,green,psadil,2022-03-02, UC,10147,V1,DWI,green,auto,, -UC,10147,V1,T1w,yellow,psadil,2022-03-03, +UC,10147,V1,T1w,yellow,psadil,2023-08-14,head-motion UC,10147,V3,DWI,green,auto,, -UC,10147,V3,T1w,green,auto,2022-07-12, +UC,10147,V3,T1w,green,psadil,2023-10-25, UC,10153,V1,CUFF1,green,auto,, UC,10153,V1,CUFF2,green,auto,, UC,10153,V1,DWI,green,auto,, -UC,10153,V1,REST1,green,auto,, -UC,10153,V1,REST2,green,auto,, -UC,10153,V1,T1w,green,auto,2022-03-01, -UC,10201,V1,CUFF1,green,auto,, -UC,10201,V1,CUFF2,green,auto,, +UC,10153,V1,REST1,yellow,auto,, +UC,10153,V1,REST2,yellow,auto,, +UC,10153,V1,T1w,green,auto,2022-09-20, +UC,10201,V1,CUFF1,yellow,auto,, +UC,10201,V1,CUFF2,yellow,auto,, UC,10201,V1,DWI,green,auto,, -UC,10201,V1,REST1,red,psadil,2022-03-02,head-motion -UC,10201,V1,REST2,green,auto,, +UC,10201,V1,REST1,yellow,psadil,2022-09-09,head-motion +UC,10201,V1,REST2,yellow,auto,, UC,10201,V1,T1w,green,psadil,2022-03-02, -UC,10235,V1,CUFF1,green,auto,, -UC,10235,V1,CUFF2,green,auto,, +UC,10235,V1,CUFF1,yellow,auto,, +UC,10235,V1,CUFF2,yellow,auto,, UC,10235,V1,DWI,green,auto,, -UC,10235,V1,REST1,green,auto,, -UC,10235,V1,T1w,green,auto,2022-03-01, -UC,10237,V1,CUFF1,yellow,psadil,2022-03-02,head-motion -UC,10237,V1,CUFF2,red,psadil,2022-03-02, +UC,10235,V1,REST1,yellow,auto,, +UC,10235,V1,T1w,green,auto,2022-09-20, +UC,10237,V1,CUFF1,yellow,psadil,2022-09-09,head-motion +UC,10237,V1,CUFF2,yellow,psadil,2022-09-09, UC,10237,V1,DWI,green,auto,, -UC,10237,V1,REST1,green,auto,, -UC,10237,V1,REST2,green,auto,, -UC,10237,V1,T1w,green,auto,2022-03-01, +UC,10237,V1,REST1,yellow,auto,, +UC,10237,V1,REST2,yellow,auto,, +UC,10237,V1,T1w,green,auto,2022-09-20, UC,10237,V3,CUFF1,green,auto,, UC,10237,V3,CUFF2,green,auto,, UC,10237,V3,DWI,green,auto,, UC,10237,V3,REST1,green,auto,, -UC,10237,V3,REST2,green,auto,, -UC,10237,V3,T1w,green,auto,2022-07-19, -UC,10243,V1,CUFF1,green,psadil,2022-01-31, -UC,10243,V1,CUFF2,green,psadil,2022-01-31, +UC,10237,V3,REST2,yellow,auto,, +UC,10237,V3,T1w,green,auto,2022-09-12, +UC,10243,V1,CUFF1,green,psadil,2022-09-09, +UC,10243,V1,CUFF2,green,psadil,2022-09-09, UC,10243,V1,DWI,green,auto,, -UC,10243,V1,REST1,green,psadil,2022-03-02,"head-motion, uncategorized" -UC,10243,V1,REST2,green,psadil,2022-03-02, -UC,10243,V1,T1w,green,auto,2022-03-01, -UC,10244,V1,CUFF1,red,psadil,2022-03-02,"head-motion, wrap-around" -UC,10244,V1,CUFF2,red,psadil,2022-03-02,head-motion +UC,10243,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +UC,10243,V1,REST2,green,psadil,2022-09-09, +UC,10243,V1,T1w,green,psadil,2024-04-01, +UC,10244,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, wrap-around" +UC,10244,V1,CUFF2,red,psadil,2022-09-09,head-motion UC,10244,V1,DWI,green,auto,, -UC,10244,V1,REST1,red,psadil,2022-03-02,"head-motion, wrap-around" -UC,10244,V1,REST2,red,psadil,2022-03-02,head-motion -UC,10244,V1,T1w,green,auto,2022-03-02, -UC,10244,V3,CUFF1,green,auto,, -UC,10244,V3,CUFF2,green,auto,, +UC,10244,V1,REST1,yellow,psadil,2022-09-09,"head-motion, wrap-around" +UC,10244,V1,REST2,red,psadil,2022-09-09,head-motion +UC,10244,V1,T1w,green,auto,2022-09-20, +UC,10244,V3,CUFF1,red,auto,, +UC,10244,V3,CUFF2,yellow,auto,, UC,10244,V3,DWI,green,auto,, -UC,10244,V3,REST1,green,auto,, -UC,10244,V3,REST2,green,auto,, -UC,10244,V3,T1w,yellow,technologist,, -UC,10245,V1,T1w,yellow,auto,2022-07-12, +UC,10244,V3,REST1,yellow,auto,, +UC,10244,V3,REST2,yellow,auto,, +UC,10244,V3,T1w,yellow,psadil,2023-08-14,head-motion +UC,10245,V1,T1w,yellow,auto,2022-09-20, UC,10286,V1,DWI,red,auto,, UC,10286,V1,T1w,green,psadil,2022-06-27, +UC,10291,V1,DWI,green,auto,, +UC,10291,V1,REST1,red,auto,, +UC,10291,V1,T1w,yellow,auto,2022-12-14, +UC,10291,V3,DWI,green,auto,, +UC,10291,V3,REST1,yellow,auto,, +UC,10291,V3,T1w,yellow,auto,2023-04-20, UC,10307,V1,CUFF1,green,auto,, UC,10307,V1,CUFF2,green,auto,, UC,10307,V1,DWI,green,auto,, UC,10307,V1,REST1,green,auto,, UC,10307,V1,REST2,green,auto,, -UC,10307,V1,T1w,yellow,auto,2022-04-01, +UC,10307,V1,T1w,yellow,auto,2022-09-20, UC,10307,V3,CUFF1,green,auto,, UC,10307,V3,CUFF2,green,auto,, UC,10307,V3,DWI,green,auto,, -UC,10307,V3,REST1,green,auto,, -UC,10307,V3,REST2,green,auto,, -UC,10307,V3,T1w,green,auto,2022-07-19, +UC,10307,V3,REST1,yellow,auto,, +UC,10307,V3,REST2,yellow,auto,, +UC,10307,V3,T1w,yellow,auto,2022-09-20, UC,10308,V1,CUFF1,green,auto,, UC,10308,V1,CUFF2,green,auto,, UC,10308,V1,DWI,green,auto,, @@ -1210,63 +2672,68 @@ UC,10308,V3,CUFF2,green,auto,, UC,10308,V3,DWI,green,auto,, UC,10308,V3,REST1,green,auto,, UC,10308,V3,REST2,green,auto,, -UC,10308,V3,T1w,green,auto,2022-08-23, +UC,10308,V3,T1w,green,auto,2022-09-20, UC,10315,V3,DWI,green,auto,, UC,10315,V3,REST1,green,auto,, -UC,10315,V3,T1w,green,auto,2022-07-12, -UC,10321,V1,CUFF1,red,psadil,2022-03-29,"head-motion, uncategorized" -UC,10321,V1,CUFF2,red,psadil,2022-03-29,"head-motion, uncategorized" +UC,10315,V3,T1w,green,auto,2022-09-20, +UC,10321,V1,CUFF1,red,psadil,2022-09-09,"head-motion, uncategorized" +UC,10321,V1,CUFF2,red,psadil,2022-09-09,"head-motion, uncategorized" UC,10321,V1,DWI,green,auto,, -UC,10321,V1,REST1,red,psadil,2022-03-29,"head-motion, uncategorized" -UC,10321,V1,REST2,yellow,psadil,2022-03-29,"head-motion, uncategorized" -UC,10321,V1,T1w,yellow,auto,2022-04-01, +UC,10321,V1,REST1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UC,10321,V1,REST2,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UC,10321,V1,T1w,yellow,auto,2022-09-20, UC,10325,V1,CUFF1,green,auto,, -UC,10325,V1,CUFF2,yellow,psadil,2022-05-03,"head-motion, uncategorized" +UC,10325,V1,CUFF2,yellow,psadil,2022-09-09,"head-motion, uncategorized" UC,10325,V1,DWI,green,auto,, UC,10325,V1,REST1,green,auto,, -UC,10325,V1,REST2,green,auto,, -UC,10325,V1,T1w,green,auto,2022-05-25, -UC,10327,V1,CUFF1,red,psadil,2022-07-19,"head-motion, uncategorized" -UC,10327,V1,CUFF2,red,psadil,2022-07-19,"head-motion, uncategorized" -UC,10327,V1,REST1,red,psadil,2022-07-19,"head-motion, uncategorized" -UC,10327,V1,REST2,red,psadil,2022-07-19,"head-motion, uncategorized" +UC,10325,V1,REST2,yellow,auto,, +UC,10325,V1,T1w,green,auto,2022-09-20, +UC,10327,V1,CUFF1,red,psadil,2022-09-09,"head-motion, uncategorized" +UC,10327,V1,CUFF2,red,psadil,2022-09-09,"head-motion, uncategorized" +UC,10327,V1,REST1,red,psadil,2022-09-09,"head-motion, uncategorized" +UC,10327,V1,REST2,red,psadil,2022-09-09,"head-motion, uncategorized" UC,10327,V1,T1w,green,psadil,2022-06-27,uncategorized UC,10329,V1,DWI,red,auto,, UC,10329,V1,T1w,green,psadil,2022-06-27,head-motion UC,10331,V1,CUFF1,green,auto,, UC,10331,V1,CUFF2,green,auto,, UC,10331,V1,DWI,green,auto,, -UC,10331,V1,REST1,green,auto,, -UC,10331,V1,REST2,green,auto,, +UC,10331,V1,REST1,yellow,auto,, +UC,10331,V1,REST2,yellow,auto,, UC,10331,V1,T1w,yellow,psadil,2022-04-29,head-motion -UC,10331,V3,CUFF1,green,auto,, -UC,10331,V3,CUFF2,green,auto,, +UC,10331,V3,CUFF1,yellow,auto,, +UC,10331,V3,CUFF2,yellow,auto,, UC,10331,V3,DWI,green,auto,, -UC,10331,V3,REST1,green,auto,, -UC,10331,V3,REST2,green,auto,, +UC,10331,V3,REST1,yellow,auto,, +UC,10331,V3,REST2,yellow,auto,, UC,10331,V3,T1w,green,psadil,2022-08-30,noise-global -UC,10332,V1,CUFF1,yellow,psadil,2022-05-03,"head-motion, uncategorized" -UC,10332,V1,CUFF2,yellow,psadil,2022-05-03,"head-motion, uncategorized" +UC,10332,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UC,10332,V1,CUFF2,yellow,psadil,2022-09-09,"head-motion, uncategorized" UC,10332,V1,DWI,green,auto,, -UC,10332,V1,REST1,yellow,psadil,2022-05-03,"head-motion, uncategorized" -UC,10332,V1,REST2,yellow,psadil,2022-05-03,"head-motion, uncategorized" +UC,10332,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +UC,10332,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" UC,10332,V1,T1w,green,psadil,2022-05-06,postprocessing -UC,10335,V1,CUFF1,green,auto,, -UC,10335,V1,CUFF2,green,auto,, +UC,10332,V3,CUFF1,green,auto,, +UC,10332,V3,CUFF2,green,auto,, +UC,10332,V3,DWI,green,auto,, +UC,10332,V3,REST1,green,auto,, +UC,10332,V3,T1w,yellow,auto,2022-10-06, +UC,10335,V1,CUFF1,red,auto,, +UC,10335,V1,CUFF2,yellow,auto,, UC,10335,V1,DWI,green,auto,, -UC,10335,V1,REST1,green,auto,, -UC,10335,V1,REST2,green,auto,, -UC,10335,V1,T1w,green,auto,2022-05-25, -UC,10335,V3,CUFF1,green,auto,, +UC,10335,V1,REST1,red,auto,, +UC,10335,V1,REST2,yellow,auto,, +UC,10335,V1,T1w,green,auto,2022-09-20, +UC,10335,V3,CUFF1,yellow,auto,, UC,10335,V3,DWI,green,auto,, -UC,10335,V3,REST1,green,auto,, -UC,10335,V3,REST2,green,auto,, -UC,10335,V3,T1w,yellow,technologist,, -UC,10341,V1,CUFF1,yellow,psadil,2022-07-19,"head-motion, uncategorized" +UC,10335,V3,REST1,yellow,auto,, +UC,10335,V3,REST2,yellow,auto,, +UC,10335,V3,T1w,yellow,psadil,2023-08-14,head-motion +UC,10341,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" UC,10341,V1,CUFF2,green,auto,, UC,10341,V1,DWI,green,auto,, -UC,10341,V1,REST1,yellow,psadil,2022-07-19,"head-motion, uncategorized" -UC,10341,V1,REST2,yellow,psadil,2022-07-19,"head-motion, uncategorized" +UC,10341,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +UC,10341,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" UC,10341,V1,T1w,green,psadil,2022-05-26, UC,10341,V3,CUFF1,green,auto,, UC,10341,V3,CUFF2,green,auto,, @@ -1274,91 +2741,788 @@ UC,10341,V3,DWI,green,auto,, UC,10341,V3,REST1,green,auto,, UC,10341,V3,REST2,green,auto,, UC,10341,V3,T1w,green,psadil,2022-08-22, -UC,10350,V1,CUFF1,green,auto,, -UC,10350,V1,CUFF2,green,auto,, +UC,10350,V1,CUFF1,yellow,auto,, +UC,10350,V1,CUFF2,yellow,auto,, UC,10350,V1,DWI,green,auto,, -UC,10350,V1,REST1,green,auto,, -UC,10350,V1,REST2,green,auto,, -UC,10350,V1,T1w,green,psadil,2022-04-29,noise-global -UC,10350,V3,CUFF1,green,auto,, -UC,10350,V3,CUFF2,green,auto,, +UC,10350,V1,REST1,yellow,auto,, +UC,10350,V1,REST2,yellow,auto,, +UC,10350,V1,T1w,yellow,psadil,2024-04-01,"head-motion, noise-global, uncategorized" +UC,10350,V3,CUFF1,yellow,auto,, +UC,10350,V3,CUFF2,yellow,auto,, UC,10350,V3,DWI,green,auto,, -UC,10350,V3,REST1,green,auto,, -UC,10350,V3,T1w,green,technologist,, +UC,10350,V3,REST1,yellow,auto,, +UC,10350,V3,T1w,green,auto,2022-09-20, UC,10354,V1,CUFF1,green,auto,, UC,10354,V1,CUFF2,green,auto,, UC,10354,V1,DWI,green,auto,, -UC,10354,V1,REST1,green,auto,, -UC,10354,V1,REST2,green,auto,, -UC,10354,V1,T1w,green,auto,2022-05-24, -UC,10356,V1,CUFF1,green,auto,, -UC,10356,V1,CUFF2,green,auto,, +UC,10354,V1,REST1,yellow,auto,, +UC,10354,V1,REST2,yellow,auto,, +UC,10354,V1,T1w,green,auto,2022-09-20, +UC,10356,V1,CUFF1,yellow,auto,, +UC,10356,V1,CUFF2,yellow,auto,, UC,10356,V1,DWI,green,auto,, -UC,10356,V1,REST1,green,auto,, -UC,10356,V1,REST2,green,auto,, -UC,10356,V1,T1w,green,technologist,, +UC,10356,V1,REST1,yellow,auto,, +UC,10356,V1,REST2,yellow,auto,, +UC,10356,V1,T1w,green,auto,2022-09-20, UC,10360,V1,CUFF1,green,auto,, UC,10360,V1,CUFF2,green,auto,, UC,10360,V1,DWI,green,auto,, -UC,10360,V1,REST1,green,auto,, -UC,10360,V1,T1w,green,auto,2022-05-24, -UC,10363,V1,CUFF1,red,psadil,2022-05-09,"head-motion, wrap-around, uncategorized" -UC,10363,V1,CUFF2,red,psadil,2022-05-09,"head-motion, wrap-around, uncategorized" +UC,10360,V1,REST1,yellow,auto,, +UC,10360,V1,T1w,green,auto,2022-09-20, +UC,10363,V1,CUFF1,red,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +UC,10363,V1,CUFF2,red,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" UC,10363,V1,DWI,green,auto,, -UC,10363,V1,REST1,red,psadil,2022-05-09,"head-motion, wrap-around, uncategorized" -UC,10363,V1,T1w,yellow,psadil,2022-05-06,"head-motion, noise-global, postprocessing" +UC,10363,V1,REST1,red,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +UC,10363,V1,T1w,yellow,psadil,2023-08-14,head-motion UC,10372,V1,CUFF1,green,auto,, UC,10372,V1,CUFF2,green,auto,, UC,10372,V1,DWI,green,auto,, -UC,10372,V1,REST1,green,auto,, -UC,10372,V1,REST2,green,auto,, -UC,10372,V1,T1w,yellow,auto,2022-07-12, +UC,10372,V1,REST1,yellow,auto,, +UC,10372,V1,REST2,yellow,auto,, +UC,10372,V1,T1w,yellow,auto,2022-09-20, UC,10392,V1,CUFF1,green,auto,, UC,10392,V1,CUFF2,green,auto,, UC,10392,V1,DWI,green,auto,, UC,10392,V1,REST1,green,auto,, UC,10392,V1,REST2,green,auto,, -UC,10392,V1,T1w,green,auto,2022-08-23, -UC,10393,V1,CUFF1,green,auto,, -UC,10393,V1,CUFF2,green,auto,, +UC,10392,V1,T1w,green,auto,2022-09-20, +UC,10392,V3,CUFF1,green,auto,, +UC,10392,V3,CUFF2,green,auto,, +UC,10392,V3,DWI,green,auto,, +UC,10392,V3,REST1,green,auto,, +UC,10392,V3,REST2,green,auto,, +UC,10392,V3,T1w,green,psadil,2023-09-06, +UC,10393,V1,CUFF1,red,auto,, +UC,10393,V1,CUFF2,yellow,auto,, UC,10393,V1,DWI,green,auto,, -UC,10393,V1,REST1,green,auto,, -UC,10393,V1,REST2,green,auto,, -UC,10393,V1,T1w,green,auto,2022-08-23, -UC,10411,V1,CUFF1,green,auto,, -UC,10411,V1,CUFF2,green,auto,, +UC,10393,V1,REST1,red,auto,, +UC,10393,V1,REST2,yellow,auto,, +UC,10393,V1,T1w,yellow,auto,2022-09-20, +UC,10411,V1,CUFF1,red,auto,, +UC,10411,V1,CUFF2,red,auto,, UC,10411,V1,DWI,green,auto,, -UC,10411,V1,REST1,green,auto,, -UC,10411,V1,REST2,green,auto,, +UC,10411,V1,REST1,red,auto,, +UC,10411,V1,REST2,red,auto,, UC,10411,V1,T1w,green,psadil,2022-08-05, +UC,10411,V3,CUFF1,yellow,auto,, +UC,10411,V3,DWI,green,auto,, +UC,10411,V3,REST1,yellow,auto,, +UC,10411,V3,REST2,yellow,auto,, +UC,10411,V3,T1w,green,psadil,2023-09-06, UC,10413,V1,CUFF1,green,auto,, -UC,10413,V1,CUFF2,green,psadil,2022-08-05,"head-motion, wrap-around, uncategorized" +UC,10413,V1,CUFF2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" UC,10413,V1,DWI,green,auto,, UC,10413,V1,REST1,green,auto,, -UC,10413,V1,REST2,green,psadil,2022-08-05,"wrap-around, uncategorized" +UC,10413,V1,REST2,green,psadil,2022-09-09,"wrap-around, uncategorized" UC,10413,V1,T1w,green,psadil,2022-08-05, +UC,10413,V3,CUFF1,green,auto,, +UC,10413,V3,CUFF2,green,auto,, +UC,10413,V3,DWI,green,auto,, +UC,10413,V3,REST1,green,auto,, +UC,10413,V3,REST2,green,auto,, +UC,10413,V3,T1w,green,auto,2022-11-10, UC,10416,V1,CUFF1,green,auto,, UC,10416,V1,DWI,green,auto,, -UC,10416,V1,REST1,green,auto,, -UC,10416,V1,T1w,green,auto,2022-07-12, +UC,10416,V1,REST1,yellow,auto,, +UC,10416,V1,T1w,green,psadil,2023-09-06, +UC,10423,V1,DWI,green,auto,, +UC,10423,V1,T1w,green,auto,2022-09-14, UC,10424,V1,CUFF1,green,auto,, UC,10424,V1,CUFF2,green,auto,, UC,10424,V1,DWI,green,auto,, UC,10424,V1,REST1,green,auto,, UC,10424,V1,REST2,green,auto,, -UC,10424,V1,T1w,green,psadil,2022-08-05, +UC,10424,V1,T1w,green,psadil,2024-04-01, +UC,10424,V3,CUFF1,green,auto,, +UC,10424,V3,CUFF2,green,auto,, +UC,10424,V3,DWI,green,auto,, +UC,10424,V3,REST1,green,auto,, +UC,10424,V3,REST2,green,auto,, +UC,10424,V3,T1w,green,auto,2022-12-13, UC,10425,V1,CUFF1,green,auto,, UC,10425,V1,CUFF2,green,auto,, UC,10425,V1,DWI,green,auto,, UC,10425,V1,REST1,green,auto,, UC,10425,V1,REST2,green,auto,, UC,10425,V1,T1w,green,psadil,2022-08-22, -UC,10443,V1,CUFF1,green,auto,, -UC,10443,V1,CUFF2,green,auto,, +UC,10436,V3,CUFF1,green,auto,, +UC,10436,V3,CUFF2,green,auto,, +UC,10436,V3,DWI,green,auto,, +UC,10436,V3,REST1,yellow,auto,, +UC,10436,V3,REST2,yellow,auto,, +UC,10436,V3,T1w,green,auto,2022-12-22, +UC,10439,V1,CUFF1,yellow,auto,, +UC,10439,V1,CUFF2,yellow,auto,, +UC,10439,V1,DWI,green,auto,, +UC,10439,V1,REST1,yellow,auto,, +UC,10439,V1,REST2,yellow,auto,, +UC,10439,V1,T1w,green,auto,2022-09-08, +UC,10442,V1,CUFF1,yellow,auto,, +UC,10442,V1,DWI,green,auto,, +UC,10442,V1,REST1,yellow,auto,, +UC,10442,V1,T1w,green,auto,2022-12-13, +UC,10443,V1,CUFF1,yellow,auto,, +UC,10443,V1,CUFF2,yellow,auto,, UC,10443,V1,DWI,green,auto,, -UC,10443,V1,REST1,green,auto,, -UC,10443,V1,REST2,green,auto,, -UC,10443,V1,T1w,green,technologist,, +UC,10443,V1,REST1,yellow,auto,, +UC,10443,V1,REST2,yellow,auto,, +UC,10443,V1,T1w,green,auto,2022-09-20, +UC,10462,V1,DWI,red,auto,, +UC,10462,V1,T1w,green,auto,2022-12-23, +UC,10478,V1,CUFF1,yellow,auto,, +UC,10478,V1,CUFF2,yellow,auto,, +UC,10478,V1,DWI,green,auto,, +UC,10478,V1,REST1,red,auto,, +UC,10478,V1,REST2,yellow,auto,, +UC,10478,V1,T1w,yellow,auto,2022-09-29, +UC,10483,V1,CUFF1,green,auto,, +UC,10483,V1,DWI,green,auto,, +UC,10483,V1,REST1,green,auto,, +UC,10483,V1,T1w,green,auto,2022-10-30, +UC,10483,V3,DWI,green,auto,, +UC,10483,V3,REST1,green,auto,, +UC,10483,V3,T1w,green,auto,2023-02-20, +UC,10487,V1,CUFF1,green,auto,, +UC,10487,V1,DWI,green,auto,, +UC,10487,V1,REST1,yellow,auto,, +UC,10487,V1,REST2,yellow,auto,, +UC,10487,V1,T1w,green,auto,2022-10-20, +UC,10487,V3,DWI,green,auto,, +UC,10487,V3,REST1,green,auto,, +UC,10487,V3,T1w,yellow,auto,2023-03-09, +UC,10498,V1,DWI,green,auto,, +UC,10498,V1,REST1,yellow,auto,, +UC,10498,V1,T1w,green,auto,2023-01-10, +UC,10498,V3,CUFF1,green,auto,, +UC,10498,V3,CUFF2,green,auto,, +UC,10498,V3,DWI,green,auto,, +UC,10498,V3,REST1,yellow,auto,, +UC,10498,V3,REST2,yellow,auto,, +UC,10498,V3,T1w,green,psadil,2023-09-06,head-motion +UC,10506,V1,CUFF1,green,auto,, +UC,10506,V1,CUFF2,green,auto,, +UC,10506,V1,DWI,green,auto,, +UC,10506,V1,REST1,yellow,auto,, +UC,10506,V1,REST2,green,auto,, +UC,10506,V1,T1w,green,auto,2022-10-30, +UC,10506,V3,CUFF1,green,auto,, +UC,10506,V3,CUFF2,green,auto,, +UC,10506,V3,DWI,green,auto,, +UC,10506,V3,REST1,yellow,auto,, +UC,10506,V3,REST2,green,auto,, +UC,10506,V3,T1w,green,auto,2023-03-19, +UC,10511,V1,CUFF1,green,auto,, +UC,10511,V1,CUFF2,green,auto,, +UC,10511,V1,DWI,green,auto,, +UC,10511,V1,REST1,green,auto,, +UC,10511,V1,REST2,green,auto,, +UC,10511,V1,T1w,green,auto,2023-01-06, +UC,10513,V1,CUFF1,yellow,auto,, +UC,10513,V1,CUFF2,red,auto,, +UC,10513,V1,DWI,green,auto,, +UC,10513,V1,REST1,green,auto,, +UC,10513,V1,REST2,yellow,auto,, +UC,10513,V1,T1w,green,psadil,2023-09-06, +UC,10513,V3,CUFF1,yellow,auto,, +UC,10513,V3,DWI,green,auto,, +UC,10513,V3,REST1,yellow,auto,, +UC,10513,V3,REST2,yellow,auto,, +UC,10513,V3,T1w,green,auto,2023-03-20, +UC,10518,V3,CUFF1,green,auto,, +UC,10518,V3,DWI,green,auto,, +UC,10518,V3,REST1,green,auto,, +UC,10518,V3,REST2,green,auto,, +UC,10518,V3,T1w,yellow,auto,2023-03-27, +UC,10538,V1,DWI,green,auto,, +UC,10538,V1,T1w,yellow,psadil,2023-10-25,head-motion +UC,10538,V3,DWI,green,auto,, +UC,10538,V3,REST1,yellow,auto,, +UC,10538,V3,T1w,yellow,auto,2023-05-11, +UC,10539,V1,DWI,green,auto,, +UC,10539,V1,REST1,green,auto,, +UC,10539,V1,T1w,green,auto,2023-01-23, +UC,10553,V1,T1w,red,psadil,2023-10-25,head-motion +UC,10591,V1,CUFF1,green,auto,, +UC,10591,V1,CUFF2,green,auto,, +UC,10591,V1,DWI,green,auto,, +UC,10591,V1,REST1,green,auto,, +UC,10591,V1,REST2,green,auto,, +UC,10591,V1,T1w,green,auto,2023-02-08, +UC,10591,V3,CUFF1,green,auto,, +UC,10591,V3,CUFF2,green,auto,, +UC,10591,V3,DWI,green,auto,, +UC,10591,V3,REST1,green,auto,, +UC,10591,V3,REST2,green,auto,, +UC,10591,V3,T1w,green,auto,2023-05-30, +UC,10592,V1,DWI,green,auto,, +UC,10592,V1,REST1,yellow,auto,, +UC,10592,V1,T1w,green,auto,2023-02-17, +UC,10592,V3,CUFF1,green,auto,, +UC,10592,V3,CUFF2,green,auto,, +UC,10592,V3,DWI,green,auto,, +UC,10592,V3,REST1,yellow,auto,, +UC,10592,V3,REST2,yellow,auto,, +UC,10592,V3,T1w,green,auto,2023-06-05, +UC,10595,V3,DWI,green,auto,, +UC,10595,V3,REST1,yellow,auto,, +UC,10595,V3,T1w,green,auto,2023-06-05, +UC,10598,V1,DWI,green,auto,, +UC,10598,V1,REST1,green,auto,, +UC,10598,V1,T1w,green,auto,2023-02-17, +UC,10598,V3,CUFF1,green,auto,, +UC,10598,V3,CUFF2,green,auto,, +UC,10598,V3,DWI,red,auto,, +UC,10598,V3,REST1,green,auto,, +UC,10598,V3,REST2,green,auto,, +UC,10598,V3,T1w,green,auto,2023-07-21, +UC,10601,V1,CUFF1,green,auto,, +UC,10601,V1,CUFF2,green,auto,, +UC,10601,V1,DWI,green,auto,, +UC,10601,V1,REST1,green,auto,, +UC,10601,V1,REST2,green,auto,, +UC,10601,V1,T1w,green,psadil,2023-09-06, +UC,10603,V1,DWI,green,auto,, +UC,10603,V1,REST1,yellow,auto,, +UC,10603,V1,T1w,yellow,auto,2023-02-20, +UC,10605,V1,CUFF1,green,auto,, +UC,10605,V1,CUFF2,green,auto,, +UC,10605,V1,DWI,green,auto,, +UC,10605,V1,REST1,green,auto,, +UC,10605,V1,REST2,green,auto,, +UC,10605,V1,T1w,yellow,psadil,2023-09-06,head-motion +UC,10606,V1,CUFF1,red,auto,, +UC,10606,V1,DWI,green,auto,, +UC,10606,V1,REST1,yellow,auto,, +UC,10606,V1,REST2,yellow,auto,, +UC,10606,V1,T1w,yellow,auto,2023-02-13, +UC,10607,V1,CUFF1,green,auto,, +UC,10607,V1,CUFF2,yellow,auto,, +UC,10607,V1,DWI,green,auto,, +UC,10607,V1,REST1,green,auto,, +UC,10607,V1,REST2,yellow,auto,, +UC,10607,V1,T1w,green,auto,2023-02-21, +UC,10607,V3,CUFF1,yellow,auto,, +UC,10607,V3,CUFF2,yellow,auto,, +UC,10607,V3,DWI,green,auto,, +UC,10607,V3,REST1,yellow,auto,, +UC,10607,V3,REST2,yellow,auto,, +UC,10607,V3,T1w,green,auto,2023-06-07, +UC,10610,V1,CUFF1,green,auto,, +UC,10610,V1,CUFF2,green,auto,, +UC,10610,V1,DWI,green,auto,, +UC,10610,V1,REST1,yellow,auto,, +UC,10610,V1,REST2,yellow,auto,, +UC,10610,V1,T1w,yellow,auto,2023-02-22, +UC,10610,V3,CUFF1,green,auto,, +UC,10610,V3,CUFF2,green,auto,, +UC,10610,V3,DWI,green,auto,, +UC,10610,V3,REST1,green,auto,, +UC,10610,V3,REST2,green,auto,, +UC,10610,V3,T1w,yellow,auto,2023-07-07, +UC,10614,V1,DWI,green,auto,, +UC,10614,V1,REST1,green,auto,, +UC,10614,V1,T1w,green,auto,2023-03-04, +UC,10614,V3,DWI,green,auto,, +UC,10614,V3,REST1,green,auto,, +UC,10614,V3,T1w,yellow,auto,2023-06-16, +UC,10636,V1,CUFF1,green,auto,, +UC,10636,V1,CUFF2,yellow,auto,, +UC,10636,V1,DWI,green,auto,, +UC,10636,V1,REST1,yellow,auto,, +UC,10636,V1,REST2,yellow,auto,, +UC,10636,V1,T1w,yellow,psadil,2023-09-06,"head-motion, uncategorized" +UC,10637,V1,CUFF1,green,auto,, +UC,10637,V1,CUFF2,yellow,auto,, +UC,10637,V1,DWI,green,auto,, +UC,10637,V1,REST1,yellow,auto,, +UC,10637,V1,REST2,yellow,auto,, +UC,10637,V1,T1w,green,auto,2023-04-17, +UC,10637,V3,DWI,green,auto,, +UC,10637,V3,REST1,green,auto,, +UC,10637,V3,T1w,green,auto,2023-07-21, +UC,10643,V1,CUFF1,green,auto,, +UC,10643,V1,CUFF2,green,auto,, +UC,10643,V1,DWI,green,auto,, +UC,10643,V1,REST1,yellow,auto,, +UC,10643,V1,REST2,yellow,auto,, +UC,10643,V1,T1w,green,psadil,2023-09-06,head-motion +UC,10643,V3,CUFF1,green,auto,, +UC,10643,V3,CUFF2,green,auto,, +UC,10643,V3,DWI,green,auto,, +UC,10643,V3,REST1,yellow,auto,, +UC,10643,V3,REST2,green,auto,, +UC,10643,V3,T1w,green,auto,2023-07-11, +UC,10645,V1,DWI,green,auto,, +UC,10645,V1,T1w,green,auto,2023-07-07, +UC,10645,V3,DWI,green,auto,, +UC,10645,V3,REST1,yellow,auto,, +UC,10645,V3,T1w,green,auto,2023-07-13, +UC,10656,V1,DWI,green,auto,, +UC,10656,V1,REST1,yellow,auto,, +UC,10656,V1,T1w,yellow,auto,2023-05-10, +UC,10656,V3,DWI,green,auto,, +UC,10656,V3,REST1,yellow,auto,, +UC,10656,V3,T1w,yellow,auto,2023-08-30, +UC,10657,V1,DWI,green,auto,, +UC,10657,V1,REST1,green,auto,, +UC,10657,V1,T1w,green,auto,2023-04-29, +UC,10658,V1,CUFF1,green,auto,, +UC,10658,V1,CUFF2,green,auto,, +UC,10658,V1,DWI,green,auto,, +UC,10658,V1,REST1,yellow,auto,, +UC,10658,V1,REST2,yellow,auto,, +UC,10658,V1,T1w,yellow,auto,2023-04-17, +UC,10658,V3,CUFF1,yellow,auto,, +UC,10658,V3,CUFF2,yellow,auto,, +UC,10658,V3,DWI,green,auto,, +UC,10658,V3,REST1,green,auto,, +UC,10658,V3,REST2,green,auto,, +UC,10658,V3,T1w,yellow,auto,2023-07-14, +UC,10663,V1,CUFF1,green,auto,, +UC,10663,V1,CUFF2,green,auto,, +UC,10663,V1,DWI,green,auto,, +UC,10663,V1,REST1,green,auto,, +UC,10663,V1,REST2,green,auto,, +UC,10663,V1,T1w,green,auto,2023-07-07, +UC,10663,V3,CUFF1,green,auto,, +UC,10663,V3,CUFF2,green,auto,, +UC,10663,V3,DWI,green,auto,, +UC,10663,V3,REST1,green,auto,, +UC,10663,V3,REST2,green,auto,, +UC,10663,V3,T1w,green,auto,2023-11-10, +UC,10665,V3,DWI,green,auto,, +UC,10665,V3,REST1,yellow,auto,, +UC,10665,V3,T1w,yellow,auto,2023-09-29, +UC,10670,V1,CUFF1,green,auto,, +UC,10670,V1,DWI,green,auto,, +UC,10670,V1,REST1,yellow,auto,, +UC,10670,V1,T1w,green,auto,2023-07-07, +UC,10670,V3,CUFF1,green,auto,, +UC,10670,V3,CUFF2,green,auto,, +UC,10670,V3,DWI,green,auto,, +UC,10670,V3,REST1,yellow,auto,, +UC,10670,V3,REST2,yellow,auto,, +UC,10670,V3,T1w,yellow,auto,2023-08-25, +UC,10680,V3,CUFF1,green,auto,, +UC,10680,V3,CUFF2,green,auto,, +UC,10680,V3,DWI,green,auto,, +UC,10680,V3,REST1,green,auto,, +UC,10680,V3,REST2,green,auto,, +UC,10680,V3,T1w,green,auto,2023-07-27, +UC,10685,V1,DWI,green,auto,, +UC,10685,V1,REST1,yellow,auto,, +UC,10685,V1,T1w,yellow,technologist,, +UC,10685,V3,DWI,green,auto,, +UC,10685,V3,REST1,yellow,auto,, +UC,10685,V3,T1w,green,auto,2023-09-12, +UC,10696,V1,CUFF1,green,auto,, +UC,10696,V1,CUFF2,green,auto,, +UC,10696,V1,DWI,green,auto,, +UC,10696,V1,REST1,yellow,auto,, +UC,10696,V1,REST2,yellow,auto,, +UC,10696,V1,T1w,green,psadil,2023-09-06,head-motion +UC,10696,V3,CUFF1,yellow,auto,, +UC,10696,V3,CUFF2,yellow,auto,, +UC,10696,V3,DWI,green,auto,, +UC,10696,V3,REST1,yellow,auto,, +UC,10696,V3,REST2,yellow,auto,, +UC,10696,V3,T1w,yellow,auto,2023-10-09, +UC,10699,V3,CUFF1,yellow,auto,, +UC,10699,V3,CUFF2,yellow,auto,, +UC,10699,V3,DWI,green,auto,, +UC,10699,V3,REST1,yellow,auto,, +UC,10699,V3,REST2,yellow,auto,, +UC,10699,V3,T1w,green,psadil,2024-04-01,noise-global +UC,10703,V1,CUFF1,green,auto,, +UC,10703,V1,CUFF2,green,auto,, +UC,10703,V1,DWI,green,auto,, +UC,10703,V1,REST1,green,auto,, +UC,10703,V1,REST2,green,auto,, +UC,10703,V1,T1w,green,psadil,2023-09-06, +UC,10706,V1,DWI,green,auto,, +UC,10706,V1,REST1,yellow,auto,, +UC,10706,V1,T1w,green,auto,2023-06-22, +UC,10714,V1,DWI,green,auto,, +UC,10714,V1,REST1,yellow,auto,, +UC,10714,V1,T1w,green,auto,2023-07-25, +UC,10714,V3,CUFF1,green,auto,, +UC,10714,V3,CUFF2,yellow,auto,, +UC,10714,V3,DWI,green,auto,, +UC,10714,V3,REST1,yellow,auto,, +UC,10714,V3,REST2,yellow,auto,, +UC,10714,V3,T1w,green,auto,2023-10-29, +UC,10732,V1,CUFF1,green,auto,, +UC,10732,V1,CUFF2,green,auto,, +UC,10732,V1,DWI,green,auto,, +UC,10732,V1,REST1,green,auto,, +UC,10732,V1,REST2,green,auto,, +UC,10732,V1,T1w,yellow,auto,2024-02-28, +UC,10738,V1,DWI,green,auto,, +UC,10738,V1,REST1,green,auto,, +UC,10738,V1,T1w,green,auto,2023-11-11, +UC,10738,V3,DWI,green,auto,, +UC,10738,V3,REST1,green,auto,, +UC,10738,V3,T1w,green,auto,2023-10-18, +UC,10745,V1,CUFF1,green,auto,, +UC,10745,V1,CUFF2,green,auto,, +UC,10745,V1,DWI,green,auto,, +UC,10745,V1,REST1,yellow,auto,, +UC,10745,V1,REST2,yellow,auto,, +UC,10745,V1,T1w,green,psadil,2023-09-06,head-motion +UC,10756,V1,DWI,green,auto,, +UC,10756,V1,REST1,yellow,auto,, +UC,10756,V1,T1w,yellow,auto,2023-08-31, +UC,10756,V3,DWI,green,auto,, +UC,10756,V3,REST1,yellow,auto,, +UC,10756,V3,T1w,yellow,auto,2024-01-06, +UC,10757,V1,CUFF1,yellow,auto,, +UC,10757,V1,DWI,green,auto,, +UC,10757,V1,REST1,yellow,auto,, +UC,10757,V1,REST2,yellow,auto,, +UC,10757,V1,T1w,green,auto,2023-08-30, +UC,10757,V3,CUFF1,red,auto,, +UC,10757,V3,CUFF2,yellow,auto,, +UC,10757,V3,DWI,green,auto,, +UC,10757,V3,REST1,yellow,auto,, +UC,10757,V3,REST2,yellow,auto,, +UC,10757,V3,T1w,green,auto,2023-12-09, +UC,10758,V1,DWI,green,auto,, +UC,10758,V1,REST1,green,auto,, +UC,10758,V1,T1w,green,auto,2023-09-06, +UC,10758,V3,CUFF1,green,auto,, +UC,10758,V3,CUFF2,green,auto,, +UC,10758,V3,DWI,red,auto,, +UC,10758,V3,REST1,green,auto,, +UC,10758,V3,REST2,green,auto,, +UC,10758,V3,T1w,green,auto,2023-11-22, +UC,10766,V1,DWI,green,auto,, +UC,10766,V1,REST1,yellow,auto,, +UC,10766,V1,T1w,green,auto,2023-08-22, +UC,10766,V3,DWI,green,auto,, +UC,10766,V3,REST1,green,auto,, +UC,10766,V3,T1w,green,auto,2023-11-17, +UC,10775,V1,CUFF1,green,auto,, +UC,10775,V1,CUFF2,green,auto,, +UC,10775,V1,DWI,green,auto,, +UC,10775,V1,REST1,green,auto,, +UC,10775,V1,REST2,green,auto,, +UC,10775,V1,T1w,green,auto,2023-10-08, +UC,10781,V1,CUFF1,green,auto,, +UC,10781,V1,CUFF2,green,auto,, +UC,10781,V1,DWI,green,auto,, +UC,10781,V1,REST1,yellow,auto,, +UC,10781,V1,REST2,green,auto,, +UC,10781,V1,T1w,yellow,auto,2023-09-29, +UC,10781,V3,CUFF1,yellow,auto,, +UC,10781,V3,CUFF2,yellow,auto,, +UC,10781,V3,DWI,green,auto,, +UC,10781,V3,REST1,yellow,auto,, +UC,10781,V3,REST2,yellow,auto,, +UC,10781,V3,T1w,yellow,auto,2023-12-24, +UC,10785,V1,CUFF1,green,auto,, +UC,10785,V1,CUFF2,green,auto,, +UC,10785,V1,DWI,green,auto,, +UC,10785,V1,REST1,green,auto,, +UC,10785,V1,REST2,green,auto,, +UC,10785,V1,T1w,green,auto,2023-09-15, +UC,10785,V3,CUFF1,green,auto,, +UC,10785,V3,CUFF2,green,auto,, +UC,10785,V3,DWI,green,auto,, +UC,10785,V3,REST1,green,auto,, +UC,10785,V3,REST2,red,auto,, +UC,10785,V3,T1w,green,auto,2023-12-09, +UC,10789,V1,CUFF1,green,auto,, +UC,10789,V1,CUFF2,green,auto,, +UC,10789,V1,DWI,green,auto,, +UC,10789,V1,REST1,green,auto,, +UC,10789,V1,REST2,green,auto,, +UC,10789,V1,T1w,green,auto,2023-10-09, +UC,10789,V3,CUFF1,green,auto,, +UC,10789,V3,CUFF2,green,auto,, +UC,10789,V3,DWI,green,auto,, +UC,10789,V3,REST1,green,auto,, +UC,10789,V3,REST2,green,auto,, +UC,10789,V3,T1w,green,auto,2024-01-28, +UC,10792,V1,DWI,green,auto,, +UC,10792,V1,REST1,green,auto,, +UC,10792,V1,T1w,green,auto,2023-10-18, +UC,10794,V1,CUFF1,green,auto,, +UC,10794,V1,CUFF2,green,auto,, +UC,10794,V1,DWI,green,auto,, +UC,10794,V1,REST1,green,auto,, +UC,10794,V1,REST2,green,auto,, +UC,10794,V1,T1w,green,auto,2023-09-19, +UC,10794,V3,CUFF1,green,auto,, +UC,10794,V3,CUFF2,green,auto,, +UC,10794,V3,DWI,green,auto,, +UC,10794,V3,REST1,green,auto,, +UC,10794,V3,REST2,green,auto,, +UC,10794,V3,T1w,green,auto,2023-12-06, +UC,10804,V1,CUFF1,green,auto,, +UC,10804,V1,CUFF2,green,auto,, +UC,10804,V1,DWI,green,auto,, +UC,10804,V1,REST1,green,auto,, +UC,10804,V1,REST2,yellow,auto,, +UC,10804,V1,T1w,green,auto,2023-09-29, +UC,10804,V3,CUFF1,green,auto,, +UC,10804,V3,CUFF2,green,auto,, +UC,10804,V3,DWI,green,auto,, +UC,10804,V3,REST1,green,auto,, +UC,10804,V3,REST2,green,auto,, +UC,10804,V3,T1w,green,auto,2023-12-16, +UC,10805,V1,CUFF1,green,auto,, +UC,10805,V1,CUFF2,green,auto,, +UC,10805,V1,DWI,green,auto,, +UC,10805,V1,REST1,green,auto,, +UC,10805,V1,REST2,green,auto,, +UC,10805,V1,T1w,green,auto,2023-11-09, +UC,10805,V3,CUFF1,green,auto,, +UC,10805,V3,CUFF2,green,auto,, +UC,10805,V3,DWI,green,auto,, +UC,10805,V3,REST1,green,auto,, +UC,10805,V3,REST2,green,auto,, +UC,10805,V3,T1w,yellow,auto,2024-02-08, +UC,10810,V1,CUFF1,green,auto,, +UC,10810,V1,CUFF2,green,auto,, +UC,10810,V1,DWI,green,auto,, +UC,10810,V1,REST1,yellow,auto,, +UC,10810,V1,REST2,green,auto,, +UC,10810,V1,T1w,green,auto,2023-09-29, +UC,10817,V1,CUFF1,green,auto,, +UC,10817,V1,CUFF2,green,auto,, +UC,10817,V1,DWI,green,auto,, +UC,10817,V1,REST1,green,auto,, +UC,10817,V1,REST2,green,auto,, +UC,10817,V1,T1w,green,auto,2023-10-07, +UC,10817,V3,DWI,green,auto,, +UC,10817,V3,REST1,green,auto,, +UC,10817,V3,T1w,green,auto,2024-01-08, +UC,10821,V1,DWI,green,auto,, +UC,10821,V1,REST1,yellow,auto,, +UC,10821,V1,T1w,green,auto,2023-11-08, +UC,10821,V3,DWI,green,auto,, +UC,10821,V3,REST1,green,auto,, +UC,10821,V3,T1w,yellow,technologist,, +UC,10828,V1,CUFF1,green,auto,, +UC,10828,V1,CUFF2,green,auto,, +UC,10828,V1,DWI,green,auto,, +UC,10828,V1,REST1,green,auto,, +UC,10828,V1,REST2,green,auto,, +UC,10828,V1,T1w,green,auto,2023-11-12, +UC,10828,V3,CUFF1,green,auto,, +UC,10828,V3,CUFF2,green,auto,, +UC,10828,V3,DWI,green,auto,, +UC,10828,V3,REST1,green,auto,, +UC,10828,V3,REST2,green,auto,, +UC,10828,V3,T1w,green,auto,2024-03-06, +UC,10836,V1,CUFF1,green,auto,, +UC,10836,V1,CUFF2,green,auto,, +UC,10836,V1,DWI,green,auto,, +UC,10836,V1,REST1,green,auto,, +UC,10836,V1,REST2,green,auto,, +UC,10836,V1,T1w,green,auto,2023-11-08, +UC,10836,V3,CUFF1,green,auto,, +UC,10836,V3,CUFF2,green,auto,, +UC,10836,V3,DWI,green,auto,, +UC,10836,V3,REST1,green,auto,, +UC,10836,V3,REST2,green,auto,, +UC,10836,V3,T1w,green,auto,2024-01-28, +UC,10844,V1,CUFF1,green,auto,, +UC,10844,V1,CUFF2,green,auto,, +UC,10844,V1,DWI,red,auto,, +UC,10844,V1,REST1,green,auto,, +UC,10844,V1,REST2,green,auto,, +UC,10844,V1,T1w,green,auto,2024-01-06, +UC,10853,V1,DWI,green,auto,, +UC,10853,V1,REST1,green,auto,, +UC,10853,V1,T1w,green,auto,2023-11-09, +UC,10853,V3,DWI,green,auto,, +UC,10853,V3,REST1,yellow,auto,, +UC,10853,V3,T1w,green,auto,2024-02-27, +UC,10864,V1,CUFF1,green,auto,, +UC,10864,V1,CUFF2,green,auto,, +UC,10864,V1,DWI,green,auto,, +UC,10864,V1,REST1,yellow,auto,, +UC,10864,V1,REST2,green,auto,, +UC,10864,V1,T1w,green,auto,2023-11-18, +UC,10864,V3,CUFF1,green,auto,, +UC,10864,V3,CUFF2,green,auto,, +UC,10864,V3,DWI,green,auto,, +UC,10864,V3,REST1,green,auto,, +UC,10864,V3,REST2,green,auto,, +UC,10864,V3,T1w,green,auto,2024-03-08, +UC,10865,V1,CUFF1,green,auto,, +UC,10865,V1,CUFF2,green,auto,, +UC,10865,V1,DWI,green,auto,, +UC,10865,V1,REST1,yellow,auto,, +UC,10865,V1,REST2,yellow,auto,, +UC,10865,V1,T1w,green,auto,2023-11-16, +UC,10865,V3,CUFF1,green,auto,, +UC,10865,V3,CUFF2,green,auto,, +UC,10865,V3,DWI,green,auto,, +UC,10865,V3,REST1,green,auto,, +UC,10865,V3,REST2,green,auto,, +UC,10865,V3,T1w,green,auto,2024-02-04, +UC,10866,V1,DWI,green,auto,, +UC,10866,V1,REST1,green,auto,, +UC,10866,V1,T1w,green,auto,2023-12-08, +UC,10866,V3,DWI,green,auto,, +UC,10866,V3,REST1,green,auto,, +UC,10866,V3,T1w,green,auto,2024-04-05, +UC,10867,V1,DWI,green,auto,, +UC,10867,V1,T1w,yellow,technologist,, +UC,10875,V1,CUFF1,green,auto,, +UC,10875,V1,CUFF2,green,auto,, +UC,10875,V1,DWI,green,auto,, +UC,10875,V1,REST1,green,auto,, +UC,10875,V1,REST2,green,auto,, +UC,10875,V1,T1w,yellow,auto,2023-12-17, +UC,10875,V3,CUFF1,green,auto,, +UC,10875,V3,CUFF2,green,auto,, +UC,10875,V3,DWI,green,auto,, +UC,10875,V3,REST1,green,auto,, +UC,10875,V3,REST2,green,auto,, +UC,10875,V3,T1w,green,auto,2024-03-08, +UC,10878,V1,CUFF1,green,auto,, +UC,10878,V1,CUFF2,green,auto,, +UC,10878,V1,DWI,green,auto,, +UC,10878,V1,REST1,green,auto,, +UC,10878,V1,REST2,green,auto,, +UC,10878,V1,T1w,green,auto,2023-12-22, +UC,10880,V1,CUFF1,green,auto,, +UC,10880,V1,CUFF2,green,auto,, +UC,10880,V1,DWI,green,auto,, +UC,10880,V1,REST1,green,auto,, +UC,10880,V1,REST2,green,auto,, +UC,10880,V1,T1w,green,auto,2024-01-06, +UC,10885,V1,CUFF1,green,auto,, +UC,10885,V1,CUFF2,green,auto,, +UC,10885,V1,DWI,green,auto,, +UC,10885,V1,REST1,green,auto,, +UC,10885,V1,REST2,green,auto,, +UC,10885,V1,T1w,green,technologist,, +UC,10896,V1,CUFF1,green,auto,, +UC,10896,V1,CUFF2,green,auto,, +UC,10896,V1,DWI,green,auto,, +UC,10896,V1,REST1,yellow,auto,, +UC,10896,V1,REST2,yellow,auto,, +UC,10896,V1,T1w,yellow,auto,2023-12-14, +UC,10904,V1,DWI,green,auto,, +UC,10904,V1,REST1,yellow,auto,, +UC,10904,V1,T1w,green,auto,2024-01-08, +UC,10904,V3,DWI,green,auto,, +UC,10904,V3,REST1,yellow,auto,, +UC,10904,V3,T1w,green,auto,2024-04-11, +UC,10911,V1,CUFF1,green,auto,, +UC,10911,V1,CUFF2,green,auto,, +UC,10911,V1,DWI,green,auto,, +UC,10911,V1,REST1,green,auto,, +UC,10911,V1,REST2,green,auto,, +UC,10911,V1,T1w,green,auto,2024-01-15, +UC,10911,V3,CUFF1,green,auto,, +UC,10911,V3,CUFF2,green,auto,, +UC,10911,V3,DWI,green,auto,, +UC,10911,V3,REST1,green,auto,, +UC,10911,V3,REST2,green,auto,, +UC,10911,V3,T1w,green,auto,2024-04-15, +UC,10916,V1,DWI,green,auto,, +UC,10916,V1,T1w,yellow,auto,2024-01-24, +UC,10924,V1,CUFF1,green,auto,, +UC,10924,V1,CUFF2,green,auto,, +UC,10924,V1,DWI,green,auto,, +UC,10924,V1,REST1,yellow,auto,, +UC,10924,V1,REST2,yellow,auto,, +UC,10924,V1,T1w,green,auto,2024-02-27, +UC,10926,V1,CUFF1,green,auto,, +UC,10926,V1,CUFF2,green,auto,, +UC,10926,V1,DWI,green,auto,, +UC,10926,V1,REST1,green,auto,, +UC,10926,V1,REST2,green,auto,, +UC,10926,V1,T1w,yellow,auto,2024-02-27, +UC,10949,V1,CUFF1,green,auto,, +UC,10949,V1,CUFF2,green,auto,, +UC,10949,V1,DWI,green,auto,, +UC,10949,V1,REST1,green,auto,, +UC,10949,V1,REST2,green,auto,, +UC,10949,V1,T1w,green,auto,2024-03-07, +UC,10951,V1,CUFF1,yellow,auto,, +UC,10951,V1,CUFF2,yellow,auto,, +UC,10951,V1,DWI,green,auto,, +UC,10951,V1,REST1,yellow,auto,, +UC,10951,V1,REST2,yellow,auto,, +UC,10951,V1,T1w,yellow,auto,2024-03-13, +UC,10953,V1,DWI,green,auto,, +UC,10953,V1,REST1,green,auto,, +UC,10953,V1,T1w,green,auto,2024-03-13, +UC,10954,V1,CUFF1,green,auto,, +UC,10954,V1,CUFF2,green,auto,, +UC,10954,V1,DWI,green,auto,, +UC,10954,V1,REST1,green,auto,, +UC,10954,V1,REST2,green,auto,, +UC,10954,V1,T1w,green,auto,2024-03-13, +UC,10959,V1,DWI,green,auto,, +UC,10959,V1,REST1,red,auto,, +UC,10959,V1,T1w,yellow,auto,2024-04-10, +UC,15010,V1,CUFF1,green,auto,, +UC,15010,V1,CUFF2,green,auto,, +UC,15010,V1,DWI,green,auto,, +UC,15010,V1,REST1,green,auto,, +UC,15010,V1,REST2,green,auto,, +UC,15010,V1,T1w,green,auto,2023-10-25, +UC,15010,V3,CUFF1,green,auto,, +UC,15010,V3,CUFF2,green,auto,, +UC,15010,V3,DWI,green,auto,, +UC,15010,V3,REST1,green,auto,, +UC,15010,V3,REST2,green,auto,, +UC,15010,V3,T1w,green,auto,2024-01-28, +UC,15011,V1,CUFF1,green,auto,, +UC,15011,V1,CUFF2,green,auto,, +UC,15011,V1,DWI,green,auto,, +UC,15011,V1,REST1,green,auto,, +UC,15011,V1,REST2,green,auto,, +UC,15011,V1,T1w,green,auto,2023-11-11, +UC,15011,V3,CUFF1,green,auto,, +UC,15011,V3,CUFF2,green,auto,, +UC,15011,V3,DWI,green,auto,, +UC,15011,V3,REST1,green,auto,, +UC,15011,V3,REST2,green,auto,, +UC,15011,V3,T1w,green,auto,2024-02-27, +UC,15013,V1,CUFF1,green,auto,, +UC,15013,V1,CUFF2,green,auto,, +UC,15013,V1,DWI,green,auto,, +UC,15013,V1,REST1,yellow,auto,, +UC,15013,V1,REST2,yellow,auto,, +UC,15013,V1,T1w,green,auto,2023-11-12, +UC,15013,V3,CUFF1,green,auto,, +UC,15013,V3,CUFF2,green,auto,, +UC,15013,V3,DWI,green,auto,, +UC,15013,V3,REST1,green,auto,, +UC,15013,V3,REST2,green,auto,, +UC,15013,V3,T1w,green,auto,2024-03-01, +UC,15014,V1,CUFF1,green,auto,, +UC,15014,V1,CUFF2,green,auto,, +UC,15014,V1,DWI,green,auto,, +UC,15014,V1,REST1,green,auto,, +UC,15014,V1,REST2,green,auto,, +UC,15014,V1,T1w,green,auto,2023-11-25, +UC,15014,V3,CUFF1,green,auto,, +UC,15014,V3,CUFF2,green,auto,, +UC,15014,V3,DWI,green,auto,, +UC,15014,V3,REST1,green,auto,, +UC,15014,V3,REST2,green,auto,, +UC,15014,V3,T1w,green,auto,2024-03-06, +UC,15018,V1,DWI,green,auto,, +UC,15018,V1,REST1,green,auto,, +UC,15018,V1,T1w,green,auto,2024-01-15, +UC,15018,V3,DWI,green,auto,, +UC,15018,V3,REST1,green,auto,, +UC,15018,V3,T1w,green,auto,2024-04-15, +UC,15019,V1,CUFF1,yellow,auto,, +UC,15019,V1,CUFF2,green,auto,, +UC,15019,V1,DWI,green,auto,, +UC,15019,V1,REST1,yellow,auto,, +UC,15019,V1,REST2,yellow,auto,, +UC,15019,V1,T1w,green,auto,2024-01-15, UI,10003,V1,CUFF1,green,auto,, UI,10003,V1,DWI,green,auto,, UI,10003,V1,REST1,green,auto,, @@ -1373,85 +3537,85 @@ UI,10005,V1,T1w,yellow,psadil,2022-03-02,head-motion UI,10008,V1,CUFF1,green,auto,, UI,10008,V1,DWI,green,auto,, UI,10008,V1,REST1,green,auto,, -UI,10008,V1,REST2,yellow,psadil,2022-03-02,head-motion -UI,10008,V1,T1w,green,auto,2022-03-01, -UI,10008,V3,CUFF1,yellow,psadil,2022-03-02,"head-motion, field-variation" +UI,10008,V1,REST2,green,psadil,2022-09-09,head-motion +UI,10008,V1,T1w,green,auto,2022-09-20, +UI,10008,V3,CUFF1,green,psadil,2022-09-09,"head-motion, field-variation" UI,10008,V3,DWI,green,auto,, UI,10008,V3,REST1,green,auto,, -UI,10008,V3,REST2,yellow,psadil,2022-03-02,head-motion +UI,10008,V3,REST2,yellow,psadil,2022-09-09,head-motion UI,10008,V3,T1w,green,psadil,2022-03-02,postprocessing -UI,10009,V1,T1w,green,auto,2022-03-01, -UI,10010,V1,CUFF1,green,auto,, -UI,10010,V1,CUFF2,green,auto,, +UI,10009,V1,T1w,green,auto,2022-09-20, +UI,10010,V1,CUFF1,yellow,auto,, +UI,10010,V1,CUFF2,yellow,auto,, UI,10010,V1,DWI,green,auto,, -UI,10010,V1,REST1,red,psadil,2022-03-02,"head-motion, wrap-around, uncategorized" -UI,10010,V1,REST2,yellow,psadil,2022-05-03,"head-motion, uncategorized" +UI,10010,V1,REST1,yellow,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +UI,10010,V1,REST2,yellow,psadil,2022-09-09,"head-motion, uncategorized" UI,10010,V1,T1w,yellow,psadil,2022-03-02,head-motion -UI,10010,V3,CUFF1,red,psadil,2022-03-02,head-motion +UI,10010,V3,CUFF1,yellow,psadil,2022-09-09,head-motion UI,10010,V3,DWI,green,auto,, -UI,10010,V3,REST1,red,psadil,2022-03-02,"head-motion, uncategorized" -UI,10010,V3,REST2,red,psadil,2022-03-02,head-motion -UI,10010,V3,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" +UI,10010,V3,REST1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UI,10010,V3,REST2,yellow,psadil,2022-09-09,head-motion +UI,10010,V3,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global" UI,10011,V1,CUFF1,green,auto,, -UI,10011,V1,CUFF2,green,auto,, +UI,10011,V1,CUFF2,yellow,auto,, UI,10011,V1,DWI,green,auto,, -UI,10011,V1,REST1,green,auto,, -UI,10011,V1,REST2,red,psadil,2022-03-02,"head-motion, uncategorized" -UI,10011,V1,T1w,yellow,psadil,2022-03-02,head-motion +UI,10011,V1,REST1,yellow,auto,, +UI,10011,V1,REST2,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UI,10011,V1,T1w,yellow,psadil,2022-03-03,head-motion UI,10011,V3,CUFF1,green,auto,, UI,10011,V3,CUFF2,green,auto,, UI,10011,V3,DWI,green,auto,, -UI,10011,V3,REST1,green,auto,, -UI,10011,V3,REST2,yellow,psadil,2022-04-04,"head-motion, wrap-around, uncategorized" -UI,10011,V3,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" +UI,10011,V3,REST1,yellow,auto,, +UI,10011,V3,REST2,yellow,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +UI,10011,V3,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global" UI,10013,V1,CUFF1,green,auto,, UI,10013,V1,DWI,green,auto,, UI,10013,V1,REST1,green,auto,, UI,10013,V1,REST2,green,auto,, -UI,10013,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +UI,10013,V1,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" UI,10013,V3,CUFF1,green,auto,, UI,10013,V3,DWI,green,auto,, UI,10013,V3,REST1,green,auto,, UI,10013,V3,REST2,green,auto,, -UI,10013,V3,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +UI,10013,V3,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" UI,10014,V1,CUFF1,green,auto,, UI,10014,V1,DWI,green,auto,, UI,10014,V1,REST1,green,auto,, UI,10014,V1,REST2,green,auto,, -UI,10014,V1,T1w,green,auto,2022-03-01, +UI,10014,V1,T1w,green,auto,2022-09-20, UI,10014,V3,DWI,green,auto,, UI,10014,V3,T1w,green,psadil,2022-04-04,eye-spillover UI,10015,V1,CUFF1,green,auto,, UI,10015,V1,DWI,green,auto,, -UI,10015,V1,REST1,green,auto,, -UI,10015,V1,REST2,green,auto,, +UI,10015,V1,REST1,yellow,auto,, +UI,10015,V1,REST2,yellow,auto,, UI,10015,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" -UI,10015,V3,CUFF1,green,auto,, +UI,10015,V3,CUFF1,yellow,auto,, UI,10015,V3,DWI,green,auto,, -UI,10015,V3,REST1,green,auto,, -UI,10015,V3,REST2,red,psadil,2022-03-02,head-motion -UI,10015,V3,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" +UI,10015,V3,REST1,yellow,auto,, +UI,10015,V3,REST2,yellow,psadil,2022-09-09,head-motion +UI,10015,V3,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global" UI,10017,V1,CUFF1,green,auto,, UI,10017,V1,DWI,green,auto,, -UI,10017,V1,REST1,green,auto,, -UI,10017,V1,REST2,yellow,psadil,2022-03-02,head-motion -UI,10017,V1,T1w,green,auto,2022-03-01, +UI,10017,V1,REST1,yellow,auto,, +UI,10017,V1,REST2,yellow,psadil,2022-09-09,head-motion +UI,10017,V1,T1w,green,auto,2022-09-20, UI,10020,V1,CUFF1,green,auto,, UI,10020,V1,DWI,green,auto,, UI,10020,V1,REST1,green,auto,, UI,10020,V1,REST2,green,auto,, -UI,10020,V1,T1w,green,auto,2022-03-01, +UI,10020,V1,T1w,green,auto,2022-09-20, UI,10023,V1,CUFF1,green,auto,, UI,10023,V1,CUFF2,green,auto,, UI,10023,V1,DWI,green,auto,, UI,10023,V1,REST1,green,auto,, UI,10023,V1,REST2,green,auto,, -UI,10023,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" +UI,10023,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global" UI,10023,V3,CUFF1,green,auto,, UI,10023,V3,DWI,green,auto,, UI,10023,V3,REST1,green,auto,, -UI,10023,V3,REST2,green,auto,, -UI,10023,V3,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +UI,10023,V3,REST2,yellow,auto,, +UI,10023,V3,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" UI,10024,V1,CUFF1,green,auto,, UI,10024,V1,DWI,green,auto,, UI,10024,V1,REST1,green,auto,, @@ -1459,8 +3623,8 @@ UI,10024,V1,REST2,green,auto,, UI,10024,V1,T1w,yellow,psadil,2022-03-02,head-motion UI,10024,V3,DWI,green,auto,, UI,10024,V3,REST1,green,auto,, -UI,10024,V3,REST2,green,auto,, -UI,10024,V3,T1w,green,auto,2022-03-01, +UI,10024,V3,REST2,red,auto,, +UI,10024,V3,T1w,green,auto,2022-09-20, UI,10026,V1,CUFF1,green,auto,, UI,10026,V1,DWI,green,auto,, UI,10026,V1,REST1,green,auto,, @@ -1470,49 +3634,48 @@ UI,10028,V1,CUFF1,green,auto,, UI,10028,V1,DWI,green,auto,, UI,10028,V1,REST1,green,auto,, UI,10028,V1,REST2,green,auto,, -UI,10028,V1,T1w,green,auto,2022-03-01, +UI,10028,V1,T1w,green,auto,2022-09-20, UI,10028,V3,CUFF1,green,auto,, UI,10028,V3,DWI,green,auto,, UI,10028,V3,REST1,green,auto,, UI,10028,V3,REST2,green,auto,, -UI,10028,V3,T1w,green,auto,2022-03-01, -UI,10029,V1,CUFF1,yellow,psadil,2022-03-02,"head-motion, em-perturbation" +UI,10028,V3,T1w,green,auto,2022-09-20, +UI,10029,V1,CUFF1,green,psadil,2022-09-09,"head-motion, em-perturbation" UI,10029,V1,DWI,green,auto,, -UI,10029,V1,REST1,yellow,psadil,2022-03-02,"head-motion, em-perturbation" -UI,10029,V1,REST2,yellow,psadil,2022-03-02,"head-motion, noise-global" +UI,10029,V1,REST1,green,psadil,2022-09-09,"head-motion, em-perturbation" +UI,10029,V1,REST2,green,psadil,2022-09-09,"head-motion, noise-global" UI,10029,V1,T1w,green,psadil,2022-03-02,postprocessing UI,10030,V1,CUFF1,green,auto,, UI,10030,V1,CUFF2,green,auto,, UI,10030,V1,DWI,green,auto,, UI,10030,V1,REST1,green,auto,, UI,10030,V1,REST2,green,auto,, -UI,10030,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +UI,10030,V1,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" UI,10030,V3,CUFF1,green,auto,, UI,10030,V3,DWI,green,auto,, UI,10030,V3,REST1,green,auto,, UI,10030,V3,REST2,green,auto,, -UI,10030,V3,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +UI,10030,V3,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" UI,10031,V1,CUFF1,green,auto,, UI,10031,V1,DWI,green,auto,, UI,10031,V1,REST1,green,auto,, UI,10031,V1,REST2,green,auto,, -UI,10031,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" +UI,10031,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, postprocessing" UI,10031,V3,CUFF1,green,auto,, UI,10031,V3,CUFF2,green,auto,, UI,10031,V3,DWI,green,auto,, UI,10031,V3,REST1,green,auto,, UI,10031,V3,REST2,green,auto,, -UI,10031,V3,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" +UI,10031,V3,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global" UI,10032,V1,CUFF1,green,auto,, UI,10032,V1,DWI,green,auto,, -UI,10032,V1,REST1,green,auto,, +UI,10032,V1,REST1,yellow,auto,, UI,10032,V1,T1w,yellow,psadil,2022-03-02,head-motion UI,10032,V3,CUFF1,green,auto,, UI,10032,V3,CUFF2,green,auto,, UI,10032,V3,DWI,green,auto,, -UI,10032,V3,DWI,green,auto,, UI,10032,V3,REST1,green,auto,, -UI,10032,V3,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" +UI,10032,V3,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, postprocessing" UI,10033,V1,CUFF1,green,auto,, UI,10033,V1,DWI,green,auto,, UI,10033,V1,REST1,green,auto,, @@ -1523,10 +3686,10 @@ UI,10033,V3,DWI,green,auto,, UI,10033,V3,REST1,green,auto,, UI,10033,V3,REST2,green,auto,, UI,10033,V3,T1w,green,psadil,2022-03-02, -UI,10034,V1,CUFF1,red,psadil,2022-03-02,"head-motion, em-perturbation" +UI,10034,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, em-perturbation" UI,10034,V1,DWI,green,auto,, -UI,10034,V1,REST1,red,psadil,2022-03-02,head-motion -UI,10034,V1,REST2,red,psadil,2022-03-02,"head-motion, noise-local, uncategorized" +UI,10034,V1,REST1,yellow,psadil,2022-09-09,head-motion +UI,10034,V1,REST2,yellow,psadil,2022-09-09,"head-motion, noise-local, uncategorized" UI,10034,V1,T1w,yellow,psadil,2022-03-02,head-motion UI,10034,V3,CUFF1,green,auto,, UI,10034,V3,DWI,green,auto,, @@ -1537,52 +3700,52 @@ UI,10035,V1,CUFF1,green,auto,, UI,10035,V1,DWI,green,auto,, UI,10035,V1,REST1,green,auto,, UI,10035,V1,REST2,green,auto,, -UI,10035,V1,T1w,green,auto,2022-03-01, +UI,10035,V1,T1w,green,auto,2022-09-20, UI,10035,V3,CUFF1,green,auto,, UI,10035,V3,CUFF2,green,auto,, UI,10035,V3,DWI,green,auto,, UI,10035,V3,REST1,green,auto,, -UI,10035,V3,REST2,yellow,psadil,2022-03-02,head-motion +UI,10035,V3,REST2,green,psadil,2022-09-09,head-motion UI,10035,V3,T1w,green,psadil,2022-04-04,postprocessing UI,10037,V1,CUFF1,green,auto,, UI,10037,V1,DWI,green,auto,, UI,10037,V1,REST1,green,auto,, UI,10037,V1,REST2,green,auto,, -UI,10037,V1,T1w,green,auto,2022-03-01, -UI,10037,V3,CUFF1,green,psadil,2022-03-02,em-perturbation -UI,10037,V3,CUFF2,green,psadil,2022-03-02,"head-motion, em-perturbation" +UI,10037,V1,T1w,green,auto,2022-09-20, +UI,10037,V3,CUFF1,green,psadil,2022-09-09,em-perturbation +UI,10037,V3,CUFF2,green,psadil,2022-09-09,"head-motion, em-perturbation" UI,10037,V3,DWI,green,auto,, -UI,10037,V3,REST1,green,psadil,2022-03-02,"head-motion, em-perturbation" -UI,10037,V3,REST2,green,psadil,2022-03-02,"head-motion, em-perturbation" -UI,10037,V3,T1w,yellow,psadil,2022-03-02,head-motion -UI,10038,V1,CUFF1,yellow,psadil,2022-01-31,"head-motion, wrap-around" +UI,10037,V3,REST1,green,psadil,2022-09-09,"head-motion, em-perturbation" +UI,10037,V3,REST2,green,psadil,2022-09-09,"head-motion, em-perturbation" +UI,10037,V3,T1w,yellow,psadil,2022-03-03,head-motion +UI,10038,V1,CUFF1,green,psadil,2022-09-09,"head-motion, wrap-around" UI,10038,V1,DWI,green,auto,, -UI,10038,V1,REST1,green,auto,, +UI,10038,V1,REST1,yellow,auto,, UI,10038,V1,REST2,green,auto,, -UI,10038,V1,T1w,green,auto,2022-03-01, +UI,10038,V1,T1w,green,auto,2022-09-20, UI,10038,V3,CUFF1,green,auto,, UI,10038,V3,DWI,green,auto,, -UI,10038,V3,REST1,green,auto,, +UI,10038,V3,REST1,yellow,auto,, UI,10038,V3,REST2,green,auto,, -UI,10038,V3,T1w,green,auto,2022-03-01, +UI,10038,V3,T1w,green,auto,2022-09-20, UI,10041,V1,CUFF1,green,auto,, UI,10041,V1,CUFF2,green,auto,, UI,10041,V1,DWI,green,auto,, UI,10041,V1,REST1,green,auto,, UI,10041,V1,REST2,green,auto,, -UI,10041,V1,T1w,green,auto,2022-03-01, +UI,10041,V1,T1w,green,auto,2022-09-20, UI,10041,V3,CUFF1,green,auto,, UI,10041,V3,CUFF2,green,auto,, UI,10041,V3,DWI,green,auto,, UI,10041,V3,REST1,green,auto,, UI,10041,V3,REST2,green,auto,, -UI,10041,V3,T1w,green,auto,2022-03-01, +UI,10041,V3,T1w,green,auto,2022-09-20, UI,10044,V1,CUFF1,green,auto,, UI,10044,V1,CUFF2,green,auto,, UI,10044,V1,DWI,green,auto,, UI,10044,V1,REST1,green,auto,, UI,10044,V1,REST2,green,auto,, -UI,10044,V1,T1w,green,auto,2022-03-01, +UI,10044,V1,T1w,green,auto,2022-09-20, UI,10044,V3,CUFF1,green,auto,, UI,10044,V3,DWI,green,auto,, UI,10044,V3,REST1,green,auto,, @@ -1599,30 +3762,30 @@ UI,10045,V3,CUFF2,green,auto,, UI,10045,V3,DWI,green,auto,, UI,10045,V3,REST1,green,auto,, UI,10045,V3,REST2,green,auto,, -UI,10045,V3,T1w,green,psadil,2022-03-02, +UI,10045,V3,T1w,green,psadil,2022-03-03, UI,10052,V1,CUFF1,green,auto,, UI,10052,V1,CUFF2,green,auto,, UI,10052,V1,DWI,green,auto,, UI,10052,V1,REST1,green,auto,, -UI,10052,V1,REST2,green,auto,, -UI,10052,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +UI,10052,V1,REST2,yellow,auto,, +UI,10052,V1,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" UI,10052,V3,CUFF1,green,auto,, UI,10052,V3,CUFF2,green,auto,, UI,10052,V3,DWI,green,auto,, -UI,10052,V3,REST1,green,auto,, -UI,10052,V3,REST2,green,auto,, -UI,10052,V3,T1w,yellow,psadil,2022-03-02,"head-motion, inu, postprocessing" +UI,10052,V3,REST1,yellow,auto,, +UI,10052,V3,REST2,yellow,auto,, +UI,10052,V3,T1w,yellow,psadil,2022-03-03,"head-motion, inu, postprocessing" UI,10056,V1,CUFF1,green,auto,, -UI,10056,V1,CUFF2,green,psadil,2022-03-02,head-motion +UI,10056,V1,CUFF2,green,psadil,2022-09-09,head-motion UI,10056,V1,DWI,green,auto,, UI,10056,V1,REST1,green,auto,, UI,10056,V1,REST2,green,auto,, -UI,10056,V1,T1w,green,auto,2022-03-01, +UI,10056,V1,T1w,green,auto,2022-09-20, UI,10056,V3,CUFF1,green,auto,, UI,10056,V3,DWI,green,auto,, UI,10056,V3,REST1,green,auto,, UI,10056,V3,REST2,green,auto,, -UI,10056,V3,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +UI,10056,V3,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" UI,10057,V1,CUFF1,green,auto,, UI,10057,V1,CUFF2,green,auto,, UI,10057,V1,DWI,green,auto,, @@ -1632,14 +3795,14 @@ UI,10057,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" UI,10057,V3,CUFF1,green,auto,, UI,10057,V3,DWI,green,auto,, UI,10057,V3,REST1,green,auto,, -UI,10057,V3,REST2,yellow,psadil,2022-07-22,"head-motion, uncategorized" -UI,10057,V3,T1w,green,auto,2022-08-23, +UI,10057,V3,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" +UI,10057,V3,T1w,green,auto,2022-09-20, UI,10062,V1,CUFF1,green,auto,, -UI,10062,V1,CUFF2,green,auto,, +UI,10062,V1,CUFF2,yellow,auto,, UI,10062,V1,DWI,green,auto,, -UI,10062,V1,REST1,green,auto,, -UI,10062,V1,REST2,green,auto,, -UI,10062,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" +UI,10062,V1,REST1,yellow,auto,, +UI,10062,V1,REST2,yellow,auto,, +UI,10062,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global" UI,10062,V3,CUFF1,green,auto,, UI,10062,V3,CUFF2,green,auto,, UI,10062,V3,DWI,green,auto,, @@ -1649,44 +3812,44 @@ UI,10062,V3,T1w,yellow,psadil,2022-03-02,head-motion UI,10063,V1,CUFF1,green,auto,, UI,10063,V1,DWI,green,auto,, UI,10063,V1,REST1,green,auto,, -UI,10063,V1,REST2,yellow,psadil,2022-03-02,head-motion -UI,10063,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +UI,10063,V1,REST2,green,psadil,2022-09-09,head-motion +UI,10063,V1,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" UI,10063,V3,CUFF1,green,auto,, UI,10063,V3,DWI,green,auto,, UI,10063,V3,REST1,green,auto,, -UI,10063,V3,T1w,yellow,psadil,2022-03-02,"head-motion, inu, postprocessing" -UI,10072,V1,CUFF1,green,psadil,2022-01-31,head-motion -UI,10072,V1,CUFF2,green,psadil,2022-01-05,head-motion +UI,10063,V3,T1w,yellow,psadil,2022-03-03,"head-motion, inu, postprocessing" +UI,10072,V1,CUFF1,green,psadil,2022-09-09,head-motion +UI,10072,V1,CUFF2,green,psadil,2022-09-09,head-motion UI,10072,V1,DWI,green,auto,, -UI,10072,V1,REST1,green,psadil,2022-03-02,head-motion -UI,10072,V1,REST2,green,psadil,2022-03-02,"head-motion, eye-spillover" -UI,10072,V1,T1w,green,auto,2022-03-01, -UI,10072,V3,CUFF1,yellow,psadil,2022-03-02,"noise-global, uncategorized" -UI,10072,V3,CUFF2,yellow,psadil,2022-03-02,"head-motion, noise-global, uncategorized" +UI,10072,V1,REST1,green,psadil,2022-09-09,head-motion +UI,10072,V1,REST2,green,psadil,2022-09-09,"head-motion, eye-spillover" +UI,10072,V1,T1w,green,auto,2022-09-20, +UI,10072,V3,CUFF1,green,psadil,2022-09-09,"noise-global, uncategorized" +UI,10072,V3,CUFF2,green,psadil,2022-09-09,"head-motion, noise-global, uncategorized" UI,10072,V3,DWI,green,auto,, -UI,10072,V3,REST1,yellow,psadil,2022-03-02,head-motion -UI,10072,V3,REST2,yellow,psadil,2022-03-02,"head-motion, eye-spillover" -UI,10072,V3,T1w,green,psadil,2021-11-16,"ghosts-other, inu" -UI,10082,V1,CUFF1,green,psadil,2022-03-02,"head-motion, em-perturbation, uncategorized" -UI,10082,V1,CUFF2,yellow,psadil,2022-01-05,"head-motion, em-perturbation, uncategorized" +UI,10072,V3,REST1,green,psadil,2022-09-09,head-motion +UI,10072,V3,REST2,green,psadil,2022-09-09,"head-motion, eye-spillover" +UI,10072,V3,T1w,green,psadil,2021-11-17,"ghosts-other, inu" +UI,10082,V1,CUFF1,green,psadil,2022-09-09,"head-motion, em-perturbation, uncategorized" +UI,10082,V1,CUFF2,green,psadil,2022-09-09,"head-motion, em-perturbation, uncategorized" UI,10082,V1,DWI,green,auto,, -UI,10082,V1,REST1,yellow,psadil,2022-03-02,"head-motion, em-perturbation, uncategorized" -UI,10082,V1,REST2,yellow,psadil,2022-01-05,"head-motion, eye-spillover, em-perturbation, uncategorized" +UI,10082,V1,REST1,green,psadil,2022-09-09,"head-motion, em-perturbation, uncategorized" +UI,10082,V1,REST2,green,psadil,2022-09-09,"head-motion, eye-spillover, em-perturbation, uncategorized" UI,10082,V1,T1w,yellow,psadil,2022-03-02,head-motion UI,10082,V3,DWI,green,auto,, UI,10082,V3,REST1,green,auto,, -UI,10082,V3,REST2,green,psadil,2022-03-02,"head-motion, em-perturbation, uncategorized" +UI,10082,V3,REST2,green,psadil,2022-09-09,"head-motion, em-perturbation, uncategorized" UI,10082,V3,T1w,yellow,psadil,2022-03-02,head-motion UI,10087,V1,CUFF1,green,auto,, UI,10087,V1,DWI,green,auto,, -UI,10087,V1,REST1,yellow,psadil,2022-03-02,head-motion -UI,10087,V1,REST2,yellow,psadil,2022-03-02,head-motion +UI,10087,V1,REST1,yellow,psadil,2022-09-09,head-motion +UI,10087,V1,REST2,green,psadil,2022-09-09,head-motion UI,10087,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" -UI,10087,V3,CUFF1,red,psadil,2022-03-02,"head-motion, eye-spillover" -UI,10087,V3,CUFF2,red,psadil,2022-03-02,"head-motion, eye-spillover" +UI,10087,V3,CUFF1,yellow,psadil,2022-09-09,"head-motion, eye-spillover" +UI,10087,V3,CUFF2,yellow,psadil,2022-09-09,"head-motion, eye-spillover" UI,10087,V3,DWI,green,auto,, -UI,10087,V3,REST1,red,psadil,2022-03-02,"head-motion, eye-spillover, wrap-around" -UI,10087,V3,REST2,red,psadil,2022-03-02,"head-motion, eye-spillover, wrap-around" +UI,10087,V3,REST1,yellow,psadil,2022-09-09,"head-motion, eye-spillover, wrap-around" +UI,10087,V3,REST2,yellow,psadil,2022-09-09,"head-motion, eye-spillover, wrap-around" UI,10087,V3,T1w,yellow,psadil,2022-03-02,head-motion UI,10088,V1,CUFF1,green,auto,, UI,10088,V1,DWI,green,auto,, @@ -1695,47 +3858,47 @@ UI,10088,V1,REST2,green,auto,, UI,10088,V1,T1w,green,psadil,2022-03-02, UI,10088,V3,DWI,green,auto,, UI,10088,V3,REST1,green,auto,, -UI,10088,V3,REST2,green,auto,, -UI,10088,V3,T1w,yellow,psadil,2022-03-02,"inu, postprocessing" +UI,10088,V3,REST2,red,auto,, +UI,10088,V3,T1w,yellow,psadil,2022-03-03,"inu, postprocessing" UI,10089,V1,DWI,green,auto,, UI,10089,V1,REST1,green,auto,, -UI,10089,V1,T1w,green,auto,2022-03-01, +UI,10089,V1,T1w,yellow,psadil,2023-10-25,"head-motion, postprocessing" UI,10089,V3,DWI,green,auto,, UI,10089,V3,REST1,green,auto,, -UI,10089,V3,REST2,green,auto,, -UI,10089,V3,T1w,yellow,psadil,2022-03-02,"head-motion, inu" +UI,10089,V3,REST2,red,auto,, +UI,10089,V3,T1w,yellow,psadil,2022-03-03,"head-motion, inu" UI,10090,V1,CUFF1,green,auto,, UI,10090,V1,DWI,green,auto,, UI,10090,V1,REST1,green,auto,, UI,10090,V1,REST2,green,auto,, -UI,10090,V1,T1w,green,auto,2022-03-01, +UI,10090,V1,T1w,green,auto,2022-09-20, UI,10090,V3,CUFF1,green,auto,, UI,10090,V3,CUFF2,green,auto,, UI,10090,V3,DWI,green,auto,, UI,10090,V3,REST1,green,auto,, UI,10090,V3,REST2,green,auto,, -UI,10090,V3,T1w,yellow,psadil,2022-03-02,"head-motion, inu, postprocessing" -UI,10097,V1,CUFF1,red,psadil,2022-01-05,eye-spillover +UI,10090,V3,T1w,yellow,psadil,2022-03-03,"head-motion, inu, postprocessing" +UI,10097,V1,CUFF1,red,psadil,2022-09-09,eye-spillover UI,10097,V1,DWI,green,auto,, UI,10097,V1,REST1,green,auto,, UI,10097,V1,REST2,green,auto,, -UI,10097,V1,T1w,green,auto,2022-03-01, +UI,10097,V1,T1w,green,auto,2022-09-20, UI,10106,V1,CUFF1,green,auto,, UI,10106,V1,CUFF2,green,auto,, UI,10106,V1,DWI,green,auto,, -UI,10106,V1,REST1,green,psadil,2022-03-02,"head-motion, eye-spillover, uncategorized" -UI,10106,V1,T1w,green,auto,2022-03-01, +UI,10106,V1,REST1,green,psadil,2022-09-09,"head-motion, eye-spillover, uncategorized" +UI,10106,V1,T1w,green,auto,2022-09-20, UI,10106,V3,CUFF1,green,auto,, UI,10106,V3,CUFF2,green,auto,, UI,10106,V3,DWI,green,auto,, UI,10106,V3,REST1,green,auto,, UI,10106,V3,REST2,green,auto,, -UI,10106,V3,T1w,yellow,psadil,2022-03-02,"head-motion, inu" +UI,10106,V3,T1w,yellow,psadil,2022-03-03,"head-motion, inu" UI,10107,V1,CUFF1,green,auto,, UI,10107,V1,DWI,green,auto,, UI,10107,V1,REST1,green,auto,, UI,10107,V1,REST2,green,auto,, -UI,10107,V1,T1w,green,auto,2022-03-01, +UI,10107,V1,T1w,green,auto,2022-09-20, UI,10107,V3,CUFF1,green,auto,, UI,10107,V3,DWI,green,auto,, UI,10107,V3,REST1,green,auto,, @@ -1745,35 +3908,35 @@ UI,10108,V1,CUFF1,green,auto,, UI,10108,V1,DWI,green,auto,, UI,10108,V1,REST1,green,auto,, UI,10108,V1,REST2,green,auto,, -UI,10108,V1,T1w,green,auto,2022-03-01, +UI,10108,V1,T1w,green,auto,2022-09-20, UI,10108,V3,CUFF1,green,auto,, UI,10108,V3,CUFF2,green,auto,, UI,10108,V3,DWI,green,auto,, UI,10108,V3,REST1,green,auto,, UI,10108,V3,REST2,green,auto,, -UI,10108,V3,T1w,green,auto,2022-04-01, +UI,10108,V3,T1w,green,auto,2022-09-20, UI,10109,V1,CUFF1,green,auto,, UI,10109,V1,DWI,green,auto,, UI,10109,V1,REST1,green,auto,, UI,10109,V1,REST2,green,auto,, -UI,10109,V1,T1w,green,auto,2022-03-01, +UI,10109,V1,T1w,green,auto,2022-09-20, UI,10109,V3,CUFF1,green,auto,, UI,10109,V3,DWI,green,auto,, UI,10109,V3,REST1,green,auto,, UI,10109,V3,REST2,green,auto,, -UI,10109,V3,T1w,green,auto,2022-03-01, +UI,10109,V3,T1w,green,auto,2022-09-20, UI,10110,V1,CUFF1,green,auto,, UI,10110,V1,CUFF2,green,auto,, UI,10110,V1,DWI,green,auto,, UI,10110,V1,REST1,green,auto,, UI,10110,V1,REST2,green,auto,, -UI,10110,V1,T1w,green,auto,2022-03-01, +UI,10110,V1,T1w,green,auto,2022-09-20, UI,10110,V3,CUFF1,green,auto,, UI,10110,V3,CUFF2,green,auto,, UI,10110,V3,DWI,green,auto,, UI,10110,V3,REST1,green,auto,, UI,10110,V3,REST2,green,auto,, -UI,10110,V3,T1w,green,auto,2022-05-24, +UI,10110,V3,T1w,green,auto,2022-09-20, UI,10121,V1,CUFF1,green,auto,, UI,10121,V1,DWI,green,auto,, UI,10121,V1,REST1,green,auto,, @@ -1800,16 +3963,16 @@ UI,10125,V3,CUFF2,green,auto,, UI,10125,V3,DWI,green,auto,, UI,10125,V3,REST1,green,auto,, UI,10125,V3,REST2,green,auto,, -UI,10125,V3,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +UI,10125,V3,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" UI,10126,V1,CUFF1,green,auto,, UI,10126,V1,DWI,green,auto,, UI,10126,V1,REST1,green,auto,, UI,10126,V1,REST2,green,auto,, -UI,10126,V1,T1w,green,auto,2022-03-01, +UI,10126,V1,T1w,green,auto,2022-09-20, UI,10127,V1,CUFF1,green,auto,, UI,10127,V1,DWI,green,auto,, -UI,10127,V1,REST1,green,auto,, -UI,10127,V1,REST2,green,auto,, +UI,10127,V1,REST1,yellow,auto,, +UI,10127,V1,REST2,yellow,auto,, UI,10127,V1,T1w,green,psadil,2022-08-05,postprocessing UI,10129,V1,CUFF1,green,auto,, UI,10129,V1,CUFF2,green,auto,, @@ -1821,139 +3984,139 @@ UI,10129,V3,CUFF2,green,auto,, UI,10129,V3,DWI,green,auto,, UI,10129,V3,REST1,green,auto,, UI,10129,V3,REST2,green,auto,, -UI,10129,V3,T1w,green,psadil,2022-03-02, -UI,10130,V1,CUFF1,red,psadil,2022-03-02,"head-motion, uncategorized" +UI,10129,V3,T1w,green,psadil,2022-03-03, +UI,10130,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, uncategorized" UI,10130,V1,DWI,green,auto,, -UI,10130,V1,REST1,red,psadil,2022-03-02,"head-motion, uncategorized" -UI,10130,V1,REST2,red,psadil,2022-03-02,"head-motion, wrap-around, uncategorized" +UI,10130,V1,REST1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UI,10130,V1,REST2,yellow,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" UI,10130,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" -UI,10130,V3,CUFF1,red,psadil,2022-03-02,"head-motion, uncategorized" +UI,10130,V3,CUFF1,yellow,psadil,2022-09-09,"head-motion, uncategorized" UI,10130,V3,DWI,green,auto,, -UI,10130,V3,REST1,green,auto,, -UI,10130,V3,REST2,red,psadil,2022-03-02,head-motion -UI,10130,V3,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" +UI,10130,V3,REST1,yellow,auto,, +UI,10130,V3,REST2,yellow,psadil,2022-09-09,head-motion +UI,10130,V3,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, postprocessing" UI,10134,V1,DWI,green,auto,, -UI,10134,V1,REST1,yellow,psadil,2022-03-02,"head-motion, eye-spillover, em-perturbation" -UI,10134,V1,REST2,green,auto,, -UI,10134,V1,T1w,yellow,psadil,2022-03-02,"head-motion, inu, postprocessing" +UI,10134,V1,REST1,green,psadil,2022-09-09,"head-motion, eye-spillover, em-perturbation" +UI,10134,V1,REST2,red,auto,, +UI,10134,V1,T1w,yellow,psadil,2022-03-03,"head-motion, inu, postprocessing" UI,10134,V3,DWI,green,auto,, UI,10134,V3,REST1,green,auto,, -UI,10134,V3,REST2,green,auto,, -UI,10134,V3,T1w,yellow,psadil,2022-03-02,"head-motion, inu, postprocessing" +UI,10134,V3,REST2,red,auto,, +UI,10134,V3,T1w,yellow,psadil,2022-03-03,"head-motion, inu, postprocessing" UI,10144,V1,CUFF1,green,auto,, UI,10144,V1,CUFF2,green,auto,, UI,10144,V1,DWI,green,auto,, UI,10144,V1,REST1,green,auto,, UI,10144,V1,REST2,green,auto,, -UI,10144,V1,T1w,red,psadil,2022-03-02,"head-motion, postprocessing" -UI,10144,V3,CUFF1,yellow,psadil,2022-07-19,"wrap-around, uncategorized" -UI,10144,V3,CUFF2,yellow,psadil,2022-07-19,"wrap-around, uncategorized" +UI,10144,V1,T1w,red,psadil,2022-03-03,"head-motion, postprocessing" +UI,10144,V3,CUFF1,green,psadil,2022-09-09,"wrap-around, uncategorized" +UI,10144,V3,CUFF2,green,psadil,2022-09-09,"wrap-around, uncategorized" UI,10144,V3,DWI,green,auto,, -UI,10144,V3,REST1,yellow,psadil,2022-07-19,"wrap-around, uncategorized" -UI,10144,V3,REST2,yellow,psadil,2022-07-19,"wrap-around, uncategorized" +UI,10144,V3,REST1,green,psadil,2022-09-09,"wrap-around, uncategorized" +UI,10144,V3,REST2,green,psadil,2022-09-09,"wrap-around, uncategorized" UI,10144,V3,T1w,yellow,psadil,2022-07-19,"wrap-around, postprocessing" UI,10149,V1,CUFF1,green,auto,, -UI,10149,V1,CUFF2,green,psadil,2022-03-02,uncategorized +UI,10149,V1,CUFF2,red,psadil,2023-02-02,uncategorized UI,10149,V1,DWI,green,auto,, UI,10149,V1,REST1,green,auto,, UI,10149,V1,REST2,green,auto,, -UI,10149,V1,T1w,yellow,psadil,2022-03-02,head-motion +UI,10149,V1,T1w,yellow,psadil,2022-03-03,head-motion UI,10150,V1,CUFF1,green,auto,, UI,10150,V1,DWI,green,auto,, -UI,10150,V1,REST1,green,auto,, -UI,10150,V1,REST2,green,auto,, -UI,10150,V1,T1w,green,auto,2022-03-01, -UI,10150,V3,CUFF1,green,psadil,2022-04-04,"head-motion, uncategorized" +UI,10150,V1,REST1,yellow,auto,, +UI,10150,V1,REST2,yellow,auto,, +UI,10150,V1,T1w,green,auto,2022-09-20, +UI,10150,V3,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10150,V3,DWI,green,auto,, -UI,10150,V3,REST1,green,psadil,2022-04-04,uncategorized -UI,10150,V3,REST2,green,psadil,2022-04-04,"head-motion, uncategorized" -UI,10150,V3,T1w,green,auto,2022-05-25, +UI,10150,V3,REST1,green,psadil,2022-09-09,uncategorized +UI,10150,V3,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" +UI,10150,V3,T1w,green,auto,2022-09-20, UI,10154,V1,CUFF1,green,auto,, UI,10154,V1,CUFF2,green,auto,, UI,10154,V1,DWI,green,auto,, UI,10154,V1,REST1,green,auto,, UI,10154,V1,REST2,green,auto,, -UI,10154,V1,T1w,green,auto,2022-03-01, +UI,10154,V1,T1w,green,auto,2022-09-20, UI,10155,V1,CUFF1,green,auto,, UI,10155,V1,DWI,green,auto,, UI,10155,V1,REST1,green,auto,, -UI,10155,V1,T1w,yellow,psadil,2022-03-02,head-motion -UI,10156,V1,CUFF1,yellow,psadil,2022-03-02,ghosts-other +UI,10155,V1,T1w,yellow,psadil,2022-03-03,head-motion +UI,10156,V1,CUFF1,green,psadil,2022-09-09,ghosts-other UI,10156,V1,DWI,green,auto,, -UI,10156,V1,REST1,yellow,psadil,2022-03-02,ghosts-other -UI,10156,V1,REST2,yellow,psadil,2022-03-02,ghosts-other -UI,10156,V1,T1w,green,auto,2022-03-01, +UI,10156,V1,REST1,green,psadil,2022-09-09,ghosts-other +UI,10156,V1,REST2,green,psadil,2022-09-09,ghosts-other +UI,10156,V1,T1w,green,auto,2022-09-20, UI,10156,V3,CUFF1,green,auto,, UI,10156,V3,DWI,green,auto,, UI,10156,V3,REST1,green,auto,, UI,10156,V3,REST2,green,auto,, -UI,10156,V3,T1w,green,auto,2022-03-02, -UI,10159,V1,CUFF1,green,psadil,2022-01-31,head-motion -UI,10159,V1,CUFF2,green,psadil,2022-01-05,"head-motion, eye-spillover, noneye-spillover, noise-global" +UI,10156,V3,T1w,green,auto,2022-09-20, +UI,10159,V1,CUFF1,green,psadil,2022-09-09,head-motion +UI,10159,V1,CUFF2,green,psadil,2022-09-09,"head-motion, eye-spillover, noneye-spillover, noise-global" UI,10159,V1,DWI,green,auto,, -UI,10159,V1,REST1,green,psadil,2022-03-02,"head-motion, eye-spillover, noneye-spillover" -UI,10159,V1,REST2,green,psadil,2022-03-02,"head-motion, eye-spillover, noneye-spillover, em-perturbation" -UI,10159,V1,T1w,green,auto,2022-03-01, -UI,10159,V3,CUFF1,green,psadil,2022-04-04,"head-motion, uncategorized" +UI,10159,V1,REST1,green,psadil,2022-09-09,"head-motion, eye-spillover, noneye-spillover" +UI,10159,V1,REST2,green,psadil,2022-09-09,"head-motion, eye-spillover, noneye-spillover, em-perturbation" +UI,10159,V1,T1w,green,auto,2022-09-20, +UI,10159,V3,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10159,V3,CUFF2,green,auto,, UI,10159,V3,DWI,green,auto,, -UI,10159,V3,REST1,green,psadil,2022-05-09,"head-motion, uncategorized" -UI,10159,V3,REST2,green,psadil,2022-05-09,"head-motion, wrap-around, uncategorized" -UI,10159,V3,T1w,yellow,psadil,2022-03-02,head-motion +UI,10159,V3,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +UI,10159,V3,REST2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +UI,10159,V3,T1w,yellow,psadil,2022-03-03,head-motion UI,10169,V3,DWI,green,auto,, -UI,10169,V3,REST1,green,psadil,2022-03-15,"eye-spillover, uncategorized" -UI,10169,V3,REST2,green,auto,, -UI,10169,V3,T1w,green,auto,2022-04-01, +UI,10169,V3,REST1,green,psadil,2022-09-09,"eye-spillover, uncategorized" +UI,10169,V3,REST2,red,auto,, +UI,10169,V3,T1w,green,auto,2022-09-20, UI,10173,V1,CUFF1,green,auto,, UI,10173,V1,DWI,green,auto,, -UI,10173,V1,REST1,yellow,psadil,2022-03-02,eye-spillover -UI,10173,V1,REST2,green,auto,, +UI,10173,V1,REST1,green,psadil,2022-09-09,eye-spillover +UI,10173,V1,REST2,yellow,auto,, UI,10173,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" UI,10173,V3,CUFF1,green,auto,, UI,10173,V3,DWI,green,auto,, UI,10173,V3,REST1,green,auto,, UI,10173,V3,REST2,green,auto,, -UI,10173,V3,T1w,yellow,psadil,2022-03-02,"head-motion, noise-local, postprocessing" +UI,10173,V3,T1w,yellow,psadil,2022-03-03,"head-motion, noise-local, postprocessing" UI,10174,V1,CUFF1,green,auto,, UI,10174,V1,CUFF2,green,auto,, UI,10174,V1,DWI,green,auto,, UI,10174,V1,REST1,green,auto,, UI,10174,V1,REST2,green,auto,, -UI,10174,V1,T1w,green,auto,2022-03-01, +UI,10174,V1,T1w,green,auto,2022-09-20, UI,10174,V3,CUFF1,green,auto,, UI,10174,V3,CUFF2,green,auto,, UI,10174,V3,DWI,green,auto,, UI,10174,V3,REST1,green,auto,, UI,10174,V3,REST2,green,auto,, -UI,10174,V3,T1w,yellow,psadil,2022-03-02,"head-motion, inu" -UI,10188,V1,CUFF1,yellow,psadil,2022-03-02,"head-motion, eye-spillover" +UI,10174,V3,T1w,yellow,psadil,2022-03-03,"head-motion, inu" +UI,10188,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, eye-spillover" UI,10188,V1,DWI,green,auto,, -UI,10188,V1,REST1,yellow,psadil,2022-03-02,head-motion -UI,10188,V1,T1w,green,psadil,2022-03-02, +UI,10188,V1,REST1,green,psadil,2022-09-09,head-motion +UI,10188,V1,T1w,green,psadil,2022-03-03, UI,10188,V3,DWI,green,auto,, UI,10188,V3,REST1,green,auto,, UI,10188,V3,T1w,yellow,technologist,, UI,10189,V1,DWI,green,auto,, UI,10189,V1,REST1,green,auto,, -UI,10189,V1,REST2,green,auto,, -UI,10189,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +UI,10189,V1,REST2,red,auto,, +UI,10189,V1,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" UI,10195,V1,DWI,green,auto,, -UI,10195,V1,REST1,green,auto,, -UI,10195,V1,T1w,red,psadil,2022-03-02,"head-motion, noise-global" +UI,10195,V1,REST1,yellow,auto,, +UI,10195,V1,T1w,yellow,psadil,2022-10-24,"head-motion, noise-global" UI,10196,V1,DWI,green,auto,, UI,10196,V1,REST1,green,auto,, -UI,10196,V1,REST2,green,auto,, -UI,10196,V1,T1w,green,auto,2022-03-01, +UI,10196,V1,REST2,red,auto,, +UI,10196,V1,T1w,green,auto,2022-09-20, UI,10196,V3,DWI,green,auto,, UI,10196,V3,REST1,green,auto,, -UI,10196,V3,REST2,green,auto,, +UI,10196,V3,REST2,red,auto,, UI,10196,V3,T1w,yellow,psadil,2022-03-16,"head-motion, inu" UI,10200,V1,CUFF1,green,auto,, UI,10200,V1,CUFF2,green,auto,, UI,10200,V1,DWI,green,auto,, UI,10200,V1,REST1,green,auto,, UI,10200,V1,REST2,green,auto,, -UI,10200,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" +UI,10200,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, postprocessing" UI,10200,V3,CUFF1,green,auto,, UI,10200,V3,CUFF2,green,auto,, UI,10200,V3,DWI,green,auto,, @@ -1969,57 +4132,64 @@ UI,10213,V1,CUFF2,green,auto,, UI,10213,V1,DWI,green,auto,, UI,10213,V1,REST1,green,auto,, UI,10213,V1,REST2,green,auto,, -UI,10213,V1,T1w,yellow,psadil,2022-03-02,head-motion +UI,10213,V1,T1w,yellow,psadil,2022-03-03,head-motion UI,10213,V3,CUFF1,green,auto,, UI,10213,V3,CUFF2,green,auto,, UI,10213,V3,DWI,green,auto,, UI,10213,V3,REST1,green,auto,, -UI,10213,V3,T1w,green,auto,2022-05-24, +UI,10213,V3,T1w,green,auto,2022-09-20, UI,10214,V1,CUFF1,green,auto,, UI,10214,V1,DWI,green,auto,, -UI,10214,V1,REST1,yellow,psadil,2022-03-02,head-motion -UI,10214,V1,REST2,yellow,psadil,2022-03-02,head-motion +UI,10214,V1,REST1,green,psadil,2022-09-09,head-motion +UI,10214,V1,REST2,green,psadil,2022-09-09,head-motion UI,10214,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" +UI,10214,V3,DWI,green,auto,, +UI,10214,V3,REST1,yellow,auto,, +UI,10214,V3,REST2,red,auto,, +UI,10214,V3,T1w,yellow,auto,2022-10-30, UI,10216,V1,DWI,green,auto,, -UI,10216,V1,REST1,red,psadil,2022-03-02,head-motion -UI,10216,V1,T1w,red,psadil,2022-03-02,"head-motion, noise-global" -UI,10217,V3,CUFF1,green,auto,, -UI,10217,V3,CUFF2,green,auto,, +UI,10216,V1,REST1,yellow,psadil,2022-09-09,head-motion +UI,10216,V1,T1w,red,psadil,2022-03-03,"head-motion, noise-global" +UI,10217,V3,CUFF1,yellow,auto,, +UI,10217,V3,CUFF2,yellow,auto,, UI,10217,V3,DWI,green,auto,, -UI,10217,V3,REST1,green,auto,, -UI,10217,V3,REST2,green,auto,, +UI,10217,V3,REST1,yellow,auto,, +UI,10217,V3,REST2,yellow,auto,, UI,10217,V3,T1w,yellow,technologist,, -UI,10218,V1,CUFF1,red,psadil,2022-03-02,head-motion +UI,10218,V1,CUFF1,yellow,psadil,2022-09-09,head-motion UI,10218,V1,DWI,green,auto,, -UI,10218,V1,REST1,red,psadil,2022-03-02,head-motion -UI,10218,V1,REST2,red,psadil,2022-03-02,head-motion +UI,10218,V1,REST1,yellow,psadil,2022-09-09,head-motion +UI,10218,V1,REST2,red,psadil,2022-09-09,head-motion UI,10218,V1,T1w,yellow,psadil,2022-03-02,head-motion UI,10218,V3,DWI,green,auto,, UI,10218,V3,REST1,green,auto,, -UI,10218,V3,REST2,green,auto,, +UI,10218,V3,REST2,red,auto,, UI,10218,V3,T1w,green,psadil,2022-05-13,"head-motion, inu" UI,10219,V1,CUFF1,green,auto,, UI,10219,V1,CUFF2,green,auto,, UI,10219,V1,DWI,green,auto,, UI,10219,V1,REST1,green,auto,, UI,10219,V1,REST2,green,auto,, -UI,10219,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-local" +UI,10219,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-local" UI,10219,V3,CUFF1,green,auto,, UI,10219,V3,CUFF2,green,auto,, UI,10219,V3,DWI,green,auto,, UI,10219,V3,REST1,green,auto,, UI,10219,V3,REST2,green,auto,, -UI,10219,V3,T1w,green,auto,2022-04-01, +UI,10219,V3,T1w,green,auto,2022-09-20, UI,10222,V1,DWI,green,auto,, -UI,10222,V1,REST1,yellow,psadil,2022-03-02,"head-motion, eye-spillover" -UI,10222,V1,REST2,yellow,psadil,2022-03-02,"head-motion, em-perturbation" -UI,10222,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" -UI,10222,V3,T1w,green,auto,2022-07-19, +UI,10222,V1,REST1,green,psadil,2022-09-09,"head-motion, eye-spillover" +UI,10222,V1,REST2,green,psadil,2022-09-09,"head-motion, em-perturbation" +UI,10222,V1,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" +UI,10222,V3,DWI,green,auto,, +UI,10222,V3,REST1,green,auto,, +UI,10222,V3,REST2,red,auto,, +UI,10222,V3,T1w,yellow,technologist,, UI,10224,V1,CUFF1,green,auto,, UI,10224,V1,CUFF2,green,auto,, UI,10224,V1,DWI,green,auto,, UI,10224,V1,REST1,green,auto,, -UI,10224,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, inu, postprocessing" +UI,10224,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, inu, postprocessing" UI,10224,V3,CUFF1,green,auto,, UI,10224,V3,DWI,green,auto,, UI,10224,V3,REST1,green,auto,, @@ -2027,14 +4197,14 @@ UI,10224,V3,REST2,green,auto,, UI,10224,V3,T1w,yellow,psadil,2022-04-14,"head-motion, postprocessing" UI,10232,V1,CUFF1,green,auto,, UI,10232,V1,DWI,green,auto,, -UI,10232,V1,REST1,green,psadil,2022-03-02,"head-motion, em-perturbation" +UI,10232,V1,REST1,green,psadil,2022-09-09,"head-motion, em-perturbation" UI,10232,V1,REST2,green,auto,, -UI,10232,V1,T1w,green,auto,2022-03-01, +UI,10232,V1,T1w,green,auto,2022-09-20, UI,10233,V1,CUFF1,green,auto,, UI,10233,V1,DWI,green,auto,, UI,10233,V1,REST1,green,auto,, -UI,10233,V1,REST2,green,auto,, -UI,10233,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" +UI,10233,V1,REST2,yellow,auto,, +UI,10233,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, postprocessing" UI,10233,V3,CUFF1,green,auto,, UI,10233,V3,DWI,green,auto,, UI,10233,V3,REST1,green,auto,, @@ -2044,70 +4214,70 @@ UI,10236,V1,CUFF1,green,auto,, UI,10236,V1,CUFF2,green,auto,, UI,10236,V1,DWI,green,auto,, UI,10236,V1,REST1,green,auto,, -UI,10236,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" -UI,10247,V1,CUFF1,green,auto,, +UI,10236,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global" +UI,10247,V1,CUFF1,yellow,auto,, UI,10247,V1,DWI,green,auto,, -UI,10247,V1,REST1,green,auto,, -UI,10247,V1,REST2,green,auto,, -UI,10247,V1,T1w,green,auto,2022-03-01, +UI,10247,V1,REST1,yellow,auto,, +UI,10247,V1,REST2,yellow,auto,, +UI,10247,V1,T1w,green,auto,2022-09-20, UI,10255,V1,CUFF1,green,auto,, UI,10255,V1,CUFF2,green,auto,, UI,10255,V1,DWI,green,auto,, UI,10255,V1,REST1,green,auto,, UI,10255,V1,REST2,green,auto,, -UI,10255,V1,T1w,green,auto,2022-03-01, +UI,10255,V1,T1w,green,auto,2022-09-20, UI,10255,V3,CUFF1,green,auto,, UI,10255,V3,CUFF2,green,auto,, UI,10255,V3,DWI,green,auto,, -UI,10255,V3,REST1,green,psadil,2022-04-14,"head-motion, noise-global, field-variation, uncategorized" +UI,10255,V3,REST1,green,psadil,2022-09-09,"head-motion, noise-global, field-variation, uncategorized" UI,10255,V3,REST2,green,auto,, -UI,10255,V3,T1w,green,auto,2022-05-25, -UI,10261,V1,CUFF1,green,psadil,2022-01-31,head-motion +UI,10255,V3,T1w,green,auto,2022-09-20, +UI,10261,V1,CUFF1,green,psadil,2022-09-09,head-motion UI,10261,V1,CUFF2,green,auto,, UI,10261,V1,DWI,green,auto,, UI,10261,V1,REST1,green,auto,, UI,10261,V1,REST2,green,auto,, -UI,10261,V1,T1w,green,auto,2022-03-01, +UI,10261,V1,T1w,green,auto,2022-09-20, UI,10262,V1,DWI,green,auto,, -UI,10262,V1,REST1,red,psadil,2022-03-02,"head-motion, uncategorized" -UI,10262,V1,REST2,red,psadil,2022-03-02,"head-motion, uncategorized" +UI,10262,V1,REST1,red,psadil,2022-09-09,"head-motion, uncategorized" +UI,10262,V1,REST2,red,psadil,2022-09-09,"head-motion, uncategorized" UI,10262,V1,T1w,red,psadil,2022-03-02,"head-motion, postprocessing" UI,10265,V3,DWI,green,auto,, UI,10265,V3,REST1,green,auto,, -UI,10265,V3,REST2,green,psadil,2022-05-03,"inu, uncategorized" +UI,10265,V3,REST2,green,psadil,2022-09-09,"inu, uncategorized" UI,10265,V3,T1w,yellow,technologist,, UI,10266,V1,CUFF1,green,auto,, UI,10266,V1,CUFF2,green,auto,, UI,10266,V1,DWI,green,auto,, UI,10266,V1,REST1,green,auto,, UI,10266,V1,REST2,green,auto,, -UI,10266,V1,T1w,yellow,psadil,2022-03-02,"head-motion, inu, postprocessing" +UI,10266,V1,T1w,yellow,psadil,2022-03-03,"head-motion, inu, postprocessing" UI,10266,V3,CUFF1,green,auto,, UI,10266,V3,CUFF2,green,auto,, UI,10266,V3,DWI,green,auto,, UI,10266,V3,REST1,green,auto,, UI,10266,V3,REST2,green,auto,, -UI,10266,V3,T1w,green,auto,2022-05-25, -UI,10267,V1,CUFF1,red,psadil,2022-03-02,"head-motion, uncategorized" -UI,10267,V1,CUFF2,red,psadil,2022-03-02,"head-motion, uncategorized" +UI,10266,V3,T1w,green,auto,2022-09-20, +UI,10267,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UI,10267,V1,CUFF2,yellow,psadil,2022-09-09,"head-motion, uncategorized" UI,10267,V1,DWI,green,auto,, -UI,10267,V1,REST1,red,psadil,2022-03-02,"head-motion, uncategorized" +UI,10267,V1,REST1,yellow,psadil,2022-09-09,"head-motion, uncategorized" UI,10267,V1,T1w,red,psadil,2022-03-02,head-motion -UI,10267,V3,CUFF1,green,auto,, +UI,10267,V3,CUFF1,yellow,auto,, UI,10267,V3,DWI,green,auto,, -UI,10267,V3,REST1,green,auto,, -UI,10267,V3,REST2,green,auto,, +UI,10267,V3,REST1,yellow,auto,, +UI,10267,V3,REST2,yellow,auto,, UI,10267,V3,T1w,yellow,technologist,, UI,10269,V1,CUFF1,green,auto,, UI,10269,V1,CUFF2,green,auto,, UI,10269,V1,DWI,green,auto,, UI,10269,V1,REST1,green,auto,, UI,10269,V1,REST2,green,auto,, -UI,10269,V1,T1w,yellow,psadil,2022-03-02,"head-motion, inu, postprocessing" +UI,10269,V1,T1w,yellow,psadil,2022-03-03,"head-motion, inu, postprocessing" UI,10270,V1,DWI,green,auto,, UI,10270,V1,REST1,green,auto,, -UI,10270,V1,REST2,green,auto,, -UI,10270,V1,T1w,green,auto,2022-03-01, +UI,10270,V1,REST2,red,auto,, +UI,10270,V1,T1w,green,auto,2022-09-20, UI,10270,V3,CUFF1,green,auto,, UI,10270,V3,CUFF2,green,auto,, UI,10270,V3,DWI,green,auto,, @@ -2118,101 +4288,102 @@ UI,10272,V1,DWI,green,auto,, UI,10272,V1,REST1,green,auto,, UI,10272,V1,REST2,green,auto,, UI,10272,V1,T1w,green,psadil,2022-03-02,postprocessing -UI,10272,V3,CUFF1,green,auto,, +UI,10272,V3,CUFF1,red,auto,, UI,10272,V3,DWI,green,auto,, UI,10272,V3,REST1,green,auto,, UI,10272,V3,T1w,green,psadil,2022-05-16,"inu, postprocessing" UI,10275,V1,CUFF1,green,auto,, -UI,10275,V1,CUFF2,yellow,psadil,2022-03-02,"head-motion, uncategorized" +UI,10275,V1,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10275,V1,DWI,green,auto,, UI,10275,V1,REST1,green,auto,, -UI,10275,V1,REST2,red,psadil,2022-03-02,"head-motion, inu, uncategorized" -UI,10275,V1,T1w,green,auto,2022-03-02, +UI,10275,V1,REST2,yellow,psadil,2022-09-09,"head-motion, inu, uncategorized" +UI,10275,V1,T1w,green,auto,2022-09-20, UI,10275,V3,CUFF1,green,auto,, UI,10275,V3,CUFF2,green,auto,, UI,10275,V3,DWI,green,auto,, UI,10275,V3,REST1,green,auto,, -UI,10275,V3,T1w,green,auto,2022-05-24, -UI,10277,V1,CUFF1,yellow,psadil,2022-03-03,"head-motion, inu, uncategorized" -UI,10277,V1,CUFF2,green,psadil,2022-03-02,"head-motion, inu" +UI,10275,V3,T1w,green,auto,2022-09-20, +UI,10277,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, inu, uncategorized" +UI,10277,V1,CUFF2,green,psadil,2022-09-09,"head-motion, inu" UI,10277,V1,DWI,green,auto,, -UI,10277,V1,REST1,yellow,psadil,2022-03-02,"head-motion, uncategorized" +UI,10277,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10277,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" UI,10280,V1,DWI,green,auto,, UI,10280,V1,REST1,green,auto,, -UI,10280,V1,REST2,green,auto,, -UI,10280,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, inu, postprocessing" +UI,10280,V1,REST2,red,auto,, +UI,10280,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, inu, postprocessing" UI,10280,V3,DWI,green,auto,, -UI,10280,V3,REST1,green,auto,, -UI,10280,V3,REST2,green,auto,, +UI,10280,V3,REST1,red,auto,, +UI,10280,V3,REST2,red,auto,, UI,10280,V3,T1w,yellow,technologist,, UI,10281,V1,CUFF1,green,auto,, UI,10281,V1,DWI,green,auto,, UI,10281,V1,REST1,green,auto,, UI,10281,V1,REST2,green,auto,, -UI,10281,V1,T1w,green,auto,2022-03-02, +UI,10281,V1,T1w,green,auto,2022-09-20, UI,10282,V1,CUFF1,green,auto,, UI,10282,V1,DWI,green,auto,, UI,10282,V1,REST1,green,auto,, -UI,10282,V1,REST2,yellow,psadil,2022-03-02,"head-motion, uncategorized" -UI,10282,V1,T1w,green,auto,2022-03-02, -UI,10284,V1,CUFF1,green,auto,, +UI,10282,V1,REST2,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UI,10282,V1,T1w,green,auto,2022-09-20, +UI,10284,V1,CUFF1,yellow,auto,, UI,10284,V1,DWI,green,auto,, -UI,10284,V1,REST1,green,auto,, -UI,10284,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +UI,10284,V1,REST1,yellow,auto,, +UI,10284,V1,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" UI,10287,V1,CUFF1,green,auto,, UI,10287,V1,CUFF2,green,auto,, UI,10287,V1,DWI,green,auto,, UI,10287,V1,REST1,green,auto,, UI,10287,V1,REST2,green,auto,, UI,10287,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" -UI,10287,V3,T1w,green,auto,2022-07-19, +UI,10287,V3,DWI,green,auto,, +UI,10287,V3,T1w,yellow,technologist,, UI,10292,V1,DWI,green,auto,, UI,10292,V1,REST1,green,auto,, -UI,10292,V1,REST2,green,auto,, +UI,10292,V1,REST2,red,auto,, UI,10292,V1,T1w,yellow,technologist,, -UI,10295,V1,CUFF1,green,psadil,2022-03-02,"head-motion, uncategorized" -UI,10295,V1,CUFF2,green,psadil,2022-03-02,"inu, uncategorized" +UI,10295,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" +UI,10295,V1,CUFF2,green,psadil,2022-09-09,"inu, uncategorized" UI,10295,V1,DWI,green,auto,, -UI,10295,V1,REST1,green,psadil,2022-03-02,"head-motion, field-variation, uncategorized" -UI,10295,V1,REST2,green,psadil,2022-03-02,"field-variation, uncategorized" -UI,10295,V1,T1w,yellow,psadil,2022-03-02,"head-motion, inu, postprocessing" +UI,10295,V1,REST1,green,psadil,2022-09-09,"head-motion, field-variation, uncategorized" +UI,10295,V1,REST2,green,psadil,2022-09-09,"field-variation, uncategorized" +UI,10295,V1,T1w,yellow,psadil,2022-03-03,"head-motion, inu, postprocessing" UI,10295,V3,CUFF1,green,auto,, UI,10295,V3,CUFF2,green,auto,, UI,10295,V3,DWI,green,auto,, UI,10295,V3,REST1,green,auto,, UI,10295,V3,REST2,green,auto,, UI,10295,V3,T1w,yellow,technologist,, -UI,10299,V1,CUFF1,green,psadil,2022-05-03,"head-motion, uncategorized" +UI,10299,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10299,V1,CUFF2,green,auto,, UI,10299,V1,DWI,green,auto,, -UI,10299,V1,REST1,green,psadil,2022-04-04,"head-motion, em-perturbation, uncategorized" -UI,10299,V1,REST2,green,psadil,2022-04-04,"head-motion, em-perturbation, uncategorized" +UI,10299,V1,REST1,green,psadil,2022-09-09,"head-motion, em-perturbation, uncategorized" +UI,10299,V1,REST2,green,psadil,2022-09-09,"head-motion, em-perturbation, uncategorized" UI,10299,V1,T1w,green,psadil,2022-04-29,inu -UI,10301,V1,CUFF1,yellow,psadil,2022-05-03,"head-motion, uncategorized" -UI,10301,V1,CUFF2,yellow,psadil,2022-05-03,"head-motion, uncategorized" +UI,10301,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" +UI,10301,V1,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10301,V1,DWI,green,auto,, -UI,10301,V1,REST1,yellow,psadil,2022-07-19,"head-motion, uncategorized" -UI,10301,V1,REST2,yellow,psadil,2022-03-31,"head-motion, uncategorized" +UI,10301,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +UI,10301,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10301,V1,T1w,yellow,psadil,2022-04-29,"head-motion, postprocessing" UI,10302,V1,DWI,green,auto,, -UI,10302,V1,REST1,green,auto,, -UI,10302,V1,REST2,green,auto,, +UI,10302,V1,REST1,yellow,auto,, +UI,10302,V1,REST2,red,auto,, UI,10302,V1,T1w,yellow,psadil,2022-04-29,"head-motion, postprocessing" UI,10302,V3,DWI,green,auto,, -UI,10302,V3,REST1,green,auto,, -UI,10302,V3,REST2,green,auto,, +UI,10302,V3,REST1,yellow,auto,, +UI,10302,V3,REST2,red,auto,, UI,10302,V3,T1w,yellow,psadil,2022-07-19,"head-motion, postprocessing" UI,10311,V1,CUFF1,green,auto,, UI,10311,V1,DWI,green,auto,, -UI,10311,V1,REST1,green,auto,, +UI,10311,V1,REST1,yellow,auto,, UI,10311,V1,REST2,green,auto,, -UI,10311,V1,T1w,green,auto,2022-04-01, +UI,10311,V1,T1w,green,auto,2022-09-20, UI,10311,V3,CUFF1,green,auto,, UI,10311,V3,CUFF2,green,auto,, UI,10311,V3,DWI,green,auto,, UI,10311,V3,REST1,green,auto,, -UI,10311,V3,REST2,yellow,psadil,2022-07-19,"head-motion, uncategorized" +UI,10311,V3,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10311,V3,T1w,yellow,technologist,, UI,10313,V1,CUFF1,green,auto,, UI,10313,V1,CUFF2,green,auto,, @@ -2220,20 +4391,20 @@ UI,10313,V1,DWI,green,auto,, UI,10313,V1,REST1,green,auto,, UI,10313,V1,REST2,green,auto,, UI,10313,V1,T1w,yellow,psadil,2022-03-22,"head-motion, inu, postprocessing" -UI,10313,V3,CUFF1,green,psadil,2022-07-19,"field-variation, uncategorized" +UI,10313,V3,CUFF1,green,psadil,2022-09-09,"field-variation, uncategorized" UI,10313,V3,CUFF2,green,auto,, UI,10313,V3,DWI,green,auto,, UI,10313,V3,REST1,green,auto,, UI,10313,V3,REST2,green,auto,, -UI,10313,V3,T1w,green,auto,2022-07-12, +UI,10313,V3,T1w,green,auto,2022-09-20, UI,10320,V1,DWI,green,auto,, UI,10320,V1,REST1,green,auto,, -UI,10320,V1,REST2,green,auto,, -UI,10320,V1,T1w,green,auto,2022-05-24, +UI,10320,V1,REST2,red,auto,, +UI,10320,V1,T1w,green,auto,2022-09-20, UI,10320,V3,DWI,green,auto,, -UI,10320,V3,REST1,green,auto,, -UI,10320,V3,REST2,green,auto,, -UI,10320,V3,T1w,green,auto,2022-08-23, +UI,10320,V3,REST1,yellow,auto,, +UI,10320,V3,REST2,red,auto,, +UI,10320,V3,T1w,green,auto,2022-09-20, UI,10324,V1,CUFF1,green,auto,, UI,10324,V1,CUFF2,green,auto,, UI,10324,V1,DWI,green,auto,, @@ -2245,81 +4416,81 @@ UI,10326,V1,CUFF2,green,auto,, UI,10326,V1,DWI,green,auto,, UI,10326,V1,REST1,green,auto,, UI,10326,V1,REST2,green,auto,, -UI,10326,V1,T1w,green,auto,2022-05-25, +UI,10326,V1,T1w,green,auto,2022-09-20, UI,10337,V1,CUFF1,green,auto,, UI,10337,V1,CUFF2,green,auto,, UI,10337,V1,DWI,green,auto,, UI,10337,V1,REST1,green,auto,, UI,10337,V1,REST2,green,auto,, -UI,10337,V1,T1w,green,auto,2022-07-12, +UI,10337,V1,T1w,green,auto,2022-09-20, UI,10337,V3,CUFF1,green,auto,, UI,10337,V3,CUFF2,green,auto,, UI,10337,V3,DWI,green,auto,, UI,10337,V3,REST1,green,auto,, UI,10337,V3,REST2,green,auto,, -UI,10337,V3,T1w,green,auto,2022-08-23, +UI,10337,V3,T1w,green,psadil,2023-09-06, UI,10343,V1,DWI,green,auto,, -UI,10343,V1,REST1,green,auto,, -UI,10343,V1,REST2,yellow,psadil,2022-07-19,"head-motion, uncategorized" +UI,10343,V1,REST1,yellow,auto,, +UI,10343,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10343,V1,T1w,yellow,technologist,, UI,10343,V3,DWI,green,auto,, UI,10343,V3,REST1,green,auto,, -UI,10343,V3,REST2,green,auto,, +UI,10343,V3,REST2,red,auto,, UI,10343,V3,T1w,yellow,technologist,, UI,10344,V1,CUFF1,green,auto,, -UI,10344,V1,CUFF2,yellow,psadil,2022-05-03,"head-motion, uncategorized" +UI,10344,V1,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10344,V1,DWI,green,auto,, UI,10344,V1,REST1,green,auto,, -UI,10344,V1,REST2,yellow,psadil,2022-05-09,"head-motion, uncategorized" +UI,10344,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10344,V1,T1w,yellow,technologist,, -UI,10346,V1,CUFF1,red,psadil,2022-05-09,"head-motion, uncategorized" -UI,10346,V1,CUFF2,red,psadil,2022-05-09,"head-motion, uncategorized" +UI,10346,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UI,10346,V1,CUFF2,yellow,psadil,2022-09-09,"head-motion, uncategorized" UI,10346,V1,DWI,green,auto,, -UI,10346,V1,REST1,green,auto,, -UI,10346,V1,REST2,green,auto,, -UI,10346,V1,T1w,green,auto,2022-05-24, +UI,10346,V1,REST1,yellow,auto,, +UI,10346,V1,REST2,yellow,auto,, +UI,10346,V1,T1w,green,auto,2022-09-20, UI,10346,V3,DWI,green,auto,, -UI,10346,V3,REST1,green,auto,, +UI,10346,V3,REST1,yellow,auto,, UI,10346,V3,T1w,yellow,technologist,, UI,10347,V1,CUFF1,green,auto,, UI,10347,V1,DWI,green,auto,, UI,10347,V1,REST1,green,auto,, UI,10347,V1,REST2,green,auto,, -UI,10347,V1,T1w,yellow,auto,2022-05-24, +UI,10347,V1,T1w,yellow,auto,2022-09-20, UI,10347,V3,CUFF1,green,auto,, UI,10347,V3,DWI,green,auto,, UI,10347,V3,REST1,green,auto,, UI,10347,V3,REST2,green,auto,, -UI,10347,V3,T1w,green,auto,2022-08-23, +UI,10347,V3,T1w,green,auto,2022-09-20, UI,10349,V1,DWI,green,auto,, UI,10349,V1,REST1,green,auto,, -UI,10349,V1,REST2,green,auto,, -UI,10349,V1,T1w,yellow,auto,2022-05-25, +UI,10349,V1,REST2,red,auto,, +UI,10349,V1,T1w,yellow,auto,2022-09-20, UI,10349,V3,CUFF1,green,auto,, UI,10349,V3,DWI,green,auto,, UI,10349,V3,REST1,green,auto,, UI,10349,V3,REST2,green,auto,, -UI,10349,V3,T1w,green,auto,2022-08-23, -UI,10355,V1,CUFF1,red,psadil,2022-07-19,"head-motion, uncategorized" -UI,10355,V1,CUFF2,red,psadil,2022-07-19,"head-motion, uncategorized" +UI,10349,V3,T1w,green,auto,2022-09-20, +UI,10355,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UI,10355,V1,CUFF2,red,psadil,2022-09-09,"head-motion, uncategorized" UI,10355,V1,DWI,green,auto,, -UI,10355,V1,REST1,red,psadil,2022-07-19,"head-motion, uncategorized" -UI,10355,V1,REST2,red,psadil,2022-07-19,"head-motion, field-variation, uncategorized" +UI,10355,V1,REST1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UI,10355,V1,REST2,yellow,psadil,2022-09-09,"head-motion, field-variation, uncategorized" UI,10355,V1,T1w,yellow,psadil,2022-05-26,"head-motion, inu" -UI,10355,V3,CUFF1,green,auto,, -UI,10355,V3,CUFF2,green,auto,, +UI,10355,V3,CUFF1,yellow,auto,, +UI,10355,V3,CUFF2,yellow,auto,, UI,10355,V3,DWI,green,auto,, -UI,10355,V3,REST1,green,auto,, +UI,10355,V3,REST1,yellow,auto,, UI,10355,V3,T1w,yellow,psadil,2022-08-30,head-motion UI,10361,V3,CUFF1,green,auto,, UI,10361,V3,CUFF2,green,auto,, UI,10361,V3,DWI,green,auto,, UI,10361,V3,REST1,green,auto,, UI,10361,V3,REST2,green,auto,, -UI,10361,V3,T1w,yellow,technologist,, +UI,10361,V3,T1w,green,psadil,2022-09-13,postprocessing UI,10362,V1,DWI,green,auto,, UI,10362,V1,REST1,green,auto,, -UI,10362,V1,REST2,green,auto,, +UI,10362,V1,REST2,red,auto,, UI,10362,V1,T1w,yellow,technologist,, UI,10362,V3,CUFF1,green,auto,, UI,10362,V3,DWI,green,auto,, @@ -2340,60 +4511,104 @@ UI,10367,V3,T1w,green,psadil,2022-08-22,"head-motion, noise-global, postprocessi UI,10368,V1,CUFF1,green,auto,, UI,10368,V1,CUFF2,green,auto,, UI,10368,V1,DWI,green,auto,, -UI,10368,V1,REST1,green,auto,, +UI,10368,V1,REST1,red,auto,, UI,10368,V1,T1w,yellow,technologist,, UI,10384,V1,DWI,green,auto,, -UI,10384,V1,REST1,yellow,psadil,2022-07-19,"head-motion, uncategorized" -UI,10384,V1,REST2,yellow,psadil,2022-07-19,"head-motion, uncategorized" -UI,10384,V1,T1w,green,auto,2022-05-24, +UI,10384,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +UI,10384,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" +UI,10384,V1,T1w,green,auto,2022-09-20, UI,10384,V3,DWI,green,auto,, UI,10384,V3,REST1,green,auto,, -UI,10384,V3,REST2,green,auto,, +UI,10384,V3,REST2,red,auto,, UI,10384,V3,T1w,green,psadil,2022-08-30,"inu, postprocessing" UI,10390,V1,CUFF1,green,auto,, -UI,10390,V1,CUFF2,green,psadil,2022-07-19,uncategorized +UI,10390,V1,CUFF2,green,psadil,2022-09-09,uncategorized UI,10390,V1,DWI,green,auto,, -UI,10390,V1,REST1,green,psadil,2022-07-19,"head-motion, uncategorized" -UI,10390,V1,REST2,green,psadil,2022-08-05,uncategorized +UI,10390,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +UI,10390,V1,REST2,green,psadil,2022-09-09,uncategorized UI,10390,V1,T1w,yellow,psadil,2022-06-27,"head-motion, noise-global" +UI,10390,V3,CUFF1,green,auto,, +UI,10390,V3,CUFF2,green,auto,, +UI,10390,V3,DWI,green,auto,, +UI,10390,V3,REST1,green,auto,, +UI,10390,V3,REST2,green,auto,, +UI,10390,V3,T1w,yellow,technologist,, UI,10391,V1,CUFF1,green,auto,, UI,10391,V1,CUFF2,green,auto,, UI,10391,V1,DWI,green,auto,, UI,10391,V1,REST1,green,auto,, UI,10391,V1,REST2,green,auto,, UI,10391,V1,T1w,yellow,technologist,, -UI,10395,V1,CUFF1,green,psadil,2022-07-19,"head-motion, uncategorized" +UI,10391,V3,CUFF1,green,auto,, +UI,10391,V3,CUFF2,green,auto,, +UI,10391,V3,DWI,green,auto,, +UI,10391,V3,REST1,green,auto,, +UI,10391,V3,REST2,green,auto,, +UI,10391,V3,T1w,yellow,technologist,, +UI,10395,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10395,V1,DWI,green,auto,, -UI,10395,V1,REST1,green,psadil,2022-07-22,uncategorized -UI,10395,V1,REST2,green,psadil,2022-07-22,"head-motion, uncategorized" +UI,10395,V1,REST1,green,psadil,2022-09-09,uncategorized +UI,10395,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" UI,10395,V1,T1w,yellow,psadil,2022-06-27,"head-motion, noise-global, inu" +UI,10395,V3,CUFF1,green,auto,, +UI,10395,V3,CUFF2,green,auto,, +UI,10395,V3,DWI,green,auto,, +UI,10395,V3,REST1,green,auto,, +UI,10395,V3,REST2,yellow,auto,, +UI,10395,V3,T1w,yellow,psadil,2023-09-28,"head-motion, postprocessing" UI,10396,V1,CUFF1,green,auto,, UI,10396,V1,CUFF2,green,auto,, UI,10396,V1,DWI,green,auto,, UI,10396,V1,REST1,green,auto,, UI,10396,V1,REST2,green,auto,, UI,10396,V1,T1w,green,psadil,2022-08-22,postprocessing +UI,10396,V3,CUFF1,green,auto,, +UI,10396,V3,CUFF2,green,auto,, +UI,10396,V3,DWI,green,auto,, +UI,10396,V3,REST1,green,auto,, +UI,10396,V3,REST2,green,auto,, +UI,10396,V3,T1w,green,psadil,2023-09-07, UI,10397,V1,DWI,green,auto,, -UI,10397,V1,REST1,green,auto,, -UI,10397,V1,REST2,green,auto,, +UI,10397,V1,REST1,yellow,auto,, +UI,10397,V1,REST2,red,auto,, UI,10397,V1,T1w,yellow,technologist,, +UI,10397,V3,CUFF1,green,auto,, +UI,10397,V3,DWI,green,auto,, +UI,10397,V3,REST1,green,auto,, +UI,10397,V3,REST2,green,auto,, +UI,10397,V3,T1w,yellow,technologist,, UI,10398,V1,DWI,green,auto,, -UI,10398,V1,REST1,green,auto,, -UI,10398,V1,REST2,green,auto,, -UI,10398,V1,T1w,yellow,psadil,2022-07-19,"head-motion, noise-global, inu" +UI,10398,V1,REST1,yellow,auto,, +UI,10398,V1,REST2,red,auto,, +UI,10398,V1,T1w,yellow,psadil,2022-10-24,"head-motion, noise-global, inu" +UI,10398,V3,CUFF1,yellow,auto,, +UI,10398,V3,DWI,green,auto,, +UI,10398,V3,REST1,yellow,auto,, +UI,10398,V3,REST2,yellow,auto,, +UI,10398,V3,T1w,red,psadil,2022-10-06,"head-motion, uncategorized" UI,10405,V1,DWI,green,auto,, -UI,10405,V1,REST1,green,auto,, -UI,10405,V1,REST2,yellow,psadil,2022-07-22,"head-motion, uncategorized" +UI,10405,V1,REST1,yellow,auto,, +UI,10405,V1,REST2,yellow,psadil,2022-09-09,"head-motion, uncategorized" UI,10405,V1,T1w,yellow,psadil,2022-06-27,"head-motion, noise-global, postprocessing" +UI,10405,V3,DWI,green,auto,, +UI,10405,V3,REST1,yellow,auto,, +UI,10405,V3,REST2,red,auto,, +UI,10405,V3,T1w,yellow,auto,2022-10-30, UI,10408,V1,DWI,green,auto,, UI,10408,V1,REST1,green,auto,, -UI,10408,V1,REST2,green,auto,, +UI,10408,V1,REST2,red,auto,, UI,10408,V1,T1w,yellow,technologist,, -UI,10417,V1,CUFF1,yellow,psadil,2022-07-22,"head-motion, wrap-around, uncategorized" -UI,10417,V1,CUFF2,yellow,psadil,2022-07-22,"head-motion, wrap-around, uncategorized" +UI,10408,V3,CUFF1,green,auto,, +UI,10408,V3,CUFF2,green,auto,, +UI,10408,V3,DWI,green,auto,, +UI,10408,V3,REST1,green,auto,, +UI,10408,V3,REST2,green,auto,, +UI,10408,V3,T1w,yellow,psadil,2023-09-07,head-motion +UI,10417,V1,CUFF1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +UI,10417,V1,CUFF2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" UI,10417,V1,DWI,green,auto,, -UI,10417,V1,REST1,yellow,psadil,2022-07-22,"head-motion, wrap-around, uncategorized" -UI,10417,V1,T1w,green,auto,2022-07-12, +UI,10417,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" +UI,10417,V1,T1w,green,auto,2022-09-20, UI,10420,V1,CUFF1,green,auto,, UI,10420,V1,DWI,green,auto,, UI,10420,V1,REST1,green,auto,, @@ -2402,110 +4617,1858 @@ UI,10420,V1,T1w,yellow,technologist,, UI,10421,V1,CUFF1,green,auto,, UI,10421,V1,CUFF2,green,auto,, UI,10421,V1,DWI,green,auto,, -UI,10421,V1,REST1,green,auto,, -UI,10421,V1,REST2,green,auto,, +UI,10421,V1,REST1,yellow,auto,, +UI,10421,V1,REST2,yellow,auto,, UI,10421,V1,T1w,yellow,technologist,, +UI,10421,V3,CUFF1,yellow,auto,, +UI,10421,V3,DWI,green,auto,, +UI,10421,V3,REST1,yellow,auto,, +UI,10421,V3,REST2,yellow,auto,, +UI,10421,V3,T1w,yellow,technologist,, UI,10447,V1,CUFF1,green,auto,, UI,10447,V1,CUFF2,green,auto,, UI,10447,V1,DWI,green,auto,, UI,10447,V1,REST1,green,auto,, UI,10447,V1,REST2,green,auto,, -UI,10447,V1,T1w,green,auto,2022-08-23, +UI,10447,V1,T1w,green,auto,2022-09-20, +UI,10447,V3,CUFF1,green,auto,, +UI,10447,V3,CUFF2,green,auto,, +UI,10447,V3,DWI,green,auto,, +UI,10447,V3,REST1,green,auto,, +UI,10447,V3,REST2,green,auto,, +UI,10447,V3,T1w,green,psadil,2023-09-07, UI,10449,V1,CUFF1,green,auto,, UI,10449,V1,DWI,green,auto,, UI,10449,V1,REST1,green,auto,, UI,10449,V1,REST2,green,auto,, -UI,10449,V1,T1w,green,technologist,, +UI,10449,V1,T1w,green,auto,2022-09-13, +UI,10449,V3,DWI,green,auto,, +UI,10449,V3,REST1,green,auto,, +UI,10449,V3,REST2,red,auto,, +UI,10449,V3,T1w,green,auto,2022-12-14, +UI,10451,V3,CUFF1,green,auto,, +UI,10451,V3,CUFF2,green,auto,, +UI,10451,V3,DWI,green,auto,, +UI,10451,V3,REST1,green,auto,, +UI,10451,V3,REST2,green,auto,, +UI,10451,V3,T1w,green,auto,2023-01-07, UI,10452,V1,CUFF1,green,auto,, UI,10452,V1,CUFF2,green,auto,, UI,10452,V1,DWI,green,auto,, UI,10452,V1,REST1,green,auto,, -UI,10452,V1,T1w,green,technologist,, +UI,10452,V1,T1w,green,psadil,2022-09-13,postprocessing UI,10453,V1,CUFF1,green,auto,, UI,10453,V1,DWI,green,auto,, UI,10453,V1,REST1,green,auto,, UI,10453,V1,REST2,green,auto,, -UI,10453,V1,T1w,green,auto,2022-09-06, -UM,20004,V1,CUFF1,red,psadil,2022-03-02,"head-motion, eye-spillover" -UM,20004,V1,CUFF2,red,psadil,2022-03-02,"head-motion, eye-spillover" +UI,10453,V1,T1w,green,auto,2022-09-20, +UI,10453,V3,CUFF1,green,auto,, +UI,10453,V3,DWI,green,auto,, +UI,10453,V3,REST1,green,auto,, +UI,10453,V3,REST2,green,auto,, +UI,10453,V3,T1w,green,auto,2023-07-07, +UI,10457,V1,CUFF1,green,auto,, +UI,10457,V1,CUFF2,yellow,auto,, +UI,10457,V1,DWI,green,auto,, +UI,10457,V1,REST1,green,auto,, +UI,10457,V1,REST2,yellow,auto,, +UI,10457,V1,T1w,yellow,technologist,, +UI,10458,V1,CUFF1,green,auto,, +UI,10458,V1,CUFF2,green,auto,, +UI,10458,V1,DWI,green,auto,, +UI,10458,V1,REST1,green,auto,, +UI,10458,V1,REST2,green,auto,, +UI,10458,V1,T1w,yellow,technologist,, +UI,10459,V1,CUFF1,green,auto,, +UI,10459,V1,CUFF2,green,auto,, +UI,10459,V1,DWI,green,auto,, +UI,10459,V1,REST1,green,auto,, +UI,10459,V1,REST2,green,auto,, +UI,10459,V1,T1w,yellow,technologist,, +UI,10459,V3,CUFF1,green,auto,, +UI,10459,V3,CUFF2,green,auto,, +UI,10459,V3,DWI,green,auto,, +UI,10459,V3,REST1,green,auto,, +UI,10459,V3,REST2,green,auto,, +UI,10459,V3,T1w,yellow,psadil,2023-09-07,head-motion +UI,10467,V1,CUFF1,green,auto,, +UI,10467,V1,CUFF2,green,auto,, +UI,10467,V1,DWI,green,auto,, +UI,10467,V1,REST1,green,auto,, +UI,10467,V1,REST2,green,auto,, +UI,10467,V1,T1w,yellow,technologist,, +UI,10467,V3,CUFF1,green,auto,, +UI,10467,V3,CUFF2,green,auto,, +UI,10467,V3,DWI,green,auto,, +UI,10467,V3,REST1,green,auto,, +UI,10467,V3,REST2,green,auto,, +UI,10467,V3,T1w,yellow,psadil,2023-09-07,head-motion +UI,10469,V1,CUFF1,green,auto,, +UI,10469,V1,CUFF2,green,auto,, +UI,10469,V1,DWI,green,auto,, +UI,10469,V1,REST1,green,auto,, +UI,10469,V1,REST2,yellow,auto,, +UI,10469,V1,T1w,green,auto,2022-09-20, +UI,10469,V3,CUFF1,green,auto,, +UI,10469,V3,CUFF2,yellow,auto,, +UI,10469,V3,DWI,green,auto,, +UI,10469,V3,REST1,yellow,auto,, +UI,10469,V3,REST2,yellow,auto,, +UI,10469,V3,T1w,green,auto,2022-12-22, +UI,10470,V1,CUFF1,green,auto,, +UI,10470,V1,CUFF2,green,auto,, +UI,10470,V1,DWI,green,auto,, +UI,10470,V1,REST1,green,auto,, +UI,10470,V1,REST2,green,auto,, +UI,10470,V1,T1w,green,auto,2022-10-08, +UI,10470,V3,CUFF1,green,auto,, +UI,10470,V3,CUFF2,green,auto,, +UI,10470,V3,DWI,green,auto,, +UI,10470,V3,REST1,green,auto,, +UI,10470,V3,REST2,green,auto,, +UI,10470,V3,T1w,green,auto,2023-01-23, +UI,10473,V1,CUFF1,green,auto,, +UI,10473,V1,CUFF2,green,auto,, +UI,10473,V1,DWI,green,auto,, +UI,10473,V1,REST1,green,auto,, +UI,10473,V1,T1w,green,auto,2022-10-08, +UI,10475,V1,CUFF1,green,auto,, +UI,10475,V1,CUFF2,green,auto,, +UI,10475,V1,DWI,green,auto,, +UI,10475,V1,REST1,green,auto,, +UI,10475,V1,REST2,green,auto,, +UI,10475,V1,T1w,green,psadil,2022-10-06,postprocessing +UI,10476,V1,DWI,green,auto,, +UI,10476,V1,REST1,yellow,auto,, +UI,10476,V1,REST2,red,auto,, +UI,10476,V1,T1w,yellow,psadil,2023-10-25,"head-motion, postprocessing" +UI,10476,V3,DWI,green,auto,, +UI,10476,V3,REST1,green,auto,, +UI,10476,V3,REST2,red,auto,, +UI,10476,V3,T1w,yellow,technologist,, +UI,10482,V1,CUFF1,green,auto,, +UI,10482,V1,CUFF2,green,auto,, +UI,10482,V1,DWI,green,auto,, +UI,10482,V1,REST1,green,auto,, +UI,10482,V1,REST2,green,auto,, +UI,10482,V1,T1w,yellow,technologist,, +UI,10485,V1,CUFF1,yellow,auto,, +UI,10485,V1,CUFF2,green,auto,, +UI,10485,V1,DWI,green,auto,, +UI,10485,V1,REST1,yellow,auto,, +UI,10485,V1,REST2,yellow,auto,, +UI,10485,V1,T1w,green,auto,2022-10-11, +UI,10485,V3,CUFF1,green,auto,, +UI,10485,V3,CUFF2,green,auto,, +UI,10485,V3,DWI,green,auto,, +UI,10485,V3,REST1,green,auto,, +UI,10485,V3,REST2,green,auto,, +UI,10485,V3,T1w,yellow,technologist,, +UI,10494,V1,CUFF1,green,auto,, +UI,10494,V1,CUFF2,green,auto,, +UI,10494,V1,DWI,green,auto,, +UI,10494,V1,REST1,green,auto,, +UI,10494,V1,REST2,green,auto,, +UI,10494,V1,T1w,green,auto,2022-10-30, +UI,10495,V1,DWI,green,auto,, +UI,10495,V1,REST1,green,auto,, +UI,10495,V1,REST2,red,auto,, +UI,10495,V1,T1w,green,auto,2022-10-20, +UI,10495,V3,DWI,green,auto,, +UI,10495,V3,REST1,green,auto,, +UI,10495,V3,REST2,red,auto,, +UI,10495,V3,T1w,green,auto,2023-01-26, +UI,10499,V1,CUFF1,green,auto,, +UI,10499,V1,CUFF2,green,auto,, +UI,10499,V1,DWI,green,auto,, +UI,10499,V1,REST1,green,auto,, +UI,10499,V1,REST2,green,auto,, +UI,10499,V1,T1w,yellow,technologist,, +UI,10499,V3,CUFF1,green,auto,, +UI,10499,V3,CUFF2,green,auto,, +UI,10499,V3,DWI,green,auto,, +UI,10499,V3,REST1,green,auto,, +UI,10499,V3,REST2,green,auto,, +UI,10499,V3,T1w,yellow,psadil,2023-09-07,head-motion +UI,10505,V1,CUFF1,green,auto,, +UI,10505,V1,CUFF2,green,auto,, +UI,10505,V1,DWI,green,auto,, +UI,10505,V1,REST1,green,auto,, +UI,10505,V1,REST2,green,auto,, +UI,10505,V1,T1w,green,auto,2022-10-30, +UI,10505,V3,CUFF1,green,auto,, +UI,10505,V3,CUFF2,green,auto,, +UI,10505,V3,DWI,green,auto,, +UI,10505,V3,REST1,green,auto,, +UI,10505,V3,T1w,yellow,technologist,, +UI,10509,V3,CUFF1,green,auto,, +UI,10509,V3,CUFF2,green,auto,, +UI,10509,V3,DWI,green,auto,, +UI,10509,V3,REST1,green,auto,, +UI,10509,V3,REST2,green,auto,, +UI,10509,V3,T1w,yellow,technologist,, +UI,10512,V1,CUFF1,green,auto,, +UI,10512,V1,CUFF2,green,auto,, +UI,10512,V1,DWI,green,auto,, +UI,10512,V1,REST1,green,auto,, +UI,10512,V1,REST2,green,auto,, +UI,10512,V1,T1w,green,auto,2022-11-05, +UI,10512,V3,CUFF1,green,auto,, +UI,10512,V3,CUFF2,green,auto,, +UI,10512,V3,DWI,green,auto,, +UI,10512,V3,REST1,green,auto,, +UI,10512,V3,REST2,green,auto,, +UI,10512,V3,T1w,yellow,technologist,, +UI,10514,V1,CUFF1,green,auto,, +UI,10514,V1,CUFF2,green,auto,, +UI,10514,V1,DWI,green,auto,, +UI,10514,V1,REST1,green,auto,, +UI,10514,V1,REST2,green,auto,, +UI,10514,V1,T1w,green,auto,2022-11-12, +UI,10514,V3,CUFF1,green,auto,, +UI,10514,V3,CUFF2,green,auto,, +UI,10514,V3,DWI,green,auto,, +UI,10514,V3,REST1,green,auto,, +UI,10514,V3,REST2,green,auto,, +UI,10514,V3,T1w,yellow,technologist,, +UI,10516,V1,CUFF1,green,auto,, +UI,10516,V1,CUFF2,green,auto,, +UI,10516,V1,DWI,green,auto,, +UI,10516,V1,REST1,green,auto,, +UI,10516,V1,REST2,green,auto,, +UI,10516,V1,T1w,yellow,psadil,2023-09-07,head-motion +UI,10516,V3,CUFF1,green,auto,, +UI,10516,V3,CUFF2,green,auto,, +UI,10516,V3,DWI,green,auto,, +UI,10516,V3,REST1,green,auto,, +UI,10516,V3,REST2,green,auto,, +UI,10516,V3,T1w,yellow,technologist,, +UI,10517,V1,CUFF1,green,auto,, +UI,10517,V1,CUFF2,green,auto,, +UI,10517,V1,DWI,green,auto,, +UI,10517,V1,REST1,green,auto,, +UI,10517,V1,T1w,yellow,technologist,, +UI,10517,V3,DWI,green,auto,, +UI,10517,V3,REST1,yellow,auto,, +UI,10517,V3,T1w,yellow,technologist,, +UI,10520,V1,DWI,green,auto,, +UI,10520,V1,REST1,green,auto,, +UI,10520,V1,REST2,red,auto,, +UI,10520,V1,T1w,green,auto,2022-12-20, +UI,10522,V1,CUFF1,green,auto,, +UI,10522,V1,CUFF2,green,auto,, +UI,10522,V1,DWI,green,auto,, +UI,10522,V1,REST1,green,auto,, +UI,10522,V1,REST2,green,auto,, +UI,10522,V1,T1w,yellow,technologist,, +UI,10522,V3,CUFF1,green,auto,, +UI,10522,V3,CUFF2,green,auto,, +UI,10522,V3,DWI,green,auto,, +UI,10522,V3,REST1,green,auto,, +UI,10522,V3,REST2,green,auto,, +UI,10522,V3,T1w,green,auto,2023-04-05, +UI,10529,V1,CUFF1,green,auto,, +UI,10529,V1,DWI,green,auto,, +UI,10529,V1,REST1,green,auto,, +UI,10529,V1,REST2,green,auto,, +UI,10529,V1,T1w,green,auto,2022-12-13, +UI,10529,V3,CUFF1,green,auto,, +UI,10529,V3,CUFF2,green,auto,, +UI,10529,V3,DWI,green,auto,, +UI,10529,V3,REST1,green,auto,, +UI,10529,V3,REST2,green,auto,, +UI,10529,V3,T1w,yellow,technologist,, +UI,10530,V1,CUFF1,green,auto,, +UI,10530,V1,CUFF2,green,auto,, +UI,10530,V1,DWI,green,auto,, +UI,10530,V1,REST1,green,auto,, +UI,10530,V1,REST2,green,auto,, +UI,10530,V1,T1w,yellow,technologist,, +UI,10530,V3,CUFF1,green,auto,, +UI,10530,V3,CUFF2,green,auto,, +UI,10530,V3,DWI,green,auto,, +UI,10530,V3,REST1,yellow,auto,, +UI,10530,V3,REST2,green,auto,, +UI,10530,V3,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" +UI,10531,V1,CUFF1,green,auto,, +UI,10531,V1,CUFF2,green,auto,, +UI,10531,V1,DWI,green,auto,, +UI,10531,V1,REST1,green,auto,, +UI,10531,V1,REST2,green,auto,, +UI,10531,V1,T1w,green,auto,2022-12-13, +UI,10531,V3,CUFF1,green,auto,, +UI,10531,V3,CUFF2,green,auto,, +UI,10531,V3,DWI,green,auto,, +UI,10531,V3,REST1,green,auto,, +UI,10531,V3,REST2,green,auto,, +UI,10531,V3,T1w,yellow,technologist,, +UI,10540,V1,CUFF1,green,auto,, +UI,10540,V1,CUFF2,green,auto,, +UI,10540,V1,DWI,green,auto,, +UI,10540,V1,REST1,green,auto,, +UI,10540,V1,REST2,green,auto,, +UI,10540,V1,T1w,yellow,psadil,2023-09-07,head-motion +UI,10540,V3,CUFF1,green,auto,, +UI,10540,V3,CUFF2,green,auto,, +UI,10540,V3,DWI,green,auto,, +UI,10540,V3,REST1,green,auto,, +UI,10540,V3,REST2,yellow,auto,, +UI,10540,V3,T1w,yellow,technologist,, +UI,10541,V1,CUFF1,green,auto,, +UI,10541,V1,CUFF2,green,auto,, +UI,10541,V1,DWI,green,auto,, +UI,10541,V1,REST1,green,auto,, +UI,10541,V1,REST2,yellow,auto,, +UI,10541,V1,T1w,yellow,technologist,, +UI,10541,V3,DWI,green,auto,, +UI,10541,V3,REST1,yellow,auto,, +UI,10541,V3,T1w,yellow,auto,2023-04-02, +UI,10545,V1,CUFF1,green,auto,, +UI,10545,V1,CUFF2,green,auto,, +UI,10545,V1,DWI,green,auto,, +UI,10545,V1,REST1,green,auto,, +UI,10545,V1,REST2,green,auto,, +UI,10545,V1,T1w,green,auto,2022-12-22, +UI,10545,V3,CUFF1,green,auto,, +UI,10545,V3,CUFF2,green,auto,, +UI,10545,V3,DWI,green,auto,, +UI,10545,V3,REST1,green,auto,, +UI,10545,V3,REST2,green,auto,, +UI,10545,V3,T1w,green,auto,2023-04-18, +UI,10546,V1,CUFF1,green,auto,, +UI,10546,V1,DWI,green,auto,, +UI,10546,V1,REST1,green,auto,, +UI,10546,V1,T1w,yellow,technologist,, +UI,10547,V1,CUFF1,green,auto,, +UI,10547,V1,CUFF2,green,auto,, +UI,10547,V1,DWI,green,auto,, +UI,10547,V1,REST1,green,auto,, +UI,10547,V1,REST2,green,auto,, +UI,10547,V1,T1w,yellow,technologist,, +UI,10547,V3,CUFF1,green,auto,, +UI,10547,V3,CUFF2,green,auto,, +UI,10547,V3,DWI,green,auto,, +UI,10547,V3,REST1,green,auto,, +UI,10547,V3,REST2,green,auto,, +UI,10547,V3,T1w,green,auto,2023-04-05, +UI,10550,V1,DWI,green,auto,, +UI,10550,V1,REST1,yellow,auto,, +UI,10550,V1,T1w,yellow,technologist,, +UI,10551,V1,CUFF1,green,auto,, +UI,10551,V1,CUFF2,green,auto,, +UI,10551,V1,DWI,green,auto,, +UI,10551,V1,REST1,green,auto,, +UI,10551,V1,REST2,green,auto,, +UI,10551,V1,T1w,yellow,technologist,, +UI,10551,V3,CUFF1,green,auto,, +UI,10551,V3,CUFF2,green,auto,, +UI,10551,V3,DWI,green,auto,, +UI,10551,V3,REST1,green,auto,, +UI,10551,V3,REST2,green,auto,, +UI,10551,V3,T1w,green,auto,2023-04-21, +UI,10555,V1,CUFF1,green,auto,, +UI,10555,V1,CUFF2,green,auto,, +UI,10555,V1,DWI,green,auto,, +UI,10555,V1,REST1,yellow,auto,, +UI,10555,V1,REST2,green,auto,, +UI,10555,V1,T1w,yellow,technologist,, +UI,10556,V1,CUFF1,green,auto,, +UI,10556,V1,DWI,green,auto,, +UI,10556,V1,REST1,green,auto,, +UI,10556,V1,REST2,green,auto,, +UI,10556,V1,T1w,green,auto,2023-03-10, +UI,10556,V3,DWI,green,auto,, +UI,10556,V3,REST1,green,auto,, +UI,10556,V3,T1w,yellow,technologist,, +UI,10557,V1,CUFF1,green,auto,, +UI,10557,V1,CUFF2,green,auto,, +UI,10557,V1,DWI,green,auto,, +UI,10557,V1,REST1,green,auto,, +UI,10557,V1,REST2,green,auto,, +UI,10557,V1,T1w,green,auto,2023-01-08, +UI,10557,V3,CUFF1,green,auto,, +UI,10557,V3,CUFF2,green,auto,, +UI,10557,V3,DWI,green,auto,, +UI,10557,V3,REST1,yellow,auto,, +UI,10557,V3,REST2,green,auto,, +UI,10557,V3,T1w,yellow,technologist,, +UI,10559,V1,CUFF1,yellow,auto,, +UI,10559,V1,CUFF2,yellow,auto,, +UI,10559,V1,DWI,green,auto,, +UI,10559,V1,REST1,red,auto,, +UI,10559,V1,REST2,yellow,auto,, +UI,10559,V1,T1w,red,psadil,2023-09-06,head-motion +UI,10559,V3,DWI,green,auto,, +UI,10559,V3,REST1,yellow,auto,, +UI,10559,V3,T1w,red,technologist,, +UI,10562,V1,CUFF1,green,auto,, +UI,10562,V1,CUFF2,green,auto,, +UI,10562,V1,DWI,green,auto,, +UI,10562,V1,REST1,green,auto,, +UI,10562,V1,REST2,green,auto,, +UI,10562,V1,T1w,yellow,technologist,, +UI,10562,V3,CUFF1,green,auto,, +UI,10562,V3,CUFF2,green,auto,, +UI,10562,V3,DWI,green,auto,, +UI,10562,V3,REST1,green,auto,, +UI,10562,V3,REST2,green,auto,, +UI,10562,V3,T1w,yellow,technologist,, +UI,10563,V1,CUFF1,green,auto,, +UI,10563,V1,DWI,green,auto,, +UI,10563,V1,REST1,green,auto,, +UI,10563,V1,T1w,yellow,technologist,, +UI,10564,V1,CUFF1,green,auto,, +UI,10564,V1,CUFF2,yellow,auto,, +UI,10564,V1,DWI,green,auto,, +UI,10564,V1,REST1,yellow,auto,, +UI,10564,V1,REST2,yellow,auto,, +UI,10564,V1,T1w,green,auto,2023-01-08, +UI,10564,V3,DWI,green,auto,, +UI,10564,V3,REST1,green,auto,, +UI,10564,V3,T1w,yellow,auto,2023-04-21, +UI,10571,V1,CUFF1,green,auto,, +UI,10571,V1,CUFF2,green,auto,, +UI,10571,V1,DWI,green,auto,, +UI,10571,V1,REST1,green,auto,, +UI,10571,V1,REST2,green,auto,, +UI,10571,V1,T1w,yellow,psadil,2023-09-07,"head-motion, inu" +UI,10573,V1,CUFF1,green,auto,, +UI,10573,V1,CUFF2,green,auto,, +UI,10573,V1,DWI,green,auto,, +UI,10573,V1,REST1,green,auto,, +UI,10573,V1,REST2,green,auto,, +UI,10573,V1,T1w,green,auto,2023-01-23, +UI,10573,V3,CUFF1,green,auto,, +UI,10573,V3,CUFF2,green,auto,, +UI,10573,V3,DWI,green,auto,, +UI,10573,V3,REST1,green,auto,, +UI,10573,V3,REST2,green,auto,, +UI,10573,V3,T1w,green,auto,2023-11-11, +UI,10585,V1,CUFF1,green,auto,, +UI,10585,V1,CUFF2,green,auto,, +UI,10585,V1,DWI,green,auto,, +UI,10585,V1,REST1,green,auto,, +UI,10585,V1,T1w,yellow,technologist,, +UI,10585,V3,CUFF1,green,auto,, +UI,10585,V3,CUFF2,green,auto,, +UI,10585,V3,DWI,green,auto,, +UI,10585,V3,REST1,green,auto,, +UI,10585,V3,REST2,green,auto,, +UI,10585,V3,T1w,yellow,technologist,, +UI,10586,V1,DWI,green,auto,, +UI,10586,V1,REST1,yellow,auto,, +UI,10586,V1,REST2,red,auto,, +UI,10586,V1,T1w,yellow,technologist,, +UI,10588,V1,DWI,green,auto,, +UI,10588,V1,REST1,green,auto,, +UI,10588,V1,REST2,red,auto,, +UI,10588,V1,T1w,yellow,psadil,2023-10-25,"noise-global, inu, postprocessing" +UI,10588,V3,DWI,green,auto,, +UI,10588,V3,REST1,green,auto,, +UI,10588,V3,T1w,yellow,technologist,, +UI,10593,V1,CUFF1,green,auto,, +UI,10593,V1,CUFF2,green,auto,, +UI,10593,V1,DWI,green,auto,, +UI,10593,V1,REST1,green,auto,, +UI,10593,V1,REST2,green,auto,, +UI,10593,V1,T1w,green,psadil,2023-09-06,postprocessing +UI,10593,V3,DWI,green,auto,, +UI,10593,V3,REST1,green,auto,, +UI,10593,V3,T1w,green,auto,2023-05-31, +UI,10597,V1,CUFF1,green,auto,, +UI,10597,V1,CUFF2,yellow,auto,, +UI,10597,V1,DWI,green,auto,, +UI,10597,V1,REST1,yellow,auto,, +UI,10597,V1,REST2,yellow,auto,, +UI,10597,V1,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" +UI,10597,V3,CUFF1,yellow,auto,, +UI,10597,V3,CUFF2,yellow,auto,, +UI,10597,V3,DWI,green,auto,, +UI,10597,V3,REST1,red,auto,, +UI,10597,V3,REST2,red,auto,, +UI,10597,V3,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" +UI,10600,V1,CUFF1,green,auto,, +UI,10600,V1,CUFF2,green,auto,, +UI,10600,V1,DWI,green,auto,, +UI,10600,V1,REST1,green,auto,, +UI,10600,V1,REST2,green,auto,, +UI,10600,V1,T1w,green,psadil,2023-09-07,postprocessing +UI,10600,V3,CUFF1,green,auto,, +UI,10600,V3,CUFF2,green,auto,, +UI,10600,V3,DWI,green,auto,, +UI,10600,V3,REST1,green,auto,, +UI,10600,V3,T1w,green,auto,2023-05-29, +UI,10602,V1,CUFF1,green,auto,, +UI,10602,V1,CUFF2,green,auto,, +UI,10602,V1,DWI,green,auto,, +UI,10602,V1,REST1,green,auto,, +UI,10602,V1,REST2,green,auto,, +UI,10602,V1,T1w,yellow,technologist,, +UI,10602,V3,CUFF1,green,auto,, +UI,10602,V3,CUFF2,green,auto,, +UI,10602,V3,DWI,green,auto,, +UI,10602,V3,REST1,green,auto,, +UI,10602,V3,REST2,green,auto,, +UI,10602,V3,T1w,green,auto,2023-05-21, +UI,10608,V1,CUFF1,green,auto,, +UI,10608,V1,CUFF2,green,auto,, +UI,10608,V1,DWI,green,auto,, +UI,10608,V1,REST1,green,auto,, +UI,10608,V1,REST2,green,auto,, +UI,10608,V1,T1w,yellow,technologist,, +UI,10608,V3,CUFF1,green,auto,, +UI,10608,V3,CUFF2,green,auto,, +UI,10608,V3,DWI,green,auto,, +UI,10608,V3,REST1,green,auto,, +UI,10608,V3,REST2,green,auto,, +UI,10608,V3,T1w,yellow,technologist,, +UI,10609,V1,CUFF1,green,auto,, +UI,10609,V1,CUFF2,green,auto,, +UI,10609,V1,DWI,green,auto,, +UI,10609,V1,REST1,green,auto,, +UI,10609,V1,REST2,green,auto,, +UI,10609,V1,T1w,yellow,technologist,, +UI,10609,V3,CUFF1,green,auto,, +UI,10609,V3,CUFF2,green,auto,, +UI,10609,V3,DWI,green,auto,, +UI,10609,V3,REST1,green,auto,, +UI,10609,V3,REST2,green,auto,, +UI,10609,V3,T1w,yellow,technologist,, +UI,10618,V1,DWI,green,auto,, +UI,10618,V1,REST1,green,auto,, +UI,10618,V1,T1w,green,auto,2023-03-04, +UI,10618,V3,DWI,green,auto,, +UI,10618,V3,REST1,green,auto,, +UI,10618,V3,T1w,green,auto,2023-07-11, +UI,10621,V1,CUFF1,green,auto,, +UI,10621,V1,CUFF2,green,auto,, +UI,10621,V1,DWI,green,auto,, +UI,10621,V1,REST1,green,auto,, +UI,10621,V1,REST2,green,auto,, +UI,10621,V1,T1w,yellow,technologist,, +UI,10622,V1,CUFF1,green,auto,, +UI,10622,V1,CUFF2,green,auto,, +UI,10622,V1,DWI,green,auto,, +UI,10622,V1,REST1,green,auto,, +UI,10622,V1,REST2,green,auto,, +UI,10622,V1,T1w,yellow,technologist,, +UI,10622,V3,CUFF1,green,auto,, +UI,10622,V3,CUFF2,green,auto,, +UI,10622,V3,DWI,green,auto,, +UI,10622,V3,REST1,green,auto,, +UI,10622,V3,REST2,green,auto,, +UI,10622,V3,T1w,yellow,auto,2023-06-29, +UI,10626,V1,CUFF1,green,auto,, +UI,10626,V1,CUFF2,green,auto,, +UI,10626,V1,DWI,green,auto,, +UI,10626,V1,REST1,green,auto,, +UI,10626,V1,REST2,green,auto,, +UI,10626,V1,T1w,green,auto,2023-04-08, +UI,10626,V3,CUFF1,green,auto,, +UI,10626,V3,CUFF2,green,auto,, +UI,10626,V3,DWI,green,auto,, +UI,10626,V3,REST1,green,auto,, +UI,10626,V3,REST2,green,auto,, +UI,10626,V3,T1w,green,auto,2023-07-04, +UI,10627,V1,CUFF1,green,auto,, +UI,10627,V1,CUFF2,green,auto,, +UI,10627,V1,DWI,green,auto,, +UI,10627,V1,REST1,green,auto,, +UI,10627,V1,REST2,green,auto,, +UI,10627,V1,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" +UI,10627,V3,CUFF1,green,auto,, +UI,10627,V3,CUFF2,green,auto,, +UI,10627,V3,DWI,green,auto,, +UI,10627,V3,REST1,green,auto,, +UI,10627,V3,REST2,green,auto,, +UI,10627,V3,T1w,yellow,technologist,, +UI,10629,V1,CUFF1,green,auto,, +UI,10629,V1,DWI,green,auto,, +UI,10629,V1,REST1,green,auto,, +UI,10629,V1,REST2,green,auto,, +UI,10629,V1,T1w,yellow,technologist,, +UI,10629,V3,CUFF1,green,auto,, +UI,10629,V3,DWI,green,auto,, +UI,10629,V3,REST1,green,auto,, +UI,10629,V3,REST2,green,auto,, +UI,10629,V3,T1w,green,auto,2023-06-22, +UI,10630,V1,CUFF1,yellow,auto,, +UI,10630,V1,CUFF2,yellow,auto,, +UI,10630,V1,DWI,green,auto,, +UI,10630,V1,REST1,yellow,auto,, +UI,10630,V1,REST2,yellow,auto,, +UI,10630,V1,T1w,yellow,psadil,2024-04-01,head-motion +UI,10630,V3,CUFF1,yellow,auto,, +UI,10630,V3,CUFF2,yellow,auto,, +UI,10630,V3,DWI,green,auto,, +UI,10630,V3,REST1,yellow,auto,, +UI,10630,V3,REST2,yellow,auto,, +UI,10630,V3,T1w,red,psadil,2024-04-01,head-motion +UI,10640,V1,CUFF1,green,auto,, +UI,10640,V1,CUFF2,green,auto,, +UI,10640,V1,DWI,green,auto,, +UI,10640,V1,REST1,green,auto,, +UI,10640,V1,REST2,green,auto,, +UI,10640,V1,T1w,yellow,technologist,, +UI,10647,V1,CUFF1,green,auto,, +UI,10647,V1,CUFF2,green,auto,, +UI,10647,V1,DWI,green,auto,, +UI,10647,V1,REST1,green,auto,, +UI,10647,V1,REST2,green,auto,, +UI,10647,V1,T1w,green,psadil,2023-09-07,"inu, postprocessing" +UI,10647,V3,CUFF1,green,auto,, +UI,10647,V3,CUFF2,green,auto,, +UI,10647,V3,DWI,green,auto,, +UI,10647,V3,REST1,green,auto,, +UI,10647,V3,REST2,green,auto,, +UI,10647,V3,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" +UI,10649,V1,CUFF1,green,auto,, +UI,10649,V1,CUFF2,green,auto,, +UI,10649,V1,DWI,green,auto,, +UI,10649,V1,REST1,green,auto,, +UI,10649,V1,REST2,green,auto,, +UI,10649,V1,T1w,green,auto,2023-04-05, +UI,10649,V3,CUFF1,green,auto,, +UI,10649,V3,CUFF2,green,auto,, +UI,10649,V3,DWI,green,auto,, +UI,10649,V3,REST1,green,auto,, +UI,10649,V3,REST2,green,auto,, +UI,10649,V3,T1w,green,auto,2023-10-14, +UI,10650,V1,DWI,green,auto,, +UI,10650,V1,REST1,green,auto,, +UI,10650,V1,REST2,red,auto,, +UI,10650,V1,T1w,green,auto,2023-04-06, +UI,10654,V1,CUFF1,green,auto,, +UI,10654,V1,CUFF2,green,auto,, +UI,10654,V1,DWI,green,auto,, +UI,10654,V1,REST1,green,auto,, +UI,10654,V1,REST2,red,auto,, +UI,10654,V1,T1w,green,auto,2023-04-09, +UI,10654,V3,CUFF1,green,auto,, +UI,10654,V3,CUFF2,green,auto,, +UI,10654,V3,DWI,green,auto,, +UI,10654,V3,REST1,green,auto,, +UI,10654,V3,REST2,green,auto,, +UI,10654,V3,T1w,green,psadil,2023-09-07,"head-motion, inu" +UI,10659,V1,DWI,green,auto,, +UI,10659,V1,REST1,green,auto,, +UI,10659,V1,T1w,green,auto,2023-07-07, +UI,10660,V1,CUFF1,green,auto,, +UI,10660,V1,CUFF2,green,auto,, +UI,10660,V1,DWI,green,auto,, +UI,10660,V1,REST1,green,auto,, +UI,10660,V1,REST2,green,auto,, +UI,10660,V1,T1w,green,auto,2023-04-23, +UI,10660,V3,CUFF1,green,auto,, +UI,10660,V3,CUFF2,green,auto,, +UI,10660,V3,DWI,green,auto,, +UI,10660,V3,REST1,green,auto,, +UI,10660,V3,REST2,green,auto,, +UI,10660,V3,T1w,yellow,technologist,, +UI,10664,V1,CUFF1,green,auto,, +UI,10664,V1,CUFF2,green,auto,, +UI,10664,V1,DWI,green,auto,, +UI,10664,V1,REST1,green,auto,, +UI,10664,V1,REST2,green,auto,, +UI,10664,V1,T1w,green,auto,2023-04-09, +UI,10664,V3,CUFF1,green,auto,, +UI,10664,V3,CUFF2,green,auto,, +UI,10664,V3,DWI,green,auto,, +UI,10664,V3,REST1,green,auto,, +UI,10664,V3,REST2,green,auto,, +UI,10664,V3,T1w,green,auto,2023-07-20, +UI,10667,V1,CUFF1,yellow,auto,, +UI,10667,V1,CUFF2,yellow,auto,, +UI,10667,V1,DWI,green,auto,, +UI,10667,V1,REST1,yellow,auto,, +UI,10667,V1,T1w,red,psadil,2023-09-07,head-motion +UI,10667,V3,CUFF1,green,auto,, +UI,10667,V3,CUFF2,green,auto,, +UI,10667,V3,DWI,green,auto,, +UI,10667,V3,REST1,green,auto,, +UI,10667,V3,T1w,red,auto,2023-08-07, +UI,10672,V1,CUFF1,green,auto,, +UI,10672,V1,DWI,green,auto,, +UI,10672,V1,REST1,green,auto,, +UI,10672,V1,REST2,green,auto,, +UI,10672,V1,T1w,yellow,technologist,, +UI,10672,V3,DWI,green,auto,, +UI,10672,V3,REST1,green,auto,, +UI,10672,V3,T1w,yellow,technologist,, +UI,10673,V1,CUFF1,green,auto,, +UI,10673,V1,CUFF2,green,auto,, +UI,10673,V1,DWI,green,auto,, +UI,10673,V1,REST1,green,auto,, +UI,10673,V1,REST2,green,auto,, +UI,10673,V1,T1w,green,auto,2023-05-17, +UI,10674,V1,CUFF1,green,auto,, +UI,10674,V1,DWI,green,auto,, +UI,10674,V1,REST1,green,auto,, +UI,10674,V1,REST2,green,auto,, +UI,10674,V1,T1w,green,auto,2023-04-28, +UI,10674,V3,CUFF1,green,auto,, +UI,10674,V3,CUFF2,green,auto,, +UI,10674,V3,DWI,green,auto,, +UI,10674,V3,REST1,green,auto,, +UI,10674,V3,REST2,green,auto,, +UI,10674,V3,T1w,green,auto,2023-11-10, +UI,10676,V1,CUFF1,green,auto,, +UI,10676,V1,DWI,green,auto,, +UI,10676,V1,REST1,green,auto,, +UI,10676,V1,REST2,green,auto,, +UI,10676,V1,T1w,green,auto,2023-04-28, +UI,10676,V3,CUFF1,green,auto,, +UI,10676,V3,CUFF2,green,auto,, +UI,10676,V3,DWI,green,auto,, +UI,10676,V3,REST1,green,auto,, +UI,10676,V3,REST2,green,auto,, +UI,10676,V3,T1w,green,auto,2023-08-26, +UI,10679,V1,CUFF1,yellow,auto,, +UI,10679,V1,CUFF2,yellow,auto,, +UI,10679,V1,DWI,green,auto,, +UI,10679,V1,REST1,yellow,auto,, +UI,10679,V1,REST2,yellow,auto,, +UI,10679,V1,T1w,yellow,technologist,, +UI,10679,V3,CUFF1,yellow,auto,, +UI,10679,V3,DWI,green,auto,, +UI,10679,V3,REST1,yellow,auto,, +UI,10679,V3,T1w,yellow,auto,2023-07-25, +UI,10681,V1,CUFF1,green,auto,, +UI,10681,V1,CUFF2,green,auto,, +UI,10681,V1,DWI,green,auto,, +UI,10681,V1,REST1,green,auto,, +UI,10681,V1,REST2,green,auto,, +UI,10681,V1,T1w,yellow,psadil,2023-09-07,"head-motion, inu, postprocessing" +UI,10681,V3,DWI,green,auto,, +UI,10681,V3,REST1,green,auto,, +UI,10681,V3,T1w,yellow,technologist,, +UI,10682,V1,CUFF1,green,auto,, +UI,10682,V1,CUFF2,green,auto,, +UI,10682,V1,DWI,green,auto,, +UI,10682,V1,REST1,green,auto,, +UI,10682,V1,REST2,green,auto,, +UI,10682,V1,T1w,yellow,technologist,, +UI,10682,V3,CUFF1,green,auto,, +UI,10682,V3,CUFF2,green,auto,, +UI,10682,V3,DWI,green,auto,, +UI,10682,V3,REST1,green,auto,, +UI,10682,V3,T1w,yellow,technologist,, +UI,10687,V1,CUFF1,green,auto,, +UI,10687,V1,CUFF2,green,auto,, +UI,10687,V1,DWI,green,auto,, +UI,10687,V1,REST1,green,auto,, +UI,10687,V1,REST2,green,auto,, +UI,10687,V1,T1w,green,auto,2023-05-13, +UI,10687,V3,CUFF1,green,auto,, +UI,10687,V3,CUFF2,green,auto,, +UI,10687,V3,DWI,green,auto,, +UI,10687,V3,REST1,green,auto,, +UI,10687,V3,REST2,green,auto,, +UI,10687,V3,T1w,green,auto,2023-09-01, +UI,10689,V1,DWI,green,auto,, +UI,10689,V1,REST1,green,auto,, +UI,10689,V1,T1w,green,auto,2023-05-17, +UI,10689,V3,CUFF1,green,auto,, +UI,10689,V3,DWI,green,auto,, +UI,10689,V3,REST1,green,auto,, +UI,10689,V3,REST2,green,auto,, +UI,10689,V3,T1w,green,auto,2023-08-20, +UI,10690,V1,DWI,green,auto,, +UI,10690,V1,REST1,green,auto,, +UI,10690,V1,T1w,yellow,technologist,, +UI,10690,V3,DWI,green,auto,, +UI,10690,V3,REST1,green,auto,, +UI,10690,V3,T1w,green,auto,2023-09-15, +UI,10693,V1,CUFF1,green,auto,, +UI,10693,V1,CUFF2,green,auto,, +UI,10693,V1,DWI,green,auto,, +UI,10693,V1,REST1,green,auto,, +UI,10693,V1,REST2,green,auto,, +UI,10693,V1,T1w,yellow,technologist,, +UI,10693,V3,CUFF1,green,auto,, +UI,10693,V3,CUFF2,green,auto,, +UI,10693,V3,DWI,green,auto,, +UI,10693,V3,REST1,green,auto,, +UI,10693,V3,REST2,green,auto,, +UI,10693,V3,T1w,green,auto,2023-09-30, +UI,10700,V1,DWI,green,auto,, +UI,10700,V1,REST1,yellow,auto,, +UI,10700,V1,T1w,red,technologist,, +UI,10700,V3,CUFF1,green,auto,, +UI,10700,V3,CUFF2,green,auto,, +UI,10700,V3,DWI,green,auto,, +UI,10700,V3,REST1,yellow,auto,, +UI,10700,V3,REST2,yellow,auto,, +UI,10700,V3,T1w,yellow,technologist,, +UI,10701,V1,CUFF1,green,auto,, +UI,10701,V1,CUFF2,green,auto,, +UI,10701,V1,DWI,green,auto,, +UI,10701,V1,REST1,green,auto,, +UI,10701,V1,REST2,green,auto,, +UI,10701,V1,T1w,yellow,technologist,, +UI,10701,V3,CUFF1,green,auto,, +UI,10701,V3,CUFF2,green,auto,, +UI,10701,V3,DWI,green,auto,, +UI,10701,V3,REST1,green,auto,, +UI,10701,V3,REST2,green,auto,, +UI,10701,V3,T1w,green,auto,2023-09-23, +UI,10702,V1,DWI,green,auto,, +UI,10702,V1,REST1,green,auto,, +UI,10702,V1,T1w,green,auto,2023-06-16, +UI,10702,V3,DWI,green,auto,, +UI,10702,V3,REST1,green,auto,, +UI,10702,V3,T1w,green,auto,2023-10-01, +UI,10704,V1,CUFF1,green,auto,, +UI,10704,V1,CUFF2,green,auto,, +UI,10704,V1,DWI,green,auto,, +UI,10704,V1,REST1,green,auto,, +UI,10704,V1,REST2,green,auto,, +UI,10704,V1,T1w,yellow,psadil,2023-09-07,"head-motion, inu" +UI,10704,V3,CUFF1,green,auto,, +UI,10704,V3,CUFF2,green,auto,, +UI,10704,V3,DWI,green,auto,, +UI,10704,V3,REST1,green,auto,, +UI,10704,V3,REST2,green,auto,, +UI,10704,V3,T1w,green,auto,2023-09-26, +UI,10705,V1,CUFF1,green,auto,, +UI,10705,V1,DWI,green,auto,, +UI,10705,V1,REST1,green,auto,, +UI,10705,V1,REST2,green,auto,, +UI,10705,V1,T1w,green,auto,2023-05-30, +UI,10705,V3,CUFF1,green,auto,, +UI,10705,V3,CUFF2,green,auto,, +UI,10705,V3,DWI,green,auto,, +UI,10705,V3,REST1,green,auto,, +UI,10705,V3,REST2,green,auto,, +UI,10705,V3,T1w,green,auto,2023-09-20, +UI,10709,V1,CUFF1,green,auto,, +UI,10709,V1,CUFF2,green,auto,, +UI,10709,V1,DWI,green,auto,, +UI,10709,V1,REST1,green,auto,, +UI,10709,V1,REST2,green,auto,, +UI,10709,V1,T1w,yellow,technologist,, +UI,10709,V3,CUFF1,green,auto,, +UI,10709,V3,CUFF2,green,auto,, +UI,10709,V3,DWI,green,auto,, +UI,10709,V3,REST1,green,auto,, +UI,10709,V3,REST2,green,auto,, +UI,10709,V3,T1w,green,psadil,2024-04-01,inu +UI,10712,V1,DWI,green,auto,, +UI,10712,V1,REST1,yellow,auto,, +UI,10712,V1,T1w,green,auto,2023-06-24, +UI,10712,V3,DWI,green,auto,, +UI,10712,V3,REST1,green,auto,, +UI,10712,V3,T1w,green,auto,2023-10-01, +UI,10717,V1,CUFF1,red,auto,, +UI,10717,V1,DWI,green,auto,, +UI,10717,V1,REST1,green,auto,, +UI,10717,V1,T1w,yellow,technologist,, +UI,10719,V1,CUFF1,green,auto,, +UI,10719,V1,DWI,green,auto,, +UI,10719,V1,REST1,green,auto,, +UI,10719,V1,T1w,yellow,technologist,, +UI,10719,V3,CUFF1,green,auto,, +UI,10719,V3,DWI,green,auto,, +UI,10719,V3,REST1,green,auto,, +UI,10719,V3,REST2,green,auto,, +UI,10719,V3,T1w,yellow,technologist,, +UI,10720,V1,CUFF1,yellow,auto,, +UI,10720,V1,CUFF2,yellow,auto,, +UI,10720,V1,DWI,green,auto,, +UI,10720,V1,REST1,yellow,auto,, +UI,10720,V1,REST2,yellow,auto,, +UI,10720,V1,T1w,red,psadil,2023-09-06,head-motion +UI,10720,V3,CUFF1,green,auto,, +UI,10720,V3,CUFF2,green,auto,, +UI,10720,V3,DWI,green,auto,, +UI,10720,V3,REST1,green,auto,, +UI,10720,V3,REST2,green,auto,, +UI,10720,V3,T1w,red,technologist,, +UI,10722,V1,DWI,green,auto,, +UI,10722,V1,REST1,green,auto,, +UI,10722,V1,T1w,yellow,technologist,, +UI,10722,V3,CUFF1,green,auto,, +UI,10722,V3,CUFF2,green,auto,, +UI,10722,V3,DWI,green,auto,, +UI,10722,V3,REST1,yellow,auto,, +UI,10722,V3,REST2,green,auto,, +UI,10722,V3,T1w,yellow,technologist,, +UI,10727,V1,CUFF1,green,auto,, +UI,10727,V1,CUFF2,green,auto,, +UI,10727,V1,DWI,green,auto,, +UI,10727,V1,REST1,green,auto,, +UI,10727,V1,REST2,green,auto,, +UI,10727,V1,T1w,yellow,psadil,2023-09-07,"head-motion, inu, postprocessing" +UI,10727,V3,CUFF1,green,auto,, +UI,10727,V3,CUFF2,green,auto,, +UI,10727,V3,DWI,green,auto,, +UI,10727,V3,REST1,green,auto,, +UI,10727,V3,REST2,green,auto,, +UI,10727,V3,T1w,yellow,technologist,, +UI,10734,V1,CUFF1,yellow,auto,, +UI,10734,V1,CUFF2,green,auto,, +UI,10734,V1,DWI,green,auto,, +UI,10734,V1,REST1,yellow,auto,, +UI,10734,V1,REST2,green,auto,, +UI,10734,V1,T1w,green,auto,2023-06-30, +UI,10734,V3,CUFF1,yellow,auto,, +UI,10734,V3,CUFF2,green,auto,, +UI,10734,V3,DWI,green,auto,, +UI,10734,V3,REST1,green,auto,, +UI,10734,V3,REST2,green,auto,, +UI,10734,V3,T1w,green,psadil,2024-04-01, +UI,10737,V1,CUFF1,yellow,auto,, +UI,10737,V1,CUFF2,yellow,auto,, +UI,10737,V1,DWI,green,auto,, +UI,10737,V1,REST1,yellow,auto,, +UI,10737,V1,REST2,yellow,auto,, +UI,10737,V1,T1w,yellow,technologist,, +UI,10740,V1,DWI,green,auto,, +UI,10740,V1,REST1,green,auto,, +UI,10740,V1,T1w,yellow,technologist,, +UI,10740,V3,CUFF1,green,auto,, +UI,10740,V3,CUFF2,green,auto,, +UI,10740,V3,DWI,green,auto,, +UI,10740,V3,REST1,green,auto,, +UI,10740,V3,REST2,green,auto,, +UI,10740,V3,T1w,yellow,technologist,, +UI,10742,V1,CUFF1,green,auto,, +UI,10742,V1,CUFF2,green,auto,, +UI,10742,V1,DWI,green,auto,, +UI,10742,V1,REST1,green,auto,, +UI,10742,V1,REST2,green,auto,, +UI,10742,V1,T1w,green,auto,2023-07-14, +UI,10746,V1,CUFF1,green,auto,, +UI,10746,V1,CUFF2,green,auto,, +UI,10746,V1,DWI,green,auto,, +UI,10746,V1,REST1,green,auto,, +UI,10746,V1,REST2,green,auto,, +UI,10746,V1,T1w,yellow,technologist,, +UI,10746,V3,CUFF1,green,auto,, +UI,10746,V3,CUFF2,green,auto,, +UI,10746,V3,DWI,green,auto,, +UI,10746,V3,REST1,green,auto,, +UI,10746,V3,REST2,green,auto,, +UI,10746,V3,T1w,yellow,technologist,, +UI,10747,V1,CUFF1,green,auto,, +UI,10747,V1,DWI,green,auto,, +UI,10747,V1,REST1,green,auto,, +UI,10747,V1,T1w,green,auto,2023-07-21, +UI,10747,V3,CUFF1,green,auto,, +UI,10747,V3,CUFF2,green,auto,, +UI,10747,V3,DWI,green,auto,, +UI,10747,V3,REST1,green,auto,, +UI,10747,V3,T1w,yellow,technologist,, +UI,10748,V1,DWI,green,auto,, +UI,10748,V1,REST1,green,auto,, +UI,10748,V1,T1w,green,auto,2023-07-21, +UI,10748,V3,DWI,green,auto,, +UI,10748,V3,REST1,green,auto,, +UI,10748,V3,T1w,green,auto,2023-11-15, +UI,10751,V1,CUFF1,green,auto,, +UI,10751,V1,CUFF2,green,auto,, +UI,10751,V1,DWI,green,auto,, +UI,10751,V1,REST1,green,auto,, +UI,10751,V1,T1w,yellow,psadil,2023-09-07,"head-motion, inu, postprocessing" +UI,10751,V3,CUFF1,green,auto,, +UI,10751,V3,CUFF2,green,auto,, +UI,10751,V3,DWI,green,auto,, +UI,10751,V3,REST1,green,auto,, +UI,10751,V3,REST2,yellow,auto,, +UI,10751,V3,T1w,yellow,technologist,, +UI,10754,V1,CUFF1,green,auto,, +UI,10754,V1,CUFF2,green,auto,, +UI,10754,V1,DWI,green,auto,, +UI,10754,V1,REST1,green,auto,, +UI,10754,V1,REST2,green,auto,, +UI,10754,V1,T1w,yellow,technologist,, +UI,10754,V3,CUFF1,green,auto,, +UI,10754,V3,CUFF2,green,auto,, +UI,10754,V3,DWI,green,auto,, +UI,10754,V3,REST1,green,auto,, +UI,10754,V3,REST2,green,auto,, +UI,10754,V3,T1w,yellow,technologist,, +UI,10759,V1,DWI,green,auto,, +UI,10759,V1,REST1,green,auto,, +UI,10759,V1,T1w,yellow,technologist,, +UI,10760,V1,DWI,green,auto,, +UI,10760,V1,REST1,green,auto,, +UI,10760,V1,T1w,green,auto,2023-09-18, +UI,10760,V3,DWI,green,auto,, +UI,10760,V3,REST1,green,auto,, +UI,10760,V3,T1w,yellow,technologist,, +UI,10761,V1,CUFF1,green,auto,, +UI,10761,V1,CUFF2,green,auto,, +UI,10761,V1,DWI,green,auto,, +UI,10761,V1,REST1,green,auto,, +UI,10761,V1,REST2,green,auto,, +UI,10761,V1,T1w,green,auto,2023-11-11, +UI,10761,V3,CUFF1,green,auto,, +UI,10761,V3,CUFF2,green,auto,, +UI,10761,V3,DWI,green,auto,, +UI,10761,V3,REST1,green,auto,, +UI,10761,V3,REST2,green,auto,, +UI,10761,V3,T1w,yellow,technologist,, +UI,10763,V1,CUFF1,green,auto,, +UI,10763,V1,CUFF2,green,auto,, +UI,10763,V1,DWI,green,auto,, +UI,10763,V1,REST1,green,auto,, +UI,10763,V1,REST2,green,auto,, +UI,10763,V1,T1w,yellow,psadil,2023-09-07,head-motion +UI,10763,V3,CUFF1,green,auto,, +UI,10763,V3,CUFF2,green,auto,, +UI,10763,V3,DWI,green,auto,, +UI,10763,V3,REST1,green,auto,, +UI,10763,V3,REST2,green,auto,, +UI,10763,V3,T1w,yellow,technologist,, +UI,10765,V1,DWI,green,auto,, +UI,10765,V1,REST1,green,auto,, +UI,10765,V1,T1w,yellow,technologist,, +UI,10765,V3,CUFF1,green,auto,, +UI,10765,V3,CUFF2,green,auto,, +UI,10765,V3,DWI,green,auto,, +UI,10765,V3,REST1,green,auto,, +UI,10765,V3,REST2,green,auto,, +UI,10765,V3,T1w,green,auto,2024-01-06, +UI,10767,V1,CUFF1,green,auto,, +UI,10767,V1,CUFF2,green,auto,, +UI,10767,V1,DWI,green,auto,, +UI,10767,V1,REST1,green,auto,, +UI,10767,V1,REST2,green,auto,, +UI,10767,V1,T1w,green,auto,2023-08-09, +UI,10767,V3,CUFF1,green,auto,, +UI,10767,V3,CUFF2,green,auto,, +UI,10767,V3,DWI,green,auto,, +UI,10767,V3,REST1,green,auto,, +UI,10767,V3,REST2,green,auto,, +UI,10767,V3,T1w,yellow,technologist,, +UI,10769,V1,CUFF1,green,auto,, +UI,10769,V1,DWI,green,auto,, +UI,10769,V1,REST1,green,auto,, +UI,10769,V1,REST2,green,auto,, +UI,10769,V1,T1w,yellow,psadil,2023-09-27,"head-motion, postprocessing" +UI,10769,V3,CUFF1,green,auto,, +UI,10769,V3,CUFF2,green,auto,, +UI,10769,V3,DWI,green,auto,, +UI,10769,V3,REST1,green,auto,, +UI,10769,V3,REST2,green,auto,, +UI,10769,V3,T1w,yellow,technologist,, +UI,10770,V1,CUFF1,green,auto,, +UI,10770,V1,DWI,green,auto,, +UI,10770,V1,REST1,green,auto,, +UI,10770,V1,REST2,green,auto,, +UI,10770,V1,T1w,yellow,technologist,, +UI,10770,V3,CUFF1,green,auto,, +UI,10770,V3,CUFF2,green,auto,, +UI,10770,V3,DWI,green,auto,, +UI,10770,V3,REST1,yellow,auto,, +UI,10770,V3,REST2,green,auto,, +UI,10770,V3,T1w,yellow,technologist,, +UI,10771,V1,CUFF1,green,auto,, +UI,10771,V1,CUFF2,green,auto,, +UI,10771,V1,DWI,green,auto,, +UI,10771,V1,REST1,green,auto,, +UI,10771,V1,REST2,green,auto,, +UI,10771,V1,T1w,green,psadil,2023-09-07,"head-motion, postprocessing" +UI,10771,V3,CUFF1,green,auto,, +UI,10771,V3,CUFF2,green,auto,, +UI,10771,V3,DWI,green,auto,, +UI,10771,V3,REST1,green,auto,, +UI,10771,V3,REST2,green,auto,, +UI,10771,V3,T1w,green,auto,2023-12-16, +UI,10773,V1,CUFF1,green,auto,, +UI,10773,V1,CUFF2,green,auto,, +UI,10773,V1,DWI,green,auto,, +UI,10773,V1,REST1,green,auto,, +UI,10773,V1,REST2,green,auto,, +UI,10773,V1,T1w,yellow,technologist,, +UI,10773,V3,CUFF1,green,auto,, +UI,10773,V3,CUFF2,green,auto,, +UI,10773,V3,DWI,green,auto,, +UI,10773,V3,REST1,green,auto,, +UI,10773,V3,REST2,green,auto,, +UI,10773,V3,T1w,green,auto,2023-12-14, +UI,10778,V1,CUFF1,green,auto,, +UI,10778,V1,DWI,green,auto,, +UI,10778,V1,REST1,green,auto,, +UI,10778,V1,REST2,green,auto,, +UI,10778,V1,T1w,green,auto,2023-08-17, +UI,10778,V3,CUFF1,green,auto,, +UI,10778,V3,DWI,green,auto,, +UI,10778,V3,REST1,green,auto,, +UI,10778,V3,REST2,green,auto,, +UI,10778,V3,T1w,yellow,technologist,, +UI,10786,V1,CUFF1,green,auto,, +UI,10786,V1,CUFF2,green,auto,, +UI,10786,V1,DWI,green,auto,, +UI,10786,V1,REST1,green,auto,, +UI,10786,V1,REST2,green,auto,, +UI,10786,V1,T1w,yellow,technologist,, +UI,10786,V3,DWI,green,auto,, +UI,10786,V3,REST1,green,auto,, +UI,10786,V3,T1w,yellow,technologist,, +UI,10788,V1,DWI,green,auto,, +UI,10788,V1,REST1,green,auto,, +UI,10788,V1,T1w,green,auto,2023-08-22, +UI,10788,V3,DWI,green,auto,, +UI,10788,V3,REST1,green,auto,, +UI,10788,V3,T1w,yellow,technologist,, +UI,10790,V1,CUFF1,green,auto,, +UI,10790,V1,CUFF2,green,auto,, +UI,10790,V1,DWI,green,auto,, +UI,10790,V1,REST1,yellow,auto,, +UI,10790,V1,REST2,yellow,auto,, +UI,10790,V1,T1w,yellow,technologist,, +UI,10790,V3,CUFF1,green,auto,, +UI,10790,V3,CUFF2,green,auto,, +UI,10790,V3,DWI,green,auto,, +UI,10790,V3,REST1,yellow,auto,, +UI,10790,V3,REST2,green,auto,, +UI,10790,V3,T1w,yellow,auto,2023-12-08, +UI,10796,V1,DWI,green,auto,, +UI,10796,V1,REST1,yellow,auto,, +UI,10796,V1,T1w,red,psadil,2023-09-27,"head-motion, noise-global, postprocessing" +UI,10796,V3,DWI,green,auto,, +UI,10796,V3,REST1,yellow,auto,, +UI,10796,V3,T1w,yellow,technologist,, +UI,10797,V1,CUFF1,green,auto,, +UI,10797,V1,DWI,green,auto,, +UI,10797,V1,REST1,green,auto,, +UI,10797,V1,REST2,green,auto,, +UI,10797,V1,T1w,yellow,technologist,, +UI,10797,V3,CUFF1,green,auto,, +UI,10797,V3,DWI,green,auto,, +UI,10797,V3,REST1,green,auto,, +UI,10797,V3,T1w,yellow,technologist,, +UI,10798,V1,CUFF1,green,auto,, +UI,10798,V1,CUFF2,green,auto,, +UI,10798,V1,DWI,green,auto,, +UI,10798,V1,REST1,green,auto,, +UI,10798,V1,REST2,green,auto,, +UI,10798,V1,T1w,yellow,technologist,, +UI,10798,V3,CUFF1,green,auto,, +UI,10798,V3,DWI,green,auto,, +UI,10798,V3,REST1,green,auto,, +UI,10798,V3,REST2,yellow,auto,, +UI,10798,V3,T1w,yellow,technologist,, +UI,10799,V1,CUFF1,green,auto,, +UI,10799,V1,CUFF2,green,auto,, +UI,10799,V1,DWI,green,auto,, +UI,10799,V1,REST1,green,auto,, +UI,10799,V1,REST2,green,auto,, +UI,10799,V1,T1w,yellow,technologist,, +UI,10799,V3,CUFF1,green,auto,, +UI,10799,V3,CUFF2,green,auto,, +UI,10799,V3,DWI,green,auto,, +UI,10799,V3,REST1,green,auto,, +UI,10799,V3,REST2,green,auto,, +UI,10799,V3,T1w,green,technologist,, +UI,10801,V1,CUFF1,green,auto,, +UI,10801,V1,CUFF2,yellow,auto,, +UI,10801,V1,DWI,green,auto,, +UI,10801,V1,REST1,yellow,auto,, +UI,10801,V1,REST2,yellow,auto,, +UI,10801,V1,T1w,yellow,auto,2023-10-06, +UI,10801,V3,CUFF1,yellow,auto,, +UI,10801,V3,CUFF2,yellow,auto,, +UI,10801,V3,DWI,green,auto,, +UI,10801,V3,REST1,yellow,auto,, +UI,10801,V3,REST2,yellow,auto,, +UI,10801,V3,T1w,yellow,auto,2024-02-27, +UI,10803,V1,CUFF1,green,auto,, +UI,10803,V1,CUFF2,green,auto,, +UI,10803,V1,DWI,green,auto,, +UI,10803,V1,REST1,green,auto,, +UI,10803,V1,REST2,green,auto,, +UI,10803,V1,T1w,green,auto,2023-09-15, +UI,10803,V3,CUFF1,green,auto,, +UI,10803,V3,CUFF2,green,auto,, +UI,10803,V3,DWI,green,auto,, +UI,10803,V3,REST1,green,auto,, +UI,10803,V3,REST2,green,auto,, +UI,10803,V3,T1w,green,auto,2024-01-17, +UI,10807,V1,CUFF1,green,auto,, +UI,10807,V1,CUFF2,green,auto,, +UI,10807,V1,DWI,green,auto,, +UI,10807,V1,REST1,green,auto,, +UI,10807,V1,REST2,green,auto,, +UI,10807,V1,T1w,green,auto,2023-09-22, +UI,10807,V3,CUFF1,green,auto,, +UI,10807,V3,CUFF2,green,auto,, +UI,10807,V3,DWI,green,auto,, +UI,10807,V3,REST1,green,auto,, +UI,10807,V3,REST2,green,auto,, +UI,10807,V3,T1w,yellow,technologist,, +UI,10808,V1,CUFF1,green,auto,, +UI,10808,V1,CUFF2,yellow,auto,, +UI,10808,V1,DWI,green,auto,, +UI,10808,V1,REST1,green,auto,, +UI,10808,V1,REST2,green,auto,, +UI,10808,V1,T1w,green,auto,2023-09-24, +UI,10808,V3,CUFF1,green,auto,, +UI,10808,V3,CUFF2,green,auto,, +UI,10808,V3,DWI,green,auto,, +UI,10808,V3,REST1,green,auto,, +UI,10808,V3,REST2,green,auto,, +UI,10808,V3,T1w,yellow,technologist,, +UI,10809,V1,DWI,green,auto,, +UI,10809,V1,REST1,green,auto,, +UI,10809,V1,T1w,green,auto,2023-09-21, +UI,10811,V1,DWI,green,auto,, +UI,10811,V1,REST1,yellow,auto,, +UI,10811,V1,T1w,red,psadil,2023-09-27,"head-motion, postprocessing" +UI,10811,V3,DWI,green,auto,, +UI,10811,V3,REST1,green,auto,, +UI,10811,V3,T1w,green,auto,2024-02-04, +UI,10812,V1,DWI,green,auto,, +UI,10812,V1,REST1,green,auto,, +UI,10812,V1,T1w,green,auto,2023-10-02, +UI,10813,V1,CUFF1,green,auto,, +UI,10813,V1,CUFF2,green,auto,, +UI,10813,V1,DWI,green,auto,, +UI,10813,V1,REST1,yellow,auto,, +UI,10813,V1,REST2,yellow,auto,, +UI,10813,V1,T1w,yellow,technologist,, +UI,10813,V3,CUFF1,green,auto,, +UI,10813,V3,CUFF2,green,auto,, +UI,10813,V3,DWI,green,auto,, +UI,10813,V3,REST1,green,auto,, +UI,10813,V3,REST2,yellow,auto,, +UI,10813,V3,T1w,yellow,technologist,, +UI,10814,V1,CUFF1,green,auto,, +UI,10814,V1,CUFF2,green,auto,, +UI,10814,V1,DWI,green,auto,, +UI,10814,V1,REST1,green,auto,, +UI,10814,V1,REST2,yellow,auto,, +UI,10814,V1,T1w,yellow,technologist,, +UI,10814,V3,DWI,green,auto,, +UI,10814,V3,REST1,green,auto,, +UI,10814,V3,T1w,yellow,technologist,, +UI,10815,V1,DWI,green,auto,, +UI,10815,V1,REST1,green,auto,, +UI,10815,V1,T1w,yellow,technologist,, +UI,10815,V3,DWI,green,auto,, +UI,10815,V3,REST1,green,auto,, +UI,10815,V3,T1w,green,auto,2024-02-27, +UI,10816,V1,CUFF1,green,auto,, +UI,10816,V1,CUFF2,green,auto,, +UI,10816,V1,DWI,green,auto,, +UI,10816,V1,REST1,green,auto,, +UI,10816,V1,T1w,yellow,technologist,, +UI,10816,V3,CUFF1,green,auto,, +UI,10816,V3,DWI,green,auto,, +UI,10816,V3,REST1,green,auto,, +UI,10816,V3,T1w,red,technologist,, +UI,10819,V1,CUFF1,green,auto,, +UI,10819,V1,CUFF2,green,auto,, +UI,10819,V1,DWI,green,auto,, +UI,10819,V1,REST1,green,auto,, +UI,10819,V1,REST2,green,auto,, +UI,10819,V1,T1w,yellow,technologist,, +UI,10819,V3,CUFF1,green,auto,, +UI,10819,V3,CUFF2,green,auto,, +UI,10819,V3,DWI,green,auto,, +UI,10819,V3,REST1,green,auto,, +UI,10819,V3,REST2,green,auto,, +UI,10819,V3,T1w,green,technologist,, +UI,10820,V1,CUFF1,green,auto,, +UI,10820,V1,CUFF2,green,auto,, +UI,10820,V1,DWI,green,auto,, +UI,10820,V1,REST1,green,auto,, +UI,10820,V1,REST2,green,auto,, +UI,10820,V1,T1w,yellow,technologist,, +UI,10820,V3,CUFF1,green,auto,, +UI,10820,V3,CUFF2,green,auto,, +UI,10820,V3,DWI,green,auto,, +UI,10820,V3,REST1,green,auto,, +UI,10820,V3,REST2,green,auto,, +UI,10820,V3,T1w,yellow,technologist,, +UI,10822,V1,CUFF1,green,auto,, +UI,10822,V1,CUFF2,green,auto,, +UI,10822,V1,DWI,green,auto,, +UI,10822,V1,REST1,green,auto,, +UI,10822,V1,REST2,green,auto,, +UI,10822,V1,T1w,yellow,technologist,, +UI,10822,V3,CUFF1,green,auto,, +UI,10822,V3,CUFF2,green,auto,, +UI,10822,V3,DWI,green,auto,, +UI,10822,V3,REST1,green,auto,, +UI,10822,V3,REST2,green,auto,, +UI,10822,V3,T1w,yellow,technologist,, +UI,10823,V1,CUFF1,green,auto,, +UI,10823,V1,CUFF2,green,auto,, +UI,10823,V1,DWI,green,auto,, +UI,10823,V1,REST1,green,auto,, +UI,10823,V1,REST2,green,auto,, +UI,10823,V1,T1w,yellow,technologist,, +UI,10825,V1,CUFF1,green,auto,, +UI,10825,V1,CUFF2,green,auto,, +UI,10825,V1,DWI,green,auto,, +UI,10825,V1,REST1,green,auto,, +UI,10825,V1,REST2,green,auto,, +UI,10825,V1,T1w,green,auto,2023-10-20, +UI,10825,V3,CUFF1,green,auto,, +UI,10825,V3,CUFF2,green,auto,, +UI,10825,V3,DWI,green,auto,, +UI,10825,V3,REST1,green,auto,, +UI,10825,V3,REST2,green,auto,, +UI,10825,V3,T1w,yellow,technologist,, +UI,10826,V1,CUFF1,green,auto,, +UI,10826,V1,CUFF2,green,auto,, +UI,10826,V1,DWI,green,auto,, +UI,10826,V1,REST1,green,auto,, +UI,10826,V1,REST2,green,auto,, +UI,10826,V1,T1w,yellow,technologist,, +UI,10826,V3,CUFF1,green,auto,, +UI,10826,V3,CUFF2,green,auto,, +UI,10826,V3,DWI,green,auto,, +UI,10826,V3,REST1,green,auto,, +UI,10826,V3,REST2,green,auto,, +UI,10826,V3,T1w,green,auto,2024-02-27, +UI,10840,V1,CUFF1,green,auto,, +UI,10840,V1,CUFF2,green,auto,, +UI,10840,V1,DWI,green,auto,, +UI,10840,V1,REST1,green,auto,, +UI,10840,V1,REST2,green,auto,, +UI,10840,V1,T1w,yellow,technologist,, +UI,10841,V1,DWI,green,auto,, +UI,10841,V1,REST1,green,auto,, +UI,10841,V1,T1w,green,auto,2023-10-29, +UI,10841,V3,DWI,green,auto,, +UI,10841,V3,REST1,green,auto,, +UI,10841,V3,T1w,green,auto,2024-03-08, +UI,10842,V1,CUFF1,green,auto,, +UI,10842,V1,CUFF2,green,auto,, +UI,10842,V1,DWI,green,auto,, +UI,10842,V1,REST1,green,auto,, +UI,10842,V1,REST2,green,auto,, +UI,10842,V1,T1w,yellow,technologist,, +UI,10842,V3,CUFF1,green,auto,, +UI,10842,V3,CUFF2,green,auto,, +UI,10842,V3,DWI,green,auto,, +UI,10842,V3,REST1,green,auto,, +UI,10842,V3,REST2,green,auto,, +UI,10842,V3,T1w,green,auto,2024-02-29, +UI,10845,V1,CUFF1,green,auto,, +UI,10845,V1,CUFF2,green,auto,, +UI,10845,V1,DWI,green,auto,, +UI,10845,V1,REST1,green,auto,, +UI,10845,V1,REST2,yellow,auto,, +UI,10845,V1,T1w,green,auto,2023-12-18, +UI,10845,V3,CUFF1,green,auto,, +UI,10845,V3,CUFF2,green,auto,, +UI,10845,V3,DWI,green,auto,, +UI,10845,V3,REST1,green,auto,, +UI,10845,V3,REST2,green,auto,, +UI,10845,V3,T1w,yellow,technologist,, +UI,10846,V1,CUFF1,green,auto,, +UI,10846,V1,DWI,green,auto,, +UI,10846,V1,REST1,green,auto,, +UI,10846,V1,REST2,green,auto,, +UI,10846,V1,T1w,yellow,technologist,, +UI,10846,V3,CUFF1,green,auto,, +UI,10846,V3,DWI,green,auto,, +UI,10846,V3,REST1,green,auto,, +UI,10846,V3,REST2,green,auto,, +UI,10846,V3,T1w,green,auto,2024-04-11, +UI,10847,V1,CUFF1,green,auto,, +UI,10847,V1,CUFF2,green,auto,, +UI,10847,V1,DWI,green,auto,, +UI,10847,V1,REST1,green,auto,, +UI,10847,V1,REST2,green,auto,, +UI,10847,V1,T1w,yellow,technologist,, +UI,10847,V3,CUFF1,green,auto,, +UI,10847,V3,CUFF2,green,auto,, +UI,10847,V3,DWI,green,auto,, +UI,10847,V3,REST1,green,auto,, +UI,10847,V3,REST2,green,auto,, +UI,10847,V3,T1w,yellow,technologist,, +UI,10850,V1,CUFF1,green,auto,, +UI,10850,V1,CUFF2,green,auto,, +UI,10850,V1,DWI,green,auto,, +UI,10850,V1,REST1,green,auto,, +UI,10850,V1,REST2,green,auto,, +UI,10850,V1,T1w,green,auto,2023-11-16, +UI,10850,V3,CUFF1,green,auto,, +UI,10850,V3,CUFF2,green,auto,, +UI,10850,V3,DWI,green,auto,, +UI,10850,V3,REST1,green,auto,, +UI,10850,V3,REST2,green,auto,, +UI,10850,V3,T1w,yellow,technologist,, +UI,10851,V1,DWI,green,auto,, +UI,10851,V1,REST1,green,auto,, +UI,10851,V1,T1w,green,auto,2023-11-15, +UI,10851,V3,DWI,green,auto,, +UI,10851,V3,REST1,green,auto,, +UI,10851,V3,T1w,green,auto,2024-02-28, +UI,10852,V1,CUFF1,green,auto,, +UI,10852,V1,CUFF2,green,auto,, +UI,10852,V1,DWI,green,auto,, +UI,10852,V1,REST1,green,auto,, +UI,10852,V1,REST2,green,auto,, +UI,10852,V1,T1w,yellow,technologist,, +UI,10852,V3,CUFF1,green,auto,, +UI,10852,V3,CUFF2,green,auto,, +UI,10852,V3,DWI,green,auto,, +UI,10852,V3,REST1,green,auto,, +UI,10852,V3,REST2,green,auto,, +UI,10852,V3,T1w,green,auto,2024-02-28, +UI,10855,V1,CUFF1,green,auto,, +UI,10855,V1,CUFF2,green,auto,, +UI,10855,V1,DWI,green,auto,, +UI,10855,V1,REST1,green,auto,, +UI,10855,V1,REST2,green,auto,, +UI,10855,V1,T1w,yellow,technologist,, +UI,10857,V1,CUFF1,green,auto,, +UI,10857,V1,CUFF2,green,auto,, +UI,10857,V1,DWI,green,auto,, +UI,10857,V1,REST1,green,auto,, +UI,10857,V1,REST2,green,auto,, +UI,10857,V1,T1w,yellow,technologist,, +UI,10857,V3,CUFF1,green,auto,, +UI,10857,V3,CUFF2,green,auto,, +UI,10857,V3,DWI,green,auto,, +UI,10857,V3,REST1,green,auto,, +UI,10857,V3,REST2,green,auto,, +UI,10857,V3,T1w,yellow,technologist,, +UI,10859,V1,CUFF1,green,auto,, +UI,10859,V1,DWI,green,auto,, +UI,10859,V1,REST1,green,auto,, +UI,10859,V1,REST2,green,auto,, +UI,10859,V1,T1w,green,auto,2023-11-28, +UI,10859,V3,CUFF1,green,auto,, +UI,10859,V3,DWI,green,auto,, +UI,10859,V3,REST1,green,auto,, +UI,10859,V3,REST2,green,auto,, +UI,10859,V3,T1w,green,auto,2024-03-28, +UI,10860,V1,CUFF1,green,auto,, +UI,10860,V1,CUFF2,green,auto,, +UI,10860,V1,DWI,green,auto,, +UI,10860,V1,REST1,green,auto,, +UI,10860,V1,REST2,green,auto,, +UI,10860,V1,T1w,yellow,technologist,, +UI,10860,V3,CUFF1,green,auto,, +UI,10860,V3,CUFF2,green,auto,, +UI,10860,V3,DWI,green,auto,, +UI,10860,V3,REST1,green,auto,, +UI,10860,V3,REST2,green,auto,, +UI,10860,V3,T1w,yellow,technologist,, +UI,10861,V1,CUFF1,green,auto,, +UI,10861,V1,CUFF2,green,auto,, +UI,10861,V1,DWI,green,auto,, +UI,10861,V1,REST1,green,auto,, +UI,10861,V1,REST2,green,auto,, +UI,10861,V1,T1w,yellow,technologist,, +UI,10861,V3,CUFF1,green,auto,, +UI,10861,V3,CUFF2,green,auto,, +UI,10861,V3,DWI,green,auto,, +UI,10861,V3,REST1,yellow,auto,, +UI,10861,V3,REST2,green,auto,, +UI,10861,V3,T1w,yellow,technologist,, +UI,10862,V1,CUFF1,green,auto,, +UI,10862,V1,CUFF2,green,auto,, +UI,10862,V1,DWI,green,auto,, +UI,10862,V1,REST1,green,auto,, +UI,10862,V1,REST2,green,auto,, +UI,10862,V1,T1w,yellow,technologist,, +UI,10862,V3,CUFF1,green,auto,, +UI,10862,V3,CUFF2,green,auto,, +UI,10862,V3,DWI,green,auto,, +UI,10862,V3,REST1,green,auto,, +UI,10862,V3,REST2,green,auto,, +UI,10862,V3,T1w,yellow,technologist,, +UI,10870,V1,CUFF1,green,auto,, +UI,10870,V1,CUFF2,green,auto,, +UI,10870,V1,DWI,green,auto,, +UI,10870,V1,REST1,green,auto,, +UI,10870,V1,REST2,green,auto,, +UI,10870,V1,T1w,green,auto,2023-12-16, +UI,10873,V1,CUFF1,green,auto,, +UI,10873,V1,CUFF2,green,auto,, +UI,10873,V1,DWI,green,auto,, +UI,10873,V1,REST1,green,auto,, +UI,10873,V1,REST2,green,auto,, +UI,10873,V1,T1w,green,auto,2023-12-22, +UI,10873,V3,CUFF1,green,auto,, +UI,10873,V3,CUFF2,green,auto,, +UI,10873,V3,DWI,green,auto,, +UI,10873,V3,REST1,green,auto,, +UI,10873,V3,REST2,green,auto,, +UI,10873,V3,T1w,yellow,technologist,, +UI,10874,V1,CUFF1,green,auto,, +UI,10874,V1,CUFF2,green,auto,, +UI,10874,V1,DWI,green,auto,, +UI,10874,V1,REST1,green,auto,, +UI,10874,V1,REST2,green,auto,, +UI,10874,V1,T1w,yellow,technologist,, +UI,10874,V3,CUFF1,green,auto,, +UI,10874,V3,CUFF2,green,auto,, +UI,10874,V3,DWI,green,auto,, +UI,10874,V3,REST1,green,auto,, +UI,10874,V3,REST2,green,auto,, +UI,10874,V3,T1w,green,auto,2024-03-31, +UI,10881,V1,CUFF1,green,auto,, +UI,10881,V1,CUFF2,green,auto,, +UI,10881,V1,DWI,green,auto,, +UI,10881,V1,REST1,green,auto,, +UI,10881,V1,REST2,green,auto,, +UI,10881,V1,T1w,green,auto,2023-12-10, +UI,10881,V3,CUFF1,green,auto,, +UI,10881,V3,CUFF2,green,auto,, +UI,10881,V3,DWI,green,auto,, +UI,10881,V3,REST1,green,auto,, +UI,10881,V3,REST2,green,auto,, +UI,10881,V3,T1w,green,auto,2024-04-03, +UI,10883,V1,CUFF1,green,auto,, +UI,10883,V1,CUFF2,green,auto,, +UI,10883,V1,DWI,green,auto,, +UI,10883,V1,REST1,green,auto,, +UI,10883,V1,REST2,green,auto,, +UI,10883,V1,T1w,green,auto,2023-12-09, +UI,10883,V3,CUFF1,green,auto,, +UI,10883,V3,CUFF2,green,auto,, +UI,10883,V3,DWI,green,auto,, +UI,10883,V3,REST1,green,auto,, +UI,10883,V3,REST2,green,auto,, +UI,10883,V3,T1w,green,auto,2024-03-20, +UI,10884,V1,CUFF1,green,auto,, +UI,10884,V1,CUFF2,green,auto,, +UI,10884,V1,DWI,green,auto,, +UI,10884,V1,REST1,green,auto,, +UI,10884,V1,REST2,green,auto,, +UI,10884,V1,T1w,yellow,technologist,, +UI,10884,V3,CUFF1,green,auto,, +UI,10884,V3,CUFF2,green,auto,, +UI,10884,V3,DWI,green,auto,, +UI,10884,V3,REST1,green,auto,, +UI,10884,V3,REST2,green,auto,, +UI,10884,V3,T1w,yellow,technologist,, +UI,10888,V1,DWI,green,auto,, +UI,10888,V1,REST1,green,auto,, +UI,10888,V1,T1w,green,auto,2023-12-13, +UI,10888,V3,DWI,green,auto,, +UI,10888,V3,REST1,green,auto,, +UI,10888,V3,T1w,green,auto,2024-03-24, +UI,10890,V1,CUFF1,green,auto,, +UI,10890,V1,CUFF2,green,auto,, +UI,10890,V1,DWI,green,auto,, +UI,10890,V1,REST1,green,auto,, +UI,10890,V1,REST2,green,auto,, +UI,10890,V1,T1w,yellow,technologist,, +UI,10890,V3,CUFF1,green,auto,, +UI,10890,V3,CUFF2,green,auto,, +UI,10890,V3,DWI,green,auto,, +UI,10890,V3,REST1,green,auto,, +UI,10890,V3,REST2,green,auto,, +UI,10890,V3,T1w,yellow,technologist,, +UI,10891,V1,DWI,green,auto,, +UI,10891,V1,REST1,yellow,auto,, +UI,10891,V1,T1w,red,technologist,, +UI,10891,V3,CUFF1,yellow,auto,, +UI,10891,V3,DWI,green,auto,, +UI,10891,V3,REST1,yellow,auto,, +UI,10891,V3,REST2,yellow,auto,, +UI,10891,V3,T1w,yellow,auto,2024-04-05, +UI,10893,V1,DWI,green,auto,, +UI,10893,V1,REST1,yellow,auto,, +UI,10893,V1,T1w,yellow,auto,2024-01-06, +UI,10895,V1,CUFF1,green,auto,, +UI,10895,V1,CUFF2,green,auto,, +UI,10895,V1,DWI,green,auto,, +UI,10895,V1,REST1,green,auto,, +UI,10895,V1,REST2,green,auto,, +UI,10895,V1,T1w,yellow,technologist,, +UI,10895,V3,CUFF1,green,auto,, +UI,10895,V3,CUFF2,green,auto,, +UI,10895,V3,DWI,green,auto,, +UI,10895,V3,REST1,green,auto,, +UI,10895,V3,REST2,green,auto,, +UI,10895,V3,T1w,red,technologist,, +UI,10900,V1,CUFF1,green,auto,, +UI,10900,V1,CUFF2,green,auto,, +UI,10900,V1,DWI,green,auto,, +UI,10900,V1,REST1,green,auto,, +UI,10900,V1,REST2,green,auto,, +UI,10900,V1,T1w,green,auto,2024-01-06, +UI,10901,V1,CUFF1,yellow,auto,, +UI,10901,V1,CUFF2,yellow,auto,, +UI,10901,V1,DWI,green,auto,, +UI,10901,V1,REST1,yellow,auto,, +UI,10901,V1,REST2,yellow,auto,, +UI,10901,V1,T1w,green,auto,2024-01-07, +UI,10901,V3,CUFF1,green,auto,, +UI,10901,V3,CUFF2,green,auto,, +UI,10901,V3,DWI,green,auto,, +UI,10901,V3,REST1,yellow,auto,, +UI,10901,V3,T1w,yellow,technologist,, +UI,10903,V1,DWI,green,auto,, +UI,10903,V1,REST1,red,auto,, +UI,10903,V1,T1w,yellow,auto,2024-01-06, +UI,10905,V1,DWI,green,auto,, +UI,10905,V1,REST1,green,auto,, +UI,10905,V1,T1w,green,auto,2024-02-04, +UI,10906,V1,DWI,green,auto,, +UI,10906,V1,REST1,green,auto,, +UI,10906,V1,T1w,green,auto,2024-01-15, +UI,10907,V1,CUFF1,green,auto,, +UI,10907,V1,CUFF2,green,auto,, +UI,10907,V1,DWI,green,auto,, +UI,10907,V1,REST1,green,auto,, +UI,10907,V1,T1w,yellow,technologist,, +UI,10908,V1,CUFF1,green,auto,, +UI,10908,V1,CUFF2,green,auto,, +UI,10908,V1,DWI,green,auto,, +UI,10908,V1,REST1,green,auto,, +UI,10908,V1,REST2,green,auto,, +UI,10908,V1,T1w,green,auto,2024-01-24, +UI,10909,V1,CUFF1,green,auto,, +UI,10909,V1,CUFF2,green,auto,, +UI,10909,V1,DWI,green,auto,, +UI,10909,V1,REST1,green,auto,, +UI,10909,V1,REST2,green,auto,, +UI,10909,V1,T1w,green,auto,2024-01-15, +UI,10910,V1,CUFF1,green,auto,, +UI,10910,V1,CUFF2,green,auto,, +UI,10910,V1,DWI,green,auto,, +UI,10910,V1,REST1,green,auto,, +UI,10910,V1,REST2,green,auto,, +UI,10910,V1,T1w,yellow,technologist,, +UI,10912,V1,CUFF1,green,auto,, +UI,10912,V1,CUFF2,green,auto,, +UI,10912,V1,DWI,green,auto,, +UI,10912,V1,REST1,red,psadil,2024-02-15,"head-motion, em-perturbation" +UI,10912,V1,REST1,red,psadil,2024-02-15,"head-motion, em-perturbation" +UI,10912,V1,REST1,red,psadil,2024-02-15,"head-motion, em-perturbation" +UI,10912,V1,REST2,red,psadil,2024-02-15,"head-motion, em-perturbation" +UI,10912,V1,T1w,yellow,technologist,, +UI,10913,V1,DWI,green,auto,, +UI,10913,V1,REST1,green,auto,, +UI,10913,V1,T1w,green,auto,2024-01-25, +UI,10914,V1,CUFF1,green,auto,, +UI,10914,V1,CUFF2,green,auto,, +UI,10914,V1,DWI,green,auto,, +UI,10914,V1,REST1,green,auto,, +UI,10914,V1,REST2,green,auto,, +UI,10914,V1,T1w,green,auto,2024-01-15, +UI,10915,V1,CUFF1,green,auto,, +UI,10915,V1,CUFF2,green,auto,, +UI,10915,V1,DWI,green,auto,, +UI,10915,V1,REST1,green,auto,, +UI,10915,V1,REST2,green,auto,, +UI,10915,V1,T1w,green,auto,2024-01-17, +UI,10922,V1,CUFF1,green,auto,, +UI,10922,V1,CUFF2,green,auto,, +UI,10922,V1,DWI,green,auto,, +UI,10922,V1,REST1,green,auto,, +UI,10922,V1,REST2,green,auto,, +UI,10922,V1,T1w,yellow,technologist,, +UI,10925,V1,DWI,green,auto,, +UI,10925,V1,REST1,green,auto,, +UI,10925,V1,T1w,green,auto,2024-02-27, +UI,10927,V1,CUFF1,green,auto,, +UI,10927,V1,CUFF2,green,auto,, +UI,10927,V1,DWI,green,auto,, +UI,10927,V1,REST1,green,auto,, +UI,10927,V1,REST2,green,auto,, +UI,10927,V1,T1w,yellow,technologist,, +UI,10928,V1,DWI,green,auto,, +UI,10928,V1,REST1,green,auto,, +UI,10928,V1,T1w,yellow,technologist,, +UI,10933,V1,DWI,green,auto,, +UI,10933,V1,REST1,green,auto,, +UI,10933,V1,T1w,green,auto,2024-02-08, +UI,10941,V1,DWI,green,auto,, +UI,10941,V1,REST1,green,auto,, +UI,10941,V1,T1w,green,auto,2024-03-04, +UI,10946,V1,CUFF1,green,auto,, +UI,10946,V1,CUFF2,green,auto,, +UI,10946,V1,DWI,green,auto,, +UI,10946,V1,REST1,green,auto,, +UI,10946,V1,REST2,green,auto,, +UI,10946,V1,T1w,green,auto,2024-03-14, +UI,10948,V1,CUFF1,green,auto,, +UI,10948,V1,CUFF2,green,auto,, +UI,10948,V1,DWI,green,auto,, +UI,10948,V1,REST1,green,auto,, +UI,10948,V1,REST2,green,auto,, +UI,10948,V1,T1w,yellow,technologist,, +UI,10955,V1,CUFF1,green,auto,, +UI,10955,V1,CUFF2,yellow,auto,, +UI,10955,V1,DWI,green,auto,, +UI,10955,V1,REST1,yellow,auto,, +UI,10955,V1,REST2,green,auto,, +UI,10955,V1,T1w,yellow,technologist,, +UI,10958,V1,DWI,green,auto,, +UI,10958,V1,REST1,green,auto,, +UI,10958,V1,T1w,green,auto,2024-03-25, +UI,10960,V1,CUFF1,green,auto,, +UI,10960,V1,CUFF2,green,auto,, +UI,10960,V1,DWI,green,auto,, +UI,10960,V1,REST1,green,auto,, +UI,10960,V1,REST2,green,auto,, +UI,10960,V1,T1w,yellow,technologist,, +UI,10966,V1,CUFF1,green,auto,, +UI,10966,V1,CUFF2,green,auto,, +UI,10966,V1,DWI,green,auto,, +UI,10966,V1,REST1,green,auto,, +UI,10966,V1,REST2,green,auto,, +UI,10966,V1,T1w,yellow,auto,2024-04-07, +UI,10968,V1,CUFF1,yellow,auto,, +UI,10968,V1,DWI,green,auto,, +UI,10968,V1,REST1,yellow,auto,, +UI,10968,V1,REST2,yellow,auto,, +UI,10968,V1,T1w,yellow,technologist,, +UI,10969,V1,CUFF1,green,auto,, +UI,10969,V1,CUFF2,green,auto,, +UI,10969,V1,DWI,green,auto,, +UI,10969,V1,REST1,green,auto,, +UI,10969,V1,REST2,green,auto,, +UI,10969,V1,T1w,green,auto,2024-04-05, +UI,10971,V1,DWI,green,auto,, +UI,10971,V1,REST1,green,auto,, +UI,10971,V1,T1w,green,auto,2024-04-06, +UI,10974,V1,CUFF1,green,auto,, +UI,10974,V1,CUFF2,green,auto,, +UI,10974,V1,DWI,green,auto,, +UI,10974,V1,REST1,green,auto,, +UI,10974,V1,REST2,green,auto,, +UI,10974,V1,T1w,green,auto,2024-04-11, +UI,15001,V1,T1w,yellow,auto,2022-07-19, +UI,15002,V1,CUFF1,yellow,auto,, +UI,15002,V1,CUFF2,yellow,auto,, +UI,15002,V1,DWI,green,auto,, +UI,15002,V1,REST1,yellow,auto,, +UI,15002,V1,REST2,yellow,auto,, +UI,15002,V1,T1w,yellow,technologist,, +UI,15002,V3,CUFF1,yellow,auto,, +UI,15002,V3,CUFF2,yellow,auto,, +UI,15002,V3,DWI,green,auto,, +UI,15002,V3,REST1,yellow,auto,, +UI,15002,V3,REST2,yellow,auto,, +UI,15002,V3,T1w,green,auto,2022-12-18, +UI,15003,V1,DWI,green,auto,, +UI,15003,V1,REST1,green,auto,, +UI,15003,V1,REST2,red,auto,, +UI,15003,V1,T1w,yellow,psadil,2023-10-25,head-motion +UI,15003,V3,DWI,green,auto,, +UI,15003,V3,REST1,green,auto,, +UI,15003,V3,REST2,red,auto,, +UI,15003,V3,T1w,yellow,technologist,, +UI,15004,V1,DWI,green,auto,, +UI,15004,V1,REST1,green,auto,, +UI,15004,V1,T1w,green,auto,2022-09-20, +UI,15005,V1,CUFF1,green,auto,, +UI,15005,V1,CUFF2,green,auto,, +UI,15005,V1,DWI,green,auto,, +UI,15005,V1,REST1,green,auto,, +UI,15005,V1,REST2,green,auto,, +UI,15005,V1,T1w,green,auto,2022-10-08, +UI,15005,V3,CUFF1,green,auto,, +UI,15005,V3,CUFF2,green,auto,, +UI,15005,V3,DWI,green,auto,, +UI,15005,V3,REST1,green,auto,, +UI,15005,V3,REST2,green,auto,, +UI,15005,V3,T1w,yellow,technologist,, +UI,15007,V1,CUFF1,green,auto,, +UI,15007,V1,DWI,green,auto,, +UI,15007,V1,REST1,green,auto,, +UI,15007,V1,REST2,green,auto,, +UI,15007,V1,T1w,yellow,technologist,, +UI,15007,V3,DWI,green,auto,, +UI,15007,V3,REST1,yellow,auto,, +UI,15007,V3,T1w,yellow,technologist,, +UI,15008,V1,CUFF1,green,auto,, +UI,15008,V1,CUFF2,green,auto,, +UI,15008,V1,DWI,green,auto,, +UI,15008,V1,REST1,green,auto,, +UI,15008,V1,REST2,green,auto,, +UI,15008,V1,T1w,green,auto,2023-09-09, +UI,15008,V3,CUFF1,green,auto,, +UI,15008,V3,CUFF2,green,auto,, +UI,15008,V3,DWI,green,auto,, +UI,15008,V3,REST1,green,auto,, +UI,15008,V3,REST2,green,auto,, +UI,15008,V3,T1w,green,auto,2023-12-16, +UM,20004,V1,CUFF1,red,psadil,2022-09-09,"head-motion, eye-spillover" +UM,20004,V1,CUFF2,red,psadil,2022-09-09,"head-motion, eye-spillover" UM,20004,V1,DWI,green,auto,, -UM,20004,V1,REST1,yellow,psadil,2022-03-02,head-motion -UM,20004,V1,REST2,red,psadil,2022-03-02,"head-motion, eye-spillover" +UM,20004,V1,REST1,yellow,psadil,2022-09-09,head-motion +UM,20004,V1,REST2,yellow,psadil,2022-09-09,"head-motion, eye-spillover" UM,20004,V1,T1w,yellow,psadil,2022-05-26,"head-motion, noise-global, postprocessing" -UM,20004,V3,CUFF1,yellow,psadil,2022-03-02,"head-motion, eye-spillover" -UM,20004,V3,CUFF2,red,psadil,2022-03-02,"head-motion, eye-spillover" +UM,20004,V3,CUFF1,green,psadil,2022-09-09,"head-motion, eye-spillover" +UM,20004,V3,CUFF2,yellow,psadil,2022-09-09,"head-motion, eye-spillover" UM,20004,V3,DWI,green,auto,, -UM,20004,V3,REST1,yellow,psadil,2022-03-02,"head-motion, field-variation, uncategorized" -UM,20004,V3,REST2,yellow,psadil,2022-03-02,"head-motion, inu, uncategorized" +UM,20004,V3,REST1,green,psadil,2022-09-09,"head-motion, field-variation, uncategorized" +UM,20004,V3,REST2,green,psadil,2022-09-09,"head-motion, inu, uncategorized" UM,20004,V3,T1w,green,psadil,2022-05-26,"noise-global, inu, postprocessing" -UM,20007,V1,CUFF1,yellow,psadil,2022-02-02,head-motion +UM,20007,V1,CUFF1,green,psadil,2022-09-09,head-motion UM,20007,V1,CUFF2,green,auto,, UM,20007,V1,DWI,green,auto,, UM,20007,V1,REST1,green,auto,, UM,20007,V1,REST2,green,auto,, -UM,20007,V1,T1w,green,auto,2022-03-01, +UM,20007,V1,T1w,green,auto,2022-09-20, UM,20007,V3,CUFF1,green,auto,, UM,20007,V3,CUFF2,green,auto,, UM,20007,V3,DWI,green,auto,, UM,20007,V3,REST1,green,auto,, UM,20007,V3,REST2,green,auto,, -UM,20007,V3,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" +UM,20007,V3,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global" UM,20009,V1,CUFF1,green,auto,, UM,20009,V1,CUFF2,green,auto,, UM,20009,V1,DWI,green,auto,, UM,20009,V1,REST1,green,auto,, UM,20009,V1,REST2,green,auto,, UM,20009,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" -UM,20012,V1,CUFF1,red,psadil,2022-03-02,"head-motion, wrap-around, uncategorized" +UM,20012,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" UM,20012,V1,DWI,green,auto,, -UM,20012,V1,REST1,green,auto,, -UM,20012,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" +UM,20012,V1,REST1,yellow,auto,, +UM,20012,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, postprocessing" UM,20013,V1,DWI,green,auto,, -UM,20013,V1,REST1,green,auto,, +UM,20013,V1,REST1,yellow,auto,, UM,20013,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" UM,20013,V3,DWI,green,auto,, -UM,20013,V3,REST1,green,auto,, +UM,20013,V3,REST1,yellow,auto,, UM,20013,V3,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" UM,20016,V1,CUFF1,green,auto,, -UM,20016,V1,CUFF2,green,auto,, +UM,20016,V1,CUFF2,red,auto,, UM,20016,V1,DWI,green,auto,, UM,20016,V1,REST1,green,auto,, -UM,20016,V1,REST2,green,psadil,2022-03-02,"head-motion, eye-spillover" -UM,20016,V1,T1w,green,auto,2022-03-01, +UM,20016,V1,REST2,green,psadil,2022-09-09,"head-motion, eye-spillover" +UM,20016,V1,T1w,green,psadil,2023-09-07,postprocessing UM,20016,V3,CUFF1,green,auto,, UM,20016,V3,DWI,green,auto,, UM,20016,V3,REST1,green,auto,, UM,20016,V3,REST2,green,auto,, -UM,20016,V3,T1w,green,auto,2022-05-25, +UM,20016,V3,T1w,green,auto,2022-09-20, UM,20017,V1,CUFF1,green,auto,, UM,20017,V1,CUFF2,green,auto,, UM,20017,V1,DWI,green,auto,, UM,20017,V1,REST1,green,auto,, UM,20017,V1,REST2,green,auto,, -UM,20017,V1,T1w,green,auto,2022-03-01, -UM,20017,V3,CUFF1,green,auto,, +UM,20017,V1,T1w,green,psadil,2023-09-07,postprocessing +UM,20017,V3,CUFF1,red,auto,, UM,20017,V3,CUFF2,green,auto,, UM,20017,V3,DWI,green,auto,, UM,20017,V3,REST1,green,auto,, UM,20017,V3,REST2,green,auto,, -UM,20017,V3,T1w,green,auto,2022-03-02, -UM,20018,V1,CUFF1,red,psadil,2022-01-05, +UM,20017,V3,T1w,green,auto,2022-09-20, +UM,20018,V1,CUFF1,red,psadil,2022-09-09, UM,20018,V1,DWI,green,auto,, UM,20018,V1,REST1,green,auto,, -UM,20018,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" -UM,20018,V3,CUFF1,green,auto,, +UM,20018,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global" +UM,20018,V3,CUFF1,red,auto,, UM,20018,V3,CUFF2,green,auto,, UM,20018,V3,DWI,green,auto,, UM,20018,V3,REST1,green,auto,, UM,20018,V3,REST2,green,auto,, -UM,20018,V3,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" -UM,20019,V1,CUFF1,green,psadil,2022-07-22,"head-motion, em-perturbation, uncategorized" -UM,20019,V1,CUFF2,green,auto,, +UM,20018,V3,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global" +UM,20019,V1,CUFF1,green,psadil,2022-09-09,"head-motion, em-perturbation, uncategorized" +UM,20019,V1,CUFF2,red,auto,, UM,20019,V1,DWI,green,auto,, -UM,20019,V1,REST1,green,psadil,2022-08-15,"head-motion, noise-local, em-perturbation, uncategorized" +UM,20019,V1,REST1,green,psadil,2022-09-09,"head-motion, noise-local, em-perturbation, uncategorized" UM,20019,V1,REST2,green,auto,, UM,20019,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" -UM,20019,V3,CUFF1,green,auto,, +UM,20019,V3,CUFF1,red,auto,, UM,20019,V3,CUFF2,green,auto,, UM,20019,V3,DWI,green,auto,, UM,20019,V3,REST1,green,auto,, @@ -2516,73 +6479,73 @@ UM,20020,V1,CUFF2,green,auto,, UM,20020,V1,DWI,green,auto,, UM,20020,V1,REST1,green,auto,, UM,20020,V1,REST2,green,auto,, -UM,20020,V1,T1w,green,auto,2022-03-01, +UM,20020,V1,T1w,green,psadil,2023-09-29,"inu, postprocessing" UM,20021,V1,CUFF1,green,auto,, UM,20021,V1,CUFF2,green,auto,, UM,20021,V1,DWI,green,auto,, UM,20021,V1,REST1,green,auto,, UM,20021,V1,REST2,green,auto,, -UM,20021,V1,T1w,yellow,psadil,2022-03-02,head-motion -UM,20021,V3,CUFF1,yellow,psadil,2022-07-22,"head-motion, uncategorized" -UM,20021,V3,CUFF2,yellow,psadil,2022-07-22,"head-motion, wrap-around, uncategorized" +UM,20021,V1,T1w,yellow,psadil,2022-03-03,head-motion +UM,20021,V3,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" +UM,20021,V3,CUFF2,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" UM,20021,V3,DWI,green,auto,, -UM,20021,V3,REST1,yellow,psadil,2022-07-22,"head-motion, uncategorized" -UM,20021,V3,REST2,yellow,psadil,2022-07-22,"head-motion, uncategorized" -UM,20021,V3,T1w,green,auto,2022-07-12, +UM,20021,V3,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +UM,20021,V3,REST2,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UM,20021,V3,T1w,yellow,auto,2022-09-20, UM,20022,V1,DWI,green,auto,, -UM,20022,V1,REST1,red,psadil,2022-03-02,head-motion -UM,20022,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" +UM,20022,V1,REST1,yellow,psadil,2022-09-09,head-motion +UM,20022,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, postprocessing" UM,20023,V1,DWI,green,auto,, UM,20023,V1,REST1,green,auto,, -UM,20023,V1,REST2,green,auto,, +UM,20023,V1,REST2,red,auto,, UM,20023,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" UM,20023,V3,DWI,green,auto,, UM,20023,V3,REST1,green,auto,, UM,20023,V3,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" UM,20024,V1,DWI,green,auto,, UM,20024,V1,REST1,green,auto,, -UM,20024,V1,REST2,green,auto,, -UM,20024,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" -UM,20025,V1,CUFF1,yellow,psadil,2022-03-02,head-motion -UM,20025,V1,CUFF2,green,psadil,2022-01-05,head-motion +UM,20024,V1,REST2,red,auto,, +UM,20024,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, postprocessing" +UM,20025,V1,CUFF1,green,psadil,2022-09-09,head-motion +UM,20025,V1,CUFF2,green,psadil,2022-09-09,head-motion UM,20025,V1,DWI,green,auto,, -UM,20025,V1,REST1,green,psadil,2022-03-02,head-motion -UM,20025,V1,REST2,green,psadil,2022-03-02,"head-motion, em-perturbation" +UM,20025,V1,REST1,green,psadil,2022-09-09,head-motion +UM,20025,V1,REST2,green,psadil,2022-09-09,"head-motion, em-perturbation" UM,20025,V1,T1w,yellow,psadil,2022-03-02,head-motion -UM,20025,V3,CUFF1,green,psadil,2022-05-13,"inu, uncategorized" -UM,20025,V3,CUFF2,green,psadil,2022-05-13,"head-motion, wrap-around, inu, uncategorized" +UM,20025,V3,CUFF1,green,psadil,2022-09-09,"inu, uncategorized" +UM,20025,V3,CUFF2,green,psadil,2022-09-09,"head-motion, wrap-around, inu, uncategorized" UM,20025,V3,DWI,green,auto,, -UM,20025,V3,REST1,green,psadil,2022-05-13,"inu, field-variation, uncategorized" -UM,20025,V3,REST2,green,psadil,2022-05-13,"inu, uncategorized" -UM,20025,V3,T1w,green,auto,2022-05-24, +UM,20025,V3,REST1,green,psadil,2022-09-09,"inu, field-variation, uncategorized" +UM,20025,V3,REST2,green,psadil,2022-09-09,"inu, uncategorized" +UM,20025,V3,T1w,green,auto,2022-09-20, UM,20026,V1,CUFF1,green,auto,, UM,20026,V1,CUFF2,green,auto,, UM,20026,V1,DWI,green,auto,, UM,20026,V1,REST1,green,auto,, UM,20026,V1,REST2,green,auto,, -UM,20026,V1,T1w,green,auto,2022-03-01, +UM,20026,V1,T1w,green,auto,2022-09-20, UM,20026,V3,CUFF1,green,auto,, UM,20026,V3,CUFF2,green,auto,, UM,20026,V3,DWI,green,auto,, UM,20026,V3,REST1,green,auto,, UM,20026,V3,REST2,green,auto,, -UM,20026,V3,T1w,green,auto,2022-05-24, +UM,20026,V3,T1w,green,auto,2022-09-20, UM,20027,V1,CUFF1,green,auto,, UM,20027,V1,CUFF2,green,auto,, UM,20027,V1,DWI,green,auto,, UM,20027,V1,REST1,green,auto,, UM,20027,V1,REST2,green,auto,, -UM,20027,V1,T1w,green,auto,2022-03-01, -UM,20027,V3,CUFF1,green,psadil,2022-03-02,"head-motion, uncategorized" +UM,20027,V1,T1w,green,auto,2022-09-20, +UM,20027,V3,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" UM,20027,V3,CUFF2,green,auto,, UM,20027,V3,DWI,green,auto,, UM,20027,V3,REST1,green,auto,, UM,20027,V3,REST2,green,auto,, -UM,20027,V3,T1w,green,auto,2022-03-02, +UM,20027,V3,T1w,green,auto,2022-09-20, UM,20028,V1,DWI,green,auto,, -UM,20028,V1,REST1,yellow,psadil,2022-03-02,"inu, uncategorized" +UM,20028,V1,REST1,green,psadil,2022-09-09,"inu, uncategorized" UM,20028,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" -UM,20029,V1,CUFF1,green,auto,, +UM,20029,V1,CUFF1,yellow,auto,, UM,20029,V1,CUFF2,green,auto,, UM,20029,V1,DWI,green,auto,, UM,20029,V1,REST1,green,auto,, @@ -2593,36 +6556,36 @@ UM,20029,V3,CUFF2,green,auto,, UM,20029,V3,DWI,green,auto,, UM,20029,V3,REST1,green,auto,, UM,20029,V3,REST2,green,auto,, -UM,20029,V3,T1w,yellow,psadil,2022-03-02,"head-motion, field-variation" -UM,20030,V1,CUFF1,red,psadil,2022-03-02,"head-motion, uncategorized" -UM,20030,V1,CUFF2,red,psadil,2022-03-02,"head-motion, uncategorized" +UM,20029,V3,T1w,yellow,psadil,2022-03-03,"head-motion, field-variation" +UM,20030,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UM,20030,V1,CUFF2,yellow,psadil,2022-09-09,"head-motion, uncategorized" UM,20030,V1,DWI,green,auto,, -UM,20030,V1,REST1,yellow,psadil,2022-01-05,"head-motion, inu" -UM,20030,V1,REST2,yellow,psadil,2022-01-05,"head-motion, eye-spillover" -UM,20030,V1,T1w,green,auto,2022-03-01, +UM,20030,V1,REST1,yellow,psadil,2022-09-09,"head-motion, inu" +UM,20030,V1,REST2,green,psadil,2022-09-09,"head-motion, eye-spillover" +UM,20030,V1,T1w,green,auto,2022-09-20, UM,20030,V3,CUFF1,green,auto,, UM,20030,V3,CUFF2,green,auto,, UM,20030,V3,DWI,green,auto,, -UM,20030,V3,REST1,green,auto,, +UM,20030,V3,REST1,yellow,auto,, UM,20030,V3,T1w,yellow,psadil,2022-04-29,"head-motion, postprocessing" UM,20031,V1,CUFF1,green,auto,, UM,20031,V1,CUFF2,green,auto,, UM,20031,V1,DWI,green,auto,, UM,20031,V1,REST1,green,auto,, UM,20031,V1,REST2,green,auto,, -UM,20031,V1,T1w,green,auto,2022-03-01, +UM,20031,V1,T1w,green,auto,2022-09-20, UM,20031,V3,CUFF1,green,auto,, UM,20031,V3,CUFF2,green,auto,, UM,20031,V3,DWI,green,auto,, UM,20031,V3,REST1,green,auto,, UM,20031,V3,REST2,green,auto,, -UM,20031,V3,T1w,green,auto,2022-05-25, -UM,20033,V1,CUFF1,green,auto,, -UM,20033,V1,CUFF2,red,psadil,2022-03-02,"head-motion, uncategorized" +UM,20031,V3,T1w,green,auto,2022-09-20, +UM,20033,V1,CUFF1,yellow,auto,, +UM,20033,V1,CUFF2,yellow,psadil,2022-09-09,"head-motion, uncategorized" UM,20033,V1,DWI,green,auto,, -UM,20033,V1,REST1,green,auto,, -UM,20033,V1,REST2,green,auto,, -UM,20033,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, inu" +UM,20033,V1,REST1,yellow,auto,, +UM,20033,V1,REST2,yellow,auto,, +UM,20033,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, inu" UM,20033,V3,DWI,green,auto,, UM,20033,V3,REST1,green,auto,, UM,20033,V3,T1w,yellow,psadil,2022-04-13,"head-motion, postprocessing" @@ -2631,36 +6594,36 @@ UM,20034,V1,CUFF2,green,auto,, UM,20034,V1,DWI,green,auto,, UM,20034,V1,REST1,green,auto,, UM,20034,V1,REST2,green,auto,, -UM,20034,V1,T1w,green,auto,2022-03-01, -UM,20035,V1,CUFF1,green,auto,, +UM,20034,V1,T1w,green,auto,2022-09-20, +UM,20035,V1,CUFF1,red,auto,, UM,20035,V1,DWI,green,auto,, UM,20035,V1,REST1,green,auto,, -UM,20035,V1,REST2,yellow,psadil,2022-03-02,"head-motion, eye-spillover, em-perturbation" -UM,20035,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" +UM,20035,V1,REST2,green,psadil,2022-09-09,"head-motion, eye-spillover, em-perturbation" +UM,20035,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, postprocessing" UM,20036,V1,CUFF1,green,auto,, UM,20036,V1,CUFF2,green,auto,, UM,20036,V1,DWI,green,auto,, UM,20036,V1,REST1,green,auto,, UM,20036,V1,REST2,green,auto,, -UM,20036,V1,T1w,green,auto,2022-03-01, +UM,20036,V1,T1w,green,auto,2022-09-20, UM,20036,V3,CUFF1,green,auto,, UM,20036,V3,CUFF2,green,auto,, UM,20036,V3,DWI,green,auto,, UM,20036,V3,REST1,green,auto,, UM,20036,V3,REST2,green,auto,, -UM,20036,V3,T1w,green,auto,2022-04-01, +UM,20036,V3,T1w,green,psadil,2023-09-07,"head-motion, uncategorized, abnormality" UM,20037,V1,DWI,green,auto,, UM,20037,V1,REST1,green,auto,, -UM,20037,V1,T1w,green,auto,2022-03-01, +UM,20037,V1,T1w,green,auto,2022-09-20, UM,20037,V3,DWI,green,auto,, UM,20037,V3,REST1,green,auto,, -UM,20037,V3,T1w,yellow,auto,2022-05-24, +UM,20037,V3,T1w,yellow,auto,2022-09-20, UM,20038,V1,CUFF1,green,auto,, UM,20038,V1,CUFF2,green,auto,, UM,20038,V1,DWI,green,auto,, UM,20038,V1,REST1,green,auto,, UM,20038,V1,REST2,green,auto,, -UM,20038,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" +UM,20038,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global" UM,20038,V3,CUFF1,green,auto,, UM,20038,V3,CUFF2,green,auto,, UM,20038,V3,DWI,green,auto,, @@ -2668,14 +6631,14 @@ UM,20038,V3,REST1,green,auto,, UM,20038,V3,REST2,green,auto,, UM,20038,V3,T1w,yellow,psadil,2022-03-16,head-motion UM,20040,V1,DWI,green,auto,, -UM,20040,V1,REST1,red,psadil,2022-03-02,head-motion +UM,20040,V1,REST1,red,psadil,2022-09-09,head-motion UM,20040,V1,T1w,red,psadil,2022-03-02,"head-motion, noise-global, postprocessing" UM,20041,V1,CUFF1,green,auto,, UM,20041,V1,CUFF2,green,auto,, UM,20041,V1,DWI,green,auto,, UM,20041,V1,REST1,green,auto,, UM,20041,V1,REST2,green,auto,, -UM,20041,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global, postprocessing" +UM,20041,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global, postprocessing" UM,20041,V3,CUFF1,green,auto,, UM,20041,V3,CUFF2,green,auto,, UM,20041,V3,DWI,green,auto,, @@ -2687,169 +6650,174 @@ UM,20042,V1,CUFF2,green,auto,, UM,20042,V1,DWI,green,auto,, UM,20042,V1,REST1,green,auto,, UM,20042,V1,REST2,green,auto,, -UM,20042,V1,T1w,yellow,psadil,2022-03-02,"head-motion, postprocessing" +UM,20042,V1,T1w,yellow,psadil,2022-03-03,"head-motion, postprocessing" UM,20042,V3,DWI,green,auto,, UM,20042,V3,REST1,green,auto,, -UM,20042,V3,T1w,green,auto,2022-05-24, -UM,20043,V1,CUFF1,green,psadil,2022-01-31,head-motion +UM,20042,V3,T1w,green,auto,2022-09-20, +UM,20043,V1,CUFF1,green,psadil,2022-09-09,head-motion UM,20043,V1,CUFF2,green,auto,, UM,20043,V1,DWI,green,auto,, UM,20043,V1,REST1,green,auto,, UM,20043,V1,REST2,green,auto,, -UM,20043,V1,T1w,green,auto,2022-03-01, +UM,20043,V1,T1w,green,auto,2022-09-20, UM,20045,V1,CUFF1,green,auto,, UM,20045,V1,CUFF2,green,auto,, UM,20045,V1,DWI,green,auto,, -UM,20045,V1,REST1,yellow,psadil,2022-03-15,"head-motion, uncategorized" +UM,20045,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" UM,20045,V1,REST2,green,auto,, UM,20045,V1,T1w,yellow,psadil,2022-02-07,head-motion -UM,20046,V1,CUFF1,green,psadil,2022-03-02,"head-motion, uncategorized" -UM,20046,V1,CUFF2,red,psadil,2022-03-02, +UM,20046,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" +UM,20046,V1,CUFF2,red,psadil,2022-09-09, UM,20046,V1,DWI,green,auto,, UM,20046,V1,REST1,green,auto,, UM,20046,V1,REST2,green,auto,, -UM,20046,V1,T1w,green,auto,2022-03-02, +UM,20046,V1,T1w,green,auto,2022-09-20, UM,20046,V3,CUFF1,green,auto,, UM,20046,V3,DWI,green,auto,, UM,20046,V3,REST1,green,auto,, UM,20046,V3,REST2,green,auto,, -UM,20046,V3,T1w,green,auto,2022-05-25, +UM,20046,V3,T1w,green,auto,2022-09-20, UM,20047,V1,CUFF1,green,auto,, UM,20047,V1,CUFF2,green,auto,, UM,20047,V1,DWI,green,auto,, -UM,20047,V1,REST1,green,psadil,2022-03-02,"head-motion, uncategorized" -UM,20047,V1,REST2,green,psadil,2022-03-15,"wrap-around, uncategorized" +UM,20047,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +UM,20047,V1,REST2,green,psadil,2022-09-09,"wrap-around, uncategorized" UM,20047,V1,T1w,yellow,psadil,2022-03-16,"head-motion, postprocessing" UM,20047,V3,CUFF1,green,auto,, UM,20047,V3,CUFF2,green,auto,, UM,20047,V3,DWI,green,auto,, UM,20047,V3,REST1,green,auto,, UM,20047,V3,REST2,green,auto,, -UM,20047,V3,T1w,green,auto,2022-05-24, +UM,20047,V3,T1w,green,auto,2022-09-20, UM,20049,V1,CUFF1,green,auto,, UM,20049,V1,CUFF2,green,auto,, UM,20049,V1,DWI,green,auto,, UM,20049,V1,REST1,green,auto,, UM,20049,V1,REST2,green,auto,, -UM,20049,V1,T1w,yellow,psadil,2022-03-02,"head-motion, noise-global" +UM,20049,V1,T1w,yellow,psadil,2022-03-03,"head-motion, noise-global" UM,20049,V3,CUFF1,green,auto,, UM,20049,V3,CUFF2,green,auto,, UM,20049,V3,DWI,green,auto,, UM,20049,V3,REST1,green,auto,, UM,20049,V3,REST2,green,auto,, -UM,20049,V3,T1w,yellow,auto,2022-05-25, +UM,20049,V3,T1w,yellow,auto,2022-09-20, UM,20050,V1,DWI,green,auto,, -UM,20050,V1,REST1,yellow,psadil,2022-03-02,"head-motion, uncategorized" +UM,20050,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" UM,20050,V1,T1w,yellow,psadil,2022-06-27,"head-motion, noise-global" -UM,20050,V3,CUFF1,green,auto,, -UM,20050,V3,CUFF2,green,auto,, +UM,20050,V3,CUFF1,red,auto,, +UM,20050,V3,CUFF2,red,auto,, UM,20050,V3,DWI,green,auto,, UM,20050,V3,REST1,green,auto,, UM,20050,V3,REST2,green,auto,, -UM,20050,V3,T1w,green,auto,2022-05-24, +UM,20050,V3,T1w,yellow,psadil,2023-09-07,"head-motion, inu" UM,20051,V1,CUFF1,green,auto,, UM,20051,V1,CUFF2,green,auto,, UM,20051,V1,DWI,green,auto,, UM,20051,V1,REST1,green,auto,, UM,20051,V1,REST2,green,auto,, -UM,20051,V1,T1w,green,auto,2022-03-02, +UM,20051,V1,T1w,green,auto,2022-09-20, UM,20051,V3,DWI,green,auto,, UM,20051,V3,REST1,green,auto,, -UM,20051,V3,T1w,yellow,auto,2022-05-24, -UM,20052,V1,CUFF1,green,psadil,2022-03-02,"head-motion, wrap-around" +UM,20051,V3,T1w,yellow,auto,2022-09-20, +UM,20052,V1,CUFF1,green,psadil,2022-09-09,"head-motion, wrap-around" UM,20052,V1,CUFF2,green,auto,, UM,20052,V1,DWI,green,auto,, UM,20052,V1,REST1,green,auto,, UM,20052,V1,REST2,green,auto,, -UM,20052,V1,T1w,yellow,psadil,2022-03-02,"noise-global, inu, postprocessing" +UM,20052,V1,T1w,yellow,psadil,2022-03-03,"noise-global, inu, postprocessing" UM,20056,V1,CUFF1,green,auto,, UM,20056,V1,CUFF2,green,auto,, UM,20056,V1,DWI,green,auto,, UM,20056,V1,REST1,green,auto,, UM,20056,V1,REST2,green,auto,, -UM,20056,V1,T1w,green,auto,2022-03-02, +UM,20056,V1,T1w,green,auto,2022-09-20, UM,20056,V3,CUFF1,green,auto,, UM,20056,V3,DWI,green,auto,, UM,20056,V3,REST1,green,auto,, UM,20056,V3,REST2,green,auto,, -UM,20056,V3,T1w,green,auto,2022-05-24, -UM,20057,V1,CUFF1,red,psadil,2022-03-02,"head-motion, uncategorized" -UM,20057,V1,CUFF2,red,psadil,2022-03-02,"head-motion, uncategorized" +UM,20056,V3,T1w,green,auto,2022-09-20, +UM,20057,V1,CUFF1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UM,20057,V1,CUFF2,yellow,psadil,2022-09-09,"head-motion, uncategorized" UM,20057,V1,DWI,green,auto,, -UM,20057,V1,REST1,yellow,psadil,2022-01-31,"head-motion, uncategorized" -UM,20057,V1,REST2,yellow,psadil,2022-01-31,"head-motion, uncategorized" +UM,20057,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +UM,20057,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" UM,20057,V1,T1w,yellow,psadil,2022-02-07,head-motion -UM,20057,V3,CUFF1,yellow,psadil,2022-07-22,"head-motion, uncategorized" +UM,20057,V3,CUFF1,yellow,psadil,2022-09-09,"head-motion, uncategorized" UM,20057,V3,DWI,green,auto,, UM,20057,V3,REST1,green,auto,, -UM,20057,V3,REST2,green,auto,, +UM,20057,V3,REST2,yellow,auto,, UM,20057,V3,T1w,yellow,psadil,2022-06-27,"head-motion, noise-global, postprocessing" UM,20058,V1,CUFF1,green,auto,, UM,20058,V1,CUFF2,green,auto,, UM,20058,V1,DWI,green,auto,, UM,20058,V1,REST1,green,auto,, UM,20058,V1,REST2,green,auto,, -UM,20058,V1,T1w,green,auto,2022-03-02, +UM,20058,V1,T1w,green,auto,2022-09-20, UM,20059,V1,CUFF1,green,auto,, -UM,20059,V1,CUFF2,green,psadil,2022-04-04,"head-motion, uncategorized" +UM,20059,V1,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" UM,20059,V1,DWI,green,auto,, UM,20059,V1,REST1,green,auto,, UM,20059,V1,REST2,green,auto,, -UM,20059,V1,T1w,yellow,auto,2022-03-02, -UM,20059,V3,CUFF1,green,auto,, +UM,20059,V1,T1w,yellow,auto,2022-09-20, +UM,20059,V3,CUFF1,red,auto,, UM,20059,V3,DWI,green,auto,, UM,20059,V3,REST1,green,auto,, UM,20059,V3,REST2,green,auto,, -UM,20059,V3,T1w,green,auto,2022-07-12, -UM,20061,V1,CUFF1,green,auto,, +UM,20059,V3,T1w,green,auto,2022-09-20, +UM,20061,V1,CUFF1,red,auto,, UM,20061,V1,DWI,green,auto,, UM,20061,V1,REST1,green,auto,, UM,20061,V1,REST2,green,auto,, -UM,20061,V1,T1w,green,auto,2022-04-01, +UM,20061,V1,T1w,green,auto,2022-09-20, UM,20061,V3,DWI,green,auto,, -UM,20061,V3,REST1,yellow,psadil,2022-08-15,"head-motion, noise-local, uncategorized" +UM,20061,V3,REST1,green,psadil,2022-09-09,"head-motion, noise-local, uncategorized" UM,20061,V3,T1w,yellow,technologist,, UM,20062,V1,CUFF1,green,auto,, UM,20062,V1,CUFF2,green,auto,, UM,20062,V1,DWI,green,auto,, UM,20062,V1,REST1,green,auto,, UM,20062,V1,REST2,green,auto,, -UM,20062,V1,T1w,yellow,psadil,2022-03-02,head-motion +UM,20062,V1,T1w,yellow,psadil,2022-03-03,head-motion UM,20062,V3,CUFF1,green,auto,, UM,20062,V3,CUFF2,green,auto,, UM,20062,V3,DWI,green,auto,, UM,20062,V3,REST1,green,auto,, UM,20062,V3,REST2,green,auto,, -UM,20062,V3,T1w,yellow,auto,2022-05-24, +UM,20062,V3,T1w,yellow,auto,2022-09-20, UM,20066,V1,CUFF1,green,auto,, UM,20066,V1,DWI,green,auto,, -UM,20066,V1,REST1,green,auto,, -UM,20066,V1,T1w,green,auto,2022-03-02, -UM,20067,V1,CUFF1,green,psadil,2022-03-02,"head-motion, field-variation" -UM,20067,V1,CUFF2,green,psadil,2022-03-02,"head-motion, uncategorized" +UM,20066,V1,REST1,yellow,auto,, +UM,20066,V1,T1w,green,auto,2022-09-20, +UM,20067,V1,CUFF1,green,psadil,2022-09-09,"head-motion, field-variation" +UM,20067,V1,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" UM,20067,V1,DWI,green,auto,, -UM,20067,V1,REST1,green,psadil,2022-03-02,"head-motion, field-variation, uncategorized" -UM,20067,V1,REST2,green,psadil,2022-03-02,"head-motion, uncategorized" -UM,20067,V1,T1w,green,auto,2022-03-02, +UM,20067,V1,REST1,green,psadil,2022-09-09,"head-motion, field-variation, uncategorized" +UM,20067,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" +UM,20067,V1,T1w,green,auto,2022-09-20, +UM,20067,V3,CUFF1,green,auto,, +UM,20067,V3,CUFF2,green,auto,, +UM,20067,V3,DWI,green,auto,, +UM,20067,V3,REST1,green,auto,, +UM,20067,V3,REST2,green,auto,, UM,20067,V3,T1w,green,auto,2022-07-19, -UM,20068,V1,CUFF1,green,auto,, +UM,20068,V1,CUFF1,red,auto,, UM,20068,V1,CUFF2,green,auto,, UM,20068,V1,DWI,green,auto,, UM,20068,V1,REST1,green,auto,, UM,20068,V1,REST2,green,auto,, -UM,20068,V1,T1w,green,auto,2022-07-12, +UM,20068,V1,T1w,green,auto,2022-09-20, UM,20068,V3,CUFF1,green,auto,, UM,20068,V3,CUFF2,green,auto,, UM,20068,V3,DWI,green,auto,, UM,20068,V3,REST1,green,auto,, UM,20068,V3,REST2,green,auto,, -UM,20068,V3,T1w,green,auto,2022-07-12, +UM,20068,V3,T1w,green,auto,2022-09-20, UM,20071,V1,DWI,green,auto,, -UM,20071,V1,REST1,green,auto,, -UM,20071,V1,T1w,yellow,auto,2022-04-01, +UM,20071,V1,REST1,yellow,auto,, +UM,20071,V1,T1w,yellow,psadil,2023-10-25,"head-motion, postprocessing" UM,20071,V3,DWI,green,auto,, -UM,20071,V3,REST1,green,auto,, -UM,20071,V3,T1w,yellow,auto,2022-07-12, +UM,20071,V3,REST1,yellow,auto,, +UM,20071,V3,T1w,yellow,auto,2022-09-20, UM,20072,V1,CUFF1,green,auto,, UM,20072,V1,CUFF2,green,auto,, UM,20072,V1,DWI,green,auto,, @@ -2859,72 +6827,72 @@ UM,20072,V1,T1w,yellow,psadil,2022-04-29,head-motion UM,20075,V1,CUFF1,green,auto,, UM,20075,V1,CUFF2,green,auto,, UM,20075,V1,DWI,green,auto,, -UM,20075,V1,REST1,green,psadil,2022-04-04,"head-motion, wrap-around, uncategorized" +UM,20075,V1,REST1,green,psadil,2022-09-09,"head-motion, wrap-around, uncategorized" UM,20075,V1,REST2,green,auto,, -UM,20075,V1,T1w,green,auto,2022-04-01, +UM,20075,V1,T1w,green,auto,2022-09-20, UM,20076,V1,CUFF1,green,auto,, UM,20076,V1,CUFF2,green,auto,, UM,20076,V1,DWI,green,auto,, -UM,20076,V1,REST1,green,auto,, -UM,20076,V1,REST2,green,auto,, +UM,20076,V1,REST1,yellow,auto,, +UM,20076,V1,REST2,yellow,auto,, UM,20076,V1,T1w,yellow,psadil,2022-03-16,"head-motion, postprocessing" UM,20076,V3,DWI,green,auto,, -UM,20076,V3,REST1,green,auto,, +UM,20076,V3,REST1,yellow,auto,, UM,20076,V3,T1w,green,psadil,2022-07-19,"head-motion, noise-global, postprocessing" UM,20077,V1,CUFF1,green,auto,, UM,20077,V1,CUFF2,green,auto,, UM,20077,V1,DWI,green,auto,, UM,20077,V1,REST1,green,auto,, UM,20077,V1,REST2,green,auto,, -UM,20077,V1,T1w,green,auto,2022-05-25, +UM,20077,V1,T1w,green,auto,2022-09-20, UM,20077,V3,CUFF1,green,auto,, UM,20077,V3,CUFF2,green,auto,, UM,20077,V3,DWI,green,auto,, UM,20077,V3,REST1,green,auto,, UM,20077,V3,REST2,green,auto,, -UM,20077,V3,T1w,green,auto,2022-08-23, -UM,20078,V1,CUFF1,green,auto,, +UM,20077,V3,T1w,green,auto,2022-09-20, +UM,20078,V1,CUFF1,red,auto,, UM,20078,V1,CUFF2,green,auto,, UM,20078,V1,DWI,green,auto,, UM,20078,V1,REST1,green,auto,, UM,20078,V1,REST2,green,auto,, -UM,20078,V1,T1w,yellow,auto,2022-05-25, +UM,20078,V1,T1w,yellow,auto,2022-09-20, UM,20078,V3,CUFF1,green,auto,, UM,20078,V3,CUFF2,green,auto,, UM,20078,V3,DWI,green,auto,, UM,20078,V3,REST1,green,auto,, UM,20078,V3,REST2,green,auto,, -UM,20078,V3,T1w,yellow,auto,2022-07-19, +UM,20078,V3,T1w,yellow,auto,2022-09-20, UM,20081,V1,DWI,green,auto,, -UM,20081,V1,REST1,green,auto,, +UM,20081,V1,REST1,yellow,auto,, UM,20081,V1,T1w,green,psadil,2022-04-29,"noise-global, inu" UM,20081,V3,DWI,green,auto,, UM,20081,V3,REST1,green,auto,, -UM,20081,V3,T1w,yellow,auto,2022-08-23, +UM,20081,V3,T1w,yellow,auto,2022-09-20, UM,20084,V1,CUFF1,green,auto,, UM,20084,V1,CUFF2,green,auto,, UM,20084,V1,DWI,green,auto,, UM,20084,V1,REST1,green,auto,, UM,20084,V1,REST2,green,auto,, -UM,20084,V1,T1w,green,auto,2022-05-24, +UM,20084,V1,T1w,green,auto,2022-09-20, UM,20084,V3,CUFF1,green,auto,, UM,20084,V3,CUFF2,green,auto,, UM,20084,V3,DWI,green,auto,, UM,20084,V3,REST1,green,auto,, UM,20084,V3,REST2,green,auto,, -UM,20084,V3,T1w,green,auto,2022-08-23, +UM,20084,V3,T1w,green,auto,2022-09-20, UM,20088,V1,CUFF1,green,auto,, UM,20088,V1,CUFF2,green,auto,, UM,20088,V1,DWI,green,auto,, UM,20088,V1,REST1,green,auto,, UM,20088,V1,REST2,green,auto,, -UM,20088,V1,T1w,green,auto,2022-05-25, +UM,20088,V1,T1w,green,auto,2022-09-20, UM,20088,V3,CUFF1,green,auto,, UM,20088,V3,CUFF2,green,auto,, UM,20088,V3,DWI,green,auto,, UM,20088,V3,REST1,green,auto,, UM,20088,V3,REST2,green,auto,, -UM,20088,V3,T1w,green,auto,2022-08-23, +UM,20088,V3,T1w,green,auto,2022-09-20, UM,20090,V1,CUFF1,green,auto,, UM,20090,V1,CUFF2,green,auto,, UM,20090,V1,DWI,green,auto,, @@ -2936,13 +6904,13 @@ UM,20090,V3,CUFF2,green,auto,, UM,20090,V3,DWI,green,auto,, UM,20090,V3,REST1,green,auto,, UM,20090,V3,REST2,green,auto,, -UM,20090,V3,T1w,green,auto,2022-07-19, +UM,20090,V3,T1w,green,auto,2022-09-20, UM,20092,V1,CUFF1,green,auto,, UM,20092,V1,CUFF2,green,auto,, UM,20092,V1,DWI,green,auto,, UM,20092,V1,REST1,green,auto,, UM,20092,V1,REST2,green,auto,, -UM,20092,V1,T1w,green,auto,2022-05-24, +UM,20092,V1,T1w,yellow,psadil,2023-09-07,"head-motion, inu, postprocessing" UM,20094,V1,CUFF1,green,auto,, UM,20094,V1,CUFF2,green,auto,, UM,20094,V1,DWI,green,auto,, @@ -2950,133 +6918,2199 @@ UM,20094,V1,REST1,green,auto,, UM,20094,V1,REST2,green,auto,, UM,20094,V1,T1w,yellow,psadil,2022-05-13,"head-motion, noise-global, postprocessing" UM,20094,V3,CUFF1,green,auto,, -UM,20094,V3,CUFF2,green,auto,, +UM,20094,V3,CUFF2,yellow,auto,, UM,20094,V3,DWI,green,auto,, -UM,20094,V3,REST1,green,auto,, -UM,20094,V3,REST2,green,auto,, -UM,20094,V3,T1w,yellow,technologist,, +UM,20094,V3,REST1,yellow,auto,, +UM,20094,V3,REST2,yellow,auto,, +UM,20094,V3,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" UM,20097,V1,DWI,green,auto,, UM,20097,V1,REST1,green,auto,, -UM,20097,V1,T1w,green,auto,2022-07-12, +UM,20097,V1,T1w,green,auto,2022-09-20, +UM,20097,V3,DWI,green,auto,, +UM,20097,V3,REST1,green,auto,, +UM,20097,V3,T1w,green,auto,2022-10-05, UM,20098,V1,CUFF1,green,auto,, -UM,20098,V1,CUFF2,yellow,psadil,2022-05-03,"head-motion, inu, uncategorized" +UM,20098,V1,CUFF2,yellow,psadil,2022-09-09,"head-motion, inu, uncategorized" UM,20098,V1,DWI,green,auto,, UM,20098,V1,REST1,green,auto,, UM,20098,V1,REST2,green,auto,, -UM,20098,V1,T1w,green,auto,2022-05-25, +UM,20098,V1,T1w,green,auto,2022-09-20, UM,20098,V3,CUFF1,green,auto,, -UM,20098,V3,CUFF2,green,psadil,2022-08-15,"head-motion, uncategorized" +UM,20098,V3,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" UM,20098,V3,DWI,green,auto,, UM,20098,V3,REST1,green,auto,, UM,20098,V3,REST2,green,auto,, -UM,20098,V3,T1w,green,auto,2022-08-23, +UM,20098,V3,T1w,green,auto,2022-09-20, UM,20099,V1,CUFF1,green,auto,, UM,20099,V1,CUFF2,green,auto,, UM,20099,V1,DWI,green,auto,, UM,20099,V1,REST1,green,auto,, -UM,20099,V1,REST2,green,auto,, +UM,20099,V1,REST2,yellow,auto,, UM,20099,V1,T1w,yellow,technologist,, -UM,20101,V1,CUFF1,yellow,psadil,2022-05-09,"head-motion, uncategorized" -UM,20101,V1,CUFF2,yellow,psadil,2022-05-09,"head-motion, uncategorized" +UM,20101,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" +UM,20101,V1,CUFF2,green,psadil,2022-09-09,"head-motion, uncategorized" UM,20101,V1,DWI,green,auto,, -UM,20101,V1,REST1,yellow,psadil,2022-05-09,"head-motion, uncategorized" -UM,20101,V1,REST2,yellow,psadil,2022-05-09,"head-motion, uncategorized" +UM,20101,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" +UM,20101,V1,REST2,green,psadil,2022-09-09,"head-motion, uncategorized" UM,20101,V1,T1w,green,psadil,2022-08-05,"head-motion, noise-global, postprocessing" UM,20101,V3,CUFF1,green,auto,, UM,20101,V3,CUFF2,green,auto,, UM,20101,V3,DWI,green,auto,, UM,20101,V3,REST1,green,auto,, UM,20101,V3,REST2,green,auto,, -UM,20101,V3,T1w,green,auto,2022-08-23, +UM,20101,V3,T1w,green,auto,2022-09-20, UM,20102,V1,CUFF1,green,auto,, UM,20102,V1,CUFF2,green,auto,, UM,20102,V1,DWI,green,auto,, UM,20102,V1,REST1,green,auto,, -UM,20102,V1,REST2,green,auto,, -UM,20102,V1,T1w,green,auto,2022-05-24, +UM,20102,V1,REST2,yellow,auto,, +UM,20102,V1,T1w,yellow,auto,2022-09-20, UM,20104,V1,CUFF1,green,auto,, UM,20104,V1,CUFF2,green,auto,, UM,20104,V1,DWI,green,auto,, UM,20104,V1,REST1,green,auto,, UM,20104,V1,REST2,green,auto,, -UM,20104,V1,T1w,green,auto,2022-07-12, +UM,20104,V1,T1w,yellow,psadil,2023-09-07,"head-motion, inu, postprocessing" +UM,20104,V3,CUFF1,green,auto,, +UM,20104,V3,CUFF2,green,auto,, +UM,20104,V3,DWI,green,auto,, +UM,20104,V3,REST1,green,auto,, +UM,20104,V3,REST2,green,auto,, +UM,20104,V3,T1w,green,psadil,2022-10-06,uncategorized UM,20105,V1,DWI,green,auto,, -UM,20105,V1,REST1,yellow,psadil,2022-07-22,"head-motion, uncategorized" +UM,20105,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" UM,20105,V1,T1w,green,psadil,2022-06-27,uncategorized +UM,20109,V1,CUFF1,green,auto,, +UM,20109,V1,CUFF2,green,auto,, +UM,20109,V1,DWI,green,auto,, +UM,20109,V1,REST1,yellow,auto,, +UM,20109,V1,REST2,green,auto,, +UM,20109,V1,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" +UM,20109,V3,CUFF1,green,auto,, +UM,20109,V3,CUFF2,yellow,auto,, +UM,20109,V3,DWI,green,auto,, +UM,20109,V3,REST1,yellow,auto,, +UM,20109,V3,REST2,yellow,auto,, +UM,20109,V3,T1w,yellow,auto,2023-01-31, UM,20116,V1,DWI,green,auto,, UM,20116,V1,REST1,green,auto,, -UM,20116,V1,T1w,green,auto,2022-07-12, +UM,20116,V1,T1w,green,auto,2022-09-20, +UM,20116,V3,CUFF1,red,auto,, +UM,20116,V3,CUFF2,red,auto,, +UM,20116,V3,DWI,green,auto,, +UM,20116,V3,REST1,green,auto,, +UM,20116,V3,REST2,green,auto,, +UM,20116,V3,T1w,green,auto,2022-09-20, UM,20121,V1,CUFF1,green,auto,, UM,20121,V1,CUFF2,green,auto,, UM,20121,V1,DWI,green,auto,, UM,20121,V1,REST1,green,auto,, UM,20121,V1,REST2,green,auto,, UM,20121,V1,T1w,green,psadil,2022-07-19,postprocessing -UM,20128,V1,CUFF1,green,auto,, -UM,20128,V1,CUFF2,green,auto,, +UM,20121,V3,CUFF1,green,auto,, +UM,20121,V3,CUFF2,green,auto,, +UM,20121,V3,DWI,green,auto,, +UM,20121,V3,REST1,green,auto,, +UM,20121,V3,REST2,green,auto,, +UM,20121,V3,T1w,green,auto,2022-10-05, +UM,20128,V1,CUFF1,yellow,auto,, +UM,20128,V1,CUFF2,yellow,auto,, UM,20128,V1,DWI,green,auto,, -UM,20128,V1,REST1,green,auto,, -UM,20128,V1,REST2,green,auto,, -UM,20128,V1,T1w,yellow,technologist,, +UM,20128,V1,REST1,yellow,auto,, +UM,20128,V1,REST2,yellow,auto,, +UM,20128,V1,T1w,yellow,psadil,2023-10-25,"head-motion, noise-global, postprocessing" +UM,20128,V3,DWI,green,auto,, +UM,20128,V3,REST1,yellow,auto,, +UM,20128,V3,T1w,yellow,auto,2022-10-30, UM,20130,V1,DWI,green,auto,, UM,20130,V1,REST1,green,auto,, -UM,20130,V1,T1w,green,auto,2022-07-12, -UM,20133,V1,CUFF1,yellow,psadil,2022-07-22,"head-motion, uncategorized" +UM,20130,V1,T1w,green,auto,2022-09-20, +UM,20133,V1,CUFF1,green,psadil,2022-09-09,"head-motion, uncategorized" UM,20133,V1,CUFF2,green,auto,, UM,20133,V1,DWI,green,auto,, -UM,20133,V1,REST1,yellow,psadil,2022-07-22,"head-motion, uncategorized" +UM,20133,V1,REST1,green,psadil,2022-09-09,"head-motion, uncategorized" UM,20133,V1,REST2,green,auto,, -UM,20133,V1,T1w,yellow,auto,2022-07-19, -UM,20134,V1,CUFF1,green,auto,, -UM,20134,V1,CUFF2,green,auto,, +UM,20133,V1,T1w,yellow,auto,2022-09-20, +UM,20134,V1,CUFF1,yellow,auto,, +UM,20134,V1,CUFF2,yellow,auto,, UM,20134,V1,DWI,green,auto,, -UM,20134,V1,REST1,red,psadil,2022-08-15,"head-motion, uncategorized" -UM,20134,V1,REST2,green,auto,, +UM,20134,V1,REST1,yellow,psadil,2022-09-09,"head-motion, uncategorized" +UM,20134,V1,REST2,yellow,auto,, UM,20134,V1,T1w,yellow,psadil,2022-07-19,"head-motion, noise-global, postprocessing" UM,20136,V1,CUFF1,green,auto,, UM,20136,V1,CUFF2,green,auto,, UM,20136,V1,DWI,green,auto,, UM,20136,V1,REST1,green,auto,, UM,20136,V1,REST2,green,auto,, -UM,20136,V1,T1w,green,auto,2022-08-23, +UM,20136,V1,T1w,green,auto,2022-09-20, UM,20139,V1,CUFF1,green,auto,, UM,20139,V1,CUFF2,green,auto,, UM,20139,V1,DWI,green,auto,, UM,20139,V1,REST1,green,auto,, UM,20139,V1,REST2,green,auto,, UM,20139,V1,T1w,green,psadil,2022-08-22,postprocessing +UM,20139,V3,CUFF1,green,auto,, +UM,20139,V3,CUFF2,green,auto,, +UM,20139,V3,DWI,green,auto,, +UM,20139,V3,REST1,green,auto,, +UM,20139,V3,REST2,green,auto,, +UM,20139,V3,T1w,green,auto,2023-03-10, UM,20142,V1,CUFF1,green,auto,, UM,20142,V1,CUFF2,green,auto,, UM,20142,V1,DWI,green,auto,, UM,20142,V1,REST1,green,auto,, -UM,20142,V1,REST2,green,auto,, +UM,20142,V1,REST2,yellow,auto,, UM,20142,V1,T1w,yellow,psadil,2022-08-22,"head-motion, noise-global, postprocessing" +UM,20142,V3,CUFF1,green,auto,, +UM,20142,V3,CUFF2,green,auto,, +UM,20142,V3,DWI,green,auto,, +UM,20142,V3,REST1,green,auto,, +UM,20142,V3,REST2,green,auto,, +UM,20142,V3,T1w,red,psadil,2023-09-07,"head-motion, postprocessing" UM,20143,V1,CUFF1,green,auto,, UM,20143,V1,CUFF2,green,auto,, UM,20143,V1,DWI,green,auto,, UM,20143,V1,REST1,green,auto,, UM,20143,V1,REST2,green,auto,, -UM,20143,V1,T1w,green,auto,2022-08-23, +UM,20143,V1,T1w,green,auto,2022-09-20, +UM,20143,V3,CUFF1,green,auto,, +UM,20143,V3,CUFF2,yellow,auto,, +UM,20143,V3,DWI,green,auto,, +UM,20143,V3,REST1,green,auto,, +UM,20143,V3,REST2,green,auto,, +UM,20143,V3,T1w,yellow,auto,2022-11-09, +UM,20152,V1,DWI,green,auto,, +UM,20152,V1,REST1,yellow,auto,, +UM,20152,V1,T1w,yellow,auto,2022-09-20, +UM,20152,V3,DWI,green,auto,, +UM,20152,V3,REST1,yellow,auto,, +UM,20152,V3,T1w,yellow,auto,2023-01-10, +UM,20162,V1,CUFF1,green,auto,, +UM,20162,V1,CUFF2,green,auto,, +UM,20162,V1,DWI,green,auto,, +UM,20162,V1,REST1,green,auto,, +UM,20162,V1,REST2,green,auto,, +UM,20162,V1,T1w,yellow,psadil,2023-09-07,"head-motion, inu" +UM,20162,V3,CUFF1,green,auto,, +UM,20162,V3,CUFF2,green,auto,, +UM,20162,V3,DWI,green,auto,, +UM,20162,V3,REST1,green,auto,, +UM,20162,V3,REST2,green,auto,, +UM,20162,V3,T1w,green,auto,2023-02-22, +UM,20166,V1,CUFF1,green,auto,, +UM,20166,V1,CUFF2,green,auto,, +UM,20166,V1,DWI,green,auto,, +UM,20166,V1,REST1,green,auto,, +UM,20166,V1,REST2,green,auto,, +UM,20166,V1,T1w,green,auto,2022-10-12, +UM,20171,V1,CUFF1,green,auto,, +UM,20171,V1,CUFF2,red,auto,, +UM,20171,V1,DWI,green,auto,, +UM,20171,V1,REST1,yellow,auto,, +UM,20171,V1,REST2,green,auto,, +UM,20171,V1,T1w,yellow,auto,2022-10-12, +UM,20172,V1,CUFF1,green,auto,, +UM,20172,V1,CUFF2,green,auto,, +UM,20172,V1,DWI,green,auto,, +UM,20172,V1,REST1,green,auto,, +UM,20172,V1,REST2,green,auto,, +UM,20172,V1,T1w,yellow,auto,2022-10-30, +UM,20175,V1,CUFF1,green,auto,, +UM,20175,V1,CUFF2,green,auto,, +UM,20175,V1,DWI,green,auto,, +UM,20175,V1,REST1,green,auto,, +UM,20175,V1,REST2,green,auto,, +UM,20175,V1,T1w,yellow,auto,2022-10-30, +UM,20178,V1,DWI,green,auto,, +UM,20178,V1,REST1,green,auto,, +UM,20178,V1,T1w,yellow,psadil,2023-10-25,"head-motion, postprocessing" +UM,20178,V3,DWI,green,auto,, +UM,20178,V3,REST1,green,auto,, +UM,20178,V3,T1w,yellow,auto,2023-02-08, +UM,20179,V1,CUFF1,green,auto,, +UM,20179,V1,CUFF2,green,auto,, +UM,20179,V1,DWI,green,auto,, +UM,20179,V1,REST1,green,auto,, +UM,20179,V1,REST2,green,auto,, +UM,20179,V1,T1w,green,auto,2022-10-22, +UM,20179,V3,CUFF1,green,auto,, +UM,20179,V3,CUFF2,green,auto,, +UM,20179,V3,DWI,green,auto,, +UM,20179,V3,REST1,green,auto,, +UM,20179,V3,REST2,green,auto,, +UM,20179,V3,T1w,green,auto,2023-01-30, +UM,20181,V1,CUFF1,green,auto,, +UM,20181,V1,CUFF2,green,auto,, +UM,20181,V1,DWI,green,auto,, +UM,20181,V1,REST1,green,auto,, +UM,20181,V1,REST2,green,auto,, +UM,20181,V1,T1w,green,auto,2022-10-30, +UM,20181,V3,DWI,green,auto,, +UM,20181,V3,REST1,green,auto,, +UM,20181,V3,T1w,green,auto,2023-03-06, +UM,20189,V1,CUFF1,green,auto,, +UM,20189,V1,CUFF2,green,auto,, +UM,20189,V1,DWI,green,auto,, +UM,20189,V1,REST1,green,auto,, +UM,20189,V1,REST2,green,auto,, +UM,20189,V1,T1w,yellow,psadil,2023-09-07,head-motion +UM,20189,V3,CUFF1,green,auto,, +UM,20189,V3,CUFF2,green,auto,, +UM,20189,V3,DWI,green,auto,, +UM,20189,V3,REST1,green,auto,, +UM,20189,V3,REST2,green,auto,, +UM,20189,V3,T1w,yellow,auto,2023-01-30, +UM,20191,V1,CUFF1,red,auto,, +UM,20191,V1,CUFF2,green,auto,, +UM,20191,V1,DWI,green,auto,, +UM,20191,V1,REST1,green,auto,, +UM,20191,V1,REST2,green,auto,, +UM,20191,V1,T1w,yellow,technologist,, +UM,20191,V3,DWI,red,auto,, +UM,20191,V3,T1w,green,auto,2023-04-10, +UM,20202,V1,CUFF1,green,auto,, +UM,20202,V1,CUFF2,green,auto,, +UM,20202,V1,DWI,green,auto,, +UM,20202,V1,REST1,green,auto,, +UM,20202,V1,REST2,green,auto,, +UM,20202,V1,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" +UM,20202,V3,CUFF1,green,auto,, +UM,20202,V3,CUFF2,green,auto,, +UM,20202,V3,DWI,green,auto,, +UM,20202,V3,REST1,yellow,auto,, +UM,20202,V3,REST2,green,auto,, +UM,20202,V3,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" +UM,20205,V1,DWI,green,auto,, +UM,20205,V1,REST1,green,auto,, +UM,20205,V1,T1w,yellow,auto,2022-12-22, +UM,20205,V3,DWI,green,auto,, +UM,20205,V3,REST1,green,auto,, +UM,20205,V3,T1w,green,auto,2023-07-07, +UM,20206,V1,DWI,green,auto,, +UM,20206,V1,REST1,green,auto,, +UM,20206,V1,T1w,green,auto,2023-02-01, +UM,20206,V3,DWI,green,auto,, +UM,20206,V3,REST1,green,auto,, +UM,20206,V3,T1w,yellow,auto,2023-04-17, +UM,20211,V1,DWI,green,auto,, +UM,20211,V1,REST1,green,auto,, +UM,20211,V1,T1w,yellow,psadil,2023-10-25,"head-motion, postprocessing" +UM,20211,V3,DWI,green,auto,, +UM,20211,V3,REST1,green,auto,, +UM,20211,V3,T1w,green,auto,2023-05-19, +UM,20212,V1,DWI,green,auto,, +UM,20212,V1,REST1,green,auto,, +UM,20212,V1,T1w,green,auto,2022-12-10, +UM,20212,V3,DWI,green,auto,, +UM,20212,V3,REST1,green,auto,, +UM,20212,V3,T1w,green,auto,2023-04-08, +UM,20216,V1,CUFF1,green,auto,, +UM,20216,V1,CUFF2,green,auto,, +UM,20216,V1,DWI,green,auto,, +UM,20216,V1,REST1,green,auto,, +UM,20216,V1,REST2,green,auto,, +UM,20216,V1,T1w,green,psadil,2023-09-07, +UM,20216,V3,CUFF1,green,auto,, +UM,20216,V3,CUFF2,green,auto,, +UM,20216,V3,DWI,green,auto,, +UM,20216,V3,REST1,green,auto,, +UM,20216,V3,REST2,green,auto,, +UM,20216,V3,T1w,green,psadil,2023-09-29,inu +UM,20229,V1,CUFF1,green,auto,, +UM,20229,V1,CUFF2,green,auto,, +UM,20229,V1,DWI,green,auto,, +UM,20229,V1,REST1,green,auto,, +UM,20229,V1,REST2,green,auto,, +UM,20229,V1,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" +UM,20229,V3,CUFF1,green,auto,, +UM,20229,V3,CUFF2,green,auto,, +UM,20229,V3,DWI,green,auto,, +UM,20229,V3,REST1,green,auto,, +UM,20229,V3,REST2,green,auto,, +UM,20229,V3,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" +UM,20230,V1,CUFF1,red,auto,, +UM,20230,V1,DWI,green,auto,, +UM,20230,V1,REST1,green,auto,, +UM,20230,V1,REST2,green,auto,, +UM,20230,V1,T1w,yellow,technologist,, +UM,20230,V3,CUFF1,yellow,auto,, +UM,20230,V3,CUFF2,yellow,auto,, +UM,20230,V3,DWI,green,auto,, +UM,20230,V3,REST1,yellow,auto,, +UM,20230,V3,REST2,yellow,auto,, +UM,20230,V3,T1w,yellow,auto,2023-04-21, +UM,20237,V1,CUFF1,green,auto,, +UM,20237,V1,CUFF2,green,auto,, +UM,20237,V1,DWI,green,auto,, +UM,20237,V1,REST1,green,auto,, +UM,20237,V1,REST2,green,auto,, +UM,20237,V1,T1w,green,auto,2023-03-27, +UM,20237,V3,DWI,green,auto,, +UM,20237,V3,REST1,green,auto,, +UM,20237,V3,T1w,green,auto,2023-06-24, +UM,20244,V1,DWI,green,auto,, +UM,20244,V1,REST1,green,auto,, +UM,20244,V1,T1w,green,auto,2023-03-18, +UM,20246,V1,CUFF1,green,auto,, +UM,20246,V1,CUFF2,green,auto,, +UM,20246,V1,DWI,green,auto,, +UM,20246,V1,REST1,green,auto,, +UM,20246,V1,REST2,green,auto,, +UM,20246,V1,T1w,yellow,auto,2023-06-03, +UM,20246,V3,CUFF1,green,auto,, +UM,20246,V3,CUFF2,green,auto,, +UM,20246,V3,DWI,green,auto,, +UM,20246,V3,REST1,green,auto,, +UM,20246,V3,REST2,green,auto,, +UM,20246,V3,T1w,green,auto,2023-09-22, +UM,20248,V1,CUFF1,red,auto,, +UM,20248,V1,CUFF2,green,auto,, +UM,20248,V1,DWI,green,auto,, +UM,20248,V1,REST1,green,auto,, +UM,20248,V1,REST2,green,auto,, +UM,20248,V1,T1w,yellow,auto,2023-04-10, +UM,20248,V3,DWI,green,auto,, +UM,20248,V3,REST1,yellow,auto,, +UM,20248,V3,T1w,yellow,technologist,, +UM,20252,V1,CUFF1,red,auto,, +UM,20252,V1,DWI,green,auto,, +UM,20252,V1,REST1,yellow,auto,, +UM,20252,V1,REST2,yellow,auto,, +UM,20252,V1,T1w,yellow,auto,2023-04-21, +UM,20252,V3,CUFF1,yellow,auto,, +UM,20252,V3,DWI,green,auto,, +UM,20252,V3,REST1,yellow,auto,, +UM,20252,V3,REST2,yellow,auto,, +UM,20252,V3,T1w,yellow,auto,2023-07-19, +UM,20253,V1,CUFF1,green,auto,, +UM,20253,V1,CUFF2,green,auto,, +UM,20253,V1,DWI,green,auto,, +UM,20253,V1,REST1,green,auto,, +UM,20253,V1,REST2,yellow,auto,, +UM,20253,V1,T1w,yellow,technologist,, +UM,20253,V3,CUFF1,green,auto,, +UM,20253,V3,CUFF2,green,auto,, +UM,20253,V3,DWI,green,auto,, +UM,20253,V3,REST1,green,auto,, +UM,20253,V3,REST2,green,auto,, +UM,20253,V3,T1w,green,auto,2023-08-24, +UM,20254,V1,DWI,green,auto,, +UM,20254,V1,REST1,green,auto,, +UM,20254,V1,T1w,green,auto,2023-07-07, +UM,20258,V1,CUFF1,green,auto,, +UM,20258,V1,CUFF2,green,auto,, +UM,20258,V1,DWI,green,auto,, +UM,20258,V1,REST1,green,auto,, +UM,20258,V1,REST2,green,auto,, +UM,20258,V1,T1w,yellow,technologist,, +UM,20258,V3,CUFF1,green,auto,, +UM,20258,V3,CUFF2,green,auto,, +UM,20258,V3,DWI,green,auto,, +UM,20258,V3,REST1,green,auto,, +UM,20258,V3,REST2,green,auto,, +UM,20258,V3,T1w,yellow,auto,2023-08-16, +UM,20263,V1,DWI,green,auto,, +UM,20263,V1,REST1,green,auto,, +UM,20263,V1,T1w,yellow,auto,2023-07-07, +UM,20265,V1,DWI,green,auto,, +UM,20265,V1,REST1,green,auto,, +UM,20265,V1,T1w,yellow,auto,2023-05-13, +UM,20269,V1,CUFF1,green,auto,, +UM,20269,V1,CUFF2,green,auto,, +UM,20269,V1,DWI,green,auto,, +UM,20269,V1,REST1,green,auto,, +UM,20269,V1,REST2,green,auto,, +UM,20269,V1,T1w,yellow,auto,2023-05-28, +UM,20269,V3,CUFF1,green,auto,, +UM,20269,V3,CUFF2,green,auto,, +UM,20269,V3,DWI,green,auto,, +UM,20269,V3,REST1,green,auto,, +UM,20269,V3,REST2,green,auto,, +UM,20269,V3,T1w,yellow,auto,2023-09-20, +UM,20275,V1,DWI,green,auto,, +UM,20275,V1,REST1,green,auto,, +UM,20275,V1,T1w,yellow,auto,2023-06-08, +UM,20275,V3,DWI,green,auto,, +UM,20275,V3,REST1,green,auto,, +UM,20275,V3,T1w,yellow,auto,2023-10-06, +UM,20278,V1,CUFF1,green,auto,, +UM,20278,V1,CUFF2,green,auto,, +UM,20278,V1,DWI,green,auto,, +UM,20278,V1,REST1,green,auto,, +UM,20278,V1,REST2,green,auto,, +UM,20278,V1,T1w,yellow,auto,2023-06-24, +UM,20278,V3,CUFF1,green,auto,, +UM,20278,V3,CUFF2,green,auto,, +UM,20278,V3,DWI,green,auto,, +UM,20278,V3,REST1,green,auto,, +UM,20278,V3,REST2,green,auto,, +UM,20278,V3,T1w,green,auto,2023-10-17, +UM,20280,V1,DWI,green,auto,, +UM,20280,V1,REST1,green,auto,, +UM,20280,V1,T1w,green,auto,2023-06-29, +UM,20280,V3,DWI,green,auto,, +UM,20280,V3,REST1,green,auto,, +UM,20280,V3,T1w,green,auto,2023-10-17, +UM,20288,V1,DWI,green,auto,, +UM,20288,V1,REST1,green,auto,, +UM,20288,V1,T1w,green,auto,2023-07-06, +UM,20288,V3,DWI,green,auto,, +UM,20288,V3,REST1,green,auto,, +UM,20288,V3,T1w,green,auto,2023-10-06, +UM,20289,V1,DWI,green,auto,, +UM,20289,V1,REST1,green,auto,, +UM,20289,V1,T1w,green,auto,2023-06-30, +UM,20289,V3,DWI,green,auto,, +UM,20289,V3,REST1,green,auto,, +UM,20289,V3,T1w,green,auto,2023-10-06, +UM,20291,V1,DWI,green,auto,, +UM,20291,V1,REST1,green,auto,, +UM,20291,V1,T1w,green,auto,2023-07-18, +UM,20291,V3,DWI,green,auto,, +UM,20291,V3,REST1,yellow,auto,, +UM,20291,V3,T1w,yellow,technologist,, +UM,20294,V1,CUFF1,green,auto,, +UM,20294,V1,CUFF2,green,auto,, +UM,20294,V1,DWI,green,auto,, +UM,20294,V1,REST1,green,auto,, +UM,20294,V1,REST2,green,auto,, +UM,20294,V1,T1w,yellow,auto,2023-08-18, +UM,20294,V3,CUFF1,green,auto,, +UM,20294,V3,CUFF2,green,auto,, +UM,20294,V3,DWI,green,auto,, +UM,20294,V3,REST1,green,auto,, +UM,20294,V3,REST2,green,auto,, +UM,20294,V3,T1w,yellow,auto,2023-11-16, +UM,20297,V1,CUFF1,green,auto,, +UM,20297,V1,CUFF2,green,auto,, +UM,20297,V1,DWI,green,auto,, +UM,20297,V1,REST1,green,auto,, +UM,20297,V1,REST2,green,auto,, +UM,20297,V1,T1w,green,auto,2023-08-16, +UM,20297,V3,CUFF1,green,auto,, +UM,20297,V3,CUFF2,green,auto,, +UM,20297,V3,DWI,green,auto,, +UM,20297,V3,REST1,green,auto,, +UM,20297,V3,REST2,green,auto,, +UM,20297,V3,T1w,green,auto,2023-11-16, +UM,20301,V1,CUFF1,green,auto,, +UM,20301,V1,CUFF2,green,auto,, +UM,20301,V1,DWI,green,auto,, +UM,20301,V1,REST1,green,auto,, +UM,20301,V1,REST2,green,auto,, +UM,20301,V1,T1w,green,auto,2023-08-16, +UM,20301,V3,DWI,green,auto,, +UM,20301,V3,REST1,green,auto,, +UM,20301,V3,T1w,green,auto,2023-12-08, +UM,20302,V1,DWI,green,auto,, +UM,20302,V1,REST1,yellow,auto,, +UM,20302,V1,T1w,yellow,auto,2023-08-24, +UM,20305,V1,CUFF1,green,auto,, +UM,20305,V1,CUFF2,green,auto,, +UM,20305,V1,DWI,green,auto,, +UM,20305,V1,REST1,green,auto,, +UM,20305,V1,REST2,yellow,auto,, +UM,20305,V1,T1w,yellow,auto,2023-09-20, +UM,20305,V3,CUFF1,green,auto,, +UM,20305,V3,CUFF2,green,auto,, +UM,20305,V3,DWI,green,auto,, +UM,20305,V3,REST1,green,auto,, +UM,20305,V3,REST2,green,auto,, +UM,20305,V3,T1w,yellow,auto,2023-12-22, +UM,20310,V1,CUFF1,green,auto,, +UM,20310,V1,CUFF2,green,auto,, +UM,20310,V1,DWI,green,auto,, +UM,20310,V1,REST1,green,auto,, +UM,20310,V1,REST2,green,auto,, +UM,20310,V1,T1w,yellow,auto,2023-09-01, +UM,20310,V3,DWI,green,auto,, +UM,20310,V3,REST1,green,auto,, +UM,20310,V3,T1w,yellow,auto,2023-11-29, +UM,20311,V1,T1w,yellow,auto,2023-09-15, +UM,20311,V3,CUFF1,green,auto,, +UM,20311,V3,CUFF2,green,auto,, +UM,20311,V3,DWI,green,auto,, +UM,20311,V3,REST1,green,auto,, +UM,20311,V3,REST2,green,auto,, +UM,20311,V3,T1w,yellow,auto,2023-12-14, +UM,20313,V1,DWI,green,auto,, +UM,20313,V1,REST1,green,auto,, +UM,20313,V1,T1w,yellow,psadil,2024-04-01,"head-motion, postprocessing" +UM,20313,V3,CUFF1,green,auto,, +UM,20313,V3,CUFF2,green,auto,, +UM,20313,V3,DWI,green,auto,, +UM,20313,V3,REST1,green,auto,, +UM,20313,V3,REST2,green,auto,, +UM,20313,V3,T1w,yellow,auto,2023-12-22, +UM,20317,V1,DWI,green,auto,, +UM,20317,V1,REST1,green,auto,, +UM,20317,V1,T1w,yellow,technologist,, +UM,20320,V1,DWI,green,auto,, +UM,20320,V1,REST1,green,auto,, +UM,20320,V1,T1w,green,auto,2023-10-06, +UM,20320,V3,T1w,green,auto,2024-02-14, +UM,20321,V1,DWI,green,auto,, +UM,20321,V1,REST1,green,auto,, +UM,20321,V1,T1w,yellow,auto,2023-09-29, +UM,20321,V3,CUFF1,green,auto,, +UM,20321,V3,CUFF2,green,auto,, +UM,20321,V3,DWI,green,auto,, +UM,20321,V3,REST1,green,auto,, +UM,20321,V3,REST2,green,auto,, +UM,20321,V3,T1w,yellow,technologist,, +UM,20331,V1,CUFF1,green,auto,, +UM,20331,V1,CUFF2,green,auto,, +UM,20331,V1,DWI,green,auto,, +UM,20331,V1,REST1,green,auto,, +UM,20331,V1,REST2,green,auto,, +UM,20331,V1,T1w,green,auto,2023-11-26, +UM,20331,V3,CUFF1,green,auto,, +UM,20331,V3,CUFF2,green,auto,, +UM,20331,V3,DWI,green,auto,, +UM,20331,V3,REST1,green,auto,, +UM,20331,V3,REST2,green,auto,, +UM,20331,V3,T1w,green,technologist,, +UM,20332,V1,CUFF1,green,auto,, +UM,20332,V1,CUFF2,green,auto,, +UM,20332,V1,DWI,green,auto,, +UM,20332,V1,REST1,green,auto,, +UM,20332,V1,REST2,green,auto,, +UM,20332,V1,T1w,yellow,auto,2023-11-16, +UM,20332,V3,CUFF1,green,auto,, +UM,20332,V3,CUFF2,green,auto,, +UM,20332,V3,DWI,green,auto,, +UM,20332,V3,REST1,green,auto,, +UM,20332,V3,REST2,green,auto,, +UM,20332,V3,T1w,green,auto,2024-01-29, +UM,20333,V1,CUFF1,green,auto,, +UM,20333,V1,CUFF2,green,auto,, +UM,20333,V1,DWI,green,auto,, +UM,20333,V1,REST1,green,auto,, +UM,20333,V1,REST2,green,auto,, +UM,20333,V1,T1w,yellow,technologist,, +UM,20333,V3,CUFF1,green,auto,, +UM,20333,V3,CUFF2,green,auto,, +UM,20333,V3,DWI,green,auto,, +UM,20333,V3,REST1,green,auto,, +UM,20333,V3,REST2,green,auto,, +UM,20333,V3,T1w,green,auto,2024-02-28, +UM,20335,V1,CUFF1,green,auto,, +UM,20335,V1,CUFF2,green,auto,, +UM,20335,V1,DWI,green,auto,, +UM,20335,V1,REST1,green,auto,, +UM,20335,V1,REST2,green,auto,, +UM,20335,V1,T1w,green,auto,2023-11-17, +UM,20335,V3,CUFF1,green,auto,, +UM,20335,V3,CUFF2,green,auto,, +UM,20335,V3,DWI,green,auto,, +UM,20335,V3,REST1,green,auto,, +UM,20335,V3,REST2,green,auto,, +UM,20335,V3,T1w,yellow,technologist,, +UM,20336,V1,CUFF1,green,auto,, +UM,20336,V1,DWI,green,auto,, +UM,20336,V1,REST1,green,auto,, +UM,20336,V1,T1w,green,auto,2023-11-26, +UM,20336,V3,CUFF1,green,auto,, +UM,20336,V3,CUFF2,green,auto,, +UM,20336,V3,DWI,green,auto,, +UM,20336,V3,REST1,green,auto,, +UM,20336,V3,REST2,green,auto,, +UM,20336,V3,T1w,green,auto,2024-02-14, +UM,20340,V1,CUFF1,green,auto,, +UM,20340,V1,CUFF2,green,auto,, +UM,20340,V1,DWI,green,auto,, +UM,20340,V1,REST1,green,auto,, +UM,20340,V1,REST2,green,auto,, +UM,20340,V1,T1w,yellow,auto,2023-11-26, +UM,20340,V3,CUFF1,green,auto,, +UM,20340,V3,CUFF2,green,auto,, +UM,20340,V3,DWI,green,auto,, +UM,20340,V3,REST1,green,auto,, +UM,20340,V3,REST2,green,auto,, +UM,20340,V3,T1w,yellow,technologist,, +UM,20354,V1,CUFF1,green,auto,, +UM,20354,V1,CUFF2,green,auto,, +UM,20354,V1,DWI,green,auto,, +UM,20354,V1,REST1,green,auto,, +UM,20354,V1,REST2,green,auto,, +UM,20354,V1,T1w,yellow,auto,2024-01-18, +UM,20356,V1,CUFF1,green,auto,, +UM,20356,V1,CUFF2,green,auto,, +UM,20356,V1,DWI,green,auto,, +UM,20356,V1,REST1,green,auto,, +UM,20356,V1,REST2,green,auto,, +UM,20356,V1,T1w,yellow,auto,2024-01-16, +UM,20363,V1,CUFF1,green,auto,, +UM,20363,V1,CUFF2,green,auto,, +UM,20363,V1,DWI,green,auto,, +UM,20363,V1,REST1,green,auto,, +UM,20363,V1,REST2,green,auto,, +UM,20363,V1,T1w,yellow,auto,2024-01-17, +UM,20366,V1,CUFF1,green,auto,, +UM,20366,V1,DWI,green,auto,, +UM,20366,V1,REST1,green,auto,, +UM,20366,V1,REST2,green,auto,, +UM,20366,V1,T1w,yellow,technologist,, +UM,20368,V1,CUFF1,green,auto,, +UM,20368,V1,CUFF2,green,auto,, +UM,20368,V1,DWI,green,auto,, +UM,20368,V1,REST1,green,auto,, +UM,20368,V1,REST2,green,auto,, +UM,20368,V1,T1w,yellow,auto,2024-01-28, +UM,20369,V1,CUFF1,green,auto,, +UM,20369,V1,CUFF2,green,auto,, +UM,20369,V1,DWI,green,auto,, +UM,20369,V1,REST1,green,auto,, +UM,20369,V1,REST2,green,auto,, +UM,20369,V1,T1w,yellow,auto,2024-01-25, +UM,20376,V1,DWI,green,auto,, +UM,20376,V1,REST1,green,auto,, +UM,20376,V1,T1w,yellow,auto,2024-01-28, +UM,20379,V1,CUFF1,green,auto,, +UM,20379,V1,CUFF2,green,auto,, +UM,20379,V1,DWI,green,auto,, +UM,20379,V1,REST1,green,auto,, +UM,20379,V1,REST2,green,auto,, +UM,20379,V1,T1w,green,auto,2024-02-08, +UM,20380,V1,DWI,green,auto,, +UM,20380,V1,REST1,green,auto,, +UM,20380,V1,T1w,green,auto,2024-02-14, +UM,20385,V1,DWI,green,auto,, +UM,20385,V1,REST1,green,auto,, +UM,20385,V1,T1w,yellow,auto,2024-02-27, +UM,20391,V1,CUFF1,green,auto,, +UM,20391,V1,CUFF2,green,auto,, +UM,20391,V1,DWI,green,auto,, +UM,20391,V1,REST1,green,auto,, +UM,20391,V1,REST2,green,auto,, +UM,20391,V1,T1w,yellow,auto,2024-03-13, +UM,20395,V1,DWI,green,auto,, +UM,20395,V1,REST1,yellow,auto,, +UM,20395,V1,T1w,yellow,auto,2024-04-11, +UM,20396,V1,CUFF1,green,auto,, +UM,20396,V1,CUFF2,green,auto,, +UM,20396,V1,DWI,green,auto,, +UM,20396,V1,REST1,green,auto,, +UM,20396,V1,REST2,green,auto,, +UM,20396,V1,T1w,green,auto,2024-03-15, +UM,20401,V1,CUFF1,green,auto,, +UM,20401,V1,CUFF2,green,auto,, +UM,20401,V1,DWI,green,auto,, +UM,20401,V1,REST1,green,auto,, +UM,20401,V1,REST2,green,auto,, +UM,20401,V1,T1w,green,auto,2024-03-30, +UM,20404,V1,CUFF1,green,auto,, +UM,20404,V1,CUFF2,green,auto,, +UM,20404,V1,DWI,green,auto,, +UM,20404,V1,REST1,green,auto,, +UM,20404,V1,T1w,green,auto,2024-04-11, +UM,20409,V1,CUFF1,yellow,auto,, +UM,20409,V1,CUFF2,yellow,auto,, +UM,20409,V1,DWI,green,auto,, +UM,20409,V1,REST1,red,auto,, +UM,20409,V1,REST2,yellow,auto,, +UM,20409,V1,T1w,yellow,technologist,, +UM,20410,V1,CUFF1,green,auto,, +UM,20410,V1,CUFF2,green,auto,, +UM,20410,V1,DWI,green,auto,, +UM,20410,V1,REST1,green,auto,, +UM,20410,V1,REST2,green,auto,, +UM,20410,V1,T1w,green,auto,2024-04-11, +UM,25001,V1,CUFF1,green,auto,, +UM,25001,V1,CUFF2,green,auto,, +UM,25001,V1,DWI,green,auto,, +UM,25001,V1,REST1,green,auto,, +UM,25001,V1,REST2,green,auto,, +UM,25001,V1,T1w,green,auto,2023-04-23, +UM,25002,V1,CUFF1,red,auto,, +UM,25002,V1,DWI,green,auto,, +UM,25002,V1,REST1,green,auto,, +UM,25002,V1,REST2,green,auto,, +UM,25002,V1,T1w,yellow,technologist,, +UM,25003,V1,CUFF1,green,auto,, +UM,25003,V1,CUFF2,green,auto,, +UM,25003,V1,DWI,green,auto,, +UM,25003,V1,REST1,green,auto,, +UM,25003,V1,T1w,yellow,auto,2022-11-02, +UM,25003,V3,DWI,green,auto,, +UM,25003,V3,REST1,green,auto,, +UM,25003,V3,T1w,green,auto,2022-10-30, +UM,25004,V1,DWI,green,auto,, +UM,25004,V1,REST1,yellow,auto,, +UM,25004,V1,T1w,yellow,auto,2022-12-13, +UM,25004,V3,DWI,green,auto,, +UM,25004,V3,REST1,yellow,auto,, +UM,25004,V3,T1w,yellow,auto,2022-10-30, +UM,25005,V1,DWI,green,auto,, +UM,25005,V1,REST1,green,auto,, +UM,25005,V1,T1w,yellow,auto,2022-12-13, +UM,25005,V3,DWI,green,auto,, +UM,25005,V3,REST1,green,auto,, +UM,25005,V3,T1w,yellow,auto,2022-11-16, +UM,25008,V1,DWI,green,auto,, +UM,25008,V1,REST1,green,auto,, +UM,25008,V1,T1w,yellow,auto,2022-12-13, +UM,25009,V1,CUFF1,green,auto,, +UM,25009,V1,CUFF2,green,auto,, +UM,25009,V1,DWI,green,auto,, +UM,25009,V1,REST1,green,auto,, +UM,25009,V1,REST2,green,auto,, +UM,25009,V1,T1w,green,auto,2022-12-13, +UM,25009,V3,CUFF1,green,auto,, +UM,25009,V3,CUFF2,green,auto,, +UM,25009,V3,DWI,green,auto,, +UM,25009,V3,REST1,green,auto,, +UM,25009,V3,REST2,green,auto,, +UM,25009,V3,T1w,green,auto,2022-12-16, +UM,25011,V1,CUFF1,green,auto,, +UM,25011,V1,CUFF2,green,auto,, +UM,25011,V1,DWI,green,auto,, +UM,25011,V1,REST1,green,auto,, +UM,25011,V1,REST2,green,auto,, +UM,25011,V1,T1w,green,auto,2022-09-10, +UM,25011,V3,CUFF1,green,auto,, +UM,25011,V3,DWI,green,auto,, +UM,25011,V3,REST1,yellow,auto,, +UM,25011,V3,REST2,green,auto,, +UM,25011,V3,T1w,green,auto,2022-12-01, +UM,25012,V1,REST1,green,auto,, +UM,25016,V1,CUFF1,green,auto,, +UM,25016,V1,CUFF2,green,auto,, +UM,25016,V1,DWI,green,auto,, +UM,25016,V1,REST1,green,auto,, +UM,25016,V1,REST2,green,auto,, +UM,25016,V1,T1w,green,psadil,2023-09-07, +UM,25016,V3,CUFF1,green,auto,, +UM,25016,V3,CUFF2,green,auto,, +UM,25016,V3,DWI,green,auto,, +UM,25016,V3,REST1,green,auto,, +UM,25016,V3,REST2,green,auto,, +UM,25016,V3,T1w,green,psadil,2023-09-07, +UM,25018,V1,CUFF1,green,auto,, +UM,25018,V1,CUFF2,green,auto,, +UM,25018,V1,DWI,green,auto,, +UM,25018,V1,REST1,green,auto,, +UM,25018,V1,REST2,yellow,auto,, +UM,25018,V1,T1w,yellow,auto,2023-09-01, +UM,25018,V3,DWI,green,auto,, +UM,25018,V3,REST1,green,auto,, +UM,25018,V3,T1w,yellow,auto,2023-12-08, +UM,25021,V1,CUFF1,green,auto,, +UM,25021,V1,CUFF2,green,auto,, +UM,25021,V1,DWI,green,auto,, +UM,25021,V1,REST1,green,auto,, +UM,25021,V1,REST2,green,auto,, +UM,25021,V1,T1w,yellow,auto,2022-10-05, +UM,25021,V3,CUFF1,green,auto,, +UM,25021,V3,CUFF2,green,auto,, +UM,25021,V3,DWI,green,auto,, +UM,25021,V3,REST1,green,auto,, +UM,25021,V3,REST2,green,auto,, +UM,25021,V3,T1w,yellow,auto,2022-12-10, +UM,25022,V1,CUFF1,green,auto,, +UM,25022,V1,CUFF2,yellow,auto,, +UM,25022,V1,DWI,green,auto,, +UM,25022,V1,REST1,yellow,auto,, +UM,25022,V1,REST2,green,auto,, +UM,25022,V1,T1w,yellow,auto,2022-10-05, +UM,25022,V3,CUFF1,yellow,auto,, +UM,25022,V3,CUFF2,yellow,auto,, +UM,25022,V3,DWI,green,auto,, +UM,25022,V3,REST1,yellow,auto,, +UM,25022,V3,REST2,green,auto,, +UM,25022,V3,T1w,yellow,technologist,, +UM,25024,V1,CUFF1,green,auto,, +UM,25024,V1,CUFF2,green,auto,, +UM,25024,V1,DWI,green,auto,, +UM,25024,V1,REST1,green,auto,, +UM,25024,V1,REST2,green,auto,, +UM,25024,V1,T1w,green,auto,2022-09-29, +UM,25024,V3,CUFF1,green,auto,, +UM,25024,V3,CUFF2,green,auto,, +UM,25024,V3,DWI,green,auto,, +UM,25024,V3,REST1,green,auto,, +UM,25024,V3,REST2,green,auto,, +UM,25024,V3,T1w,green,auto,2023-03-10, +UM,25028,V1,CUFF1,yellow,auto,, +UM,25028,V1,CUFF2,green,auto,, +UM,25028,V1,DWI,green,auto,, +UM,25028,V1,REST1,green,auto,, +UM,25028,V1,REST2,green,auto,, +UM,25028,V1,T1w,yellow,auto,2022-10-12, +UM,25028,V3,DWI,green,auto,, +UM,25028,V3,REST1,green,auto,, +UM,25028,V3,T1w,yellow,auto,2022-12-18, +UM,25034,V1,CUFF1,green,auto,, +UM,25034,V1,CUFF2,green,auto,, +UM,25034,V1,DWI,green,auto,, +UM,25034,V1,REST1,green,auto,, +UM,25034,V1,REST2,green,auto,, +UM,25034,V1,T1w,green,auto,2022-10-06, +UM,25034,V3,CUFF1,green,auto,, +UM,25034,V3,CUFF2,green,auto,, +UM,25034,V3,DWI,green,auto,, +UM,25034,V3,REST1,green,auto,, +UM,25034,V3,REST2,green,auto,, +UM,25034,V3,T1w,green,auto,2023-04-10, +UM,25035,V1,DWI,green,auto,, +UM,25035,V1,REST1,yellow,auto,, +UM,25035,V1,T1w,yellow,auto,2022-10-11, +UM,25035,V3,DWI,green,auto,, +UM,25035,V3,REST1,green,auto,, +UM,25035,V3,T1w,green,auto,2023-02-06, +UM,25038,V1,CUFF1,green,auto,, +UM,25038,V1,CUFF2,green,auto,, +UM,25038,V1,DWI,green,auto,, +UM,25038,V1,REST1,green,auto,, +UM,25038,V1,REST2,green,auto,, +UM,25038,V1,T1w,green,auto,2022-10-20, +UM,25039,V1,DWI,green,auto,, +UM,25039,V1,REST1,green,auto,, +UM,25039,V1,T1w,green,auto,2022-10-12, +UM,25039,V3,DWI,green,auto,, +UM,25039,V3,REST1,green,auto,, +UM,25039,V3,T1w,yellow,auto,2023-02-13, +UM,25044,V1,CUFF1,green,auto,, +UM,25044,V1,CUFF2,green,auto,, +UM,25044,V1,DWI,green,auto,, +UM,25044,V1,REST1,green,auto,, +UM,25044,V1,REST2,green,auto,, +UM,25044,V1,T1w,green,auto,2022-10-30, +UM,25044,V3,CUFF1,green,auto,, +UM,25044,V3,CUFF2,green,auto,, +UM,25044,V3,DWI,green,auto,, +UM,25044,V3,REST1,green,auto,, +UM,25044,V3,REST2,green,auto,, +UM,25044,V3,T1w,green,psadil,2023-09-07,postprocessing +UM,25046,V1,DWI,green,auto,, +UM,25046,V1,REST1,yellow,auto,, +UM,25046,V1,T1w,yellow,auto,2022-11-09, +UM,25046,V3,DWI,green,auto,, +UM,25046,V3,REST1,yellow,auto,, +UM,25046,V3,T1w,yellow,auto,2023-03-02, +UM,25054,V1,CUFF1,green,auto,, +UM,25054,V1,CUFF2,green,auto,, +UM,25054,V1,DWI,green,auto,, +UM,25054,V1,REST1,yellow,auto,, +UM,25054,V1,REST2,yellow,auto,, +UM,25054,V1,T1w,yellow,technologist,, +UM,25057,V1,DWI,green,auto,, +UM,25057,V1,REST1,green,auto,, +UM,25057,V1,T1w,green,auto,2022-12-14, +UM,25057,V3,CUFF1,green,auto,, +UM,25057,V3,CUFF2,green,auto,, +UM,25057,V3,DWI,green,auto,, +UM,25057,V3,REST1,green,auto,, +UM,25057,V3,REST2,green,auto,, +UM,25057,V3,T1w,green,auto,2023-03-02, +UM,25058,V1,CUFF1,green,auto,, +UM,25058,V1,CUFF2,green,auto,, +UM,25058,V1,DWI,green,auto,, +UM,25058,V1,REST1,green,auto,, +UM,25058,V1,REST2,green,auto,, +UM,25058,V1,T1w,yellow,auto,2022-12-14, +UM,25058,V3,CUFF1,green,auto,, +UM,25058,V3,CUFF2,green,auto,, +UM,25058,V3,DWI,green,auto,, +UM,25058,V3,REST1,green,auto,, +UM,25058,V3,REST2,green,auto,, +UM,25058,V3,T1w,green,auto,2023-02-22, +UM,25059,V1,CUFF1,green,auto,, +UM,25059,V1,CUFF2,green,auto,, +UM,25059,V1,DWI,green,auto,, +UM,25059,V1,REST1,green,auto,, +UM,25059,V1,REST2,green,auto,, +UM,25059,V1,T1w,green,auto,2023-01-04, +UM,25059,V3,CUFF1,green,auto,, +UM,25059,V3,CUFF2,green,auto,, +UM,25059,V3,DWI,green,auto,, +UM,25059,V3,REST1,green,auto,, +UM,25059,V3,REST2,green,auto,, +UM,25059,V3,T1w,yellow,psadil,2023-09-07,"head-motion, inu, postprocessing" +UM,25060,V1,CUFF1,green,auto,, +UM,25060,V1,CUFF2,green,auto,, +UM,25060,V1,DWI,green,auto,, +UM,25060,V1,REST1,green,auto,, +UM,25060,V1,REST2,green,auto,, +UM,25060,V1,T1w,green,auto,2022-12-10, +UM,25060,V3,CUFF1,red,auto,, +UM,25060,V3,CUFF2,green,auto,, +UM,25060,V3,DWI,green,auto,, +UM,25060,V3,REST1,green,auto,, +UM,25060,V3,REST2,green,auto,, +UM,25060,V3,T1w,green,auto,2023-03-27, +UM,25061,V1,DWI,green,auto,, +UM,25061,V1,REST1,green,auto,, +UM,25061,V1,T1w,green,psadil,2023-10-25, +UM,25061,V3,CUFF1,green,auto,, +UM,25061,V3,CUFF2,green,auto,, +UM,25061,V3,DWI,green,auto,, +UM,25061,V3,REST1,green,auto,, +UM,25061,V3,REST2,green,auto,, +UM,25061,V3,T1w,green,auto,2023-03-27, +UM,25062,V1,DWI,green,auto,, +UM,25062,V1,REST1,green,auto,, +UM,25062,V1,T1w,yellow,psadil,2023-10-25,head-motion +UM,25062,V3,DWI,green,auto,, +UM,25062,V3,REST1,green,auto,, +UM,25062,V3,T1w,yellow,auto,2023-03-27, +UM,25064,V1,DWI,green,auto,, +UM,25064,V1,REST1,green,auto,, +UM,25064,V1,T1w,yellow,auto,2022-12-18, +UM,25064,V3,DWI,green,auto,, +UM,25064,V3,REST1,green,auto,, +UM,25064,V3,T1w,yellow,auto,2023-04-08, +UM,25067,V1,CUFF1,green,auto,, +UM,25067,V1,CUFF2,green,auto,, +UM,25067,V1,DWI,green,auto,, +UM,25067,V1,REST1,green,auto,, +UM,25067,V1,REST2,green,auto,, +UM,25067,V1,T1w,green,auto,2023-01-06, +UM,25067,V3,CUFF1,green,auto,, +UM,25067,V3,CUFF2,green,auto,, +UM,25067,V3,DWI,green,auto,, +UM,25067,V3,REST1,green,auto,, +UM,25067,V3,REST2,green,auto,, +UM,25067,V3,T1w,yellow,auto,2023-04-10, +UM,25068,V1,CUFF1,green,auto,, +UM,25068,V1,CUFF2,yellow,auto,, +UM,25068,V1,DWI,green,auto,, +UM,25068,V1,REST1,yellow,auto,, +UM,25068,V1,REST2,green,auto,, +UM,25068,V1,T1w,green,auto,2023-01-06, +UM,25068,V3,DWI,green,auto,, +UM,25068,V3,REST1,green,auto,, +UM,25068,V3,T1w,green,auto,2023-09-09, +UM,25070,V1,CUFF1,green,auto,, +UM,25070,V1,CUFF2,green,auto,, +UM,25070,V1,DWI,green,auto,, +UM,25070,V1,REST1,green,auto,, +UM,25070,V1,REST2,yellow,auto,, +UM,25070,V1,T1w,green,auto,2023-01-23, +UM,25070,V3,CUFF1,yellow,auto,, +UM,25070,V3,CUFF2,yellow,auto,, +UM,25070,V3,DWI,green,auto,, +UM,25070,V3,REST1,yellow,auto,, +UM,25070,V3,REST2,yellow,auto,, +UM,25070,V3,T1w,green,auto,2023-04-23, +UM,25072,V1,CUFF1,green,auto,, +UM,25072,V1,CUFF2,green,auto,, +UM,25072,V1,DWI,green,auto,, +UM,25072,V1,REST1,green,auto,, +UM,25072,V1,REST2,green,auto,, +UM,25072,V1,T1w,green,auto,2023-03-10, +UM,25072,V3,CUFF1,green,auto,, +UM,25072,V3,CUFF2,green,auto,, +UM,25072,V3,DWI,green,auto,, +UM,25072,V3,REST1,green,auto,, +UM,25072,V3,REST2,green,auto,, +UM,25072,V3,T1w,green,auto,2023-04-28, +UM,25073,V1,CUFF1,yellow,auto,, +UM,25073,V1,CUFF2,green,auto,, +UM,25073,V1,DWI,green,auto,, +UM,25073,V1,REST1,green,auto,, +UM,25073,V1,REST2,green,auto,, +UM,25073,V1,T1w,yellow,auto,2023-03-10, +UM,25073,V3,CUFF1,green,auto,, +UM,25073,V3,CUFF2,green,auto,, +UM,25073,V3,DWI,green,auto,, +UM,25073,V3,REST1,green,auto,, +UM,25073,V3,REST2,green,auto,, +UM,25073,V3,T1w,yellow,auto,2023-04-28, +UM,25074,V1,CUFF1,green,auto,, +UM,25074,V1,CUFF2,green,auto,, +UM,25074,V1,DWI,green,auto,, +UM,25074,V1,REST1,green,auto,, +UM,25074,V1,REST2,green,auto,, +UM,25074,V1,T1w,yellow,auto,2023-02-01, +UM,25074,V3,CUFF1,green,auto,, +UM,25074,V3,CUFF2,green,auto,, +UM,25074,V3,DWI,green,auto,, +UM,25074,V3,REST1,green,auto,, +UM,25074,V3,REST2,green,auto,, +UM,25074,V3,T1w,yellow,psadil,2023-09-07,"head-motion, inu, postprocessing" +UM,25076,V1,DWI,green,auto,, +UM,25076,V1,REST1,green,auto,, +UM,25076,V1,T1w,green,auto,2023-03-10, +UM,25076,V3,CUFF1,green,auto,, +UM,25076,V3,CUFF2,green,auto,, +UM,25076,V3,DWI,green,auto,, +UM,25076,V3,REST1,green,auto,, +UM,25076,V3,REST2,green,auto,, +UM,25076,V3,T1w,green,auto,2023-04-23, +UM,25077,V1,DWI,green,auto,, +UM,25077,V1,REST1,green,auto,, +UM,25077,V1,T1w,yellow,psadil,2023-10-25,"head-motion, noise-global, postprocessing" +UM,25077,V3,DWI,green,auto,, +UM,25077,V3,REST1,green,auto,, +UM,25077,V3,T1w,green,auto,2023-07-07, +UM,25078,V1,DWI,green,auto,, +UM,25078,V1,REST1,green,auto,, +UM,25078,V1,T1w,yellow,auto,2023-05-19, +UM,25078,V3,CUFF1,green,auto,, +UM,25078,V3,CUFF2,green,auto,, +UM,25078,V3,DWI,green,auto,, +UM,25078,V3,REST1,green,auto,, +UM,25078,V3,REST2,green,auto,, +UM,25078,V3,T1w,yellow,auto,2023-08-16, +UM,25086,V1,DWI,green,auto,, +UM,25086,V1,REST1,green,auto,, +UM,25086,V1,T1w,yellow,auto,2023-02-22, +UM,25086,V3,DWI,green,auto,, +UM,25086,V3,REST1,green,auto,, +UM,25086,V3,T1w,green,auto,2023-07-07, +UM,25088,V1,DWI,green,auto,, +UM,25088,V1,REST1,green,auto,, +UM,25088,V1,T1w,green,auto,2023-02-08, +UM,25088,V3,DWI,green,auto,, +UM,25088,V3,REST1,green,auto,, +UM,25088,V3,T1w,green,auto,2023-05-28, +UM,25090,V1,CUFF1,green,auto,, +UM,25090,V1,CUFF2,green,auto,, +UM,25090,V1,DWI,green,auto,, +UM,25090,V1,REST1,green,auto,, +UM,25090,V1,REST2,green,auto,, +UM,25090,V1,T1w,yellow,technologist,, +UM,25091,V1,CUFF1,yellow,auto,, +UM,25091,V1,CUFF2,green,auto,, +UM,25091,V1,DWI,green,auto,, +UM,25091,V1,REST1,yellow,auto,, +UM,25091,V1,REST2,yellow,auto,, +UM,25091,V1,T1w,yellow,auto,2023-02-16, +UM,25091,V3,CUFF1,yellow,auto,, +UM,25091,V3,CUFF2,green,auto,, +UM,25091,V3,DWI,green,auto,, +UM,25091,V3,REST1,yellow,auto,, +UM,25091,V3,REST2,yellow,auto,, +UM,25091,V3,T1w,yellow,auto,2023-05-28, +UM,25092,V1,DWI,green,auto,, +UM,25092,V1,REST1,green,auto,, +UM,25092,V1,T1w,yellow,psadil,2023-10-25,"head-motion, postprocessing" +UM,25092,V3,DWI,green,auto,, +UM,25092,V3,REST1,green,auto,, +UM,25092,V3,T1w,green,auto,2023-06-03, +UM,25093,V1,DWI,green,auto,, +UM,25093,V1,REST1,green,auto,, +UM,25093,V1,T1w,yellow,auto,2023-02-22, +UM,25093,V3,CUFF1,green,auto,, +UM,25093,V3,CUFF2,green,auto,, +UM,25093,V3,DWI,green,auto,, +UM,25093,V3,REST1,green,auto,, +UM,25093,V3,REST2,green,auto,, +UM,25093,V3,T1w,yellow,auto,2023-05-17, +UM,25094,V1,CUFF1,green,auto,, +UM,25094,V1,CUFF2,green,auto,, +UM,25094,V1,DWI,green,auto,, +UM,25094,V1,REST1,green,auto,, +UM,25094,V1,REST2,green,auto,, +UM,25094,V1,T1w,yellow,auto,2023-02-22, +UM,25094,V3,CUFF1,green,auto,, +UM,25094,V3,CUFF2,green,auto,, +UM,25094,V3,DWI,green,auto,, +UM,25094,V3,REST1,green,auto,, +UM,25094,V3,REST2,green,auto,, +UM,25094,V3,T1w,yellow,auto,2023-05-17, +UM,25098,V1,CUFF1,green,auto,, +UM,25098,V1,CUFF2,green,auto,, +UM,25098,V1,DWI,green,auto,, +UM,25098,V1,REST1,green,auto,, +UM,25098,V1,REST2,green,auto,, +UM,25098,V1,T1w,yellow,psadil,2023-09-07,"head-motion, inu, postprocessing" +UM,25099,V1,DWI,green,auto,, +UM,25099,V1,REST1,green,auto,, +UM,25099,V1,T1w,yellow,auto,2023-07-07, +UM,25099,V3,DWI,green,auto,, +UM,25099,V3,REST1,yellow,auto,, +UM,25099,V3,T1w,yellow,auto,2023-06-24, +UM,25100,V1,CUFF1,green,auto,, +UM,25100,V1,CUFF2,green,auto,, +UM,25100,V1,DWI,green,auto,, +UM,25100,V1,REST1,green,auto,, +UM,25100,V1,REST2,green,auto,, +UM,25100,V1,T1w,green,psadil,2023-09-07,"head-motion, postprocessing" +UM,25100,V3,CUFF1,green,auto,, +UM,25100,V3,CUFF2,green,auto,, +UM,25100,V3,DWI,green,auto,, +UM,25100,V3,REST1,green,auto,, +UM,25100,V3,REST2,green,auto,, +UM,25100,V3,T1w,green,psadil,2023-09-07,postprocessing +UM,25101,V1,CUFF1,yellow,auto,, +UM,25101,V1,CUFF2,green,auto,, +UM,25101,V1,DWI,green,auto,, +UM,25101,V1,REST1,yellow,auto,, +UM,25101,V1,REST2,green,auto,, +UM,25101,V1,T1w,yellow,auto,2023-03-30, +UM,25101,V3,DWI,green,auto,, +UM,25101,V3,REST1,green,auto,, +UM,25101,V3,T1w,yellow,auto,2023-07-18, +UM,25103,V1,DWI,green,auto,, +UM,25103,V1,REST1,green,auto,, +UM,25103,V1,T1w,green,auto,2023-04-17, +UM,25104,V1,CUFF1,green,auto,, +UM,25104,V1,CUFF2,green,auto,, +UM,25104,V1,DWI,green,auto,, +UM,25104,V1,REST1,green,auto,, +UM,25104,V1,REST2,green,auto,, +UM,25104,V1,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" +UM,25104,V3,CUFF1,green,auto,, +UM,25104,V3,CUFF2,green,auto,, +UM,25104,V3,DWI,green,auto,, +UM,25104,V3,REST1,green,auto,, +UM,25104,V3,T1w,green,auto,2023-07-18, +UM,25108,V1,CUFF1,green,auto,, +UM,25108,V1,CUFF2,green,auto,, +UM,25108,V1,DWI,green,auto,, +UM,25108,V1,REST1,green,auto,, +UM,25108,V1,REST2,green,auto,, +UM,25108,V1,T1w,green,psadil,2024-04-01, +UM,25108,V3,CUFF1,green,auto,, +UM,25108,V3,CUFF2,green,auto,, +UM,25108,V3,DWI,green,auto,, +UM,25108,V3,REST1,green,auto,, +UM,25108,V3,REST2,green,auto,, +UM,25108,V3,T1w,green,auto,2024-02-28, +UM,25111,V1,DWI,green,auto,, +UM,25111,V1,REST1,yellow,auto,, +UM,25111,V1,T1w,yellow,auto,2023-03-30, +UM,25111,V3,DWI,green,auto,, +UM,25111,V3,REST1,green,auto,, +UM,25111,V3,T1w,yellow,auto,2023-07-27, +UM,25112,V1,CUFF1,green,auto,, +UM,25112,V1,CUFF2,green,auto,, +UM,25112,V1,DWI,green,auto,, +UM,25112,V1,REST1,green,auto,, +UM,25112,V1,REST2,green,auto,, +UM,25112,V1,T1w,green,auto,2023-07-07, +UM,25112,V3,CUFF1,green,auto,, +UM,25112,V3,CUFF2,green,auto,, +UM,25112,V3,DWI,green,auto,, +UM,25112,V3,REST1,green,auto,, +UM,25112,V3,REST2,green,auto,, +UM,25112,V3,T1w,yellow,psadil,2023-09-07,"head-motion, inu, postprocessing" +UM,25114,V1,DWI,green,auto,, +UM,25114,V1,REST1,green,auto,, +UM,25114,V1,T1w,yellow,technologist,, +UM,25117,V1,CUFF1,green,auto,, +UM,25117,V1,CUFF2,green,auto,, +UM,25117,V1,DWI,green,auto,, +UM,25117,V1,REST1,green,auto,, +UM,25117,V1,REST2,green,auto,, +UM,25117,V1,T1w,green,auto,2023-04-05, +UM,25117,V3,CUFF1,green,auto,, +UM,25117,V3,CUFF2,green,auto,, +UM,25117,V3,DWI,green,auto,, +UM,25117,V3,REST1,green,auto,, +UM,25117,V3,REST2,green,auto,, +UM,25117,V3,T1w,green,auto,2023-08-18, +UM,25119,V1,CUFF1,green,auto,, +UM,25119,V1,CUFF2,green,auto,, +UM,25119,V1,DWI,green,auto,, +UM,25119,V1,REST1,green,auto,, +UM,25119,V1,REST2,green,auto,, +UM,25119,V1,T1w,green,auto,2023-04-21, +UM,25119,V3,CUFF1,green,auto,, +UM,25119,V3,CUFF2,green,auto,, +UM,25119,V3,DWI,green,auto,, +UM,25119,V3,REST1,green,auto,, +UM,25119,V3,REST2,green,auto,, +UM,25119,V3,T1w,green,auto,2023-07-18, +UM,25120,V1,CUFF1,green,auto,, +UM,25120,V1,CUFF2,green,auto,, +UM,25120,V1,DWI,green,auto,, +UM,25120,V1,REST1,green,auto,, +UM,25120,V1,REST2,green,auto,, +UM,25120,V1,T1w,yellow,auto,2023-04-17, +UM,25120,V3,CUFF1,green,auto,, +UM,25120,V3,CUFF2,green,auto,, +UM,25120,V3,DWI,green,auto,, +UM,25120,V3,REST1,green,auto,, +UM,25120,V3,REST2,green,auto,, +UM,25120,V3,T1w,yellow,auto,2023-07-18, +UM,25121,V1,CUFF1,green,auto,, +UM,25121,V1,CUFF2,green,auto,, +UM,25121,V1,DWI,green,auto,, +UM,25121,V1,REST1,green,auto,, +UM,25121,V1,REST2,green,auto,, +UM,25121,V1,T1w,green,auto,2023-04-28, +UM,25121,V3,CUFF1,green,auto,, +UM,25121,V3,CUFF2,green,auto,, +UM,25121,V3,DWI,green,auto,, +UM,25121,V3,REST1,green,auto,, +UM,25121,V3,REST2,green,auto,, +UM,25121,V3,T1w,yellow,auto,2023-08-24, +UM,25123,V1,DWI,green,auto,, +UM,25123,V1,T1w,green,auto,2023-04-21, +UM,25124,V1,CUFF1,green,auto,, +UM,25124,V1,CUFF2,green,auto,, +UM,25124,V1,DWI,green,auto,, +UM,25124,V1,REST1,green,auto,, +UM,25124,V1,REST2,green,auto,, +UM,25124,V1,T1w,green,auto,2023-04-29, +UM,25124,V3,CUFF1,green,auto,, +UM,25124,V3,CUFF2,green,auto,, +UM,25124,V3,DWI,green,auto,, +UM,25124,V3,REST1,green,auto,, +UM,25124,V3,REST2,green,auto,, +UM,25124,V3,T1w,green,auto,2023-09-01, +UM,25125,V1,DWI,green,auto,, +UM,25125,V1,REST1,green,auto,, +UM,25125,V1,T1w,yellow,technologist,, +UM,25125,V3,DWI,green,auto,, +UM,25125,V3,REST1,green,auto,, +UM,25125,V3,T1w,yellow,technologist,, +UM,25128,V1,DWI,green,auto,, +UM,25128,V1,REST1,green,auto,, +UM,25128,V1,T1w,yellow,auto,2023-07-07, +UM,25128,V3,CUFF1,green,auto,, +UM,25128,V3,CUFF2,green,auto,, +UM,25128,V3,DWI,green,auto,, +UM,25128,V3,REST1,green,auto,, +UM,25128,V3,REST2,green,auto,, +UM,25128,V3,T1w,yellow,auto,2023-09-15, +UM,25129,V1,DWI,green,auto,, +UM,25129,V1,REST1,green,auto,, +UM,25129,V1,T1w,green,auto,2023-05-13, +UM,25129,V3,DWI,green,auto,, +UM,25129,V3,REST1,green,auto,, +UM,25129,V3,T1w,yellow,auto,2023-09-15, +UM,25131,V1,CUFF1,green,auto,, +UM,25131,V1,CUFF2,green,auto,, +UM,25131,V1,DWI,green,auto,, +UM,25131,V1,REST1,green,auto,, +UM,25131,V1,REST2,green,auto,, +UM,25131,V1,T1w,yellow,auto,2023-05-19, +UM,25131,V3,DWI,green,auto,, +UM,25131,V3,REST1,green,auto,, +UM,25131,V3,T1w,yellow,auto,2023-08-24, +UM,25132,V1,CUFF1,green,auto,, +UM,25132,V1,CUFF2,green,auto,, +UM,25132,V1,DWI,green,auto,, +UM,25132,V1,REST1,green,auto,, +UM,25132,V1,REST2,green,auto,, +UM,25132,V1,T1w,yellow,psadil,2023-09-07,"head-motion, inu, postprocessing" +UM,25133,V1,DWI,green,auto,, +UM,25133,V1,REST1,green,auto,, +UM,25133,V1,T1w,green,auto,2024-04-11, +UM,25137,V1,CUFF1,red,auto,, +UM,25137,V1,CUFF2,red,auto,, +UM,25137,V1,DWI,green,auto,, +UM,25137,V1,REST1,green,auto,, +UM,25137,V1,REST2,green,auto,, +UM,25137,V1,T1w,green,psadil,2023-09-07,postprocessing +UM,25137,V3,CUFF1,green,auto,, +UM,25137,V3,CUFF2,green,auto,, +UM,25137,V3,DWI,green,auto,, +UM,25137,V3,REST1,green,auto,, +UM,25137,V3,REST2,green,auto,, +UM,25137,V3,T1w,green,auto,2023-09-01, +UM,25140,V1,DWI,green,auto,, +UM,25140,V1,REST1,yellow,auto,, +UM,25140,V1,T1w,yellow,auto,2023-06-08, +UM,25140,V3,DWI,green,auto,, +UM,25140,V3,REST1,green,auto,, +UM,25140,V3,T1w,yellow,auto,2023-09-22, +UM,25141,V1,DWI,green,auto,, +UM,25141,V1,REST1,green,auto,, +UM,25141,V1,T1w,green,auto,2023-06-29, +UM,25141,V3,DWI,green,auto,, +UM,25141,V3,REST1,green,auto,, +UM,25141,V3,T1w,yellow,auto,2023-11-16, +UM,25142,V1,DWI,green,auto,, +UM,25142,V1,REST1,green,auto,, +UM,25142,V1,T1w,green,auto,2023-06-24, +UM,25142,V3,DWI,green,auto,, +UM,25142,V3,REST1,green,auto,, +UM,25142,V3,T1w,green,auto,2023-09-22, +UM,25145,V1,DWI,green,auto,, +UM,25145,V1,REST1,green,auto,, +UM,25145,V1,T1w,green,auto,2023-06-24, +UM,25145,V3,DWI,green,auto,, +UM,25145,V3,REST1,green,auto,, +UM,25145,V3,T1w,yellow,auto,2023-10-12, +UM,25146,V1,CUFF1,green,auto,, +UM,25146,V1,CUFF2,green,auto,, +UM,25146,V1,DWI,green,auto,, +UM,25146,V1,REST1,green,auto,, +UM,25146,V1,REST2,green,auto,, +UM,25146,V1,T1w,yellow,psadil,2023-09-07,postprocessing +UM,25146,V3,CUFF1,green,auto,, +UM,25146,V3,CUFF2,green,auto,, +UM,25146,V3,DWI,green,auto,, +UM,25146,V3,REST1,yellow,auto,, +UM,25146,V3,REST2,yellow,auto,, +UM,25146,V3,T1w,yellow,auto,2023-11-15, +UM,25148,V1,CUFF1,green,auto,, +UM,25148,V1,CUFF2,green,auto,, +UM,25148,V1,DWI,green,auto,, +UM,25148,V1,REST1,green,auto,, +UM,25148,V1,REST2,green,auto,, +UM,25148,V1,T1w,green,auto,2023-07-06, +UM,25148,V3,DWI,green,auto,, +UM,25148,V3,REST1,green,auto,, +UM,25148,V3,T1w,green,auto,2023-10-25, +UM,25149,V1,DWI,green,auto,, +UM,25149,V1,REST1,green,auto,, +UM,25149,V1,T1w,green,auto,2023-07-06, +UM,25149,V3,DWI,green,auto,, +UM,25149,V3,REST1,green,auto,, +UM,25149,V3,T1w,green,auto,2023-11-16, +UM,25150,V1,DWI,green,auto,, +UM,25150,V1,REST1,green,auto,, +UM,25150,V1,T1w,yellow,auto,2023-07-18, +UM,25150,V3,DWI,green,auto,, +UM,25150,V3,REST1,green,auto,, +UM,25150,V3,T1w,green,auto,2023-10-25, +UM,25153,V1,CUFF1,green,auto,, +UM,25153,V1,CUFF2,green,auto,, +UM,25153,V1,DWI,green,auto,, +UM,25153,V1,REST1,green,auto,, +UM,25153,V1,REST2,green,auto,, +UM,25153,V1,T1w,yellow,psadil,2023-09-07,"head-motion, postprocessing" +UM,25153,V3,CUFF1,green,auto,, +UM,25153,V3,CUFF2,green,auto,, +UM,25153,V3,DWI,green,auto,, +UM,25153,V3,REST1,green,auto,, +UM,25153,V3,REST2,green,auto,, +UM,25153,V3,T1w,green,auto,2023-11-16, +UM,25154,V1,CUFF1,green,auto,, +UM,25154,V1,CUFF2,green,auto,, +UM,25154,V1,DWI,green,auto,, +UM,25154,V1,REST1,green,auto,, +UM,25154,V1,REST2,green,auto,, +UM,25154,V1,T1w,yellow,auto,2023-07-06, +UM,25154,V3,CUFF1,green,auto,, +UM,25154,V3,CUFF2,green,auto,, +UM,25154,V3,DWI,green,auto,, +UM,25154,V3,REST1,green,auto,, +UM,25154,V3,REST2,green,auto,, +UM,25154,V3,T1w,green,technologist,, +UM,25157,V1,CUFF1,green,auto,, +UM,25157,V1,CUFF2,green,auto,, +UM,25157,V1,DWI,green,auto,, +UM,25157,V1,REST1,green,auto,, +UM,25157,V1,REST2,green,auto,, +UM,25157,V1,T1w,green,auto,2023-07-27, +UM,25157,V3,CUFF1,green,auto,, +UM,25157,V3,CUFF2,green,auto,, +UM,25157,V3,DWI,green,auto,, +UM,25157,V3,REST1,green,auto,, +UM,25157,V3,REST2,green,auto,, +UM,25157,V3,T1w,yellow,auto,2023-11-16, +UM,25158,V1,DWI,green,auto,, +UM,25158,V1,T1w,green,auto,2023-07-27, +UM,25158,V3,CUFF1,green,auto,, +UM,25158,V3,CUFF2,green,auto,, +UM,25158,V3,DWI,green,auto,, +UM,25158,V3,REST1,green,auto,, +UM,25158,V3,REST2,green,auto,, +UM,25158,V3,T1w,yellow,technologist,, +UM,25160,V1,CUFF1,green,auto,, +UM,25160,V1,CUFF2,green,auto,, +UM,25160,V1,DWI,green,auto,, +UM,25160,V1,REST1,green,auto,, +UM,25160,V1,REST2,green,auto,, +UM,25160,V1,T1w,green,auto,2023-08-16, +UM,25160,V3,CUFF1,green,auto,, +UM,25160,V3,CUFF2,green,auto,, +UM,25160,V3,DWI,green,auto,, +UM,25160,V3,REST1,green,auto,, +UM,25160,V3,REST2,green,auto,, +UM,25160,V3,T1w,green,auto,2023-12-08, +UM,25161,V1,DWI,green,auto,, +UM,25161,V1,REST1,green,auto,, +UM,25161,V1,T1w,yellow,auto,2023-08-16, +UM,25161,V3,CUFF1,green,auto,, +UM,25161,V3,CUFF2,green,auto,, +UM,25161,V3,DWI,green,auto,, +UM,25161,V3,REST1,green,auto,, +UM,25161,V3,REST2,green,auto,, +UM,25161,V3,T1w,green,auto,2024-01-17, +UM,25162,V1,DWI,green,auto,, +UM,25162,V1,REST1,yellow,auto,, +UM,25162,V1,T1w,green,auto,2023-08-24, +UM,25162,V3,CUFF1,green,auto,, +UM,25162,V3,CUFF2,green,auto,, +UM,25162,V3,DWI,green,auto,, +UM,25162,V3,REST1,green,auto,, +UM,25162,V3,REST2,green,auto,, +UM,25162,V3,T1w,green,auto,2023-11-29, +UM,25164,V1,CUFF1,green,auto,, +UM,25164,V1,CUFF2,green,auto,, +UM,25164,V1,DWI,green,auto,, +UM,25164,V1,REST1,green,auto,, +UM,25164,V1,REST2,green,auto,, +UM,25164,V1,T1w,yellow,auto,2023-09-01, +UM,25164,V3,CUFF1,green,auto,, +UM,25164,V3,CUFF2,green,auto,, +UM,25164,V3,DWI,green,auto,, +UM,25164,V3,REST1,green,auto,, +UM,25164,V3,REST2,green,auto,, +UM,25164,V3,T1w,yellow,auto,2023-11-29, +UM,25167,V1,CUFF1,green,auto,, +UM,25167,V1,CUFF2,green,auto,, +UM,25167,V1,DWI,green,auto,, +UM,25167,V1,REST1,green,auto,, +UM,25167,V1,REST2,green,auto,, +UM,25167,V1,T1w,green,auto,2023-08-16, +UM,25167,V3,DWI,green,auto,, +UM,25167,V3,REST1,green,auto,, +UM,25167,V3,T1w,green,auto,2023-11-26, +UM,25168,V1,CUFF1,green,auto,, +UM,25168,V1,CUFF2,green,auto,, +UM,25168,V1,DWI,green,auto,, +UM,25168,V1,REST1,green,auto,, +UM,25168,V1,REST2,green,auto,, +UM,25168,V1,T1w,green,auto,2023-08-16, +UM,25169,V1,CUFF1,green,auto,, +UM,25169,V1,CUFF2,green,auto,, +UM,25169,V1,DWI,green,auto,, +UM,25169,V1,REST1,green,auto,, +UM,25169,V1,REST2,green,auto,, +UM,25169,V1,T1w,yellow,auto,2023-10-11, +UM,25169,V3,CUFF1,green,auto,, +UM,25169,V3,CUFF2,green,auto,, +UM,25169,V3,DWI,green,auto,, +UM,25169,V3,REST1,green,auto,, +UM,25169,V3,REST2,green,auto,, +UM,25169,V3,T1w,yellow,auto,2024-01-16, +UM,25170,V1,DWI,green,auto,, +UM,25170,V1,REST1,green,auto,, +UM,25170,V1,T1w,yellow,auto,2023-09-22, +UM,25170,V3,DWI,green,auto,, +UM,25170,V3,REST1,green,auto,, +UM,25170,V3,T1w,yellow,auto,2023-12-15, +UM,25171,V1,CUFF1,green,auto,, +UM,25171,V1,CUFF2,green,auto,, +UM,25171,V1,DWI,green,auto,, +UM,25171,V1,REST1,green,auto,, +UM,25171,V1,REST2,green,auto,, +UM,25171,V1,T1w,green,auto,2023-09-01, +UM,25171,V3,CUFF1,green,auto,, +UM,25171,V3,CUFF2,green,auto,, +UM,25171,V3,DWI,green,auto,, +UM,25171,V3,REST1,green,auto,, +UM,25171,V3,REST2,green,auto,, +UM,25171,V3,T1w,green,auto,2024-01-28, +UM,25172,V1,DWI,green,auto,, +UM,25172,V1,REST1,green,auto,, +UM,25172,V1,T1w,yellow,auto,2023-11-25, +UM,25172,V3,CUFF1,green,auto,, +UM,25172,V3,CUFF2,green,auto,, +UM,25172,V3,DWI,green,auto,, +UM,25172,V3,REST1,green,auto,, +UM,25172,V3,REST2,yellow,auto,, +UM,25172,V3,T1w,green,auto,2024-02-14, +UM,25175,V1,DWI,green,auto,, +UM,25175,V1,REST1,green,auto,, +UM,25175,V1,T1w,green,auto,2023-09-22, +UM,25175,V3,DWI,green,auto,, +UM,25175,V3,REST1,green,auto,, +UM,25175,V3,T1w,green,auto,2023-12-14, +UM,25177,V1,DWI,green,auto,, +UM,25177,V1,REST1,green,auto,, +UM,25177,V1,T1w,green,auto,2023-09-20, +UM,25177,V3,DWI,green,auto,, +UM,25177,V3,REST1,green,auto,, +UM,25177,V3,T1w,green,auto,2024-01-16, +UM,25180,V1,CUFF1,green,auto,, +UM,25180,V1,CUFF2,green,auto,, +UM,25180,V1,DWI,green,auto,, +UM,25180,V1,REST1,green,auto,, +UM,25180,V1,REST2,green,auto,, +UM,25180,V1,T1w,green,auto,2023-10-06, +UM,25180,V3,CUFF1,green,auto,, +UM,25180,V3,CUFF2,green,auto,, +UM,25180,V3,DWI,green,auto,, +UM,25180,V3,REST1,green,auto,, +UM,25180,V3,REST2,green,auto,, +UM,25180,V3,T1w,yellow,technologist,, +UM,25182,V1,CUFF1,green,auto,, +UM,25182,V1,CUFF2,green,auto,, +UM,25182,V1,DWI,green,auto,, +UM,25182,V1,REST1,green,auto,, +UM,25182,V1,REST2,green,auto,, +UM,25182,V1,T1w,green,auto,2023-10-06, +UM,25182,V3,CUFF1,green,auto,, +UM,25182,V3,CUFF2,green,auto,, +UM,25182,V3,DWI,green,auto,, +UM,25182,V3,REST1,green,auto,, +UM,25182,V3,REST2,green,auto,, +UM,25182,V3,T1w,green,auto,2024-02-08, +UM,25183,V1,CUFF1,green,auto,, +UM,25183,V1,CUFF2,green,auto,, +UM,25183,V1,DWI,green,auto,, +UM,25183,V1,REST1,green,auto,, +UM,25183,V1,REST2,green,auto,, +UM,25183,V1,T1w,green,auto,2023-10-07, +UM,25183,V3,CUFF1,green,auto,, +UM,25183,V3,CUFF2,green,auto,, +UM,25183,V3,DWI,green,auto,, +UM,25183,V3,REST1,green,auto,, +UM,25183,V3,REST2,green,auto,, +UM,25183,V3,T1w,green,auto,2024-01-16, +UM,25188,V1,DWI,green,auto,, +UM,25188,V1,REST1,yellow,auto,, +UM,25188,V1,T1w,yellow,auto,2023-10-11, +UM,25193,V1,DWI,green,auto,, +UM,25193,V1,REST1,green,auto,, +UM,25193,V1,T1w,green,auto,2023-10-25, +UM,25193,V3,DWI,green,auto,, +UM,25193,V3,REST1,green,auto,, +UM,25193,V3,T1w,green,auto,2024-02-28, +UM,25194,V1,CUFF1,green,auto,, +UM,25194,V1,DWI,green,auto,, +UM,25194,V1,REST1,green,auto,, +UM,25194,V1,T1w,green,auto,2023-10-28, +UM,25194,V3,CUFF1,green,auto,, +UM,25194,V3,CUFF2,green,auto,, +UM,25194,V3,DWI,green,auto,, +UM,25194,V3,REST1,green,auto,, +UM,25194,V3,REST2,green,auto,, +UM,25194,V3,T1w,green,auto,2024-03-06, +UM,25195,V1,CUFF1,green,auto,, +UM,25195,V1,CUFF2,green,auto,, +UM,25195,V1,DWI,green,auto,, +UM,25195,V1,REST1,green,auto,, +UM,25195,V1,REST2,green,auto,, +UM,25195,V1,T1w,yellow,auto,2023-11-16, +UM,25195,V3,CUFF1,green,auto,, +UM,25195,V3,CUFF2,green,auto,, +UM,25195,V3,DWI,green,auto,, +UM,25195,V3,REST1,green,auto,, +UM,25195,V3,REST2,green,auto,, +UM,25195,V3,T1w,yellow,auto,2024-01-25, +UM,25196,V1,CUFF1,red,auto,, +UM,25196,V1,CUFF2,green,auto,, +UM,25196,V1,DWI,green,auto,, +UM,25196,V1,REST1,green,auto,, +UM,25196,V1,REST2,green,auto,, +UM,25196,V1,T1w,green,auto,2023-11-15, +UM,25196,V3,CUFF1,green,auto,, +UM,25196,V3,CUFF2,green,auto,, +UM,25196,V3,DWI,green,auto,, +UM,25196,V3,REST1,green,auto,, +UM,25196,V3,REST2,green,auto,, +UM,25196,V3,T1w,green,auto,2024-03-07, +UM,25198,V1,CUFF1,green,auto,, +UM,25198,V1,CUFF2,green,auto,, +UM,25198,V1,DWI,green,auto,, +UM,25198,V1,REST1,green,auto,, +UM,25198,V1,REST2,green,auto,, +UM,25198,V1,T1w,yellow,auto,2023-11-16, +UM,25198,V3,DWI,green,auto,, +UM,25198,V3,T1w,yellow,auto,2024-01-31, +UM,25215,V1,CUFF1,red,auto,, +UM,25215,V1,DWI,green,auto,, +UM,25215,V1,REST1,green,auto,, +UM,25215,V1,REST2,yellow,auto,, +UM,25215,V1,T1w,yellow,auto,2023-12-14, +UM,25215,V3,CUFF1,yellow,auto,, +UM,25215,V3,CUFF2,yellow,auto,, +UM,25215,V3,DWI,green,auto,, +UM,25215,V3,REST1,yellow,auto,, +UM,25215,V3,T1w,yellow,auto,2024-04-11, +UM,25216,V1,DWI,green,auto,, +UM,25216,V1,REST1,green,auto,, +UM,25216,V1,T1w,yellow,auto,2023-11-29, +UM,25220,V1,DWI,green,auto,, +UM,25220,V1,REST1,green,auto,, +UM,25220,V1,T1w,yellow,auto,2023-12-15, +UM,25223,V1,CUFF1,green,auto,, +UM,25223,V1,CUFF2,green,auto,, +UM,25223,V1,DWI,green,auto,, +UM,25223,V1,REST1,green,auto,, +UM,25223,V1,REST2,green,auto,, +UM,25223,V1,T1w,green,technologist,, +UM,25228,V1,DWI,green,auto,, +UM,25228,V1,REST1,green,auto,, +UM,25228,V1,T1w,green,auto,2024-02-28, +UM,25229,V1,DWI,green,auto,, +UM,25229,V1,REST1,green,auto,, +UM,25229,V1,T1w,green,auto,2024-01-16, +UM,25230,V1,CUFF1,green,auto,, +UM,25230,V1,CUFF2,green,auto,, +UM,25230,V1,DWI,green,auto,, +UM,25230,V1,REST1,green,auto,, +UM,25230,V1,REST2,green,auto,, +UM,25230,V1,T1w,green,auto,2024-03-07, +UM,25231,V1,DWI,green,auto,, +UM,25231,V1,REST1,green,auto,, +UM,25231,V1,T1w,green,auto,2024-01-16, +UM,25234,V1,CUFF1,green,auto,, +UM,25234,V1,CUFF2,green,auto,, +UM,25234,V1,DWI,green,auto,, +UM,25234,V1,REST1,green,auto,, +UM,25234,V1,REST2,green,auto,, +UM,25234,V1,T1w,yellow,technologist,, +UM,25234,V3,CUFF1,red,auto,, +UM,25234,V3,DWI,green,auto,, +UM,25234,V3,REST1,green,auto,, +UM,25234,V3,REST2,yellow,auto,, +UM,25234,V3,T1w,yellow,auto,2024-03-30, +UM,25235,V1,CUFF1,green,auto,, +UM,25235,V1,CUFF2,green,auto,, +UM,25235,V1,DWI,green,auto,, +UM,25235,V1,REST1,green,auto,, +UM,25235,V1,REST2,green,auto,, +UM,25235,V1,T1w,yellow,auto,2024-01-07, +UM,25236,V1,CUFF1,green,auto,, +UM,25236,V1,CUFF2,green,auto,, +UM,25236,V1,DWI,green,auto,, +UM,25236,V1,REST1,green,auto,, +UM,25236,V1,REST2,green,auto,, +UM,25236,V1,T1w,green,auto,2023-12-22, +UM,25236,V3,CUFF1,green,auto,, +UM,25236,V3,CUFF2,green,auto,, +UM,25236,V3,DWI,green,auto,, +UM,25236,V3,REST1,green,auto,, +UM,25236,V3,REST2,green,auto,, +UM,25236,V3,T1w,green,auto,2024-03-22, +UM,25237,V1,CUFF1,green,auto,, +UM,25237,V1,CUFF2,green,auto,, +UM,25237,V1,DWI,green,auto,, +UM,25237,V1,REST1,green,auto,, +UM,25237,V1,REST2,green,auto,, +UM,25237,V1,T1w,yellow,auto,2024-01-17, +UM,25242,V1,CUFF1,green,auto,, +UM,25242,V1,CUFF2,green,auto,, +UM,25242,V1,DWI,green,auto,, +UM,25242,V1,REST1,green,auto,, +UM,25242,V1,REST2,green,auto,, +UM,25242,V1,T1w,green,auto,2024-01-17, +UM,25244,V1,DWI,green,auto,, +UM,25244,V1,REST1,green,auto,, +UM,25244,V1,T1w,yellow,technologist,, +UM,25245,V1,CUFF1,green,auto,, +UM,25245,V1,CUFF2,green,auto,, +UM,25245,V1,DWI,green,auto,, +UM,25245,V1,REST1,green,auto,, +UM,25245,V1,REST2,green,auto,, +UM,25245,V1,T1w,green,auto,2024-01-24, +UM,25248,V1,CUFF1,green,auto,, +UM,25248,V1,CUFF2,green,auto,, +UM,25248,V1,DWI,green,auto,, +UM,25248,V1,REST1,green,auto,, +UM,25248,V1,REST2,green,auto,, +UM,25248,V1,T1w,green,auto,2024-01-18, +UM,25249,V1,CUFF1,green,auto,, +UM,25249,V1,CUFF2,green,auto,, +UM,25249,V1,DWI,green,auto,, +UM,25249,V1,REST1,green,auto,, +UM,25249,V1,REST2,green,auto,, +UM,25249,V1,T1w,yellow,technologist,, +UM,25254,V1,CUFF1,green,auto,, +UM,25254,V1,CUFF2,green,auto,, +UM,25254,V1,DWI,green,auto,, +UM,25254,V1,REST1,green,auto,, +UM,25254,V1,REST2,green,auto,, +UM,25254,V1,T1w,green,auto,2024-01-18, +UM,25257,V1,CUFF1,green,auto,, +UM,25257,V1,CUFF2,green,auto,, +UM,25257,V1,DWI,green,auto,, +UM,25257,V1,REST1,green,auto,, +UM,25257,V1,REST2,green,auto,, +UM,25257,V1,T1w,yellow,auto,2024-01-17, +UM,25259,V1,DWI,green,auto,, +UM,25259,V1,REST1,green,auto,, +UM,25259,V1,T1w,green,auto,2024-02-08, +UM,25261,V1,DWI,green,auto,, +UM,25261,V1,REST1,green,auto,, +UM,25261,V1,T1w,yellow,auto,2024-02-08, +UM,25266,V1,CUFF1,green,auto,, +UM,25266,V1,CUFF2,green,auto,, +UM,25266,V1,DWI,green,auto,, +UM,25266,V1,REST1,green,auto,, +UM,25266,V1,REST2,green,auto,, +UM,25266,V1,T1w,green,auto,2024-02-14, +UM,25267,V1,DWI,green,auto,, +UM,25267,V1,REST1,green,auto,, +UM,25267,V1,T1w,green,auto,2024-02-27, +UM,25268,V1,DWI,green,auto,, +UM,25268,V1,REST1,green,auto,, +UM,25268,V1,T1w,green,auto,2024-02-08, +UM,25275,V1,CUFF1,green,auto,, +UM,25275,V1,CUFF2,green,auto,, +UM,25275,V1,DWI,green,auto,, +UM,25275,V1,REST1,green,auto,, +UM,25275,V1,REST2,green,auto,, +UM,25275,V1,T1w,green,technologist,, +UM,25276,V1,DWI,green,auto,, +UM,25276,V1,REST1,green,auto,, +UM,25276,V1,T1w,green,auto,2024-03-30, +UM,25278,V1,DWI,green,auto,, +UM,25278,V1,REST1,green,auto,, +UM,25278,V1,T1w,green,auto,2024-03-06, +UM,25280,V1,CUFF1,green,auto,, +UM,25280,V1,CUFF2,green,auto,, +UM,25280,V1,DWI,green,auto,, +UM,25280,V1,REST1,green,auto,, +UM,25280,V1,REST2,green,auto,, +UM,25280,V1,T1w,green,auto,2024-03-13, +UM,25281,V1,DWI,green,auto,, +UM,25281,V1,REST1,green,auto,, +UM,25281,V1,T1w,green,auto,2024-03-06, +UM,25286,V1,CUFF1,green,auto,, +UM,25286,V1,CUFF2,green,auto,, +UM,25286,V1,DWI,green,auto,, +UM,25286,V1,REST1,green,auto,, +UM,25286,V1,REST2,green,auto,, +UM,25286,V1,T1w,yellow,technologist,, +UM,25287,V1,CUFF1,green,auto,, +UM,25287,V1,CUFF2,green,auto,, +UM,25287,V1,DWI,green,auto,, +UM,25287,V1,REST1,green,auto,, +UM,25287,V1,REST2,green,auto,, +UM,25287,V1,T1w,green,auto,2024-04-11, +UM,25289,V1,CUFF1,green,auto,, +UM,25289,V1,CUFF2,green,auto,, +UM,25289,V1,DWI,green,auto,, +UM,25289,V1,REST1,green,auto,, +UM,25289,V1,REST2,green,auto,, +UM,25289,V1,T1w,green,auto,2024-03-30, +UM,25293,V1,DWI,green,auto,, +UM,25293,V1,REST1,green,auto,, +UM,25293,V1,T1w,green,auto,2024-04-10, +UM,25294,V1,CUFF1,green,auto,, +UM,25294,V1,CUFF2,green,auto,, +UM,25294,V1,DWI,green,auto,, +UM,25294,V1,REST1,green,auto,, +UM,25294,V1,REST2,green,auto,, +UM,25294,V1,T1w,green,auto,2024-04-11, +UM,25295,V1,CUFF1,green,auto,, +UM,25295,V1,CUFF2,green,auto,, +UM,25295,V1,DWI,green,auto,, +UM,25295,V1,REST1,green,auto,, +UM,25295,V1,REST2,green,auto,, +UM,25295,V1,T1w,green,auto,2024-03-29, WS,20064,V1,CUFF1,green,auto,, WS,20064,V1,CUFF2,green,auto,, WS,20064,V1,DWI,green,auto,, WS,20064,V1,REST1,green,auto,, WS,20064,V1,REST2,green,auto,, -WS,20064,V1,T1w,green,auto,2022-05-25, -WS,20064,V3,CUFF1,green,auto,, -WS,20064,V3,CUFF2,green,auto,, +WS,20064,V1,T1w,green,auto,2022-09-20, +WS,20064,V3,CUFF1,green,psadil,2023-11-17,"em-perturbation, wrap-around, uncategorized" +WS,20064,V3,CUFF2,green,psadil,2023-11-17,"em-perturbation, uncategorized" WS,20064,V3,DWI,green,auto,, -WS,20064,V3,REST1,green,auto,, -WS,20064,V3,REST2,green,auto,, -WS,20064,V3,T1w,green,auto,2022-07-12, +WS,20064,V3,REST1,green,psadil,2023-11-17,"head-motion, wrap-around, inu, uncategorized" +WS,20064,V3,REST2,green,psadil,2023-11-17,"inu, uncategorized" +WS,20064,V3,T1w,yellow,psadil,2023-09-28,"inu, uncategorized" WS,20100,V1,CUFF1,green,auto,, WS,20100,V1,DWI,green,auto,, WS,20100,V1,REST1,green,auto,, WS,20100,V1,REST2,green,auto,, -WS,20100,V1,T1w,green,auto,2022-07-12, +WS,20100,V1,T1w,green,psadil,2023-09-07, WS,20112,V1,CUFF1,green,auto,, WS,20112,V1,CUFF2,green,auto,, WS,20112,V1,DWI,green,auto,, WS,20112,V1,REST1,green,auto,, WS,20112,V1,REST2,green,auto,, -WS,20112,V1,T1w,green,auto,2022-07-12, +WS,20112,V1,T1w,green,auto,2022-09-20, +WS,20112,V3,CUFF1,green,auto,, +WS,20112,V3,CUFF2,green,auto,, +WS,20112,V3,DWI,green,auto,, +WS,20112,V3,REST1,green,auto,, +WS,20112,V3,REST2,green,auto,, +WS,20112,V3,T1w,yellow,psadil,2023-09-29,noise-local +WS,20132,V1,CUFF1,green,auto,, +WS,20132,V1,CUFF2,green,auto,, +WS,20132,V1,DWI,green,auto,, +WS,20132,V1,REST1,green,auto,, +WS,20132,V1,REST2,green,auto,, +WS,20132,V1,T1w,green,auto,2022-07-19, +WS,20132,V3,CUFF1,green,auto,, +WS,20132,V3,CUFF2,green,auto,, +WS,20132,V3,DWI,green,auto,, +WS,20132,V3,REST1,green,auto,, +WS,20132,V3,REST2,green,auto,, +WS,20132,V3,T1w,yellow,auto,2022-10-20, +WS,20151,V1,CUFF1,green,auto,, +WS,20151,V1,CUFF2,green,auto,, +WS,20151,V1,DWI,green,auto,, +WS,20151,V1,REST1,green,auto,, +WS,20151,V1,REST2,green,auto,, +WS,20151,V1,T1w,green,auto,2022-09-13, +WS,20151,V3,CUFF1,green,auto,, +WS,20151,V3,CUFF2,green,auto,, +WS,20151,V3,DWI,green,auto,, +WS,20151,V3,REST1,green,auto,, +WS,20151,V3,REST2,green,auto,, +WS,20151,V3,T1w,green,auto,2023-02-16, +WS,20167,V1,CUFF1,green,auto,, +WS,20167,V1,CUFF2,green,auto,, +WS,20167,V1,DWI,green,auto,, +WS,20167,V1,REST1,green,auto,, +WS,20167,V1,REST2,green,auto,, +WS,20167,V1,T1w,green,auto,2022-10-10, +WS,20167,V3,CUFF1,green,auto,, +WS,20167,V3,CUFF2,green,auto,, +WS,20167,V3,DWI,red,auto,, +WS,20167,V3,REST1,green,auto,, +WS,20167,V3,REST2,green,auto,, +WS,20167,V3,T1w,green,auto,2023-01-23, +WS,20207,V1,CUFF1,green,auto,, +WS,20207,V1,CUFF2,green,auto,, +WS,20207,V1,DWI,green,auto,, +WS,20207,V1,REST1,green,auto,, +WS,20207,V1,REST2,green,auto,, +WS,20207,V1,T1w,green,auto,2023-02-01, +WS,20223,V1,CUFF1,green,auto,, +WS,20223,V1,CUFF2,green,auto,, +WS,20223,V1,DWI,green,auto,, +WS,20223,V1,REST1,yellow,psadil,2023-11-17,"head-motion, wrap-around, uncategorized" +WS,20223,V1,REST2,green,auto,, +WS,20223,V1,T1w,green,auto,2023-02-16, +WS,20223,V3,DWI,green,auto,, +WS,20223,V3,REST1,green,auto,, +WS,20223,V3,T1w,green,auto,2023-04-28, +WS,20224,V1,CUFF1,green,auto,, +WS,20224,V1,CUFF2,green,auto,, +WS,20224,V1,DWI,green,auto,, +WS,20224,V1,REST1,green,auto,, +WS,20224,V1,REST2,green,auto,, +WS,20224,V1,T1w,red,psadil,2023-09-07,uncategorized +WS,20224,V3,CUFF1,green,auto,, +WS,20224,V3,CUFF2,green,auto,, +WS,20224,V3,DWI,green,auto,, +WS,20224,V3,REST1,green,auto,, +WS,20224,V3,REST2,green,auto,, +WS,20224,V3,T1w,green,auto,2023-07-07, +WS,20225,V1,CUFF1,green,auto,, +WS,20225,V1,CUFF2,green,auto,, +WS,20225,V1,DWI,green,auto,, +WS,20225,V1,REST1,green,psadil,2023-11-17,"head-motion, em-perturbation, uncategorized" +WS,20225,V1,REST2,green,auto,, +WS,20225,V1,T1w,green,auto,2023-02-16, +WS,20225,V3,CUFF1,green,auto,, +WS,20225,V3,CUFF2,green,psadil,2023-11-17,"noneye-spillover, em-perturbation, uncategorized" +WS,20225,V3,DWI,green,auto,, +WS,20225,V3,REST1,green,auto,, +WS,20225,V3,REST2,green,auto,, +WS,20225,V3,T1w,green,psadil,2023-09-07, +WS,20267,V1,CUFF1,green,auto,, +WS,20267,V1,CUFF2,green,auto,, +WS,20267,V1,DWI,green,auto,, +WS,20267,V1,REST1,green,auto,, +WS,20267,V1,REST2,green,auto,, +WS,20267,V1,T1w,green,auto,2023-07-07, +WS,20267,V3,CUFF1,green,auto,, +WS,20267,V3,CUFF2,green,auto,, +WS,20267,V3,DWI,green,auto,, +WS,20267,V3,REST1,green,auto,, +WS,20267,V3,REST2,green,auto,, +WS,20267,V3,T1w,green,auto,2023-08-07, +WS,20299,V1,DWI,green,auto,, +WS,20299,V1,REST1,yellow,auto,, +WS,20299,V1,T1w,yellow,psadil,2024-04-01,"head-motion, noise-global" +WS,20299,V3,DWI,green,auto,, +WS,20299,V3,REST1,yellow,auto,, +WS,20299,V3,T1w,green,auto,2024-02-14, +WS,20306,V1,CUFF1,green,auto,, +WS,20306,V1,CUFF2,red,auto,, +WS,20306,V1,DWI,green,auto,, +WS,20306,V1,REST1,green,auto,, +WS,20306,V1,REST2,green,auto,, +WS,20306,V1,T1w,green,auto,2023-09-11, +WS,20306,V3,CUFF1,green,auto,, +WS,20306,V3,CUFF2,green,auto,, +WS,20306,V3,DWI,green,auto,, +WS,20306,V3,REST1,green,auto,, +WS,20306,V3,REST2,green,auto,, +WS,20306,V3,T1w,green,auto,2023-12-09, +WS,20370,V1,DWI,green,auto,, +WS,20370,V1,REST1,green,auto,, +WS,20370,V1,T1w,green,auto,2024-02-04, +WS,20375,V1,CUFF1,green,auto,, +WS,20375,V1,CUFF2,green,auto,, +WS,20375,V1,DWI,green,auto,, +WS,20375,V1,REST1,green,auto,, +WS,20375,V1,REST2,green,auto,, +WS,20375,V1,T1w,green,auto,2024-02-27, +WS,25015,V1,DWI,green,auto,, +WS,25015,V1,REST1,green,auto,, +WS,25015,V1,T1w,green,auto,2022-09-13, +WS,25015,V3,DWI,green,auto,, +WS,25015,V3,T1w,green,auto,2022-12-18, +WS,25027,V1,CUFF1,yellow,psadil,2023-11-17,"head-motion, wrap-around, uncategorized" +WS,25027,V1,CUFF2,red,psadil,2023-11-17, +WS,25027,V1,DWI,green,auto,, +WS,25027,V1,REST1,yellow,psadil,2023-11-17,"head-motion, wrap-around, uncategorized" +WS,25027,V1,REST2,yellow,psadil,2023-11-17,wrap-around +WS,25027,V1,T1w,green,auto,2022-09-27, +WS,25027,V3,CUFF1,red,auto,, +WS,25027,V3,DWI,green,auto,, +WS,25027,V3,REST1,green,auto,, +WS,25027,V3,REST2,green,auto,, +WS,25027,V3,T1w,green,auto,2023-01-23, +WS,25029,V1,CUFF1,red,psadil,2023-11-17, +WS,25029,V1,DWI,green,auto,, +WS,25029,V1,REST1,green,auto,, +WS,25029,V1,REST2,green,auto,, +WS,25029,V1,T1w,green,auto,2022-10-02, +WS,25029,V3,CUFF1,green,auto,, +WS,25029,V3,CUFF2,green,psadil,2023-11-17,"em-perturbation, uncategorized" +WS,25029,V3,DWI,green,auto,, +WS,25029,V3,REST1,green,auto,, +WS,25029,V3,REST2,green,auto,, +WS,25029,V3,T1w,green,auto,2023-03-08, +WS,25041,V1,CUFF1,green,psadil,2023-11-17,"head-motion, em-perturbation, wrap-around, uncategorized" +WS,25041,V1,CUFF2,green,psadil,2023-11-17,"head-motion, wrap-around" +WS,25041,V1,DWI,green,auto,, +WS,25041,V1,REST1,green,psadil,2023-11-17,"head-motion, wrap-around, uncategorized" +WS,25041,V1,REST2,green,psadil,2023-11-17,"head-motion, wrap-around, uncategorized" +WS,25041,V1,T1w,green,psadil,2023-09-07, +WS,25047,V1,CUFF1,green,auto,, +WS,25047,V1,CUFF2,green,auto,, +WS,25047,V1,REST1,green,auto,, +WS,25047,V1,REST2,green,auto,, +WS,25047,V1,T1w,green,auto,2022-11-18, +WS,25047,V3,CUFF1,green,auto,, +WS,25047,V3,CUFF2,green,auto,, +WS,25047,V3,DWI,green,auto,, +WS,25047,V3,REST1,green,auto,, +WS,25047,V3,REST2,green,auto,, +WS,25047,V3,T1w,green,auto,2023-02-17, +WS,25048,V1,CUFF1,green,auto,, +WS,25048,V1,DWI,green,auto,, +WS,25048,V1,REST1,green,auto,, +WS,25048,V1,REST2,green,auto,, +WS,25048,V1,T1w,green,auto,2022-11-11, +WS,25048,V3,CUFF1,green,auto,, +WS,25048,V3,CUFF2,green,auto,, +WS,25048,V3,DWI,green,auto,, +WS,25048,V3,REST1,green,auto,, +WS,25048,V3,REST2,green,auto,, +WS,25048,V3,T1w,green,auto,2023-02-22, +WS,25050,V1,DWI,green,auto,, +WS,25050,V1,T1w,green,auto,2022-12-10, +WS,25051,V1,CUFF1,green,auto,, +WS,25051,V1,CUFF2,green,auto,, +WS,25051,V1,DWI,green,auto,, +WS,25051,V1,REST1,yellow,auto,, +WS,25051,V1,REST2,green,auto,, +WS,25051,V1,T1w,green,auto,2022-11-18, +WS,25051,V3,CUFF1,green,psadil,2023-11-17,"head-motion, uncategorized" +WS,25051,V3,CUFF2,green,auto,, +WS,25051,V3,DWI,green,auto,, +WS,25051,V3,REST1,green,psadil,2023-11-17,"head-motion, uncategorized" +WS,25051,V3,REST2,green,auto,, +WS,25051,V3,T1w,green,auto,2023-04-17, +WS,25052,V1,CUFF1,green,psadil,2023-11-17,"head-motion, uncategorized" +WS,25052,V1,CUFF2,green,auto,, +WS,25052,V1,DWI,green,auto,, +WS,25052,V1,REST1,green,psadil,2023-11-17,"head-motion, em-perturbation, uncategorized" +WS,25052,V1,REST2,green,auto,, +WS,25052,V1,T1w,green,auto,2022-12-07, +WS,25052,V3,CUFF1,green,auto,, +WS,25052,V3,CUFF2,yellow,psadil,2023-11-17,"head-motion, uncategorized" +WS,25052,V3,DWI,green,auto,, +WS,25052,V3,REST1,green,auto,, +WS,25052,V3,REST2,yellow,psadil,2023-11-17,"head-motion, em-perturbation, uncategorized" +WS,25052,V3,T1w,green,auto,2023-03-21, +WS,25055,V1,CUFF1,yellow,auto,, +WS,25055,V1,CUFF2,green,auto,, +WS,25055,V1,DWI,green,auto,, +WS,25055,V1,REST1,green,auto,, +WS,25055,V1,REST2,green,auto,, +WS,25055,V1,T1w,green,auto,2022-12-07, +WS,25055,V3,CUFF1,green,auto,, +WS,25055,V3,CUFF2,green,auto,, +WS,25055,V3,DWI,green,auto,, +WS,25055,V3,REST1,green,auto,, +WS,25055,V3,REST2,green,auto,, +WS,25055,V3,T1w,green,auto,2023-03-05, +WS,25080,V1,CUFF1,green,auto,, +WS,25080,V1,CUFF2,green,auto,, +WS,25080,V1,DWI,green,auto,, +WS,25080,V1,REST1,green,auto,, +WS,25080,V1,REST2,green,auto,, +WS,25080,V1,T1w,green,auto,2023-02-16, +WS,25080,V3,CUFF1,green,psadil,2023-11-17,"em-perturbation, uncategorized" +WS,25080,V3,CUFF2,green,psadil,2023-09-07,uncategorized +WS,25080,V3,DWI,green,auto,, +WS,25080,V3,REST1,green,psadil,2023-09-07,uncategorized +WS,25080,V3,REST2,green,psadil,2023-09-07,uncategorized +WS,25080,V3,T1w,green,psadil,2023-09-07, +WS,25081,V1,CUFF1,green,auto,, +WS,25081,V1,CUFF2,green,auto,, +WS,25081,V1,DWI,green,auto,, +WS,25081,V1,REST1,red,auto,, +WS,25081,V1,REST2,green,auto,, +WS,25081,V1,T1w,green,auto,2023-03-01, +WS,25081,V3,CUFF1,green,auto,, +WS,25081,V3,CUFF2,green,auto,, +WS,25081,V3,DWI,green,auto,, +WS,25081,V3,REST1,green,auto,, +WS,25081,V3,REST2,green,auto,, +WS,25081,V3,T1w,yellow,technologist,, +WS,25095,V1,CUFF1,green,auto,, +WS,25095,V1,CUFF2,green,auto,, +WS,25095,V1,DWI,green,auto,, +WS,25095,V1,REST1,green,auto,, +WS,25095,V1,REST2,green,auto,, +WS,25095,V1,T1w,green,auto,2023-02-21, +WS,25107,V1,CUFF1,green,auto,, +WS,25107,V1,CUFF2,green,auto,, +WS,25107,V1,DWI,green,auto,, +WS,25107,V1,REST1,green,auto,, +WS,25107,V1,REST2,green,auto,, +WS,25107,V1,T1w,green,auto,2023-04-10, +WS,25107,V3,DWI,green,auto,, +WS,25107,V3,REST1,green,auto,, +WS,25107,V3,T1w,green,auto,2023-06-24, +WS,25109,V1,CUFF1,green,auto,, +WS,25109,V1,CUFF2,red,auto,, +WS,25109,V1,DWI,green,auto,, +WS,25109,V1,REST1,green,auto,, +WS,25109,V1,REST2,green,auto,, +WS,25109,V1,T1w,green,auto,2023-04-10, +WS,25109,V3,CUFF1,red,psadil,2023-09-07, +WS,25109,V3,CUFF2,red,auto,, +WS,25109,V3,DWI,green,auto,, +WS,25109,V3,REST1,green,auto,, +WS,25109,V3,REST2,green,psadil,2023-09-07,uncategorized +WS,25109,V3,T1w,green,auto,2023-06-24, +WS,25110,V1,CUFF1,green,auto,, +WS,25110,V1,CUFF2,green,auto,, +WS,25110,V1,DWI,green,auto,, +WS,25110,V1,REST1,green,psadil,2023-09-07,uncategorized +WS,25110,V1,REST2,green,auto,, +WS,25110,V1,T1w,green,psadil,2023-09-07,postprocessing +WS,25134,V1,DWI,green,auto,, +WS,25134,V1,REST1,green,auto,, +WS,25134,V1,T1w,yellow,auto,2023-05-30, +WS,25134,V3,DWI,green,auto,, +WS,25134,V3,REST1,green,auto,, +WS,25134,V3,T1w,green,auto,2023-08-22, +WS,25136,V1,DWI,green,auto,, +WS,25136,V1,REST1,green,auto,, +WS,25136,V1,T1w,green,auto,2023-06-08, +WS,25136,V3,DWI,green,auto,, +WS,25136,V3,REST1,green,auto,, +WS,25136,V3,T1w,yellow,auto,2023-09-15, +WS,25139,V1,DWI,green,auto,, +WS,25139,V1,REST1,green,auto,, +WS,25139,V1,T1w,green,auto,2023-06-08, +WS,25139,V3,DWI,green,auto,, +WS,25139,V3,REST1,green,auto,, +WS,25139,V3,T1w,green,auto,2023-09-09, +WS,25147,V1,DWI,green,auto,, +WS,25147,V1,REST1,green,auto,, +WS,25147,V1,T1w,yellow,auto,2023-07-25, +WS,25147,V3,DWI,green,auto,, +WS,25147,V3,REST1,green,auto,, +WS,25147,V3,T1w,yellow,auto,2023-11-09, +WS,25152,V1,CUFF1,green,auto,, +WS,25152,V1,CUFF2,green,auto,, +WS,25152,V1,DWI,green,auto,, +WS,25152,V1,REST1,green,psadil,2023-12-08,em-perturbation +WS,25152,V1,REST2,green,auto,, +WS,25152,V1,T1w,green,auto,2023-06-29, +WS,25152,V3,CUFF1,green,auto,, +WS,25152,V3,CUFF2,green,auto,, +WS,25152,V3,DWI,green,auto,, +WS,25152,V3,REST1,green,auto,, +WS,25152,V3,REST2,green,auto,, +WS,25152,V3,T1w,green,auto,2023-09-22, +WS,25199,V1,CUFF1,green,auto,, +WS,25199,V1,CUFF2,green,auto,, +WS,25199,V1,DWI,green,auto,, +WS,25199,V1,REST1,green,auto,, +WS,25199,V1,REST2,green,auto,, +WS,25199,V1,T1w,green,auto,2023-10-27, +WS,25199,V3,CUFF1,green,auto,, +WS,25199,V3,CUFF2,green,auto,, +WS,25199,V3,DWI,green,auto,, +WS,25199,V3,REST1,green,auto,, +WS,25199,V3,REST2,green,auto,, +WS,25199,V3,T1w,green,auto,2024-03-04, +WS,25200,V1,CUFF1,green,auto,, +WS,25200,V1,CUFF2,green,auto,, +WS,25200,V1,DWI,green,auto,, +WS,25200,V1,REST1,green,auto,, +WS,25200,V1,REST2,green,auto,, +WS,25200,V1,T1w,green,auto,2023-11-18, +WS,25200,V3,CUFF1,green,auto,, +WS,25200,V3,CUFF2,green,auto,, +WS,25200,V3,DWI,green,auto,, +WS,25200,V3,REST1,green,auto,, +WS,25200,V3,REST2,green,auto,, +WS,25200,V3,T1w,green,auto,2024-03-06, +WS,25203,V1,DWI,green,auto,, +WS,25203,V1,REST1,yellow,auto,, +WS,25203,V1,T1w,yellow,auto,2023-11-07, +WS,25213,V1,DWI,green,auto,, +WS,25213,V1,REST1,green,auto,, +WS,25213,V1,T1w,green,auto,2023-12-08, +WS,25214,V1,DWI,green,auto,, +WS,25214,V1,REST1,green,auto,, +WS,25214,V1,T1w,green,auto,2023-11-15, +WS,25214,V3,DWI,green,auto,, +WS,25214,V3,REST1,green,auto,, +WS,25214,V3,T1w,green,auto,2024-03-04, +WS,25217,V1,CUFF1,green,auto,, +WS,25217,V1,CUFF2,green,auto,, +WS,25217,V1,DWI,green,auto,, +WS,25217,V1,REST1,green,auto,, +WS,25217,V1,REST2,green,auto,, +WS,25217,V1,T1w,green,auto,2024-01-14, +WS,25221,V1,CUFF1,green,auto,, +WS,25221,V1,CUFF2,green,auto,, +WS,25221,V1,DWI,green,auto,, +WS,25221,V1,REST1,green,auto,, +WS,25221,V1,REST2,green,auto,, +WS,25221,V1,T1w,yellow,auto,2023-12-10, +WS,25221,V3,CUFF1,red,auto,, +WS,25221,V3,CUFF2,yellow,auto,, +WS,25221,V3,DWI,green,auto,, +WS,25221,V3,REST1,yellow,auto,, +WS,25221,V3,REST2,red,auto,, +WS,25221,V3,T1w,green,auto,2024-03-29, +WS,25222,V1,DWI,green,auto,, +WS,25222,V1,REST1,green,auto,, +WS,25222,V1,T1w,green,auto,2024-02-28, +WS,25222,V3,DWI,green,auto,, +WS,25222,V3,REST1,green,auto,, +WS,25222,V3,T1w,green,technologist,, +WS,25225,V1,CUFF1,green,auto,, +WS,25225,V1,CUFF2,green,auto,, +WS,25225,V1,DWI,green,auto,, +WS,25225,V1,REST1,green,auto,, +WS,25225,V1,REST2,green,auto,, +WS,25225,V1,T1w,green,auto,2023-12-17, +WS,25225,V3,CUFF1,green,auto,, +WS,25225,V3,CUFF2,green,auto,, +WS,25225,V3,DWI,green,auto,, +WS,25225,V3,REST1,green,auto,, +WS,25225,V3,REST2,green,auto,, +WS,25225,V3,T1w,green,auto,2024-03-14, +WS,25265,V1,CUFF1,green,auto,, +WS,25265,V1,CUFF2,green,auto,, +WS,25265,V1,DWI,green,auto,, +WS,25265,V1,REST1,green,auto,, +WS,25265,V1,REST2,green,auto,, +WS,25265,V1,T1w,green,auto,2024-01-26, +WS,25271,V1,CUFF1,green,auto,, +WS,25271,V1,CUFF2,green,auto,, +WS,25271,V1,DWI,green,auto,, +WS,25271,V1,REST1,green,auto,, +WS,25271,V1,REST2,green,auto,, +WS,25271,V1,T1w,green,auto,2024-02-27, +WS,25272,V1,DWI,green,auto,, +WS,25272,V1,REST1,green,auto,, +WS,25272,V1,T1w,yellow,auto,2024-02-27, +WS,25273,V1,CUFF1,green,auto,, +WS,25273,V1,CUFF2,green,auto,, +WS,25273,V1,DWI,green,auto,, +WS,25273,V1,REST1,green,auto,, +WS,25273,V1,REST2,green,auto,, +WS,25273,V1,T1w,green,auto,2024-03-04, +WS,25277,V1,CUFF1,green,auto,, +WS,25277,V1,CUFF2,green,auto,, +WS,25277,V1,DWI,green,auto,, +WS,25277,V1,REST1,green,auto,, +WS,25277,V1,REST2,green,auto,, +WS,25277,V1,T1w,green,auto,2024-02-27, +WS,25285,V1,DWI,green,auto,, +WS,25285,V1,REST1,green,auto,, +WS,25285,V1,REST2,red,auto,, +WS,25285,V1,T1w,green,auto,2024-03-13, diff --git a/src/data/subjects/subjects-1-latest.json b/src/data/subjects/subjects-1-latest.json index d0048a5..2e0f270 100644 --- a/src/data/subjects/subjects-1-latest.json +++ b/src/data/subjects/subjects-1-latest.json @@ -1 +1 @@ -{"30001":{"redcap_data_access_group":"rush_university_me","main_record_id":"10014","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-13","screening_age":"45","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient contacted us and was consented in person. ","obtain_date":"2021-04-13","date_and_time":"2021-04-13 13:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-06","sp_v1_preop_date":"2021-05-04","sp_v2_6wk_date":"2021-06-17","sp_v3_3mo_date":"2021-08-06","age":"45","sex":"N/A","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-04 10:42:22","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participants cuff pressure is lower than the standard pressure. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-12 08:31:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline visit occurred 2 days prior to surgery date (outside protocol timeline)","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30002":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"73","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Doesn't want to come back downtown if he didn't have to.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30003":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"54","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not want to drive to city more than needed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30004":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"82","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30005":{"redcap_data_access_group":"rush_university_me","main_record_id":"10056","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-21","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is on their way to Midwest Ortho for their pre op visit. I will meet them to go over and sign consent. \r\nUnable to get consent in person. Will reach out to them on 06/21/2021.","obtain_date":"2021-06-21","date_and_time":"2021-06-21 13:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-16","sp_v1_preop_date":"2021-07-06","sp_v2_6wk_date":"2021-08-27","sp_v3_3mo_date":"2021-10-16","age":"72","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30006":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"73","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI and she does not want to experience any more pain than what she is already in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30008":{"redcap_data_access_group":"rush_university_me","main_record_id":"10001","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-03-19","screening_age":"68","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will call patient on Monday to consent\r\n","obtain_date":"2021-03-23","date_and_time":"2021-03-23 11:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-30","sp_v1_preop_date":"2021-03-26","sp_v2_6wk_date":"2021-06-11","sp_v3_3mo_date":"2021-07-30","age":"68","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-27 15:26:13","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant did not complete MRI.","erep_protdev_caplan":"MRI not done. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-27 15:27:13","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to collect blood at baseline. ","erep_protdev_caplan":"Will collect blood Day of surgery.","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-04-27 16:06:08","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant did not come in at baseline visit window. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-05-20 10:26:23","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant's blood was not collected within time frame window.","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30009":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30010":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-27","screening_age":"78","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Left message for patient","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30011":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2nd knee- called 8/25 for second knee and emailed consent. Pt declined to participate 8/30 for no specific reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30012":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance to rush and time it would take to get there","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30013":{"redcap_data_access_group":"rush_university_me","main_record_id":"10007","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-03-19","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-03-26","date_and_time":"2021-03-26 08:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-15","sp_v1_preop_date":"2021-04-05","sp_v2_6wk_date":"2021-05-27","sp_v3_3mo_date":"2021-07-15","age":"63","sex":"N/A","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-15 08:59:43","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"re-consented to study the day of surgery, unable to complete functional testing.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-15 09:01:04","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"unable to complete QST, re-consented to study day of surgery","erep_protdev_caplan":"","erep_rel_covid19":""},"3":{"erep_local_dtime":"2021-04-15 09:02:55","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"imaging not complete, re-consented to study day of surgery","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-04-15 09:05:43","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"collected blood day of surgery","erep_protdev_caplan":"","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2021-05-04 10:49:35","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was here for their 3 week follow up visit so we obtained blood at this time for her so she did not have to make additional trips.","erep_protdev_caplan":"","erep_rel_covid19":"1"},"6":{"erep_local_dtime":"2021-05-04 10:51:57","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to obtain lavender top due to patients clotting factor. We did the the Paxgene.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"7":{"erep_local_dtime":"2021-09-08 08:48:16","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3 month visit outside of protocol range. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"8":{"erep_local_dtime":"2023-06-08 14:00:53","erep_ae_date":"2021-09-07","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2021-09-07 00:00","erep_resolution_date":"2021-09-07 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient panicked as she was going into MRI machine. Asked to be removed. ","erep_action_taken":"Patient continued with other study activities but will not be doing MRI. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30017":{"redcap_data_access_group":"rush_university_me","main_record_id":"10004","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-03-24","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"I consented her on 3/24/2021. ","obtain_date":"2021-03-24","date_and_time":"2021-03-24 14:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2021-11-23","sp_v3_3mo_date":"2022-01-12","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-19 11:25:42","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"She could not use the MRI scan because she had biopsy markers.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-01-28 10:31:36","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt day outside of protocol window for 3 mos. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-06-24 12:21:39","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete survey set after multiple calls. ","erep_protdev_caplan":"N/A, participant continues participation","erep_rel_covid19":"0"}}},"30018":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"\"too extensive\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30014":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"60","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Extremely claustrophobic in MRI, states that the daily surveys about her pain will cause her to dwell more on the pain","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30015":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-25","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She was initially interested but when I contacted her again she said no because her husband is handicapped and she needs to take care of him, she believes that this study will be too time consuming. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30016":{"redcap_data_access_group":"rush_university_me","main_record_id":"10009","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-04-01","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"She is coming in for her baseline visit on 4/05/2021 at 11:30 AM.","obtain_date":"2021-04-01","date_and_time":"2021-04-02 08:12","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2021-05-21","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-06 16:05:06","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"She said that the MRI was uncomfortable and too loud. She could not stay in it for too long and therefore she was unable to complete the scan. She was only able to complete the T1 scan. ","erep_protdev_caplan":"Since pt was unable to complete MRI at baseline, she will not do 3 month scan. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-06 16:22:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"She could not do the 10 meter walk test. She said that her knee locked up and that she could not walk. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-04-06 16:33:26","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"She could not complete the 5 times sit-to-stand test because she said that her knee will lock up if she does. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2023-06-08 15:26:17","erep_ae_date":"2021-04-05","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2021-04-05 00:00","erep_resolution_date":"2021-04-05 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt states that the MRI was uncomfortable and too loud. She requested to be taken out after the T1 scan. ","erep_action_taken":"Pt will not do 3 month MRI.","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30019":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-14","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she works for the Chicago Public Schools District (CPS) and she is very busy with work, and will not have time to be a part of the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30020":{"redcap_data_access_group":"rush_university_me","main_record_id":"10002","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-03-18","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Recontact 3/22- determine if would like to econsent or meet in person 3/23. ","obtain_date":"2021-03-23","date_and_time":"2021-03-23 12:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-03-24","ewprimaryreason":"1","ewdisreasons":"1|5","ewpireason":"N/A","ewcomments":"After additional consideration participant was overwhelmed by the time required by the study visits as well as the distance from Rush. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-02 07:40:27","erep_ae_date":"","erep_visit_inv":"","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":""}}},"30021":{"redcap_data_access_group":"rush_university_me","main_record_id":"10006","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-03-18","screening_age":"55","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Wants to double check with wife about study. Plan to call back Monday 3/22. Also, verify demographic info during call back. Met in person to consent. ","obtain_date":"2021-03-25","date_and_time":"2021-03-25 15:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-06","sp_v1_preop_date":"2021-04-20","sp_v2_6wk_date":"2021-06-17","sp_v3_3mo_date":"2021-08-06","age":"55","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-20 16:05:02","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt unable to tolerate MRI. Stated felt like a \"sausage\" and was very uncomfortable. ","erep_protdev_caplan":"Pt will not complete MRI visit. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-27 12:43:16","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"blood sample not placed in freezer within 30 minutes of collection","erep_protdev_caplan":"get blood back to research lab faster after draw is completed","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-05-27 12:49:13","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"6 week blood draw outside of protocol window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2022-06-17 08:18:48","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt surveys completed outside of timeline by a few days.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2023-06-08 13:51:50","erep_ae_date":"2021-04-20","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-04-20 00:00","erep_resolution_date":"2021-04-20 00:02","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient stated that they felt very uncomfortable while in the MRI machine, complaining that it was too tight for them. Asked to be taken out of the machine. ","erep_action_taken":"Patient continued to participate in the rest of the study activities but missed both baseline and 3 month MRI scans. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30022":{"redcap_data_access_group":"rush_university_me","main_record_id":"10003","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-03-23","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-03-23","date_and_time":"2021-03-23 13:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-21","sp_v1_preop_date":"2021-03-29","sp_v2_6wk_date":"2021-06-02","sp_v3_3mo_date":"2021-07-21","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-03-30 07:45:17","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Participant will continue participation. Participant spoke with clinical nurse in order to establish safety of using cuff. Staff decided to utilize cuff at lower than standard pressure according to protocol.","erep_outcome":"Participant tolerated MRI well. ","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant rated pain moderate at cuff pressure 80mmHg. Staff decided not to do standard pressure of 120mmHg and therefore did not complete standard scan. ","erep_protdev_caplan":"Skip standard 120 mmHg cuff pressure scan. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-27 12:49:41","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"6 wk blood draw occurred outside of protocol window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30023":{"redcap_data_access_group":"rush_university_me","main_record_id":"10005","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-03-23","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Call back for possible consent. Email consent to participant. Called back for consent 3/25.","obtain_date":"2021-03-25","date_and_time":"2021-03-25 13:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-16","sp_v1_preop_date":"2021-04-06","sp_v2_6wk_date":"2021-05-28","sp_v3_3mo_date":"2021-07-16","age":"58","sex":"1","genident":"1","ethnic":"3","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-06 15:43:16","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant was unable to complete MRI scan due to symptoms of PTSD. Participant stated he was brought back to a time when he was in the military in a short space getting shot at. ","erep_protdev_caplan":"Participant should not complete 3 mos. MRI. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-15 15:10:24","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant unable to come in 2 weeks prior to procedure. Participant came in 10 days prior to procedure opposed to 14 days. ","erep_protdev_caplan":"Completed baseline study visit as planned. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-05-11 09:15:13","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Took blood prior to 6 wk visit timeline in protocol. Around 3 weeks. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-07-19 08:03:15","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt unable to tolerate MRI","erep_protdev_caplan":"","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2023-06-08 13:33:46","erep_ae_date":"2021-04-06","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-04-06 00:00","erep_resolution_date":"2021-04-06 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient panicked while in the MRI machine. Had to be removed after first scan. ","erep_action_taken":"Patient chose to continue with the other parts of the study, but was unable to complete the MRI for baseline and 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30024":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-29","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she has a lot of stuff going on like work and she is not going to have time to participate in a research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30025":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-24","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"\"would be a huge time drain for me\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30026":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"60","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"Runs a business and the compensation offered does not make sense for him to miss work for the research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30027":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-25","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"When I spoked to her over the phone she just interrupted me and said that she does not have the time and that she is not interested and that we should not call her back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30028":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-02","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She has an issue with being in the MRI scanner. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30029":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-26","screening_age":"63","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30030":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-26","screening_age":"72","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Stated the time in rush hour, being poked and prodded does not sound appealing. Offered her transportation and declined. Very pleasant to speak with. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30031":{"redcap_data_access_group":"rush_university_me","main_record_id":"10008","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-03-26","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-03-29","date_and_time":"2021-03-29 11:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-12","sp_v1_preop_date":"2021-04-02","sp_v2_6wk_date":"2021-05-24","sp_v3_3mo_date":"2021-07-12","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-06 15:59:47","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Subject was unable to perform 120 mmHg cuff scan because her moderate pain threshold capped out at 90 mmHg","erep_protdev_caplan":"Patient could only tolerate 90 mmHg cuff. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-27 12:50:22","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"6 wk blood draw occurred outside of protocol window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30032":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-29","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30033":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 4/1 with call back info. Will call back 4/2 if do not hear from him 4/1. Spoke to woman on home phone and left call back information. Informed would also call again on Monday 4/5. Spoke with pt 4/5. Does not want to participate due to location and fear of being shot at. Would participate if study visits were at Oak Brook location. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30034":{"redcap_data_access_group":"rush_university_me","main_record_id":"10012","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-01","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt. Is interested in learning more. Emailed consent form. Verified DOB: (05/05/67). Must go over eligibility screening during prior to consent. 4/5-did not have a chance to look over consent form. Asked to give call back and see if he had a chance by then, had \"to run\" because he was at work. Will call back 4/6/2021. On 4/7 Pt stated he is interested in study. Could not sign consent/ speak about study more in depth due to work which he states is \"hectic\". RA will call on his day off 4/9 at 1:30pm. Also gave 4/16 as a possible date for research visit. ","obtain_date":"2021-04-09","date_and_time":"2021-04-09 15:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-23","sp_v1_preop_date":"2021-04-16","sp_v2_6wk_date":"2021-06-04","sp_v3_3mo_date":"2021-07-23","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-23 07:20:43","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline visit took place 1 day prior to surgery due to difficulties scheduling and participants busy work schedule. ","erep_protdev_caplan":"Participant completed what they were able for this visit. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-23 07:21:55","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant unable to have MRI due to scheduling visit day of coming in. ","erep_protdev_caplan":"Participant did not complete MRI. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-07-23 13:41:56","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt did not have MRI","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30035":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30037":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not do well in MRIs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30038":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she has a lot going on and she does not have the time for research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30040":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 4/1. Pt called back. Pt sounded very hesitant on the phone. Requested a call back 4/6 or 4/7. Offered to email consent, subject sounded hesitant. Will call back 4/7 to go over more details. Called pt back on 4/7 and lvm. Informed to call back if interested in learning more about study or if would like more information sent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30041":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-05","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She said I will pass.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30036":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He said that Rush is very far away from his house. He lives in Indiana. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30039":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-07","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He said that he is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30042":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Her mother recently passed away. She notes there are many arrangements she needs to make prior and following the funeral and she is trying to fit everything in before her knee surgery. She states she would want to participate otherwise. Gave A2CPS.org if she wants to learn more and informed she has my phone number should she change her mind. Very pleasant to speak with. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30043":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-02","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"I left him a voicemail. \r\nPt does not speak english. Removed from call list.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30044":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"left vm x3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30045":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/1/21: lvm\r\n\r\n5/12/23: sent consent but was unable to fully explain study otp. will check back in w him in a week or two\r\n5/22/23: still needs to read consent\r\n6/12/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30046":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with pt. He was not interested in participating. Stated he was asked about research with his shoulder replacements, but prefers not to be involved. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30047":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She lives very far away and does not want to travel back and forth, it will take too much time out of her day. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30048":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"He does not want to be in a closed MRI scan. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30049":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt plans on second TKA within 3 months of first","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30051":{"redcap_data_access_group":"rush_university_me","main_record_id":"10011","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-01","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt had questions regarding HIPPA and who his information would be shared with. Emailed consent form so he has more details about his privacy and the study and informed to email back if not interested, otherwise will call to determine interest prior to teaching visit (4/7). May meet with pt at teaching visit to consent if still interested. ","obtain_date":"2021-04-06","date_and_time":"2021-04-06 13:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-19","sp_v1_preop_date":"2021-04-07","sp_v2_6wk_date":"2021-05-31","sp_v3_3mo_date":"2021-07-19","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-07 15:56:55","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"blood draw unsuccessful after 2 sticks","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-11 09:03:06","erep_ae_date":"2021-05-06","erep_visit_inv":"6","erep_ae_yn":"1","erep_onset_date":"2021-05-06 12:00","erep_resolution_date":"2021-05-14 00:00","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Subject fell May 6 that resulted in a full-thickness tear of the quadriceps tendon confirmed by MRI on 5/10/2021. To undergo procedure for repair on 5/14/2021.","erep_action_taken":"Pt will continue in study as approved by patient physician and patient.","erep_outcome":"Patient had surgical repair to quadricep tendon on 5/14/2021 and is healing well patient stated he is feeling much better and will continue on the plan as his leg heals.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-05-11 09:07:30","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Blood draw outside of window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-07-30 10:04:36","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"subject unable to complete 5 times sit-to-stand and 10-meter walking test due to injury","erep_protdev_caplan":"","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2021-07-30 10:06:10","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Unable to complete temporal summation and PPT due to injury ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30052":{"redcap_data_access_group":"rush_university_me","main_record_id":"10010","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-02","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-04-02","date_and_time":"2021-04-02 10:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-23","sp_v1_preop_date":"2021-04-15","sp_v2_6wk_date":"2021-06-04","sp_v3_3mo_date":"2021-07-23","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-17 15:06:04","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant's baseline visit was not within the protocol window. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30053":{"redcap_data_access_group":"rush_university_me","main_record_id":"10015","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-02","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with daughter on 4/2. She gave alternate number of 312 593 8938 to reach participant. February 19th was first replacement knee and second is scheduled on May 19th. Daughter was also on the phone. Pt answered questions, but daughter also assisted with dates of procedures. Informed that questionnaires are all in English and asked if this were an issue. Spoke with pt 4/6 to answer her questions. Informed her there is no direct benefit for her. Her images/blood/data would not be provided to her for any treatment purpose and the doctors reviewing the information are not the same as physicians she would see for treatment. Pt states she is still interested and will finish reading the consent. RA will call 4/8 around 2-3 to consent if interested. ","obtain_date":"2021-04-13","date_and_time":"2021-04-13 14:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-19","sp_v1_preop_date":"2021-04-21","sp_v2_6wk_date":"2021-06-30","sp_v3_3mo_date":"2021-08-19","age":"65","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-22 07:35:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant unable to complete standard cuff scan due to moderate pain reported at 115mmHg.","erep_protdev_caplan":"Standard cuff pressure scan not completed. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-22 07:45:12","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Neuropen remote site testing not saved.","erep_protdev_caplan":"In the future review what was saved after saving. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-10 14:44:25","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood draw outside of visit timeline~ 3wks","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-07-12 14:55:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit outside of 3 mos timeline due to pt moving out of country. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30054":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-07","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt stated did not want to participate due to the MRI, time to complete research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30055":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-07","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states she does not want to come in downtown. She would consider it if the study took place at Rush Oakbrook.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30056":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-07","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to commit to in-person study visits at Midwest Ortho","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30057":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-09","screening_age":"72","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that it is too much for her, just underwent 12 rounds of radiation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30058":{"redcap_data_access_group":"rush_university_me","main_record_id":"10013","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-08","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-04-12","date_and_time":"2021-04-12 10:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-13","sp_v1_preop_date":"2021-04-20","sp_v2_6wk_date":"2021-06-24","sp_v3_3mo_date":"2021-08-13","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-20 12:50:22","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Subject could not tolerate neuropen at medial knee site. Only the first poke was scored.","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-20 12:52:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient could not tolerate cuff pressure greater than 60 mmHg. The standard pressure of 120 mmHg MRI scan was not performed.","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30059":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-09","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that there is too much required of her but was grateful that she was considered. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30060":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-09","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient asked me to send him a copy of the consent and states he will call me when he has time and if he is interested. He asked that I not contact him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30061":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she will call me back if she is interested. She asked me not to call her back. That was 9 days ago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30065":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-14","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 4/15. RA emailed consent form and will follow up on Monday 4/19. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30066":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-19","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"He did not pick up so I left him a voicemail. I already contacted him three times. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30067":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-15","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt daughter answered. Stated she handled father's medical needs. She stated her father speaks broken English and may need assistance reading English. Gave call back number for father to call and determine if able to participate or not. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30069":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-14","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 4/14/2021. LVM 4/15/2021. Spoke to pt on 4/16. She asked if visits were downtown, RA informed they were. She declined participation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30070":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-14","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30071":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-14","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Wife declined participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30072":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient requested a copy of consent to look over. Requested that we contact her on 04/19/2021 to see if she is interested in participating. 4/19 call pt states she is unable to do the MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30073":{"redcap_data_access_group":"rush_university_me","main_record_id":"10016","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-16","screening_age":"59","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-04-16","date_and_time":"2021-04-16 11:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-23","sp_v1_preop_date":"2021-04-19","sp_v2_6wk_date":"2021-06-04","sp_v3_3mo_date":"2021-07-23","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-19 09:22:37","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to get blood. ","erep_protdev_caplan":"Will get blood day of surgery. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-19 09:25:35","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Date of visit less than 2 weeks from surgery.","erep_protdev_caplan":"Continue with planned visit.","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-04-19 09:27:48","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"Unable to complete sit to stand.","erep_protdev_caplan":"Participant completed one rep, and stated she was unable to continue. ","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-04-19 11:02:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant unable to tolerate MRI.","erep_protdev_caplan":"Participant did not complete MRI. ","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2021-05-24 15:49:18","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit timeline more than a week away from protocol 6 wk visit. Surveys completed outside of window by 3 days. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"6":{"erep_local_dtime":"2021-05-24 15:51:17","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to obtain blood after >2 sticks. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"7":{"erep_local_dtime":"2021-07-21 13:22:46","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt unable to tolerate MRI","erep_protdev_caplan":"Completed other testing","erep_rel_covid19":"0"},"8":{"erep_local_dtime":"2023-06-08 15:46:12","erep_ae_date":"2021-04-23","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-04-23 00:00","erep_resolution_date":"2021-04-23 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt could not tolerate being in the MRI and requested to come out. ","erep_action_taken":"Pt will not be doing MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30074":{"redcap_data_access_group":"rush_university_me","main_record_id":"10761","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-20","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/20/23:sent consent form\r\n7/26/23:lvm","obtain_date":"2023-07-26","date_and_time":"2023-07-26 11:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-14","sp_v1_preop_date":"2023-08-10","sp_v2_6wk_date":"2023-09-25","sp_v3_3mo_date":"2023-11-14","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30064":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she previously got hurt in a research study so she is afraid that she will get hurt again. I explained the risks to her but she was still very worried and said no. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30075":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Wanted to learn more about the study. Emailed consent form. 4/19 she stated difficult to find time in schedule. 4/20 stated not interested in study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30076":{"redcap_data_access_group":"rush_university_me","main_record_id":"10018","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-16","screening_age":"69","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ pt, emailed consent form for more info. Confirm eligibility info during callback 4/19. Is interested in participating. ","obtain_date":"2021-04-22","date_and_time":"2021-04-22 12:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-27","sp_v1_preop_date":"2021-05-04","sp_v2_6wk_date":"2021-07-08","sp_v3_3mo_date":"2021-08-27","age":"69","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-04 14:01:02","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"RA informed pt he was cleared for MRI on 4/30. Day of visit pt states VA told him he was unable to have MRI due to steel in leg and he will not have MRI. ","erep_protdev_caplan":"MRI not completed. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-21 14:22:09","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood collected at 3 weeks 4 days. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30077":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-20","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She did not pick up after trying to call several times.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30078":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke with daughter 4/16 stated there would be a language barrier and she would likely be uncomfortable. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30079":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"I send him an email on 4/28/2021. I have called him multiple times but he has not returned any calls. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30080":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She can't participate because she is working and doesn't have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30081":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt states she had a bad experience with her first knee replaced and is unsure if she will have her second with the same physician. She states she is interested in the study and should she choose to delay her procedure she would be interested. RA mailed consent form as requested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30082":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"She did not pick up, I left her a voicemail. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30083":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke with pt. Not interested in learning more about research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30084":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Did not wish to learn more about any study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30085":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that he lives too far and also does not have the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30086":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 4/16/2021. LVM 4/19/2021. Had a kidney transplant and is involved in another study at Northwestern.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30087":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is Spanish speaking and states that she does not speak English. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30088":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"I send her the consent form but I was never able to get a hold of her after that, I called her a couple of times and left her a voicemail. Her surgery is tomorrow. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30089":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 4/16/2021. Spoke on 4/19. Pt cares for grandson and does not have the time to come in for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30090":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She said that she is not interested in the study because she does not feel comfortable with some of the statements that were in the consent form. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30091":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient states she is just not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30092":{"redcap_data_access_group":"rush_university_me","main_record_id":"10021","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-04-16","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 4/16/2021. Emailed consent 4/19. ","obtain_date":"2021-04-26","date_and_time":"2021-04-26 11:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-11-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Pt cancelled sx and did not reschedule. ","sp_data_site":"N/A"},"30093":{"redcap_data_access_group":"rush_university_me","main_record_id":"10019","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-04-23","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-04-23","date_and_time":"2021-04-23 10:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-05-26","ewprimaryreason":"1","ewdisreasons":"5|1","ewpireason":"N/A","ewcomments":"Patient states that her circumstances have changed and she is feeling very overwhelmed and asked to withdraw her consent. ","sp_data_site":"N/A"},"30094":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Emailed consent. Will call back 4/19 afternoon. Pt LVM stating is not interested in participating 4/20/2021.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30095":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient really doesn't want to have to come in and does not like needles or MRIs. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30096":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 4/16/2021. LVM 4/20/2021. LVM 6/15/2021.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30097":{"redcap_data_access_group":"rush_university_me","main_record_id":"10017","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-16","screening_age":"56","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-04-16","date_and_time":"2021-04-16 15:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-03","sp_v1_preop_date":"2021-04-20","sp_v2_6wk_date":"2021-06-14","sp_v3_3mo_date":"2021-08-03","age":"56","sex":"N/A","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-27 15:43:34","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt came in for blood draw at 3 weeks post surgery.","erep_protdev_caplan":"Collected blood, pt will complete survey set closer to 6 wks. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-08 15:54:00","erep_ae_date":"2021-08-02","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2021-08-02 00:00","erep_resolution_date":"2021-08-02 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt could not tolerate being inside the scanner and requested to be removed from the machine. ","erep_action_taken":"Pt will continue with the rest of the study tests and surveys. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30098":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"She can't speak English.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30100":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she is not interested in any research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30101":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Reached out to patient multiple times and never received a call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30102":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-20","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent an email stating that she's not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30103":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she is 80 years old and doesn't want to participate in such a thing. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30104":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he is just not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30105":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-21","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of consent. She states she might be postponing her surgery. \r\nLeft multiple messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30106":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She is moving to Arizona and will not have time to participate in our study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30107":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"He said that he is not interested in research, ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30108":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Out of town a lot and does not have time to complete study visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30109":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact regarding study. (spoke briefly and stated to call back, left 3 VM's.)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30110":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 4/21/2021. Spoke with 4/21/2021. Too much due to watching grandchildren, is already in pain and overall would be too much for her to do in a day. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30111":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He can't participate because he is opening a restaurant soon and is not going to have time to do anything else. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30112":{"redcap_data_access_group":"rush_university_me","main_record_id":"10032","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-21","screening_age":"66","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke on 4/21. Expressed interest, but wants to read more about study. RA will call back 4/26. Spoke 5/11 and still interested. Gave detailed consent information 5/12. Pt unable to sign at this time, will call back tomorrow for MRI info, and study visit dates. ","obtain_date":"2021-05-13","date_and_time":"2021-05-13 12:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-09","sp_v1_preop_date":"2021-05-27","sp_v2_6wk_date":"2021-07-21","sp_v3_3mo_date":"2021-09-09","age":"66","sex":"1","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-27 13:48:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt unable to complete MRI past custom pressure scan. ","erep_protdev_caplan":"Pt taken out of scanner prior to completion of scans. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-27 13:49:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline visit outside of visit window (13 days prior to sx)","erep_protdev_caplan":"Visit completed outside of window. ","erep_rel_covid19":"0"}}},"30113":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke w/ 4/21. Stated was \"not interested in research at all\".","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30114":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she does not want to participate in this study because she does not believe that she can commit to be in the study for a whole year. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30115":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she has an issue with walking and she does not want to come down to Rush.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30116":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated it was \"too much\"-4/26/2021. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30117":{"redcap_data_access_group":"rush_university_me","main_record_id":"10020","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-22","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-04-26","date_and_time":"2021-04-26 09:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-05","sp_v1_preop_date":"2021-04-30","sp_v2_6wk_date":"2021-06-16","sp_v3_3mo_date":"2021-08-05","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-30 14:41:18","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participants customized pressure was under the standard pressure. Did not complete standard pressure. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-30 14:43:35","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Study visit happened outside of protocol guideline. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-04-30 14:53:34","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to get blood on day of study visit. Will get on day of surgery. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-05-24 15:52:08","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"6 wk blood draw out of protocol window.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30118":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-05","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30119":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"50","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 4/22/2021. LVM 4/26. LVM 4/29. Unable to contact pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30120":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-30","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She never got back to me and her surgery date passed. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30121":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The time commitment due to work and having to come downtown would be a lot for pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30122":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He said that he is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30124":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm 4/22 and 4/26. Spoke on 5/11. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30125":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-23","screening_age":"56","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she lives too far and because of work does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30126":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-23","screening_age":"50","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30127":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-04","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He said that he is not interested without giving a specific reason. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30128":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-07","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"He said that he is not interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30129":{"redcap_data_access_group":"rush_university_me","main_record_id":"10022","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-27","screening_age":"51","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"I consented him on 4/27/2021.","obtain_date":"2021-04-27","date_and_time":"2021-04-27 10:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-07","sp_v1_preop_date":"2021-04-14","sp_v2_6wk_date":"2021-06-18","sp_v3_3mo_date":"2021-08-07","age":"51","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-03 14:47:55","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"He was unable to do the MRI scan because he has PTSD.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-28 13:17:40","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"We drew his blood before the 6 weeks post op mark. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-10 11:33:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30000":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-14","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she doesn't have time and she believes that this study is too big of a commitment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30130":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30123":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-04","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"She said that she is very busy right now with doctor appointments and that she is also going on a vacation and would not have time to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30131":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-26","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 4/26/2021. Spoke 4/27 and emailed consent. LVM 4/28. Unable to contact to contact after emailing consent. LVM 8/18 for 2nd knee replacement. LVM 8/27.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30132":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-26","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt states she has other pain, sciatica, and lung issues. If she did not have these other medical problems she may participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30134":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-05","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"After multiple phone calls, patient never returned our call. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30135":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-26","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not want to have to come in to the city because it is too long of a drive for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30136":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-26","screening_age":"47","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent an email stating that she is not interested in participating in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30137":{"redcap_data_access_group":"rush_university_me","main_record_id":"10023","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-29","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left message for patient. ","obtain_date":"2021-04-29","date_and_time":"2021-04-29 10:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-16","sp_v1_preop_date":"2021-05-18","sp_v2_6wk_date":"2021-07-28","sp_v3_3mo_date":"2021-09-16","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-30 09:10:27","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's blood draw was taken outside of protocol range. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30138":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-26","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 4/26/2021. LVM 4/30/2021. Spoke 5/10. Is interested in research unsure if she can come in for study visit prior to sx. Emailed decline 5/10.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30139":{"redcap_data_access_group":"rush_university_me","main_record_id":"10026","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-04-26","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ pt on 5/6. Is interested in study. Emailed consent form. LVM 5/6. ","obtain_date":"2021-05-06","date_and_time":"2021-05-06 10:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-09","sp_v1_preop_date":"2021-05-21","sp_v2_6wk_date":"2021-07-21","sp_v3_3mo_date":"2021-09-09","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-25 15:30:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt moderate pressure below standard cuff pressure. ","erep_protdev_caplan":"Did not complete standard pressure scan.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-07-27 14:37:03","erep_ae_date":"2021-07-27","erep_visit_inv":"3","erep_ae_yn":"1","erep_onset_date":"2021-07-08 13:31","erep_resolution_date":"2021-10-26 00:00","erep_ae_severity":"2","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"Pt states that she had a spasm in her thigh which resulted in her losing functioning in her surgery leg 7/8/2021. She states she is back to about 1 week after surgery in function. Pt also had an ulcer the following day. She went to the hospital 7/9 due to the bleeding ulcer. She states she has low hemoglobin. Pt states her survey responses will be affected. ","erep_action_taken":"Pt continues participation. ","erep_outcome":"Pt followed up on 8/17 states progress is slow. Dr. thinks muscle in quad is torn. No PT for 2 weeks. 10/26 pt states she is doing much better. Extended PT. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-10-26 10:44:18","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"1"},"4":{"erep_local_dtime":"2022-06-17 09:04:26","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt 6 wk surveys completed a few days outside of protocol window. ","erep_protdev_caplan":"Pt continues study","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2022-06-17 09:06:27","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt completed 3 months surveys outside of window. ","erep_protdev_caplan":"Pt continues study","erep_rel_covid19":"0"},"6":{"erep_local_dtime":"2022-06-23 08:25:28","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt completed 6 mos surveys about 1 week out of window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30140":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-27","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30142":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30143":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"73","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"He said that he is not interested in the research study, and that he will never do an MRI scan. He had an MRI scan before and he had a very bad experience. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30144":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"44","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 4/28. Spoke on 4/28. Expressed interest, but would like to see the consent form. Left knee done around 3/24. Multiple attempts to contact (LVM) after expressed interest. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30145":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Multiple attempts to contact. Emailed consent after pt left voice mail, unable to contact. LVM 4/28. lvm 5/7. Emailed 5/12. LVM 5/12.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30141":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He said that he is not interested. He did not give a reason and hung up the phone. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30146":{"redcap_data_access_group":"rush_university_me","main_record_id":"10027","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-28","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke 5/5. Expressed interest. RA emailed consent and will call back. Unable to speak 5/6. Will call back 5/7. ","obtain_date":"2021-05-07","date_and_time":"2021-05-07 13:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-14","sp_v1_preop_date":"2021-05-14","sp_v2_6wk_date":"2021-06-25","sp_v3_3mo_date":"2021-08-14","age":"66","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-14 09:56:53","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"Pt did not complete functional testing. Sx moved up and inadequate time to complete.","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-14 09:57:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Pt did not complete QST's. Sx moved up and inadequate time to complete. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-05-18 07:42:29","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt did not complete MRI.","erep_protdev_caplan":"Unable to complete all components of study visit due to time constraint (Sx date moved up)","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-05-18 07:43:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit date on DOS. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2021-06-02 11:57:05","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood draw done outside of six week window (19 days post sx).","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30147":{"redcap_data_access_group":"rush_university_me","main_record_id":"10024","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-28","screening_age":"39","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ pt. Is interested and would like call back after reviewing consent. LVM 4/30. Consented 5/3.","obtain_date":"2021-05-03","date_and_time":"2021-05-03 16:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-18","sp_v1_preop_date":"2021-06-02","sp_v2_6wk_date":"2021-07-30","sp_v3_3mo_date":"2021-09-18","age":"39","sex":"2","genident":"2","ethnic":"1","dem_race":"6","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-02 10:26:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt custom pressure less than standard pressure.","erep_protdev_caplan":"Pt did not complete standard pressure MRI. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-11-03 10:14:33","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt in person visit portion closer to 4 months than 3 months due to RA unable to contact pt and pt having other knee sx. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-06-17 08:58:54","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 wk blood draw outside of window.","erep_protdev_caplan":"Blood draw taken when pt came in for 2nd knee surgery.","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2022-07-14 14:08:42","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Patient had 2nd knee replaced within 3 months of the first surgery. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30148":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Phone number listed is out of service. Will try to see if there is an updated number to call and email patient as well. \r\nLeft several messages for patient on updated phone number. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30149":{"redcap_data_access_group":"rush_university_me","main_record_id":"10025","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-05-19","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"I consented her in person on 5/5/2021 at one of her appointments. She is coming in for her baseline visit on June 1, 2021. I called her on 05/19/2021 to check if she completed the questionnaires that were send to her by mail. ","obtain_date":"2021-05-05","date_and_time":"2021-05-05 12:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2021-06-24","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30150":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-29","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30151":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she will not be able to come in before her surgery date to do the baseline visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30152":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-05","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He said that he doesn't have time to participate and that he is in pain right now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30153":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-21","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"She said that she does not have time for the study, and that she is also not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30154":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-30","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM 4/30/2021-home. LVM 5/10-mobile. LVM- 6/4/2021-home. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30155":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-30","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke briefly 4/30. Best time to call back is after 3:30pm. LVM 5/3. lvm 5/5. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30156":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-30","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke 4/30. States he has appt 5/7 and is interested in study. Emailed consent. Will call back 5/3 with more information. lvm 5/3. LVM 5/5. Spoke 5/11 unable to participate, just started a new job and has time concerns. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30157":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-30","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She can't participate in the study because she is having her second knee replaced within 3 months of this first one. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30159":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30158":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Emailed consent 5/3. Lois expressed interest 5/11 and requested call back. Has disabled brother and she does not have the time to be committed to research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30160":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30161":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30162":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"He did not pick up, I left him a voicemail. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30163":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke 5/4. Would like to discuss study with niece and nephew who are physicians. Spoke with niece and nephews and does not want to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30164":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not want to come into the city and that is a dealbreaker. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30165":{"redcap_data_access_group":"rush_university_me","main_record_id":"10029","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-05-10","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"I consented her on 5/10/2021. She is coming in for her baseline visit on June 3rd at 10:00 AM.","obtain_date":"2021-05-10","date_and_time":"2021-05-10 15:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-17","sp_v1_preop_date":"2021-05-18","sp_v2_6wk_date":"2021-09-28","sp_v3_3mo_date":"2021-11-17","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2022-01-19","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt states they are unable to participate in study and have had a lot going on. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-03 14:06:17","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"We could not obtain her blood.","erep_protdev_caplan":"We will draw her blood on the day of her surgery.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-03 14:07:45","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"She could not do the 5 times Sit- to- Stand Test. She could do only one repetition. She was in too much pain.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-03 14:11:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"She could not complete the second cuff fMRI scan because her personalized cuff pressure was 90 mmHg which is below the set pressure of 120 mmHg. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30166":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She just said no right away. She did not give a reason. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30167":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has too much going on at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30168":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-07","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is having surgery next week and has no time to come in before that. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30169":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states it is too far for her and does not want to come in to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30170":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-06","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30171":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30172":{"redcap_data_access_group":"rush_university_me","main_record_id":"10028","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-07","screening_age":"62","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke 5/7. Expressed interest. RA emailed consent and will follow up.","obtain_date":"2021-05-10","date_and_time":"2021-05-10 09:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-09","sp_v1_preop_date":"2021-05-24","sp_v2_6wk_date":"2021-07-21","sp_v3_3mo_date":"2021-09-09","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-25 15:27:18","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt moderate pain rating below standard pressure cuff 120 mmhg, did not have standard pressure mri. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-30 09:13:02","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood draw 2 days outside of protocol window.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-10-11 14:53:35","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt unable to come in closer to 3 month visit due to lack of transportation (requires husband to drive for visits). Pt surveys and in person visit outside of protocol window. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30173":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-02","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She didn't pick up. I left her a voicemail. I have called her three times. I will wait for her to call me back. I do not want to call her too much. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30174":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"84","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"He can't speak English very well. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30176":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-14","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She just received my voicemails. Her surgery is tomorrow therefore, she can't participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30175":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she is not interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30177":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-07","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke w/ pt. States she hopes to not follow up downtown and does not want to make trips to Rush due to the long drive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30178":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states there is too much involved and she will decline. She states she is also claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30179":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-07","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she lives too far away from Rush and will not have time to travel. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30180":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-07","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"He can't do the MRI scan because he said that it will give him anxiety. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30181":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-19","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She never contacted me back. Her surgery date is tomorrow. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30182":{"redcap_data_access_group":"rush_university_me","main_record_id":"10030","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-12","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-05-12","date_and_time":"2021-05-12 11:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-18","sp_v1_preop_date":"2021-05-17","sp_v2_6wk_date":"2021-06-29","sp_v3_3mo_date":"2021-08-18","age":"62","sex":"1","genident":"1","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-09 13:24:16","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood draw was taken outside of protocol timeline. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30183":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30185":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-13","screening_age":"53","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left patient multiple messages with no response. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30186":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30187":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30188":{"redcap_data_access_group":"rush_university_me","main_record_id":"10031","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-05-12","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-05-12","date_and_time":"2021-05-12 12:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-07","sp_v1_preop_date":"2021-06-04","sp_v2_6wk_date":"2021-07-19","sp_v3_3mo_date":"2021-09-07","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-04 11:02:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's baseline is outside of protocol range","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-04 11:05:46","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient's cuff pressure was under the standard cuff pressure. No standard cuff was performed. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30189":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"48","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30190":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"States she has other conditions and does not want anything to be worsened.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30191":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"\"It's more than I'm willing to do\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30192":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 5/10. 5/11 states he is busy and does not have time prior to surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30184":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-19","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages for patient and have not received a call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30193":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said she is not interested right away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30194":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"New granddaughter, and has trip planned. Pt plans on having second knee replaced within 3 months similar to her sister. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30195":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"I called her, but she never picked up. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30196":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM 5/12/2021. LVM 5/18. Spoke briefly 5/26 in a meeting. Pt stated she would call back. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30197":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She does not want to come down to the hospital. She said that she doesn't have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30198":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states does not want to come in extra for in person visits (esp. blood draw). States if had follow ups in Indiana where patient has Physical therapy then she would participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30199":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He said that he is already a part of another research study so he doesn't want to participate in a second research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30200":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-17","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she is not going to have time to be a part of the research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30201":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-02","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form. She also states she would like to discuss this with her doctor as well. \r\nLeft multiple messages for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30202":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-13","screening_age":"68","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spanish speaking. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30203":{"redcap_data_access_group":"rush_university_me","main_record_id":"10033","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-05-20","screening_age":"46","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-05-20","date_and_time":"2021-05-20 11:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-28","sp_v1_preop_date":"2021-06-16","sp_v2_6wk_date":"2021-08-09","sp_v3_3mo_date":"2021-09-28","age":"46","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-16 10:22:27","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient's pressure cuff is below standard pressure. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-16 10:25:21","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's baseline visit is outside of protocol timeline. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-07-21 13:08:07","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 6 week blood draw is outside of protocol range. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30204":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-28","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she is interested in the study and requested a copy of the consent form. She wanted to go back to sleep and asked if I could call her back at a later time. \r\nLeft multiple message for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30205":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-13","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is in enough pain and does not need to be subjected to anymore. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30206":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-13","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has to travel and keep up with 5 grandkids. Does not have the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30207":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-13","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"\"that sounds like too much for me\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30208":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-18","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to tolerate MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30209":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She never picked up the phone, and her surgery date is tomorrow. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30210":{"redcap_data_access_group":"rush_university_me","main_record_id":"10035","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-19","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"I consented her on 5/19/2021. ","obtain_date":"2021-05-20","date_and_time":"2021-05-20 16:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-04","sp_v1_preop_date":"2021-05-27","sp_v2_6wk_date":"2021-07-16","sp_v3_3mo_date":"2021-09-04","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-27 14:57:53","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"She wanted us to draw her blood with a very thin needle but we did not have one.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-27 14:59:52","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"She did not do the set rate for the cuff because she was below 120mmHg pressure. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-10 11:41:20","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-07-21 13:07:23","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Attempted blood draw 6/28. Unable to draw. Pt unwilling to come in 2nd time closer to 6 weeks. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30211":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"I left him a couple of voicemails but I was never able to get in contact with him. His surgery date is tomorrow. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30212":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He does not want to travel to the city for extra appointments. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30213":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-21","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"She said that the study is too long. She also said ,that the MRI scans are too much for her to do. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30214":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-19","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Unable to LVM (full mailbox) 5/19. LVM 5/25. LVM 5/27/2021. Unable to contact pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30215":{"redcap_data_access_group":"rush_university_me","main_record_id":"10039","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-05-21","screening_age":"60","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-02","date_and_time":"2021-06-02 12:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"60","sex":"1","genident":"1","ethnic":"1","dem_race":"N/A","ewdateterm":"2021-06-08","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt LVM stating he did not have time to complete study related procedures. RA called back and LVM to determine if he was able to complete any of the study (surveys, blood draw, etc.). Pt did not call back by day of surgery. ","sp_data_site":"N/A"},"30216":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-19","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke 5/19, expressed interest. LVM 5/20. SPoke 5/26. States he will be rescheduling his sx to a later unknown date, but would be interested in participating in the study. Pt no longer interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30217":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-15","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"I contacted her but she never called me back. Her surgery date passed. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30218":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-21","screening_age":"53","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she lives too far and it would be inconvenient for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30219":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she plans on having a second knee surgery weeks after the first. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30221":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-20","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM home phone possibly- 5/20/2021. LVM 5/25. LVM 5/26. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30220":{"redcap_data_access_group":"rush_university_me","main_record_id":"10034","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-19","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed consent form. Will call to follow up regarding participation.","obtain_date":"2021-05-20","date_and_time":"2021-05-20 15:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-29","sp_v1_preop_date":"2021-06-07","sp_v2_6wk_date":"2021-08-10","sp_v3_3mo_date":"2021-09-29","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-07 15:37:07","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to draw blood day of study visit.","erep_protdev_caplan":"Will draw blood on day of surgery.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-07 15:39:05","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt custom pressure cuff lower than standard. ","erep_protdev_caplan":"Did not complete standard pressure with cuff. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-29 13:37:13","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"blood draw completed outside of window on day of surgery","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-06-29 13:37:51","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to obtain blood for EDTA tube","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30222":{"redcap_data_access_group":"rush_university_me","main_record_id":"10038","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-26","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-05-27","date_and_time":"2021-05-27 15:09","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-09","sp_v1_preop_date":"2021-06-07","sp_v2_6wk_date":"2021-07-21","sp_v3_3mo_date":"2021-09-09","age":"56","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-07 16:07:21","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's baseline visit is outside of protocol range.","erep_protdev_caplan":"N|A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-07 16:47:46","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Will get blood draw on date of surgery. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-07 17:23:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient's pressure cuff was below standard pressure. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30223":{"redcap_data_access_group":"rush_university_me","main_record_id":"10037","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-26","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":" ","obtain_date":"2021-05-26","date_and_time":"2021-05-26 10:26","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-11","sp_v1_preop_date":"2021-06-09","sp_v2_6wk_date":"2021-07-23","sp_v3_3mo_date":"2021-09-11","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-09 12:09:24","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's baseline visit is outside protocol timeline. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-06-09 13:19:29","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient's pressure cuff was below standard cuff. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2021-06-09 13:21:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to get blood draw at baseline visit. Will get blood on day of surgery. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30224":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to get in contact with patient. Phone numbers listed are for her sons and they state patient is canceling her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30225":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-27","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30226":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-26","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"He does not want to travel to downtown. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30227":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-25","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke briefly w/pt on 5/25. Requested call back 5/26 after 10 am. Pt is spanish speaking and requires interpreter. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30228":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-25","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30229":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-25","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do head MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30230":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-25","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM 5/25/2021. LVM 5/27. LVM 6/3. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30231":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-26","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she lives in Indiana and does not want to have to keep coming in to the city if she doesn't have to. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30232":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"States she takes care of her grandchildren, and it sounds like too much. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30233":{"redcap_data_access_group":"rush_university_me","main_record_id":"10041","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-01","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested. RA emailed consent form to provide more info. ","obtain_date":"2021-06-04","date_and_time":"2021-06-04 07:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-01","sp_v1_preop_date":"2021-06-14","sp_v2_6wk_date":"2021-08-12","sp_v3_3mo_date":"2021-10-01","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30234":{"redcap_data_access_group":"rush_university_me","main_record_id":"10051","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-06-16","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"She signed the consent form on 6/16/2021. ","obtain_date":"2021-06-16","date_and_time":"2021-06-16 14:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-28","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2021-08-09","sp_v3_3mo_date":"2021-09-28","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2021-08-30","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt stated she had additional questions after RA spoke regarding research and reasons collecting blood. Clinical nurse called to follow up and was unable to make contact or receive call back. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-28 13:31:53","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood draw taken day of surgery. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-28 13:32:47","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"Pt did not complete functional testing. Cancelled baseline visit and was unable to reschedule. ","erep_protdev_caplan":"Pt completed surveys and blood draw. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-28 13:34:09","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Pt did not complete QST's. Pt cancelled baseline visit and was unable to reschedule.","erep_protdev_caplan":"Pt completed surveys and blood draw. ","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-06-28 13:34:51","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt did not complete MRI, cancelled baseline visit and was unable to reschedule.","erep_protdev_caplan":"Pt completed surveys and blood draw. ","erep_rel_covid19":"0"}}},"30235":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact after emailing consent form. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30236":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-15","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She is off the study because her surgery is tomorrow and she never called me back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30237":{"redcap_data_access_group":"rush_university_me","main_record_id":"10043","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-07","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"I consented him on 6/7/2021. ","obtain_date":"2021-06-07","date_and_time":"2021-06-07 12:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-21","sp_v1_preop_date":"2021-05-26","sp_v2_6wk_date":"2021-08-02","sp_v3_3mo_date":"2021-09-21","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-16 11:52:34","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"He could not do the MRI scan because he has bb pellets in his legs. He also did not do the Imaging Items section. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30238":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She said that she has a phobia from the MRI scan. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30239":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt has twins and states she does not have time to do in person study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30240":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-02","screening_age":"72","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient does not speak English.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30241":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-02","screening_age":"78","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is Spanish speaking and does not speak any English at all. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30242":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-02","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she is the full time caregiver to her 99 yr old mother and has no time to come in for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30243":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-02","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient states that he has shrapnel in his leg and cannot have MRI done. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30244":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-05","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that it would be too much for her to deal with so close to surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30245":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-24","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she has cancelled her surgery and no longer having it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30246":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is just not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30247":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-07","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He said that he does not have time to do our study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30248":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-07","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Does not meet eligibility criteria. States she is interested in participating. RA will call back if she is unable to schedule within 3 months of the first knee. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30249":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"51","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Mailbox is full. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30250":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is already in enough pain and does not want to be caused any more pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30251":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-09","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She said that she is not interested right away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30252":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient sent an email stating that it was too much of a commitment for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30253":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt stated she was very scared to leave her home and it has been a challenge to get the surgery figured out. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30254":{"redcap_data_access_group":"rush_university_me","main_record_id":"10045","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-10","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of consent to look over. Will call her back Thursday to possibly consent. \r\nPt asked that I call her back at noon.","obtain_date":"2021-06-10","date_and_time":"2021-06-10 15:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-02","sp_v1_preop_date":"2021-06-17","sp_v2_6wk_date":"2021-08-13","sp_v3_3mo_date":"2021-10-02","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30255":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-21","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she has too much going on and does not have the time. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30256":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"He does not want to participate because he said that the study sounds intrusive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30257":{"redcap_data_access_group":"rush_university_me","main_record_id":"10044","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-08","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-08","date_and_time":"2021-06-08 15:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-02","sp_v1_preop_date":"2021-06-29","sp_v2_6wk_date":"2021-08-13","sp_v3_3mo_date":"2021-10-02","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30258":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-09","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer. \r\nUnable to reach patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30259":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt called back and stated that she wants to discuss with son. RA emailed consent. RA f/u pt stated not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30260":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Sent ICF, wants to discuss with daughter","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30261":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke with husband briefly, will have her call me back. Pt did not contact to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30262":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-09","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30263":{"redcap_data_access_group":"rush_university_me","main_record_id":"10048","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-14","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/9-Prefers to read over consent. RA emailed consent. 6/11-Pt stated they enjoy participating in research studies and is willing to participate in this one. RA will call at determined time to consent. ","obtain_date":"2021-06-14","date_and_time":"2021-06-14 12:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-20","sp_v1_preop_date":"2021-07-13","sp_v2_6wk_date":"2021-08-31","sp_v3_3mo_date":"2021-10-20","age":"59","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-07-19 12:42:14","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt unable to have MRI due to ear piercing that's not removable.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30264":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-09","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"RA emailed consent. Will follow up. LVM 6/11 to det. if still interested/consent. Pt LVM stating not interested in participating.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30265":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30266":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient sent me an email stating that it was too huge of a commitment for her and that the payout was not enough. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30267":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-15","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":" I send her the consent form on 6/15/2021. Spoke 6/22. Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30268":{"redcap_data_access_group":"rush_university_me","main_record_id":"10052","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-15","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Expressed interest. Emailed consent form. Completed consent.","obtain_date":"2021-06-16","date_and_time":"2021-06-16 14:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-13","sp_v1_preop_date":"2021-07-02","sp_v2_6wk_date":"2021-08-24","sp_v3_3mo_date":"2021-10-13","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30269":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"States he is not interested in any studies. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30270":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Have left multiple messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30271":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left message for patient. \r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30272":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"47","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"He said that the study will take too much time, therefore he does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30273":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-17","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to do MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30275":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-21","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with pt as new point of contact. Preferred to have consent emailed. Will follow up to consent via phone if still interested. Went through consent 6/23, would like additional time to decide to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30276":{"redcap_data_access_group":"rush_university_me","main_record_id":"10057","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-22","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-22","date_and_time":"2021-06-22 11:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-11","sp_v1_preop_date":"2022-02-02","sp_v2_6wk_date":"2022-03-25","sp_v3_3mo_date":"2022-05-11","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"1|3|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-08 11:28:14","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was consented in June 2021, but her surgery was cancelled and then later rescheduled for February 2022. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-08 11:22:17","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit was outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30277":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she is caring for a disabled son and lives too far. Feels that she would be taking too much on by participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30278":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-24","screening_age":"73","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that he has too many other commitments and spends half of his time in Texas. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30279":{"redcap_data_access_group":"rush_university_me","main_record_id":"10063","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-01","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-01","date_and_time":"2021-07-01 11:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-27","sp_v1_preop_date":"2021-07-15","sp_v2_6wk_date":"2021-09-07","sp_v3_3mo_date":"2021-10-27","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-29 15:09:36","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos survey set a few days outside of window","erep_protdev_caplan":"Pt continues participation","erep_rel_covid19":"0"}}},"30280":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was unable to talk, asked that I call him back later. \r\nLeft message for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30281":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-21","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Interested, but would like to think about. RA emailed consent. Pt emailed and stated unable to commit due to time commitment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30282":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"States he is in pain and will contact us if he wants to participate. Stated he did not have an email and prefers not to be called back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30283":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not convenient to participate in this study. States lives far away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30284":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-25","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt not interested in participating in another study, already participating in 2 others. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30285":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 6/28. Spoke 6/30. Expressed interest. Emailed consent form to review. LVM 7/2/2021. Pt lvm stating he does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30286":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Would like additional time to think about the study. Son is her transportation and may require Lyft. RA will follow up in one week. States after thinking about MRI, she is unwilling to try due to noise. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30287":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined without description of study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30288":{"redcap_data_access_group":"rush_university_me","main_record_id":"10079","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-19","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-19","date_and_time":"2021-07-19 11:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-07-29","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-08 16:39:56","erep_ae_date":"2021-07-29","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-07-29 00:00","erep_resolution_date":"2021-07-29 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient started to panic while in the scanner and asked to be taken. ","erep_action_taken":"Pt will continue with the rest of the study tests and surveys. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30274":{"redcap_data_access_group":"rush_university_me","main_record_id":"10062","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-17","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt needs to check w/ daughters schedule prior to scheduling study visit. Unable to sign after review of consent (email not opening). ","obtain_date":"2021-06-29","date_and_time":"2021-06-29 15:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-27","sp_v1_preop_date":"2021-07-16","sp_v2_6wk_date":"2021-09-07","sp_v3_3mo_date":"2021-10-27","age":"66","sex":"2","genident":"2","ethnic":"3","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-20 14:22:12","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week visit outside of protocol window by a few days. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-20 14:22:47","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit a few days outside of window by 6 days","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30289":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-19","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left message for patient. \r\nPatient would like to look over consent and check her availability. \r\nLeft message for patient. \r\nLeft multiple messages for patient with no response. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30290":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she read over the consent and is not very comfortable participating and really just isn't interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30291":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has too much going on at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30292":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM 7/2/2021. LVM 7/8. LVM 7/14.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30293":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-06","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30294":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she is hoping to go back to work right away and her time is very limited. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30295":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt states she is not interested in having additional pain to leg. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30296":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she is out of town until 2 weeks before surgery and unfortunately will have no time to commit to the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30297":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/7/2021: lvm\r\n\r\n8/8/23: lvm\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30298":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 7/7/2021. Pt called 7/12. Stated not interested due to distance to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30299":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-19","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is on vacation and will not be back until Sunday. Requested a copy of the consent form to look over. \r\nPatient hasn't had time to look over consent. Will call me back later this afternoon. \r\nLeft several messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30300":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 7/7/2021.\r\n Spoke 7/12 Pt states unable to participate due to how busy he is. \r\n\r\n1/13/23: in FL for the winter, cant participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30301":{"redcap_data_access_group":"rush_university_me","main_record_id":"10072","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-07","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 7/7/2021. Interested in study. RA emailed consent and will follow up. LVM 7/9/2021","obtain_date":"2021-07-09","date_and_time":"2021-07-09 13:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-07-15","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30302":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"03/31- LVM\r\n4/10/22: unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30303":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact after emailing consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30304":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he has too much going on right now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30305":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"81","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient will be leaving to Florida soon after surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30306":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"41","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she has no time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30307":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Expressed interest. RA emailed consent form for further review. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30308":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left message for patient. \r\nPatient requested a copy of consent form and will call me back once she is off of work. \r\nPatient was at the store and couldn't talk. Asked that I give her a call back tomorrow after 10am to discuss study. \r\nLeft multiple messages for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30309":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is having a lot of anxiety regarding surgery and feels that this study would be too much for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30310":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"States does not have time prior to sx for study visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30311":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states would be \"too much\" after reviewing consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30312":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke briefly 7/12. Requested call back. Stated she already had one knee done and was not interested in study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30313":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke and emailed consent form. RA needs to confirm home address. spoke 7/28 and expressed continued interest after reviewing consent in detail stated would sign later that night. lvm 7/30","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30314":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he lives too far and is planning on leaving town as soon as he is cleared to. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30315":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"46","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states his time is limited. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30316":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30317":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-26","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she has too much going on at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30318":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she discussed with her daughter and they have a lot going on at the moment. They will pass for now, but if anything changes she will contact me prior to her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30319":{"redcap_data_access_group":"rush_university_me","main_record_id":"10078","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-15","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-15","date_and_time":"2021-07-15 16:18","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-11","sp_v1_preop_date":"2021-07-19","sp_v2_6wk_date":"2021-09-22","sp_v3_3mo_date":"2021-11-11","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2022-01-21","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Have made repeated attempts to get a hold of patient with no call back. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-07-19 13:40:28","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient panicked and could not complete the MRI. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-08 16:01:23","erep_ae_date":"2021-07-19","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-07-19 00:00","erep_resolution_date":"2021-07-19 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt started panicking while in the MRI and requested to be taken out. ","erep_action_taken":"Pt will continue with the other study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30320":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"VM full 7/13. VM full 7/20. 7/28-Pt stated cancelled sx. provider out of network.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30321":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"RA emailed consent form. Must confirm home address. LVM 7/15. LVM 7/19. Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30322":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-26","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she was driving and did not have time to speak. Asked that I call on a different day later in the afternoon. \r\nPatient is on there way to visit a relative at the hospital and could not speak. \r\nLeft multiple message with not call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30323":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is working 12 hr shifts and has no time to come in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30324":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Man answered home number and stated \"she's not interested\" before hanging up. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30325":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined participation 7/23.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30326":{"redcap_data_access_group":"rush_university_me","main_record_id":"10081","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-16","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested. Emailed consent form.","obtain_date":"2021-07-20","date_and_time":"2021-07-20 14:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-17","sp_v1_preop_date":"2021-07-26","sp_v2_6wk_date":"2021-09-28","sp_v3_3mo_date":"2021-11-17","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 07:47:02","erep_ae_date":"2021-07-26","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-07-26 00:00","erep_resolution_date":"2021-07-26 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient started panicking and asked to be taken out of the scanner. ","erep_action_taken":"Pt will continue with the rest of the study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30327":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-19","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent me an email stating that he will not be able to commit to participating in our research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30328":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-19","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30329":{"redcap_data_access_group":"rush_university_me","main_record_id":"10087","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-19","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-26","date_and_time":"2021-07-26 11:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-17","sp_v1_preop_date":"2021-08-05","sp_v2_6wk_date":"2021-09-28","sp_v3_3mo_date":"2021-11-17","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-12-21 15:40:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos. visit 3.5 weeks after 3 month study visit date. ","erep_protdev_caplan":"Continued participation. ","erep_rel_covid19":"0"}}},"30330":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30331":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-26","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient just isn't interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30332":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"51","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he is moving to Indiana and all of his recovery visits will be over there. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30333":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt called to inform is not able to participate in research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30334":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not interested due to time commitment and distance to Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30335":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt wife answered. Asked if call was due to knee surgery and states pt unable to move well enough to do a study in person. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30336":{"redcap_data_access_group":"rush_university_me","main_record_id":"10082","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-20","screening_age":"49","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Expressed interest. Wants to consent in person","obtain_date":"2021-07-21","date_and_time":"2021-07-20 15:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-19","sp_v1_preop_date":"2021-08-03","sp_v2_6wk_date":"2021-09-30","sp_v3_3mo_date":"2021-11-19","age":"49","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30337":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30338":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient requested a copy of the consent form to look over. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30339":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"55","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient cannot have MRI done, he has a pain stimulator. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30340":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she has too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30341":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"lvm 7/21","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30342":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unsure if will be having surgery therefore can't say OK to anything. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30343":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"pt declined participation after thinking about it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30344":{"redcap_data_access_group":"rush_university_me","main_record_id":"10089","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-23","screening_age":"46","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt expressed interest. Emailed consent form.","obtain_date":"2021-07-27","date_and_time":"2021-07-27 07:26","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-11","sp_v1_preop_date":"2021-08-04","sp_v2_6wk_date":"2021-09-22","sp_v3_3mo_date":"2021-11-11","age":"46","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-28 11:33:59","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"RA failed to put location of greater knee pain in RedCap","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30345":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30346":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-19","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages for patient with no call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30347":{"redcap_data_access_group":"rush_university_me","main_record_id":"10106","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-10","screening_age":"34","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of consent form to look over. \r\nLeft message for patient. ","obtain_date":"2021-08-13","date_and_time":"2021-08-13 11:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-10","sp_v1_preop_date":"2021-08-26","sp_v2_6wk_date":"2021-10-22","sp_v3_3mo_date":"2021-12-10","age":"34","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30348":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left multiple messages for patient with no call back. \r\n\r\n11/3/22: surgery date changed from initial contact, lvm\r\n11/8/22: lvm\r\n11/18/22: lvm\r\n11/28/22: lvm\r\n\r\ncouldnt reach before surgery\r\n\r\n03/28- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30349":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-26","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that this study would cut into her work time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30350":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-05","screening_age":"77","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30351":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"82","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30352":{"redcap_data_access_group":"rush_university_me","main_record_id":"10090","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-26","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is definitely interested but was at a doctor's appointment. She asked that I call her tomorrow morning to consent. ","obtain_date":"2021-07-27","date_and_time":"2021-07-27 09:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-13","sp_v1_preop_date":"2021-08-06","sp_v2_6wk_date":"2021-09-24","sp_v3_3mo_date":"2021-11-13","age":"63","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30353":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was not interested in participating ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30354":{"redcap_data_access_group":"rush_university_me","main_record_id":"10088","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-26","screening_age":"66","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-26","date_and_time":"2021-07-26 14:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-19","sp_v1_preop_date":"2021-08-17","sp_v2_6wk_date":"2021-09-30","sp_v3_3mo_date":"2021-11-19","age":"66","sex":"2","genident":"2","ethnic":"1","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30355":{"redcap_data_access_group":"rush_university_me","main_record_id":"10107","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-11","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient lost power and unable to sign consent today. Will call her Friday to go over consent form and sign. ","obtain_date":"2021-08-13","date_and_time":"2021-08-13 13:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-16","sp_v1_preop_date":"2021-08-18","sp_v2_6wk_date":"2021-10-28","sp_v3_3mo_date":"2021-12-16","age":"69","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30356":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she lives too far for her to make any extra trips to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30357":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was at work and could not speak. He did request a copy of the consent to look over and states that he will call me when he has the time. \r\nPatient never contacted me regarding study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30358":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-09","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30359":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30360":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Daughter number listed as mobile number, she has POA for father due to COVID, states father speaks English and will have him give me a call. Pt did not make contact regarding study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30361":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt states he does not like going to Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30362":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30363":{"redcap_data_access_group":"rush_university_me","main_record_id":"10097","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-30","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed consent. LVM 8/2.","obtain_date":"2021-08-05","date_and_time":"2021-08-05 13:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-22","sp_v1_preop_date":"2021-08-09","sp_v2_6wk_date":"2021-12-02","sp_v3_3mo_date":"2022-01-21","age":"63","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-01 12:55:41","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt came in closer to 4 mos post op for 3 mos in person visit. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30364":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that is seems like too much for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30365":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form. Patient states she will see me next Tuesday if she is interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30366":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not feel safe in the city because of all of the shootings. States that she will be having her surgery and then getting out of the city as soon as possible. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30367":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30368":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she lives too far and is working full time until just before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30369":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 7/30. LVM 8/2/2021. Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30370":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"\"Too involved for me\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30371":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Splits time between Michigan and California most of the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30372":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30373":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 8/2/202\r\nLvm 8/10\r\nPt states rescheduled knee sx to following year. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30374":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Hesitant about timing of coming in and work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30375":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"States she would be unable to do study related activities and appreciated the explanation of activities. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30376":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she had to cancel her surgery because her insurance is out of network. She will reach out to us if anything changes. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30377":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he cannot have MRI done because he has a back stimulator. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30378":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30379":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-18","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30380":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-19","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left multiple messages with no response. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30381":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated unable to participate currently. Stated to keep in mind when she has her second knee. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30382":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke and participant declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30383":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Stated it's difficult for her to get around, offered transportation and pt declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30384":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt LVM stating did not want to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30385":{"redcap_data_access_group":"rush_university_me","main_record_id":"10099","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-04","screening_age":"65","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-06","date_and_time":"2021-08-06 09:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-07","sp_v1_preop_date":"2021-08-26","sp_v2_6wk_date":"2021-10-19","sp_v3_3mo_date":"2021-12-07","age":"65","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30386":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30387":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Not willing to try MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30388":{"redcap_data_access_group":"rush_university_me","main_record_id":"10108","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-05","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is not good with computers and would prefer that I consent her in person. ","obtain_date":"2021-08-16","date_and_time":"2021-08-16 08:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-06","sp_v1_preop_date":"2021-08-16","sp_v2_6wk_date":"2021-11-16","sp_v3_3mo_date":"2022-01-05","age":"60","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-23 07:51:31","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's surgery was pushed back a couple of weeks. Baseline visit is outside of protocol range because of that. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30389":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate and requested to be taken off the call list after having consent form emailed. Do not contact in future.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30390":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact pt. LVMx2.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30391":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30392":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Already participating in studies, also not willing to come in for study visits and states she takes many pain medications. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30393":{"redcap_data_access_group":"rush_university_me","main_record_id":"10109","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-10","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed consent form. Will follow up for possible consent. LVM 8/12/2021. LVM 8/17/2021","obtain_date":"2021-08-19","date_and_time":"2021-08-19 15:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-13","sp_v1_preop_date":"2021-09-02","sp_v2_6wk_date":"2021-10-25","sp_v3_3mo_date":"2021-12-13","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30394":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30395":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"56","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form to look over. \r\nLeft multiple messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30396":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Sx was resched to February. Pt indicated she was OK with call closer to sx date. Pt unable to speak 1/19, requested call back at different time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30397":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30398":{"redcap_data_access_group":"rush_university_me","main_record_id":"10134","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-13","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"RA emailed consent to daughter email per request. Mailed consent form as requested. Must ask eligibility q's. Preferred call time 8:30am. lvm 8/27. Pt called back 9/1- stated had not received consent, informed will be at clinic 9/7 and is willing to meet prior to.","obtain_date":"2021-09-07","date_and_time":"2021-09-07 11:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-21","sp_v1_preop_date":"2021-09-14","sp_v2_6wk_date":"2021-11-02","sp_v3_3mo_date":"2021-12-21","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-07 10:55:53","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt unable to come in until after holiday's for study visit therefore visit is a few days outside of window. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-01-07 11:33:38","erep_ae_date":"2021-12-12","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2021-12-12 11:33","erep_resolution_date":"2022-01-07 11:33","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Pt was admitted into ED for several days due to infection in ankle on same side as knee surgery. She was prescribed antibiotics while in the hospital. Pt states that her knee was not affected and is doing well. ","erep_action_taken":"Pt continues participation as planned.","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-06-23 16:29:26","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 month survey set outside of window. Survey set was mailed and returned. ","erep_protdev_caplan":"N/A. Get stamps earlier. ","erep_rel_covid19":"0"}}},"30399":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVMx2. Unable to contact pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30400":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't want additional pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30401":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-16","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Not comfortable doing MRI. Pt was also not currently scheduled due to fungus on her toes and changed surgeons. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30402":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-16","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt declined to participate. Pt broke foot contralateral to surgical knee. Pt unable to put weight on ankle and not able to complete study related tasks at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30403":{"redcap_data_access_group":"rush_university_me","main_record_id":"10110","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-16","screening_age":"58","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-23","date_and_time":"2021-08-23 10:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-15","sp_v1_preop_date":"2021-09-24","sp_v2_6wk_date":"2021-11-25","sp_v3_3mo_date":"2022-01-14","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-05-24 07:50:20","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"RA did not document final pain rating from sit to stand test","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-24 12:15:10","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month in person visit outside of window~2 mos due to participant vacation.","erep_protdev_caplan":"Participant continues participation","erep_rel_covid19":"0"}}},"30404":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate 8/27 after hearing details of visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30405":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 8/16/2021. LVM 8/24. Stated received call earlier in the day and was not interested in participating in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30406":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient unable to take off of work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30407":{"redcap_data_access_group":"rush_university_me","main_record_id":"10115","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-24","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient asked that I call her back at 4 pm. \r\nPatient states she is thinking of pushing her surgery and requested a copy of the consent form to look over. ","obtain_date":"2021-08-25","date_and_time":"2021-08-25 13:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"57","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"2022-06-17","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Unable to reach participant after sx cancelled and not rescheduled within study timeframe. Pt would need to repeat study tests. ","sp_data_site":"N/A"},"30408":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-17","screening_age":"66","screening_gender":"4","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to commit to time to come in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30409":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-17","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated too much time, already busy with children and clinical work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30410":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-19","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Daughters phone and email. Emailed information regarding study as requested. Stated unlikely mother would be able to participate. Pt never called regarding participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30411":{"redcap_data_access_group":"rush_university_me","main_record_id":"10124","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-23","screening_age":"45","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ pt and is interested in participating. Emailed consent. LVM 8/26.","obtain_date":"2021-09-02","date_and_time":"2021-09-02 07:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-27","sp_v1_preop_date":"2021-09-09","sp_v2_6wk_date":"2021-11-07","sp_v3_3mo_date":"2021-12-27","age":"45","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 07:59:28","erep_ae_date":"2021-09-09","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-09-09 01:00","erep_resolution_date":"2021-09-09 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient could not tolerate being in the scanner and requested to be taken out. ","erep_action_taken":"Pt will continue with other study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30412":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Going to Florida shortly after sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30413":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to do MRI. Pt has clausterphobia. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30414":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate 9/15. \"Too difficult to get down there\", also declined with offered lyft. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30415":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated she does not have time to come in prior to sx and her follow up appointment is via telehealth so it would not be convenient to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30416":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30417":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she has too much to do before surgery. \r\n09/02/2022- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30418":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30419":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is still working and does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30420":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states I need to stop because she does not intend on participating in any of these study tests. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30421":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient looked over consent and decided that she was not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30422":{"redcap_data_access_group":"rush_university_me","main_record_id":"10121","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-31","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-31","date_and_time":"2021-08-31 15:12","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-08","sp_v1_preop_date":"2021-09-02","sp_v2_6wk_date":"2021-10-20","sp_v3_3mo_date":"2021-12-08","age":"79","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-09-15 08:54:45","erep_ae_date":"2021-09-12","erep_visit_inv":"6","erep_ae_yn":"1","erep_onset_date":"2021-09-12 00:00","erep_resolution_date":"2021-09-14 10:04","erep_ae_severity":"2","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Patient feeling unwell after therapy and took oxycodone. Patient states that the combination made her fall. She landed on her right hand and knee (non operative knee). \r\nPatient hospitalized on 09/12/2021 and discharged on 09/14/2021.\r\n","erep_action_taken":"Patient will continue with the study. ","erep_outcome":"Patient discharged from the hospital on 09/14/2021 and directed to discontinue oxycodone at hospital discharge. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30423":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that it seems like too much of a time commitment for him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30424":{"redcap_data_access_group":"rush_university_me","main_record_id":"10125","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-24","screening_age":"56","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt may be interested if transportation is provided. RA called 9/1 for poss. consent and lvm. ","obtain_date":"2021-09-02","date_and_time":"2021-09-02 07:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-14","sp_v1_preop_date":"2021-09-03","sp_v2_6wk_date":"2021-10-26","sp_v3_3mo_date":"2021-12-14","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-11-11 08:00:41","erep_ae_date":"2021-09-14","erep_visit_inv":"3","erep_ae_yn":"1","erep_onset_date":"2021-09-14 08:00","erep_resolution_date":"2021-09-14 00:00","erep_ae_severity":"2","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"Pt's son passed away unexperctedly. Pt stated that they do feel sad/depressed as a result of the situation and therefore their questionnaire answers are not due to his knee. ","erep_action_taken":"N/A","erep_outcome":"Pt continues to want to participate in study.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30425":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form and will contact me if she is interested in participating. \r\n\r\n---\r\n\r\n10/26/23:lvm\r\n10/31/23:lvm\r\n11/8/23:lvm\r\n11/16/23:lvm\r\n11/22/23: Unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30426":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Going out of town next week until just before procedure and unable to make time commitment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30427":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30428":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-25","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"\"Too involved\". Pt stated does not like the idea of someone touching her knee which is already in pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30429":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-25","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Sons getting married, sister-in-law ill and need support. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30430":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is no longer having surgery. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30431":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is Spanish speaking and is not interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30432":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"47","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states it is difficult for her to get to Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30433":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"53","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he had an accident and has to postpone his surgery, but regardless states he is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30434":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-13","screening_age":"54","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30435":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left message for patient.\r\nPatient is on vacation and asked that I call him back next week. \r\nLeft message with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30436":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form to look over. \r\nLeft voicemail for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30437":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient isn't interested in participating ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30438":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent an email stating that he is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30439":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30440":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30441":{"redcap_data_access_group":"rush_university_me","main_record_id":"10127","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-01","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is out of town. Requested a copy of the consent form. ","obtain_date":"2021-09-02","date_and_time":"2021-09-02 10:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-16","sp_v1_preop_date":"2021-09-09","sp_v2_6wk_date":"2021-10-28","sp_v3_3mo_date":"2021-12-16","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30442":{"redcap_data_access_group":"rush_university_me","main_record_id":"10123","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-30","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested. RA emailed consent. ","obtain_date":"2021-09-01","date_and_time":"2021-09-01 14:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-16","sp_v1_preop_date":"2021-09-10","sp_v2_6wk_date":"2021-10-28","sp_v3_3mo_date":"2021-12-16","age":"60","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30443":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-30","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke w/ husband of pt. Stated not likely wife would participate, but will give contact information and they will contact me if willing to participate. Pt never contacted regarding study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30444":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 1. LVM 2. Spoke 9/21. Emailed consent. Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30445":{"redcap_data_access_group":"rush_university_me","main_record_id":"10129","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-01","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-03","date_and_time":"2021-09-03 10:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-01","sp_v1_preop_date":"2021-09-13","sp_v2_6wk_date":"2021-11-11","sp_v3_3mo_date":"2021-12-31","age":"68","sex":"2","genident":"2","ethnic":"1","dem_race":"1|3|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30446":{"redcap_data_access_group":"rush_university_me","main_record_id":"10126","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-02","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-02","date_and_time":"2021-09-02 09:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-15","sp_v1_preop_date":"2021-09-20","sp_v2_6wk_date":"2021-11-25","sp_v3_3mo_date":"2022-01-14","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30447":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-07","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was interested in participating, but once I started going over the key points of the study she decided that she would prefer to decline instead. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30448":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she definitely is not interested since it would require her to leave her house and go places. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30449":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"48","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient does have time and is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30450":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Phone number listed is disconnected and unable to find any other number. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30451":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he is claustrophobic and is unwilling to participate because of the MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30452":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form to look over. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30453":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient called and left a voicemail stating that she has too much going on at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30454":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined because study procedures are \"Too much\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30455":{"redcap_data_access_group":"rush_university_me","main_record_id":"10149","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-03","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt asked questions regarding pain and how to assess since it is often determined by activity. RA informed we take pain scores throughout visit (including after functional tasks). Pt interested in research. RA emailed consent. Unable to contact 9/8 lvm. Unable to contact 9/15 lvm. ","obtain_date":"2021-09-21","date_and_time":"2021-09-21 14:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-08","sp_v1_preop_date":"2021-09-29","sp_v2_6wk_date":"2021-11-18","sp_v3_3mo_date":"2022-01-07","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-12-14 13:25:35","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week blood draw outside of window- at 9 wks as opposed to 6 due to pt schedule. Survey set completed about 3 days outside of window. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-01-28 08:28:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos visit outside of +/- 2 wk window, by a few days","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30456":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 1. Pt LVM stating not interested in research at this time and to take off call list. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30457":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 9/13. lvm 9/24. unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30458":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30459":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-13","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is in too much pain and has too much going on at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30460":{"redcap_data_access_group":"rush_university_me","main_record_id":"10131","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-03","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-03","date_and_time":"2021-09-03 14:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-28","sp_v1_preop_date":"2021-09-17","sp_v2_6wk_date":"2021-11-08","sp_v3_3mo_date":"2021-12-28","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2021-09-16","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt states her blood pressure is too high and needs to \"take it easy\" prior to surgery. ","sp_data_site":"N/A"},"30461":{"redcap_data_access_group":"rush_university_me","main_record_id":"10130","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-03","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ participant and emailed consent. ","obtain_date":"2021-09-03","date_and_time":"2021-09-03 14:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-17","sp_v1_preop_date":"2021-09-08","sp_v2_6wk_date":"2021-10-29","sp_v3_3mo_date":"2021-12-17","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-04 10:33:22","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 Month visit outside of 3 month window (12/17\r\n), visit on 1/4","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30462":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-07","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"RA mailed consent. Pt stated experiencing health issues and will contact if willing to participate. Pt did not contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30463":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she does not have the time at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30464":{"redcap_data_access_group":"rush_university_me","main_record_id":"10174","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-04","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-04","date_and_time":"2021-10-04 16:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-19","sp_v1_preop_date":"2021-10-11","sp_v2_6wk_date":"2021-11-29","sp_v3_3mo_date":"2022-01-18","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30465":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact after emailing consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30466":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Daughter answered phone. Stated mother is not interested in doing a research study because she is having a knee replacement and to \"take her off the list\" before hanging up phone. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30467":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-09","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt does not speak English according to Epic.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30468":{"redcap_data_access_group":"rush_university_me","main_record_id":"10675","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-09","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"lvm. Pt called back and lvm stating sx was cancelled and mentioned double knee replacement for next year (difficult to hear pt on phone message).\r\nPt has not rescheduled sx as of 05/26/2022.\r\n3/20/23:lvm\r\n4/6/23: Call back to consent ","obtain_date":"2023-04-13","date_and_time":"2023-04-13 14:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-20","sp_v1_preop_date":"2023-04-18","sp_v2_6wk_date":"2023-06-01","sp_v3_3mo_date":"2023-07-20","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-04-14","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Participant had a pacemaker and could not do the MRI","sp_data_site":"N/A"},"30469":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-09","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke and emailed consent form. Did not look at consent 9/13 requested call back. Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30470":{"redcap_data_access_group":"rush_university_me","main_record_id":"10142","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-13","screening_age":"66","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Expressed interest. RA emailed consent.","obtain_date":"2021-09-15","date_and_time":"2021-09-15 15:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-27","sp_v1_preop_date":"2021-09-16","sp_v2_6wk_date":"2021-11-07","sp_v3_3mo_date":"2021-12-27","age":"66","sex":"1","genident":"1","ethnic":"1","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 08:19:08","erep_ae_date":"2021-09-16","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-09-16 00:00","erep_resolution_date":"2021-09-16 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt unable to tolerate MRI due to anxiety.","erep_action_taken":"Pt will continue with other study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30471":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-13","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke w/ pt and wife.RA emailed consent. Called back 9/15. Pt and wife continued to state they needed to review consent/ RA unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30472":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-13","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt sounded hesitant. Emailed consent. lvm 9/15/2021. lvm 9/29/2021. Unable to contact pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30473":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he is working full time and does not have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30474":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"62","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient returned my call. Requested a copy of the consent form and states that she needs time to think about it. She will contact me if she is interested. \r\nPatient never reached out to me. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30475":{"redcap_data_access_group":"rush_university_me","main_record_id":"10144","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-16","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient states he is interested. Requested a copy of consent to look over and asked that I call him back tomorrow to consent. ","obtain_date":"2021-09-16","date_and_time":"2021-09-16 13:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-22","sp_v1_preop_date":"2021-09-28","sp_v2_6wk_date":"2021-12-02","sp_v3_3mo_date":"2022-01-21","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30476":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient states she is currently on another study and has way too much going on at the moment. \r\n ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30477":{"redcap_data_access_group":"rush_university_me","main_record_id":"10146","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-16","screening_age":"40","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient was on the phone and asked that I call her back later today. Copy of consent form was emailed to her. ","obtain_date":"2021-09-16","date_and_time":"2021-09-16 15:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-21","sp_v1_preop_date":"2021-10-15","sp_v2_6wk_date":"2021-12-01","sp_v3_3mo_date":"2022-01-20","age":"40","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30478":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ participant. Expressed interest. RA emailed consent. Unable to contact post emailing consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30479":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt sx rescheduled. 2/23/2022-Pt unwilling to come into MOR for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30480":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate. Wife assisted during call due to pt confusion about study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30481":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was at work and did not have the time to speak with me. She requested that I send her a copy of the consent form and would call me if she is interested. \r\nPatient sent an email stating that she did not wish to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30482":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left several messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30483":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient is currently living in Indiana and states being too far and too busy to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30484":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left message for patient. \r\nPatient returned my call and states that he needs to think about participating. He will reach out to me if he is interested. \r\nPatient never contacted me. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30485":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states he is still working full time and cannot take that much time off to be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30486":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that her daughter is getting married right before surgery and is booked all the way up until her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30487":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Does not speak English/ traditional chinese. Number on file is daughters","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30488":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke w/ participant. Prefers to think about it. RA will call back in a week. Pt stated she had trouble opening consent and is no longer interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30489":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Polish speaker according to Epic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30490":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left message for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30491":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Surgery is coming up very soon, unable to take an afternoon to come in for study visit. would be willing if sx was further away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30492":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to do mri and timing is bad. \r\n9/23/2022- Pt. Declines. She does not have time. Additionally she will move to California 3 weeks after her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30493":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt requested mailed information about the study. Mailed consent form. Pt states sx was postponed due to health issues. Pt stated it was OK to call back if they turn up on the schedule again. Pt states did not receive mailed copy of consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30494":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not interested in coming to downtown location","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30495":{"redcap_data_access_group":"rush_university_me","main_record_id":"10159","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-20","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 9/20. SPoke 9/21. RA emailed consent.","obtain_date":"2021-09-27","date_and_time":"2021-09-27 13:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-25","sp_v1_preop_date":"2021-10-18","sp_v2_6wk_date":"2021-12-05","sp_v3_3mo_date":"2022-01-24","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-10 13:47:33","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was seen a few days outside of 3 month window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30496":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt stated they required dog sitters for two senior dogs, and the commute to MOR was very long. Pt declined to participate after reviewing consent due to HIPAA language and concerns with data.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30497":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Going out of town shortly after surgery. Informed would likely be able to complete 2 study visits, but pt declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30498":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30499":{"redcap_data_access_group":"rush_university_me","main_record_id":"10148","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-21","screening_age":"70","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-21","date_and_time":"2021-09-21 14:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-30","sp_v1_preop_date":"2021-09-22","sp_v2_6wk_date":"2021-11-10","sp_v3_3mo_date":"2021-12-30","age":"70","sex":"2","genident":"2","ethnic":"1","dem_race":"7","ewdateterm":"2021-12-06","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"I have called participant multiple times, she has hung up on me twice and I left several messages with no call back. ","sp_data_site":"N/A"},"30500":{"redcap_data_access_group":"rush_university_me","main_record_id":"10156","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-21","screening_age":"59","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt was interested. Emailed consent. ","obtain_date":"2021-09-24","date_and_time":"2021-09-23 15:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-12","sp_v1_preop_date":"2021-10-11","sp_v2_6wk_date":"2021-11-22","sp_v3_3mo_date":"2022-01-11","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-23 10:15:59","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos visit a few days outside of window","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30501":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-23","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient isn't interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30502":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-21","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was a little uneasy regarding the MRI, but did request a copy of the consent form to look over.\r\nPatient spoke to her surgeon and they agreed that it would be best not to participate since she will be having a 2nd knee replacement 6 wks after the first. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30503":{"redcap_data_access_group":"rush_university_me","main_record_id":"10155","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-21","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of the consent form to look over. Will be here for her pre op visit on Thursday and if she's interested, she will consent at that time. ","obtain_date":"2021-09-23","date_and_time":"2021-09-23 11:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-08","sp_v1_preop_date":"2021-09-28","sp_v2_6wk_date":"2021-11-18","sp_v3_3mo_date":"2022-01-07","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 08:32:13","erep_ae_date":"2021-09-28","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-09-28 00:00","erep_resolution_date":"2021-09-28 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt was experiencing extreme back pain from laying on the table and had to end scan early. ","erep_action_taken":"Pt will continue with the rest of the study tests. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30504":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient is at work and did not have time to talk. She states I can call any day after 5 pm. \r\nPt wants me to call her tomorrow to check schedule and possibly consent. \r\nLVM\r\nNever got a hold of patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30505":{"redcap_data_access_group":"rush_university_me","main_record_id":"10150","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-22","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-22","date_and_time":"2021-09-22 10:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-18","sp_v1_preop_date":"2021-10-07","sp_v2_6wk_date":"2021-11-28","sp_v3_3mo_date":"2022-01-17","age":"79","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-24 17:30:25","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was having issues with surveys and unable to complete within the protocol window. Patient had was unable to come in for their 3 month visit within the protocol window. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30506":{"redcap_data_access_group":"rush_university_me","main_record_id":"10154","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-22","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt expressed interest. RA emailed consent.","obtain_date":"2021-09-23","date_and_time":"2021-09-23 12:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-20","sp_v1_preop_date":"2021-10-05","sp_v2_6wk_date":"2022-03-03","sp_v3_3mo_date":"2022-04-20","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-14 12:25:54","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt contacted numerous times regarding study visit via phone and email with no response. Pt did not complete 3 month surveys nor in person visit. ","erep_protdev_caplan":"Continue participation; will check in regarding 6 month surveys","erep_rel_covid19":"0"}}},"30507":{"redcap_data_access_group":"rush_university_me","main_record_id":"10169","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-22","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt signed consent after review via telephone. \r\n","obtain_date":"2021-10-01","date_and_time":"2021-10-01 13:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-25","sp_v1_preop_date":"2021-10-04","sp_v2_6wk_date":"2021-12-05","sp_v3_3mo_date":"2022-01-24","age":"64","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-12-09 09:22:31","erep_ae_date":"2021-12-07","erep_visit_inv":"6","erep_ae_yn":"1","erep_onset_date":"2021-12-07 09:22","erep_resolution_date":"2021-12-07 00:00","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"Pt states that doctors thought she had blood clots and she is experiencing severe pain following knee surgery to the point where medical professionals wanted to airlift her to Mayo Clinic. ","erep_action_taken":"Pt prefers to continue participation in study for now. ","erep_outcome":"Pt will continue to update on her situation. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-24 13:07:16","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 mos survey set outside of protocol window. Pt was contacted multiple times to complete. ","erep_protdev_caplan":"Participation continues. ","erep_rel_covid19":"0"}}},"30508":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"lvm mobile. emailed consent. lvm 10/4/2021.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30509":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent an email stating that she is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30510":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states unable to make time to come for study visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30511":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he's not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30512":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to try MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30513":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"lvm. lvm 10/4/2021. Unable to contact pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30514":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nHave been unable to reach patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30515":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he had surgery already, his surgery was moved up to 09/08/2021. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30516":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not like pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30517":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30518":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Asked that I call her back because she's at work. \r\nNever got a hold of patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30519":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to get a hold of patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30520":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent an email stating that she is still working full time and lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30521":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30522":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"RA emailed consent. Pt stated would call back after thinking about it. Pt declined to participate via email. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30523":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Phone number listed is daughters. Pt daughter stated father best reached during morning. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30524":{"redcap_data_access_group":"rush_university_me","main_record_id":"10173","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-30","screening_age":"60","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"RA emailed consent. Pt expressed interest. ","obtain_date":"2021-10-04","date_and_time":"2021-10-04 13:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-21","sp_v1_preop_date":"2021-10-13","sp_v2_6wk_date":"2021-12-01","sp_v3_3mo_date":"2022-01-20","age":"60","sex":"1","genident":"1","ethnic":"1","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-10 13:51:51","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos visit outside of 3 mos window","erep_protdev_caplan":"Continued with study visit as outlined","erep_rel_covid19":"0"}}},"30525":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-11","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he lives way to far to have to come back and forth. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30526":{"redcap_data_access_group":"rush_university_me","main_record_id":"10189","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-15","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPatient called back and requested a copy of the consent form to look over. ","obtain_date":"2021-10-15","date_and_time":"2021-10-15 13:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-29","sp_v1_preop_date":"2021-10-27","sp_v2_6wk_date":"2021-12-09","sp_v3_3mo_date":"2022-01-28","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30527":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives 70 miles away and leave midwest for the winter. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30528":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact. LVMx2. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30529":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states not willing to have in person study visits due to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30530":{"redcap_data_access_group":"rush_university_me","main_record_id":"10241","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-02","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of the consent form to look over. \r\nLVM\r\nPatient states he might be having surgery within 3 months of the first. If he has his surgery outside of the 3 month window, he would like for us to contact him to participate for his 2nd surgery. \r\nLVM","obtain_date":"2021-12-02","date_and_time":"2021-12-02 14:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-16","sp_v1_preop_date":"2022-01-31","sp_v2_6wk_date":"2022-03-30","sp_v3_3mo_date":"2022-05-16","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 08:47:24","erep_ae_date":"2022-01-31","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-01-31 00:00","erep_resolution_date":"2022-01-31 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt panicked while in the MRI machine. Requested to be taken out. ","erep_action_taken":"Pt will continue with the rest of the study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30531":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt states she is in too much pain to do the study activities. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30532":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sx rescheduled\r\nSx has not been rescheduled as of 05/26/2022.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30533":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt declined any study involving pain. Stated he's had pain since 1997. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30534":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Speaks tagalog (epic). ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30535":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30536":{"redcap_data_access_group":"rush_university_me","main_record_id":"10181","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-04","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"RA called to give additional information. Pt interested in participating. ","obtain_date":"2021-10-12","date_and_time":"2021-10-12 10:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-10","sp_v1_preop_date":"2021-10-12","sp_v2_6wk_date":"2021-12-22","sp_v3_3mo_date":"2022-02-09","age":"65","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-19 13:43:57","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt unable to come in for 6 wk visit due to bad cold","erep_protdev_caplan":"Pt came in when feeling better","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-28 13:30:40","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt complete 6 mos surveys outside of window","erep_protdev_caplan":"Surveys mailed out late due to lack of stamps, get stamps earlier. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-12-08 11:51:47","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant completed the 6 months surveys outside of timeline window. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30537":{"redcap_data_access_group":"rush_university_me","main_record_id":"10184","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-04","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke. Pt expressed interest. RA went through details of consent. ","obtain_date":"2021-10-12","date_and_time":"2021-10-12 15:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-27","sp_v1_preop_date":"2021-10-25","sp_v2_6wk_date":"2021-12-07","sp_v3_3mo_date":"2022-01-26","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-14 11:54:34","erep_ae_date":"2021-12-07","erep_visit_inv":"3","erep_ae_yn":"1","erep_onset_date":"2021-12-07 11:58","erep_resolution_date":"2022-01-10 11:58","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Pt tested positive for covid-19 and was later hospitalized surrounding the date of 12/13/2021.","erep_action_taken":"Pt continues participation.","erep_outcome":"Pt discharged from hospital and at f/up with orthopedic surgeon states they are healing well. ","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt unable to come in at 6 weeks.","erep_protdev_caplan":"Pt came in when able.","erep_rel_covid19":"1"},"2":{"erep_local_dtime":"2022-05-02 07:43:12","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete survey set nor in person portion of 3 month visit","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30538":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Pt declined to participate before description of study given. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30539":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPatient returned my call. States that he is not sure if he will be having surgery seeing as he can't get his physicians to cooperate with each other. Did not sound like he was very interested in participating and states he will contact me if anything changes. \r\nPatient states he is having surgery, but is not interested in participating in our study. He does not have the time to be coming in for the visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30540":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient states they are interested but they were at physical therapy. She will reach out to me once she's had a chance to look over the consent form. \r\nPatient declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30541":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he plans on leaving Chicago for the winter after surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30542":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-05","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of the consent form to look over. \r\nPatient sent an email stating that she was not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30543":{"redcap_data_access_group":"rush_university_me","main_record_id":"10176","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-05","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-05","date_and_time":"2021-10-05 14:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-01","sp_v1_preop_date":"2021-10-28","sp_v2_6wk_date":"2021-12-13","sp_v3_3mo_date":"2022-01-31","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-11-01","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Patient was a no show to their baseline visit. Have left several messages with no call back. Surgery is set for 11/01/2021.","sp_data_site":"N/A"},"30544":{"redcap_data_access_group":"rush_university_me","main_record_id":"10200","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-25","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-25","date_and_time":"2021-10-25 10:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-09","sp_v1_preop_date":"2021-11-02","sp_v2_6wk_date":"2021-12-21","sp_v3_3mo_date":"2022-02-08","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30545":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"56","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Did not give a reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30546":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient called back and requested a copy of the consent form to look over. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30547":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient called back and states that he was working and didn't have time to talk. He will call me back if he has time and/or is interested in hearing more about the study. \r\nPatient never made contact. \r\n10/17/22-sent a copy of the consent form \r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30548":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Is already nervous about the surgery and did not want to know more about the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30549":{"redcap_data_access_group":"rush_university_me","main_record_id":"10178","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-06","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-07","date_and_time":"2021-10-07 13:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-03-30","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject rescheduled surgery at outpatient site not eligible for study. ","sp_data_site":"N/A"},"30550":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Canceled surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30551":{"redcap_data_access_group":"rush_university_me","main_record_id":"10188","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-06","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke and emailed consent form. Pt requested call Monday 10/11. lvm 10/11.","obtain_date":"2021-10-21","date_and_time":"2021-10-14 13:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-14","sp_v1_preop_date":"2021-10-14","sp_v2_6wk_date":"2022-05-26","sp_v3_3mo_date":"2022-07-14","age":"50","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-28 11:15:22","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline visit completed 5 months outside of visit window due to surgery rescheduling. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-05-19 15:12:27","erep_ae_date":"2022-05-09","erep_visit_inv":"3","erep_ae_yn":"1","erep_onset_date":"2022-05-09 15:12","erep_resolution_date":"2022-05-19 00:00","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Pt hospitalized due to infection of prosthetic joint","erep_action_taken":"Pt continues participation with surveys","erep_outcome":"Pt was indicated for acute irrigation, debridement, and polyethylene exchange followed by IV antibiotic therapy. ","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to obtain blood due to MRSA infection","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-08 13:03:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"RA signature was missed at June 2022 reconsenting and was signed outside of protocol range. ","erep_protdev_caplan":"RA will sign off on June 2022 reconsent. ","erep_rel_covid19":"0"}}},"30553":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke and emailed consent. lvm 10/7. lvm 10/8.\r\n\r\ncouldnt contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30554":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30555":{"redcap_data_access_group":"rush_university_me","main_record_id":"10222","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-12","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-15","date_and_time":"2021-11-15 10:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-08","sp_v1_preop_date":"2021-12-06","sp_v2_6wk_date":"2022-01-19","sp_v3_3mo_date":"2022-03-09","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-24 10:52:32","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Failed to record location of greater pain","erep_protdev_caplan":"Unable to correct. Will record if pt comes in for 3 month","erep_rel_covid19":"0"}}},"30556":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Is very busy, does not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30557":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact. LVM's.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30558":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Is working and time is an issue.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30559":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt uninterested in coming in person for study visit. Asked about teleconference visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30560":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30561":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30562":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/11/2021 pt declined to participate. Too close to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30563":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Canceled surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30564":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Issue related to commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30565":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Absolutely no on MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30566":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt stated time constraint issues due to working. Also stated was unwilling to undergo an MRI stating she had done one before and would have to be drugged to do one again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30567":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Absolutely no to MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30570":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Note: THIS IS A DUPLICATE PARTICIPANT","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30571":{"redcap_data_access_group":"rush_university_me","main_record_id":"10195","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-08","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-20","date_and_time":"2021-10-20 10:03","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-02","sp_v1_preop_date":"2021-10-20","sp_v2_6wk_date":"2021-12-14","sp_v3_3mo_date":"2022-02-01","age":"67","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30572":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-11","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Other life factors going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30573":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-11","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30574":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-11","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient wants to look over the consent with his wife before signing. \r\nPatient sent an email stating that he calculated approximately 30-50 hrs of his time would be required and the $500 payment for that time does not make sense for the time and effort required.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30575":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is Spanish speaking and understands very little English. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30576":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-11","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30577":{"redcap_data_access_group":"rush_university_me","main_record_id":"10183","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-12","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-12","date_and_time":"2021-10-12 14:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-21","sp_v1_preop_date":"2021-10-19","sp_v2_6wk_date":"2021-12-01","sp_v3_3mo_date":"2022-01-20","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-08 14:49:52","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30578":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"48","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form to look over and will contact me if she is interested in participating. \r\nPatient never contacted me. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30579":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he is not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30580":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that he does not want to have to keep coming to this specific Rush location more than he has to. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30581":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"46","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with to call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30582":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient requested a copy of the consent form to look over. She will contact me if she is interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30583":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to LVM at mobile. Home number went to a different person. Did not leave message. Left message w/ partner. Pt will call back if interested 10/25/2021. Partner stated pt is very busy until sx and not likely able to participate. Pt did not reach out. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30584":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30585":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-13","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to learn more about study and declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30586":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-13","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVMx3. Unable to contact. 11/5/21\r\n--- \r\n10/12/23: lvm\r\n10/17/23:not interested, too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30588":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-13","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"\"Too much of a commitment\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30589":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient isn't interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30590":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient called and left a message stating that he had surgery already. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30591":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30592":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30593":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30594":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30595":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt stated she \"cannot do anymore tests\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30596":{"redcap_data_access_group":"rush_university_me","main_record_id":"10187","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-14","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-14","date_and_time":"2021-10-14 13:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-10-19","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Miscommunication about study location. Sub unwilling to come to Rush main campus","sp_data_site":"N/A"},"30597":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"46","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that they plan to cancel their surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30598":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she's already had surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30569":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Called back, LVM\r\nCalled back, 10/20, no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30600":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30602":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated having EKG issues and is unable to make time to come in for additional visits prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30603":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt declined to participate prior to learning about study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30604":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt expressed interest. Pt stated would contact if interested. RA unable to contact following initial conversation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30605":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30606":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was at work and could not speak. He asked that I call back on another day after 4 or 5 pm. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30607":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he does not have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30608":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient was at work and could not speak. Sent a copy of the consent form to look over and will call her back after work hours. \r\nLVM\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30610":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt states they cancelled sx and want to hold off as long as possible. Stated they are OK with a call if they are put back on schedule. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30612":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30611":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30599":{"redcap_data_access_group":"rush_university_me","main_record_id":"10196","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-20","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-20","date_and_time":"2021-10-20 13:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-16","sp_v1_preop_date":"2021-11-11","sp_v2_6wk_date":"2021-12-28","sp_v3_3mo_date":"2022-02-15","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-21 10:13:22","erep_ae_date":"2022-02-17","erep_visit_inv":"6","erep_ae_yn":"1","erep_onset_date":"2022-02-17 10:13","erep_resolution_date":"2022-02-24 10:13","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Pt fell on ice and injured surgical knee. As a result of this she has to have a anesthetized manipulation on 2/24. Will upload paperwork regarding the manipulation once that is available.","erep_action_taken":"Pt still wants to continue with study. ","erep_outcome":"Had to reschedule 3 month follow up appointment, but she does intend to continue with the study procedures after recovering from the manipulation. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-03-11 10:14:49","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Pt clothing was not maneuverable around knees or shoulders. Did both PPTs and temporal stimulation on top of clothing. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30613":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he's not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30614":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that his surgery has moved to 04/2022. Sent them a copy of the consent form and will reach out to them again closer to their new surgery date. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30615":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30616":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent an email stating that it's too long of a drive for him to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30617":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Canceled surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30618":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt stated \"you're asking a lot\" and was not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30619":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30620":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt had sx moved up. Ineligible to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30621":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Working and does not have time for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30622":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt's wife stated her husband was not interested because he works and he already had to take off a few hours for the pre-op class. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30623":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Issue related to commute distance. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30624":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt's husband is a stroke pt and she can't participate due to time involved. Pt would have loved to be involved otherwise. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30625":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated \"too time consuming\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30626":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Douglas states that he's had enough of this place. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30627":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he has no time because he's still working full time and getting ready for his surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30628":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he babysits and does not have time to come in for the visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30629":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient isn't really interested and states that her English really isn't fluent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30630":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Emailed consent; unable to contact afterwards.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30631":{"redcap_data_access_group":"rush_university_me","main_record_id":"10204","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-22","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke and emailed consent 10/25/2021. Resent consent 10/26, pt states would like wife to look it over as he is usually always driving. ","obtain_date":"2021-10-26","date_and_time":"2021-10-27 06:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-10","sp_v1_preop_date":"2021-11-01","sp_v2_6wk_date":"2021-12-22","sp_v3_3mo_date":"2022-02-09","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-28 11:35:47","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt came in a few days outside of 3 month visit timeline","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-28 13:58:14","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 wk survey set completed a few days outside of visit window after multiple calls and emails sent. ","erep_protdev_caplan":"Pt continues participation.","erep_rel_covid19":"0"}}},"30632":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt said she was not interested after hearing study activities. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30633":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they are not willing to come to Chicago. Opted for outpatient at Oak Brook in order to not come to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30635":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30634":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too soon to surgery date to schedule ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30636":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Uncomfortable with MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30637":{"redcap_data_access_group":"rush_university_me","main_record_id":"10208","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-27","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/26 Called back at scheduled time, did not pick up. Left VM\r\n10/27 Called did not get through","obtain_date":"2021-10-29","date_and_time":"2021-10-29 11:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-05","sp_v1_preop_date":"2021-11-03","sp_v2_6wk_date":"2021-12-17","sp_v3_3mo_date":"2022-02-04","age":"55","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-14 08:34:51","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Due to scheduling issues, subject did not come in for baseline visit. Did not complete baseline functional testing, QST, or imaging. Did complete baseline surveys and blood draw. Kept in study according to supervisor instructions.","erep_protdev_caplan":"Completed baseline surveys and day of surgery blood draw. ","erep_rel_covid19":"0"}}},"30638":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Difficulty with commute to Chicago location","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30639":{"redcap_data_access_group":"rush_university_me","main_record_id":"10214","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-04","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient states he wants to participate, but did not have time to speak today. He asked that I call back Monday to go over and sign consent. RA called to go over consent","obtain_date":"2021-11-09","date_and_time":"2021-11-09 08:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-21","sp_v1_preop_date":"2021-11-30","sp_v2_6wk_date":"2022-09-01","sp_v3_3mo_date":"2022-10-21","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-18 11:49:24","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's surgery date was changed from 01/12/2022 to 04/12/2022 which would put the baseline visit outside of the protocol range. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-10-26 10:55:16","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Tried contacting patient several times regarding 6 week surveys. Patient never completed these surveys. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30640":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 11/1/2021. Pt called back stating they would like to be taken off call list. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30641":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30642":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient not interested in participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30643":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states study sounds interesting and they would be interested in participating. Prefers call end of November beginning of December due to sx reschedule. F/u 12/6 and pt did not want to participate due to lack of time with work and staying too busy for a research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30644":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n07/7/22MB is full\r\n07/08/22-MB is full \r\n07/14/22 MB full \r\n\r\ncouldnt contact before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30645":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30646":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"54","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30647":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30648":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that she does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30649":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30650":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated they do not have time prior to sx to participate in this research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30651":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states she is unable to fit in person study visit in her schedule prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30652":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30653":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30654":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to come into Chicago for visit, Pt stated he \"lives in the suburbs\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30655":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30656":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate stated they have tooth decay and are unsure if they will even have surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30657":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate due to distance. Also declined when lyft offered. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30658":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated she is going out of town shortly after surgery and does not want to participate (after RA explained still able to complete the 2 in person study visits with the timing). ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30659":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined participation due to how long it takes to get to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30660":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30661":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 2- 11/8/2021. lvm 3 11/29.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30662":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. spoke, participant is concerned with uses of PHI. Prefers to have information emailed to her. Pt stated would call back if interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30663":{"redcap_data_access_group":"rush_university_me","main_record_id":"10213","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-03","screening_age":"35","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM - 11/1\r\n11/3 - sent info\r\n11/5 - LVM","obtain_date":"2021-11-08","date_and_time":"2021-11-08 15:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-24","sp_v1_preop_date":"2021-11-17","sp_v2_6wk_date":"2022-03-07","sp_v3_3mo_date":"2022-04-24","age":"35","sex":"2","genident":"2","ethnic":"2","dem_race":"3|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30664":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Autistic step-son, does not have the time to come in for study visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30665":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-01","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt received mailed copy of consent. Pt declined participation due to time required to participate and MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30666":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-01","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated they do not have time to come in for study. They think they'd possibly do it if in Oak Brook clinic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30667":{"redcap_data_access_group":"rush_university_me","main_record_id":"10209","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-02","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-02","date_and_time":"2021-11-02 13:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-14","sp_v1_preop_date":"2021-12-03","sp_v2_6wk_date":"2022-01-25","sp_v3_3mo_date":"2022-03-15","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-06-13","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Have attempted to contact participant several times with no call back. Participant has missed 3 and 6 month surveys. ","sp_data_site":"N/A"},"30668":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30609":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Never contacted before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30669":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30670":{"redcap_data_access_group":"rush_university_me","main_record_id":"10210","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-11-02","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent study info - call back later.\r\nCalled back, she didn't answer","obtain_date":"2021-11-03","date_and_time":"2021-11-03 16:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-12-10","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt requested to not be contacted anymore via phone or email. ","sp_data_site":"N/A"},"30671":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate stated they live very far way. RA offered lyft and participant mentioned right hip not doing well and they're concerned with how ambulatory they will be. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30672":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"RA mailed consent form. Pt stated they are rescheduling knee sx due to aortic procedure on 12/10. RA stated they would call them 2022. lvm 2022. Pt lvm. RA called back and lvm 5/26. Pt does not have time prior to sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30673":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30674":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30675":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form. \r\nPatient is having 2nd knee done on 12/17/2021. If 2nd surgery is postponed, she will reconsider participating. Will reach out to her 1st week of December. \r\nLVM\r\nPatient is having her 2nd surgery next week and will not be able to take part in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30676":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"spoke briefly and requested call at later time. lvm. lvm 11/9. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30677":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"lvm. Spoke and emailed consent. Pt stated after looking over consent they do not have the time to come in to do a study visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30678":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 11/15/2021. lvm 11/29. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30679":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"lvm. lvm 2 11/15. Pt lvm stating they are not interested in participating in a study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30680":{"redcap_data_access_group":"rush_university_me","main_record_id":"10232","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-16","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-22","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-10","sp_v1_preop_date":"2021-12-07","sp_v2_6wk_date":"2022-01-21","sp_v3_3mo_date":"2022-03-11","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30681":{"redcap_data_access_group":"rush_university_me","main_record_id":"10216","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-04","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-09","date_and_time":"2021-11-09 11:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-18","sp_v1_preop_date":"2021-11-09","sp_v2_6wk_date":"2021-12-30","sp_v3_3mo_date":"2022-02-17","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-24 10:49:27","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Failed to record location of greater pain","erep_protdev_caplan":"Unable to correct for baseline, will record if pt comes for 3 mo","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-02-21 09:47:18","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to obtain blood at 3 mo visit. Participant has very difficult veins and did not tolerate needles well. ","erep_protdev_caplan":"No corrective action available ","erep_rel_covid19":"0"}}},"30682":{"redcap_data_access_group":"rush_university_me","main_record_id":"10247","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-08","screening_age":"46","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Mailbox is full. \r\nLVM","obtain_date":"2021-12-08","date_and_time":"2021-12-08 12:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-17","sp_v1_preop_date":"2021-12-13","sp_v2_6wk_date":"2022-01-28","sp_v3_3mo_date":"2022-03-18","age":"46","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2022-08-10","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Participant has been non compliant and refusing to complete surveys. I have made numerous calls to try and reach out to her with no call back. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-07 10:57:49","erep_ae_date":"2022-01-06","erep_visit_inv":"3","erep_ae_yn":"1","erep_onset_date":"2022-01-06 05:30","erep_resolution_date":"2022-03-09 15:18","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Patient was asked to come in for possible infection. Once she was seen by surgeon she was scheduled for surgery due to a postoperative periprosthetic joint infection for a minimally invasive left knee irrigation debridement and modular liner exchange. ","erep_action_taken":"Patient wishes to continue with their participation in the study, but will only complete surveys. ","erep_outcome":"Update 3/15/22: Patient went in for an office visit and was noticed to have delayed healing on the operative knee. Patient decided to undergo a left knee superficial wound closure.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-03-15 10:12:24","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Patient never completed 6 week surveys. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30683":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30684":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt sounded very hesitant on phone. RA emailed consent. Pt emailed back stating they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30685":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt declined after speaking with primary care doctor, husband and daughter involved in patient safety. Pt stated anything QST's involving arms were concerning because she easily gets blood spots. Pt stated she wanted to be able to do study for Dr. Jacobs, but it is not the best option for her at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30686":{"redcap_data_access_group":"rush_university_me","main_record_id":"10226","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-04","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-18","date_and_time":"2021-11-18 11:48","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-10","sp_v1_preop_date":"2021-11-18","sp_v2_6wk_date":"2022-01-21","sp_v3_3mo_date":"2022-03-11","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30687":{"redcap_data_access_group":"rush_university_me","main_record_id":"10218","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-04","screening_age":"44","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke briefly. Pt requested information to be emailed. RA stated would follow up next week. ","obtain_date":"2021-11-10","date_and_time":"2021-11-10 15:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-04","sp_v1_preop_date":"2021-11-22","sp_v2_6wk_date":"2022-01-15","sp_v3_3mo_date":"2022-03-05","age":"44","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-04 08:12:57","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Pt continues participation w/out 6 wk visit. ","erep_outcome":"Pt completed 3 mos. survey set. ","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt unable to come in or complete 6 wk survey set due to health issues with gallbladder.","erep_protdev_caplan":"Pt wishes to continue participation after having gallbladder removed. ","erep_rel_covid19":"0"}}},"30688":{"redcap_data_access_group":"rush_university_me","main_record_id":"10217","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-05","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt had call coming up. Requested info emailed to her and stated she'd be interested participating. Caled 11/8. Set up time to call 11/9.","obtain_date":"2021-11-09","date_and_time":"2021-11-09 15:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-23","sp_v1_preop_date":"2021-11-22","sp_v2_6wk_date":"2022-01-04","sp_v3_3mo_date":"2022-02-22","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-28 08:56:32","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos. visit outside of timeline","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30689":{"redcap_data_access_group":"rush_university_me","main_record_id":"10219","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-11","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-11","date_and_time":"2021-11-11 09:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-23","sp_v1_preop_date":"2021-11-15","sp_v2_6wk_date":"2022-01-04","sp_v3_3mo_date":"2022-02-22","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-16 11:37:39","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit was outside of protocol range. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30690":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate. Stated they do not have time to come in for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30691":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-08","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt stated that they were not comfortable with the MRI and wanted to focus on surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30692":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt did not want to learn more about the study and declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30693":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Running out of time prior to surgery. Pt mentioned they were trying to figure out workmans comp. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30694":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM. Unable to contact pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30695":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30696":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30697":{"redcap_data_access_group":"rush_university_me","main_record_id":"10225","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-10","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-17","date_and_time":"2021-11-17 10:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-13","sp_v1_preop_date":"2021-12-03","sp_v2_6wk_date":"2022-01-24","sp_v3_3mo_date":"2022-03-14","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30698":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was on their way out and stated that they would call me back at a later time. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30699":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is in a lot of pain and just wants to focus on getting everything ready for surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30700":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"\"Good morning, \r\nAfter looking through the attached information I have decided that I do not wish to participate in the study.\r\nThe time commitment is the major hurdle for me, I just do not see a way that I would be able to participate.\r\nThank you for understanding,\"\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30701":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"48","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form to look over. \r\nPatient states that she will have to pass on participating in our study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30702":{"redcap_data_access_group":"rush_university_me","main_record_id":"10224","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-10","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ participant. She sounded willing, but hesitant regarding MRI. Emailed consent to look over. ","obtain_date":"2021-11-16","date_and_time":"2021-11-16 11:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-06","sp_v1_preop_date":"2021-12-01","sp_v2_6wk_date":"2022-01-17","sp_v3_3mo_date":"2022-03-07","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-28 14:06:36","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week survey set completed a few days outside of window","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-28 14:09:09","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos surveys completed a few days outside of protocol window","erep_protdev_caplan":"Pt continues participation","erep_rel_covid19":"0"}}},"30703":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30704":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-11","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke briefly and mentioned lyft as they stated they cannot find a ride here. Sounded hesitant on phone. RA emailed consent. Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30705":{"redcap_data_access_group":"rush_university_me","main_record_id":"10236","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-11","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-30","date_and_time":"2021-11-30 14:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-13","sp_v1_preop_date":"2021-11-30","sp_v2_6wk_date":"2022-01-24","sp_v3_3mo_date":"2022-03-14","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30706":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that because of work they do not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30707":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-12","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is Spanish speaking only. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30708":{"redcap_data_access_group":"rush_university_me","main_record_id":"10239","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-01","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-02","date_and_time":"2021-12-02 09:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-17","sp_v1_preop_date":"2021-12-06","sp_v2_6wk_date":"2022-01-28","sp_v3_3mo_date":"2022-03-18","age":"66","sex":"N/A","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-01-07","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient sent an email stating that he has too much going on and felt that he could not continue with the study. ","sp_data_site":"N/A"},"30709":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-01","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient needs to discuss it with her husband. Sent a copy of the consent form for them to look over. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30710":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-12","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30711":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-12","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30712":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-15","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate. Nurse informed pt may be interested in participating in study, RA called back and LVM 12/3. LVM 12/6.\r\n12/9/22-LVM\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30713":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-15","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" Pt declined to participate due to time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30714":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-16","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient called back to let me know that he is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30715":{"redcap_data_access_group":"rush_university_me","main_record_id":"10227","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-16","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient states she wants to participate, but needs me to call her after work hours. ","obtain_date":"2021-11-18","date_and_time":"2021-11-18 15:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-21","sp_v1_preop_date":"2021-12-09","sp_v2_6wk_date":"2022-02-01","sp_v3_3mo_date":"2022-03-22","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30716":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of consent to look over and will call him back after the thanksgiving holiday.\r\nPatient states that he has too much work before surgery and will not be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30717":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30718":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30719":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 2- stated amount of time for in person visit as pt lvm stating unsure of timing. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30720":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke briefly, unable to contact after. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30721":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Travel related issue","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30722":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30723":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not fluent in English","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30724":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt very hesitant due to amount of time for study visit. Pt mentioned they will call if interested in participating. They declined having additional information sent to them and stated to take off call list if they do not call back. Pt did not contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30725":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30726":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30727":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Not fluent in English ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30728":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt stated procedure was cancelled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30729":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined participation due to time traveling to MOR in Chicago. Stated would participate if study visit were in suburbs. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30730":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that this is too far of a drive for him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30731":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/19/21: LVM\r\n11/22 /21: LVM\r\ncouldnt contact before sx\r\n\r\n1/20/23: not interested\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30732":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was very angry and did not want to be bothered. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30733":{"redcap_data_access_group":"rush_university_me","main_record_id":"10230","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-22","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-22","date_and_time":"2021-11-22 09:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-07","sp_v1_preop_date":"2021-12-03","sp_v2_6wk_date":"2022-01-18","sp_v3_3mo_date":"2022-03-08","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-30 11:39:53","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt 3 mos survey set completed about 2 days outside of window","erep_protdev_caplan":"Pt continues participation","erep_rel_covid19":"0"}}},"30734":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30735":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30736":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30737":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient states that he wants to reach out to Dr. Nam to verify the study, he will reach out if he is indeed interested. \r\nNever heard back from the patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30738":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVMs. Unable to contact after initial phone call (pt at appt).","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30739":{"redcap_data_access_group":"rush_university_me","main_record_id":"10233","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-23","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt expressed interest. RA emailed consent to review. Unable to speak when called 11/29. Requested call back.","obtain_date":"2021-11-30","date_and_time":"2021-11-30 10:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-13","sp_v1_preop_date":"2021-12-06","sp_v2_6wk_date":"2022-01-24","sp_v3_3mo_date":"2022-03-14","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30740":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-29","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30741":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Expressed interest in study, but needs to reschedule sx. Requested call back end of Jan\r\nSx never rescheduled\r\n\r\n2/1/23: doesnt want to come to chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30742":{"redcap_data_access_group":"rush_university_me","main_record_id":"10240","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-11-30","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/30 - Pt called me back. Requested call back tomorrow morning at 8:30\r\n12/1 - Expressed interest. Sent info. He signed and sent back. Plan to call tomorrow. ","obtain_date":"2021-12-02","date_and_time":"2021-12-02 13:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-12-28","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject rescheduled surgery to UofC. May be reconsented there. ","sp_data_site":"N/A"},"30743":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/30 - LVM\r\n12/7 - LVM\r\n12/13 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30744":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-01","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she has too much going on at the moment and wants to focus on just getting her surgery done. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30745":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages without a call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30746":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined participating for this knee","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30747":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-02","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt hesitant regarding timing. Stated would reach out if able to do study. Pt emailed stating they do not wish to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30748":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-02","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt not eligible for study due to second knee. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30750":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Did not want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30751":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke and emailed consent. Stated available likely after 12/19 or 12/20. f/u on 12/10. Pt hesitant due to scheduling. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30752":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Teacher, requests calls after 3pm; unable to speak during initial call because in class. Pt states not interested coming into the city 12/13/2021. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30753":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30754":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"-Difficulty with time constraints\r\n-Unable to do MRI due to back issues","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30755":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30756":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Difficulties with commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30757":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Wife stated would have husband call if interested. RA did not hear from pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30758":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"expressed interest, stated unsure if able to participate due to timing. lvm \r\n12/7. lvm \r\n12/14. lvm \r\n12/15. Pt unable to participate prior to sx; would like to participate if he were able to next year. \r\n\r\n12/22/22: mbf\r\n12/29/22: mbf\r\n01/04/23: lvm\r\n1/11/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30759":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30760":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she has way too much going on and way too much to do prior to her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30761":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient's surgery is this Friday and has no time to come in. Patient states she is having a 2nd surgery but is unsure when it will happen. Will contact her after her post op appointment to touch base. \r\nLVM\r\nPt was about to have therapy, will call me back after. \r\nPt not sure about 2nd surgery, she is in a lot of pain after 1st surgery. Will reach out to her in a few months to see how she feels about having 2nd knee done. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30762":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVMS unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30763":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. Pt lvm 12/8 stating he was too busy to take part in a research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30764":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Issue related to commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30765":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to do it for this surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30766":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt stated she was interested in particiating, but did not know her work schedule until day of. lvm 12/14. Pt unable to schedule study visit prior to surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30767":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30768":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact. LVM.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30769":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM, unable to contact pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30770":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"States the study would be too much with cancer treatments and other appointments. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30771":{"redcap_data_access_group":"rush_university_me","main_record_id":"10248","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-09","date_and_time":"2021-12-09 10:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-17","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-01-28","sp_v3_3mo_date":"2022-03-18","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2021-12-15","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject canceled baseline visit and was unable to reschedule before surgery. ","sp_data_site":"N/A"},"30772":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPatient was waiting for a phone call and could not speak. Sent a copy of consent form for him to look over. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30773":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30774":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30775":{"redcap_data_access_group":"rush_university_me","main_record_id":"10262","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-09","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-20","date_and_time":"2021-12-20 14:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"83","sex":"N/A","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2021-12-29","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Surgery canceled and will not be rescheduled due to medical concerns","sp_data_site":"N/A"},"30776":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"attempted to contact; pt hung up. Lvm 12/20/2021. Voicemail went to a person other than pt with same last name. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30777":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"lvm. Spoke and emailed consent. Not sure due to availability. Pt emailed stating unable to participate due to time of study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30778":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt not interested in coming to chicago and does not have time to participate in study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30779":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30780":{"redcap_data_access_group":"rush_university_me","main_record_id":"10261","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-10","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-20","date_and_time":"2021-12-20 12:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-26","sp_v1_preop_date":"2022-01-04","sp_v2_6wk_date":"2022-03-09","sp_v3_3mo_date":"2022-04-26","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2022-02-28","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Missed blood draw appointment with no contact, and after appointment attempted to call on three separate occasions. No response. Lost to follow-up. ","sp_data_site":"N/A"},"30781":{"redcap_data_access_group":"rush_university_me","main_record_id":"10249","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-10","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-10","date_and_time":"2021-12-10 10:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-26","sp_v1_preop_date":"2022-01-11","sp_v2_6wk_date":"2022-03-09","sp_v3_3mo_date":"2022-04-26","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30782":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated did not have time to complete study visit. Was thinking they'd even need to get the pt bag of supplies from medical store the day of. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30783":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-13","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30784":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-13","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30785":{"redcap_data_access_group":"rush_university_me","main_record_id":"10251","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-13","screening_age":"56","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/13 - Called back, expressed interest, sent info. Said she would call me back","obtain_date":"2021-12-14","date_and_time":"2021-12-14 11:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-23","sp_v1_preop_date":"2021-12-21","sp_v2_6wk_date":"2022-02-03","sp_v3_3mo_date":"2022-03-24","age":"56","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 08:54:23","erep_ae_date":"2021-12-21","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-12-21 00:00","erep_resolution_date":"2021-12-21 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt had a panic attack while on the table and requested to be taken out. ","erep_action_taken":"Pt will continue with the other study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30786":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-13","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/20 - Called me back, expressed interest. Hesitation due to ongoing health concerns. Sent consent doc\r\n1/3/22 - LVM. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30787":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-13","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30788":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"lvm. lvm 1/7/2022. Unable to contact. \r\n\r\n7/24/2023: lvm\r\n7/31/2023: lvm\r\n\r\n8/1/23: not interested. Added to Final and Redcap No's","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30789":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate, stated they previously participated in a study and they currently have no time. Pt stated they appreciate the work in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30790":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"84","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is really stressed out about upcoming surgery and doesn't want to have to worry about anything else. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30791":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPt requested a copy of the consent form to look over. \r\nLVM with no call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30792":{"redcap_data_access_group":"rush_university_me","main_record_id":"10255","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-16","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-16","date_and_time":"2021-12-16 15:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-03","sp_v1_preop_date":"2021-12-22","sp_v2_6wk_date":"2022-02-14","sp_v3_3mo_date":"2022-04-03","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30793":{"redcap_data_access_group":"rush_university_me","main_record_id":"10260","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-14","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt very interested in A2CPS. Stated they have a lot of experience in pain and has a pain condition. RA will double check eligibility information. RA emailed info to pt. RA read over consent form with pt and pt stated would sign shortly. ","obtain_date":"2021-12-20","date_and_time":"2021-12-20 11:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-20","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-03-03","sp_v3_3mo_date":"2022-04-20","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-01-21","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Patient continued to be unable to set up baseline visit due to concerns of other health issues. ","sp_data_site":"N/A"},"30794":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact (lvms)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30795":{"redcap_data_access_group":"rush_university_me","main_record_id":"10545","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-14","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt expressed interest 12/15. emailed consent. Pt currently on vacation requested call next week. After reviewing consent pt emailed they do not want to participate. \r\n12/6/22-Sent a copy of the consent form \r\n","obtain_date":"2022-12-08","date_and_time":"2022-12-08 12:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-10","sp_v1_preop_date":"2022-12-20","sp_v2_6wk_date":"2023-02-21","sp_v3_3mo_date":"2023-04-10","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30796":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of consent form to look over. \r\nLVM with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30797":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient only speaks polish. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30798":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-06","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30799":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient cancelled her surgery with Dr. Berger because he does not except her insurance. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30800":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Mobile number was daughters. Spoke with pt and they asked if RA could speak with their daughter because their English was better. RA stated study questionnaires were in English and we are not currently enrolling those unable to complete study components in English. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30801":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30802":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30803":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states that she has too much to deal with prior to sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30804":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states they are going to Mexico after their surgery and would not be able to make visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30805":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lvm 12/16 stating they are already participating in a study and would not like to participate in another at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30806":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30807":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact after emailing and mailing consent (calledx2 to f/up). ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30808":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt stated unwilling to do MRI at UIC and is afraid of exposure to Covid prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30809":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-17","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt expressed interest. RA emailed consent. Answered question regarding eligibility 12/28. lvm 12/29/2022. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30810":{"redcap_data_access_group":"rush_university_me","main_record_id":"10273","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-20","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt was very interested in participating. Requested copy of consent mailed and emailed. Pt unable to find mailed consent, requested call Monday. lvm 1/3","obtain_date":"2022-01-13","date_and_time":"2022-01-13 12:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-26","sp_v1_preop_date":"2022-01-13","sp_v2_6wk_date":"2022-03-09","sp_v3_3mo_date":"2022-04-26","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30811":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-23","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated they live in the suburbs and it would be a very long trip. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30812":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-23","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30814":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-28","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30815":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-28","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30816":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Doesn't want the government or anybody to know any of her business. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30817":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-28","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM's. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30818":{"redcap_data_access_group":"rush_university_me","main_record_id":"10265","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-28","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt expressed interest. RA emailed info. ","obtain_date":"2021-12-29","date_and_time":"2021-12-29 13:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-20","sp_v1_preop_date":"2022-01-13","sp_v2_6wk_date":"2022-03-03","sp_v3_3mo_date":"2022-04-20","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30819":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-29","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/29: Expressed interest, sent consent document, made plans to call back next week. Requested evening times for call back\r\n1/4 - LVM\r\n1/6 - Did not pick up phone","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30820":{"redcap_data_access_group":"rush_university_me","main_record_id":"10271","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-29","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Expressed interest, sent study info, plan to call back next week ","obtain_date":"2022-01-11","date_and_time":"2022-01-11 13:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-04","sp_v1_preop_date":"2022-01-18","sp_v2_6wk_date":"2022-03-18","sp_v3_3mo_date":"2022-05-04","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30821":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-29","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/29 - LVM\r\n1/5 - Requested call after 2pm \r\n1/5 - Called back, lvm\r\n1/13 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30822":{"redcap_data_access_group":"rush_university_me","main_record_id":"10269","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-29","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/29 - LVM\r\n1/5 - Sent consent info","obtain_date":"2022-01-06","date_and_time":"2022-01-06 11:03","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-04","sp_v1_preop_date":"2022-01-21","sp_v2_6wk_date":"2022-03-18","sp_v3_3mo_date":"2022-05-04","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30823":{"redcap_data_access_group":"rush_university_me","main_record_id":"10267","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-05","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Need to verify a few things with Dr. Gerlinger before consenting patient. ","obtain_date":"2022-01-05","date_and_time":"2022-01-05 09:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-02","sp_v1_preop_date":"2022-01-28","sp_v2_6wk_date":"2022-06-13","sp_v3_3mo_date":"2022-08-02","age":"81","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-18 11:36:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's surgery date was changed from 02/07/2022 to 04/19/2022 which would put the baseline visit outside of the protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30824":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 1/14/2022. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30825":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt stated they were not interested in study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30826":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not fluent in English","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30827":{"redcap_data_access_group":"rush_university_me","main_record_id":"10266","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-04","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-04","date_and_time":"2022-01-04 15:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-20","sp_v1_preop_date":"2022-01-12","sp_v2_6wk_date":"2022-03-03","sp_v3_3mo_date":"2022-04-20","age":"66","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30828":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30829":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt initially hesitant, spoke and emailed consent. Unable to contact after emailing consent (lvm)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30830":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt stated they were not interested in research at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30831":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that her surgery has been cancelled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30832":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to commute to Rush","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30833":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Is sick, plan to reschedule surgery.\r\nyet to reschedule as of 12/2022\r\n\r\n12/15/22-Pt declined not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30834":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"LVM\r\ncancelled sx and is having hip arthroplasty. \r\n\r\n01/3/23: lvm\r\n1/10/23: called back, needs to think about it\r\n1/18/23: lvmis unable to get out of the house without help, cant come in for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30835":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-14","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Have contacted patient several times with no answer and mailbox is full. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30836":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30837":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30838":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is really concerned with her age and how bad things are with covid, she does not want to risk it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30839":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is going through a lot at the moment due to her husband being sick and everything with covid. She has temporarily cancelled her surgery but would like for us to stay in touch for when she reschedules. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30840":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate, stated they're already enrolled in a study and are starting to feel overwhelmed. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30841":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-07","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient was on her way to work and asked that I call her back before 10am. \r\nPatient states that she is still in bed and will call me back when she fully wakes up. \r\nPatient states that there are issues with an EKG she just had and her surgery will be cancelled. She has too much going on at the moment and does not want to be contacted again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30842":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30843":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-07","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPatient states that he lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30844":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sx canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30845":{"redcap_data_access_group":"rush_university_me","main_record_id":"10268","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-01-05","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/5 - Interested, sent info\r\nAsked to call back tomorrow","obtain_date":"2022-01-06","date_and_time":"2022-01-06 09:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-14","sp_v1_preop_date":"2022-01-11","sp_v2_6wk_date":"2022-02-25","sp_v3_3mo_date":"2022-04-14","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-13 13:20:24","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Subject unable to come in for baseline visit and did not complete baseline functional testing, QST, or imaging. This is because the baseline visit was scheduled for the same day as a different surgical procedure. ","erep_protdev_caplan":"Subject will complete baseline surveys and day of surgery blood draw. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-03-31 12:37:02","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt no-show for 6 wk blood draw and could not be reached to discuss surveys. When I did get through to her briefly, stated she was still interested in participating and requested call later. Did not get through later and no response to voicemail.","erep_protdev_caplan":"Plan to not do 6 week surveys or blood draw, and attempt to contact participant again at 3 months. ","erep_rel_covid19":"0"}}},"30846":{"redcap_data_access_group":"rush_university_me","main_record_id":"10270","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-05","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke and emailed consent, pt expressed interest","obtain_date":"2022-01-07","date_and_time":"2022-01-07 14:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-25","sp_v1_preop_date":"2022-01-11","sp_v2_6wk_date":"2022-03-08","sp_v3_3mo_date":"2022-04-25","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30847":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"82","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is not interested and does not want to be contacted again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30848":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to commute to Rush","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30849":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"54","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that he lives too far from the city and also has a lot to do before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30850":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"spoke and emailed consent, req call back around 3pm next day. lvm 1/6. Spoke briefly 1/7, asked for call back later. Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30851":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to commute to Rush for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30852":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-06","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that as much as he would like to help with research that his time is very limited at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30853":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"lvm. Pt declined to participate due to time required to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30854":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30855":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states she has a lot to deal with prior to surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30856":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30857":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-07","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Ptinterested, but not eligible to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30858":{"redcap_data_access_group":"rush_university_me","main_record_id":"10272","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-11","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"spoke and emailed consent form. lvm 1/12/2022","obtain_date":"2022-01-13","date_and_time":"2022-01-13 08:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-20","sp_v1_preop_date":"2022-01-18","sp_v2_6wk_date":"2022-03-03","sp_v3_3mo_date":"2022-04-20","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-22 11:30:42","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 wk visit, closer to 8 weeks","erep_protdev_caplan":"Continue participation ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-05-17 15:16:55","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit a few days outside of timeline. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-06-28 14:45:55","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt 3 mos in person visit a few days outside of window","erep_protdev_caplan":"Pt continues participation","erep_rel_covid19":"0"}}},"30859":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient called me back. Asked that I send them a copy of the consent form to look over and will call them back tomorrow. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30860":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-12","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30861":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-12","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to come to Rush for study visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30862":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-12","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Said no to MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30863":{"redcap_data_access_group":"rush_university_me","main_record_id":"10280","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-31","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-31","date_and_time":"2022-01-31 15:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-07","sp_v1_preop_date":"2022-02-03","sp_v2_6wk_date":"2022-03-21","sp_v3_3mo_date":"2022-05-07","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30864":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-21","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30865":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"46","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt asked that I call her back tomorrow morning. \r\nLVM\r\nPt requested a copy of the consent form to look over. \r\nLeft several messages with no response. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30866":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM\r\nPt called back and left voicemail asking that I call her after school hours. \r\nPatient states that she's working full time until day of surgery and does not have the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30867":{"redcap_data_access_group":"rush_university_me","main_record_id":"10278","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-21","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt states they will sign consent on Sunday. ","obtain_date":"2022-01-24","date_and_time":"2022-01-24 15:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-04","sp_v1_preop_date":"2022-01-26","sp_v2_6wk_date":"2022-03-18","sp_v3_3mo_date":"2022-05-04","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 09:38:39","erep_ae_date":"2022-01-26","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-01-26 09:38","erep_resolution_date":"2022-01-26 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt panicked while on the MRI table. Pt asked to be taken out. ","erep_action_taken":"Pt will continue with the other study tests. Will not do MRI at 3 month visit. ","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30868":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30869":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Jan - LVM x 3\r\n4/5 - LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30870":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/13 - LVM\r\n\r\nnever reached before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30871":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30872":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30873":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is being seen at Munster.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30874":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is spanish speaking. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30875":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/13 - LVM\r\n1/18 - LVM\r\n1/24 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30876":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30877":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that they don't have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30878":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30879":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/13 - LVM\r\n1/18 - LVM\r\n1/24 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30880":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/13 - LVM\r\n1/18 - Expressed interest, hesitant about time commitment and possible rescheduling of surgery, will reach back out if interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30881":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated they do not have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30882":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was interested. RA emailed consent to read over. lvm 1/19/2022. Unable to contact after sending consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30883":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states they live far away from Rush and short staffed with work therefore unable to participate in research that is in person.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30884":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-18","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30885":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-18","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/18 - LVM. Called me back, expressed interest, sent study info. \r\n1/21 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30886":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/19 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30887":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30889":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30890":{"redcap_data_access_group":"rush_university_me","main_record_id":"10274","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-19","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-19","date_and_time":"2022-01-19 12:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-16","sp_v1_preop_date":"2022-01-25","sp_v2_6wk_date":"2022-03-30","sp_v3_3mo_date":"2022-05-16","age":"N/A","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30891":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was at an appt and did not have time to speak. Requested a copy of the consent form to look over. \r\nPatient called me back and states that after reviewing the consent form, she's not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30892":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states husband is recovering from stem cell treatment and they do not have the time currently. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30893":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt hung up after answering phone. Number disconnected on attempt 2.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30894":{"redcap_data_access_group":"rush_university_me","main_record_id":"10276","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-19","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt interested in study. RA emailed consent and will f/up. lvm 1/21","obtain_date":"2022-01-24","date_and_time":"2022-01-24 07:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-11","sp_v1_preop_date":"2022-01-26","sp_v2_6wk_date":"2022-03-25","sp_v3_3mo_date":"2022-05-11","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30895":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/19 - Called, spoke, sent info. Seems somewhat confused.\r\n1/25 - LVM\r\n1/31 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30896":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt stated there was too much involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30897":{"redcap_data_access_group":"rush_university_me","main_record_id":"10275","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-19","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt hesitant w/ all study procedures, but expressed interest in study. RA emailed consent.","obtain_date":"2022-01-21","date_and_time":"2022-01-21 12:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-02","sp_v1_preop_date":"2022-01-27","sp_v2_6wk_date":"2022-03-16","sp_v3_3mo_date":"2022-05-02","age":"59","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30898":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-20","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30899":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-20","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30900":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-20","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/31 - was given a different number to call\r\n1/31 - LVM at new number\r\n2/8 - LVM\r\n\r\n12/21/22: LVM\r\n12/30/22: lvm\r\n\r\ncouldnt reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30901":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Pt had to get to therapy, but requested a copy of the consent form to look over. \r\nPatient states that she lives too far and has no time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30902":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt requested a copy of the consent form to look over. \r\nPatient has been on vacation and hasn't looked at the consent. They will look at it tonight and get back to me tomorrow. \r\nPatient never contacted me regarding study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30903":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\nPt sent an email stating that after reviewing the consent form, she is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30904":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Pt was at work and couldn't speak. \r\nLVM\r\nPt asked that I call her back at 4:30. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30905":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"68","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient is interested but would like a copy of the consent form to look over. \r\nPatient will call me back after work. \r\nPatient asked that I mail her a copy of the consent form to look over and will touch base next week. \r\nLVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30906":{"redcap_data_access_group":"rush_university_me","main_record_id":"10277","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-01-24","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-24","date_and_time":"2022-01-24 12:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-17","sp_v1_preop_date":"2022-02-11","sp_v2_6wk_date":"2022-03-31","sp_v3_3mo_date":"2022-05-17","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 09:02:06","erep_ae_date":"2022-05-23","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-05-23 00:00","erep_resolution_date":"2022-05-23 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt was unable to lay on the table without experiencing extreme neck and back pain. Pt was unable to do MRI scan. ","erep_action_taken":"Pt will continue with the other study tests. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30907":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/24 - Spoke, seemed extremely confused. Unclear about study and worried about transportation for surgery. \r\n\r\nnever recontacted before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30908":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that its too much for her to be traveling back and forth. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30909":{"redcap_data_access_group":"rush_university_me","main_record_id":"10284","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-09","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-09","date_and_time":"2022-02-09 15:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-17","sp_v1_preop_date":"2022-02-15","sp_v2_6wk_date":"2022-03-31","sp_v3_3mo_date":"2022-05-17","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-05-24","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient is currently going through a lot and is also planning on traveling outside the country. No longer has time to be in the study or do study related activities. ","sp_data_site":"N/A"},"30910":{"redcap_data_access_group":"rush_university_me","main_record_id":"10279","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-01-24","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt expressed interest in study, RA emailed consent. unable to speak at call back.","obtain_date":"2022-01-28","date_and_time":"2022-01-28 08:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-16","sp_v1_preop_date":"2022-02-07","sp_v2_6wk_date":"2022-03-30","sp_v3_3mo_date":"2022-05-16","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-28 14:59:24","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys are about 1 wk outside of window","erep_protdev_caplan":"Pt continues participation","erep_rel_covid19":"0"}}},"30911":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt does not like coming to Chicago but very friendly on phone and willing to answer surveys. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30912":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt does not like to come into Chicago and also is unable to leave long because a loved one has a seizure disorder. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30913":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient req call at later time 1/24. Pt requested call at later time 1/31. voicemail full 5pm 1/31. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30914":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke w/ pt. Very interested. RA emailed consent and will call back. Pt stated they were no longer interested after reviewing consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30915":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke briefly, requested call back at later time. Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30916":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated they live about an hour away and are not willing to come in for the study visits, also stated they are unable to take off work for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30917":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt not willing to come into Chicago for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30918":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Objection to blood draw","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30919":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Not English fluent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30920":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30921":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-25","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/25 - LVM\r\n1/31 - Called, seemed interested but hesitant, requested I send info\r\n2/2 - Called, hadn't looked at info, requested that I let him call me back if interested\r\nCanceled Surgery\r\nRescheduled surgery \r\n2/21 - Called me back, expressed interest, very hesitant about MRI\r\n\r\nnever reached before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30922":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30923":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/27 - Called me back, sent info\r\n1/28 - Called back, re-sent info. Said she had not received it.\r\n1/31 - Did receive it, wanted more time to read over, thinks she does want to participate. Plan to call back on Wednesday\r\n2/2 - Call back in an hour. Called back, no answer\r\n2/3 - She called, missed it, I called back \r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30924":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Stated he is unable to do MRIs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30925":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Participant lvm 1/28 stating they are not interested in participating in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30926":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt did not want to hear about research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30927":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30928":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30929":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-28","screening_age":"35","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Self disclosed that he is not MRI eligible due to shrapnel ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30930":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-28","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/28 - LVM\r\n2/1 - LVM\r\n2/8 - LVM\r\n\r\nnever reached before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30931":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-28","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt self disclosed that she is unable to do an MRI due to implant","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30932":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-28","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30933":{"redcap_data_access_group":"rush_university_me","main_record_id":"10287","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-01-28","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/28 - LVM\r\n2/1 - LVM\r\n2/8 - Spoke, expressed interest, plan to call ","obtain_date":"2022-02-14","date_and_time":"2022-02-14 14:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-28","sp_v1_preop_date":"2022-02-14","sp_v2_6wk_date":"2022-04-11","sp_v3_3mo_date":"2022-05-28","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-17 08:06:12","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit was outside of timeline. Partipcant was contacted multiple times but did not answer. When they did it was outside of window. Therefore, when they did it was outside of the visit timeline. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30934":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-31","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30935":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-31","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt declined to participate prior to learning about study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30936":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-31","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left contact information w/ husband. Pt called back and states she has too many other health issues to deal with in order to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30937":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-31","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt prefers to call back after checking with workmans comp and reviewing consent. Did not hear back from patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30938":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-31","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated first study visit would be too long","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30939":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has too much going on before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30940":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Mailbox is not in service. \r\nPatient requested at copy of the consent form to look over. \r\nPt asked me to resend consent form to look over. \r\nPt states that she doesn't think she would be a good candidate and really doesn't have the time to be in the study. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30941":{"redcap_data_access_group":"rush_university_me","main_record_id":"10281","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-01","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-01","date_and_time":"2022-02-01 16:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-16","sp_v1_preop_date":"2022-02-10","sp_v2_6wk_date":"2022-03-30","sp_v3_3mo_date":"2022-05-16","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30942":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient's listed phone number is not taking calls at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30943":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-02","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30944":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-02","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/2 - LVM\r\n2/8 - LVM\r\n2/14 - LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30945":{"redcap_data_access_group":"rush_university_me","main_record_id":"10282","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-02","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-02","date_and_time":"2022-02-02 12:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-25","sp_v1_preop_date":"2022-02-21","sp_v2_6wk_date":"2022-04-08","sp_v3_3mo_date":"2022-05-25","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-23 09:21:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Unable to access contralateral deltoid. Instead used spot lower on contralateral arm.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-29 10:14:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit being outside of timeline and surveys being outside of timeline. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30946":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt was hesitant. RA emailed consent and will f/up next week. On 2/9 Pt states they are too busy thinking about sx and to give call another day","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30947":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they are sick and requested a call back the following week. Spoke w/ pt, states they are cancelling sx b/c their previous RTKA 2 yrs ago was unsuccessful and they cannot walk more than a block.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30948":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"Pt interested, but unsure. Requested info mailed to them due to issue with email and will call back if interested. Pt called back after receiving packet of information. Stated the more they read the less they were interested as there isn't really a benefit for them and they do not want to have an MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30949":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Requested that headset be used for MRI. RA followed up with MRI center. MRI center gave additional information on ear plugs. Participant will think about participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30951":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30952":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-04","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"2/4 - Called, sent information, plan to call back next week \"anytime after 12pm\"\r\n2/8 - LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30953":{"redcap_data_access_group":"rush_university_me","main_record_id":"10283","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-04","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/4 - LVM","obtain_date":"2022-02-04","date_and_time":"2022-02-04 14:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-03","sp_v1_preop_date":"2022-02-15","sp_v2_6wk_date":"2022-04-14","sp_v3_3mo_date":"2022-06-03","age":"69","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-09 14:25:38","erep_ae_date":"2022-03-08","erep_visit_inv":"6","erep_ae_yn":"1","erep_onset_date":"2022-03-08 19:25","erep_resolution_date":"2022-03-08 00:00","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Pt fell at home a few days after surgery and badly injured surgical knee. Was admitted for emergency surgery. ","erep_action_taken":"No immediate action needed. Attached H&P notes for intake. ","erep_outcome":"Pt will continue with study. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-03-31 12:49:41","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Patient was unable to come in for blood draw due to mobility issues related to previous adverse event. Instead will only do surveys for 6 wks. ","erep_protdev_caplan":"Pt will do surveys for 6 wks and depending on his condition will come in for 3 month visit. ","erep_rel_covid19":"0"}}},"30954":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was interested. but self disclosed after learning about MRI that they have a deep brain stimulator and are unable to have MRI's.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30955":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt states they are not interested because they are having sx. RA informed that is why they qualify for study and pt was not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30956":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM's, unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30957":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30958":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30959":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/9 - LVM\r\n2/17 - LVM\r\n2/22 - LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30960":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states they are not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30961":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt states they are unwilling to do MRI as they are claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30962":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to travel to Chicago for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30963":{"redcap_data_access_group":"rush_university_me","main_record_id":"10289","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-14","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt was very interested. RA meeting after appt to go over consent and part one of study visit. LVM 2/15/2022","obtain_date":"2022-02-15","date_and_time":"2022-02-15 15:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-28","sp_v1_preop_date":"2022-02-15","sp_v2_6wk_date":"2022-04-11","sp_v3_3mo_date":"2022-05-28","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-04-18 09:32:30","erep_ae_date":"2022-04-13","erep_visit_inv":"6","erep_ae_yn":"1","erep_onset_date":"2022-04-13 09:32","erep_resolution_date":"2022-05-16 09:32","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Pt requires a revision to knee arthroplasty due to improper healing of skin underneath incision. Pt states they feel great and the PT has been going as expected. They state they had no indication that something was wrong until a follow up visit with their doctor. ","erep_action_taken":"Pt continues participation in study.","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-04-27 09:14:50","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood draw 1 wk out of protocol range","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30964":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15 - Phoned, did not get through, VM was of a different person. Did not LVM\r\n2/22 - LVM. VM of a different person\r\n07/18/22-lvm\r\n07/19/22-lvm\r\n07/25/22-participant denied to be a part of the study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30965":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15 - Called, got through part of the script, she hung up on me not clear why. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30966":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15 - LVM\r\n2/23: Sx postponed indefinitely \r\n4/28 - Sx rescheduled, LVM\r\nUnable to contact participant ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30967":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30968":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much time out of job. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30969":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30970":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30971":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15 - LVM. Called me back, expressed interest, sent info\r\n2/21 - Hadn't seen email, found it, stated he would get back to me today.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30972":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30973":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/16 - LVM\r\n2/22 - Spoke, stated not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30974":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-16","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30975":{"redcap_data_access_group":"rush_university_me","main_record_id":"10301","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-16","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/16 - Spoke with him + wife - expressed interest, sent info. Wife is epidemiologist \r\n2/21: Requested call back Thursday\r\n2/24: LVM. Called me back, requested call back later.","obtain_date":"2022-02-25","date_and_time":"2022-02-25 09:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-15","sp_v1_preop_date":"2022-02-28","sp_v2_6wk_date":"2022-04-26","sp_v3_3mo_date":"2022-06-15","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-28 16:14:52","erep_ae_date":"2022-02-28","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-02-28 16:15","erep_resolution_date":"2022-03-01 14:42","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt stated that after MRI scanning is tinnitus was \"a whole level higher\" than it was prior to scanning. Before scan had not mentioned history of tinnitus. ","erep_action_taken":"RA will follow up with pt to see if tinnitus resolves. ","erep_outcome":"RA called pt about 24 hours after appointment. He stated that he had been concerned, but the tinnitus seemed to be back to normal. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30976":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/16 - LVM\r\n2/22: Stated not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30977":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-16","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/16 - LVM\r\n2/17 - Called back, said she was not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30978":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she lives too far and it would be inconvenient for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30979":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Patient isn't interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30980":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient is just not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30981":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/17 - Said he would call me back \r\n2/21 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30982":{"redcap_data_access_group":"rush_university_me","main_record_id":"10299","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-17","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/17 - Expressed interest, plans to call back, send info\r\n2/22: Still interested, requested call back tomorrow am\r\n2/23: LVM","obtain_date":"2022-02-24","date_and_time":"2022-02-24 10:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-17","sp_v1_preop_date":"2022-03-08","sp_v2_6wk_date":"2022-04-28","sp_v3_3mo_date":"2022-06-17","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-09-20 09:03:39","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to contact patient to schedule 3 month visit or to get her to complete 3 month surveys. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30983":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt states they will call me back during their lunch break. \r\nPatient states that his job is short staffed and wouldn't be able to take any days off prior to surgery. \r\nPatient called me back and left a vm stating that his surgery has been pushed and thinks he might be able to participate. LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30984":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30985":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/17 - LVM\r\n2/22 - LVM. Returned my call. Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30986":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient was unable to talk and asked that I call back next week. \r\nPatient does not want to take any part in our research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30987":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that the study sounds too involved and she does not have the time for it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30988":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"44","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she will be having a second surgery and thinks she may be a better candidate for that 2nd surgery. Will send her a copy of the consent form and call her at the end of March to touch base. \r\n11/02- no new sx scheduled as of today","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30989":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is not interested in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30990":{"redcap_data_access_group":"rush_university_me","main_record_id":"10292","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-17","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/17 - Expressed interest, sent info","obtain_date":"2022-02-18","date_and_time":"2022-02-18 16:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-18","sp_v1_preop_date":"2022-03-01","sp_v2_6wk_date":"2022-04-29","sp_v3_3mo_date":"2022-06-18","age":"76","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-08-01 11:34:36","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed surveys outside of timeline window. Patient did not want to come in for 3 month visit. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30991":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states they are unlikely to be able to fit in a study visit and will reach out if there is time. Pt states they currently do not have the time and declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30992":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt stated the study was a lot. Pt states they have conducted studies in the past, but not to this extent. After f/up the pt states they are unable to do the study due to all of the tasks involved. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30993":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt stated unable to have MRI's due to clip in her cheek. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30994":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt not interested in coming to Chicago, RA offered Lyft and pt still declined. Does not like expressways. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30995":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/17 - LVM\r\n2/21 - Contacted, stated he is not interested. Did not elaborate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30996":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-01","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM \r\nPatient states they are working up until the day of surgery and have no time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30997":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form and asked that I call her back tomorrow. \r\nPt needs a little more time to think about it and asked that I call back Monday. \r\nPatient is still thinking about it. Her surgery has been postponed pending insurance, will reach out to her in 2 wks. \r\nPt's surgery was never rescheduled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30998":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient states that she lives too far and it is not worth her time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30999":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"left several messages with no call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31000":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31001":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31002":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate, stated they are already very nervous about the surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31003":{"redcap_data_access_group":"rush_university_me","main_record_id":"10304","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-28","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-28","date_and_time":"2022-02-28 13:09","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-18","sp_v1_preop_date":"2022-03-01","sp_v2_6wk_date":"2022-04-29","sp_v3_3mo_date":"2022-06-18","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-03-10","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient had some things come up and was unable to find time to be able to participate. ","sp_data_site":"N/A"},"31004":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is in too much pain and lives too far to be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31005":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt asked that I call them back later today. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31006":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient states that he went in for a second opinion and has decided to have his surgery at a surgery center in Hinsdale. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31007":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|3","ptinterest_comment":"Patient stated no interest after hearing about the MRI portion. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31008":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31009":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/2022: Patient states that now is not a good time for her to participate. \r\n\r\n2/3/23: lvm\r\n2/16/23: doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31010":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-01","screening_age":"76","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient shows interest but asked that I call them back tomorrow evening. \r\nPt thought about it and states that it would be difficult because she babysits her grandchild and does not drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31012":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states they have too much going on at the moment and don't live close enough to be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31013":{"redcap_data_access_group":"rush_university_me","main_record_id":"10295","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-23","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-23","date_and_time":"2022-02-23 11:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-09","sp_v1_preop_date":"2022-02-24","sp_v2_6wk_date":"2022-04-20","sp_v3_3mo_date":"2022-06-09","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-07-05 16:00:09","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant was out of town and unable to make it in for her 3 month visit within the protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31014":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31015":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Phone number was daughters; stated they are not willing to participate in study at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31016":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31017":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/23 - LVM\r\n3/1 - Called me back, called him back, LVM\r\n3/3 - Called me back, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31018":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31019":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/23 - VM not set up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31020":{"redcap_data_access_group":"rush_university_me","main_record_id":"10302","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-23","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt states they are willing to participate. RA emailed consent and will follow up. ","obtain_date":"2022-02-25","date_and_time":"2022-02-25 11:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-16","sp_v1_preop_date":"2022-03-01","sp_v2_6wk_date":"2022-04-27","sp_v3_3mo_date":"2022-06-16","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31021":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-01","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"LVM\r\nPatient asked for a copy of the consent form to look over. \r\nPatient states that it seems like there's too much involvement that he doesn't have time for. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31022":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-25","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/25 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31023":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt unwilling to have MRI due to severe claustrophobia. States she can only have open mri's. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31024":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/25: Unable to LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31025":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Spoke to patient's daughter and she states patient's English isn't that great and really doesn't have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31026":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31027":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt has to talk it over with her husband.\r\nPatient states that it is too long of a drive for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31028":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-01","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/21 - LVM\r\n3/1 - LVM\r\n3/4 - LVM. Called me back, expressed interest but very hesitant about the time commitment. May reach back out to me. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31029":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-01","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/1 - Called, did not get through. Possibly hung up on.\r\n3/4 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31030":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2 - LVM. Out of office returning thursday\r\n3/4 - Called, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31031":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2 - Phone line did not go through\r\n3/4 - Hesitant about time, did express interest, did send info","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31032":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2 - LVM\r\n3/7 - LVM\r\n3/18 - Requested call on Monday","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31033":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2 - LVM\r\n3/4 - He returned my call, called him back lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31034":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/2 - LVM\r\nCalled me back, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31035":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2 - LVM\r\n3/3 - Called me back. Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31037":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/2 - Expressed interest, send info. Plan to call back tomorrow\r\n3/7 - Pt emailed, stating not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31038":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31039":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/3 - Spoke, expressed interest but hesitant about time commitment. Sent info. Will see if he reaches back out. \r\n3/4 - Emailed stating he's not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31040":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/3 - Got through, on a call, requested she call me back later\r\n3/7 - Expressed interest, sent info\r\n3/10 - Emailed expressing interest. Called back \r\nNot eligible due to scheduled knee replacement","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31041":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/3 - LVM, called me back, expressed interest, sent info\r\n3/11 - LVM\r\n3/16 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31042":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/3 - Called, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31043":{"redcap_data_access_group":"rush_university_me","main_record_id":"10313","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-04","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/4 - LVM\r\n3/11 - Expressed interest, sent info \r\n3/14- state they will sign consent, tonight. Pt very interested. ","obtain_date":"2022-03-15","date_and_time":"2022-03-15 10:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-23","sp_v1_preop_date":"2022-03-17","sp_v2_6wk_date":"2022-05-04","sp_v3_3mo_date":"2022-06-23","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31044":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to commute to Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31045":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"3/4 - LVM\r\n3/11 - Got through, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31036":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2 - LVM\r\n3/7 - Called, requested call back after 4pm. Called back, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31046":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/7: Call back later","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31047":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/7 - LVM \r\n07/08/22-Particpant hung up \r\n07/11/22-partcipant stated that they will have another knee replacement surgery within 3 months of the first. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31048":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/7 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31049":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form. \r\nPatient's surgery has been cancelled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31050":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Sent a copy of the consent form. \r\nLVM\r\nPatient called back and stated that she does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31051":{"redcap_data_access_group":"rush_university_me","main_record_id":"10311","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-09","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt was very interested. RA approached in clinic. Gave consent form and will follow up. ","obtain_date":"2022-03-10","date_and_time":"2022-03-10 13:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-25","sp_v1_preop_date":"2022-03-14","sp_v2_6wk_date":"2022-05-06","sp_v3_3mo_date":"2022-06-25","age":"70","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-20 13:06:22","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"some 6 wk surveys completed closer to 3 month window","erep_protdev_caplan":"Pt continues participation","erep_rel_covid19":"0"}}},"31052":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"3/9 - LVM\r\n3/11 - LVM\r\n3/18 - LVM\r\n10/24/22-lvm\r\n10/31/23-lvm\r\n11/8/22-lvm\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31053":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/9 - Asked for callback later\r\n3/10 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31054":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/10 - Said that he would call me back tomorrow\r\n3/17 - LVM \r\n3/23 - Called requested he call me back later\r\n3/24 - Returned call, sent info. He's very hesitant about time commitment. \r\n08/11- Has too much going on and does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31055":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/10: Called 1st number. Unable to LVM\r\n3/17: Called 2nd number. LVM\r\n3/22: Sent study info, epxressed interest but hesitant about time commitment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31056":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"RA stated they would call back if they notice the 2nd knee is sched outside of the 3 mos window. Pt expressed interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31057":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt not interested after asking if interested in learning more about study they can participate in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31058":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"mailbox full. 3/21-expressed interest, emailed consent. Pt not interested in participating after reviewing consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31059":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"spoke briefly, requested call back at later time for more info, unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31060":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt very willing to participate; but disclosed they have had metal in their eye and are unable to provide proof it is no longer there. Unable to participate due to MRI eligibility. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31061":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined before hearing details of study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31062":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. 3/21/2022 Pt states was not a good time and would call me tomorrow.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31063":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to come into city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31064":{"redcap_data_access_group":"rush_university_me","main_record_id":"10317","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-14","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Expressed interest, unsure if able to fit in prior to sx. RA emailed consent. spoke 3/15, pt still interested, but did not have chance to review consent","obtain_date":"2022-03-16","date_and_time":"2022-03-16 12:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-23","sp_v1_preop_date":"2022-03-17","sp_v2_6wk_date":"2022-05-04","sp_v3_3mo_date":"2022-06-23","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31065":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt states they knows they will not follow through.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31066":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/15 - Called, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31067":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/15 - Expressed interest, sent info\r\n3/16 - lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31068":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|1","ptinterest_comment":"3/15 - LVM\r\n Concerned about COVID exposure prior to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31069":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/15 - Requested call back later\r\n10/17/22-sent a copy of the consent form \r\n10/25/22-Pt declined, does not have the time available. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31070":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/15 - Called, expressed interest, plans to call back tomorrow morning. \r\nCannot do MRI scans","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31071":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/15 - Expressed interest, sent info\r\n3/18 - Called, contacted, requested call me back later. Called later, LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31072":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31073":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient states that it's not a good time and she is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31074":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was interested, but unsure about coming into the city. RA emailed consent, pt prefers to call RA back if interested. Pt did not call back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31075":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"83","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31076":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient states that it would be too inconvenient for her to come all the way to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31077":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16 - LVM\r\n3/22 - LVM\r\n3/28 - Not interested due to commute.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31078":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/16 - LVM\r\n3/22 - LVM\r\n3/29 - LVM\r\n10/26- LVM\r\n11/02- LVM\r\n11/08- pt states she is working up until the day before her surgery and has no time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31079":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/16 - LVM\r\n3/22 - LVM\r\n3/29 - Not interested in experiencing pain or blood draw","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31080":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-25","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient asked that I call back at another time. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31081":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"44","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient asked that I send him a copy of the consent form and will discuss with his wife. \r\nLVM\r\nPatient states that he talked it over with his wife and they both agreed that its too much for him at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31082":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient was out at the store and asked that I call him back at a different time. \r\nLVM\r\nPatient not interested in participating in any research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31083":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/16 - LVM\r\n3/22 - Not English/Spanish fluent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31084":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31085":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/16 - LVM\r\n3/17 - Called me back, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31086":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she does not have the time to come in for a baseline visit and will then be leaving to Brooklyn shortly after her surgery. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31087":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"mailbox is full and cannot leave vm. \r\nPatient has no time to come in for a baseline visit before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31088":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\nPatient really doesn't have time to come in for a baseline visit and does not like coming in to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31089":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 2- 4/5. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31090":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined prior to hearing details of study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31091":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21/22 - Expressed interest, plan to call back later today. \r\n3/22/22 - Called back, she hung up on me\r\n-------\r\n3/17/23: lvm\r\n3/20/23: Declined did not express why","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31092":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt interrupted and declined prior to any description of study given","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31093":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-07","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is busy with work and cannot make time to commit to the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31094":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-07","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient called back and is on vacation. Asked that I send a copy of the consent form. \r\nLeft multiple voicemails with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31095":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31096":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient states she just had her right knee done. She also states that she would not be able to do the cold water test because she has Raynaud's disease.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31097":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt states she is unable to have MRI due to severe claustrophobia; otherwise would be interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31098":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"Patient had her surgery moved up to this Wednesday. States that she is planning on having her 2nd knee done. Will keep in contact. \r\n10/05/2022- LVM\r\n10/11/2022- call back today at 1:30pm.\r\n10/11/2022-Participant changed mind, state is a lot of time and commitment and is not enough compensation for that.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31099":{"redcap_data_access_group":"rush_university_me","main_record_id":"10337","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-21","screening_age":"34","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"lvm. lvm 2-3/28/2022. lvm 3-4/5. Spoke to participant and they are very interested in study. Emailed consent and will f/up.","obtain_date":"2022-04-06","date_and_time":"2022-04-06 12:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-15","sp_v1_preop_date":"2022-04-11","sp_v2_6wk_date":"2022-05-27","sp_v3_3mo_date":"2022-07-15","age":"34","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31100":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he is currently in Naples, FL and will only be coming in for surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31101":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31102":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31103":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31104":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21 - lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31105":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they would have participated, but 2nd knee is likely going to be sched w/in 3 months of other knee. Emailed info and informed to give a call if their sx is scheduled after 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31106":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that they are going on vacation before their surgery and will have no time to come in for the baseline visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31107":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/21 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31108":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm, unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31109":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm, unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31110":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31111":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to come to chicago due to distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31112":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/21 - Called, plan to call back on Friday\r\n3/25 - Called, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31113":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"LVM\r\nPt asked to call her back when her husband is home to consent. \r\nPt has their surgery date postponed and now states that she has too much going on and does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31114":{"redcap_data_access_group":"rush_university_me","main_record_id":"10320","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-21","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/21 - LVM","obtain_date":"2022-03-21","date_and_time":"2022-03-21 16:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-11","sp_v1_preop_date":"2022-04-07","sp_v2_6wk_date":"2022-05-23","sp_v3_3mo_date":"2022-07-11","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31115":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt not interested in participating in study involving pain questions.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31116":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt headed out of town and does not have time for study visit prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31117":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"lvm; unable to contact\r\n1/6/23-lvm\r\n1/10/23-pt stated to give a call back at a later date. \r\n1/17/23-lvm\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31118":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt hesitant about participating due to MRI. RA emailed consent and will follow up. Pt did not have a chance to review when called 3/30; RA will call back. lvm 3/31. lvm 4/4.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31119":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-23","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/23 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31120":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-23","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/23 - LVM\r\n3/29 - Got through, seems confused, potentially interested, will call back.\r\n10/24/2022- Pt. Declined, does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31121":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-23","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/23 - LVM. Unwilling to do MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31122":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/24 - Not interested due to time constraints","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31123":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/24 - Called, seemed busy, requested emailed info","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31124":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31125":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt phone number is daughters. Pt daughter asked for study materials to be emailed to her as she knew about uppcoming sx and email+phone number in chart is hers. RA emailed info","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31126":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt declined prior to description of study given. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31127":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/28 - sx moved up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31128":{"redcap_data_access_group":"rush_university_me","main_record_id":"10324","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-28","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-28","date_and_time":"2022-03-28 12:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-29","sp_v1_preop_date":"2022-04-06","sp_v2_6wk_date":"2022-06-10","sp_v3_3mo_date":"2022-07-29","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31129":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28 - Called home #, LVM\r\n4/4 - LVM mobile #","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31130":{"redcap_data_access_group":"rush_university_me","main_record_id":"10326","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-29","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-30","date_and_time":"2022-03-30 07:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-11","sp_v1_preop_date":"2022-03-30","sp_v2_6wk_date":"2022-05-23","sp_v3_3mo_date":"2022-07-11","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31131":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"lvm. 4/14-Pt declined to participate prior to hearing about study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31132":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/28 - Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31133":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28/22- LVM\r\n4/4/22- LVM\r\n\r\n3/28/23: sent consent\r\n4/7/23: lvm\r\n4/14/23: resent consent\r\n4/18/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31134":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 2-4/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31135":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate after learning visits are in Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31136":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29 - LVM\r\n4/5 - LVM\r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31137":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/29 - Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31138":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29 - Interested, sent info\r\n3/30 - Tried to call, couldn't get through. \r\n4/6 - Tried to call, did not get through\r\n10/26- Pt states he already had his 2nd sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31139":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31140":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate; states mother is in hospital and she has too much going on to participate, also stated her chronic pain in her nonsurgical leg is flaring due to the pain in her right. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31141":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"54","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31142":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31143":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/30 - Expressed interest, sent info","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31144":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-31","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/31 - Called, could not LVM. Called back, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31145":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/4 - Expressed interest, sent info\r\n4/6 - Called, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31146":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-05","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent her a copy of the consent form to look over. \r\nLVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31147":{"redcap_data_access_group":"rush_university_me","main_record_id":"10336","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-06","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-06","date_and_time":"2022-04-06 10:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-15","sp_v1_preop_date":"2022-04-13","sp_v2_6wk_date":"2022-05-27","sp_v3_3mo_date":"2022-07-15","age":"65","sex":"2","genident":"2","ethnic":"1","dem_race":"6","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-08-17 10:59:41","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit was outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31148":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"35","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM\r\nSent a copy of the consent form. \r\nPt states that she is in the middle of moving and unfortunately does not have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31149":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Sent a copy of the consent form. \r\nLVM\r\nPatient states that she plans on moving to Tennessee after her surgery and does not have the time to commit to anything else. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31150":{"redcap_data_access_group":"rush_university_me","main_record_id":"10339","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-04","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"lvm. Pt expressed interest, RA emailed consent","obtain_date":"2022-04-06","date_and_time":"2022-04-06 16:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-22","sp_v1_preop_date":"2022-04-06","sp_v2_6wk_date":"2022-06-03","sp_v3_3mo_date":"2022-07-22","age":"57","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31151":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/4 - Probably not, but agreed to be emailed info","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31152":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/4 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31153":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"RA gave consent in person at clinic for pt review. RA called and pt states she is not interested in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31154":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-05","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke w/ pt husband and left contact information as pt was currently at work. Pt called back and stated that they are coming in 4/13. RA emailed info and asked they let them know if interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31155":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-05","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/5 - LVM\r\nCalled me back, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31156":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Dr. Jacobs called, pt unwilling to participate due to MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31157":{"redcap_data_access_group":"rush_university_me","main_record_id":"10343","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/6 - Dr. Jacobs called\r\n4/7 - Called back, expressed interest, requested info sent. Plan to call back in afternoon today or tomorrow. ","obtain_date":"2022-04-08","date_and_time":"2022-04-08 15:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-17","sp_v1_preop_date":"2022-05-10","sp_v2_6wk_date":"2022-06-28","sp_v3_3mo_date":"2022-08-17","age":"67","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31158":{"redcap_data_access_group":"rush_university_me","main_record_id":"10344","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-08","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-12","date_and_time":"2022-04-12 11:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-28","sp_v1_preop_date":"2022-04-19","sp_v2_6wk_date":"2022-06-09","sp_v3_3mo_date":"2022-07-28","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31159":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-11","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31160":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-11","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/11- Pt stated sx has been rescheduled to August. Emailed info, plan to reach out closer to new sx date\r\n07/01/22-lvm\r\n07/14/22-lvm\r\n07/20/22-lvm\r\nUnable to reach.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31161":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-11","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/11 - LVM. He called me back the other day.\r\n4/13 - Called him back. sx has been pushed till July. Is interested. \r\n4/15 - Called him back, made plans to call back closer to sx date. \r\nSx not rescheduled as of 05/26/2022.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31162":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31163":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form. \r\nPt states that she plan on moving to Tennessee. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31164":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is polish speaking and does not speak English. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31165":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31166":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt asked that I call her back tomorrow. Sent a copy of the consent form. \r\nPt wants the weekend to think about it. I will reach out to her again on Monday. \r\nPt states that she will have not time to come in for a baseline visit before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31167":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/13 - Expressed interest, seemed distracted, sent info\r\nUnable to contact participant. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31168":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/13 - Called, was driving. \r\n4/15 - Requested call after 4pm\r\nSaid no","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31169":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt hesitant due to timing and work schedule. RA emailed consent and pt will call if interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31170":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt preferred emailed info, emailed to participant. \r\nNever heard back from participant. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31171":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 4/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31172":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt too overwhelmed with other tasks prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31173":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt expressed a lot of interest. RA emailed consent. Pt emailed stating unable to find time to participate in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31174":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/13 - LVM\r\n4/14 - Expressed interest, sent info, plans to call back early next week. \r\n4/19 - LVM\r\n4/22 - Expressed interest, read through consent, said she would get back to me. \r\n4/28 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31175":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/13 - LVM\r\n4/20 - LVM, called me back requested call back in early May. Sent info. \r\nUnable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31176":{"redcap_data_access_group":"rush_university_me","main_record_id":"10368","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-13","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-05","date_and_time":"2022-05-05 11:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-05-05","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"55","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-05-09","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient's surgery was cancelled and never rescheduled. Pt is ineligible to continue with the study. ","sp_data_site":"N/A"},"31177":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm; unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31178":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt on trip when called, will call back. Pt stated she's too nervous w/ sx to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31179":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/14 - Expressed interest, sent info, plan to call back tomorrow\r\n4/15 - Called back after 6pm as requested. Did not get through. LVM. \r\nUnable to contact participant. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31180":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient states she \"participated in something last time\" and is no longer interested in participating in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31181":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31182":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she does not like coming into the city and actually had her surgery moved up so she had surgery on 04/08/2022. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31183":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31184":{"redcap_data_access_group":"rush_university_me","main_record_id":"10346","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-15","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-15","date_and_time":"2022-04-15 11:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-25","sp_v1_preop_date":"2022-05-06","sp_v2_6wk_date":"2022-07-06","sp_v3_3mo_date":"2022-08-25","age":"63","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31185":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/14 - Busy, requested call back later\r\n4/15 - LVM\r\nUnable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31186":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Not comfortable coming into Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31187":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt unwilling to make trip to MOR, RA offered lyft and pt declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31188":{"redcap_data_access_group":"rush_university_me","main_record_id":"10555","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-14","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/14 - Requested call back Tuesday\r\n4/19 - LVM\r\nUnable to contact patient. \r\n\r\n11/16/22: sending consent form, calling back friday\r\n11/18/22: lvm\r\n11/28/22: consenting in person on 12/2 at study visit","obtain_date":"2022-12-19","date_and_time":"2022-12-19 09:18","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-20","sp_v1_preop_date":"2022-12-19","sp_v2_6wk_date":"2023-01-31","sp_v3_3mo_date":"2023-03-21","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-19 13:22:14","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"NA","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-16 09:24:18","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit was outside of timeline","erep_protdev_caplan":"NA. Completed 3 month visit late","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-27 12:05:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participants baseline surveys were completed outside of protocol range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31189":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt unwilling to try MRI unless it is an open MRI due to claustrophobia. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31190":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt expressed interest. RA emailed consent. knee replaced and schedules pretty packed also against collection of DNA. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31191":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt called back stating that there is a better time to call them. lvm 4/15.\r\nUnable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31192":{"redcap_data_access_group":"rush_university_me","main_record_id":"10361","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-14","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/14 - LVM\r\n4/19 - LVM. Called me back, expressed interest, made plans to call back next week on Monday. \r\n4/25 - Called back at arranged time, LVM\r\n4/28 - Called me back, expressed interest, went through consent but was unable to find email. Plan to call back tomorrow or consent at basline ","obtain_date":"2022-04-29","date_and_time":"2022-04-29 09:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-09","sp_v1_preop_date":"2022-05-05","sp_v2_6wk_date":"2022-06-20","sp_v3_3mo_date":"2022-08-09","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31193":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/14 - LVM\r\nCalled back, not interested due to distance and time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31194":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM not setup, and unable to lvm w/ home, unable to contact mobile 4/28.\r\n10/24/22- VM not setup on home phone. Unable to reach mobile phone.\r\n10/31/22-VM not setup on home phone. Unable to reach mobile phone. \r\n11/8/22-VM not setup on home phone. Unable to reach mobile phone. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31195":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 4/28.\r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31196":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4|0","ptinterest_comment":"Patient states that she has too much going on and will not have any help after surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31197":{"redcap_data_access_group":"rush_university_me","main_record_id":"10347","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-18","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-18","date_and_time":"2022-04-18 14:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-12","sp_v1_preop_date":"2022-04-25","sp_v2_6wk_date":"2022-06-23","sp_v3_3mo_date":"2022-08-12","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31198":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Poss delay sx\r\n\r\n7/18/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31199":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Pt states they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31200":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt asked that I call him back on Monday. \r\nPt states they will call me back when they have time. \r\nNever heard back from the patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31201":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/15 - Called, got through to daughter. She said she would have pt call me back at my number (RM). Plan to transfer to SM. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31202":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPt was driving and could not speak. Asked that I call back later. \r\nNever got in touch with the patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31203":{"redcap_data_access_group":"rush_university_me","main_record_id":"10349","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-18","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-18","date_and_time":"2022-04-18 17:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-02","sp_v1_preop_date":"2022-04-21","sp_v2_6wk_date":"2022-06-13","sp_v3_3mo_date":"2022-08-02","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31204":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states she lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31205":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was not home. \r\nLVM\r\nPatient is on vacation and asked that I call them back at a different time. \r\nNever got a hold of patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31206":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"84","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31207":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/15 - Very hesitant about time commitment, agreed to be sent info, requested that he contact me if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31208":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to come into Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31209":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm; unable to contact\r\n9/27/22- pt declined, will be out of town until sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31210":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm; unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31211":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt unwilling to come to Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31212":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt expressed interest, but wants to speak with husband regarding study as they are unsure they can add more to their plate. Pt emailed they will decline.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31213":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/20 - LVM\r\n4/25 - Went to VM then could not LVM (blocked?)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31214":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/20 - LVM\r\n4/25 - Sx canceled due to cancer\r\n\r\n12/16/22: sx rescheduled for Jan, not interested\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31215":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/20 - Called, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31216":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/20 - LVM\r\nNo longer having sx at Rush","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31217":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/20 - LVM\r\n4/25 - LVM\r\n06/07- Participant has a full time job and does not have time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31218":{"redcap_data_access_group":"rush_university_me","main_record_id":"10355","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-21","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Jacobs initially called this participant. RA called and patient requested consent to review, but is very interested. ","obtain_date":"2022-04-22","date_and_time":"2022-04-22 12:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-26","sp_v1_preop_date":"2022-05-20","sp_v2_6wk_date":"2022-07-07","sp_v3_3mo_date":"2022-08-26","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31219":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/22 - LVM\r\n4/28 - Unwilling to come into Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31220":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/22 - LVM\r\n4/28 - LVM\r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31221":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/22 - LVM\r\nWorks in Minnesota ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31222":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/25 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31223":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31224":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/25 - LVM\r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31225":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Sx canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31226":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt unable to come in prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31227":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"lvm. Pt already involved in another study and does not want to take the time to participate in another. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31228":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt not willing to do in person visits in the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31229":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient's mother just passed away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31230":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"1","ptinterest_comment":"Pt struggles with getting transportation and is not comfortable taking offered Lyft due to possibility of covid. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31231":{"redcap_data_access_group":"rush_university_me","main_record_id":"10358","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-26","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-26","date_and_time":"2022-04-26 15:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-23","sp_v1_preop_date":"2022-05-17","sp_v2_6wk_date":"2022-07-04","sp_v3_3mo_date":"2022-08-23","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31232":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"56","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Pt states that it would take up too much of his time and he is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31233":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nUnable to get a hold of participant. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31234":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient had company and asked that I call her after 2 pm. \r\nUnable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31235":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt asked that I call him back tomorrow. \r\nLeft several messages with no call back. \r\n10/05- pt asked that I send a copy of consent form to look over. \r\n10/21/2022- unable to make contact after several attempts\r\n\r\n---\r\n\r\n8/29/23: lvm \r\n9/6/23:said he would call me \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31236":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"pt was at work and states that they will call me back later. \r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31237":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nUnable to contact pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31238":{"redcap_data_access_group":"rush_university_me","main_record_id":"10367","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-05","date_and_time":"2022-05-05 11:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-11","sp_v1_preop_date":"2022-05-09","sp_v2_6wk_date":"2022-06-22","sp_v3_3mo_date":"2022-08-11","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31239":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31240":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31241":{"redcap_data_access_group":"rush_university_me","main_record_id":"10384","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-19","date_and_time":"2022-05-19 09:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-20","sp_v1_preop_date":"2022-05-19","sp_v2_6wk_date":"2022-07-01","sp_v3_3mo_date":"2022-08-20","age":"73","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31242":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1st sx not successful-2019. Can't exercise like want. Unable to have MRI due to bullet fragments in body. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31243":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Passed before hearing explanation of study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31244":{"redcap_data_access_group":"rush_university_me","main_record_id":"10362","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-28","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-02","date_and_time":"2022-05-02 10:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-03","sp_v1_preop_date":"2022-05-02","sp_v2_6wk_date":"2022-06-14","sp_v3_3mo_date":"2022-08-03","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31245":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No dial tone","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31246":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt declined to learn about study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31247":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Jacobs initially contacted participant and they expressed interest. lvm. lvm 2 5/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31248":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM (Dr. Jacobs spoke to pt and they seemed interested)\r\nPatient would like a day or two to think about it. \r\nPt left a voicemail stating that after thinking about it, she would prefer not to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31249":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was sent consent and states that after further thought, study is too involved then he would like to be. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31250":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives too far, not willing to come in. Lyft services were offered. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31251":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"05/11-Unable to speak after pt picked up phone\r\nUnable to speak with Participant. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31252":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to come into Chicago because they live 2 hrs away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31253":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was at clinic, asked to be called back at later time. Contacted participant and would like to think about it more before participating. Emailed consent.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31254":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states they do not want to come to Chicago for visits and they have a heavy volunteer schedule. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31255":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Study was too much, unable to get through full description","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31261":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"spoke w/ pt. stated they'd need to think about it and would get back in contact if interested. RA emailed consent. \r\nPatient never made contact to consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31269":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31270":{"redcap_data_access_group":"rush_university_me","main_record_id":"10390","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-20","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"pt very interested. req call monday after 12 pm","obtain_date":"2022-05-27","date_and_time":"2022-05-27 12:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-17","sp_v1_preop_date":"2022-06-02","sp_v2_6wk_date":"2022-07-29","sp_v3_3mo_date":"2022-09-17","age":"69","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-10-25 15:25:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit was outside of timeline. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31278":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt did not want to hear explanation before declining. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31279":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was unable to make time for study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31283":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt unable to participate because they are going to Europe shortly after surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31284":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt going to visit daughter in Virginia prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31285":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to get in contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31286":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nLeft several messages with no call back. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31287":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"79","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to son, he states he will talk it over with patient. Asked that I call back tomorrow. \r\nUnable to get in contact with participant. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31288":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to daughter. She will discuss it with patient and they will call me if he is interested in participating. \r\nParticipant never called back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31289":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Patient states that they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31273":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31290":{"redcap_data_access_group":"rush_university_me","main_record_id":"10397","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-25","screening_age":"67","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-09","date_and_time":"2022-06-09 10:03","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-20","sp_v1_preop_date":"2022-06-13","sp_v2_6wk_date":"2022-08-01","sp_v3_3mo_date":"2022-09-20","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31291":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Participant cannot get around. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31272":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31292":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"\r\nDUPLICATE\r\n\r\nLVM\r\nLeft several messages, no call back. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31293":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states that he is still working full time and has no time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31266":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nCalled several times with no call back. \r\n\r\n07/06/22-partcipant called back stating she had cancelled her surgery and may reschedule it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31294":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Participant hung up on me. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31295":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"51","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt states his surgery is being postponed from 06/03/2022. Asked that I send a copy of consent form to look over. \r\n08/22- LVM\r\nUnable to make contact with patient. \r\n10/11/2022- call back 10/12/2022 at 10 am\r\n10/12/2022- send a copy of informed consent. \r\n10/24/2022- LVM\r\n11/01/2022- Pt. stated that his is participating in other study, he will ask if the other study in order to enroll in this study.\r\n11/08/2022- LVM X3 could not reach before Sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31296":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/2021: Pt states that she is no longer having surgery. \r\n\r\n6/19/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31297":{"redcap_data_access_group":"rush_university_me","main_record_id":"10395","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-25","screening_age":"43","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-02","date_and_time":"2022-06-02 12:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-15","sp_v1_preop_date":"2022-06-13","sp_v2_6wk_date":"2022-07-27","sp_v3_3mo_date":"2022-09-15","age":"43","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31268":{"redcap_data_access_group":"rush_university_me","main_record_id":"10391","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-20","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-27","date_and_time":"2022-05-27 13:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-07","sp_v1_preop_date":"2022-06-02","sp_v2_6wk_date":"2022-07-19","sp_v3_3mo_date":"2022-09-07","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31267":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/20-lvm\r\n5/23-sent econsent form \r\n5/26-lvm\r\n\r\nsigned consent wrong and couldnt be reached after this","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31298":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not like driving to Chicago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31299":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt would like to speak with her daughter regarding study. Sent a copy of the consent form. \r\nPatient and daughter would like more time to think about it. \r\nNot interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31300":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31301":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"05/26-LVM\r\n06/06-Partcipant stated that the surgery is postponed until November. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31302":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not able to come in due to granddaughters work schedule. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31303":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-01","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"06/01-lvm\r\n06/02- spoke with participant, does not want to drive downtown. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31304":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-01","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Participant cannot make the drive up to Chicago ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31305":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-01","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/01-Spoke with participant, sent econsent via email \r\n\r\nsurgery passed, couldnt recontact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31306":{"redcap_data_access_group":"rush_university_me","main_record_id":"10396","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-02","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-06","date_and_time":"2022-06-06 17:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-16","sp_v1_preop_date":"2022-06-10","sp_v2_6wk_date":"2022-07-28","sp_v3_3mo_date":"2022-09-16","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-09 10:41:56","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit was outside protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31307":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/03- Sent econsent over \r\n06/06-Particpant went over research and is not interested anymore due to MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31308":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/03-Spoke with Participant, She is not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31309":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"06/06-LVM\r\n06/08-LVM\r\n06/15-LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31310":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent a copy of the consent form. \r\nPt has decided to cancel her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31311":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Participant will not be in town for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31312":{"redcap_data_access_group":"rush_university_me","main_record_id":"10398","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-06","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-09","date_and_time":"2022-06-09 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-17","sp_v1_preop_date":"2022-06-14","sp_v2_6wk_date":"2022-07-29","sp_v3_3mo_date":"2022-09-17","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31313":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM. LVM 6/13.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31314":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31315":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that its difficult for her to get around. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31316":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"06/07-LVM \r\n06/08-Particpant stated they could not do the MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31317":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/12-sent econsent \r\n07/18/22-partcipant stated they have too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31318":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/07-sent econsent \r\n06/08-Partipcant declined to be part of the study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31319":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/07-Particpant stated to call back \r\n06/08-LVM\r\n06/16- Participant stated they are not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31320":{"redcap_data_access_group":"rush_university_me","main_record_id":"10417","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-07","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"06/07-Sent Econsent over. Spoke 6/9 morning and requested call back later in day. LVM. ","obtain_date":"2022-06-28","date_and_time":"2022-06-28 14:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-01","sp_v1_preop_date":"2022-06-30","sp_v2_6wk_date":"2022-08-12","sp_v3_3mo_date":"2022-10-01","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31321":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/07/2022-sent econsent over.\r\n6/10/22-lvm\r\n6/16/22--LVM\r\n11/14/22-lvm\r\n11/29/22-lvm\r\nSX pushed back \r\ncouldnt reach before sx\r\n4/6/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31322":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Sent Econsent 06/07/2022\r\nLVM 6/14/2022\r\nLVM 06/16/2022\r\nCould not get ahold of the participant ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31324":{"redcap_data_access_group":"rush_university_me","main_record_id":"10405","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-08","screening_age":"68","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-15","date_and_time":"2022-06-15 09:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-12","sp_v1_preop_date":"2022-06-23","sp_v2_6wk_date":"2022-08-23","sp_v3_3mo_date":"2022-10-12","age":"68","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31325":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"78","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that it would be too much for her and she also would not be able to do the MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31326":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she lives too far and does not want to drive in for study visits. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31327":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"56","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm\r\nUnable to make contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31328":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"53","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient decided to decline as I was going over key points of the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31329":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/8/22: unable to make contact\r\n\r\n8/8/23: lvm\r\n8/15/23: said she does not speak English and hung up. Do not know what primary language is","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31330":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/08-Voicemail box was full, could not leave a voice message.\r\n\r\ncouldnt contact before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31331":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt states they want to focus on surgery and relief from the pain ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31332":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they are still in pain from previous surgery and will think about participating in a study and call back if interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31333":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"requested call back tomorrow. lvm 6/9/2022. Pt states they take care of their husband and handicapped son. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31334":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-13","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt no longer seeing physician for sx due to cost.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31335":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was unable to talk, asked that I call her back later. \r\nlvm, unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31336":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31337":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM- unable to make contact\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31338":{"redcap_data_access_group":"rush_university_me","main_record_id":"10869","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-14","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM- unable to make contact\r\n\r\n11/14/23: Sent Consent form","obtain_date":"2023-11-15","date_and_time":"2023-11-15 13:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-08","sp_v1_preop_date":"2023-12-06","sp_v2_6wk_date":"2024-01-19","sp_v3_3mo_date":"2024-03-08","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31339":{"redcap_data_access_group":"rush_university_me","main_record_id":"10404","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-14","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-14","date_and_time":"2022-06-14 16:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-05","sp_v1_preop_date":"2022-06-22","sp_v2_6wk_date":"2022-08-16","sp_v3_3mo_date":"2022-10-05","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-23 15:11:59","erep_ae_date":"2022-06-22","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-06-22 00:00","erep_resolution_date":"2022-06-22 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Participant was laying on MRI table and started panicking as we were about to start the scans. Could not go through with MRI. ","erep_action_taken":"N/A","erep_outcome":"Participant will not be doing MRI for study visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31340":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that her surgery is being postponed. Would like to be contacted once she knows when her sx is rescheduled for. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31341":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31342":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"42","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nUnable to make contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31343":{"redcap_data_access_group":"rush_university_me","main_record_id":"10408","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-14","screening_age":"64","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-21","date_and_time":"2022-06-21 07:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-14","sp_v1_preop_date":"2022-06-21","sp_v2_6wk_date":"2022-08-25","sp_v3_3mo_date":"2022-10-14","age":"64","sex":"2","genident":"2","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-14 14:38:02","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed outside protocol range, one day outside of range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31344":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/15-sent econsent \r\n\r\nnever recontacted before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31345":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/15- LVM\r\n\r\nDuPLICATE, already consented","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31346":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"06/15/22-LVM\r\n06/16/22-LVM\r\n06/20/22-Particpant stated she has too many doctor visits and will not be able to fit any more visits in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31347":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"6/15/22: LVM\r\nPatient states that he has a lot going on before surgery. \r\n\r\n2/16/23: dosnt want to come to the city\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31348":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"06/15/22-sent econsent \r\n06/20/22-Spoke to participant, Participant stated he needs more time to think things through \r\n06/24/22-LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31349":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/15/22-sent econsent \r\n06/20/22- Participant said she is not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31350":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"06/15/22 send econsent over \r\n06/20/22 participant states she does not want to be a part of the research study due to her believing it will interfere with her recovery and pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31351":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/16/2022-LVM\r\n06/20/2022-Particpant stated that they need more time to look things over. \r\n06/24/2022-Particpant stated that they are not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31352":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"06/16/22-Sent econsent \r\n06/21/22-participant wants another day to look it over ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31353":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/16/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31354":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/16-sent econsent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31355":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"06/16/22-particpant stated they would call back\r\n06/20/22-participant stated that they cannot take off time at work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31356":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Participant cannot make the drive up to downtown for the visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31357":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/20/22-lvm\r\n07/08/22-particpant does not want to be apart of the study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31358":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"06/21/22-LVM\r\n06/22/22-LVM\r\n07/01/22-Participant stated she does not have the ability to accommodate the study into her schedule ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31360":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/22/22-Participant stated he was not interested in participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31361":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-23","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke and emailed consent. PT will call back if interested. Pt states the study is too much and she wishes she were 5 yrs younger to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31362":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-27","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she is working full time up until surgery and does not have time to come in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31363":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"80","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he would like to speak to his primary physician first. \r\nLVM\r\nUnable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31364":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states they live too far and all of his follow ups are in Indiana. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31365":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not want to come down to Rush for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31366":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that he and his wife do not want to make the trip to Rush for the study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31367":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that they live too far and do not want to come in to Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31368":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31369":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is afraid to come down to Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31370":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of consent form to look over. \r\nLVM\r\nLVM\r\nUnable to make contact with patient. \r\n11/22/2022- Pt stated she is planning to have her back surgery 1 month after her knee surgery. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31371":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/2022: Left several messages (2) with no call back. \r\n\r\n7/7/23: lvm\r\n7/19/23: lvm\r\n7/26/23: lvm\r\n\r\nunable to reach\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31372":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is not having her follow ups at Rush and would prefer not to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31373":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"06/30/22- participant stated she's going to have to push back the surgery to potentially august due to current health problems. \r\n08/17/22-lvm\r\n08/31/22-pt stated she's no longer interested in participating in research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31374":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/30/22-partcipant stated they were not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31375":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"06/30/22-particpant stated they will not drive to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31377":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/02/22-sent econsent\r\n07/08/22-lvm\r\n07/12/22-particpant stated they do not have the time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31378":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/01/22-particpant said to call back later \r\n07/14/22-sent econsent, call back \r\n07/18/22-partcipant stated they are already in another study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31379":{"redcap_data_access_group":"rush_university_me","main_record_id":"10421","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-01","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"07/01-sent econsent \r\n07/06-consented ","obtain_date":"2022-07-06","date_and_time":"2022-07-06 14:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-05","sp_v1_preop_date":"2022-07-14","sp_v2_6wk_date":"2022-09-16","sp_v3_3mo_date":"2022-11-05","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31380":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"07/01/22-particpant does not have the time availability.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31381":{"redcap_data_access_group":"rush_university_me","main_record_id":"10420","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-06","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-06","date_and_time":"2022-07-06 10:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-11","sp_v1_preop_date":"2022-07-07","sp_v2_6wk_date":"2022-08-22","sp_v3_3mo_date":"2022-10-11","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-05 10:50:05","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"After multiple attempts, I was unable to schedule patient for their 3 month visit. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31382":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/07/2022-lvm\r\n07/11/22-participant stated they do not have time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31383":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/07/2022-Spoke with husband, says he will pass along the message. \r\n07/08/22-LVM\r\n07/14/22-LVM\r\nunable to reach participant ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31384":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/07/22-lvm\r\n07/12/22-lvm\r\n07/14/22-lvm\r\n\r\ncould not reach patient ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31385":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/07/22-surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31386":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"07/08/22-lvm\r\n07/11/22-lvm\r\n07/19/22-lvm\r\n\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31387":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/08/22-Partcipant stated to call back at another time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31388":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPatient called back and would like to talk to Dr. Paprosky before agreeing to anything. \r\nLVM\r\nUnable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31389":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she is working full time up until her surgery and has no time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31390":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Patient states she's too busy and is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31391":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Requested a copy of the consent form to look over.\r\n07/14 Pt needs more time to look over consent form. \r\nUnable to make anymore contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31392":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"56","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nNo Answer\r\nUnable to make contact with pt.\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31393":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient doesn't understand English that well. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31394":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n2/25 LVM\r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31395":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"07/8/22-lvm\r\n07/11/22-partcipant stated to call back next week \r\n07/19/22-lvm\r\n\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31396":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/12/22-lvm\r\n07/14/22-call cannot go through \r\n07/18/22-LVM\r\nCould not reach before surgery. \r\n\r\n1/30/23: lvm\r\n2/6/23: lvm\r\n\r\nCould not reach before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31398":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/12/22-lvm\r\n07/14/22-lvm\r\n07/18/22-Participant stated they live in WI and its too far to drive to Chicago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31399":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"07/12/22-particpant stated to call back at a different time \r\n07/26/22-LVM\r\n08/01/22-LVM\r\n\r\nCould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31400":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"07/12/-22-lvm\r\n07/26/22-sent copy of consent form \r\n07/28/22-pt declined to take part in the research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31401":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/12/22-Calls are not going through \r\n\r\nCould not reach before surgery \r\n\r\n11/7/23:lvm\r\n11/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31402":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/12/22-lvm \r\n07/13/22-sent econsent \r\n07/26/22-lvm \r\n\r\n2/1/23: lvm on 1st #\r\n2/9/23: lvm on 1st #\r\n2/22/23: unable to participate due to time constraints","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31403":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nUnable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31404":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nSent a copy of the consent form for pt to look over. \r\n7/25- Pt was busy and asked that I call her back tomorrow morning. \r\n7/26- Pt needs more time to think about it and asked that I call her back tomorrow. \r\nPt states that she will have to pass on participating. She is really nervous about surgery and feels like she has too much to do beforehand. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31405":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"73","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"07/14/22-Needs Spanish interpreter \r\nPt states that she does not want to participate because she has claustrophobia and would be unable to do the MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31397":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/12-LVM \r\n07/14-Inelgibile; participant needs interpreter ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31406":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/14/22-pt said to call back later she is driving. \r\n07/18/22-sent econsent \r\n07/22/22-Husband took a message. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31407":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\nPt states that she will be in and out of town for the next 8 wks and does not have time to participate. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31408":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\nsurgery postponed to January. Sent her a copy of the consent form.\r\n12/1- pt still not sure when surgery will be \r\n12/12- Sent a copy of the consent form to look over. \r\n12/20- pt postponed her sx to 2/14. Asked that I resend copy of consent form. \r\n12/21- LVM\r\n01/17- pt was babysitting and didn't have time to talk. Asked that I call back at the end of the week. \r\n1/18/-Pt declined no longer interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31409":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she has panic attacks with MRIs and prefers not to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31410":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"07/14/22-pt stated they are not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31411":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/18/22-LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31412":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/18/22-particpant stated they are not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31413":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/20/22-lvm\r\nparticipant stated they cannot drive to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31414":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/20- LVM\r\n08/03- LVM\r\nCalled pt several times with no call back. \r\n12/2/22-lvm\r\n12/5/22-Patient declined. Stated \"I'd rather not\".","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31415":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/20/22-emailed a copy of consent form \r\n08/03/22-stated to call back on Friday \r\n08/05/22-partcipant stated she lives too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31416":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"07/20/22-lvm\r\n07/26/22-partcipant stated they are not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31417":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is on vacation. Sent a copy of the consent form for him to look over. \r\nUnable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31418":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/20/22-partcipant said not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31419":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/20/22-lvm\r\nPt states she lives too far and doesn't want to make the time to come in for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31420":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt would like time to think about it. Sent a copy of consent form for her to look over. \r\nUnable to make contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31421":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"07/20/22-partcipant stated that they are not interested in participating.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31422":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/2022-partcipant stated she will not drive to rush.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31424":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they are already enrolled on another study and he does not want to be enrolled in more than one. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31425":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that I have the wrong number. I verified phone #s in EPIC and ATHENA, they don't show anything different. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31426":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-21","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Participant is interested in participating. We are waiting to see when her pre op visit is scheduled to consent and schedule her baseline visit. \r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31427":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"64","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was occupied and asked that I call him back later today.\r\n08/09- LVM\r\nLeft multiple vm with no call back. \r\n10/17/2022- PPT. declined, does not want to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31428":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n07/26- LVM\r\n07/27- pt requested a copy of consent form to look over. \r\n08/11- Needed to resend copy of consent form.\r\n08/12- lvm\r\n08/23- pt sent an email declining to participate. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31429":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that they have too much anxiety and would not be a good candidate because of that. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31430":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt just had sinus surgery and feels like she has too much going on before her knee surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31431":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/25/22-not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31432":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/26/22-lvm\r\n07/28/22-pt declined, too far to drive \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31433":{"redcap_data_access_group":"rush_university_me","main_record_id":"10435","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-26","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"07/26/22-Sent copy of consent form ","obtain_date":"2022-07-27","date_and_time":"2022-07-27 10:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-10","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-09-21","sp_v3_3mo_date":"2022-11-10","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-08-04","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient refuses to drive to Chicago. Patient refuses to complete the MRI portion of the study visit. ","sp_data_site":"N/A"},"31434":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"07/26/22-MB is full, could not leave a message \r\n08/01/22-MB is full, could not leave a message \r\n08/09/22-lvm\r\n\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31435":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/26/22-participant stated to call back later he is on a train. \r\n08/01/22-lvm\r\n08/12/22-MB is full\r\ncould not reach before surgery \r\n\r\n11/04/22: called again bc surgery was rescheduled, lvm\r\n11/10/22: lvm\r\n11/18/22: lvm; interested, sent consent\r\n11/22/22: lvm\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31436":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/26/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31437":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/26/22-participant stated she does not have time before her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31438":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"07/28/22-participant stated they are not willing to do the MRI machine and do not have the time for it either. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31439":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/28/22-pt stated they will call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31440":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3|0","ptinterest_comment":"07/28/22-pt stated they do not have the time and are not willing to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31441":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-01","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"008/01/22-participant stated they are not interested in participating in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31442":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/03/22-pt hung up \r\n08/08/22-sent a copy of econsent form\r\n08/18/22-lvm\r\n\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31443":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/03/22- participant stated to call back at a later time \r\n08/09/22-participant stated they do not have time to come in before their surgery date. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31444":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Patient does not want nor has the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31445":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/03/33-sent a copy of the consent form \r\n08/23/22-declined, does not have the time before surgery to come in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31446":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM\r\nPt called back and states she does not have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31447":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/03/22-lvm\r\n08/09/22-lvm\r\n08/17/22-lvm\r\ncould not reach before surgery \r\n11/09- pt states they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31448":{"redcap_data_access_group":"rush_university_me","main_record_id":"10444","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-03","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-03","date_and_time":"2022-08-03 11:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-12","sp_v1_preop_date":"2022-08-09","sp_v2_6wk_date":"2022-09-23","sp_v3_3mo_date":"2022-11-12","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31449":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/03/22-patient stated they do not have the time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31450":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she'd like to think about it and would call me if she is interested in participating. \r\nPt never contacted us regarding study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31451":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|1","ptinterest_comment":"Patient thinks she might have Covid and has a lot to do before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31452":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that he has too much going out and is feeling burnt out. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31453":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Tried calling patient and phone number is no longer in service. No other number listed on EPIC OR ATHENA. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31454":{"redcap_data_access_group":"rush_university_me","main_record_id":"10445","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-03","screening_age":"55","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-04","date_and_time":"2022-08-04 07:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-22","sp_v1_preop_date":"2022-08-09","sp_v2_6wk_date":"2022-10-03","sp_v3_3mo_date":"2022-11-22","age":"55","sex":"1","genident":"1","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 09:48:23","erep_ae_date":"2022-08-09","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-08-09 00:00","erep_resolution_date":"2022-08-09 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt started to panic while in the MRI scanner. They requested to be taken out. ","erep_action_taken":"Pt will continue with other study tests. Will not do MRI at 3 month visit. ","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31455":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt states they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31456":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\nPatient was on a call and asked that I call them back. \r\nHad to resend consent form and will call back the pt next week. \r\nPt states he thought about it and feels that he has too much to do prior to surgery and does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31457":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact patient\r\n10/18/2022- Ineligible pt. underwent 1st knee surgery on August 11 and his 2nd is on November 17th. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31458":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"08/09/22-lvm\r\n08/17/22-participant declined due to MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31459":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/09/22-Participant stated that they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31460":{"redcap_data_access_group":"rush_university_me","main_record_id":"10452","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-10","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-22","date_and_time":"2022-08-22 15:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-01","sp_v1_preop_date":"2022-08-30","sp_v2_6wk_date":"2022-10-13","sp_v3_3mo_date":"2022-12-01","age":"73","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 09:55:58","erep_ae_date":"2022-08-30","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-08-30 00:00","erep_resolution_date":"2022-08-30 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient started to experience some anxiety and was unable to finish last scan. ","erep_action_taken":"Pt will continue with the other study tests. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31461":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt does not want to make the trip into Chicago for these visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31462":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient's voicemail is not setup.\r\n08/22- pt is in Florida right now and asked that I call her back on Thursday.\r\nLeft several messages with no call back.\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31463":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has a lot on her plate at the moment and we do not have MRI availability at the time she would need. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31464":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she has a lot to do before her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31465":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31466":{"redcap_data_access_group":"rush_university_me","main_record_id":"10447","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-11","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-11","date_and_time":"2022-08-11 12:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-24","sp_v1_preop_date":"2022-08-15","sp_v2_6wk_date":"2022-10-05","sp_v3_3mo_date":"2022-11-24","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31467":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to pt's husband and he states pt has an emergency in Europe and needs to cancel surgery and they would prefer to focus on that right now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31468":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n08/23- lvm\r\nLeft several messages with no call back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31469":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"46","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n08/23- pt requested copy of consent form and asked that I call her back tomorrow.\r\nPt states that she doesn't like the idea of the tests that need to be done and would prefer no to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31470":{"redcap_data_access_group":"rush_university_me","main_record_id":"10453","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-11","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-23","date_and_time":"2022-08-23 13:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-09","sp_v1_preop_date":"2022-09-06","sp_v2_6wk_date":"2022-10-21","sp_v3_3mo_date":"2022-12-09","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-10 13:59:45","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit is outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31471":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt was boarding a flight and asked that I call him back next week. Requested a copy of the consent form to look over. \r\n08/15- LVM\r\n08/26- Pt unwilling to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31472":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nUnable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31473":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/12/22-participant declined, stated she lives too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31474":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/12/22-LVM\r\n08/19/22-LVM\r\n\r\nCould not reach before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31475":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"08/12/22-sent a copy of the consent form.\r\n08/15/22-pt stated they are still unsure, asked to give a call back later in the week.\r\n08/18/22-MB full, could not leave a voice message\r\n\r\nCould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31476":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/12/22-Participant stated their surgery is being postponed.\r\n\r\nhad sx on 11/16/22, never contacted","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31477":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/12/22-no mb\r\n08/30/22-no mb\r\n09/07/22-no mb\r\ncould not reach before surgery \r\n\r\n12/20/22: unable to lvm\r\n12/22/22: unable to lvm\r\n12/28/22: ^\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31478":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"08/12/-22-patient stated they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31479":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/12/22-lvm \r\n08/30/22-lvm\r\n08/31/22-pt gave a call back and stated she is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31480":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/12/22-participant states she lives in Indiana and its too far to drive up.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31481":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/16/22-pt stated the study it is too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31482":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/16/22-pt stated no. Not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31483":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/16/22-lvm\r\n08/23/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31484":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/16/22-pt stated they don't have enough time to come in for a baseline visit prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31485":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/16/22-daughter said she will be back home later to give a call back.\r\n08/30/22-pt stated she has a sick husband and it is too far of a drive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31486":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-17","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/17/22-sent a copy of the consent form. Home phone # is disconnected. \r\n08/23/22-paricipant stated they need more time to look at consent form. \r\n08/24/22-participant stated they want their mother to look over, asked for more time.\r\n09/1/22-participant declined being in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31487":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"08/17/22-lvm\r\n08/23/22-lvm\r\n08/29/22-sent a copy of the consent form \r\n9/2/22-pt declined being in the study. Stated that they live too far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31489":{"redcap_data_access_group":"rush_university_me","main_record_id":"10449","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-12","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-18","date_and_time":"2022-08-18 16:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-01","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-10-13","sp_v3_3mo_date":"2022-12-01","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31490":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/19/22-pt stated they do not want to make extra trips to rush.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31491":{"redcap_data_access_group":"rush_university_me","main_record_id":"10476","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-22","screening_age":"56","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nUnable to make contact with patient. \r\n9/19/2022- sent a copy of the consent form ","obtain_date":"2022-09-20","date_and_time":"2022-09-20 11:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-12","sp_v1_preop_date":"2022-10-04","sp_v2_6wk_date":"2022-11-22","sp_v3_3mo_date":"2023-01-11","age":"56","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-03-03 10:18:24","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3 month visit outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31492":{"redcap_data_access_group":"rush_university_me","main_record_id":"10451","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-22","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-22","date_and_time":"2022-08-22 13:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-14","sp_v1_preop_date":"2022-08-25","sp_v2_6wk_date":"2022-10-26","sp_v3_3mo_date":"2022-12-14","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-04 10:33:05","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3 month visit outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31493":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n08/29 LVM\r\n09/07 LVM\r\nLeft several messages with no call back. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31494":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"83","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt unavailable to talk \r\n08/29 LVM\r\n09/07 LVM\r\nLeft several messages with no call back. \r\n\r\n4/11/23: hung up on me\r\n\r\nnot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31495":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"73","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Son will have patient call me. \r\n09/01/2022- Patient is not a good candidate because need assistances and her son lives out of the state. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31496":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states that he currently has too much on his plate and has no time at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31497":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was busy at work and asked that I call him back on Thursday. \r\n08/25 lvm\r\n09/07 lvm\r\nLeft several messages with no call back.\r\n03/07- pt requested a copy of consent form to look over. \r\n03/16- pt states that there's too much time involved, he's not interested. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31498":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she cannot participate because her husband works full time and he's the only one she'll allow to drive her to her visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31499":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt isn't interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31500":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nLeft several messages with no call back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31501":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n08/29 LVM\r\nLeft several messages with no contact.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31502":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n08/30 LVM\r\n09/07 LVM\r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31503":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n08/30 LVM\r\n09/07 LVM\r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31504":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/23/22-lvm\r\n09/07/22-lvm\r\n\r\nCould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31505":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nLeft message with no call back. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31506":{"redcap_data_access_group":"rush_university_me","main_record_id":"10458","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-23","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-24","date_and_time":"2022-08-24 10:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-19","sp_v1_preop_date":"2022-08-29","sp_v2_6wk_date":"2022-10-31","sp_v3_3mo_date":"2022-12-19","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-09-08 14:42:13","erep_ae_date":"2022-09-08","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-09-08 12:26","erep_resolution_date":"2022-10-12 15:00","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Patient states that he has ringing in both ears and has some trouble hearing due to the MRI. ","erep_action_taken":"Dr. Jacobs followed up with patient and set up an appointment for him to see an ENT specialist. ","erep_outcome":"Per Dr. Jacobs, \"The ENT physician prescribed no treatment, expecting that with time, the patient's symptoms will return to baseline. He was told to follow up in a year or so. The physician also advised the patient to forego the 3 month MRI.\"\r\nPt would like to continue to be in the study but will forgo MRI at the 3 month visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31507":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"08/23/22-lvm\r\n08/26/22-sent a copy of consent form\r\n08/31/22-declined being in the study, no longer interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31508":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/24/22-lvm\r\n9/2/22-patient declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31509":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/24/22-lvm\r\n09/2/22-pt stated she's at meeting give a call back \r\n9/19/22-lvm\r\nCould not reach before surgery \r\n\r\n1/4/23-LVM\r\n1/10/23-LVM\r\n1/23/23-LVM\r\nCould not reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31510":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/24/22-sent a copy of the consent form.\r\n9/2/22-lvm\r\n9/28/22-pt declined stated they do not have enough time for the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31488":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/24/22-participant does not want to drive up to chicago for the visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31511":{"redcap_data_access_group":"rush_university_me","main_record_id":"10457","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-24","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-24","date_and_time":"2022-08-24 10:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-13","sp_v1_preop_date":"2022-09-12","sp_v2_6wk_date":"2022-10-25","sp_v3_3mo_date":"2022-12-13","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-10 14:06:37","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit is outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31513":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt called back and requested a copy of the consent form to look over. \r\n08/31- LVM\r\nUnable to make contact with pt again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31514":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt called back and requested a copy of the consent form to look over. \r\nLvm\r\nUnable to make contact again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31515":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nLeft message with no call back. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31516":{"redcap_data_access_group":"rush_university_me","main_record_id":"10459","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-24","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-24","date_and_time":"2022-08-24 16:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-21","sp_v1_preop_date":"2022-09-15","sp_v2_6wk_date":"2022-11-02","sp_v3_3mo_date":"2022-12-21","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-20 11:32:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit was outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31517":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/25/22-sent a copy of the consent form. \r\n0826/22-lvm\r\n08/30/22-pt declined, stated his wife is handicap and noone will be able to take care of her. Also stated it takes too much time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31518":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/25/22-patient stated she hates driving to the city with a passion.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31519":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/25/22-sent a copy of the consent. \r\n09/1/22-lvm\r\n9/2/22-pt stated cannot make it in for the baseline ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31520":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"08/25/22-pt stated she hates completing surveys.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31521":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/25/22-pt stated alot is going on in her life right now and she can't focus on research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31522":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/25/22-pt stated its too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31523":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"pt stated she is pushing her D.O.S. back to April\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31524":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/25/22-pt stated its too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31525":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt called back today and states that he has cancelled is knee surgery for now. He plans on having a hip replacement first and does not know when he will be rescheduling for the knee. He would like for us to keep in touch an perhaps he'll be willing to participate in the future. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31526":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31527":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM- no call back\r\n\r\n1/4/23: lvm\r\n1/19/23: lvm\r\n1/27/23: sent consent\r\n2/1/23: lvm\r\n\r\ncouldnt confirm interest before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31528":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31529":{"redcap_data_access_group":"rush_university_me","main_record_id":"10464","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-30","screening_age":"39","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"08/30/22-sent a copy of consent form ","obtain_date":"2022-09-06","date_and_time":"2022-09-06 09:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-28","sp_v1_preop_date":"2022-09-13","sp_v2_6wk_date":"2022-11-08","sp_v3_3mo_date":"2022-12-28","age":"39","sex":"1","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31530":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"08/30/22-pt states she's in a lot of pain currently and not sure how she will react to more pain testing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31531":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/30/22-lvm\r\n9/7/22-lvm\r\n9/19/22-Participant declined, stated they can not understand English that well.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31532":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/30/22-lvm\r\n09/7/22-pt declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31533":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"08/30/22- Stated he's a caregiver for his wife and canno't take the time off to go to the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31534":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/31/22-lvm\r\n09/7/22-lvm\r\nCould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31535":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/31/22-participant declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31536":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/31/22-lvm\r\n9/1/22-sent a copy of the consent form \r\n9/7/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31537":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"08/31/22-lvm\r\n09/01/22-sent copy of consent form ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31538":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/1/22-lvm\r\n09/7/22-pt stated to give a call back \r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31539":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"09/1/22-Participant declined being in the study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31540":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/1/22-MB not set up \r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31541":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/01/2022- She is under a lot of stress now and she does not have enough time to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31542":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/2/22-declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31543":{"redcap_data_access_group":"rush_university_me","main_record_id":"10469","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-02","screening_age":"52","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"09/02/2022- Sent a copy of consent form.\r\n09/08/2022- no available today. Call back 09/09/2022","obtain_date":"2022-09-09","date_and_time":"2022-09-09 11:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-21","sp_v1_preop_date":"2022-09-19","sp_v2_6wk_date":"2022-11-02","sp_v3_3mo_date":"2022-12-21","age":"52","sex":"1","genident":"1","ethnic":"4","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-02-20 11:31:28","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participant did not complete their 3-28 day post op surveys, or their 6-week surveys.\r\nUnable to contact to get surveys completed until 3 month visit","erep_protdev_caplan":"NA","erep_rel_covid19":"0"}}},"31544":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/02/2022- Sent a copy of consent form.\r\n09/09/2022- LVM\r\n09/15/2022- LVM\r\n09/21/2022- After sent copy of consent form, could not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31545":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/2/22-lvm\r\n9/7/22-lvm\r\n\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31546":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/02/2022- Was contacted, the person answered said is wrong number.\r\n09/06/2022- she is not interested to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31547":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/2/22-patient stated its too far of a drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31548":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/02/2022- Patient is not interested in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31549":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/02/2022- LVM\r\n09/06/2022-LVM\r\n09/20/2022-LVM\r\n10/11/2022- LVMx3. could not reach before her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31550":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/02/2022- sent a copy of consent form \r\n09/07/2022-LVM\r\n09/08/2022- call back at 2 pm.\r\n09/08/2022-After further explanation about informed consent patient decided not participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31551":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/2/22-Lvm\r\n9/7/22-Pt declined stated that it is too far of a drive and they are already worried about going to the city for their surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31552":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/2/22-sent a copy of the consent form \r\n09/6/22-pt stated she is no longer interested in participating ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31553":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"09/02/2022- Sent a copy of consent form.\r\n09/08/2022- Call back 09/09/2022, pt. need more time to check the copy of consent form.\r\n09/09/2022- LVM.\r\nShe is in Florida and she will return the day previous her Surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31554":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/02/2022- she will check her daughter availability/ sent a copy of consent form.\r\n09/09/2022- LVM \r\n9/12/2022- LVM\r\nFamily issues. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31555":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/02/2022- Patient declined, said she is old to do all the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31556":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/07/2022- Patient hospitalized. Son answer phone call and make decision on his behalf and declined his father participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31557":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09-07-2022- LVM\r\n9/12/2022 - LVM\r\n9/20/2022- LVM\r\n9/27/2022- Unable to contact the participant before surgery LVM x 3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31558":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09-07-2022- LVM\r\n09-12-2022- Call back 9/13/2022 at 9 am.\r\n09-13-2022- LVM\r\n9/20/2022- LVM\r\n9/29/2022-LVM\r\n10/04/2022- Unable to contact the participant before surgery LVM X3.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31559":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"09-07-2022- LVM\r\n09-12-2022- LVM\r\n09/20/2022- PT. declined, does not have time.\r\n ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31560":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09-07-2022- Patient declined to participate in the study. He will change surgery date because healthy issues.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31561":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/07/2022-LVM.\r\n9/12/2022- too far for him.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31562":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/7/22-call could not go through \r\n9/27/22- call could not go through.\r\ncould not reach before sx.\r\n\r\n11/8/22: called, asked for cb in 5 min. and was unavail. LVM\r\n11/14/22: asked for cb. Said she is avail. in the mornings\r\n11/22/22: asked for call back early next week, thinking about it \r\n11/28/22: calling after 12 for poss consent; NA at 3\r\n\r\ncouldnt reach before surgery\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31563":{"redcap_data_access_group":"rush_university_me","main_record_id":"10467","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-07","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/7/22-sent a copy of the consent form.","obtain_date":"2022-09-08","date_and_time":"2022-09-08 10:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-07","sp_v1_preop_date":"2022-09-23","sp_v2_6wk_date":"2022-11-17","sp_v3_3mo_date":"2023-01-06","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31564":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/7/22-pt states she is claustrophobic and cannot do the MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31565":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/7/22-sent a copy of the consent form \r\n9/8/22-pt declined, not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31566":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/07/2022- Pt. does not have enough time, has a lot of stress for his upcoming surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31567":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/7/22-lvm\r\n9/19/22-Patients wife answered the phone, stated to call back at a later time. \r\n9/27/22-lvm\r\n\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31568":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/22-pt declined, too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31569":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/22-pt declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31570":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/22-pt declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31571":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"09/07/2022- She does not have time today. Call back 09/08/2022 on afternoon.\r\n09/08/2022- Pt. declined, does not want to drive to Midwest Orthopedics. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31572":{"redcap_data_access_group":"rush_university_me","main_record_id":"10473","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-07","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/07/2022- Sent a copy of the consent form. Call Back 9/8/2022 at 12 pm.\r\n9/08/2022- Call back 9/9/2022 at 12 pm.\r\n9/9/2022- LVM.\r\n9/12/2022- Call back 9/13/2022 at 1 pm.","obtain_date":"2022-09-13","date_and_time":"2022-09-13 14:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-07","sp_v1_preop_date":"2022-10-06","sp_v2_6wk_date":"2022-11-17","sp_v3_3mo_date":"2023-01-06","age":"49","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-12-09 10:04:09","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant came in for 3 month visit outside of 4 week window.\r\n3 month mark was 1/7, came in on 2/20 (6 weeks after, 4 weeks outside of window )","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31573":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/07/2022- LVM\r\n09/13/2022- LVM\r\n09/22/2022- LVM\r\nUnable to contact the participant before surgery LVM x 3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31574":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/22-pt declined, does not have time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31575":{"redcap_data_access_group":"rush_university_me","main_record_id":"10475","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-07","screening_age":"71","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"09/07/2022- She will call back.\r\n09/13/2022- sent a copy of the Informed consent.\r\n09/16- pt reached out to Dr. Berger's team, states interest and would like for us to call her back on Monday. ","obtain_date":"2022-09-19","date_and_time":"2022-09-19 16:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-30","sp_v1_preop_date":"2022-09-26","sp_v2_6wk_date":"2022-11-10","sp_v3_3mo_date":"2022-12-30","age":"71","sex":"2","genident":"2","ethnic":"4","dem_race":"2","ewdateterm":"2022-11-16","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. stated she has a lot of going on right now as well as a lot of stress after her surgery. Patient stated she is withdrawing from the study.","sp_data_site":"N/A"},"31576":{"redcap_data_access_group":"rush_university_me","main_record_id":"10470","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/7/22-sent a copy of the consent form ","obtain_date":"2022-09-09","date_and_time":"2022-09-09 13:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-07","sp_v1_preop_date":"2022-10-05","sp_v2_6wk_date":"2022-11-17","sp_v3_3mo_date":"2023-01-06","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31577":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/7/22-sent a consent form \r\n9/8/22- pt declined, states she doesn't want to be in anymore pain.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31578":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/7/22-mb full\r\n9/19/22-mb full \r\n9/20/22-pt declined, stated she is not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31579":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/26/22-pt declined, stated they do not have the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31580":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/7/22-lvm\r\n9/26/22-lvm\r\n\r\nCould not reach pt before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31581":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/7/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31582":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that he doesn't want to make an extra visit and would prefer not to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31583":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states she is a caregiver for her husband with dementia and has way too much on her plate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31584":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"09/07/2022- Pt. not interested to participate in the research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31585":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/07/2022- LVM\r\n09/19/2022- LVM \r\n09/28/2022- pt. available just in the evening time.\r\n10/05/2022- Unable to contact the participant","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31586":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"09/09/2022- LVM\r\n09/22/2022- phone number disconnected.\r\n09/28/2022- Pt. declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31587":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/09/2022-LVM\r\n09/22/2022- LVM\r\n09/29/2022- pt declined, not interested .","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31588":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"09/12/2022- sent a copy of the consent form\r\n9/19/2022- Pt. not interested in the study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31589":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/12/2022- Sent a copy of the consent form . Call back 09/14/2022 at 2 pm.\r\n9/14/2022- Pt. decline, too far (she live in Delaware) ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31590":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/12/2022- LVM\r\n09/21/2022- LVM\r\n10/12/2022- LVMx2. could not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31591":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"09/13/2022- Declined, Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31592":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/13/2022- Call back 9/14/2022 at 3 pm\r\n9/14/2022- LVM.\r\n10/10/2022- call back 10/11/2022 at 12 pm\r\n10/11/2022- Call back 10/12/2022 at 1pm.\r\n10/31/2022- unable to make contact with pt again after the first contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31593":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/19/22-LVM\r\n\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31594":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/19/2022- call back today at 4 pm.\r\n9/19/2022- LVM.\r\n9/23/2022- Pt. Declined, does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31595":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/17/22-Pt stated she will be at Rush on Friday, and will speak to surgeon about the study.\r\n10/7/22-Pt declined, stated the study will take too much time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31597":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/20/2022- LVM\r\n09/23/2022- Pt. decline, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31598":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"09/20/2022- LVM\r\n09/23/2022- She does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31599":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/21/2022- PT. declined. Not interested in research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31600":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"09/21/2022- Pt. Declined, does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31601":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/21/2022- Sent a copy of the consent form.\r\n09/29/2022- Pt. decline, he will move to Florida after his surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31602":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/21/2022- LVM\r\n09/28/2022- LVM\r\n10/04/2022- LVM\r\n10/10/2022- Unable to contact participant before sx. LVMx3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31603":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/21/2022- Sent a copy of the consent form\r\n09/28/2022- LVM.\r\n10/04/2022- LVM.\r\n10/13/2022- LVM.\r\n10/20/2022- LVMx3. could not reach before surgery. \r\n\r\n02/08- LVM\r\nPt called back and states that she does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31604":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/21/2022- LVM\r\n09/26/2022- Sent a copy of the consent form\r\n10/04/2022- LVM.\r\n10/13/2022- LVM\r\n10/20/2022- Could not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31605":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/22/2022/- Sent a copy of the consent form.\r\n09/23/2022- LVM\r\n09/28/2022- LVM\r\n10/05/2022- LVM\r\n10/20/2022- LVMx3. could not reach before sx.\r\n11/04/2022-Talked with his son and he stated his father is not interested to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31606":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"09/22/2022- Sent a copy of the consent form\r\n09/28/2022- Call back 09/30/2022.\r\n10/05/2022- Participant declined to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31607":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/22/2022- LVM\r\n09/29/2022-LVM\r\n10/28/2022- LVM X2 could not reach before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31608":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/22/2022- LVM\r\n09/28/2022- Call back 09/29/2022\r\n09/30/2022- PT. decline\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31609":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/23/2022- Sent a copy of the consent form \r\n9/28/2022- Busy need more time to check the consent form.\r\n9/30/2022- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31610":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/23/2022- She does not have time today, call back on Tuesday 09/27/2022.\r\n09/27/2022- PT. declined, she does not have time to come for the study before her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31611":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/26/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31612":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/26/22-pt declined, stated that she will not be able to make it for some of the visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31613":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/26/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31614":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/26/22-sent a copy of the consent form \r\n10/6/22-pt declined, stated that its too much involvement for him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31615":{"redcap_data_access_group":"rush_university_me","main_record_id":"10485","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-27","screening_age":"45","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/27/22-Sent a copy of the consent form \r\n9/20/22-lvm ","obtain_date":"2022-09-30","date_and_time":"2022-09-30 14:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-12","sp_v1_preop_date":"2022-10-10","sp_v2_6wk_date":"2022-11-22","sp_v3_3mo_date":"2023-01-11","age":"45","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31616":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/27/22-lvm\r\n10/7/22-pt declined, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31617":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/27/22-pt stated they cannot do the study since they do not like MRI's. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31618":{"redcap_data_access_group":"rush_university_me","main_record_id":"10495","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-27","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/27/22-Sent a copy of the consent form \r\n10/7/22-pt stated they will give a call back\r\n10/11/22- sent a copy of the consent form. ","obtain_date":"2022-10-14","date_and_time":"2022-10-14 13:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-21","sp_v1_preop_date":"2022-09-28","sp_v2_6wk_date":"2022-12-01","sp_v3_3mo_date":"2023-01-20","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31619":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/27/22-lvm\r\n10/7/22-lvm\r\n10/13/22-lvm\r\ncould not reach before sx\r\n\r\n4/11/23: lvm\r\n4/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31620":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/27/22-lvm\r\n10/7/22-pt declined, already part of another study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31621":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/27/22-pt declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31622":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/27/22-LVM\r\n10/7/22-PT declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31623":{"redcap_data_access_group":"rush_university_me","main_record_id":"10494","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-27","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"09/27/22-sent a copy of the consent \r\n9/30/22-lvm\r\n10/7/22-pt stated to give a call Monday\r\n10/10/22-lvm\r\n10/11/22-pt state to call back tomorrow ","obtain_date":"2022-10-13","date_and_time":"2022-10-13 09:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-26","sp_v1_preop_date":"2022-10-24","sp_v2_6wk_date":"2022-12-06","sp_v3_3mo_date":"2023-01-25","age":"51","sex":"1","genident":"1","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31624":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/28/22-Pt declined stated they do not have the time to go to Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31625":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/28/22- sent a copy of the consent form \r\n9/30/22-pt declined, no longer interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31626":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/28/22-pt stated to give a call back\r\n10/7/22- pt declined, stated not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31627":{"redcap_data_access_group":"rush_university_me","main_record_id":"10482","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-28","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/28/22-sent a copy of the consent form\r\n9/29/22-","obtain_date":"2022-09-29","date_and_time":"2022-09-29 14:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-10","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31628":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/28/22-lvm\r\n9/29/22-lvm\r\n10/7/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31629":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/28/22-sent a copy of consent form\r\n9/29/22-lvm\r\nPt ineligible for the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31630":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/28/22-lvm\r\n10/7/22-pt's wife stated he will call back. \r\n10/13/22-lvm\r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31631":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/29/2022- LVM\r\n10/13/2022- LVM\r\n10/24/2022- LVM\r\n11/02/2022- unable to make contact with pt. after several attempts LVMX3.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31632":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/29/2022- Pt. declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31633":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-30","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/30/2022- LVM\r\n10/12/2022- Pt. Declined, does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31634":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-30","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/30/22-LVM\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31635":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/04/2022- LVM\r\n10/13/2022- LVM\r\n11/01/2022- LVM\r\n11/16/2022- Unable to contact the Pt. before her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31636":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt wants to look through consent, will call back next week. \r\nPt states that he has too much going on and does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31637":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/21/2022- unable to make contact after several attempts.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31638":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/21/2022- unable to make contact after several attempts","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31639":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"73","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt called back and states that he is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31640":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"82","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/21/2022- unable to make contact .","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31641":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt cut me off as I was trying to explain the purpose and states he is not interested and does not want to be contacted again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31642":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/2022: LVM\r\nUnable to make contact with patient. \r\n\r\n1/20/23: asked to be called back, didn't get to explain study yet. sent consent\r\n1/24/23: still needs to read thru consent\r\n2/2/23: lvm; resent consent\r\n2/16/23: still hasn't looked thru consent.\r\n\r\ncouldnt confirm interest before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31643":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that they are not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31644":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"pt requested a copy of consent form to have daughter look over it. \r\nPt asked that I call back at the end of the week. \r\nPt spoke with daughter and decided against participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31645":{"redcap_data_access_group":"rush_university_me","main_record_id":"10492","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-05","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-11","date_and_time":"2022-10-11 15:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-03","sp_v1_preop_date":"2022-10-20","sp_v2_6wk_date":"2022-12-15","sp_v3_3mo_date":"2023-02-02","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 10:25:48","erep_ae_date":"2022-10-20","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-10-20 00:00","erep_resolution_date":"2022-10-09 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt started panicking while in the MRI. Unable to do any of the scans. ","erep_action_taken":"Pt will continue with other study tests. Will not be doing MRI at 3 month visit. ","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31646":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/05/2022-LVM\r\n10/24/2022-lvm\r\n11/02/2022- Pt. request call back on Friday 11/04/2022 between 3-4 pm.\r\n11/04/2022- LVM.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31647":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/21/2022- unable to make contact with Pt.\r\n\r\n03/10- No answer\r\n03/23- LVM\r\n03/28- unable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31648":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/05/2022- LVM\r\n10/07/2022-pt declined, stated he lives too far away,","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31649":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/21/2022- unable to make contact with Pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31650":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n10/21/2022-unable to make contact with Pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31651":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over.\r\nUnable to contact patient again. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31652":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPt's sx has been cancelled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31653":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that they cancelled their surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31654":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt states he is traveling and will not be back until the day before surgery. \r\n----\r\n8/22/23:lvm\r\n8/30/23:lvm\r\n9/6/23:lvm\r\n9/11/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31655":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"50","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/21/2022- unable to make contact with Pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31656":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31657":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"77","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt states that he has a lot of trouble walking and he fears that this study would be too much for him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31658":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"10/7/22-Pt declined, stated she has too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31659":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/7/22- Pt declined, stated she does not have time to be in this study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31660":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/7/22-pt stated they will talk to their surgeon about the study.\r\n10/13/22-pt stated she needs more time to think about it. \r\n10/17/22-pt stated she will give a call back \r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31661":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/7/22-sent a copy of informed consent. \r\n10/14/22-pts wife stated to give a call back\r\n10/17/22-lvm\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31662":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/7/22-pt stated she will have to talk to husband about it. \r\n10/14/22-pt declined, not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31663":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/7/22-Pt declined, stated that its too much work. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31664":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/7/22-sent a copy of the consent form.\r\n10/10/22-pt declined not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31665":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/10/2022- send a copy of informed consent. \r\n10/11/2022- no answer, voice mail not set up.\r\n10/12/2022-NO answer, voice mail not set up.\r\n10/13/2022- no answer, voice mail not set up. \r\n10/20/2022- no answer after the first contact, voice mail not set up x3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31666":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"10/10/2022- call back 10/11/2022 at 10:30 am\r\n10/11/2022- Pt. declined, has claustrophobia. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31667":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/10/2022- call back on 10/12/2022 after 11 am.\r\n10/12/2022- Pt. postponed her surgery for the next year.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31668":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/10/22-lvm\r\n\r\n2/8/23: lvm\r\n2/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31669":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/10/2022- sent copy of informed consent.\r\n10/11/2022- Pt. declined, does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31670":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/11/2022- Sent copy of consent form. \r\n10/14/2022- pt. declined, said she has other health issues right now and can not participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31671":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"10/11/22-pt stated she is a busy currently, and to call her back tomorrow.\r\n10/13/22-pt said she will give a call back\r\n10/14/22-Pt declined, states she canno't commit as it will take too much time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31672":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/11/22-lvm\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31673":{"redcap_data_access_group":"rush_university_me","main_record_id":"10579","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-11","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/22-MB full, not able to leave a voice message\r\n10/13/22- sent a copy of the consent form \r\n10/14/22-pt stated the sx date has moved. \r\n\r\n01/5/23: resent consent \r\n1/9/23: lvm\r\n1/10/21: signed incorrectly, resending\r\n1/12/23","obtain_date":"2023-01-12","date_and_time":"2023-01-12 13:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-01-13","ewprimaryreason":"1","ewdisreasons":"1|6","ewpireason":"N/A","ewcomments":"Dealing with health issues unrelated to knee/surgery.","sp_data_site":"N/A"},"31674":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/11/22-pt stated to give a call back tomorrow.\r\n10/13/22-lvm\r\n10/21/2022- unable to make contact after several attempts LVMX2.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31675":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/11/22-sent a copy of consent form.\r\n10/13/22-pt declined, not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31676":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/11/2022- Pt. declined, said does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31677":{"redcap_data_access_group":"rush_university_me","main_record_id":"10505","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-11","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/22-sent a copy of the consent form \r\n10/17/22-pt stated she needs more time to think about it.\r\n10/19/22-lvm","obtain_date":"2022-10-25","date_and_time":"2022-10-25 13:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-02","sp_v1_preop_date":"2022-10-28","sp_v2_6wk_date":"2022-12-14","sp_v3_3mo_date":"2023-02-01","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31678":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/11/22-lvm on home phone. \r\n10/17/22-Mobile cell phone message box is full, lvm on home phone \r\n10/25/22-lvm on home phone\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31679":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/12/2022- LVM\r\n10/18/2022- pt. declined, not able to make office visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31680":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/12/2022- call back 10/13/2022 at 10 am.\r\n10/13/2022- Pt. Declined, she does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31681":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/12/2022- send a copy of Informed consent, call back 10/18/2022 after 2 pm.\r\n10/18/2022- Send a copy of informed consent, call back 10/20/2022 at 2:30pm.\r\n10/21/2022- LVM.\r\n10/31/2022- Unable to make contact with pt again after the first contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31682":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/12/2022- LVM\r\n11/01/2022- Call back today at 12pm.\r\n11/01/2022- Pt. declined, states she can not commit as it will take too much time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31683":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/13/2022- LVM\r\n10/14/2022- LVM\r\n10/20/2022- LVMx2. could not reach before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31684":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/13/2022- call back 10/14/2022 after 11 am.\r\n10/14/2022- Pt. declined, has busy and stressful schedule.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31685":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/13/2022- Pt. declined, she feel overwhelm\r\nwith her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31686":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/14/2022- He will move after his 6 weeks visits and back the next year for his second surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31688":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/14/22-pt stated to give a call back at a later time.\r\n10/17/22-lvm\r\n10/24/22-pt declined, stated they don't have the time available to be part of this study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31689":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/14/22-pt declined, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31690":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/14/22-pt declined, stated she does not have time to come up to Rush.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31691":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/14/22-LVM\r\n10/25/22-LVM\r\n10/28/22-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31692":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/14/2022- send a copy of informed consent.\r\n10/17/2022- send a copy of informed consent. Call back today at 3pm.\r\n10/17/2022- LVM.\r\n10/24/2022- Pt. Declined. Does not want to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31693":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/2022- LVM\r\n10/24/2022- LVM\r\n11/01/2022- call back tomorrow 11/02/2022 at 9:30 am\r\n11/02/2022- LVM.\r\n11/07/2022- lvm x3, could not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31694":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/2022- Send a copy of informed consent. Call back 10/21/2022 at 3pm.\r\n10/21/2022-LVM\r\n11/01/2022- LVM.\r\n11/11/2022- Unable to re-contact the participant before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31695":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/22-lvm\r\n10/24/22-lvm\r\n10/31/22-lvm\r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31696":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/17/22-pt declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31697":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/17/22-sent a copy of the consent form.\r\n10/24/22-lvm\r\n10/31/22-pt stated to give a call back tomorrow \r\n11/1/22-lvm \r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31698":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/17/22-pt declined, stated he doesn't have the time to be in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31699":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/17/22-pt stated to give a call tomorrow.\r\n10/24/22-sent a copy of the consent form \r\n10/31/22-No MB, could not leave voice message\r\ncould not reach before sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31700":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/17/22-pt declined, stated that they will be in Florida after their surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31701":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/17/22-Pt declined, stated she lives too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31702":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/22-Lvm on secondary phone number. Cell phone number message box is full.\r\n10/25/22-lvm\r\n10/31/22-lvm\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31703":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/2022- LVM.\r\n10/24/2022- call back on Friday 28 after 8 am\r\n11/02/2022- Unable to make contact with Pt. after second call.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31704":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"45","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/17/2022- sent a copy of informed consent.\r\n10/24/2022- LVM.\r\n10/28/2022- Call back on Monday at 9 am. \r\n10/31/2022- LVM.\r\n11/04/2022- Unable to make contact with Pt again before her Sx.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31705":{"redcap_data_access_group":"rush_university_me","main_record_id":"10499","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-17","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/17/2022- Send a copy of informed consent.","obtain_date":"2022-10-18","date_and_time":"2022-10-18 16:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-28","sp_v1_preop_date":"2022-11-14","sp_v2_6wk_date":"2023-01-09","sp_v3_3mo_date":"2023-02-27","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-04-10 11:54:08","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit scheduled outside of the 4 week window. Was unable to reach participant before the window closed","erep_protdev_caplan":"NA. Is coming in to complete visit on 4/14, 3mo. mark was 2/28/23","erep_rel_covid19":"0"}}},"31706":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/18/2022- LVM\r\n10/24/2022-LVM.\r\n11/01/2022- LVM.\r\n11/21/2022- LVM X3, could not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31707":{"redcap_data_access_group":"rush_university_me","main_record_id":"10509","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-18","screening_age":"74","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/18/2022- Send a copy of Informed Consent.","obtain_date":"2022-10-28","date_and_time":"2022-10-28 16:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-22","sp_v1_preop_date":"2022-10-31","sp_v2_6wk_date":"2023-01-03","sp_v3_3mo_date":"2023-02-21","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31687":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/14/2022- Send a copy of informed consent. Call back at 3pm.\r\n10/14/2022- 3 pm not answer phone call.\r\n10/18/2022- Pt. Declined to participate in the study, live too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31708":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/18/2022- send a copy of informed consent. Call back on Friday 10/21/2022 at 3 pm.\r\n10/21/2022- LVM\r\n11/08/2022-Pt. declined. Does not want to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31709":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/21/2022- Sx. has been cancelled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31710":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/21/2022- LVM.\r\n10/21/2022- Pt. called back and requested call him back on 10/24/2022.\r\n10/24/2022- Pt. undergoing hip surgery not knee surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31711":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-24","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/24/22-pt declined, not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31712":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-24","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/24/2022- LVM\r\n11/02/2022- Pt. declined, stated is too far for her.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31713":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-24","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/24/2022- LVM\r\n11/01/2022- LVM.\r\n11/08/2022- Pt. stated she is thinking over, and she will call back.\r\n11/21/2022- Unable to make contact again with Pt again. LVMx2.\r\n\r\n05/03/23- LVM\r\n5/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31714":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM\r\n11/02- pt states that they don't have the time to take off of work. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31715":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt requested a copy of the consent form to look over.\r\n11/02- pt asked that I resent the copy of the consent form. \r\n11/08- pt states it takes too much time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31716":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31717":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"49","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they do not want to make any other trips into Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31718":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt states that sx was postponed till January, will reach out towards the end of the year. \r\nsx not yet rescheduled\r\n12/15- pt requested a copy of the consent form to look over.\r\n12/21- pt not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31719":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they they have no tolerance for pain and does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31720":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n11/02/22: pt states sx is postponed for December. Sent a copy of the consent form. \r\n\r\n12/06/22: pt. seemed confused about study visits\r\n12/13/22: asked for cb later to explain study\r\n12/20/22: bad time to talk\r\ncouldnt confirm interest in study prior to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31721":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt asked that I call her back on Friday. \r\n11/02- pt states she's really sick and asked that I call her back next week. \r\n11/08- pt states she is not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31722":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n11/02- pt states he doesn't have much time but will take a look at consent form. Will contact me if interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31723":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/26- pt was boarding a flight, sent a copy of the consent form. \r\n11/02- pt states that he is busy at the moment and asked that I call back tomorrow. \r\n11/09- lvm\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31724":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"43","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/27/22-Pt declined, stated they are not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31725":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/28/2022- LVM\r\n11/08/2022- LVM- called back. Send a copy of informed consent call back 11/11/2022 at 10 am.\r\n11/11/2022- Pt. Called back and want to withdraw from the research because a lot is going on and she is not able to drive 2 hours for the visit.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31726":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/28/2022- LVM\r\n11/08/2022- LVM\r\n11/21/2022- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31727":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/28/2022- Call back 10/31/2022 at 10:30 am\r\n11/01/2022- LVM.\r\n11/08/2022- The phone did not ring.\r\n11/29/2022- Unable to contact before the surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31728":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/28/2022- send a copy of informed consent callback today at 2 pm. \r\n10/28/2022- Pt. Declined, does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31729":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/1/2022- No answer phone call. Voice mail not set up in order to left voice mail.\r\n11/11/2022- Call back 11/15/2022 between 2 -3 pm.\r\n11/15/2022- Busy now call back 11/16/2022 around 10:30am.\r\n11/29/2022- cannot make a commute. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31730":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/31/22-Pt stated to give call back \r\n11/8/22-lvm\r\n11/14/22- said he does not have the time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31731":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/31/22-pt declined, stated they are having surgery done in Oak Brook. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31732":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/31/22-lvm\r\n\r\n11/8/22- lvm\r\n11/8/22- called back to hear more, can't make the commute here","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31733":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/31/22-lvm\r\n11/8/22- lvm\r\n11/14/22-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31735":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"43","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"11/02/22-- contacted, is interested. Sending consent form, reaching out Monday 11/7 in the afternoon.\r\n11/08/22: lvm\r\n11/17/22: calling wed for poss consent\r\n11/23/22: doesnt have time to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31736":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"11/01/2022- Pt. declined, claustrophobia. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31737":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/01/2022- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31738":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/01/2022- LVM.\r\n11/02/2022- Pt. declined, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31739":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/2/22-lvm\r\n11/8/22-pt stated to give a call back \r\n11/14/22-sent a copy of the informed consent \r\n11/18/22-pt declined, stated its too hectic right now before the holidays. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31740":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/2/22-Pt stated to give a call back on Friday\r\n11/8/22-pt hung up the phone. \r\n11/14/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31741":{"redcap_data_access_group":"rush_university_me","main_record_id":"10526","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-02","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/2/22-LVM\r\n11/8/22-lvm\r\n11/14/22-Sent a copy of the consent form\r\n11/16/22: returned call, lvm\r\n","obtain_date":"2022-11-18","date_and_time":"2022-11-18 10:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-01","sp_v1_preop_date":"2022-11-28","sp_v2_6wk_date":"2023-01-12","sp_v3_3mo_date":"2023-03-02","age":"46","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-11-29","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject stated she could not come in to do the baseline visit before her surgery. ","sp_data_site":"N/A"},"31742":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/2/22-Pt stated they do not have time before their sx to come in for their baseline.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31743":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/02/2022: spoke to her, said she would like me to call back another day at noon to hear about the study\r\n11/11/22: Says study will take too much time, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31744":{"redcap_data_access_group":"rush_university_me","main_record_id":"10514","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-02","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-04","date_and_time":"2022-11-04 15:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-07","sp_v1_preop_date":"2022-11-10","sp_v2_6wk_date":"2023-01-18","sp_v3_3mo_date":"2023-03-08","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31745":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/2/22-lvm\r\n11/8/22-lvm\r\n11/14/22-lvm\r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31746":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/02/22: driving, asked for call back tomorrow\r\n11/04/22: was on the train, said to cb but didn't specify a time\r\n11/14/22: picked up but couldn't hear anything. called back, not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31747":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/02/2022: lvm\r\n11/22/22: lvm\r\n12/02/22: wrong phone number\r\n\r\nfixed number\r\n\r\n12/05/22: surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31748":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/02/2022: lvm\r\n11/03/2022: not interested in speaking today, asked for cb next week\r\n11/08/22: said she was at work, asked for call back at a later time \r\n12/08/22: not interested\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31749":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/02/2022- call back at 3 pm.\r\n11/04/2022- Pt. declined. Stated does not have time to come 3 times for the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31750":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/02/2022- Pt. not interested. Pt hang up the phone.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31751":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/02/2022- LVM\r\n11/08/2022- LVM\r\n11/22/2022- LVM\r\n11/29/2022- unable to contact before surgery, LVMX3\r\n\r\n---\r\n\r\n10/10/23:lvm\r\n10/17/23:lvm\r\n10/24/23:lvm\r\n10/31/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31752":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/02/2022- does not have time today, call back on Monday 11/07/2022 in the morning. \r\n11/07/2022- Pt. is not available he will call back.\r\n11/29/2022- cannot make commute ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31753":{"redcap_data_access_group":"rush_university_me","main_record_id":"10512","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-02","screening_age":"69","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-03","date_and_time":"2022-11-03 13:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-09","sp_v1_preop_date":"2022-11-03","sp_v2_6wk_date":"2023-01-20","sp_v3_3mo_date":"2023-03-10","age":"69","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31754":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/15/22: lvm\r\n12/01/22: asked for cb after 4pm \r\n12/02/22: lvm; called back and disconnected. Sent consent, isnt sure about ability to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31755":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"59","screening_gender":"3","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31756":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/02/2022: home phone (773) is not in service; lvm on cell\r\n11/03/2022: lvm with my new phone number if still interested in hearing about the study; called back immediately, doesnt have time to come in before surgery for baseline ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31757":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"11/02/2022: lvm\r\n11/03/2022: lvm with my new phone number\r\n11/08/2022: lvm\r\n11/08/22: called back, said she cannot make commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31758":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/2/22: lvm\r\n11/3/22: lvm with my new number\r\n11/8/22: lvm\r\n11/8/22: called back, not interested bc she travels a lot","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31760":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31759":{"redcap_data_access_group":"rush_university_me","main_record_id":"10530","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-02","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/02/2022: discussed study, sent consent form\r\n11/08/2022: lvm on cell to follow up\r\n11/14/22: said he didnt read consent. Resending and calling back wed at 11:30am\r\n11/16/22: asked for cb later today, unavail. on callback\r\n","obtain_date":"2022-11-22","date_and_time":"2022-11-22 13:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-23","sp_v1_preop_date":"2022-11-22","sp_v2_6wk_date":"2023-01-04","sp_v3_3mo_date":"2023-02-22","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31761":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/02/2022: lvm\r\n11/03/2022: lvm with my new number\r\n11/08/22: lvm\r\n11/16/22: lvm; wants to think about it since he lives far away\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31762":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/02/2022: lvm\r\n11/03/2022: said he would like to think about it, not sure if he has time. will call me back if he wants to move forward\r\n11/08/2022: lvm. he had called me back 11/3 at 9pm, couldn't listen to his vm. Tried to contact but he was unavailable\r\n11/16/22:lvm\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31763":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"11/03/2022: lvm\r\n11/8/22: lvm\r\n11/18/22: doesnt have time for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31764":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/3/2022: lvm\r\n11/9/22: lvm\r\n11/18/22: lvm\r\n11/28/22: lvm \r\n\r\ncouldnt contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31766":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/03/2022: sent consent form, going to call back next thurs. Works all day, may be difficult to schedule but will check back on the 10th\r\n11/10/22: lvm\r\n11/17/22: lvm\r\n11/22/22: doesnt have time with work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31260":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/08- LVM\r\n12/15- no answer\r\n12/21- pt not interested in participating\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31767":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/4/22: lvm\r\n11/9/22: going away, wants to speak next week, set date for 11/16\r\n11/16/22: not interested, live too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31768":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/4/22: spoke with pt, said they are not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31769":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/4/22: lvm\r\n11/10/22: sent consent form, but she is unsure about ability to make the trip and doing the MRI. Checking back early next week (11/14-11/15)\r\n11/14/22: lvm\r\n11/21/22: line busy\r\n11/28/22: cant get in before surgery, never received email w/ consent on the 10th\r\n11\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31770":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/4/22: lvm\r\n11/9/22: lvm\r\n11/16/22: lvm\r\n11/22/22: not interested, surgery is too soon for visit\r\n \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31771":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/4/22: MB full on home #, lvm on cell\r\n11/9/22: lvm on cell\r\n11/18/22: going to be out of town before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31772":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/4/22-lvm\r\n11/7/22-sent a copy of the consent form \r\n11/14/22- lvm\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31773":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/04/2022: interested, asked for copy of consent form. confirmed info\r\n11/5/22: emailed me saying she is no longer interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31774":{"redcap_data_access_group":"rush_university_me","main_record_id":"10516","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-04","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/4/22-sent a copy of the consent form \r\n11/7/22-pt stated to give a call back tomorrow\r\n","obtain_date":"2022-11-08","date_and_time":"2022-11-08 11:10","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-02","sp_v1_preop_date":"2022-11-09","sp_v2_6wk_date":"2023-01-13","sp_v3_3mo_date":"2023-03-03","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31775":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/4/22: not interested, can't make commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31776":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/4/22-Call wouldn't go through.\r\n11/8/22- cell is for daughter, said he doesn't want to be in a study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31777":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/04/2022- Pt. Decline, Does not want to do extra trip to Rush, since her Surgeon office is in Oak Brook. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31779":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/4/22: lvm\r\n11/11/22: asked for cb later on today\r\n11/22/22: lvm\r\n11/28/22: cant do it with work, but wants me to call back in 2 days to double check\r\n\r\n12/01/22: doesnt have time with work\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31780":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/04/22: lvm\r\n11/11/22: mbf on home phone, lvm on cell\r\n11/22/22: lvm\r\n11/28/22: ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31781":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/4/22-Mobile cell phone number has been disconnected. Home phone number would not go through.\r\n11/9/22-lvm\r\n11/10/22- pt stated they are not interested in participating\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31782":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/4/22: lvm\r\nDaughter's email: lulu2239@gmail.com\r\n11/7/22: sending consent to email, she said she needs to think about it\r\n11/8/22: emailed back saying she is not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31783":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/04/2022- Daughter in law stated ppt is not available now, call back on Monday 11/07/2022 at 10am.\r\n11/07/2022- LVM.\r\n11/16/2022- Daughter in law stated Pt. does not want to do the MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31784":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"11/04/2022- Send a copy of informed consent. Call back on Tuesday 11/08/2022 at 2 pm.\r\n11/08/2022- Pt. declined, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31785":{"redcap_data_access_group":"rush_university_me","main_record_id":"10517","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-04","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/04/2022- send of informed consent call back on Monday 11/07/2022 at 9 am.\r\n11/07/2022- can not accept phone call now. ","obtain_date":"2022-11-08","date_and_time":"2022-11-08 11:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-01","sp_v1_preop_date":"2022-11-10","sp_v2_6wk_date":"2023-01-12","sp_v3_3mo_date":"2023-03-02","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-02-16 12:57:53","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"participant did not complete 6-wk surveys withing a 2 week window. Was unable to reach him for 1 month.","erep_protdev_caplan":"Re-sent link to surveys 2/16/23","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-02-16 13:05:51","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"participant informed me he had a second knee surgery done on his left knee on 2/9/23, after the first one was on 12/1/22. These two surgeries were less than three months apart","erep_protdev_caplan":"NA","erep_rel_covid19":"0"}}},"31786":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Cant make commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31787":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/4/22: lvm\r\n11/10/22: lvm\r\n11/21/22: cancelling surgery\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31788":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/08/2022- Does not have time to come to Chicago for the visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31789":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31790":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/8/22: lvm\r\n11/18/22: sent consent form, calling back monday\r\n\r\n11/21/22: asked for call back tomorrow morning to consent\r\n11/22/22: lvm\r\n11/28/22: asked for cb later; can't come in for baseline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31791":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/22: asked for cb 11/9 at 1pm\r\n11/11/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31792":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/08/2022- LVM\r\n11/22/2022- Pt. decline does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31793":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/08/2022- Pt. want to reschedule his knee surgery for the next year.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31794":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/22-Pt found out they have cancer. Pt stated they are rescheduling knee replacement sx.\r\n\r\n--- \r\n\r\n10/27/23:lvm\r\n11/3/23:too busy with cancer after care ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31795":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/8/22-sent a copy of the consent form \r\n11/22- pt declined, stated they have a lot of projects going on at work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31796":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/08/2022- LVM\r\n11/16/2022- Pt. does not have time call back 11/21/2022 in the morning. \r\n11/21/2022- Pt. declined. Does not want to drive or do extra trip to the hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31797":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/08/2022- LVM\r\n11/14/2022- Her son is busy and request call him back on 11/16/2022.\r\n11/16/2022- send a copy of informed consent. Call back on 11/22/2022.\r\n11/22/2022- LVM\r\n12/08- called multiple time with no call back\r\n\r\n09/14/2023- LVM\r\n10/17- Unable to reach prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31798":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was on another call and asked that I call back on another day after 3 pm. \r\n11/15/22: said he doesnt have time to make the drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31799":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"41","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt states interest. Requested that I send a copy of the consent form to take a look over. \r\n11/15/22: lvm; called back and is interested, asked for cb to consent \r\n11/16/22: unable to talk, said he would call back later today to consent.\r\n11/17/22: lvm\r\n11/29/22: said he will \"get back to me\" \r\n\r\nunable to contact\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31800":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"pt requested a copy of the consent form to look over. \r\n11/10- pt sent an email stating that they are not interested.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31801":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"48","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n11/14/22: lvm\r\n12/08- Patient states she is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31802":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/10/22-LVM\r\n11/14/22-Pt declined, stated she does not have time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31803":{"redcap_data_access_group":"rush_university_me","main_record_id":"10533","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-10","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/10/22-LVM\r\n11/14/22-LVM\r\n11/22/22-sent a copy of the consent form.","obtain_date":"2022-11-28","date_and_time":"2022-11-28 13:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-06","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-22","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-02","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Patient has canceled surgery and will not be rescheduling.","sp_data_site":"N/A"},"31804":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"11/10/22: lvm\r\n11/17/22: lvm\r\n12/01/22: not interested, doesnt have time with work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31805":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/10/22-pt stated it is too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31806":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/10/22: lvm\r\n11/17/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31807":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/10/22: lvm\r\n11/17/22: lvm\r\n11/28/22: lvm\r\n12/06/22: lvm\r\n\r\ncouldn't reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31808":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/10/2022- LVM\r\n11/11/2022-Pt. declined. does not want to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31809":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/10/22: lvm\r\n11/17/22: lvm\r\ncalled back, doesn't have time to come downtown","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31810":{"redcap_data_access_group":"rush_university_me","main_record_id":"10520","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-11","date_and_time":"2022-11-11 11:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-13","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-22","age":"64","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-27 12:02:22","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participants 3-month surveys were completed outside of protocol range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31811":{"redcap_data_access_group":"rush_university_me","main_record_id":"10522","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-11","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/11/2022- LVM\r\n11/11/2022- Call back Tuesday 11/15/2022 at noon time. \r\n11/15/2022- LVM","obtain_date":"2022-11-15","date_and_time":"2022-11-15 13:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-05","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-22","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31812":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/11/2022- LVM\r\n11/21/2022- phone calls does not go through. \r\n11/29/22: call didnt go thru on cell, got thru on home but asked for cb tomorrow \r\n12/02/22: said she would call me back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31813":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3|5","ptinterest_comment":"11/11/22: spoke with him, has a pacemaker. Seemed confused by the study concept a bit\r\n11/18/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31814":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/11/2022- LVM\r\n11/16/2022- LVM\r\n11/29/22: lvm\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31815":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/14/22-Number not in service \r\n11/29/22-Lvm\r\n12/5/22-lvm\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31816":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/14/22-pt stated she is canceling her sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31817":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/08/2022- LVM\r\n11/14/2022- call back wed 11/16/2022 at 12pm.\r\n12/08- unable to make contact with patient again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31818":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/22: lvm \r\n11/16/22: lvm saying she is interested, calling back later. Mentioned having another knee done previously, in Aug\r\n11/29/22: hung up on me; surgery is cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31819":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/15/22: vm not set up on cell, reached him on home phone. Doesnt have the time to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31820":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/15/22-LVM\r\n11/22/22-LVM\r\n11/29/22-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31821":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"50","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/22: vmb not set up\r\n11/21/22: vmb not set up\r\n11/28/22: ^\r\nCould not reach before surgery. \r\n\r\n---\r\n\r\n10/31/23:would call me back \r\n11/7/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31822":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/15/22-Pt declined, stated she will not be traveling to Rush.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31823":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/15/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31824":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/15/22-pt declined, not interested. Stated they received a phone call from research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31825":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/15/22: can't travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31826":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"40","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/15/22-Pt declined, stated they work full time and do not want to drive to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31827":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/22: said he was contacted yesterday and didn't want to hear about study, no record of this","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31828":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/22: lvm\r\n11/29/22: lvm\r\n12/07/22: lvm\r\n12/13/22: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31829":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/22: said she would be interested in hearing about study, asked for cb\r\n11/18/22: lives 3 hrs away; sending consent bc she may still be interested, will call me \r\n11/29/22: lvm\r\n12/06/22: lvm\r\n\r\ncouldnt reach again before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31830":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/2022- Pt declined. does not want to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31831":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/15/2022- Call back 11/21/2022 early morning\r\n11/22/2022- Pt. stated does not have time now call back on Friday 12/02/2022 in the afternoon.\r\n12/5/22-Sent a copy of the consent \r\n12/9/22-lvm\r\n12/12/22- Pt declined, stated they have too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31832":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/2022- send a copy of informed consent call back on 11/21/2022 in the afternoon.\r\n11/21/2022- Pt. declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31833":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16/22-Patient's niece declined, stated that the patient is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31834":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16/22-pt declined, not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31835":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/2022-pt declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31836":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/2022- LVM\r\n11/16/2022- Pt. declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31837":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/2022- send copy of informed consent call back 11/21/2022.\r\n11/22/2022- Call back 11/23/2022 at 10:30am\r\n11/23/2022- Pt declined to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31838":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16/22-LVM\r\n11/29/22-LVM\r\n12/6/22-Pt declined, stated they are not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31839":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/16/22-LVM\r\n11/22/22-LVM\r\n11/29/22-LVM\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31840":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/16/22-LVM\r\n11/22/22-pt stated to give a call back in the future since he is pushing his sx back. \r\n12/21/22-lvm\r\n1/26/23-Pt stated that the sx has been cancelled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31841":{"redcap_data_access_group":"rush_university_me","main_record_id":"10529","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-16","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/16/22-Sent a copy of the consent \r\n","obtain_date":"2022-11-21","date_and_time":"2022-11-21 11:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-09","sp_v1_preop_date":"2022-12-01","sp_v2_6wk_date":"2023-02-20","sp_v3_3mo_date":"2023-04-09","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31842":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/6/22-lvm\r\n12/19/22-lvm \r\n12/27/22-lvm\r\n\r\nunable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31843":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/16/22: lives too far away, can't make it work with work schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31844":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/22-LVM\r\n11/22/22-pt's wife stated she will talk with her husband and give a call back.\r\n12/2/22-pt hung up the phone. \r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31845":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16/22-LVM\r\n11/29/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31846":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16/22-pt's daughter stated that she is not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31847":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/2022- LVM\r\n12/01/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31848":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/16/2022- Pt. have not time now call back on Tuesday 11/22/2022 at 9 am.\r\n11/22/2022- Pt. declined. Has a lot of going on and does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31849":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16- LVM\r\n12/08- LVM\r\n12/12- LVM\r\nUnable to make contact with patient ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31850":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16/2022- Pt. stated she is too old to do all of the study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31851":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/17/22: noit interested, doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31852":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/17/22: lvm on cell\r\n12/06/22: ^\r\n12/20/22: ^\r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31853":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/17/22: said she is cancelling her surgery, rescheduling for end of 2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31854":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/17/22: lvm\r\n12/05/22: lvm\r\n12/22/22: lvm\r\n\r\nunABLE TO REACH BEFORE SX\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31855":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/17/22: line busy\r\n12/05/22: lvm\r\n12/19/22: is interested, wants to do consent in person next week","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31856":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/18/22-pt stated to give a call back \r\n11/22/22-pt declined, stated that too the tests will be too much ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31857":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/18/22-Pt declined, does not want to drive to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31858":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/18/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31859":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/18/22: mentioned shes not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31860":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/18/22: cancelled his surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31861":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/18/22: sending consent form\r\n11/21/22: wants to read thru form before we go thru it together, going to call back in a week or two\r\n12/05/22: resent consent form to new email, calling next week\r\n12/15/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31862":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/18/22: lives 2 hrs away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31863":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/18/22: lvm\r\ngoing to be leaving town a lot following surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31864":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/18/22-pt declined, does not have the time available ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31865":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/21/2022- LVM\r\n11/28/2022-Send a copy of informed consent call back 11/29/2022 at 12pm.\r\n12/08- unable to contact again prior to sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31866":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/21/22: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31867":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/21/22: lvm\r\n12/12/22: asked for call back\r\n12/22/22: lvm\r\n12/28/22: interested, didn't want a copy of the consent, but said I could call back in a few days\r\n12/30/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31868":{"redcap_data_access_group":"rush_university_me","main_record_id":"10531","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-21","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/21/2022- Send a copy of informed consent call back 11/23/2022 in the morning .","obtain_date":"2022-11-22","date_and_time":"2022-11-22 15:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-02","sp_v1_preop_date":"2022-11-28","sp_v2_6wk_date":"2023-01-13","sp_v3_3mo_date":"2023-03-03","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31869":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/22- LVM\r\n12/08- pt would like a copy of the consent form to look over. \r\n12/15- LVM\r\n12/20- LVM\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31870":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/22/2022- Pt. does not have time now. Call back 11/30/2022 in the morning.\r\n11/29/2022- Pt. declined, does not want to participate in the study he just want to focus in his surgery and the physical therapy.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31871":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/22/22: mbf\r\n12/05/22: lvm; cancelled surgery but may reschedule, would be interested if she goes thru with it\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31872":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/22/2022- LVM\r\n12/06/22: lvm\r\n12/22/22: lvm\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31873":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/22/2022- LVM\r\n11/29/2022- send a copy of informed consent.\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31875":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/28/2022- Pt. declined. Has a lot of going on and she does not have time to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31876":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"41","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/28/22: lvm\r\n12/12/22: lvm\r\n12/29/22: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31877":{"redcap_data_access_group":"rush_university_me","main_record_id":"10556","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-28","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-19","date_and_time":"2022-12-19 11:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-19","sp_v1_preop_date":"2022-12-23","sp_v2_6wk_date":"2023-03-02","sp_v3_3mo_date":"2023-04-19","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31878":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/28- LVM\r\n12/08- sent a copy of the consent form to look over. \r\n12/12- pt asked that I call back later this afternoon. \r\nPt is in the restaurant business and does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31879":{"redcap_data_access_group":"rush_university_me","main_record_id":"10550","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-28","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/28/22: lvm\r\n12/06/22: lvm\r\n12/08/22: called back expressing interest. Sending consent form, calling back in a week or two to consent\r\n12/15/22: lvm","obtain_date":"2022-12-15","date_and_time":"2022-12-15 12:09","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-13","sp_v1_preop_date":"2023-01-03","sp_v2_6wk_date":"2023-02-24","sp_v3_3mo_date":"2023-04-13","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-02-01 15:34:01","erep_ae_date":"2023-01-13","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-01-13 10:02","erep_resolution_date":"2023-02-01 10:02","erep_ae_severity":"1","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"pt had bleeding at surgical site, went to ED for treatment. Did not report any falls or accidents","erep_action_taken":"participant wants to remain in study, no further action taken ","erep_outcome":"NA","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31880":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"11/28/22: asked for call after 3:30; lvm; sending info via email, will call back next week after 3:30\r\n12/06/22: needs to look over consent again, \r\n12/13/22: still needs to look at consent\r\n12/28/22: doesnt have time to come, thought he could book appt on weekend","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31881":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/22: nor interested, lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31883":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/29/22: lvm, called back and lives too far to come in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31884":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/29/22: sent consent form, said I'd call back next week to see if shes interested\r\n12/06/22: not interested due to travel time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31885":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-30","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/30/22: not interested, no specific reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31886":{"redcap_data_access_group":"rush_university_me","main_record_id":"10543","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-30","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/30/22-Pt stated to give a call back when she is back from Arizona. She is interested. \r\n12/7/22-","obtain_date":"2022-12-07","date_and_time":"2022-12-07 16:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-05","sp_v1_preop_date":"2022-12-15","sp_v2_6wk_date":"2023-02-16","sp_v3_3mo_date":"2023-04-05","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-12","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient chose to withdraw from the study. Stated that there is too much going on, and she will not be able to make it for the baseline before her surgery.","sp_data_site":"N/A"},"31887":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-30","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/30/22-lvm\r\n12/9/22-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31888":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"12/02/22: said the study sounds painful, and doesn't want to drive into the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31889":{"redcap_data_access_group":"rush_university_me","main_record_id":"10540","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-02","screening_age":"56","screening_gender":"1","screening_race":"6","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/2/22-Sent a copy of the consent form","obtain_date":"2022-12-05","date_and_time":"2022-12-05 11:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-13","sp_v1_preop_date":"2022-12-12","sp_v2_6wk_date":"2023-01-24","sp_v3_3mo_date":"2023-03-14","age":"56","sex":"1","genident":"1","ethnic":"1","dem_race":"1","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-27 12:01:24","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participants 3-month surveys were completed outside of protocol range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31890":{"redcap_data_access_group":"rush_university_me","main_record_id":"10541","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-02","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/02/22: thinks he can do it, sent consent so he has time to think about it, calling back Mon\r\n12/05/22: lvm\r\n12/05/22: still unsure ","obtain_date":"2022-12-05","date_and_time":"2022-12-05 13:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-09","sp_v1_preop_date":"2022-12-08","sp_v2_6wk_date":"2023-01-20","sp_v3_3mo_date":"2023-03-10","age":"76","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31891":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/2/22-LVM\r\n12/5/22-Pt declined, said it takes too much of time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31892":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"12/02/22: lvm\r\n12/06/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31893":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/2/22-LVM\r\n12/5/22-LVM \r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31894":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/02/22: lvm\r\ncalled back, showed interest so I sent the consent form, calling back next week\r\n12/16/22: lvm\r\ncalled back, said hse doesnt have time to come in before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31895":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"12/02/22: doesn't want to do an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31896":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/2/222-Pt stated they are at work\r\n12/9/22-lvm\r\n12/15/22-LVM\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31897":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/2/22: hung up as I was explaining study\r\n12/09/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31898":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/02/22: mb full\r\n12/06/22: mb full\r\n12/12/22: mb full\r\n\r\ncouldnt reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31899":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/05/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31900":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"43","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"12/05/22: lvm\r\n12/12/22: lvm\r\n12/20/22: lvm\r\n\r\nunable to reach\r\n\r\n05/01- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31901":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/05/22: lvm\r\n12/13/22: lvm\r\n12/20/22: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31902":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/5/22-Pt stated to give a call back tomorrow \r\n12/6/22-pt declined, stated she does not want to drive up to Chicago before her sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31903":{"redcap_data_access_group":"rush_university_me","main_record_id":"10557","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-06","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/6/22-Sent a copy of the consent of the consent form. \r\n12/19/22-Pt stated to give a call tomorrow ","obtain_date":"2022-12-20","date_and_time":"2022-12-20 10:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-17","sp_v1_preop_date":"2023-01-06","sp_v2_6wk_date":"2023-02-28","sp_v3_3mo_date":"2023-04-17","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31904":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/6/22-LVM\r\n12/19/22-LVM\r\n12/27/22-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31905":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/06/22: still works, cant come on for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31906":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/06/22: cant make commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31907":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/06/22: cant make commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31908":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"12/06/22: said he doesnt think he can do the study procedures due to other health issues","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31909":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/06/22: lvm on cell\r\n12/13/22: said she had to push surgery back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31910":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/08/22: lvm\r\n12/12/22: lvm\r\n12/19/22: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31911":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Phone numbers have been disconnected. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31912":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/15- lvm\r\n12/20- left multiple vm with no call back. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31913":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"44","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt is at work and asked that I call her back later today. \r\nSent consent, asked for cb next week after she has thought about it.\r\n12/21- unable to make contact with pt. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31914":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31915":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/9/22-pt asked to speak with him about the study on 12/15/22\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31916":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/9/22-Sent a copy of the informed consent \r\n12/12/22-Pt declined, not interested in participating.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31918":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/9/22-Pt declined, stated that the study has too much work to do. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31919":{"redcap_data_access_group":"rush_university_me","main_record_id":"10546","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-09","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/9/22-Sent a copy of the consent form ","obtain_date":"2022-12-13","date_and_time":"2022-12-13 09:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-22","sp_v1_preop_date":"2022-12-20","sp_v2_6wk_date":"2023-02-02","sp_v3_3mo_date":"2023-03-23","age":"58","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 09:25:32","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit completed outside of window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31920":{"redcap_data_access_group":"rush_university_me","main_record_id":"10547","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-09","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/9/22-Sent a copy of the informed consent. ","obtain_date":"2022-12-12","date_and_time":"2022-12-12 15:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-27","sp_v1_preop_date":"2022-12-22","sp_v2_6wk_date":"2023-02-07","sp_v3_3mo_date":"2023-03-28","age":"58","sex":"2","genident":"4","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31921":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"12/9/22-lvm\r\n12/13/22-Sent a copy of consent form \r\n12/14/22: lvm\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31922":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/9/22-Pt stated he will speak with his doctor and then give a call back. \r\n12/27/22-pt declined stated that they are out of town and will not have enough time before sx to come in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31923":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/21- LVM\r\n01/09- LVM\r\n01/17- unable to make contact with patient. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31924":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/12/22: May be moving to Mexico before in person visits are done, will call back to let me know\r\n12/19/22: moving in March, unclear if she can come in for 3 month visit. Sent consent will follow up\r\n12/22/22: moving before 3 mo visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31925":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient declined because Rush is too far for her to travel to. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31926":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/12/22: asked for cb at 11:45 today; sent consent to daughter's email (latishajackson90@gmail.com)\r\n12/20/22: said she needs to look at consent, will reach out to me","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31927":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/12/22: lvm\r\n12/20/22: lvm\r\n12/28/22: lvm\r\ncouldnt reach in time\r\n\r\n5/26/23:called back - sent consent form \r\n5/31/23: lvm\r\n6/8/23:busy\r\n6/12/23: busy asked to call back later\r\n6/15/23:busy asked to call monday \r\n6/21/23: Surgery too close \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31929":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/12/22: lvm\r\n12/20/22: lvm\r\n12/29/22: lvm\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31930":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/22: lvm\r\n12/14/22: sent consent \r\n12/20/22: unable to come before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31931":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"12/13/22: cant get in before surgery due to holiday plans","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31932":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/13/22-lvm\r\n12/27/22-Pt declined, stated she does not want to fill out any paperwork. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31933":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/13/22-lvm\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31934":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/13/22-sent a copy of the consent form\r\n12/27/22-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31935":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/14/22: lvm\r\n12/21/22: sent consent\r\n12/28/22: surgery rescheduled, said he wants to be recontacted closer to it","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31936":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/22: sending consent form, calling back tmrw\r\n12/15/22: asked for me to resend form\r\n12/20/22: lvm\r\n12/28/22: wants call back tmrw to consent\r\n12/29/22: decided they dont want to participate anymore","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31937":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31938":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/15/22: Requested that I send him info via email, sent consent form\r\n12/28/22: lvm\r\n12/28/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31939":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/15/22: call can't go thru, sent an email\r\n12/28/22: Call cant go thru\r\n\r\nunable to reach, never responded to email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31940":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/15/22: number not in service\r\nno working phone number on file","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31941":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/15/22-LVM\r\n12/27/22-sent a copy of the consent form \r\n12/29/22-Participant declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31942":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/15/22: asked to be called after 3\r\n12/29/22: lvm\r\n1/4/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31943":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt asked that I call her back in an hour. \r\n12/20- pt requested a copy of the consent form to look over. \r\n01/09- LVM\r\nUnable to make contact with patient again after several attempts. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31944":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n12/20- LVM\r\n01/09- pt states that she is participating in a different study and would prefer to just stick to that one. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31945":{"redcap_data_access_group":"rush_university_me","main_record_id":"10568","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-15","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n12/20- LVM\r\n12/21- LVM\r\n12/30- said he would call back later today\r\n\r\ncouldnt reach before sx","obtain_date":"2022-12-30","date_and_time":"2022-12-30 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-01-03","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"withdrew before his baseline visit","sp_data_site":"N/A"},"31946":{"redcap_data_access_group":"rush_university_me","main_record_id":"10551","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-15","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-15","date_and_time":"2022-12-15 15:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-19","sp_v1_preop_date":"2023-01-12","sp_v2_6wk_date":"2023-03-02","sp_v3_3mo_date":"2023-04-19","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31947":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/21- LVM\r\n01/09- LVM\r\n01/17- unable to make contact with pt.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31948":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/16/22: sending consent form. coming here for apt on Tues, will try to call before then\r\n12/22/22: lvm\r\n12/30/22: lvm\r\n1/5/23: not getting surgery at Rush ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31949":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"12/16/22: not interested, has too much going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31950":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/16/22: lvm\r\n12/21/22-lvm\r\n12/27/22-lvm\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31951":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/16/22: lvm\r\n12/20/22: sending consent\r\n12/28/22: lvm\r\n12/29- pt has moved up their sx to 01/16 and is now having it at a surgery center.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31952":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"56","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/16/22: lvm\r\n12/20/22: lvm\r\n12/28/22: lvm\r\nunable to reach in time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31953":{"redcap_data_access_group":"rush_university_me","main_record_id":"10593","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-16","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/16/22: lvm\r\n12/21/22: lvm\r\n12/22/22: sent consent \r\n12/29/22: rescheduled for March 21st, wants to be contacted again closer to sx\r\n\r\n1/20/23: lvm; called back, still needs to read consent\r\n1/26/23: lvm. had calle saying she was interested","obtain_date":"2023-01-26","date_and_time":"2023-01-26 15:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-21","sp_v1_preop_date":"2023-02-07","sp_v2_6wk_date":"2023-04-04","sp_v3_3mo_date":"2023-05-21","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31954":{"redcap_data_access_group":"rush_university_me","main_record_id":"10570","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-19","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/19/22-lvm\r\n12/27/22-lvm\r\n12/30/22-Pt stated she will look over the consent and give a call back. \r\n","obtain_date":"2023-01-04","date_and_time":"2023-01-04 09:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-23","sp_v1_preop_date":"2023-01-09","sp_v2_6wk_date":"2023-03-06","sp_v3_3mo_date":"2023-04-23","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-01-06","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient chose to withdraw from study. Stated she has a lot going on in the moment and no longer wants to be a part of the study. ","sp_data_site":"N/A"},"31955":{"redcap_data_access_group":"rush_university_me","main_record_id":"10558","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-19","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-20","date_and_time":"2022-12-20 14:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-12","sp_v1_preop_date":"2023-01-04","sp_v2_6wk_date":"2023-02-23","sp_v3_3mo_date":"2023-04-12","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-01-10","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient was in a car accident before baseline, and has chosen to withdraw from the study. ","sp_data_site":"N/A"},"31956":{"redcap_data_access_group":"rush_university_me","main_record_id":"10559","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-19","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/21/22-Sent a copy of the consent form ","obtain_date":"2022-12-23","date_and_time":"2022-12-23 12:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-19","sp_v1_preop_date":"2023-01-03","sp_v2_6wk_date":"2023-03-02","sp_v3_3mo_date":"2023-04-19","age":"68","sex":"1","genident":"1","ethnic":"1","dem_race":"6","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31957":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/20/22: not interested, said if there was a study closer to home she would take part, but doesnt want to drive here","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31958":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"80","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined. States he is trying to deal with his sciatic pain prior to his knee replacement. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31959":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt asked that I call her back later today. \r\n12/20- pt is only willing to come in during pre op, unfortunately MRI is closed do to the holiday. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31960":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/20- pt states that she doesn't want to bother coming in to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31961":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31962":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/20/22: didnt have time to speak, asked me to email info instead\r\n12/28/22: in FL until surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31963":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/20/22: lvm\r\n12/30/22: sent consent\r\n1/4/23: still wants to read consent\r\n1/11/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31964":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/20/22: lvm\r\n12/30/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31965":{"redcap_data_access_group":"rush_university_me","main_record_id":"10571","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-20","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/20/22: emailed consent form\r\n12/28/22: lvm\r\n1/3/23: resending consent\r\n01/5/23: emailed saying he is interested, lvm","obtain_date":"2023-01-05","date_and_time":"2023-01-05 09:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-19","sp_v1_preop_date":"2023-01-12","sp_v2_6wk_date":"2023-03-02","sp_v3_3mo_date":"2023-04-19","age":"55","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 09:26:54","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit will fall outside of window. I have contacted the pt several times and we have been unable to schedule the visit","erep_protdev_caplan":"Keep reaching out to schedule visit before 6 month mark is reached.","erep_rel_covid19":"0"}}},"31966":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was on her way out and asked that I call back tomorrow. \r\n12/22- pt states that she had her sx on 12/01. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31967":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\n12/21- pt has too much going on and is not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31968":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/21/22- Pt stated to just send a copy of the consent form and he will look it over. \r\n12/27/22- Pt stated he is NY, give him a call back in a week. \r\n1/4/23- lvm \r\nCould not reach patient back before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31969":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/21- LVM\r\n12/29- LVM\r\n1/09- sent consent form, not sure about commute\r\n01/17- pt states that its too much of a long drive for him.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31970":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/21/22-LVM\r\n12/27/22-pt stated to give a call back tomorrow\r\n12/30/22-pt stated husband is being hospitalized, and she needs to look after him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31971":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/09- LVM\r\n01/17- LVM\r\n01/24- Unable to make contact with pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31972":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/22-LVM\r\n12/27/22-Pt declined, does not want to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31973":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/21/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31974":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/22: lvm\r\n12/29/22: spends winter in FL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31975":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/22: had his 1st knee done 6 wks ago, too soon to take part in study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31976":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31977":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/21/22: sent consent form\r\n1/4/23: pushing surgery back about 6 months, is interested in being recontacted then","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31978":{"redcap_data_access_group":"rush_university_me","main_record_id":"10563","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-21","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/21/22-pt stated to give a call back tomorrow morning\r\n12/27/22-Sent a copy consent form to look over. ","obtain_date":"2022-12-29","date_and_time":"2022-12-29 09:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-19","sp_v1_preop_date":"2023-01-06","sp_v2_6wk_date":"2023-03-02","sp_v3_3mo_date":"2023-04-19","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"2023-04-12","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31979":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/21/22-Pt stated they cancelled sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31980":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/21/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31981":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/22: sent consent form\r\n12/30/22: lvm\r\n1/4/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31982":{"redcap_data_access_group":"rush_university_me","main_record_id":"10562","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-22","screening_age":"72","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/22/22: sent consent, unsure about spending entire day with commute + visit\r\n\r\n","obtain_date":"2022-12-28","date_and_time":"2022-12-28 14:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-25","sp_v1_preop_date":"2023-01-13","sp_v2_6wk_date":"2023-03-08","sp_v3_3mo_date":"2023-04-25","age":"72","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31983":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/22: lvm\r\n12/29/22: lvm\r\n1/5/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31985":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"12/22/22: said she rescheduled her sx for Dec. 1st","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31986":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/22: doesn't want to drive ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31987":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-27","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/27/22-Sent copy of consent\r\n12/29/22-Pt stated to give a call back tomorrow \r\n12/30/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31988":{"redcap_data_access_group":"rush_university_me","main_record_id":"10567","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-27","screening_age":"55","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/27/22-Sent copy of consent \r\n","obtain_date":"2022-12-30","date_and_time":"2022-12-30 10:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-13","sp_v1_preop_date":"2023-01-09","sp_v2_6wk_date":"2023-02-24","sp_v3_3mo_date":"2023-04-13","age":"55","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 10:30:31","erep_ae_date":"2023-01-09","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-01-09 00:00","erep_resolution_date":"2023-01-09 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt started feeling anxious due to claustrophobia and was unable to do the MRI. ","erep_action_taken":"Pt will continue with other the study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31989":{"redcap_data_access_group":"rush_university_me","main_record_id":"10564","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-27","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/27/22-sent a copy of the consent form \r\n12/29/22-","obtain_date":"2022-12-29","date_and_time":"2022-12-29 10:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-13","sp_v1_preop_date":"2023-01-05","sp_v2_6wk_date":"2023-02-24","sp_v3_3mo_date":"2023-04-13","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-09-26 11:13:54","erep_ae_date":"2023-04-19","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-04-19 00:00","erep_resolution_date":"2023-04-19 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt reported trouble breathing and some anxiety, was unable to finish scans as a result. ","erep_action_taken":"Pt continued with other study tests. ","erep_outcome":"Pt unable to finish MRI. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31990":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-29","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/29/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31991":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-29","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/29/22: cancelled sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31992":{"redcap_data_access_group":"rush_university_me","main_record_id":"10573","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-29","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/29/22: lvm\r\n12/30/22: called me and lvm, NA on cb\r\n1/3/23: sent consent form\r\n01/05/23: asked for call tmrw between 12 and 3","obtain_date":"2023-01-06","date_and_time":"2023-01-06 13:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-30","sp_v1_preop_date":"2023-01-17","sp_v2_6wk_date":"2023-03-13","sp_v3_3mo_date":"2023-04-30","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31993":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-30","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/30/22-lvm\r\n1/4/23-Sent a copy of consent form \r\n1/6/23-Pt stated she needs more time to look over the consent. \r\n1/9/23-lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31994":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-30","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/30/22-Pt declined, stated that they are not willing to drive to Chicago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31995":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/3/23: said he couldn't talk today\r\n1/17/23: lvm\r\n1/25/23: requested info via email, said they would contact me if interested\r\n2/3/23: drive is too long, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31996":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/3/23: lvm; called back, said she lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31997":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/3/23: lvm\r\n1/17/23: lvm\r\n1/24/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31998":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32000":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/4/23-Pt stated to give a call back tomorrow. \r\n1/6/23-call would not go through.\r\n1/11/23-Pt stated to give a call back tomorrow, he is on a flight to Miami. \r\n1/17/23-Pt stated they do not have time available before sx to come in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32001":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23-LVM\r\n1/11/23-LVM\r\n1/17/23-Pt hung up the phone. \r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32002":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/4/23-Pt declined, stated they are claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32003":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23: put on list 2 days before sx, no time to come in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32004":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/4/23: doesn't want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32005":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23: lvm\r\n1/10/23: lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32006":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/4/23-LVM\r\n1/5/23- Sent a copy of consent \r\n1/6/23-Pt declined, stated that she does not have the time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32007":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23-LVM\r\n1/10/23-LVM\r\n1/23/23-LVM\r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32008":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23: not interested. Stated that she did not understand what the study was about","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32009":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23: wants cb in 1 hr; emailing consent form\r\n1/11/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32010":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/6/23: going away after sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32011":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/6/23: asked for call back\r\n1/19/23: lvm\r\n1/27/23: sent consent\r\n2/1/23: asked to be called tomorrow\r\n2/2/23: asked to be called tomorrow at 1pm\r\n2/3/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32012":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"01/05/23: lvm; sent consent\r\n1/11/23: lvm\r\n1/17/23: npot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32013":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/5/23: no working phne \r\n\r\n10/18/23: lvm\r\n\r\n10/26/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32014":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/6/23-lvm\r\n1/11/23-sent copy of consent \r\n1/12/23-Pt declined, said she has too much on her plate before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32015":{"redcap_data_access_group":"rush_university_me","main_record_id":"10622","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/6/23-Sent a copy of the consent \r\n1/10/23-Pt stated that their sx has been pushed back until March.\r\n\r\n2/16/23: resending consent \r\n2/23/23: asked to be called after 3\r\n\r\n\r\n","obtain_date":"2023-02-23","date_and_time":"2023-02-23 15:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-23","sp_v1_preop_date":"2023-03-14","sp_v2_6wk_date":"2023-05-04","sp_v3_3mo_date":"2023-06-23","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-29 16:19:10","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"pt had a large wound on his knee, was unable to complete temporal summation or PPTs at this site. Completed every other test","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32016":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/6/23-pt declined, stated that they are not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32017":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/6/23-LVM\r\n1/18/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31999":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/4/23-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32018":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/6/23: sent consent\r\n1/12/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32020":{"redcap_data_access_group":"rush_university_me","main_record_id":"10602","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-09","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/9/23: asked to call me back. 2nd phone # is for work, do not call \r\n1/20/23: lvm","obtain_date":"2023-01-31","date_and_time":"2023-01-31 16:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-14","sp_v1_preop_date":"2023-02-10","sp_v2_6wk_date":"2023-03-28","sp_v3_3mo_date":"2023-05-14","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-27 12:13:48","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participants did not complete 6-week surveys","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32021":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\n01/17- sent a copy of the consent form for pt to look over. \r\n01/23- unable to make contact again prior to sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32022":{"redcap_data_access_group":"rush_university_me","main_record_id":"10574","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-09","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-09","date_and_time":"2023-01-09 12:18","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-24","sp_v1_preop_date":"2023-01-12","sp_v2_6wk_date":"2023-03-07","sp_v3_3mo_date":"2023-04-24","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-05-11 14:11:22","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3 month visit outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"32023":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she would prefer to not have to come to Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32024":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/9/23: lvm\r\n1/20/23: lvm\r\n1/30/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32025":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"01/9/23: lvm\r\ncalled back, is not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32026":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4|0","ptinterest_comment":"1/10/23: mbf\r\n1/17/23: lvm\r\n1/27/23: has other health issues right now, doesnt want to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32027":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/11/23: asked to be called later today\r\n1/13/23: not interested, lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32028":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/11/23: inconvenient for her to make the drive here","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32029":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/11/23-Pt declined, will not drive to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32030":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/11/23: sent consent\r\nsx date was moved to 1/9, before first contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32031":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n01/23- pt is not interested in participating. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32033":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"1/11/23-Pt needs a translator in polish. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32032":{"redcap_data_access_group":"rush_university_me","main_record_id":"10668","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-11","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Mailbox is full.\r\n01/17- mailbox is full. \r\n01/23- pt states that he has cancelled his sx. Wife is undergoing chemo and wants to wait to see how she respond before having sx. \r\n3/28/23:Looking at consent form\r\n4/4/23: asked to call back Thursday at 11\r\n","obtain_date":"2023-04-06","date_and_time":"2023-04-06 11:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-26","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-07","sp_v3_3mo_date":"2023-07-26","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-04-13","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Participants wife has cancer and will be busy with that and work. ","sp_data_site":"N/A"},"32034":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/11/23-LVM\r\n1/23/23-Pt declined, said its an inconvenience to drive to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32035":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/11- pt called back and requested a copy of the consent form to look over. \r\n01/23- pt wants another day to think about it. \r\n01/24- LVM\r\n01/31- Unable to make contact with patient.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32036":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/11/23-pt declined, stated she will not be interested in coming to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32037":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/11/23: lvm\r\ncalled back declined\r\n\r\nVIP, do not contact again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32038":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/11/23: lvm\r\n1/19/23: lvm\r\n1/24/23: hu on me\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32039":{"redcap_data_access_group":"rush_university_me","main_record_id":"10596","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-27","date_and_time":"2023-01-27 10:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-16","sp_v1_preop_date":"2023-01-31","sp_v2_6wk_date":"2023-03-30","sp_v3_3mo_date":"2023-05-16","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32040":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/11/23: lvm\r\n1/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32041":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"1/11/23: doesnt want to come to Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32042":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/11/23-Pt hung up the phone. \r\n1/17/23-lvm\r\nSx Cancelled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32043":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"1/12/23-lvm\r\n1/17/23-lvm\r\ncouldnt reach before sx\r\n\r\n03/23- LVM\r\n03/31- LVM\r\nUnable to make contact with pt before sx.\r\n\r\n5/16/23:lvm\r\n5/24/23:lvm\r\n5/31/23:lvm\r\nunable to reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32044":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/12/23: lvm\r\nnot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32045":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/12/23: hung up on me\r\n1/20/23: lvm\r\n2/1/23: ineligible for MRI\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32046":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/12/23: lvm\r\n1/18/23: lvm\r\n1/24/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32047":{"redcap_data_access_group":"rush_university_me","main_record_id":"10760","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-20","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/12/23: call didnt go thru\r\n1/18/23: call didnt go thru\r\n\r\ncouldnt reach before sx\r\n\r\n7/20/23:sent consent form \r\n7/26/23:\r\n","obtain_date":"2023-07-26","date_and_time":"2023-07-26 10:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-04","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-11-14","sp_v3_3mo_date":"2024-01-03","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32048":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"1/12/23: sent consent \r\n1/19/23: resending consent form\r\n1/23/23: not interested, cant make it in before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32049":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/13/23: emailed copy of the consent form\r\n1/20/23: lvm\r\n1/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32050":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/13/23: doesn't want to come in to MOR, didnt give reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32051":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/13/23: unsure abt participating, sent consent for more info\r\n1/20/23: resending consent\r\n1/23/23: sent consent again, calling later today\r\n1/24/23: is claustrophobic, not willing to try MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32052":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"1/13/23: not interested, hard to get here","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32053":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/17/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32054":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/17/23-Pt declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32055":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/17/23-Sent a copy of the consent copy \r\n1/18/23-Pt declined, no longer interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32056":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/17/23: sent consent\r\n1/20/23: is going to call back in a few hrs \r\n1/25/23: lvm\r\n2/6/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32057":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she has too much think about before sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32058":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/17/23-Sent a copy of the consent \r\n1/26/23-lvm \r\n1/30/23-Pt hung up the phone \r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32060":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/24- LVM\r\nUnable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32061":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is in a bad reception area and asked that I call her back tomorrow. \r\n01/24- pt asked to look over consent form and asked that I call back tomorrow. \r\n01/25- LVM\r\nPt sent an email stating that she prefers not to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32062":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/24- LVM\r\n01/31- LVM\r\nUnable to reach prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32063":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/19- pt has cancelled sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32064":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is having their 2nd knee done 6 wks after first sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32065":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/17/23: LVM\r\n1/24/23: said she would call back tomorrow\r\n2/2/23: lvm\r\n2/14/23: lvm\r\n\r\nunable to confirm interest before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32066":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/24- Pt declined stating that she lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32067":{"redcap_data_access_group":"rush_university_me","main_record_id":"10586","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-17","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/17/23-sent copy of consent \r\n1/18/23-LVM\r\n1/24/23-","obtain_date":"2023-01-24","date_and_time":"2023-01-24 09:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-03","sp_v1_preop_date":"2023-01-25","sp_v2_6wk_date":"2023-03-17","sp_v3_3mo_date":"2023-05-03","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 09:29:35","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"pt was admitted to hospital for a cardiac issue, was unable to come in for 3 month visit within the window. We have not yet been able to reschedule this visit.\r\nunable to reschedule the 3 month visit. Unable to reach due to medical emergency above","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32068":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/24- pt just started a new job and had to cancel her sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32069":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/17/23-LVM\r\n1/19/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32070":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/17/23-Pt declined, said she is not willing to come to Chicago for the 3 visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32071":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"1/17/23-Pt stated they are having hip sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32072":{"redcap_data_access_group":"rush_university_me","main_record_id":"10588","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-18","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/18/23: sent consent\r\n1/23/23: wants cb at 1pm\r\n","obtain_date":"2023-01-24","date_and_time":"2023-01-24 14:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-22","sp_v1_preop_date":"2023-02-06","sp_v2_6wk_date":"2023-04-05","sp_v3_3mo_date":"2023-05-22","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-27 12:08:08","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participants 6-week surveys were completed outside of protocol range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32073":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/18/23: unsure abt participation, sent consent form\r\n1/25/23: lvm\r\n2/1/23: not interested, wants to focus on surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32074":{"redcap_data_access_group":"rush_university_me","main_record_id":"10600","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-18","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/18/23: sent consent\r\n1/24/23: had to resend consent.\r\n1/31/23: ","obtain_date":"2023-01-31","date_and_time":"2023-01-31 11:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-22","sp_v1_preop_date":"2023-02-07","sp_v2_6wk_date":"2023-04-05","sp_v3_3mo_date":"2023-05-22","age":"70","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32075":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/18/23-Pt stated she has too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32076":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"1/18/23-LVM\r\n1/26/23-Pt declined, stated too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32077":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/18/23: lvm\r\n1/26/23: sent consent\r\n1/31/23: call tomorrow \r\n2/1/23: lvm\r\n\r\nunable to reach again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32078":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/18/23: lvm\r\n1/26/23: lvm\r\n2/2/23: lvm\r\n\r\nunable to reach ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32079":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/19/23: was interested, but unable to come in for baseline before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32080":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/19/23: lvm\r\n1/20/23: called back to tell me he is not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32081":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/20/23: wants a call back at a different time. Didn't get to explain study\r\n1/25/23: is not interested, no specific reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32082":{"redcap_data_access_group":"rush_university_me","main_record_id":"10585","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-20","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/20/23: sent consent\r\n1/23/23: asked to be called at 4pm to consent","obtain_date":"2023-01-23","date_and_time":"2023-01-23 16:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-02","sp_v1_preop_date":"2023-01-26","sp_v2_6wk_date":"2023-03-16","sp_v3_3mo_date":"2023-05-02","age":"68","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32083":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/20/23: lvm\r\n1/27/23: lvm on 2nd number\r\n2/3/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32084":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/20/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32085":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/23/23-Pt declined, stated she is severely claustrophobic and is not willing to complete the test. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32086":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"55","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n02/08- No Answer\r\n02/14- No Answer\r\nUnable to make contact with patient prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32087":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/24/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32088":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n01/31- LVM\r\n02/15- LVM\r\nUnable to reach < month\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32089":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n01/31- No answer\r\n02/15- LVM\r\nUnable to reach < month","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32090":{"redcap_data_access_group":"rush_university_me","main_record_id":"10608","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/25/23: sent consent\r\n2/2/23: will call back tmrw","obtain_date":"2023-02-03","date_and_time":"2023-02-03 10:48","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-10","sp_v1_preop_date":"2023-02-24","sp_v2_6wk_date":"2023-04-21","sp_v3_3mo_date":"2023-06-10","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32091":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/26/23-LVM\r\n1/30/23-LVM\r\n2/8/23-LVM\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32092":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/26/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32093":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/26/23-Pt declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32094":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/26/23-Sent a copy of the consent \r\n1/31/23-Pt declined, stated she has too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32095":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/27/23-Pt declined, stated she is not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32096":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/27/23-LVM\r\n1/30/23-Pt declined, has too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32097":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/27/23-Pt stated another research study called her yesterday and she is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32098":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/27/23: not interested in doing research\r\n\r\n---\r\n\r\n7/26/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32099":{"redcap_data_access_group":"rush_university_me","main_record_id":"10597","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-27","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-30","date_and_time":"2023-01-30 09:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-16","sp_v1_preop_date":"2023-02-03","sp_v2_6wk_date":"2023-03-30","sp_v3_3mo_date":"2023-05-16","age":"70","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32100":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/27/23: sent consent. has a lot going on so is unsure Abt participating\r\n\r\nis claustrophobic, does not want to participate due to MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32101":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"*has google assistant*\r\n\r\n1/27/23: sent consent form\r\n1/30/23: still thinking about participating, unsure\r\n2/3/23: still not sure\r\n\r\ncouldnt confirm interest before sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32102":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/27/23: lvm\r\n1/30/23: sent consent \r\n2/2/23: lvm\r\n\r\ncouldnt reach again before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32103":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/27/23: lvm\r\n1/31/23: sent consent\r\n2/14/23: lvm\r\n2/22/23: lvm\r\n\r\ncouldnt confirm interest before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32104":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3|0","ptinterest_comment":"1/27/23: not interested, right knee is still hurting and doesnt want to worry about extra visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32105":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/27/23: will think about it and then call me\r\n2/15/23: not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32106":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/30/23-Sent a copy of consent \r\n2/3/23-resent form\r\n2/8/23-Pt declined not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32107":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/31/23: lvm\r\nnot interested, doesnt want to do cold water test","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32108":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\n01/31- pt declined participation, states they live too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32109":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/23: lvm\r\n2/8/23: lvm\r\n2/20/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32110":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/23: lvm\r\n2/6/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32111":{"redcap_data_access_group":"rush_university_me","main_record_id":"10609","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-01","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/1/23: sent consent","obtain_date":"2023-02-03","date_and_time":"2023-02-03 12:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-16","sp_v1_preop_date":"2023-02-08","sp_v2_6wk_date":"2023-03-30","sp_v3_3mo_date":"2023-05-16","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32112":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/1/23-Pt stated to give a call back later. \r\n2/6/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32113":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/1/23-LVM\r\n2/6/23-pt declined, stated too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32114":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/23: lvm\r\n2/6/23: lvm\r\ncouldnt reach before sx\r\n\r\n6/29/23: lvm\r\n7/11/23: lvm\r\n7/25/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32115":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"2/1/23-LVM\r\n2/6/23-LVM\r\n2/14/23-Pt's son answered and stated she does not speak English. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32116":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/23-Pt declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32117":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/2/23-Pt stated another study called her yesterday and she said no. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32118":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/2/23-LVM\r\n2/6/23-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32120":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/2/23: lvm\r\n2/9/23: said she did not want to hear about study since she is working all day","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32119":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/2/23- Phone call did not go through \r\n2/6/23-Pt declined, stated there is too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32121":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"2/2/23-Pt stated that she already had sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32122":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/2/23: lvm\r\n2/6/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32123":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|3","ptinterest_comment":"2/2/23: doesnt like the sound of study procedures","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32124":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/2/23: lvm\r\n2/6/23: asked for cb tomorrow at 11am\r\n2/7/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32125":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-03","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"2/3/23: emailed consent, seemed unsure\r\n2/8/23: resent consent\r\n2/9/23: lvm\r\n2/14/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32126":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"2/3/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32127":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-03","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32128":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/6/23-LVM\r\n2/14/23-Pt's husband stated she cancelled her sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32129":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/6/23-LVM\r\n2/7/23-Sent a copy of the consent \r\n2/9/23-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32130":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/6/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32131":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/6/23: lvm\r\n2/14/23: has too much going on, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32132":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/6/23-Pt stated they will be in Puerto Rico after the sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32133":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/6/23: wants a call back in a few days\r\n2/14/23: lvm; sent consent\r\n2/15/23: said she would call back later today\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32134":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/6/23: line busy\r\n2/14/23: line busy\r\n\r\nCouldnt reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32135":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/6/23: doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32136":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/8/23: not interested. Cant make appts due to work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32137":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/8/23: lvm\r\n2/9/23: sent consent\r\n2/14/23: lvm\r\n2/22/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32138":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/8/23: lvm\r\n2/15/23: wants to focus on sx, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32139":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"2/8/23-Sent a copy of the consent \r\n2/10/23-Pt declined, not willing to try MRI ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32140":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/8/23-LVM\r\n2/14/23-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32141":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not want to come in to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32142":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n02/14- LVM\r\n02/20- pt is interested in participating but is on her way to brunch. Asked that I call her back tomorrow to consent. \r\n02/21- LVM\r\n02/24- mailbox is full\r\n03/01- mailbox is full\r\n03/07- unable to make contact with patient after multiple attempts. \r\n\r\n7/26/23: lvm\r\n8/4/23: LVM\r\n8/11/23: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32143":{"redcap_data_access_group":"rush_university_me","main_record_id":"10618","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-08","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-14","date_and_time":"2023-02-14 13:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-17","sp_v1_preop_date":"2023-02-28","sp_v2_6wk_date":"2023-04-28","sp_v3_3mo_date":"2023-06-17","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-07-10 15:01:32","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was out of town and unable to make 3 month appointment within the protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"32144":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/8/23: asked for cb tmrw\r\n2/9/23: wants to be called later today\r\n2/15/23: mbf\r\n\r\nunable to explain study before sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32145":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/8/23-LVM\r\n2/14/23-LVM\r\n2/20/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32146":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\n02/14- Patient lives too far and does not feel comfortable driving in to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32147":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n02/09- Pt wants a few more days to think about it. Asked that I call her back after the weekend. \r\n02/14- LVM\r\n02/15- pt could not make a decision about whether or not to participate prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32148":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\n02/14- pt states that she cancelled her sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32149":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n02/14- pt wants another day to look over the consent form. \r\n02/15- LVM\r\nUnable to get an answer from pt prior to sx. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32150":{"redcap_data_access_group":"rush_university_me","main_record_id":"10611","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-08","screening_age":"57","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-08","date_and_time":"2023-02-08 10:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-22","sp_v1_preop_date":"2023-02-09","sp_v2_6wk_date":"2023-04-05","sp_v3_3mo_date":"2023-05-22","age":"57","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32151":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n02/14- Pt states he lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32152":{"redcap_data_access_group":"rush_university_me","main_record_id":"10619","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-08","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"02/08- pt states that he has an IVC filter that was placed 15 yrs ago. He is trying to find more info on it to see if he can consent. ","obtain_date":"2023-02-14","date_and_time":"2023-02-14 15:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-02-20","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject had surgery moved and is now having surgery at a surgery center in Indiana. ","sp_data_site":"N/A"},"32153":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/8/23: wants to think abt it, sending consent for additional info\r\n2/14/23: lvm\r\n\r\ncouldnt reach again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32154":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/9/23: lvm\r\n2/16/23: lvm\r\n2/22/23: emailed copy of consent\r\n2/27/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32155":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/9/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32156":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23-Sent a copy of the consent form \r\n2/17/23-Pt declined, stated that she doesn't think she will be able to get off work to come down. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32157":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23-lvm\r\n2/17/23-Pt stated they having too much going on and won't be able to patriciate ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32158":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23-Sent a copy of the consent form \r\n2/23/23-Pt declined, stated they have too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32159":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23-LVM\r\n2/20/23-LVM\r\n2/27/23- not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32160":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/14/23-LVM\r\n2/20/23-LVM\r\n\r\nunable to reach before sx\r\n\r\n8/1/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32161":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23: not interested, wants to focus on sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32162":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/14/23: lvm\r\n2/20/23: lvm\r\n2/28/23: lvm\r\n\r\ncouldnt reach before sx\r\n\r\n5/10/23:lvm\r\n5/24/23:lvm\r\n5/31/23:lvm\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32163":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/14/23-Pt stated they are not getting a knee replacement. Stated they just had a hip replacement.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32164":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/14/23: unsure, sent additional info\r\n2/21/23: resent consent\r\n2/24/23: no answer, couldnt lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32165":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23-Pt declined, stated its too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32166":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23-LVM\r\n2/20/23-PT Declined, not willing to drive to Chicago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32167":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/14/23-Lvm\r\n2/20/23-Lvm\r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32168":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/14/23-LVM\r\n2/20/23-LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32169":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23: lvm\r\n2/15/23: sent consent\r\n2/17/23: lvm; resent consent\r\n2/23/23: is interested, calling back later\r\n2/27/23: still needs to think about it, is unsure now\r\n3/1/23: cant make it in before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32170":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt asked that I call back in half an hour. \r\n02/23- pt asked that I call him back in half an hour. \r\n02/23- pt states that he has no time to come in for a baseline visit prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32171":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt's mailbox has not been set up. \r\n02/20- mailbox is not set up. \r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32172":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15/23: LVM\r\n03/09/23: Sx has been cancelled\r\n\r\n6/21/23: lvm\r\n6/30/23: line busy (?)\r\n7/19/23: lvm\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32173":{"redcap_data_access_group":"rush_university_me","main_record_id":"10621","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-15","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-17","date_and_time":"2023-02-17 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-29","sp_v1_preop_date":"2023-03-24","sp_v2_6wk_date":"2023-05-10","sp_v3_3mo_date":"2023-06-29","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 09:56:52","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt completed 6-week surveys outside protocol range.","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-23 09:03:58","erep_ae_date":"2023-06-23","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-06-23 00:03","erep_resolution_date":"2023-06-23 00:03","erep_ae_severity":"3","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient had a lot of trouble with neck/back issues and not fitting into the MRI machine properly at baseline. He had a lot of anxiety at MRI for this visit and was unable to go through with MRI. ","erep_action_taken":"Patient will continue with the rest of the study. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32174":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-18","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/18/23: LVM\r\n\r\n9/26/23: lvm\r\n\r\n10/4/23: lvm\r\n\r\n10/19/23: Couldn't be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32175":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient declined on participating, states that he's not even sure if he plans on having the sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32176":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt asked that I call her back early next week. \r\n\r\ncouldnt confirm interest before sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32177":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/15/23-Sent a copy of the consent form \r\n2/17/23-Pt declined, stated too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32178":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15/23-Pt declined, not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32179":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/16/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32180":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/16/23: mbf on 1st #, lvm on home #\r\n2/22/23: will call me tmrw morning\r\n2/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32181":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/16/23-Sent a copy of the consent form \r\n2/17/23-Pt declined, stated too much going on and won't be able to come in before the sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32182":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/16/23-Pt declined not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32183":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/17/23: asked to be called monday\r\n2/20/23: asked for call tomorrow morning\r\n2/21/23: lvm\r\n\r\nnever got to explain study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32184":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"2/17/23: hung up on me\r\n3/1/23: lives too far, and plans on having both knees replaced within 2 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32185":{"redcap_data_access_group":"rush_university_me","main_record_id":"10627","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-17","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/17/23: Sent consent\r\n2/27/23: asked for call back tomorrow\r\n","obtain_date":"2023-02-28","date_and_time":"2023-02-28 10:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-11","sp_v1_preop_date":"2023-03-31","sp_v2_6wk_date":"2023-05-23","sp_v3_3mo_date":"2023-07-11","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32186":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/17/23: lvm; sent consent \r\n3/2/23: lvm; not interested, not enough time \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32187":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/17/23: lvm\r\n2/21/23: lvm; cancelled sx but is interested when it is rescheduled.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32188":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/17/23-Pt stated she has too much going on before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32189":{"redcap_data_access_group":"rush_university_me","main_record_id":"10626","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-20","screening_age":"40","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/20/23: sent consent\r\n2/24/23: number has been disconnected, sent email to follow up","obtain_date":"2023-02-27","date_and_time":"2023-02-27 10:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-24","sp_v1_preop_date":"2023-03-20","sp_v2_6wk_date":"2023-05-05","sp_v3_3mo_date":"2023-06-24","age":"40","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32190":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/20/23-Pt declined, stated she is not comfortable coming in downtown Chicago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32191":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/20/23: hung up on me; lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32192":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/20/23: asked to be called back\r\n4/10/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32193":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/20/23: asked to be called back\r\n3/2/23: worried about driving to the city, will call back if interested\r\n3/17/23: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32194":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/20/23: lvm\r\n2/21/23: sent consent\r\n2/27/23: lvm\r\n3/1/23: not interested, travel is too much","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32195":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/20/23: cant come in bc of work schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32196":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/20/23: lvm\r\n2/28/23: lvm; not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32197":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/20/23: is unsure, sending consent so she can think about it\r\n2/22/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32198":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/21/23: doesnt have the time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32199":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22/23-Sent a copy of the consent. \r\n2/24/23-lvm\r\n3/1/23: lvm\r\n3/16/23: lvm\r\n\r\nunable to confirm interest in study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32200":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22/23: LVM\r\n3/1/23: mbf on cell, lvm on home #\r\n3/6/23: lvm\r\nunable to reach before sx\r\n3/23/23: Moved surgery - \r\n3/28/23: didnt look at consent, call back tomorrow \r\n4/3/2023:lvm\r\n4/4/23: surgery friday ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32201":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/22/23-Pt states she lives in Indiana and it is too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32202":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3|0","ptinterest_comment":"2/23/23-Sent consent \r\n2/27/23: lives too far, and doesnt like idea of MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32204":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32205":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/23/23: not interested, doesnt want to make trip","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32206":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"2/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32207":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient opted not to participate once I gave her details about the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32208":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\n03/01- sent a copy of the consent form to look over. \r\n03/07- LVM\r\nPt called back to let me know that she's not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32209":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/01-pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32210":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\n03/01- LVM\r\n03/07- pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32211":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of consent form to look over. \r\n03/01- pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32212":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-24","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/24/23: lvm\r\n2/28/23: lvm\r\n3/6/23: is rescheduling sx, asked for cb in a week to see if things have been settled\r\n3/16/23: lvm\r\n3/22/23:lvm\r\n4/3/23:lvm\r\n4/6/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32213":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-24","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/24/23: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32214":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-24","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/24/23: said she would call back\r\n2/28/23: sent consent\r\n3/1/23: emailed back saying not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32215":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"2/27/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32216":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/27/23: inconvenient to make drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32217":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/27/23: lvm\r\n3/10/23: lvm\r\n3/17/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32218":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"2/28/23: lvm\r\n3/7/23: lives too far, busy with job","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32219":{"redcap_data_access_group":"rush_university_me","main_record_id":"10647","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-28","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/28/23: sent consent\r\n3/7/23: lvm\r\n3/17/23: callback monday to consent","obtain_date":"2023-03-20","date_and_time":"2023-03-20 10:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-07","sp_v1_preop_date":"2023-03-24","sp_v2_6wk_date":"2023-05-19","sp_v3_3mo_date":"2023-07-07","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32221":{"redcap_data_access_group":"rush_university_me","main_record_id":"10642","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-01","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/1/23: sending consent, is worried about distance to get here\r\n3/7/23: needs to make sure the can come in for baseline\r\n","obtain_date":"2023-03-10","date_and_time":"2023-03-10 11:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-11","sp_v1_preop_date":"2023-03-24","sp_v2_6wk_date":"2023-05-23","sp_v3_3mo_date":"2023-07-11","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-03-15","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"does not have time to travel for the visits, chose to withdraw prior to the baseline","sp_data_site":"N/A"},"32222":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/1/23: has vacations planned after sx, cant come in for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32223":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"3/1/23: sent consent\r\n3/3/23: might be pushing sx back, cant commit right now, but will let me know\r\n3/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32224":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient works full time and does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32225":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/1/23: lvm\r\n3/6/23: called me, called back and lvm\r\n\r\n3/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32226":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"03/01- pt is interested but asked that I call her back tomorrow to consent. \r\n03/02- LVM\r\n03/07- LVM\r\n03/14- unable to make contact with pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32227":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/10- pt is interested in any in person study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32228":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/1/23: lvm\r\n3/6/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32229":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/1/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32230":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/1/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32231":{"redcap_data_access_group":"rush_university_me","main_record_id":"10629","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-01","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-01","date_and_time":"2023-03-01 11:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-16","sp_v1_preop_date":"2023-03-08","sp_v2_6wk_date":"2023-04-27","sp_v3_3mo_date":"2023-06-16","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32232":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"3/1/23: not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32233":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/2/23: lvm\r\n3/9/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32234":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/2/23: lvm\r\n3/3/23: called me and left message. Had another knee done 2/1, doesnt meet criteria","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32235":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/2/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32236":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2/23: doesnt have time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32237":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/3/23: no time for a baseline visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32238":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/3/23: lvm\r\n3/10/23: lvm\r\nsent consent\r\n3/22/23: resent consent\r\n\r\nunable to recontact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32239":{"redcap_data_access_group":"rush_university_me","main_record_id":"10649","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-06","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/6/23: mbf\r\n3/14/23: sent consent","obtain_date":"2023-03-22","date_and_time":"2023-03-22 11:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-12","sp_v1_preop_date":"2023-04-03","sp_v2_6wk_date":"2023-05-24","sp_v3_3mo_date":"2023-07-12","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32240":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/23: lvm\r\n3/8/23: lvm\r\n\r\ncouyldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32241":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/7/23: is unsure, sent consent for more info\r\n3/14/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32242":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"03/07- sent a copy of the consent form to look over. \r\n03/14- Pt states that he is not interested in participating. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32243":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/7/23: not interested, wont come downtown","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32244":{"redcap_data_access_group":"rush_university_me","main_record_id":"10640","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-09","date_and_time":"2023-03-09 12:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-19","sp_v1_preop_date":"2023-04-10","sp_v2_6wk_date":"2023-05-31","sp_v3_3mo_date":"2023-07-19","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32245":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/9/23: call back next week\r\n3/16/23: lvm\r\n3/28/23: works full time, cant come in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32246":{"redcap_data_access_group":"rush_university_me","main_record_id":"10667","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-09","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/9/23: sent consent\r\n3/16/23: lvm\r\n3/28/23: resent consent\r\n4/4/23: cb At 9am","obtain_date":"2023-04-06","date_and_time":"2023-04-06 10:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-19","sp_v1_preop_date":"2023-04-12","sp_v2_6wk_date":"2023-05-31","sp_v3_3mo_date":"2023-07-19","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 08:58:39","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys have not been completed within timeline. ","erep_protdev_caplan":"I have resent the link for the surveys 3 times, and called the pt twice regarding the surveys, but as of today they have still not been done.","erep_rel_covid19":"0"}}},"32247":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/9/23: cancelled sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32248":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/9/23: no one on other end\r\n3/20/23: His daughter answered and gave him cellphone number to call. lvm\r\n4/3/2023: Sending consent to look at - will call back if interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32249":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/9/23: might be having 2nd knee done right after first, sent consent and will call back to check \r\n3/22/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32250":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/9/23: lvm\r\n\r\ncouldnt reach in time\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32251":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/9/23: lvm\r\n\r\ncouldnt reach in time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32252":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/10/23: lvm\r\n3/16/23: is pushing surgery back to june, wants to be contacted again closer to the sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32253":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/10/23: lvm\r\nlives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32254":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/14- LVM\r\nUnable to make contact with pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32255":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\n03/14- no answer\r\nUnable to make contact with pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32256":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not feel comfortable participating in this study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32257":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No answer\r\n03/14- pt does not have time to come in prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32258":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n03/16- LVM\r\nPt called and asked for more time to look over the consent form. \r\n03/23- pt was at the store and asked that I call her back.\r\n03/28- pt asked that I call her back later today. \r\n04/03- Unable to get an answer from pt prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32259":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/14- LVM\r\n03/16- unable to make contact with patient prior to sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32260":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\nPt called and states not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32261":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/14/23: sent consent. said she probabliy will not participate, will call me if interested\r\n3/16/23: resent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32262":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"3/14/23: no interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32263":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/23- pt requested a copy of the consent form to look over. \r\n03/29- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32264":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32265":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"46","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Mailbox is full. \r\n03/23- No answer. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32266":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/14/23: Pt asked that I send a copy of the consent form for him to look over. \r\n03/23/23: LVM\r\n03/31/23: Unable to make contact with pt again. \r\n\r\n8/4/23: too much going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32267":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they don't plan on being in town after the sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32268":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"82","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/23- no answer\r\n03/31- no answer\r\nUnable to make contact with pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32269":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Participant prefers Spanish, Silvia will call them later today. \r\n03/23- Unable to reach > month. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32270":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/14/23: No one answered.\r\n3/24/23:Not Interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32271":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/15/23:lvm\r\n3/16/23: too inconvenient ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32272":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/14/2023: No one answered. \r\n3/22/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32273":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/2023: No answer.\r\n3/22/23: lvm\r\n4/4/23:lvm\r\n4/10/23:Works late and cannot come in ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32274":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: not interested, said he might be for the second knee in the future, wants to be recontacted then (if scheduled)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32275":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32276":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: lvm\r\n3/23/23: lvm\r\n3/29/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32277":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: wants info on the study (consent and additional informaTION)\r\n3/24/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32278":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"36","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: lvm\r\n3/22/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32279":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: will call me back \r\n\r\nunable to reach again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32280":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: lvm\r\n3/22/23: Canceled surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32281":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/16/23: Participant requested a copy of the consent form to look over. \r\n3/20/23: Decided after reading consent they pt doesn't want to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32282":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/16/23: lvm\r\n3/22/23: lvm\r\n4/4/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32283":{"redcap_data_access_group":"rush_university_me","main_record_id":"10650","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/16/23: Set up a second call to look over the consent form. \r\n3/22/23:consent","obtain_date":"2023-03-22","date_and_time":"2023-03-22 11:48","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-27","sp_v1_preop_date":"2023-03-29","sp_v2_6wk_date":"2023-06-08","sp_v3_3mo_date":"2023-07-27","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-07-24","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Participant is upset with Midwest orthopedics and her doctor (Dr. Levine) and wants nothing to do with our research. Has withdrawn from the study after being called in for her three month visit. ","sp_data_site":"N/A"},"32284":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/16/23: Isn't interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32285":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: Possible consent \r\n3/20/23: lvm but she called back and was having trouble opening consent form. Asked to look over and call back same time next week. \r\n3/28/23: lvm\r\n4/11/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32286":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/17/23: Sending the consent letter \r\n3/20/23:lvm\r\n3/22/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32287":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/17/23: will be having a second knee replacement surgery but is unsure of date. Call back Monday to discuss more\r\n3/20/23: Possible consent but travel limitations\r\n3/28/23: Didnt look at consent, will look at tomorrow and asked to call back then. \r\n4/3/2023: Cant make it before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32288":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/17/23:hungup on me \r\n3/22/23: call back when available, Monday or Tuesday (1-2pm) \r\n3/27/23:too much of a time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32289":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/17/23: Participant noted they are often out of town and would not be able to make extra visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32290":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/17/23: lvm\r\n3/24/23: 2nd knee replacement surgery in 2 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32291":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/17/23: lvm\r\n4/4/23:Poss consent \r\n4/11/23: Too far to drive and not enough time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32292":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/17/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32293":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/17/23: lvm\r\n3/20/23:lvm\r\n3/22/23: surgery canceled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32294":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/17/23: mailbox is full not able to lvm\r\n3/22/23: cleared mailbox and lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32295":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/17/23: doesnt want to come into city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32296":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/17/23: not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32297":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/17/23: Some interest but wants a little while to think it over. \r\n3/24/23: Still unsure and wants the weekend to look over. \r\n3/28/23:Too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32298":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/17/23: Laughed and said definitely not ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32299":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/17/23: at work, wants call back\r\n3/28/23: works everyday\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32300":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32301":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32302":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/23/23: asked for cb\r\n3/24/23: sent consent, will call me if interested\r\n4/6/23: lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32303":{"redcap_data_access_group":"rush_university_me","main_record_id":"10654","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-22","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/23/23: sent consent","obtain_date":"2023-03-27","date_and_time":"2023-03-27 14:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-26","sp_v1_preop_date":"2023-04-07","sp_v2_6wk_date":"2023-06-07","sp_v3_3mo_date":"2023-07-26","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32304":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/22/23: lvm\r\n3/23/23: lives too far, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32305":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/22/23: call could not go thru\r\n3/28/23: thinking about it, sent consent. Sounded unsure\r\n4/4/23: asked for cb later\r\n4/7/23: not interested, doesnt want to come to Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32306":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/22/23: lvm\r\n3/28/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32307":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/22/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32308":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"3/22/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32309":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/22/23: cant travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32310":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she does not want to be traveling in to the city for additional visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32311":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/23/23:Possible consent, call back \r\n3/28/23:didnt see consent form\r\n3/31/23: In person consent?\r\n4/3/23:Surgery tomorrow ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32312":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/23/23:lvm\r\n3/28/23: Does not have the time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32313":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32314":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23: lvm\r\n3/30/23: lvm\r\n\r\nUnable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32316":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23: lvm\r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32315":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32317":{"redcap_data_access_group":"rush_university_me","main_record_id":"10664","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-23","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/23/23: Possible consent \r\n4/4/23:","obtain_date":"2023-04-04","date_and_time":"2023-04-04 12:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-11","sp_v1_preop_date":"2023-04-07","sp_v2_6wk_date":"2023-05-23","sp_v3_3mo_date":"2023-07-11","age":"49","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 08:25:16","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant kept moving scheduled date and when she finally came in it was outside of protocol range. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32318":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"3/23/23: lvm\r\n3/28/23: lvm\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32319":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23: sent consent \r\n3/28/23: lvm\r\n4/6/23: resent consent\r\n4/14/23: bad time\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32320":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt finds it too hard to come all the way to the city for these visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32321":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/23/23:Not interested, pt too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32322":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23: lvm\r\n3/28/23: will call me if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32323":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23: lvm\r\n4/4/23: lvm\r\n4/10/23: lvm\r\n\r\nunable to reach\r\n\r\n10/18/23:lvm\r\n10/26/23:lvm\r\n10/31/23:lvm\r\n11/7/23:lvm\r\n\r\nSx passed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32324":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"3/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32325":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/23/23: lvm\r\n3/29/23: lvm\r\n4/6/23: not interested, too much going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32326":{"redcap_data_access_group":"rush_university_me","main_record_id":"10659","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-23","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-03","date_and_time":"2023-04-03 10:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-31","sp_v1_preop_date":"2023-05-04","sp_v2_6wk_date":"2023-07-12","sp_v3_3mo_date":"2023-08-31","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32327":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"55","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/31- LVM\r\nPt called back and asked that I call him back at noon. \r\n04/10- LVM\r\n04/17- LVM\r\nUnable to contact prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32328":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/31- Unable able to make contact with pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32329":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"3/23/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32330":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/24/23:Interested and wants to look it over with her daughter.\r\n3/28/23: Not interested \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32331":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/24/23:In a rush call back Thursday or Friday\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32332":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/24/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32333":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/28/23: Called back and said no but might change her mind before surgery\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32334":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28/23: lvm\r\n4/4/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32335":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"3/28/23: is interested, sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32336":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/28/23:lvm\r\n4/6/23:lvm\r\n4/11/23:lvm\r\n4/14/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32337":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"04/2023: Patients was just diagnosed with cancer and will be cancelling her knee sx. \r\n\r\n9/11/23: lvm\r\n9/22/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32338":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/28/23:lvm\r\n4/3/23:lvm\r\n4/4/23: canceled surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32339":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/28/23: sent consent form to look over\r\n4/3/23: cannot do MRI because hes claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32340":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/28/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32341":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"3/28/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32342":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/28/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32343":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28/23:lvm\r\n4/4/223:lvm\r\n4/11/23: lvm\r\n4/14/23: Answered and sent consent form \r\n4/18/23: nit interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32344":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not want to travel in to the city for the visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32345":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/25/23: lvm\r\n4/4/23: not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32346":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/28/23: lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32347":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/28/23: lvm\r\n4/4/23: call back friday\r\n4/11/23: doesnt want to come downtown","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32348":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/28/23: doesnt want to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32349":{"redcap_data_access_group":"rush_university_me","main_record_id":"10660","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-28","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-03","date_and_time":"2023-04-03 13:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-26","sp_v1_preop_date":"2023-04-21","sp_v2_6wk_date":"2023-06-07","sp_v3_3mo_date":"2023-07-26","age":"51","sex":"1","genident":"1","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32350":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"53","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is having 2nd knee replacement 2 months after the 1st. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32351":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/03- LVM\r\n04/11- Unable to reach pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32352":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient lives too far and doesn't want to have to drive in to the city for more visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32353":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/29/23: lives too far not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32354":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/29/23: out of country until 4/2, no access to vm\r\n4/6/23: lvm\r\n4/10/23: sent info by email as requested, didnt get to explain on the phone; not enough time, not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32355":{"redcap_data_access_group":"rush_university_me","main_record_id":"10669","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-29","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/29/23: sent consent\r\n","obtain_date":"2023-04-07","date_and_time":"2023-04-07 14:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-05","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-16","sp_v3_3mo_date":"2023-08-05","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-04-18","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Pt. is moving to go help take care of a sick family member. Withdrawn before baseline visit.","sp_data_site":"N/A"},"32356":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29/23: lvm\r\n4/11/23: lvm\r\n4/18/23: unable to leave message\r\n\r\nunBLE TO REACH","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32357":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32358":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29/23: asked for call back, didnt explain study yet\r\n4/11/23: line busy\r\n4/19/23: line busy; call back tomorrow\r\n4/24/23: lvm\r\n\r\nunable to confirm interest\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32359":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29/23: asked for cb tues. at 12pm\r\n4/4/23: lvm\r\n4/18/23: maybe rescheduling surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32360":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29/23: sent consent\r\n4/7/23: wants to speak w Husband first, asked for cb next week\r\n4/14/23: still thinking, is nervous about MRI and sx\r\n\r\nunable to confirm interest, never able to reach again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32361":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32362":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32363":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt wants to read through consent. \r\n04/07- LVM\r\nPt does is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32364":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/11- LVM\r\n04/25- unable to make contact with pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32365":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"3/29/23: has no interest in being in a study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32366":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"3/29/23: wants CB\r\n4/4/23: lvm\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32367":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM\r\n04/11- LVM\r\nPt called back and states that he has too much going on and doesn't want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32368":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"56","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she has to discuss with her husband and will reach out to me if she is interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32369":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n04/07- Pt states that it's too much time commitment for her and doesn't want to have to come into the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32370":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left message with wife. \r\n04/11- pt states that he does not have time to participate and lives too far from the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32371":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient lives too far and does not want to have to come in for any additional visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32372":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to a woman who would not allow me to speak to patient. She also stated that patient already had their sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32373":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she is too old and it is not easy for her to get around. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32374":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n04/07- LVM\r\n04/18- Pt states they have too much going on and does not want to overbook themselves. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32375":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/31/23: lvm\r\n4/6/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32376":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/31/23: lvm\r\n4/10/23: currently living in MI, not willing to make commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32377":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/31/23: unsure, sent consent for more info\r\n4/7/23: lvm\r\n4/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32378":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/3/23: line disconnected\r\n4/17/23: sent consent for info, didnt explain study otp. is nervous abt sx\r\n5/1/23: not interested, may be if she has another sx after","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32379":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32380":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/3/23: no answer\r\n4/11/23: lvm\r\n4/19/23: not interested, works and lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32381":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"39","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/3/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32382":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/17/23:lvm\r\n4/4/23: Sent consent form\r\n4/10/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32383":{"redcap_data_access_group":"rush_university_me","main_record_id":"10676","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-04","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/4/23: lvm; sent consent, seemed interested\r\n4/10/23: resent consent","obtain_date":"2023-04-13","date_and_time":"2023-04-13 14:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-09","sp_v1_preop_date":"2023-04-26","sp_v2_6wk_date":"2023-06-20","sp_v3_3mo_date":"2023-08-09","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32384":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/4/23: cb later \r\n4/14/23: lvm; sent consent.\r\n4/24/23: call tmrw to consent\r\n4/25/23: lvm\r\n\r\nunable to reach again before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32385":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/4/23: not interested, time concern","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32386":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/4/23: Sent consent form \r\n4/11/23: Not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32387":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/4/23: Couldnt hear me? \r\n4/10/23:Doesnt want to drive into the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32388":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/4/23:not interested too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32389":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/4/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32390":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/4/23: sent consent but might be changing her surgery date\r\n4/14/23: Planning on pushing her surgery back because she is having back surgery first. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32391":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/4/23:Possibly having second knee surgery done and not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32392":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"4/6/23: sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32393":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/6/23:Can make it downtown ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32394":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/10/23:Not interested, lives far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32395":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/10/23:lvm\r\n4/17/23: lvm\r\n4/26/23: realized the number was put in incorrect, calling correct number today. sent consent form \r\n5/2/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32396":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/10/23:lvm\r\n4/18/23:lvm\r\n4/26/23:call back\r\n5/2/23:Not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32397":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/10/23: No one to drive her, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32398":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/17/23:lvm\r\n4/19/23: Not compatible with MRI requirement's and might behaving surgery on her second knee within the three month period. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32399":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/10/23:said she would look over consent form and call if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32400":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/11/23:lvm\r\ncalled back and said she does not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32401":{"redcap_data_access_group":"rush_university_me","main_record_id":"10672","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-10","screening_age":"70","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/10/23:Consenting tomorrow ","obtain_date":"2023-04-12","date_and_time":"2023-04-12 08:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-09","sp_v1_preop_date":"2023-04-12","sp_v2_6wk_date":"2023-06-20","sp_v3_3mo_date":"2023-08-09","age":"70","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32402":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/10/23:lvm\r\n4/14/23:lvm\r\n4/26/23:lvm\r\n5/2/23: She lvm - i called and lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32403":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/10/23:lvm\r\n4/18/23:planning to call me back later today. Never called back \r\n4/26/23:lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32404":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/11/23: lvm\r\n4/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32405":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/11/23: sent consent\r\n4/18/23: not willing to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32406":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"83","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/27- LVM\r\n05/03- LVM\r\nLeft several messages without any call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32407":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/11/23: sent consent\r\n4/19/23: lvm\r\n4/27/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32408":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/11/23: lvm\r\n4/18/23: too big of a time commitment\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32409":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/11/23:sent consent form, call back tomorrow \r\n4/12/23: lvm\r\n4/13/23: Work conflicts ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32410":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/14/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32411":{"redcap_data_access_group":"rush_university_me","main_record_id":"10687","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-11","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-27","date_and_time":"2023-04-27 10:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-18","sp_v1_preop_date":"2023-05-11","sp_v2_6wk_date":"2023-06-29","sp_v3_3mo_date":"2023-08-18","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32412":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke to son and he asked that I call back tomorrow because pt is at an appointment today. \r\n04/27- LVM\r\n05/03- LVM\r\nLeft several messages with no call back. \r\n\r\n06/15- pt was not available to speak. Son asked that I call back on a different day. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32413":{"redcap_data_access_group":"rush_university_me","main_record_id":"10674","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-11","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-12","date_and_time":"2023-04-12 13:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-19","sp_v1_preop_date":"2023-04-26","sp_v2_6wk_date":"2023-06-30","sp_v3_3mo_date":"2023-08-19","age":"53","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32414":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n\r\nunable to confirm interest before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32415":{"redcap_data_access_group":"rush_university_me","main_record_id":"10673","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-11","screening_age":"65","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-12","date_and_time":"2023-04-12 09:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-04","sp_v1_preop_date":"2023-07-27","sp_v2_6wk_date":"2023-09-15","sp_v3_3mo_date":"2023-11-04","age":"65","sex":"1","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-27 12:17:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant completed baseline surveys outside of study range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32416":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/11/23: hung up the phone on me\r\n4/14/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32417":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/14/23:lvm\r\n4/17/23:call tomorrow at noon\r\n4/18/23:Sent consent form to look at, has some things to think over \r\n4/26/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32418":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/13/23: lvm \r\n4/14/23: Not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32419":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/14/23: not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32420":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"49","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/14/23: sent consent, couldnt explain study fully over the phone\r\n4/20/23: resent consent\r\n5/3/23: lvm\r\n\r\nunable to reach again before sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32421":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/14/23: Sent consent form, call back early next week \r\n4/18/23: looking over consent form now and said he will call back ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32422":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/14/23: Not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32423":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/14/23: does not have a voicemail box set up\r\n4/18/23:Sent consent form and said he would call back if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32424":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/14/23: Work conflicts","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32425":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/14/23: canceled surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32426":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/14/23:lvm\r\n4/26/23: Sent consent form\r\n5/3/23: calling back later to consent \r\n5/4/23: never called back yesterday - said shes not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32427":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/14/23:lvm\r\n4/26/23:lvm\r\n5/15/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32428":{"redcap_data_access_group":"rush_university_me","main_record_id":"10679","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-14","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/14/23:sent consent form call back early next week\r\n4/19/23:Called and need to see if we can find a day to fit her in before the 25th, has not consented. ","obtain_date":"2023-04-19","date_and_time":"2023-04-19 14:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-28","sp_v1_preop_date":"2023-04-20","sp_v2_6wk_date":"2023-06-09","sp_v3_3mo_date":"2023-07-28","age":"64","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-27 12:19:36","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant completed 6-week surveys outside of study range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32429":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/17/23: lvm\r\n4/27/23: called back, not sure about participation. Sent consent and will call me if interested\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32430":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23: lvm\r\n5/1/23: lvm; not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32431":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"4/17/23: not interested, too much pain before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32432":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32433":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/17/23: sent consent, seemed interested\r\n4/27/23: resent consent\r\n5/2/23: no answer, vmb not set up\r\n5/10/23: not interested, a lot going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32434":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/17/23: lvm\r\n4/24/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32435":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/19/23: lvm\r\n5/2/23: lvm\r\n5/11/23: lvm \r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32436":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23: spoke with daughter, requested info by email so she could explain the study to her mother\r\n4/24/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32437":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23: lvm\r\n4/24/23: lvm\r\n5/2/23: lvm\r\n\r\nunable t reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32438":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/17/23: Not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32439":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/17/23:lvm\r\n4/26/23:willing to consent call back tomorrow at 3\r\n5/9/23:call back tomorrow after 4\r\n5/10/23:LVM\r\n5/16/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32440":{"redcap_data_access_group":"rush_university_me","main_record_id":"10682","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-17","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/17/23: Sent consent form and call back around 11-1 pm \r\n4/19/23: call tomorrow at 11 to consent\r\n4/20/23: \r\n","obtain_date":"2023-04-20","date_and_time":"2023-04-20 11:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-18","sp_v1_preop_date":"2023-05-08","sp_v2_6wk_date":"2023-06-29","sp_v3_3mo_date":"2023-08-18","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-07-24 09:31:58","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participant had second knee replacement done 7/6/23 which is within the three month time window.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32441":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23:lvm\r\n4/26/23:lvm\r\n5/9/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32442":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23: Sent consent form call back later this week \r\n4/19/23:lvm\r\n5/9/23:lvm\r\n5/23/23:could not contact before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32443":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/17/23: sent consent form and call back later this week \r\n4/26/23: called back - looking over consent form.\r\n5/9/23:lvm\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32444":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/17/23: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32445":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/17/23: sent consent form and call back later this week \r\n4/19/23:call after 11 next week","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32446":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/18/23:lvm\r\n4/25/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32447":{"redcap_data_access_group":"rush_university_me","main_record_id":"10678","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-17","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/17/23:lvm\r\n4/18/23: messed up consent form \r\n4/19/23: consenting ","obtain_date":"2023-04-19","date_and_time":"2023-04-19 12:03","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-12","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-24","sp_v3_3mo_date":"2023-09-12","age":"76","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"2023-05-08","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant stated \"There are too many things that have distracted me and complicated my life. It is overwhelming. I just cannot do it.\" ","sp_data_site":"N/A"},"32448":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/17/23:lvm\r\n4/25/23:lvm\r\n5/3/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32449":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/18/23:lvm\r\n4/26/23:Canceled his surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32450":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/18/23:sent consent form, looking over with wife\r\n4/26/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32451":{"redcap_data_access_group":"rush_university_me","main_record_id":"10681","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-18","screening_age":"72","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/18/23:sent consent form ","obtain_date":"2023-04-19","date_and_time":"2023-04-19 15:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-19","sp_v1_preop_date":"2023-05-02","sp_v2_6wk_date":"2023-06-30","sp_v3_3mo_date":"2023-08-19","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32452":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"4/18/23: Cant make it out, lives too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32453":{"redcap_data_access_group":"rush_university_me","main_record_id":"10686","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-18","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/18/23:sent consent form, willing to consent and wants to come in for baseline with post op visit ","obtain_date":"2023-04-25","date_and_time":"2023-04-25 13:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-18","sp_v1_preop_date":"2023-04-27","sp_v2_6wk_date":"2023-06-29","sp_v3_3mo_date":"2023-08-18","age":"75","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32454":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/18/23:Call back tomorrow around 10\r\n4/19/23: call after 4 today\r\ncalled and didnt respond\r\n5/9/23: lvm\r\n5/31/23: surgery passed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32455":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/18- daughter answered, talk to mom tomorrow \r\n05/23- unable to contact pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32456":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/23:lvm\r\n5/2/23:lvm\r\n5/4/23: Not having surgery anymore ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32457":{"redcap_data_access_group":"rush_university_me","main_record_id":"10704","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-18","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/18/23: husband answered the phone and will discuss with wife. \r\n5/9/23:Called with questions about the consent form - will call back after discussing with wife.\r\n5/15/23: lvm","obtain_date":"2023-05-16","date_and_time":"2023-05-16 16:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-02","sp_v1_preop_date":"2023-05-22","sp_v2_6wk_date":"2023-07-14","sp_v3_3mo_date":"2023-09-02","age":"65","sex":"2","genident":"2","ethnic":"1","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32458":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"47","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/19/23:Sent consent form, call tomorrow at 10 am to discuss more. \r\n4/27/23: lvm\r\n5/3/23: said he will call back later today after looking over consent - never called back \r\n5/9/23: asked to call back tomorrow early \r\n5/10/23:lvm\r\n5/23/23:Pt was interested but unable to reach before surgery \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32459":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/19/23: Call back tomorrow at 10 am \r\n4/20/23: sent consent, call back monday or tuesday around 10am\r\n4/27/23: sent consent form again\r\n5/2/23: willing to consent but has a bullet in his neck and would not be able to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32460":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/19/23:Sent consent form, looking over will call back next week\r\n4/26/23: Too involved wont have the time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32461":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/19/23: lvm\r\n5/3/23: lvm\r\n5/15/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32462":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"4/20/23: not interested, not enough compensation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32463":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/20/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32464":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/20/23: number is out of service\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32466":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-21","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/21/23: line busy\r\n5/2/23: hung up; called back, seemed confused, asked where i got their number and then hung up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32467":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/24/23: sent consent. around tues, thurs, and fri to call back\r\n5/2/23: not home, wife took a message. will call if still interested\r\n\r\ndid not confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32468":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/24/23: sent consent\r\n5/3/23: asked for call back mon.\r\n5/8/23: consenting tomorrow in the pm\r\n5/9/23: read thru consent, but unsure about MRI. WILL BE CALLING ME BACK WITH DECISION\r\n\r\nnot interested, worried abt MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32469":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-25","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/25/23:sent consent form \r\n5/3/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32470":{"redcap_data_access_group":"rush_university_me","main_record_id":"10693","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/25/23:lvm\r\n5/2/23: Sent consent form, call back tomorrow at 10 \r\n5/3/23: never got email\r\n5/4/23: consenting","obtain_date":"2023-05-04","date_and_time":"2023-05-04 15:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-13","sp_v1_preop_date":"2023-05-11","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32471":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-25","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"4/25/23: having other medical issues, so wants to think about it ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32472":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-25","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"4/25/23: lvm\r\n5/9/23: not interested, doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32473":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23: sent consent, call back after Tuesday 5/2 to confirm interest.\r\n5/8/23: lvm\r\n5/22/23: resent consent\r\n5/24/23: consenting tomorrow\r\n5/25/23: requested another call back\r\n\r\ncouldnt confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32474":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/26/23: probably not interested, but wanted to look over consent, will call me","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32475":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/26/23: lvm\r\n5/9/23: lvm\r\n5/18/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32476":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23:lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32477":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32478":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/26/23:lvm\r\n5/3/23: she called back and I sent over the consent form \r\n5/9/23: lvm\r\n\r\n-- sx moved -- \r\n\r\n10/12/23: lvm\r\n10/17/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32479":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23:lvm\r\n5/3/23:lvm\r\n5/17/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32480":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23:Said she'll call me back.\r\n5/9/23: lvm\r\n5/17/23:surgery rescheduled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32481":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/26/23:Too far for her to drive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32482":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32483":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/26/23: lvm\r\n5/2/23: too much of a time commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32484":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23:too far to drive not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32485":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not want to have to come to Rush for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32486":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n05/03- Pt has a lot going on and plans to travel this summer. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32487":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32488":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32489":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32490":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32491":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not eligible because she is having a 2nd knee surgery 1 month after her 1st sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32492":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt needs to cancel his sx until further notice. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32493":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/1/23: sent consent\r\n\r\ncancelled sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32494":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32495":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/2/23:too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32496":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/2/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32497":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/2/23: lvm\r\n5/15/23: sent consent\r\n5/22/23: lvm\r\n5/25/23: didnt confirm interest\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32498":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/2/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32499":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/2/23:lvm\r\n5/4/23: cant make it for a baseline appointment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32500":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/2/23: line busy\r\n5/9/23: line disconnected\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32501":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/2/23:sent consent form, call back tomorrow around the same time. \r\n5/4/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32502":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/2/23:lvm\r\n5/4/23:sent consent form wants me to call back next week\r\n5/9/23:call back tomorrow at 3 \r\n5/15/23:Could not get in contact with again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32503":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/2/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32504":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/2/23: not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32505":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/2/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32506":{"redcap_data_access_group":"rush_university_me","main_record_id":"10690","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/3/23:called back, willing to consent ","obtain_date":"2023-05-03","date_and_time":"2023-05-03 11:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-16","sp_v1_preop_date":"2023-05-11","sp_v2_6wk_date":"2023-07-28","sp_v3_3mo_date":"2023-09-16","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32507":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/3/23: will call back if interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32508":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/3/23:lvm\r\n5/15/23:Sent consent form to look over - call back Thursday \r\n5/25/23: resent the consent form\r\n6/1/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32509":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/3/23:lvm - called back, sent consent form and will check in next week. \r\n5/9/23: lvm\r\n5/17/23:lvm\r\n6/1/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32510":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n05/10- LVM\r\n05/23- LVM\r\nUnable to get in contact with pt prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32511":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n05/23- pt states she lives too far and does not want to make the drive in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32512":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/3/23 LVM\r\n5/16/23: lvm\r\n5/24/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32513":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is having hip sx after her knee replacement. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32514":{"redcap_data_access_group":"rush_university_me","main_record_id":"10689","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-03","date_and_time":"2023-05-03 10:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-02","sp_v1_preop_date":"2023-05-15","sp_v2_6wk_date":"2023-07-14","sp_v3_3mo_date":"2023-09-02","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32515":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"5/3/23: no interested, has too much pain already","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32516":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/3/23:lvm\r\n5/9/23:lvm\r\n5/16/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32517":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/3/23:","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32518":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer. \r\n05/23- unable to get in touch with pt prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32519":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to daughter and she states pt lives out of state and is only coming in for surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32520":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32521":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/3/23:lvm\r\n5/18/23:called to consent and hung up on me midway through ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32522":{"redcap_data_access_group":"rush_university_me","main_record_id":"10717","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"70","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/3/23:She called back and i sent her the consent form - call back around 2/3 next week\r\n5/10/23:lvm\r\n5/24/23:call back friday - sent consent form again \r\n5/26/23: said she wanted to consent and then backed out at the last min. said she would sign later? told her she would have to call me back when signing \r\n","obtain_date":"2023-05-31","date_and_time":"2023-05-31 12:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-08","sp_v1_preop_date":"2023-06-05","sp_v2_6wk_date":"2023-07-20","sp_v3_3mo_date":"2023-09-08","age":"70","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32523":{"redcap_data_access_group":"rush_university_me","main_record_id":"10694","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-04","date_and_time":"2023-05-04 16:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-12","sp_v1_preop_date":"2023-10-11","sp_v2_6wk_date":"2023-11-22","sp_v3_3mo_date":"2024-01-11","age":"60","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32524":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/3/23:lvm\r\n5/16/23:lvm\r\n5/24/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32525":{"redcap_data_access_group":"rush_university_me","main_record_id":"10700","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-10","date_and_time":"2023-05-10 10:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-02","sp_v1_preop_date":"2023-05-26","sp_v2_6wk_date":"2023-07-14","sp_v3_3mo_date":"2023-09-02","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32526":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\n5/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32527":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM\r\nPt is thinking it over and will call me back if interested. \r\n05/04- pt states that she cannot make it work with her work schedule. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32465":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-21","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"4/21/23: not sure, sending consent for additional info\r\n5/3/23: not enough time off from work to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32528":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"5/3/23: not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32529":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/4/23: lvm\r\n5/12/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32530":{"redcap_data_access_group":"rush_university_me","main_record_id":"10701","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-04","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/4/23: He called back and call back monday\r\n5/9/23:resent consent form, call back friday","obtain_date":"2023-05-11","date_and_time":"2023-05-11 11:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-07","sp_v1_preop_date":"2023-05-23","sp_v2_6wk_date":"2023-07-19","sp_v3_3mo_date":"2023-09-07","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32531":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/9/23:lvm\r\n5/24/23:sent consent form - call back next week 8-10 am\r\n6/6/23:","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32532":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/9/23:Doesnt like to drive on highway and lives far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32533":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/9/23:No tinterested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32534":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/9/23: hu on me\r\n5/16/23: wife took a message, will call me if interested\r\n\r\nnever confirmed interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32535":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/9/23: lvm\r\n5/16/23: lvm\r\n5/24/23: spoke to daughter, is passing info along\r\n\r\nnever confirmed interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32536":{"redcap_data_access_group":"rush_university_me","main_record_id":"10711","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-09","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/9/23: sent consent\r\n5/22/23: lvm","obtain_date":"2023-05-25","date_and_time":"2023-05-25 14:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-15","sp_v1_preop_date":"2023-06-07","sp_v2_6wk_date":"2023-07-27","sp_v3_3mo_date":"2023-09-15","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32537":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/10/23:lvm\r\n5/16/23:lvm\r\n5/24/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32538":{"redcap_data_access_group":"rush_university_me","main_record_id":"10702","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-10","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/10/23:Willing to consent monday ","obtain_date":"2023-05-15","date_and_time":"2023-05-15 14:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-14","sp_v1_preop_date":"2023-06-12","sp_v2_6wk_date":"2023-07-26","sp_v3_3mo_date":"2023-09-14","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32539":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"5/10/23:sent consent form\r\n5/24/23: has a pacemaker ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32540":{"redcap_data_access_group":"rush_university_me","main_record_id":"10720","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-10","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/25/23:call back to consent \r\n6/1/23:resent consent \r\n6/2/23:consent","obtain_date":"2023-06-02","date_and_time":"2023-06-02 15:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-28","sp_v1_preop_date":"2023-06-13","sp_v2_6wk_date":"2023-08-09","sp_v3_3mo_date":"2023-09-28","age":"72","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32541":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/11/23: sent consent\r\n5/22/23: interested, but asked to be called again Thurs afternoon\r\n5/25/23: lvm\r\n6/6/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32542":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/11/23: lvm\r\n5/17/23: lvm\r\n5/24/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32543":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/11/23: lvm\r\n5/24/23: lvm\r\n6/5/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32544":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/11/23: lvm\r\n5/24/23: lvm\r\n6/5/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32545":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/11/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32546":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/11/23: lvm\r\n5/17/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32547":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/11/23: lvm\r\n5/17/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32548":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/12/23:lvm\r\n5/16/23:lvm\r\n5/31/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32549":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/12/23:sent consent form\r\n5/16/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32550":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/12/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32551":{"redcap_data_access_group":"rush_university_me","main_record_id":"10705","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-12","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/12/23:looking over consent form\r\n5/16/23:call back tomorrow at this time\r\n5/17/23: consent","obtain_date":"2023-05-17","date_and_time":"2023-05-17 15:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-06","sp_v1_preop_date":"2023-05-25","sp_v2_6wk_date":"2023-07-18","sp_v3_3mo_date":"2023-09-06","age":"65","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32552":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/12/23:lvm\r\n5/15/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32553":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"79","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15- LVM\r\n05/23- Pt asked that I send him a copy of the consent form to look over. \r\n06/15- LVM\r\nUnable to make contact with pt after sending copy of consent form. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32554":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"5/15/23: lvm\r\n5/22/23: lvm\r\n\r\n9/18/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32555":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"5/15/23:lvm\r\n5/18/23:doesnt want to have a blood draw ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32556":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/15/23: not interested, doesnt have time to make extra trips to Rush","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32557":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32558":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: sent consent but is unsure\r\n5/22/23: bad time, asked to be called back\r\n5/24/23: lvm\r\n\r\ncouldnt confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32559":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32560":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/15/23: lives too far, doesnt want to travel over an hr to come","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32561":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: lvm\r\n5/23/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32562":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: on vacation for the next two weeks, will call me once back\r\n6/8/23: said she would think about it and call me back. sent consent\r\n\r\nunable to confirm interest\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32563":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: requested to be called in the afternoon\r\n5/22/23: lvm\r\n6/5/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32564":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: line busy\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32565":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/15/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32566":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/15/23: lvm; no time to come in, is working up until surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32567":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/15/23: works full time, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32568":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: sent consent but is unsure\r\n\r\nis having 2nd knee done 2 months after first","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32569":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/15/23: nervous to travel after surgery. sent consent so she can think about it\r\n5/24/23: doesnt want to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32570":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: sent consent but didnt get to explain study\r\n5/24/23: cb tomorrow at 4 to consent\r\n5/25/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32571":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: lvm\r\n\r\nsurgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32572":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: lvm\r\n5/24/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32573":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: lvm\r\n5/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32574":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/15/23: asked for me to send email instead of speaking on phone. Sent consent but he is not \"big on being involved in research\"\r\n5/22/23: had to resend consent\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32575":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/15/23:sent consent form \r\n5/24/23: said he would call me back tomorrow \r\n5/26/23:Said he would call back if interested \r\n5/31/23:Called and left a voicemail - didnt get the consent form sent it x3 and sent to alternate email just in case. \r\n6/1/23: busy - not by computer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32576":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/16/23:lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32577":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"5/16/23:lvm\r\n5/18/23: not eligible due to 2nd surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32578":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/16/23:Not interested, has to take care of grandson","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32579":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/16/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32580":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32581":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32582":{"redcap_data_access_group":"rush_university_me","main_record_id":"10709","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-17","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/17/23: lvm; sent consent\r\n5/23/23: lvm","obtain_date":"2023-05-23","date_and_time":"2023-05-23 15:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-15","sp_v1_preop_date":"2023-06-02","sp_v2_6wk_date":"2023-07-27","sp_v3_3mo_date":"2023-09-15","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32583":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/17/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32584":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/17/23:mailbox full\r\n5/24/23:lvm\r\n6/7/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32585":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-18","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/18/23: lvm\r\n5/24/23: sent consent, calling tomorrow \r\n5/25/23: read consent, wants to sign in person\r\n6/5/23: having back problems and can no longer participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32586":{"redcap_data_access_group":"rush_university_me","main_record_id":"10722","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-22","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/22/23: lvm; sent consent\r\n6/5/23: lvm; call tmrw to consent","obtain_date":"2023-06-06","date_and_time":"2023-06-06 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-15","sp_v1_preop_date":"2023-08-28","sp_v2_6wk_date":"2023-10-27","sp_v3_3mo_date":"2023-12-15","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30050":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-13","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"04/2021: Unable to contact for follow up on consent form. \r\n\r\n5/22/23: sent consent\r\n6/5/23: resent consent\r\n6/13/23: lvm\r\n6/16/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32587":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/22/23: sent consent \r\n6/9/23: lvm\r\n6/16/23: lvm\r\n\r\nunable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32588":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/22/23: lvm\r\n6/5/23: lvm\r\n6/15/23: not interested, doesnt want to come downtown","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32589":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/23/23: sent consent\r\n6/6/23: has a lot of appointments. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32591":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/23/23: doesn't have time to participate. Works ft and cant get days off","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32592":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/23/23: lvm\r\n6/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32593":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n06/15- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32594":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32595":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\n09/15/2023- LVM\r\n10/17- unable to reach prior to sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32596":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/23/23:lvm\r\n6/15/23: canceled surgery \r\n\r\n---\r\n\r\n8/31/23:lvm\r\n9/6/23:lvm\r\n9/12/23: does not want to drive out \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32597":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/23/23: Pt requested a copy of the consent form to look over.\r\n6/8/23: resent consent\r\n6/13/23: call tmrw\r\n6/14/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32598":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that he is extremely busy and travels a lot for work. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32599":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32600":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/23/23: LVM\r\n6/9/23:lvm\r\n6/13/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32601":{"redcap_data_access_group":"rush_university_me","main_record_id":"10719","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-24","screening_age":"81","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/25/23:sent consent form - call back Thu\r\n6/1/23:Consent\r\n","obtain_date":"2023-06-02","date_and_time":"2023-06-02 14:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-23","sp_v1_preop_date":"2023-06-20","sp_v2_6wk_date":"2023-08-04","sp_v3_3mo_date":"2023-09-23","age":"81","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32602":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/24/23:Speaks very little english and is already scared for surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32603":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/24/23: No voicemail box\r\n5/31/23: No voicemail box \r\n6/5/23: No voicemail box \r\n6/9/23:No voicemail box","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32604":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/24/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32605":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/25/23:lvm\r\n6/5/23:lvm\r\n6/13/23:not interested in driving out for study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32606":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/25/23:asked to call back later she was busy \r\n6/5/23:lvm\r\n6/13/23:sent consent form\r\n6/16/23:lvm\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32607":{"redcap_data_access_group":"rush_university_me","main_record_id":"10712","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-25","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/25/23: sent consent form call back at 1 pm tomorrow ","obtain_date":"2023-05-26","date_and_time":"2023-05-26 15:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-27","sp_v1_preop_date":"2023-06-08","sp_v2_6wk_date":"2023-08-08","sp_v3_3mo_date":"2023-09-27","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32608":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/25/23:lvm\r\n6/6/23:doesnt have time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32609":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/25- talked to the daughter\r\n06/16- LVM\r\n06/28- outside of Gerlinger time window to call.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32610":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/26/23:sent consent form\r\n5/31/23:not interested, conflicting travel ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32611":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/26/23:Not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32612":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/26/23:lvm\r\n6/6/23:lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32614":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/26/23:lvm\r\n5/31/23:Not interested, too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32613":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt was on her way to work, asked that I call back next week. \r\n6/9/23: line disconnected","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32615":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-31","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/31/23:lvm\r\n6/5/23:lvm\r\n6/12/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32616":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-31","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/31/23:lvm\r\n6/5/23:call at 12:30 - not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32617":{"redcap_data_access_group":"rush_university_me","main_record_id":"10819","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-01","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/1/23:sent consent form\r\n6/2/23:looking over with wife\r\n\r\nsx moved \r\n\r\n9/20/23:sent consent form\r\n9/25/23:consenting ","obtain_date":"2023-09-25","date_and_time":"2023-09-25 15:10","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-05","sp_v1_preop_date":"2023-09-29","sp_v2_6wk_date":"2023-11-15","sp_v3_3mo_date":"2024-01-04","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32618":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-01","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/1/23:sent consent form \r\n6/5/23:didnt look over consent form asked to call back late in the week \r\n6/9/23:mailbox full\r\n6/13/23: mailbox full\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32619":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-02","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/2/23:sent consent \r\n6/5/23:still considering \r\n6/6/23: Surgery too soon cant make it in ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32620":{"redcap_data_access_group":"rush_university_me","main_record_id":"10724","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-05","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/5/23:sent consent form - call back end of week \r\n6/8/23:resent consent form ","obtain_date":"2023-06-09","date_and_time":"2023-06-09 13:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-23","sp_v1_preop_date":"2023-06-22","sp_v2_6wk_date":"2023-08-04","sp_v3_3mo_date":"2023-09-23","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32621":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-05","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/5/23: lvm\r\n6/15/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32622":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-05","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/5/23: lvm\r\n6/12/23: sent consent \r\n6/19/23: asked for cb after 4\r\n6/21/23: line busy\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32623":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"6/9/23: husband said she was not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32624":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/6/23:lvm\r\n6/15/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32625":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/6/23:sent consent \r\n6/9/23:lvm\r\n6/15/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32626":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/6/23:sent consent form \r\n6/12/23:resent consent form\r\n6/15/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32627":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/6/23:lvm\r\n\r\n-- sx moved -- \r\n\r\n6/23/23:lvm\r\n6/29/23:lvm\r\n7/13/23:lvm\r\n\r\nUnable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32628":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-01","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/1/23:lvm\r\n6/7/23:too far and doesnt want to spend the time to drive out ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32629":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/7/23:lvm\r\n6/9/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32630":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"6/8/23: lives 2.5 hrs away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32631":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"6/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32632":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/8/23: doesnt seem interested because she lives far away, but couldn't confirm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32633":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/8/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32634":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/8/23: lvm\r\n6/15/23: lvm\r\n6/21/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32635":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/8/23: lvm\r\n6/15/23: lvm\r\n6/30/23: sent info by email, didnt seem interested though","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32636":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/9/23: not interested, in a lot of pain","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32637":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/9/23: lvm\r\n6/12/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32638":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/9/23: not interested, lives 2+ hrs away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32639":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/9/23: lvm\r\n6/15/23: lives 2 hrs away, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32640":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/9/23: lvm\r\n6/15/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32641":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/9/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32642":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/9/23: lvm; sent consent\r\n6/15/23: lvm\r\n\r\ncouldnt reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32643":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/9/23: lvm\r\n6/15/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32644":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/12/23: unable to come in person","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32645":{"redcap_data_access_group":"rush_university_me","main_record_id":"10736","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-12","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/12/23: sent consent \r\n6/28/23: lvm\r\n6/29/23: ","obtain_date":"2023-06-29","date_and_time":"2023-06-29 15:10","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-24","sp_v1_preop_date":"2023-07-11","sp_v2_6wk_date":"2023-09-04","sp_v3_3mo_date":"2023-10-24","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32646":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/12/23: said her surgery is going to be postponed. \r\n6/16/23: surgery canceled\r\n\r\n8/9/23: has a lot of other medical issues, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32647":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/12/23:Mailbox full\r\n6/21/23:Mailbox full\r\n6/29/23:Mailbox full\r\nsx tomorrow and could not contact ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32648":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"6/12/23:maiulbox full \r\n6/19/23:lvm\r\n6/26/23:","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32649":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"6/12/23:lvm\r\n6/19/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32650":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/12/23:lvm\r\n7/13/23:not interested, just had back surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32651":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No availability before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32652":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"PT is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32653":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/13/23: lvm\r\n6/19/23: lvm\r\n6/27/23: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32654":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"53","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/13/23: sent consent\r\n6/20/23: resent consent \r\n6/27/23: calling tomorrow to consent\r\n6/28/23: changed his mind after i read consent, no longer interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32655":{"redcap_data_access_group":"rush_university_me","main_record_id":"10728","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-13","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/13/2023: Sent Consent form","obtain_date":"2023-06-16","date_and_time":"2023-06-16 13:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-24","sp_v1_preop_date":"2023-07-05","sp_v2_6wk_date":"2023-09-04","sp_v3_3mo_date":"2023-10-24","age":"47","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32656":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32657":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"In another study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32658":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"42","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"unable to contact. left three voicemails over the course of a month ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32659":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Personal Issues","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32660":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"42","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Duplicate patient form","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32661":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"6/14/2023\r\nNot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32662":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt says they will call me back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32663":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32664":{"redcap_data_access_group":"rush_university_me","main_record_id":"10727","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-14","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-14","date_and_time":"2023-06-14 15:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-11","sp_v1_preop_date":"2023-06-20","sp_v2_6wk_date":"2023-08-22","sp_v3_3mo_date":"2023-10-11","age":"55","sex":"1","genident":"1","ethnic":"3","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32665":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/15/23:lvm\r\n6/21/23:lvm\r\n6/29/23:lvm\r\nunable to contact ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32666":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/15/23: asked to be called back at a later date\r\n6/21/23: lvm\r\n6/27/23: not interested, doesn't want to come downtown.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32667":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/15/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32668":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/15/23:call back same time next week, sent consent form \r\n6/21/23:Too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32669":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/15/23: lvm\r\n6/30/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32670":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/15/23:lvm\r\n6/21/23:lvm\r\n6/30/23:Willing to consent, call back in the afternoon \r\n7/3/23:lvm\r\n7/10/23: Not interested, sx too close \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32671":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/16/23: called and ask to call back later\r\nsent consent form \r\n6/21/23:lvm\r\n6/27/23: surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32672":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"81","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was unable to come to the phone. Daughter asked that I call back early next week. \r\n06/16- Pt is unable to handle the 3 hr visits and prefers to decline. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32673":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n06/28- Unable to make contact with pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32674":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n06/22- LVM\r\n06/28- Unable to make contact with pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32675":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"No Transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32676":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"83","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32677":{"redcap_data_access_group":"rush_university_me","main_record_id":"10740","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-15","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/22: LVM","obtain_date":"2023-07-05","date_and_time":"2023-07-05 10:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-14","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-25","sp_v3_3mo_date":"2023-10-14","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-07-10 10:17:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"MRI technician (Hagai) did not perform the pain rating scale before and/or after the first resting scan. Had to ask the patient her pain rating after scan was complete and she was out of the scanner.","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"32678":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Still working and wont have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32679":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32680":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Hung up on me\r\n6/22/23- called\r\n\r\n7/6/2023- not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32681":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/16/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32682":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/16/23:sent consent \r\n6/21/23:busy call back friday \r\n6/23/23: hasnt looked the consent over \r\n6/29/23: pt doesnt want to drive out","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32683":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n06/16- Pt called back and states that she is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32684":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n06/28- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32685":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32686":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"56","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt was busy at the moment and stated that she'd call me back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32687":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt was unable to come to the phone. Left a message with daughter. \r\n06/28- LVM\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32688":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/16/23:sent consent form \r\n6/21/23:lvm\r\n6/30/23:lvm\r\n7/3/23:lvm\r\nsx tomorrow and no response \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32689":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n06/28- LVM\r\n07/31/23- Pt states that she needs to think about it and will call me if interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32690":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/16/23:lvm\r\n6/21/23:lvm\r\n6/30/23:lvm\r\nsx was canceled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32691":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"53","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/19/23: mbf\r\n6/27/23: mbf\r\n7/10/23: not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32692":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/19/23: lvm\r\n6/28/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32693":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/19/23: lvm\r\n6/29/23: lvm\r\n7/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32694":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/19/23: lvm\r\n6/30/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32695":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/19/23: call back 2 pm \r\n6/27/23: said he will call me if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32696":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/19/23: Not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32697":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/19/23:sent consent form \r\n6/23/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32698":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/19/23: sent consent \r\n6/21/23:lvm\r\n6/29/23:Blocked me, cannot contact \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32699":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/19/23:Not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32700":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/19/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32701":{"redcap_data_access_group":"rush_university_me","main_record_id":"10734","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-20","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent over a copy of the consent form.","obtain_date":"2023-06-22","date_and_time":"2023-06-22 14:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-20","sp_v1_preop_date":"2023-06-29","sp_v2_6wk_date":"2023-08-31","sp_v3_3mo_date":"2023-10-20","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32702":{"redcap_data_access_group":"rush_university_me","main_record_id":"10769","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-20","screening_age":"52","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Send e-consent to pt, after it was sent he said he didn't have the time at that moment to sign the consent and to call back at 2pm.\r\n2pm: called, no room in his mail box.\r\n7/31/23: Mailbox is full\r\n8/7/23: Calling me in 30 mins","obtain_date":"2023-08-07","date_and_time":"2023-08-07 15:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-25","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-10-06","sp_v3_3mo_date":"2023-11-25","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32703":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM X2\r\n\r\nSent consent form.\r\n\r\n8/26/23: lvm\r\n\r\nPatients schedule is too busy.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32704":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/21/23: lvm\r\n7/3/23: lives too far, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32705":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32706":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-23","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/23/23:lvm\r\n6/29/23:lvm\r\n7/3/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32707":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-23","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/23/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32708":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-23","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/23/23:lvm\r\n6/28/23:lvm\r\n7/13/23:lvm\r\nunable to contact before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32709":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/26/23:lvm\r\n6/30/23:lvm\r\n7/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32710":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/6/23- Doesnt have time to be in the study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32711":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"41","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"6/26/23: lvm\r\n7/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32712":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/26/23:asked to call back friday \r\n6/30/23: sent consent form \r\n7/3/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32713":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/26/23: cant take time off work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32714":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/26/23:lvm\r\n6/30/23: sx canceled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32715":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32716":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32717":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32718":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"call back friday between 10-3. sent copy of consent form\r\n7/12: lvm\r\n7/18: lvm\r\n\r\nWas unable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32719":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives out of state","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32720":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/27/2023-LVM\r\n7/6/23 - Sent consent form, call tomorrow at 11am\r\n7/7/2023- not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32721":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32722":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/27/23: sent consent\r\n7/3/23: hasnt read form yet, needs some time\r\n7/13/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32723":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/28/23: lvm\r\n\r\nlives out of state (VT)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32724":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"cannot take time of work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32725":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32726":{"redcap_data_access_group":"rush_university_me","main_record_id":"10742","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-27","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-07","date_and_time":"2023-07-07 09:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-27","sp_v1_preop_date":"2023-07-13","sp_v2_6wk_date":"2023-09-07","sp_v3_3mo_date":"2023-10-27","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-07-20","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"No longer eligible due to surgery being moved to Elmhurst Hospital. ","sp_data_site":"N/A"},"32727":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left three voicemails. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32728":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n07/28- Unable to make contact prior to sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32729":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient broke her leg and will reschedule surgery at a later date,","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32730":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"40","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n\r\n----\r\n\r\n7/28/23:lvm\r\n8/9/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32731":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32732":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32733":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt cannot take the time off from work to make visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32734":{"redcap_data_access_group":"rush_university_me","main_record_id":"10737","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-28","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/28/23:sent consent form\r\n6/30/23:lvm","obtain_date":"2023-06-30","date_and_time":"2023-06-30 11:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-25","sp_v1_preop_date":"2023-07-11","sp_v2_6wk_date":"2023-10-06","sp_v3_3mo_date":"2023-11-25","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32735":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/29/23: lvm\r\n7/6/23: lvm\r\n7/18/23: at work, couldnt talk\r\n7/27/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32736":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/29/23: lvm; sent consent\r\n7/6/23: lvm\r\n7/13/23: lvm\r\n7/24/23: mbf\r\n\r\nUnable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32737":{"redcap_data_access_group":"rush_university_me","main_record_id":"10746","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-29","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/29/23: sent consent\r\n7/6/23: not home, wife took a message and he will call tomorrow (day off)\r\n7/7/23: is calling back ","obtain_date":"2023-07-12","date_and_time":"2023-07-12 08:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-04","sp_v1_preop_date":"2023-07-18","sp_v2_6wk_date":"2023-09-15","sp_v3_3mo_date":"2023-11-04","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32738":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/29/23: sent consent, not sure if interested\r\n7/10/23: lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32739":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/29/23: sent consent. Is unsure, but will call me if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32740":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/27/23:lvm\r\n7/3/23:lvm\r\n7/13/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32741":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent a copy of the consent form to Pt. calling back July 6th after 1pm\r\nNot willing to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32742":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/30/23:sent consent form\r\n7/3/23: lvm \r\n7/10/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32743":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/30/23: mbf\r\n7/7/23: lvm; not sure about interest\r\n7/17/23: wants call back friday","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32744":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/30/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32745":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/30/23: lvm\r\n7/5/23: lvm\r\n7/17/23: lvm\r\n\r\nunable to reach in time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32746":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/30/23: lvm\r\n7/7/23: calling me monday\r\n7/10/23: sent consent\r\n7/19/23: resent consent \r\n7/24/23: read consent, no longer interested in participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32747":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-03","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Said Surgery has been rescheduled to late fall","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32748":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-03","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/10/23: would have to take days off work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32749":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-03","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/3/23:lvm\r\n7/13/23:lvm\r\n7/20/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32750":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-03","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/3/23:sent consent form\r\n7/10/23: emailed and said she is not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32751":{"redcap_data_access_group":"rush_university_me","main_record_id":"10747","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-03","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/3/23:sent consent form\r\n7/10/23: trouble with consent form","obtain_date":"2023-07-12","date_and_time":"2023-07-12 15:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-03","sp_v1_preop_date":"2023-07-20","sp_v2_6wk_date":"2023-11-13","sp_v3_3mo_date":"2024-01-02","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32752":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-03","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/3/23:sent consent form\r\n7/10/23:will call back if she is interested in research \r\nSx passed, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32753":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/6/23: sent consent. Would like to come in during pre-op visit, so calling again monday to potentially consent\r\n7/10/23: lvm\r\n7/11/23: lvm saying she was not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32754":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/6/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32755":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/6/23: lvm\r\n7/13/23: lvm\r\n7/19/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32756":{"redcap_data_access_group":"rush_university_me","main_record_id":"10751","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/6/23: sent consent\r\n7/12/23: read consent, calling tomorrow so he can sign","obtain_date":"2023-07-18","date_and_time":"2023-07-18 14:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-04","sp_v1_preop_date":"2023-07-18","sp_v2_6wk_date":"2023-09-15","sp_v3_3mo_date":"2023-11-04","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32757":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives out of state and doesn't drive expressways.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32758":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Moving out of state after sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32759":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't like getting MRI's","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32760":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Surgery was cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32761":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/7/23: lvm\r\n7/18/23: not sure if she is interested\r\n7/26/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32763":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-10","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Asked to be called back Thursday afternoon.\r\nNot interested, lives in another state.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32764":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Doesn't travel expressways.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32765":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32766":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Works full time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32767":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/10/23: changing surgery date, doesnt know when","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32768":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32769":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/11/23: lvm\r\n7/17/23: call back tomorrow morning\r\n7/24/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32770":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"lvm x2\r\n\r\n8/1/23: lvm\r\n\r\nCouldnt reach patient before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32771":{"redcap_data_access_group":"rush_university_me","main_record_id":"10750","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-12","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-18","date_and_time":"2023-07-18 13:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-10","sp_v1_preop_date":"2023-07-20","sp_v2_6wk_date":"2023-09-21","sp_v3_3mo_date":"2023-11-10","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-07-20","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"After speaking with husband, he thought it best that she discontinued the study.","sp_data_site":"N/A"},"32772":{"redcap_data_access_group":"rush_university_me","main_record_id":"10748","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-12","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent a copy of the consent form to PT. Calling back Friday July 14th to discuss participation. Seemed eager on the phone. Hopefully for a possible consent.","obtain_date":"2023-07-17","date_and_time":"2023-07-17 11:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-17","sp_v1_preop_date":"2023-07-19","sp_v2_6wk_date":"2023-09-28","sp_v3_3mo_date":"2023-11-17","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-08-25 12:04:42","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's surgery was cancelled and rescheduled for a week later. Post-consent tab on main study was not updated and patient missed pre op survey and a few post daily surveys.","erep_protdev_caplan":"Emailed Andre to update surgery date on REDCap Post-consent tab. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-10-25 09:00:15","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was unable to come in within the protocol time frame for 6 week blood draw. ","erep_protdev_caplan":"We scheduled the patient in as we could. ","erep_rel_covid19":"0"}}},"32773":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"7/13/23: lvm\r\n7/19/23: lvm; called back, is not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32774":{"redcap_data_access_group":"rush_university_me","main_record_id":"10763","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-13","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/13/23:lvm\r\n7/24/23: sent consent \r\n7/27/23:lvm\r\n","obtain_date":"2023-07-27","date_and_time":"2023-07-27 11:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-17","sp_v1_preop_date":"2023-08-15","sp_v2_6wk_date":"2023-09-28","sp_v3_3mo_date":"2023-11-17","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32775":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/13/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32776":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/13/23:mailbox full \r\n7/24/23: mailbox full \r\n7/31/23:call back \r\n8/2/23:mailbox full \r\n8/18/23:sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32777":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/13/23:call back next week, busy \r\n7/19/23:lvm\r\n7/27/23:sent consent form \r\n8/2/23:lvm\r\n8/8/23:lvm\r\n\r\n--- moved sx --- \r\n\r\n9/8/23: sent consent \r\n9/25/23:lvm\r\n10/3/23:doesnt have the time to come in before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32778":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Probably wont be able to make all the appointments, goes to florida in the winter. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32779":{"redcap_data_access_group":"rush_university_me","main_record_id":"10749","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-17","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-18","date_and_time":"2023-07-18 11:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-17","sp_v1_preop_date":"2023-07-21","sp_v2_6wk_date":"2023-09-28","sp_v3_3mo_date":"2023-11-17","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32780":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/17/23:lvm\r\n7/26/23:not interested, he is moving and would not be able to complete the last visits ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32762":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-10","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/17/23:lvm\r\n7/24/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32781":{"redcap_data_access_group":"rush_university_me","main_record_id":"10759","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/17/23: lvm\r\n7/21/23: sent consent\r\n7/24/23: In person consent","obtain_date":"2023-07-25","date_and_time":"2023-07-25 13:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-26","sp_v1_preop_date":"2023-07-25","sp_v2_6wk_date":"2023-09-06","sp_v3_3mo_date":"2023-10-26","age":"N/A","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32782":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/17/23: in too much pain","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32783":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/17/23: lvm\r\n7/26/23: lvm\r\n8/3/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32784":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/17/23: lvm\r\n7/24/23: sent consent\r\n8/2/23: call back to consent tomorrow\r\n8/3/23: call monday\r\n8/7/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32785":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"64","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent Consent form to Patient. Patient is going to read consent form over the weekend and I will be calling back on Monday morning with a possible consent.\r\n\r\n8/3/: Pt is calling me back 8/4 afternoon\r\n\r\nReaches out several times after sending the consent form. I was unable to confirm interest from patient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32786":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"80","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Seems interested, has busy schedule, will call me back when available\r\n7/25/2023: lvm\r\n8/4/23: Sent copy of consent form\r\n8/7/23: Calling me back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32787":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32788":{"redcap_data_access_group":"rush_university_me","main_record_id":"10754","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-24","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/24/23:conest","obtain_date":"2023-07-24","date_and_time":"2023-07-24 11:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-17","sp_v1_preop_date":"2023-08-01","sp_v2_6wk_date":"2023-09-28","sp_v3_3mo_date":"2023-11-17","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32789":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/18/23: sick, asked for a call back at a later date.\r\n8/2/23: lvm\r\n8/14/23: lvm; says she cant talk about study now\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32791":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/18/23: lvm\r\n7/26/23: sent consent\r\n8/2/23: lvm\r\n8/9/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32792":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/18/23: lvm\r\n7/26/23: lvm (stvm)\r\n8/9/23: sent consent\r\n8/16/23: didnt read consent, surgery too soon","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32793":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"45","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient surgery is canceled until further notice.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32794":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"7/20/23:sent consent form \r\n7/26/23: Does not want to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32795":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/20/23:lvm\r\n7/26/23:lvm\r\n7/28/23: call back \r\n8/2/23:doesnt want to come in ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32796":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/20/23: thinking about it and will call me back ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32797":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-21","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Was interested in research, but doesn't have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32798":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/24/2023: lvm\r\n\r\n7/31/23: lvm\r\n\r\nTwo hour drive one way","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32799":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-21","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/21/23: sent consent. Will call me back if interested\r\n8/9/23: lvm\r\n8/14/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32800":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call back 7/31/2023\r\n7/31/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32801":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/24/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32802":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/24/23:lvm\r\n7/28/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32803":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/24/23:lvm\r\n7/31/23:lvm\r\n8/8/23:lvm\r\nCouldnt contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32804":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/24/23: sent consent form \r\n8/2/23: said he would email if interested, wants to check with wife","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32805":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/24/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32806":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/24/23: sx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32807":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32808":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Interested in research, but can't make the commitment at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32809":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"lvm\r\n\r\n8/3/23: lvm\r\n\r\n8/14/23: lvm\r\n\r\nCouldnt be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32810":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32811":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"7/26/23: not interested, too far to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32812":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/26/23: doesnt like coming downtown","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32813":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/26/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32814":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"7/26/23:Study visit too long for pt","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32815":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/26/23: lvm\r\n8/3/23: lvm\r\n8/16/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32816":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/26/23: lvm\r\n8/3/23: lvm\r\n8/7/23: works 12 hours (7a-7p)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32817":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/27/23:sent consent form\r\n8/2/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32818":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/27/23: travels a lot, not avail. for appointments","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32819":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/27/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32820":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"7/27/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32821":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/27/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32822":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/27/23: lvm\r\n8/4/23: lvm\r\n8/14/23: not interested, wont be home after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32823":{"redcap_data_access_group":"rush_university_me","main_record_id":"10778","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-28","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/28/23: no voicemail box\r\n7/31/23:no voicemail box\r\n8/8/23:call back \r\n8/10/23:sent consent form ","obtain_date":"2023-08-11","date_and_time":"2023-08-11 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-28","sp_v1_preop_date":"2023-08-16","sp_v2_6wk_date":"2023-10-09","sp_v3_3mo_date":"2023-11-28","age":"81","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32824":{"redcap_data_access_group":"rush_university_me","main_record_id":"10773","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-28","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/28/23:sent consent form\r\n7/31/23: forgot, looking at consent form now\r\n8/1/23: asked to call back \r\n8/2/23: busy asked to call back later \r\n8/3/23: call back on Tuesday \r\n8/8/23:","obtain_date":"2023-08-08","date_and_time":"2023-08-08 14:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-28","sp_v1_preop_date":"2023-08-24","sp_v2_6wk_date":"2023-10-09","sp_v3_3mo_date":"2023-11-28","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32825":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23:lvm\r\n8/2/23:lvm\r\n8/9/23:lvm\r\n8/15/23:lvm\r\ncouldnt contact ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32826":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23:lvm\r\n8/2/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32827":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32828":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/28/23:lvm\r\n8/2/23:lvm\r\n8/9/23:lvm\r\n8/15/23:sent consent form\r\n8/18/23:lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32829":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32830":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32831":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/28/23: lvm\r\n\r\n8/3/23: Sent Pt copy of the consent form, call back wednesday (8/9)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32832":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"61","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n07/31- Pt had her sx moved to end of August in Indiana. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32833":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"59","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n07/31- LVM\r\nUnable to make contact with pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32834":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM.\r\n07/31- LVM\r\nUnable to make contact prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32835":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent a copy of consent form\r\n\r\nlvm\r\n\r\nNo time, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32836":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32837":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23:not sure if he will be having sx - call back after monday\r\n8/2/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32838":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"lvm\r\n\r\n8/4/23: Doesnt drive in the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32839":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n08/15- LVM\r\n08/22- Pt states they are postponing their sx. Will reach out again once he's back on the schedule. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32840":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LM\r\n07/31- LVM\r\nUnable to make contact with patient prior to sx. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32841":{"redcap_data_access_group":"rush_university_me","main_record_id":"10765","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-28","screening_age":"67","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"possible consent. call back monday at 8am","obtain_date":"2023-08-01","date_and_time":"2023-08-01 08:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-15","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-10-27","sp_v3_3mo_date":"2023-12-15","age":"68","sex":"1","genident":"1","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32842":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32843":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent a copy of the consent form. \r\n\r\n8/7/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32844":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was on her way out and asked that I call back next week. \r\n07/31- No answer\r\nUnable to reach patient prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32845":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Mailbox full. \r\n08/15- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32846":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\n08/15- not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32847":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/28/23: sent consent form to look over. \r\n8/4/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32848":{"redcap_data_access_group":"rush_university_me","main_record_id":"10764","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-31","screening_age":"35","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-31","date_and_time":"2023-07-31 11:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-30","sp_v1_preop_date":"2023-08-16","sp_v2_6wk_date":"2023-10-11","sp_v3_3mo_date":"2023-11-30","age":"35","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32849":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"53","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt does not want to make time for the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32850":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM.\r\n08/15- pt is not interested. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32851":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n08/22- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32852":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/31/23:lvm\r\n8/8/23:lvm\r\n8/15/23:lvm\r\n8/18/23:sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32853":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/31/23:sent consent \r\n8/8/23:lvm\r\n8/16/23:lvm\r\n8/21/23:resent consent \r\n8/29/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32854":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/31/23:lvm\r\n8/8/23:lvm\r\n8/15/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32855":{"redcap_data_access_group":"rush_university_me","main_record_id":"10771","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-31","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Possible consent: call 9am (8/4)\r\n\r\nSent Consent form, call back 8/7 morning","obtain_date":"2023-08-08","date_and_time":"2023-08-08 08:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-29","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-10-10","sp_v3_3mo_date":"2023-11-29","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32856":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/31/23: Call back in an hour\r\n\r\n8/4/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32857":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Works full time. Unable to make the commitment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32858":{"redcap_data_access_group":"rush_university_me","main_record_id":"10770","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-31","screening_age":"66","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/31/23: Sent copy of the consent form, calling back friday afternoon!\r\n\r\n8/4/23: Call back Monday at 3pm","obtain_date":"2023-08-07","date_and_time":"2023-08-07 15:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-29","sp_v1_preop_date":"2023-08-25","sp_v2_6wk_date":"2023-10-10","sp_v3_3mo_date":"2023-11-29","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32859":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"lvm\r\n\r\n8/7/23: lvm\r\n8/18/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32860":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32861":{"redcap_data_access_group":"rush_university_me","main_record_id":"10772","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/1/23:checking on MRI\r\n8/8/23:no mailbox","obtain_date":"2023-08-08","date_and_time":"2023-08-08 12:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-01","sp_v1_preop_date":"2023-08-24","sp_v2_6wk_date":"2023-10-13","sp_v3_3mo_date":"2023-12-01","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-08-24 14:56:49","erep_ae_date":"2023-08-24","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-08-24 14:57","erep_resolution_date":"2023-08-24 14:57","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Participant panicked when placed in the MRI scanner and asked to be taken out immediately. ","erep_action_taken":"Participant was taken out of the MRI scanner and we did not complete the scans. ","erep_outcome":"Once out of the scanner the participant felt a lot better. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32862":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Busy tone\r\n\r\n8/9/23: busy tone\r\n\r\nSurgery was cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32863":{"redcap_data_access_group":"rush_university_me","main_record_id":"10767","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-01","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call back friday morning 8 am","obtain_date":"2023-08-04","date_and_time":"2023-08-04 15:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-06","sp_v1_preop_date":"2023-08-09","sp_v2_6wk_date":"2023-10-18","sp_v3_3mo_date":"2023-12-06","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32864":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/2/23: lvm\r\n8/15/23: lvm\r\n8/16/23: sent consent, is seeing if post op visits will be here or in suburbs\r\n8/22/23: will read consent then call me back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32865":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/2/23: no mailbox \r\nMoved sx -- \r\n\r\n10/10/23:lvm\r\n10/17/23:lvm\r\n10/24/23:lvm\r\n10/31/23:lvm\r\n\r\n11/3/23: Unable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32866":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"8/2/23: daughter said mother does not speak english, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32867":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/2/23:sent consent form - said he would call me back ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32868":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/2/23: dont want to take time off work ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32869":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32870":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/2/23: full mailbox\r\n8/8/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32871":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/3/23: lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32872":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32873":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/3/23: lvm\r\n8/7/23: not sure about getting surgery, sent consent anyways and will contact as date gets closer\r\n\r\nsurgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32874":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/4/23: sent consent, is unsure.\r\n8/10/23: busy, asked for call back in 10 days\r\n8/24/23: asked for cb fri\r\n8/25/23: still unsure, will call me if interested\r\n\r\nunable to confirm interest\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32875":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"53","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/4: Asked to be called back next friday\r\n8/11/23: LVM\r\n8/17/23: answered and hung up on me","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32876":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/4/23: lvm\r\n8/10/23: lvm\r\n8/16/23: lvm\r\n\r\nUnable to reach in time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32877":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/4/23: sent consent, will call me if interested\r\n\r\nnot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32878":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"48","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32879":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"8/4/23: sent consent\r\n8/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32880":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/4/23: not interested, doesnt want to come to the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32881":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/7/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32882":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/7/23: lvm\r\n8/15/23: lvm\r\n8/30/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32883":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/7/23: not interested, family things going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32884":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/7/23: sent consent\r\n8/14/23: requested call back\r\n8/23/23: still hasnt read thru consent\r\n9/6/23: still hasnt read consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32885":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32886":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Couldn't be reached before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32887":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/8/23: lvm\r\n8/15/23: lvm\r\n8/31/23: asked for call back next week around 330pm\r\n9/11/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32888":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-08","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/8/23: calling me back\r\n8/15/23: tired, doesnt want to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32889":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/9/23: lvm\r\n8/21/23: lvm\r\n9/6/23: moving surgery back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32890":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/9/23: lvm\r\n8/16/23: lvm; will think about it\r\n8/29/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32891":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/9/23: not interested, too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32892":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/9/23: lvm\r\n8/22/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32893":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"8/9/23:asked to call back at 3:30\r\n8/10/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32894":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/9/23:sent consent form\r\n8/15/23:lvm\r\n8/21/23:lvm\r\n8/28/23: Sx moved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32895":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/9/23:lvm\r\n8/15/23:lvm\r\n8/21/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32896":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/9/23: sent consent\r\n8/16/23: resent consent\r\n8/21/23: lvm\r\n8/29/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32897":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32898":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/9/23: lvm\r\n\r\nIs currently working and couldn't make the commitment to come for the three visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32899":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32900":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/10/23: lvm\r\n8/15/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32901":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"lvm\r\n\r\n8/14/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32902":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/11/23: lvm; does not want come to Chicago, too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32903":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"83","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"8/11/23:sent consent form \r\n8/15/23:resent consent form\r\n8/21/23:wouldnt commit to completing surveys because she \"doesnt want to use a computer\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32904":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/11/23: mailbox full\r\n8/14/23: mailbox full\r\n8/22/23: call back tomorrow\r\n8/23/23: sent consent form \r\n8/30/23: mailbox full\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32905":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"8/11/23:lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32906":{"redcap_data_access_group":"rush_university_me","main_record_id":"10796","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-14","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call back at 3pm 8/23/23\r\n\r\n8/29/23: LVM","obtain_date":"2023-08-29","date_and_time":"2023-08-29 17:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-09-06","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32907":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm\r\n\r\n9/21/23: LVM\r\n\r\n9/28/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32908":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Doesnt know if he is going through with surgery.\r\n\r\nSurgery has been cancelled. (8/28/23)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32909":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Sent copy of the consent form. Calling back tomorrow.\r\n\r\nCall back monday at 9;45\r\n\r\nNot willing to do MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32910":{"redcap_data_access_group":"rush_university_me","main_record_id":"10788","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-14","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent copy of the consent form, calling back friday at 1pm","obtain_date":"2023-08-21","date_and_time":"2023-08-21 11:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-10","sp_v1_preop_date":"2023-08-22","sp_v2_6wk_date":"2023-11-20","sp_v3_3mo_date":"2024-01-09","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32911":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt said they wouldn't be a good candidate, because they cant rate pain on a 1-10 pain scale. Pain is either \"okay or bad\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32912":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/14/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32913":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/14/23:lvm\r\n8/22/23:lvm\r\n8/30/23:sent consent \r\n9/5/23:call tomorrow to consent \r\n9/6/23: lvm\r\n9/11/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32914":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/14/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32915":{"redcap_data_access_group":"rush_university_me","main_record_id":"10786","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-14","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/14/23:sent consent form","obtain_date":"2023-08-18","date_and_time":"2023-08-18 13:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-15","sp_v1_preop_date":"2023-08-28","sp_v2_6wk_date":"2023-10-27","sp_v3_3mo_date":"2023-12-15","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32916":{"redcap_data_access_group":"rush_university_me","main_record_id":"10798","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-14","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/14/23:lvm\r\n8/22/23: sent consent \r\n8/30/23: wiling to consent tomorrow at 11","obtain_date":"2023-08-31","date_and_time":"2023-08-31 11:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-15","sp_v1_preop_date":"2023-09-07","sp_v2_6wk_date":"2023-10-27","sp_v3_3mo_date":"2023-12-15","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32917":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"8/15/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32918":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"8/15/23: lvm\r\n8/25/23: lives too far, no ride","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32919":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/15/23: sent consent, but is worried about missing work for appts\r\n8/24/23: hasnt read consent yet\r\n9/7/23: bad time to talk\r\n\r\ncouldnt confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32920":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/15/23: lvm\r\n8/24/23: too much going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32921":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt states their surgery will be rescheduled to a later date. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32922":{"redcap_data_access_group":"rush_university_me","main_record_id":"10784","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-15","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent copy of the consent form. Call back at 8/16","obtain_date":"2023-08-16","date_and_time":"2023-08-16 17:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-12","sp_v1_preop_date":"2023-08-28","sp_v2_6wk_date":"2023-10-24","sp_v3_3mo_date":"2023-12-12","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-09-12 08:42:19","erep_ae_date":"2023-08-28","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-08-28 08:42","erep_resolution_date":"2023-08-28 08:42","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient panicked while in the MRI, had to remove her from the machine. ","erep_action_taken":"Will not be doing MRI for visits. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32923":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"83","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent consent form, call back 8/16/23\r\n\r\nDoesnt drive to the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32924":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Has a lot going on, wants to concentrate on one thing at a time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32925":{"redcap_data_access_group":"rush_university_me","main_record_id":"10790","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-15","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"lvm\r\n\r\nSent copy of consent form","obtain_date":"2023-08-24","date_and_time":"2023-08-24 15:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-14","sp_v1_preop_date":"2023-09-13","sp_v2_6wk_date":"2023-10-26","sp_v3_3mo_date":"2023-12-14","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32926":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"not interested at this time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32927":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/16/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32928":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/16/23: lvm\r\n8/30/23: lvm\r\n9/11/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32929":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/16/23: lvm\r\n8/30/23: sent consent\r\n9/6/23: resent consent\r\n9/12/23: calling later to consent\r\n9/13/23: might move surgery \r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32930":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/16/23: lvm\r\n8/23/23: lvm\r\n9/22/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32931":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/18/23:lvm\r\n8/21/23:lvm\r\nsx passed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32932":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"43","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/18/23: too soon before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32933":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/18/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32934":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Trying to cancel their surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32935":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/21/23: lvm\r\n8/30/23: sent consent but did not get to explain study\r\n9/7/23: lvm\r\n9/14/23: unable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32936":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/21/23: not enough time with work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32937":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/21/23:lvm\r\n8/30/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32938":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/21/23: sent consent, unsure about blood draw\r\n8/29/23: lvm\r\n9/12/23: calling me back later\r\n9/18/23: no longer interested\r\n9/25/23: called back, but not enough time before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32939":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/21/23:lvm\r\n8/28/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32940":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"44","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/21/23: surgery \"on hold\" for now due to other medical issues ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32941":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/21/23: lvm\r\n8/29/23: not interested in coming to the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32942":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"8/21/23: lives too far, doesnt like the sound of the tests","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32943":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/21/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32944":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/21/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32945":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/21/23: No Mailbox\r\n8/30/23:sent consent\r\n9/6/23:resent consent form \r\n9/11/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32946":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states they are rescheduling their surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32947":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/21/23: lvm\r\n8/29/23: lvm\r\n\r\nSurgery has been rescheduled to 2024","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32948":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Is having second knee replaced in November. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32949":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/22/23: LVM\r\n\r\n8/29/23: lvm\r\n\r\nNot interested due to poor communication with Dr. Kara's office. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32950":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"53","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n\r\n8/29/23:lvm\r\n\r\n9/5/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32951":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Cancelled their surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32952":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"80","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n09/14- pt requested a copy of consent form to look over and states that he will contact me if he is interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32953":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n09/14- LVM\r\nUnable to make contact with pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32954":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32955":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32956":{"redcap_data_access_group":"rush_university_me","main_record_id":"10797","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-22","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/22/23: hung up on me\r\n8/29/23: sent consent","obtain_date":"2023-08-30","date_and_time":"2023-08-30 13:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-13","sp_v1_preop_date":"2023-09-05","sp_v2_6wk_date":"2023-10-25","sp_v3_3mo_date":"2023-12-13","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32957":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32958":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"51","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/23/23: lvm\r\n\r\n8/29/23: lvm\r\n\r\n8/29/23: Can't make the time commitment due to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32959":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent consent form\r\n\r\nPatient is ineligible because they are having a hip replacement. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32960":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/23/23:lvm\r\n8/30/23:lvm\r\n9/6/23:lvm\r\n9/11/23:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32961":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/23/23:sent consent \r\n8/30/23:call back \r\n9/5/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32962":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/23/23:lvm\r\n8/30/23:lvm\r\n9/6/23: lvm \r\n9/12/23: too big of a time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32963":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call back tomorrow mid afternoon\r\n\r\nSent copy of consent form. \r\n\r\nLVM\r\n\r\ntoo much on her plate currently","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32964":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/23/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32965":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/23/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32966":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/23/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32967":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"8/23/23: asked for call back later in day\r\n9/25/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32968":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/23/23:lvm\r\n8/30/23:call back tomorrow at 2\r\n8/31/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32969":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/23/23: LVM\r\n\r\n8/29/23: Not interested.. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32970":{"redcap_data_access_group":"rush_university_me","main_record_id":"10795","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-23","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/30/23: lvm","obtain_date":"2023-08-29","date_and_time":"2023-08-29 14:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-20","sp_v1_preop_date":"2023-10-09","sp_v2_6wk_date":"2023-11-30","sp_v3_3mo_date":"2024-01-19","age":"44","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32971":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Call back at 3:30\r\n\r\nNot Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32972":{"redcap_data_access_group":"rush_university_me","main_record_id":"10799","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-23","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/23/23:sent consent \r\n8/31/23:","obtain_date":"2023-08-31","date_and_time":"2023-08-31 15:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-23","sp_v1_preop_date":"2023-10-06","sp_v2_6wk_date":"2023-12-03","sp_v3_3mo_date":"2024-01-22","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32973":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/24/23: sent consent\r\n9/13/23: lvm\r\n9/29/23: lvm\r\n10/2/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32974":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/24/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32975":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-25","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/25/23: lvm\r\n9/1/23: lvm\r\n9/21/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32976":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/29/23: LVM\r\n\r\n9/6/23: Call after 4pm 9/6/23\r\n\r\nNot Interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32977":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"8/29/23: Sent copy consent form.\r\n\r\ncall back 9/6 at 11\r\n\r\nToo much going on before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32978":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call back 8/29/23 at 2pm\r\n\r\n9/6/23:lvm\r\n\r\n9/11/23: lvm\r\n\r\n9/27/23: Couldn't be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32979":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/29/23: lvm\r\n\r\nRescheduling Surgery until April 2024\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32980":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/29/23: lvm\r\n\r\nPatient doesn't qualify for study to due having second knee replacement surgery scheduled within three months of the first one","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32981":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/29/23: lvm\r\n\r\n9/11/23: lvm\r\n\r\n9/25/23: lvm\r\n\r\n11/7/23: mailbox is full","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32982":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Couldnt be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32983":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/29/23: lvm\r\n\r\n9/7/23: lvm\r\n\r\n9/14/23: lvm\r\n\r\n10/2/23: Couldn't be reached before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32984":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/29/23:too close to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32985":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/29/23: used up PTO, cant come in after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32986":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"8/29/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32987":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/29/23: a lot going on at home","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32988":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/29/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32989":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/29/23:lvm\r\n8/31/23:sent consent \r\n9/5/23: didnt read consent, asked to call back friday\r\n9/8/23: need more time\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32990":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/29/23:lvm\r\n9/6/23: lvm\r\n9/12/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32991":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/30/23:lvm\r\n9/7/23:lvm\r\n9/12/23:lvm\r\n9/20/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32992":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/30/23:lvm\r\n9/6/23: lvm \r\n9/20/23:lvm\r\n9/27/23:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32993":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/31/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32994":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/31: Talked to son. \r\n\r\nSubject speaks Siberian. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32995":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/31/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32996":{"redcap_data_access_group":"rush_university_me","main_record_id":"10809","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-31","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/31/23: sent consent. avail. 9/19 for pre-op\r\n9/6/23: sent consent\r\n9/13/23: consent on 9/14","obtain_date":"2023-09-14","date_and_time":"2023-09-14 16:10","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-04","sp_v1_preop_date":"2023-09-19","sp_v2_6wk_date":"2023-11-14","sp_v3_3mo_date":"2024-01-03","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32997":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"8/31/23: too much pain","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32998":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/1/23: on vacation, call back Tuesday\r\n9/8/23: thinking about it, didnt want additional info\r\n9/26/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32999":{"redcap_data_access_group":"rush_university_me","main_record_id":"10803","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-05","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent copy of consent form","obtain_date":"2023-09-08","date_and_time":"2023-09-08 13:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-10","sp_v1_preop_date":"2023-09-13","sp_v2_6wk_date":"2023-11-20","sp_v3_3mo_date":"2024-01-09","age":"55","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33000":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-05","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Doesn't want to drive to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33001":{"redcap_data_access_group":"rush_university_me","main_record_id":"10801","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-05","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/31: Sent Consent Form\r\n\r\n9/5/23: LVM","obtain_date":"2023-09-07","date_and_time":"2023-09-07 14:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-30","sp_v1_preop_date":"2023-10-03","sp_v2_6wk_date":"2023-12-10","sp_v3_3mo_date":"2024-01-29","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33002":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-05","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/5/23:lvm\r\n9/8/23:sent consent form\r\n9/12/23:lvm\r\n9/20/23:lvm\r\n\r\nsx cancelled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33003":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-05","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/5/23:lvm\r\n9/8/23: not eligible ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33004":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/6/23:would call me back - doctor ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33005":{"redcap_data_access_group":"rush_university_me","main_record_id":"10808","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-06","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call back Thursday 9/7 \r\n\r\n9/7: Seems interested, sent copy of consent form. \r\n\r\n9/12/23: LVM","obtain_date":"2023-09-14","date_and_time":"2023-09-14 12:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-05","sp_v1_preop_date":"2023-09-22","sp_v2_6wk_date":"2023-11-15","sp_v3_3mo_date":"2024-01-04","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33006":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-06","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/6/23: already scheduled 2nd knee within 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33007":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-06","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/6/23:sent consent \r\n9/8/23: emailed and said she was not interested in the research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33008":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/7/23:lvm\r\n9/12/23:lvm\r\n9/19/23:lvm\r\n9/27/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33009":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/7/23:lvm\r\n9/13/23: not eligible","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33010":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/7/23: sent consent\r\n9/11/23: resent consent\r\n9/20/23: lvm\r\n10/3/23: busy couldnt talk\r\n\r\nunable to confirm research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33011":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/7/23: no answer on the other end\r\n9/18/23: lvm\r\n10/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33012":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/23: lvm\r\n9/11/23: lvm\r\n9/13/23: travels too much, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33013":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/23: line busy\r\n9/14/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33014":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/23: lvm\r\n9/14/23: sent consent\r\n9/22/23: lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33015":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/23: travels too much","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33016":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/7/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33017":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/7/23: lvm\r\n\r\n9/12/23 : lvm\r\n\r\n10/2/23: Couldn't be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33018":{"redcap_data_access_group":"rush_university_me","main_record_id":"10811","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-07","screening_age":"74","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Hung up on me\r\n\r\nWill call me back, Sent consent form, ","obtain_date":"2023-09-18","date_and_time":"2023-09-18 13:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-22","sp_v1_preop_date":"2023-09-20","sp_v2_6wk_date":"2023-11-03","sp_v3_3mo_date":"2023-12-22","age":"72","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33019":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/8/23: sent consent, unsure about getting here before surgery (could get lyft)\r\n9/18/23: will read consent and call me back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33020":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"call back monday evening. \r\n\r\nSent copy of consent form, calling back on thursday at 8:30\r\n\r\n9/15: Works full time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33021":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/8/23:lvm\r\n9/12/23:lvm\r\n9/19/23:lvm\r\n9/27/23:main residence Florida ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33022":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33023":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/8/23:lvm\r\n9/12/23:lvm\r\n9/20/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33024":{"redcap_data_access_group":"rush_university_me","main_record_id":"10815","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-08","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/8/23: sent consent \r\n9/14/23: consenting later today; lvm\r\n9/21/23: \r\n","obtain_date":"2023-09-21","date_and_time":"2023-09-21 09:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-10","sp_v1_preop_date":"2023-10-05","sp_v2_6wk_date":"2023-11-20","sp_v3_3mo_date":"2024-01-09","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33025":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/8/23:sent consent\r\n9/11/23: lvm\r\n9/20/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33026":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/11/23: lvm\r\n9/29/23: lvm\r\n10/12/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33027":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/11/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33028":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/11/23:sent consent \r\n9/12/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33029":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/11/23:lvm\r\n9/19/23:sent consent \r\n9/22/23:call back \r\n9/27/23:lvm\r\nsx passed -- ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33031":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/11/23: sent consent - concern about getting down to Harrison \r\n9/20/23: said will call back if interested\r\n9/27/23: doesnt want to drive out ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33030":{"redcap_data_access_group":"rush_university_me","main_record_id":"10807","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-11","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent consent form ","obtain_date":"2023-09-14","date_and_time":"2023-09-14 11:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-11","sp_v1_preop_date":"2023-09-21","sp_v2_6wk_date":"2023-11-21","sp_v3_3mo_date":"2024-01-10","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33032":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/11/23: lvm\r\n9/22/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33033":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/11/23:lvm\r\n9/22/23:lvm\r\n9/28/23:said she would call me back if interested\r\nsx canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33034":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/11/23: giving copy of consent of Thurs.\r\n9/14/23: gave copy of consent form\r\n9/21/23: lvm\r\n9/25/23: lvm\r\n10/6/23: lvm x2\r\n10/10/23: was able to get in touch, she was not getting my calls, surgery now too soon\r\n\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33035":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/11/23: lvm\r\n9/20/23: call tmrw\r\n9/21/23: sent consent, is thinking about it\r\n10/10/23: wants to do study after second surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33036":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/11/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33037":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/12/23: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33038":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/6/23: LVM\r\n\r\n9/12/23: LVM\r\n\r\n9/12/23: lives too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33039":{"redcap_data_access_group":"rush_university_me","main_record_id":"10812","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-12","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/13/23: lvm\r\n\r\n9/18/23: lvm","obtain_date":"2023-09-19","date_and_time":"2023-09-19 10:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-10","sp_v1_preop_date":"2023-09-25","sp_v2_6wk_date":"2023-11-20","sp_v3_3mo_date":"2024-01-09","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33040":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/13/23: lvm\r\n9/21/23: lvm\r\n9/28/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33041":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/12/23:lvm\r\n9/20/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33042":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/12/23:lvm\r\n9/20/23:lvm\r\n9/26/23:call back tomorrow \r\n9/27/23:lvm\r\nsx passed -- ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33043":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Answered and hung up. \r\n9/22/23: LVM\r\n9/28/23: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33044":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/12/23:lvm\r\n9/20/23:lvm\r\n9/29/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33045":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33046":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/13/23: lvm\r\n\r\n--\r\n\r\n11/17/23:lvm\r\n11/20/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33047":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/13/23: lvm\r\n9/25/23: lvm\r\n10/10/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33048":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt requested a copy of the consent form to look over and will call me if they are interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33049":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that he will be staying with his daughter in Indiana and will request all of his post op appointments be in Munster. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33050":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"58","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"09/15- Pt got busy and needs to call me back to finish consenting. \r\n09/25- After multiple attempts to try and consent, unable to get a hold of patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33051":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Surgery is cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33052":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33053":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/14/23: lvm\r\n\r\n9/28/23: lvm\r\n\r\n10/12/23: Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33054":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-15","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/15/23: lvm\r\n\r\n9/15/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33055":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-15","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she is too stressed and would prefer not to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33056":{"redcap_data_access_group":"rush_university_me","main_record_id":"10814","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-15","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/15/23: Sent copy of consent form. ","obtain_date":"2023-09-20","date_and_time":"2023-09-20 11:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-10","sp_v1_preop_date":"2023-09-27","sp_v2_6wk_date":"2023-11-20","sp_v3_3mo_date":"2024-01-09","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33057":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33058":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-18","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/18/23: sent consent \r\n9/26/23: lvm\r\n10/3/23: resent consent\r\n10/11/23: lvm\r\n10/17/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33059":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-18","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/18/23: lvm\r\n9/28/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33060":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-18","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/18/23: lvm\r\n9/29/23: lvm\r\n10/10/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33061":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-18","screening_age":"45","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Called, but voicemail hasn't been set up. \r\n\r\n9/26/23: Voicemail isnt set up?\r\n\r\n10/4/23: lvm\r\n\r\n10/19/23: Couldn't be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33062":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/19/23: Voicemail full\r\n\r\n9/26/23: Voicemail full\r\n\r\n10/4/23: Mailbox is full \r\n\r\n10/19/23: Couldn't be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33063":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Doesn't have time due to work schedule.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33064":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/28/23: Sent consent form\r\n\r\n10/6/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33065":{"redcap_data_access_group":"rush_university_me","main_record_id":"10813","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-19","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/19/23:consenting ","obtain_date":"2023-09-19","date_and_time":"2023-09-19 15:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-29","sp_v1_preop_date":"2023-09-20","sp_v2_6wk_date":"2023-11-09","sp_v3_3mo_date":"2023-12-29","age":"77","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33066":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/19/23:lvm\r\n9/27/23:lvm\r\n10/3/23:lvm\r\n10/10/23: lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33067":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/19/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33068":{"redcap_data_access_group":"rush_university_me","main_record_id":"10831","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/19/23: on vacation, asked to call back later\r\n9/29/23:lvm\r\n10/3/23:call back tomorrow after 1:30\r\n10/4/23:lvm\r\n10/10/23:","obtain_date":"2023-10-10","date_and_time":"2023-10-10 10:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-17","sp_v1_preop_date":"2023-10-11","sp_v2_6wk_date":"2023-11-27","sp_v3_3mo_date":"2024-01-16","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33069":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/19/23: sent consent form \r\n9/22/23:resent\r\n9/25/23:lvm\r\n10/12/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33070":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/20/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33071":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-20","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33072":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33073":{"redcap_data_access_group":"rush_university_me","main_record_id":"10825","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-20","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/20/23:lvm\r\n9/25/23:sent consent ","obtain_date":"2023-10-05","date_and_time":"2023-10-05 15:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-19","sp_v1_preop_date":"2023-10-18","sp_v2_6wk_date":"2023-11-29","sp_v3_3mo_date":"2024-01-18","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33074":{"redcap_data_access_group":"rush_university_me","main_record_id":"10824","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-20","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/20/23:lvm\r\n9/26/23:lvm\r\n10/3/23:sent consent","obtain_date":"2023-10-05","date_and_time":"2023-10-05 14:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-20","sp_v1_preop_date":"2023-10-16","sp_v2_6wk_date":"2023-11-30","sp_v3_3mo_date":"2024-01-19","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-15","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Had to move participants original baseline (10/13) date because MRI was broke. Pt was overwhelmed with what she had to do for surgery and asked to withdraw day before scheduled baseline (10/16). ","sp_data_site":"N/A"},"33075":{"redcap_data_access_group":"rush_university_me","main_record_id":"10816","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-20","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/20/23:willing to consent\r\n9/22/23: called back - ","obtain_date":"2023-09-22","date_and_time":"2023-09-25 15:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-04","sp_v1_preop_date":"2023-09-26","sp_v2_6wk_date":"2023-11-14","sp_v3_3mo_date":"2024-01-03","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33076":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent copy of the consent form\r\n\r\n9/26/23: moving after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33077":{"redcap_data_access_group":"rush_university_me","main_record_id":"10826","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-21","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/21/23: lvm\r\n10/4/23: call tmrw to consent","obtain_date":"2023-10-05","date_and_time":"2023-10-05 15:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-27","sp_v1_preop_date":"2023-10-17","sp_v2_6wk_date":"2023-12-07","sp_v3_3mo_date":"2024-01-26","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33078":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/21/23: lvm\r\n9/28/23: doesn't want to come to city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33079":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/21/23: call back later date\r\n9/28/23: lvm\r\n10/12/23: traveling after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33080":{"redcap_data_access_group":"rush_university_me","main_record_id":"10820","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-21","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent Copy of the consent form","obtain_date":"2023-09-28","date_and_time":"2023-09-28 11:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-30","sp_v1_preop_date":"2023-10-03","sp_v2_6wk_date":"2023-12-10","sp_v3_3mo_date":"2024-01-29","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33081":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/21/23: on vacation\r\n9/25/23: busy with work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33082":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/21/23: wants to think about it, didn't want copy of consent\r\n10/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33083":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/21/23: vm not set up\r\n10/4/23: going on vacation before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33084":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/21/23: may cancel surgery\r\nsurgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33085":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/21/23: sent consent \r\n10/4/23: lvm\r\n10/12/23: lvm\r\n10/17/23: too much going on, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33086":{"redcap_data_access_group":"rush_university_me","main_record_id":"10829","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-22","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/22/23: sent consent; can come in mondays or tuesdays 11-2\r\n9/25/23: resent consent\r\n9/28/23: having trouble with consent, sent again\r\n10/2/23: resent consent \r\n10/4/23: same\r\n","obtain_date":"2023-10-09","date_and_time":"2023-10-09 11:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-13","sp_v1_preop_date":"2023-10-09","sp_v2_6wk_date":"2023-11-23","sp_v3_3mo_date":"2024-01-12","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33087":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/22/23: other health issues, no interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33088":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/22/23:needs someone who speaks Spanish \r\n10/17- LVM\r\nUnable to reach prior to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33089":{"redcap_data_access_group":"rush_university_me","main_record_id":"10823","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-22","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/22/23:sent consent \r\n10/3/23: call tomorrow after 3","obtain_date":"2023-10-04","date_and_time":"2023-10-04 16:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-23","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2023-12-03","sp_v3_3mo_date":"2024-01-22","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33090":{"redcap_data_access_group":"rush_university_me","main_record_id":"10841","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-07","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/7/23:lvm\r\n9/22/23:consent in a month time ","obtain_date":"2023-10-19","date_and_time":"2023-10-19 14:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-06","sp_v1_preop_date":"2023-10-27","sp_v2_6wk_date":"2023-12-18","sp_v3_3mo_date":"2024-02-05","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33091":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/22/23:sent consent \r\n9/29/23:lvm\r\n10/3/23:lvm\r\n10/11/23:lvm\r\n10/16/23:lvm\r\n10/26/23: lvm - emailed me the signed consent form??\r\n11/3/23:lvm\r\n11/8/23: called and emailed \r\n11/21/23:busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33092":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/22/23:lvm\r\n9/29/23:lvm\r\n10/3/23:lvm\r\n10/10/23:lvm\r\n\r\noutside of contact window\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33093":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/25/23: LVM\r\n10/3/23: LVM\r\n10/10/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33094":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/25/23: lvm\r\n\r\n9/25/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33095":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/25/23: LVM\r\n\r\n10/3/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33096":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/25/23: lvm\r\n\r\n10/3/23 : lvm\r\n\r\n10/10/23: Wasn't available to talk","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33097":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"81","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33098":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/25/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33099":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/25/23: lvm\r\n10/3/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33100":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No Answer\r\n\r\n10/4/23: LVM\r\n\r\n10/10/23: lvm\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33101":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/25/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33102":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/25/23: wanted info by email\r\n10/11/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33103":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/25/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33104":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/25/23: lvm\r\n10/10/23: lvm\r\n10/20/23: not interested, getting both knees done","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33105":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/25/23: gave number, will call back if interested\r\n\r\nnever called back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33106":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/25/23:doesnt want to drive out","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33107":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient surgery is cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33108":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/25/23:doesnt want to drive down to rush","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33109":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/25/23:work schedule too busy ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33110":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/26/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33111":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/26/23: lvm\r\n\r\n10/4/23: lvm\r\n\r\n10/10/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33112":{"redcap_data_access_group":"rush_university_me","main_record_id":"10822","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-26","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/26/23: sent consent form ","obtain_date":"2023-09-28","date_and_time":"2023-09-28 15:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-26","sp_v1_preop_date":"2023-10-24","sp_v2_6wk_date":"2023-12-06","sp_v3_3mo_date":"2024-01-25","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33113":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far, unable to come before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33114":{"redcap_data_access_group":"rush_university_me","main_record_id":"10830","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-26","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/26/23: lvm\r\n\r\n10/5/23: Sent consent","obtain_date":"2023-10-09","date_and_time":"2023-10-09 16:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33115":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/26/23: Sent copy of consent form.\r\n\r\n10/6/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33117":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/26/23: asked to be called back\r\n9/28/23: a lot going on. May move surgery, will call once she knows","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33118":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call back tomorrow\r\n\r\nNot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33119":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33120":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/27/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33121":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/27/23:sent consent \r\n10/3/23:lvm\r\n10/13/23:","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33122":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/28/23: lvm\r\n9/29/23: thinking about it and calling me back\r\n\r\n11/3/23: unable to confirm interest in the study before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33123":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/20/23: lvm\r\n10/3/23: sent consent\r\n10/10/23: resent consent\r\n10/17/23: moving surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33124":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/28/23: working, cant make commute before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33125":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-29","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/29/23: lvm\r\n10/4/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33126":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-29","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/29/23: lvm\r\n10/17/23:lvm\r\n10/26/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33127":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-29","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/29/23: sent consent \r\n10/5/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33128":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-29","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/29/23:lvm\r\n10/3/23:lvm\r\n10/10/23:cant make it out to this location ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33129":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-02","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/2/23: too close to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33130":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33131":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33132":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33133":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/3/23: going over consent at pre-op","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33134":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23: lvm\r\n10/17/23: lvm\r\n\r\n11/3/23: going out of town for 6 months after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33135":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/3/23: call back\r\n10/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33136":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/3/23: doesnt want to come to city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33137":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23: will call me back if interested\r\n\r\n11/3/23: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33138":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33139":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23:lvm\r\n10/10/23:not interested\r\n10/16/23:sent consent form \r\n10/18/23: cant make it in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33140":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23:call back later \r\n10/10/23:call me back if interested\r\n11/3/23: Unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33141":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33142":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23:lvm\r\n10/10/23:in another study and doesn't want to participant in two ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33143":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"28","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23:sent consent form - said he would contact me \r\nsx passed -- ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33144":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23:lvm\r\n10/10/23:lvm\r\n10/18/23:lvm\r\n10/24/23:lvm\r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33145":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/4/23: Sent consent form\r\n\r\n10/6/23: Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33146":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/4/23: Call back tomorrow\r\n\r\n10/5/23: Moving after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33147":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Call back this afternoon\r\n\r\n10/10/23: Sent consent form\r\n\r\n10/17/23: lvm\r\n\r\n10/24/23: Doesnt have time before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33148":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/4/23: lvm\r\n10/4/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33149":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/4/23: lvm\r\n10/17/23: lvm; cancelling surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33150":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/4/23: wants call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33151":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/5/23: lvm\r\n\r\n10/5/23: Patient is interested in doing the study, is having the second knee done in the spring. Patient wants to see how the first knee replacement goes before making the commitment of the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33152":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/5/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33153":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/6/23: LVM\r\n\r\n10/6/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33154":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"53","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/6/23: LVM\r\n\r\n10/11/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33155":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/6/23: Sent Consent form\r\n\r\n10/17/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33156":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/6/23: LVM\r\n\r\n10/12/23: lvm\r\n\r\n10/19/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33157":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/6/23: Lvm. \r\n\r\n10/19/23: lvm\r\n\r\n10/26/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33158":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/6/23: Asked to be called back on tuesday \r\n\r\n10/10/23: Sent copy of consent form, Said he would call back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33159":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/6/23: LVM\r\n\r\n10/10/23: lvm\r\n\r\n10/17/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33160":{"redcap_data_access_group":"rush_university_me","main_record_id":"10832","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-10","screening_age":"76","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/10/23: lvm","obtain_date":"2023-10-13","date_and_time":"2023-10-13 14:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-08","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-12-20","sp_v3_3mo_date":"2024-02-07","age":"76","sex":"2","genident":"2","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33161":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23:Lives too far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33162":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/10/23:lvm\r\n10/17/23:lvm\r\n10/24/23:sent consent form \r\n10/27/23:lvm\r\nsx passes ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33163":{"redcap_data_access_group":"rush_university_me","main_record_id":"10839","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-10","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/10/23:sent consent \r\n10/17/23:consenting at 2","obtain_date":"2023-10-17","date_and_time":"2023-10-17 14:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-31","sp_v1_preop_date":"2023-10-30","sp_v2_6wk_date":"2023-12-11","sp_v3_3mo_date":"2024-01-30","age":"33","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33164":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/10/23:lvm\r\n10/17/23:lvm\r\n10/24/23:lvm\r\n10/31/23:lvm\r\n\r\ncould not contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33165":{"redcap_data_access_group":"rush_university_me","main_record_id":"10843","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-10","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/10/23:lvm\r\n10/17/23:consenting Thursday\r\n10/19/23:consenting","obtain_date":"2023-10-20","date_and_time":"2023-10-20 13:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-10","sp_v1_preop_date":"2023-10-25","sp_v2_6wk_date":"2023-12-22","sp_v3_3mo_date":"2024-02-09","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-23","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Participant had a bullet in his foot and would not be able to do the MRI","sp_data_site":"N/A"},"33166":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/10/23:lvm\r\n10/17/23:lvm\r\n10/24/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33167":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/10/23: sent consent, will call back if interested \r\n\r\n11/8/23: Unable to confirm interest in study before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33168":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/10/23:sent consent\r\n10/19/23:resent consent \r\n10/27/23:lvm\r\n11/3/23:lvm\r\n11/16/23: unable to confirm interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33169":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/10/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33170":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/10/23: schedule is too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33171":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/10/23: surgery too soon","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33172":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33173":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23: LVM\r\n\r\n10/17/23: LVM\r\n\r\n10/24/23: lvm\r\n11/6/23: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33174":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/11/23:sent consent \r\n10/19/23:lvm\r\n10/27/23:lvm\r\n11/3/23:lvm\r\n11/8/23:sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33175":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is going to rescheduling surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33176":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/11/23: doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33177":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/11/23: sent consent \r\n10/13/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33178":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23: lvm\r\n10/19/23: lvm\r\n11/3/23: lvm\r\nUnable to contact before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33179":{"redcap_data_access_group":"rush_university_me","main_record_id":"10858","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/23: lvm\r\n10/26/23: unable to leave message\r\n\r\n11/3/23: call 11/7/23 at 2pm","obtain_date":"2023-11-07","date_and_time":"2023-11-07 15:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-11-10","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-11-09","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient states patient they have too much going on before surgery","sp_data_site":"N/A"},"33180":{"redcap_data_access_group":"rush_university_me","main_record_id":"10850","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/23: lvm\r\n10/17/23: sent consent \r\n10/26/23: resent consent\r\n10/27/23: read thru consent, just need to sign. talking to daughters first","obtain_date":"2023-10-31","date_and_time":"2023-10-31 11:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-17","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2023-12-29","sp_v3_3mo_date":"2024-02-16","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33181":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23: lvm\r\n10/26/23: lvm\r\n11/10/23: Doesnt have time before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33182":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/11/23: doesnt seem interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33183":{"redcap_data_access_group":"rush_university_me","main_record_id":"10863","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/23: lvm\r\n10/26/23: lvm\r\n11/8/23:lvm\r\n11/8/23: Doesnt have time before surgery","obtain_date":"2023-11-09","date_and_time":"2023-11-09 09:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-11-10","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-11-09","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient is overwhelmed with surgery so close. ","sp_data_site":"N/A"},"33184":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient doesn't want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33185":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23: lvm\r\n10/20/23: lvm\r\n11/3/23:lvm\r\n11/6/23: sx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33186":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/11/23: sent consent\r\n10/19/23: reading consent, calling me back\r\n\r\n11/13/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33187":{"redcap_data_access_group":"rush_university_me","main_record_id":"10845","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/23:lvm\r\n10/17/23:consenting friday morning\r\n10/20/23:lvm\r\n10/24/23:lvm\r\n10/25/23:consenting","obtain_date":"2023-10-25","date_and_time":"2023-10-25 11:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-12","sp_v1_preop_date":"2023-12-13","sp_v2_6wk_date":"2024-02-23","sp_v3_3mo_date":"2024-04-12","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33188":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23: lvm\r\n10/19/23: sent consent \r\n10/27/23: wants call at different time\r\n11/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33189":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23: lvm\r\n10/26/23: lvm\r\n11/13/23: lvm\r\n11/16/23: Unable to contact before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33190":{"redcap_data_access_group":"rush_university_me","main_record_id":"10840","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/23:sent consent \r\n10/16/23:lvm\r\n10/17/23:call tomorrow \r\n10/18/23:consenting","obtain_date":"2023-10-18","date_and_time":"2023-10-18 11:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-15","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2023-12-27","sp_v3_3mo_date":"2024-02-14","age":"77","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33191":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23:sent consent form \r\n10/12/23:resent consent \r\n10/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33192":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23: lvm\r\n\r\n10/18/23: call back friday morning 9am\r\n\r\n10/20/23: Lvm\r\n\r\n11/8/23: Unable to confirm interest before surgery\r\n\r\n10/27/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33193":{"redcap_data_access_group":"rush_university_me","main_record_id":"10860","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-12","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/12/23:lvm\r\n10/17/23:willing to consent\r\n10/24/23:lvm\r\n10/26/23:lvm\r\n10/31/23:thinking\r\n11/7/23:lvm and emailed","obtain_date":"2023-11-08","date_and_time":"2023-11-08 14:48","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-16","sp_v1_preop_date":"2023-11-14","sp_v2_6wk_date":"2023-12-28","sp_v3_3mo_date":"2024-02-15","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33194":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33195":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23: Sent copy of consent form\r\n\r\n10/17/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33196":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/20/23:lvm\r\n10/17/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33197":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33198":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23: lvm\r\n\r\n10/19/23: lvm\r\n\r\n10/26/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33199":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23:leaving week after sx to Florida - might move sx to summer ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33200":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33201":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/12/23: lvm\r\n10/26/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33202":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/13/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33203":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Call back around 1pm\r\n\r\n10/26/23: Was unable to confirm interest before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33204":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/13/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33205":{"redcap_data_access_group":"rush_university_me","main_record_id":"10856","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/13/23: sent consent, will think about it and call me back\r\n\r\n","obtain_date":"2023-11-03","date_and_time":"2023-11-03 15:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"68","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"2023-11-13","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient was unable to come in for baseline before surgery.","sp_data_site":"N/A"},"33206":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/13/23:lvm\r\n10/17/23:sent consent\r\n10/24/23:lvm\r\n10/31/23:lvm\r\n11/3/23: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33207":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/13/23: LVM/ sent consent form\r\n\r\n10/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33208":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/17/23: lvm\r\n10/26/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33209":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent copy of consent form. Will call me back \r\n\r\n10/20/23: lvm\r\n\r\n10/31/23: lvm\r\n\r\n11/1/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33210":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/17/23: lvm\r\n\r\n11/7/23: Doesn't have the time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33211":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/17/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33212":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33213":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/17/23: lvm\r\n\r\n10/24/23: lvm\r\n\r\n10/31/23: lvm\r\n\r\n11/16/23: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33214":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt's daughter and she would not let me speak to pt. States that she will call me back if they are interested in hearing about the study. \r\n11/20/23: unable to confirm interested before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33215":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt wants to speak to daughter and asked that I call back at a different time. \r\n\r\n11/3/23: Unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33216":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt does not have time to be participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33217":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/17/23: call me if interested, didnt want additional info\r\n\r\ncouldnt confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33218":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/23: sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33219":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33220":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/17/23: sent consent\r\n10/26/23: resent consent\r\n11/8/23:lvm\r\n11/16/23:call me back tomorrow \r\n11/22/23: unable to confirm interested before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33221":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"40","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/17/23: lvm\r\n\r\n10/18/23: declined, travels frequently ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33222":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/17/23: lvm\r\n\r\n10/26/23: lvm\r\n\r\n10/26/23: Surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33223":{"redcap_data_access_group":"rush_university_me","main_record_id":"10847","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-17","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/17/23:sent consent form \r\n10/24/23:willing to consent \r\n10/26/23:consenting","obtain_date":"2023-10-26","date_and_time":"2023-10-26 15:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-16","sp_v1_preop_date":"2023-11-06","sp_v2_6wk_date":"2023-12-28","sp_v3_3mo_date":"2024-02-15","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33224":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/17/23: lvm\r\n\r\n10/24/23: Sent consent form\r\n11/3/23: lvm\r\n11/10/23: lvm\r\n11/17/23: Unable to confirm interest before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33225":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"10/17/23:busy\r\n10/19/23:lvm\r\n10/24/23:lvm\r\npt is not eligible ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33226":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/18/23: lvm\r\n\r\n10/26/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33227":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/18/23: check number\r\n\r\n10/26/23: LVM\r\n\r\n11/1/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33228":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/18/23:doesnt want to drive out","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33229":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/18/23:lvm\r\n10/24/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33230":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/18/23:lvm\r\n10/26/23: lvm\r\n10/31/23:lvm\r\n11/7/23:lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33231":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/18/23:lvm\r\n10/24/23:busy call back tomorrow\r\n10/26/23:sent consent\r\n11/3/23:lvm\r\n11/8/23:lvm\r\n11/16/23: unable to confirm interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33232":{"redcap_data_access_group":"rush_university_me","main_record_id":"10842","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-18","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/18/23: lvm","obtain_date":"2023-10-19","date_and_time":"2023-10-19 14:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-14","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2023-12-26","sp_v3_3mo_date":"2024-02-13","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33233":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/18/23:mailbox full\r\n10/24/23:lvm\r\n11/3/23:mailbox full\r\n11/8/23:lvm\r\n11/16/23: unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33234":{"redcap_data_access_group":"rush_university_me","main_record_id":"10859","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-18","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/18/23:sent consent \r\n10/27/23:resent \r\n11/3/23:resent\r\n11/7/23:lvm","obtain_date":"2023-11-08","date_and_time":"2023-11-08 13:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-16","sp_v1_preop_date":"2023-11-14","sp_v2_6wk_date":"2023-12-28","sp_v3_3mo_date":"2024-02-15","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33235":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/19/23:lvm\r\n10/25/23:lvm\r\n11/3/23:lvm\r\n11/7/23:lvm\r\n11/20/23: unable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33236":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/19/23: lvm\r\n\r\n10/26/23: sent consent form\r\n\r\n11/2/23: lvm\r\n11/16/23: unable to confirm interest before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33237":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/19/23:busy\r\n10/27/23:busy\r\n11/3/23:lvm\r\n11/8/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33238":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/19/23: lvm\r\n10/20/23: returned call, lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33239":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33240":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/20/23: Asked to be called by 11/1/23 after 4:30pm\r\n\r\n11/1/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33241":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient asked to be called back 20 mins later.. went to VM.\r\n\r\n10/26/23: Mailbox is full\r\n\r\n11/1/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33242":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient doesn't speak English ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33243":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/24/23:lvm\r\n10/31/23:lvm\r\n11/7/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33244":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/24/23:lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33245":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: lvm\r\n\r\n10/31/23: lvm\r\n\r\n11/6/23: lvm\r\n\r\n11/21/23: Unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33246":{"redcap_data_access_group":"rush_university_me","main_record_id":"10846","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-26","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/26/23: sent consent form","obtain_date":"2023-10-26","date_and_time":"2023-10-26 14:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-21","sp_v1_preop_date":"2023-11-13","sp_v2_6wk_date":"2024-01-02","sp_v3_3mo_date":"2024-02-20","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33247":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: lvm\r\n\r\n10/27/23: Having two knee replacements within 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33248":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: lvm\r\n\r\n11/1/23: lvm\r\n\r\n11/8/23: lvm\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33249":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: lvm\r\n\r\n11/1/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33250":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/20/23: lvm\r\n\r\n10/26/23: lvm\r\n\r\n11/1/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33251":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23:lvm\r\n10/31/23:lvm\r\n11/7/23:lvm\r\n11/16/23:lvm\r\n11/28/23: Unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33252":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23:lvm\r\n10/31/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33253":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"10/26/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33254":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33255":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: will call me back after thinking about it\r\n\r\n11/8/23: lvm\r\n\r\n11/15/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33256":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/26/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33257":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: lvm\r\n11/3/23:lvm\r\n11/8/23:lvm\r\n\r\nunable to contact ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33258":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/26/23: lvm\r\n\r\n11/3/23: lvm\r\n\r\n11/6/23: lvm\r\n11/6/23: Sent consent form","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33259":{"redcap_data_access_group":"rush_university_me","main_record_id":"10870","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-26","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/26/23: sent consent\r\n\r\nCall back 11/13 around 11:30","obtain_date":"2023-11-16","date_and_time":"2023-11-16 14:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-11","sp_v1_preop_date":"2023-11-30","sp_v2_6wk_date":"2024-01-22","sp_v3_3mo_date":"2024-03-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33260":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33261":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/27/23: lvm\r\n\r\n11/6/23: lvm\r\n\r\n11/14/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33262":{"redcap_data_access_group":"rush_university_me","main_record_id":"10851","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-27","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/27/23:sent consent \r\n10/31/23:","obtain_date":"2023-10-31","date_and_time":"2023-10-31 15:18","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-16","sp_v1_preop_date":"2023-11-03","sp_v2_6wk_date":"2023-12-28","sp_v3_3mo_date":"2024-02-15","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33263":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33264":{"redcap_data_access_group":"rush_university_me","main_record_id":"10852","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-27","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/27/23:lvm\r\n10/31/23:sent consent \r\n11/1/23:","obtain_date":"2023-11-01","date_and_time":"2023-11-01 13:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-09","sp_v1_preop_date":"2023-11-03","sp_v2_6wk_date":"2023-12-21","sp_v3_3mo_date":"2024-02-08","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33265":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23:lvm\r\n10/31/23:busy\r\n11/3/23:sent consent\r\n11/6/23:lvm\r\n11/16/23:resent consent \r\n11/20/23:lvm\r\n11/28/23: Unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33266":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23:no mailbox\r\n11/3/23:lvm\r\n11/8/23:lvm\r\ncouldnt confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33267":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23: lvm\r\n11/7/23:lvm\r\n11/16/23:lvm\r\n11/20/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33268":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/27/23: lvm\r\n11/3/23:lvm\r\n11/8/23:sent consent \r\n11/20/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33269":{"redcap_data_access_group":"rush_university_me","main_record_id":"10861","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-27","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/27/23: sent consent","obtain_date":"2023-11-08","date_and_time":"2023-11-08 15:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-01","sp_v1_preop_date":"2023-11-16","sp_v2_6wk_date":"2024-01-12","sp_v3_3mo_date":"2024-03-01","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33270":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/27/23: lvm\r\n11/3/23:sent consent \r\n11/8/23:resent form","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33271":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33272":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/27/23: lvm\r\n\r\n11/8/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33273":{"redcap_data_access_group":"rush_university_me","main_record_id":"10862","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-31","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-09","date_and_time":"2023-11-09 09:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-01","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2024-01-12","sp_v3_3mo_date":"2024-03-01","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33274":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"call back noon on thursday 11/2/23\r\n11/14/23: Sent consent form","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33275":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/31/23:lvm\r\n11/7/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33276":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/31/23:lvm\r\n11/7/23:lvm\r\n11/16/23:lvm\r\n11/20/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33277":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/31/23:no mailbox\r\n11/7/23:too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33278":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/31/23:lvm\r\n11/7/23:lvm\r\n11/16/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33279":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/31/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33280":{"redcap_data_access_group":"rush_university_me","main_record_id":"10871","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-31","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/25/23: lvm\r\n\r\n10/31/23: lvm","obtain_date":"2023-11-17","date_and_time":"2023-11-17 13:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-11-21","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-11-27","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient is unable to complete baseline before surgery. ","sp_data_site":"N/A"},"33281":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Ineligible. Having both knees replaced within 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33282":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/1/23: lvm\r\n\r\n11/8/23: call back friday at 3:30","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33283":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/1/23: lvm\r\n11/8/23: lvm\r\n11/17/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33284":{"redcap_data_access_group":"rush_university_me","main_record_id":"10855","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-03","screening_age":"59","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-03","date_and_time":"2023-11-03 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-19","sp_v1_preop_date":"2023-11-28","sp_v2_6wk_date":"2024-01-30","sp_v3_3mo_date":"2024-03-19","age":"59","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33285":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/3/23: sent consent form\r\n11/8/23: lvm\r\n11/17/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33286":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/3/23:lvm\r\n11/7/23:lvm\r\n11/16/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33287":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Call back in an hour.\r\n\r\nsent consent form.\r\n\r\n11/21/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33288":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/3/23:lvm\r\n11/8/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33289":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23:lvm\r\n11/3/23:lvm\r\n11/8/23:sent consent \r\nsx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33290":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/3/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33291":{"redcap_data_access_group":"rush_university_me","main_record_id":"10857","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-06","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-06","date_and_time":"2023-11-06 10:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-07","sp_v1_preop_date":"2023-11-20","sp_v2_6wk_date":"2024-01-18","sp_v3_3mo_date":"2024-03-07","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33292":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-06","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Call after thanksgiving\r\n\r\n11/28/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33293":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-06","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33294":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/7/23:lives in Indiana and doesnt want to drive out ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33295":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/7/23:lvm\r\n11/16/23:lvm\r\n11/20/23:lvm\r\n11/29/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33296":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/7/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33297":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/7/23:teacher and doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33298":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33299":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/7/23:no voicemail box \r\n11/16/23:no mailbox \r\nsx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33300":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/7/23: LVM\r\n\r\n11/14/23: lvm\r\n\r\nSurgery has been rescheduled for 2024","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33301":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23: lvm\r\n11/20/23: Surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33302":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23:sent consent \r\n11/20/23: sent consent again\r\n11/21/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33303":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33304":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33305":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/8/23:lvm\r\n11/16/23:lvm\r\n11/20/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33306":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23:lvm\r\n11/16/23:busy\r\n11/20/23:will be out of town ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33307":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33308":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23: interested, sent consent form.\r\n11/16/23: resent consent form\r\n11/22/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33309":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM not set up\r\n11/17/23: VM not set up\r\n\r\n11/22/23: mailbox is full","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33310":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33311":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33312":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient doesn't want to drive to the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33313":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/14/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33314":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/14/23: LVM\r\n11/22/23: lvm\r\n11/28/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33315":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/14/23: lvm\r\n11/22/23: lvm\r\n11/28/23: Sent consent form","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33316":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33317":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Call back tomorrow at 1\r\n\r\n11/22/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33318":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33319":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/16/23:lvm\r\n11/20/23:lvm\r\n11/29/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33320":{"redcap_data_access_group":"rush_university_me","main_record_id":"10873","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-16","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/16/23:lvm\r\n11/20/23:sent consent \r\n11/21/23: consent","obtain_date":"2023-11-21","date_and_time":"2023-11-21 10:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-15","sp_v1_preop_date":"2023-11-30","sp_v2_6wk_date":"2024-01-26","sp_v3_3mo_date":"2024-03-15","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33321":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/16/23:lvm\r\n11/20/23: lvm\r\n11/29/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33322":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/16/23:lvm\r\n11/20/23:busy\r\n11/29/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33323":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/23:sent consent \r\n11/20/23:Not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33324":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33325":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/23: Sent consent form. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33326":{"redcap_data_access_group":"rush_university_me","main_record_id":"10874","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-16","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/16/23:sent consent\r\n11/21/23:consenting","obtain_date":"2023-11-21","date_and_time":"2023-11-21 11:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-12","sp_v1_preop_date":"2023-12-04","sp_v2_6wk_date":"2024-01-23","sp_v3_3mo_date":"2024-03-12","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33327":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/16/23:lvm\r\n11/21/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33328":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/16/23:lvm\r\n11/21/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33329":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/16/23:sent consent \r\n11/21/23:resent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33330":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/17/23: lvm\r\n11/22/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33331":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/17/23: Sent consent form.\r\n11/22/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33332":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/17/23: lvm\r\n11/22/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33333":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/17/23: lvm\r\n\r\ncall back monday with answer to question","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33334":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/17/23: lvm\r\n 11/22/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33335":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/17/23:lvm\r\n11/22/23: busy tone","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33336":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/17/23:lvm\r\n11/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33337":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/17/23:busy\r\n11/28/23: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33338":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33339":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33340":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/20/23: sent consent \r\n11/21/23:consenting","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33341":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/20/23:sent consent form","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33342":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/20/23:lvm\r\n11/29/23:busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33343":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/20/23:said he'll call me back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33344":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/20/23: sent consent\r\n11/29/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33345":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/16/23: Sent consent form\r\n11/20/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33346":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/20/23: rescheduling sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33347":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/20/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33348":{"redcap_data_access_group":"rush_university_me","main_record_id":"10881","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-20","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/20/23:lvm","obtain_date":"2023-11-28","date_and_time":"2023-11-28 15:48","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-12","sp_v1_preop_date":"2023-12-08","sp_v2_6wk_date":"2024-01-23","sp_v3_3mo_date":"2024-03-12","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33349":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/20/23: sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33350":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/20/23:sent consent \r\n11/21/23:busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33351":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/20/23:sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33352":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33353":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/20/23: sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33354":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/20/23: Sent consent form","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33355":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/20/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33356":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/21/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33357":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/21/23:sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33358":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/21/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33359":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/21/23:sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33360":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Sent Consent form.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33361":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"call back at a later date","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33362":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/21/23: Sent consent form\r\n11/29/23: Patient is rescheduling their surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33363":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33364":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/27/23: not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33365":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/22/23: lvm\r\n11/28/23: sent consent form","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33366":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent consent form","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33367":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/15/23: Sent consent form\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33368":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent consent form","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33369":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33370":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-27","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No transportation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33371":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/28/23: Patient Deceased. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33372":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/28/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33373":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33374":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/29/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33375":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33376":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33377":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/29/23:sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33378":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/29/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33379":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/29/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32203":{"redcap_data_access_group":"rush_university_me","main_record_id":"10630","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-23","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/23/23: sent consent\r\n3/1/23: call back at 1","obtain_date":"2023-03-01","date_and_time":"2023-03-01 13:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-06","sp_v1_preop_date":"2023-03-13","sp_v2_6wk_date":"2023-05-18","sp_v3_3mo_date":"2023-07-06","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 09:31:27","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"pt was unable to come in for blood draw within the window due to issues with transportation. Surveys have also not been completed","erep_protdev_caplan":"I have emailed the link for the surveys, and reached out 4x by phone. will continue to reach out to schedule visit","erep_rel_covid19":""}}},"30062":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-12","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt uninterested in participating in this study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30063":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-12","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt not interested in participating in this research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30068":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-14","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She can't speak English. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30133":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-26","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of consent and asked that I not call again. He will contact me if he is interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30552":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not having surgery done at Rush. Stated Rush does not take his insurance. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30568":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30587":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-20","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30601":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30749":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/3: Requested call back Mon or Tues after 3\r\n12/6 - LVM \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30813":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-28","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30888":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30950":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31011":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/21 - LVM\r\n2/22 - Returned my call, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31256":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Participant is not comfortable with doing MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31257":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact participant. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31262":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"05/18-LVM\r\n05/24-LVM\r\n05/26-LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31263":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31264":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31274":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31277":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"DUPLICATE\r\n\r\npt wanted to consent, but could never be reached after incorrectly signing. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31280":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31281":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31282":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"05/24-LVM\r\n05/26-Spoke with, call back the next day \r\n06/06- Participant says she has no time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31265":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"1","ptinterest_comment":"Afraid to be out in public ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31323":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"06/07-lvm\r\n06/08-Particpant cannot drive from Indiana to Chicago ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31359":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"06/21/22-sent econsent\r\n06/22/22-lvm\r\n07/14/22-lvm\r\nUnable to make contact with","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31376":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/01/22-lvm\r\n07/12/22-lvm\r\n07/14/22-partcipant stated they have too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31423":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"07/20/22 - sent a copy of the consent form \r\n07/22/22-participant stated that the surgery was cancelled. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31512":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31596":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/19/22-pt declined, stated too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31734":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/31/22-LVM\r\n11/08/22: lvm on 1st number\r\n11/14/22-LVM\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31765":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/3/22: lvm\r\n11/8/22: lvm\r\n11/14/22: said she lives too far to come into the city, also surgery has been cancelled, no new date set","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31258":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"participant lives in IN and does not have the time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31778":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/4/22-PT declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31874":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/28/22: lvm\r\n12/05/22: said he'd call back in a few min\r\n12/20/22: said hed call back tomorrow\r\n12/28/22: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31882":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/29/22-pt declined, stated that its too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31928":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/12/22: lvm\r\ncalled back and said she lives too far to come to visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31984":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/22: lvm\r\n12/29/22: lvm\r\n1/5/23: no answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32019":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/9/23: lvm\r\n1/19/23: lvm\r\n1/25/23: requested more info, but she doesn't have an email. works, is unsure about being able to participate. Will call me","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32059":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/17/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32220":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/1/23: lvm\r\n3/8/23: lives too far away\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32590":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"5/23/23: sent consent\r\n6/6/23: NA, couldnt leave message\r\n6/15/23: will call me back. Dealing with family issues, unsure about ability to participate\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32790":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/18/23: not interested. Lives in nursing home","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33116":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/26/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31259":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cannot make it to Chicago ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31271":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31275":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"patient states she is too old ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31276":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31917":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40001":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|1","ptinterest_comment":"Does not want to travel all the way to Evanston - too far from where he lives.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40002":{"redcap_data_access_group":"northshore","main_record_id":"10042","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-05-24","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt on 5/28, sent consent form to review","obtain_date":"2021-05-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-23","sp_v1_preop_date":"2021-06-10","sp_v2_6wk_date":"2021-08-04","sp_v3_3mo_date":"2021-09-23","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"2021-09-29","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient's mother died and he couldn't find time to come in for the 3 month follow up visit.","sp_data_site":"N/A"},"40003":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"73","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Patient declined participation due to only wanting to have tests that are needed for his surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40004":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient is very claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40005":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-27","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson spoke to pt, and she expressed interest\r\nEG LM 5/28\r\nEG LM on 6/9/21","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40006":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"\"Not up for it\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40007":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Doesn't have time before his surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40008":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM has been left","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40009":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM has been left","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40010":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40011":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is unavailable to do study visit before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40012":{"redcap_data_access_group":"northshore","main_record_id":"10047","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-08","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Very willing to participate ","obtain_date":"2021-06-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-06","sp_v1_preop_date":"2021-06-28","sp_v2_6wk_date":"2021-08-17","sp_v3_3mo_date":"2021-10-06","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-08 14:35:55","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40013":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"\"Too busy, not enough time\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40014":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Takes care of her grandkids during the day, no time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40015":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too busy, does not want to fill out more questionnaires ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40016":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40017":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40018":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40019":{"redcap_data_access_group":"northshore","main_record_id":"10061","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-18","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-13","sp_v1_preop_date":"2021-07-07","sp_v2_6wk_date":"2021-08-24","sp_v3_3mo_date":"2021-10-13","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40020":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Sole caretaker for her elderly mother","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40021":{"redcap_data_access_group":"northshore","main_record_id":"10054","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-08","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient prefers to be called after 2:00pm","obtain_date":"2021-06-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-01","sp_v1_preop_date":"2021-06-23","sp_v2_6wk_date":"2021-08-12","sp_v3_3mo_date":"2021-10-01","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40022":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Out of town until just before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40023":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40024":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Already involved in another research study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40025":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40026":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40027":{"redcap_data_access_group":"northshore","main_record_id":"10050","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-10","screening_age":"60","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-02","sp_v1_preop_date":"2021-06-22","sp_v2_6wk_date":"2021-08-13","sp_v3_3mo_date":"2021-10-02","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-09-03 13:35:12","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Patient was asked at time of enrollment if he was planning on having his second knee replaced within three months of his first, and he said no. After having his first knee replaced, he has since scheduled to have his second knee done within 90 days. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:39:11","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40028":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to significant claustrophobia. Requires tranquilizers to have an open MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40030":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, but wants to go to Rush as he lives closer ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40031":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to having too much going on and he is still working","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40032":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"64","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to not being able to take time off","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40033":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call patient after 2pm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40034":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is unavailable prior to his surgery to come in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40035":{"redcap_data_access_group":"northshore","main_record_id":"10053","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-16","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-30","sp_v1_preop_date":"2021-06-24","sp_v2_6wk_date":"2021-08-11","sp_v3_3mo_date":"2021-09-30","age":"79","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:33:35","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline acute daily trajectory surveys completed outside of time window.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40036":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40037":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to requiring too much time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40038":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to it being too much of a time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40039":{"redcap_data_access_group":"northshore","main_record_id":"10059","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-22","screening_age":"80","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-14","sp_v1_preop_date":"2021-07-09","sp_v2_6wk_date":"2021-08-25","sp_v3_3mo_date":"2021-10-14","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40040":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"74","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much time and distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40041":{"redcap_data_access_group":"northshore","main_record_id":"10060","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-22","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-15","sp_v1_preop_date":"2021-07-06","sp_v2_6wk_date":"2021-08-26","sp_v3_3mo_date":"2021-10-15","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40042":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is working and doesn't have time to take half day off, will think about it but most likely a no.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40043":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Study was too involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40044":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is going through breast cancer treatment, doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40045":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Claustrophobic, and doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40046":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40047":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-23","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40048":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-23","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much time involved ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40049":{"redcap_data_access_group":"northshore","main_record_id":"10073","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-23","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-19","sp_v1_preop_date":"2021-07-13","sp_v2_6wk_date":"2021-08-30","sp_v3_3mo_date":"2021-10-19","age":"55","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40050":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-23","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not eligible due to middle ear implant we learned about after speaking to patient and checking with manufacturer ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40051":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Evanston is too far and too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40052":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LM TKA-R (7/13/2021)\r\nTKA-L patient declined participation due to still working and not having the time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40053":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"45","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40054":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"70","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40055":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"attempted to leave VM, but none was set up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40056":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40057":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM x2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40058":{"redcap_data_access_group":"northshore","main_record_id":"10070","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-29","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-15","sp_v1_preop_date":"2021-07-08","sp_v2_6wk_date":"2021-08-26","sp_v3_3mo_date":"2021-10-15","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:45:26","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-weeks surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40059":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too busy to go Evanston; Getting ready to retire\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40060":{"redcap_data_access_group":"northshore","main_record_id":"10071","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-29","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-19","sp_v1_preop_date":"2021-07-14","sp_v2_6wk_date":"2021-08-30","sp_v3_3mo_date":"2021-10-19","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:47:17","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:48:24","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40061":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Watches her granddaughter and does not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40062":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40063":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"69","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Hung up immediately ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40064":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Study is too involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40065":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-30","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to time commitment while getting ready for surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40066":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-30","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to time commitment while getting ready for surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40067":{"redcap_data_access_group":"northshore","main_record_id":"10077","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-30","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-27","sp_v1_preop_date":"2021-07-26","sp_v2_6wk_date":"2021-09-07","sp_v3_3mo_date":"2021-10-27","age":"59","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:52:33","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline acute daily trajectory surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:54:36","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-12 14:55:20","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40068":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being busy with her other appointments and Evanston being too far away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40069":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40070":{"redcap_data_access_group":"northshore","main_record_id":"10076","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-02","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-07-29","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"49","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-10-14 13:45:25","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in 7 days after the 6 week post op window. Was unable to reach patient prior.","erep_protdev_caplan":"Attempt to reach patient earlier.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:51:16","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40071":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"72","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"patient declined participation due to lack of interest and does not want to do it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40072":{"redcap_data_access_group":"northshore","main_record_id":"10084","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-02","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-04","sp_v1_preop_date":"2021-07-28","sp_v2_6wk_date":"2021-09-15","sp_v3_3mo_date":"2021-11-04","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-10-14 13:56:38","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in 8 days after their 6 week follow up visit window. Patient lives in Wyoming and flew in after the 6 week window.","erep_protdev_caplan":"None.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-02-23 11:56:26","erep_ae_date":"2021-07-28","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-07-28 12:17","erep_resolution_date":"2021-07-28 12:17","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient went into scanner and became claustrophobic and hit the emergency squeeze button. Patient was pulled out of the scanner and the scan was stopped.","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40073":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40074":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"patient is consider it","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40075":{"redcap_data_access_group":"northshore","main_record_id":"10075","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-01","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-03","sp_v1_preop_date":"2021-07-23","sp_v2_6wk_date":"2021-09-14","sp_v3_3mo_date":"2021-11-03","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40076":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"severe claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40077":{"redcap_data_access_group":"northshore","main_record_id":"10074","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-01","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-02","sp_v1_preop_date":"2021-07-30","sp_v2_6wk_date":"2021-09-13","sp_v3_3mo_date":"2021-11-02","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40078":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40079":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to it being too much for him ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40080":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40081":{"redcap_data_access_group":"northshore","main_record_id":"10092","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-08","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-08-02","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40082":{"redcap_data_access_group":"northshore","main_record_id":"10080","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-08","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-07-22","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40083":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-09","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Study is too involved ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40084":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-15","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40085":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM x2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40086":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VMx2 7/7;7/8\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40087":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"72","screening_gender":"3","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VMx2 7/8\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40088":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40089":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"80","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Need detail on stent from card; VMx2 7/8\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40090":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"voice mail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40091":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40092":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Study is too much work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40093":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LEFT VOICE MAIL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40094":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LEFT VOICE MAIL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40095":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LEFT VOICE MAIL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40096":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Widowed; Limited driving; No internet access\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40097":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Limited in traveling; Doesn't use e-mail or internet\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40098":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-14","screening_age":"85","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to travel to Evanston\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40099":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40100":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40101":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-14","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives in Wisconsin; Too far\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40102":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40103":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Call back Wed 2-4pm 7/7; Keep trying\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40104":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40105":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Evanston too far; ?Rush/UIC; Call back next week\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40106":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10am Friday;VM\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40107":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VMx2\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40108":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives in Elmhust; Too far\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40109":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No voice mail; Called x3 - No answer\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40110":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40111":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-14","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40112":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-15","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to living in Wisconsin and the distance being too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40113":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-15","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being the primary caregiver for his wife and not being able to leave her alone.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40114":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-15","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40115":{"redcap_data_access_group":"northshore","main_record_id":"10086","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-15","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-11","sp_v1_preop_date":"2021-08-03","sp_v2_6wk_date":"2021-09-22","sp_v3_3mo_date":"2021-11-11","age":"60","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40116":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"he decided it was too involved and doesn't want to go through 2 MRIs.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40117":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to it being too involved.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40118":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40119":{"redcap_data_access_group":"northshore","main_record_id":"10085","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-07-29","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40120":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is thinking about it and will get back to Dr. Wixson","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40121":{"redcap_data_access_group":"northshore","main_record_id":"10095","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-16","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-16","sp_v1_preop_date":"2021-08-04","sp_v2_6wk_date":"2021-09-27","sp_v3_3mo_date":"2021-11-16","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:59:26","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline acute daily trajectory surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40122":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"patient declined participation due to having decided at her age that she would only do things she wants to do.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40123":{"redcap_data_access_group":"northshore","main_record_id":"10094","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-07-20","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-10","sp_v1_preop_date":"2021-08-05","sp_v2_6wk_date":"2021-09-21","sp_v3_3mo_date":"2021-11-10","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:57:29","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:58:35","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40124":{"redcap_data_access_group":"northshore","main_record_id":"10093","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-22","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-18","sp_v1_preop_date":"2021-08-12","sp_v2_6wk_date":"2021-09-29","sp_v3_3mo_date":"2021-11-18","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40125":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Going out of town, unable to participate ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40126":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Husband just had surgery, and she doesn't have time to do study before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40127":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too busy and may cancel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40128":{"redcap_data_access_group":"northshore","main_record_id":"10091","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-22","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-18","sp_v1_preop_date":"2021-08-09","sp_v2_6wk_date":"2021-09-29","sp_v3_3mo_date":"2021-11-18","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-23 11:58:31","erep_ae_date":"2021-08-09","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-08-09 12:19","erep_resolution_date":"2021-08-09 12:19","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient became claustrophobic during the MRI scan and pressed the emergency squeeze button and the scan was stopped. ","erep_action_taken":"Continue to be in the study. No MRI in the future.","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40129":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient will be leaving Illinois for the winter soon and cannot participate ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40130":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40131":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":" the patient declined participation due to not wanting to have to go for extra visits at Evanston hospital","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40132":{"redcap_data_access_group":"northshore","main_record_id":"10100","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-22","screening_age":"74","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-16","sp_v1_preop_date":"2021-08-10","sp_v2_6wk_date":"2021-09-27","sp_v3_3mo_date":"2021-11-16","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40133":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being out of town before her surgery and Evanston is too far from where she lives near the Wisconsin border. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40134":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"66","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"the patient wanted to think about it. Dr Wixson sent her the A2CPS information brochure through NSC and will call her back next week.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40135":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"surgery canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40136":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too busy to take the time since she has kids, college, is working and has not extra time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40137":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40138":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40139":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient doesn't have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40140":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia and presence of an implanted pain stimulator","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40141":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40142":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"312-933-9683","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40143":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"76","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40144":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"too much of a time commitment and not being interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40145":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40146":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40147":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"wants to think about it over the weekend\r\n- patient declined participation due to it being too much for her to commit to","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40148":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40149":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40150":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-30","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to having a special needs daughter at home that she cannot leave alone for the time needed for the testing. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40151":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"declined participation due to lack of time since he is a solo practice attorney working up until surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40152":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40153":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40154":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40155":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40156":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Way too busy to take the time\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40157":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40158":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40159":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40161":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40162":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient said she had no time at all to come in before her scheduled surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40163":{"redcap_data_access_group":"northshore","main_record_id":"10220","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-04","screening_age":"66","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-01","sp_v1_preop_date":"2021-11-24","sp_v2_6wk_date":"2022-01-12","sp_v3_3mo_date":"2022-03-02","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"2":{"erep_local_dtime":"2022-03-09 11:26:57","erep_ae_date":"2022-03-08","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-03-08 12:21","erep_resolution_date":"2022-03-10 12:21","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient had her blood drawn at the phlebotomy lab, by a trained phlebotomist. After the blood was drawn, the patient said that it was more painful than normal. Some time later there was some swelling at the blood draw location. Patient then called the next day and said she had a hematoma where the blood draw occurred. She said it decreased in size when she applied pressure. All relevant information was relayed to PI, Dr. Wixson. ","erep_action_taken":"Patient will continue to be in study. There are no more in person visits for this patient and she wishes to remain in the study.","erep_outcome":"Patient said it seemed to be resolving and would contact Northshore if it got worse. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40164":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40165":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40166":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too involved and doesn't want to go to Evanston\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40167":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VMx2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40168":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40169":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40170":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40171":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VMx2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40172":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"55","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40173":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM, MedHx OK; Cancelled call 7/23; VM7/29\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40174":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"69","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40175":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Surgery 7/28/21\r\nDr. Wixson VMx2 7/7;7/8\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40176":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VMx2\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40177":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"After reviewing the consent form, patient was concerned about data security. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40178":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to it being too much for her to commit to","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40179":{"redcap_data_access_group":"northshore","main_record_id":"10101","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-06","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-01","sp_v1_preop_date":"2021-08-17","sp_v2_6wk_date":"2021-10-13","sp_v3_3mo_date":"2021-12-01","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:01:19","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline Acute daily surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40180":{"redcap_data_access_group":"northshore","main_record_id":"10116","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-10","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-02","sp_v1_preop_date":"2021-08-26","sp_v2_6wk_date":"2021-10-14","sp_v3_3mo_date":"2021-12-02","age":"78","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40181":{"redcap_data_access_group":"northshore","main_record_id":"10105","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-10","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-30","sp_v1_preop_date":"2021-08-20","sp_v2_6wk_date":"2021-10-11","sp_v3_3mo_date":"2021-11-30","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:06:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 15:07:54","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40182":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40183":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Evanston is too far from him.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40184":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40185":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient is canceling surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40186":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has to work every day leading up to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40187":{"redcap_data_access_group":"northshore","main_record_id":"10104","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-11","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-08","sp_v1_preop_date":"2021-08-19","sp_v2_6wk_date":"2021-10-20","sp_v3_3mo_date":"2021-12-08","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:03:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40188":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40189":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"patient declined participation due to being too disabled by other problems to get to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40190":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-12","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40191":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-12","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"pt declined participation due to previous claustrophobic experiences in an MRI machine.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40192":{"redcap_data_access_group":"northshore","main_record_id":"10117","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-12","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-02","sp_v1_preop_date":"2021-08-27","sp_v2_6wk_date":"2021-10-14","sp_v3_3mo_date":"2021-12-02","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:09:32","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40193":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to leaving for Palm Springs 8 weeks after surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40194":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"70","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having too much else going on before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40195":{"redcap_data_access_group":"northshore","main_record_id":"10113","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-13","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-14","sp_v1_preop_date":"2021-09-08","sp_v2_6wk_date":"2021-10-26","sp_v3_3mo_date":"2021-12-14","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40196":{"redcap_data_access_group":"northshore","main_record_id":"10118","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-13","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-08","sp_v1_preop_date":"2021-08-30","sp_v2_6wk_date":"2021-10-20","sp_v3_3mo_date":"2021-12-08","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:13:25","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 15:14:33","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40197":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"too far to travel and not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40198":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is too busy before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40199":{"redcap_data_access_group":"northshore","main_record_id":"10112","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-16","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-14","sp_v1_preop_date":"2021-08-25","sp_v2_6wk_date":"2021-10-26","sp_v3_3mo_date":"2021-12-14","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40200":{"redcap_data_access_group":"northshore","main_record_id":"10111","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-13","sp_v1_preop_date":"2021-09-02","sp_v2_6wk_date":"2021-10-25","sp_v3_3mo_date":"2021-12-13","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40201":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-17","screening_age":"45","screening_gender":"2","screening_race":"4","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40202":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-17","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40204":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-18","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"the patient declined participation due to not wanting to.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40205":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-18","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Evanston too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40206":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-18","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40207":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"due to not wanting to do anything extra before her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40208":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"due to having too much else going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40209":{"redcap_data_access_group":"northshore","main_record_id":"10122","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-20","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-15","sp_v1_preop_date":"2021-09-02","sp_v2_6wk_date":"2021-10-27","sp_v3_3mo_date":"2021-12-15","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40210":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"due to planning on cancelling surgery leaving for Arizona for the winter at end of October","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40211":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40212":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"due to leaving for Florida for the winter 8 weeks after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40213":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40214":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40215":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"She does not drive and can only participate if transportation can be arranged","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40216":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has mold in her basement and doesn't have time to come in before surgery - soft decline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40217":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-25","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient was initially interested, but now is overwhelmed and doesn't have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40218":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"compensation inadequate for all that time and having two MRIs.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40219":{"redcap_data_access_group":"northshore","main_record_id":"10128","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-24","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-21","sp_v1_preop_date":"2021-09-07","sp_v2_6wk_date":"2021-11-02","sp_v3_3mo_date":"2021-12-21","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40220":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to having too much else going on at this time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40221":{"redcap_data_access_group":"northshore","main_record_id":"10138","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-24","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"She is a nurse and knowledgeable. Had L TKA Nov 2020 with a lot of pain and difficult recovery. Experiences severe fibromyalgia.. ","obtain_date":"2021-09-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-21","sp_v1_preop_date":"2021-09-13","sp_v2_6wk_date":"2021-11-02","sp_v3_3mo_date":"2021-12-21","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40222":{"redcap_data_access_group":"northshore","main_record_id":"10141","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-24","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-21","sp_v1_preop_date":"2021-09-17","sp_v2_6wk_date":"2021-11-02","sp_v3_3mo_date":"2021-12-21","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:17:33","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40223":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"68","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40224":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"1","ptinterest_comment":"patient declined participation due to concern about an unnecessary hospital visit with increasing incidence of Delta variant, particularly since his is immunocompromised due to Crohn's disease","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40225":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to leaving town in November for the winter.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40226":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40227":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Evanston is too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40228":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"73","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too busy ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40229":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-02","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/9/21 After reviewing the information on the study the patient called back Dr. Wixson and declined participation in the study. No reason given.\r\n\r\nAfter discussing it and clarifying what was involved, she wants to think about and see if she will have time. I sent her the information brochure on the study and will reach out again next week.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40230":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-02","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40231":{"redcap_data_access_group":"northshore","main_record_id":"10139","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-03","screening_age":"60","screening_gender":"3","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-28","sp_v1_preop_date":"2021-09-14","sp_v2_6wk_date":"2021-11-08","sp_v3_3mo_date":"2021-12-28","age":"60","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40232":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"patient declined participation due to having just completed a knee pain study at Northwestern that was similar and does not want to do it again.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40233":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to Evanston being too far.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40234":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"1","ptinterest_comment":"patient declined participation due to fear of increased exposure to the Delta covid-19 variant before her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40235":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"47","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to transportation issues. Car is in body shop and taking bus too difficult.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40236":{"redcap_data_access_group":"northshore","main_record_id":"10145","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-07","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-29","sp_v1_preop_date":"2021-09-16","sp_v2_6wk_date":"2021-11-09","sp_v3_3mo_date":"2021-12-29","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40237":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40238":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-07","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40239":{"redcap_data_access_group":"northshore","main_record_id":"10137","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-08","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-28","sp_v1_preop_date":"2021-09-23","sp_v2_6wk_date":"2021-11-08","sp_v3_3mo_date":"2021-12-28","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:16:15","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40240":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too busy.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40241":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-09","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia and not wanting to have an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40242":{"redcap_data_access_group":"northshore","main_record_id":"10140","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-10","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-04","sp_v1_preop_date":"2021-10-01","sp_v2_6wk_date":"2021-11-14","sp_v3_3mo_date":"2022-01-03","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-09-18","ewprimaryreason":"1","ewdisreasons":"5|1","ewpireason":"N/A","ewcomments":"Patient emailed and would like to withdraw from the study. Gave no reason.","sp_data_site":"N/A"},"40243":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to it being too involved.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40244":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Surgery was canceled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40245":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-13","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40246":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested and too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40247":{"redcap_data_access_group":"northshore","main_record_id":"10157","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-10","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-05","sp_v1_preop_date":"2021-09-28","sp_v2_6wk_date":"2021-11-15","sp_v3_3mo_date":"2022-01-04","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40248":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient called back and declined participation due to having too much going on now.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40249":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to having to care for a son-in-law undergoing cancer treatment at UCH.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40250":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-14","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not being able to take time off from work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40251":{"redcap_data_access_group":"northshore","main_record_id":"10151","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-14","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Her car is still being repaired so timing/transportation may be an issue. \r\nLH left message 9/15/21","obtain_date":"2021-09-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-29","sp_v1_preop_date":"2021-09-27","sp_v2_6wk_date":"2021-11-09","sp_v3_3mo_date":"2021-12-29","age":"54","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:19:59","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40252":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-14","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being the type of person who does this type of thing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40253":{"redcap_data_access_group":"northshore","main_record_id":"10160","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-15","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-05","sp_v1_preop_date":"2021-09-28","sp_v2_6wk_date":"2021-11-15","sp_v3_3mo_date":"2022-01-04","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40254":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40255":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40256":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"65","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40257":{"redcap_data_access_group":"northshore","main_record_id":"10164","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-18","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-12","sp_v1_preop_date":"2021-10-05","sp_v2_6wk_date":"2021-11-22","sp_v3_3mo_date":"2022-01-11","age":"65","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40258":{"redcap_data_access_group":"northshore","main_record_id":"10161","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-17","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-12","sp_v1_preop_date":"2021-10-04","sp_v2_6wk_date":"2021-11-22","sp_v3_3mo_date":"2022-01-11","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40259":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40260":{"redcap_data_access_group":"northshore","main_record_id":"10163","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-16","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-12","sp_v1_preop_date":"2021-10-05","sp_v2_6wk_date":"2021-11-22","sp_v3_3mo_date":"2022-01-11","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:22:13","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40261":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40262":{"redcap_data_access_group":"northshore","main_record_id":"10162","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-16","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-07","sp_v1_preop_date":"2021-10-04","sp_v2_6wk_date":"2021-11-17","sp_v3_3mo_date":"2022-01-06","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40263":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"planning to have a 2nd knee replacement within 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40264":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40265":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-21","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40266":{"redcap_data_access_group":"northshore","main_record_id":"10165","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-21","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-13","sp_v1_preop_date":"2021-10-07","sp_v2_6wk_date":"2021-11-23","sp_v3_3mo_date":"2022-01-12","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40267":{"redcap_data_access_group":"northshore","main_record_id":"10158","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-24","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-18","sp_v1_preop_date":"2021-09-29","sp_v2_6wk_date":"2021-11-28","sp_v3_3mo_date":"2022-01-17","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:21:09","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40268":{"redcap_data_access_group":"northshore","main_record_id":"10175","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-22","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-13","sp_v1_preop_date":"2021-10-06","sp_v2_6wk_date":"2021-11-23","sp_v3_3mo_date":"2022-01-12","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40269":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to developing significant back pain lying in MRI scanner. Othwerwise, would be willing to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40270":{"redcap_data_access_group":"northshore","main_record_id":"10172","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-22","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-13","sp_v1_preop_date":"2021-10-11","sp_v2_6wk_date":"2021-11-23","sp_v3_3mo_date":"2022-01-12","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2021-10-11","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40271":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation since he doesn't do that type of thing.\r\nDecline again for second knee 4/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40272":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not driving and distance being too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40273":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":" the patient declined participation due to being too busy at work and getting ready for surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40274":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to transportation difficulties and time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40275":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient called me back that he would not be able to take time off from work before the surgery and declined participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40276":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to having too much else going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40277":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"71","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40278":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-23","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"patient declined participation due to living in Wheaton with a hour drive to Evanston and being worked up for acute sciatica.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40279":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-23","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being too busy at work getting ready for surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40280":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to having too much else going on in their personal lives.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40281":{"redcap_data_access_group":"northshore","main_record_id":"10168","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-24","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-18","sp_v1_preop_date":"2021-10-12","sp_v2_6wk_date":"2021-11-28","sp_v3_3mo_date":"2022-01-17","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:23:31","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40282":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being unable to take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40283":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to privacy concerns.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40284":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"75","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not having time and not wanting to go to Evanston.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40285":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"68","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia. Otherwise, she would have been willing to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40286":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia. Otherwise, he would have been willing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40287":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to time commitment would be strain on wife.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40288":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to severe claustrophobia, otherwise would have been willing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40289":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested in research.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40290":{"redcap_data_access_group":"northshore","main_record_id":"10167","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-27","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-21","sp_v1_preop_date":"2021-10-13","sp_v2_6wk_date":"2021-12-01","sp_v3_3mo_date":"2022-01-20","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40291":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"69","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being able to participate due to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40292":{"redcap_data_access_group":"northshore","main_record_id":"10197","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-27","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-25","sp_v1_preop_date":"2021-10-22","sp_v2_6wk_date":"2021-12-05","sp_v3_3mo_date":"2022-01-24","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40293":{"redcap_data_access_group":"northshore","main_record_id":"10166","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-27","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-25","sp_v1_preop_date":"2021-10-18","sp_v2_6wk_date":"2021-12-05","sp_v3_3mo_date":"2022-01-24","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40294":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40295":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"77","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to still working and not being able to take the time off.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40296":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to leaving town for the winter at 4 weeks after surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40297":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being out of town until just before surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40298":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to being unable to take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40299":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40300":{"redcap_data_access_group":"northshore","main_record_id":"10179","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-28","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-26","sp_v1_preop_date":"2021-10-14","sp_v2_6wk_date":"2021-12-06","sp_v3_3mo_date":"2022-01-25","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 13:49:05","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside study window. ","erep_protdev_caplan":"Ensure participants complete surveys within time window. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 13:52:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40301":{"redcap_data_access_group":"northshore","main_record_id":"10171","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-30","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-01","sp_v1_preop_date":"2021-10-22","sp_v2_6wk_date":"2021-12-13","sp_v3_3mo_date":"2022-01-31","age":"73","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40302":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He is trying to \"work for a living\" and doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40303":{"redcap_data_access_group":"northshore","main_record_id":"10191","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-30","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"His son is a researcher who does clinical trials. May want to review consent form","obtain_date":"2021-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-01","sp_v1_preop_date":"2021-10-25","sp_v2_6wk_date":"2021-12-13","sp_v3_3mo_date":"2022-01-31","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-10-26 15:35:10","erep_ae_date":"2021-10-26","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-10-26 07:35","erep_resolution_date":"2021-10-31 10:47","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"The visit went fine. After the MRI, the patient was a little dizzy after laying down for an hour. MRI tech had him sit for a while until he felt well enough to stand up. He then got changed and I walked him to the front without incident. He verbally told me he felt fine and found the study interesting. He then left me a voicemail early this morning claiming the MRI gave him vertigo and the vertigo is still happening this morning. He said in the past he has used \"healing crystals\" to help as he has had vertigo issues before.","erep_action_taken":"I communicated this issue to the PI, and spoke to the patient. I recommended that the patient follow up with his primary care doctor.","erep_outcome":"Patient is going to follow up with his Primary care if the vertigo persists.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40304":{"redcap_data_access_group":"northshore","main_record_id":"10170","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-30","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"She is having a simple R TKRevision surgery and does not have much pain to start with compared to knee osteoarthritis","obtain_date":"2021-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-02","sp_v1_preop_date":"2021-10-21","sp_v2_6wk_date":"2021-12-14","sp_v3_3mo_date":"2022-02-01","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40305":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"66","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient was contacted for participation in the study. After discussing it and clarifying what was involved, the patient declined participation due to working all day.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40306":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too involved.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40307":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"78","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"the patient declined participation due to not being sure his insurance company will authorize the surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40308":{"redcap_data_access_group":"northshore","main_record_id":"10203","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-30","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-01","sp_v1_preop_date":"2021-10-27","sp_v2_6wk_date":"2021-12-13","sp_v3_3mo_date":"2022-01-31","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40309":{"redcap_data_access_group":"northshore","main_record_id":"10180","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-30","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-01","sp_v1_preop_date":"2021-10-26","sp_v2_6wk_date":"2021-12-13","sp_v3_3mo_date":"2022-01-31","age":"70","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40310":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to Evanston being too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40311":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"73","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to busy with other activities.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40312":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"patient declined participation due to planning a 2nd TKA within 3 months and being concerned about having to travel to Evanston in the winter.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40313":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-05","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having too tight a schedule.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40314":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-05","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to being out of town in Louisiana in response to the hurricane until just before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40315":{"redcap_data_access_group":"northshore","main_record_id":"10177","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-05","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-01","sp_v1_preop_date":"2021-10-20","sp_v2_6wk_date":"2021-12-13","sp_v3_3mo_date":"2022-01-31","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40316":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-05","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too busy before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40317":{"redcap_data_access_group":"northshore","main_record_id":"10206","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-06","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-04","sp_v1_preop_date":"2021-10-27","sp_v2_6wk_date":"2021-12-16","sp_v3_3mo_date":"2022-02-03","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 13:59:17","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40318":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too much of a wimp and too many other doctor appointments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40319":{"redcap_data_access_group":"northshore","main_record_id":"10190","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-07","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-25","sp_v1_preop_date":"2021-10-21","sp_v2_6wk_date":"2021-12-05","sp_v3_3mo_date":"2022-01-24","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40320":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"patient declined participation due to being too busy at work prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40321":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia, however he would have otherwise participated","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40322":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia, however he otherwise would have participated","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40323":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to leaving town for the winter at two months postop","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40324":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Time-related issue","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40325":{"redcap_data_access_group":"northshore","main_record_id":"10182","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-07","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-11","sp_v1_preop_date":"2021-10-28","sp_v2_6wk_date":"2021-12-23","sp_v3_3mo_date":"2022-02-10","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40326":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"involving too much time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40327":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40328":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"time related","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40329":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Still is working and doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40330":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40331":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"time related","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40332":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"After reviewing the consent, study was too overwhelming ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40333":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40334":{"redcap_data_access_group":"northshore","main_record_id":"10192","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-12","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-11","sp_v1_preop_date":"2021-10-29","sp_v2_6wk_date":"2021-12-23","sp_v3_3mo_date":"2022-02-10","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"2":{"erep_local_dtime":"2022-03-09 14:30:56","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was brought in outside of their window per protocol.","erep_protdev_caplan":"","erep_rel_covid19":"1"}}},"40335":{"redcap_data_access_group":"northshore","main_record_id":"10185","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-12","screening_age":"78","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-09","sp_v1_preop_date":"2021-11-03","sp_v2_6wk_date":"2021-12-21","sp_v3_3mo_date":"2022-02-08","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"2":{"erep_local_dtime":"2022-03-09 14:29:48","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was brought in outside of their window per protocol.","erep_protdev_caplan":"","erep_rel_covid19":"1"}}},"40336":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-13","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"procedure in 2016 involved placing a titanium plate over the skull defect, which could be problematic for the brain fMRI. Advised that we should not move forward with including her in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40337":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Is not interested due to the MRI portion of the study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40338":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40339":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40340":{"redcap_data_access_group":"northshore","main_record_id":"10215","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-15","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-19","sp_v1_preop_date":"2021-11-11","sp_v2_6wk_date":"2021-12-31","sp_v3_3mo_date":"2022-02-18","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40341":{"redcap_data_access_group":"northshore","main_record_id":"10194","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-15","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-17","sp_v1_preop_date":"2021-11-03","sp_v2_6wk_date":"2021-12-29","sp_v3_3mo_date":"2022-02-16","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40342":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to busy at work leading up to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40343":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to being too busy and planning 2nd TKA in two months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40344":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40345":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-20","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40346":{"redcap_data_access_group":"northshore","main_record_id":"10198","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-20","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-16","sp_v1_preop_date":"2021-11-10","sp_v2_6wk_date":"2021-12-28","sp_v3_3mo_date":"2022-02-15","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40347":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-20","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient\u00a0was excluded\u00a0due to planning on having his 2nd TKA within 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40348":{"redcap_data_access_group":"northshore","main_record_id":"10205","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-21","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-17","sp_v1_preop_date":"2021-11-11","sp_v2_6wk_date":"2021-12-29","sp_v3_3mo_date":"2022-02-16","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40349":{"redcap_data_access_group":"northshore","main_record_id":"10202","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-22","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-22","sp_v1_preop_date":"2021-11-15","sp_v2_6wk_date":"2022-01-03","sp_v3_3mo_date":"2022-02-21","age":"62","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40350":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He is an attorney and is still on trial and doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40351":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40352":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40353":{"redcap_data_access_group":"northshore","main_record_id":"10199","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-22","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-15","sp_v1_preop_date":"2021-11-12","sp_v2_6wk_date":"2021-12-27","sp_v3_3mo_date":"2022-02-14","age":"69","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"2":{"erep_local_dtime":"2022-02-23 12:00:20","erep_ae_date":"2021-11-11","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-11-12 12:20","erep_resolution_date":"2021-11-12 12:20","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient became claustrophobic during the MRI scan and pressed the emergency squeeze button and the scan was stopped. ","erep_action_taken":"Still in the study, no MRI in the future","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-12 13:54:42","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Acute daily surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2023-06-12 13:55:45","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40354":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Single mom and does not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40355":{"redcap_data_access_group":"northshore","main_record_id":"10231","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-22","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-02","sp_v1_preop_date":"2021-11-23","sp_v2_6wk_date":"2022-01-13","sp_v3_3mo_date":"2022-03-03","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40356":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40357":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"severe claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40358":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"too busy and claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40359":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40360":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt is not eligible for the study after further MRI review","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40361":{"redcap_data_access_group":"northshore","main_record_id":"10207","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-26","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-19","sp_v1_preop_date":"2021-11-09","sp_v2_6wk_date":"2021-12-31","sp_v3_3mo_date":"2022-02-18","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40362":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40363":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"spinal cord stimulator incompatible with MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40364":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left several voicemails, never heard back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40365":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-29","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to not wanting to have to come back in the winter with ice/snow; too busy; Evanston Hosp parking lot too difficult and will not allow anyone to drive her care including the valet parking attendants.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40366":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-29","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient was contacted for participation in the study. After discussing it and clarifying what was involved, the patient declined participation due to claustrophobia. Otherwise, he would have considered participating.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40367":{"redcap_data_access_group":"northshore","main_record_id":"10221","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-29","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-01","sp_v1_preop_date":"2021-11-18","sp_v2_6wk_date":"2022-01-12","sp_v3_3mo_date":"2022-03-02","age":"69","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"2":{"erep_local_dtime":"2022-03-03 14:01:21","erep_ae_date":"2022-03-03","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-03-03 13:00","erep_resolution_date":"2022-03-03 13:10","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient came in for their three month visit. During the MRI scan the patient said she had post-nasal drip and reflux issues when she was laying down in the scanner and she asked to be pulled out. She then dry heaved a little bit. There was no further incident. She did not complete the scan because of this.","erep_action_taken":"NO further action","erep_outcome":"Scan was not completed.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40368":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-29","screening_age":"72","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left several voicemails, never heard back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40369":{"redcap_data_access_group":"northshore","main_record_id":"10238","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-29","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-09","sp_v1_preop_date":"2021-12-03","sp_v2_6wk_date":"2022-01-20","sp_v3_3mo_date":"2022-03-10","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40370":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-29","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too busy between now and her surgery date to commit that much time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40371":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-29","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to living in Libertyville and not being interested.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40372":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40374":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working full time up until her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40375":{"redcap_data_access_group":"northshore","main_record_id":"10211","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-03","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-17","sp_v1_preop_date":"2021-11-15","sp_v2_6wk_date":"2021-12-29","sp_v3_3mo_date":"2022-02-16","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:00:59","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Acute daily surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40376":{"redcap_data_access_group":"northshore","main_record_id":"10212","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-11-04","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-06","sp_v1_preop_date":"2021-11-16","sp_v2_6wk_date":"2022-01-17","sp_v3_3mo_date":"2022-03-07","age":"N/A","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40377":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to distance from where she lives in Dyer, IN.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40378":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"left multiple VM, never heard back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40379":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40380":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40381":{"redcap_data_access_group":"northshore","main_record_id":"10223","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-05","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-15","sp_v1_preop_date":"2021-12-09","sp_v2_6wk_date":"2022-01-26","sp_v3_3mo_date":"2022-03-16","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40382":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"55","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40384":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40385":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Could not accommodate his schedule\r\n - second TKA scheduled on 3/7/2022 - declined on 2/22/2022 - no reason given","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40386":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to it being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40387":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being more than she wants to be involved in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40388":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having to attend to too many other medical issues prior to his surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40389":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40390":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"67","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40391":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40392":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40393":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40394":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40395":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40396":{"redcap_data_access_group":"northshore","main_record_id":"10234","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-10","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-15","sp_v1_preop_date":"2021-12-02","sp_v2_6wk_date":"2022-01-26","sp_v3_3mo_date":"2022-03-16","age":"77","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40397":{"redcap_data_access_group":"northshore","main_record_id":"10246","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-11","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-14","sp_v1_preop_date":"2021-12-08","sp_v2_6wk_date":"2022-01-25","sp_v3_3mo_date":"2022-03-15","age":"68","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40398":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-11","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40399":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-17","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"doesn't have time before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40400":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-17","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40401":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-17","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40402":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-17","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40403":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left several VMs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40404":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt is having neck surgery and may have to delay TKA, will reach out again after Thanksgiving","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40405":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia. Otherwise, he would have been willing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40406":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and not having the time available.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40407":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"66","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined again 11/21/2022","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40408":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"53","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40409":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Works full time and can't take time off before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40410":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40411":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to having a spinal cord stimulator and unable to have an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40412":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"63","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40413":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40414":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-29","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to busy between now and her surgery date.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40415":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-29","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to leaving town on vacation until just before her surgery and not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40416":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40417":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to not being able to drive or fill out forms. Only his wife can communicate for him","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40418":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"68","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to already having an MRI of her knee and not needing another one","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40419":{"redcap_data_access_group":"northshore","main_record_id":"10250","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-30","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-09","sp_v1_preop_date":"2021-12-20","sp_v2_6wk_date":"2022-03-23","sp_v3_3mo_date":"2022-05-09","age":"81","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:04:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline Surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:12:55","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40420":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being too busy to take the time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40421":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40422":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40423":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40424":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to it being too involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40425":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40426":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to being uncomfortable having and MRI and having to remove her glucose monitor","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40427":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to still having to come to terms with needing a knee replacement much less anything else.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40428":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being a FedEx driver with no time between now and surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40429":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to Evanston being too far away and being too busy with the Holidays and going away between now and his surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40430":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40431":{"redcap_data_access_group":"northshore","main_record_id":"10257","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-09","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-15","sp_v1_preop_date":"2021-12-22","sp_v2_6wk_date":"2022-03-29","sp_v3_3mo_date":"2022-05-15","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:15:26","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"1"}}},"40432":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40433":{"redcap_data_access_group":"northshore","main_record_id":"10258","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-09","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-28","sp_v1_preop_date":"2022-02-24","sp_v2_6wk_date":"2022-04-11","sp_v3_3mo_date":"2022-05-28","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:18:08","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:19:21","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.\r\n","erep_rel_covid19":"0"}}},"40434":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"leaves town after the surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40435":{"redcap_data_access_group":"northshore","main_record_id":"10253","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-10","screening_age":"73","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-15","sp_v1_preop_date":"2022-01-04","sp_v2_6wk_date":"2022-04-26","sp_v3_3mo_date":"2022-06-15","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-10-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Patient was unable to come in for baseline visit due to the COVID shut down in January at Northshore. ","sp_data_site":"N/A"},"40436":{"redcap_data_access_group":"northshore","main_record_id":"10264","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-01-06","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-01-07","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Patient's surgery was cancelled due to increase in COVID cases. Unable to bring in when surgery was rescheduled because in person research had not been re-started. ","sp_data_site":"N/A"},"40437":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left several VM, never heard back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40438":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40439":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40440":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40441":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"still working full time and distance ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40442":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to the time commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40443":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"61","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to being primarily concerned about how she was going to do with the surgery rather than participating in a research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40444":{"redcap_data_access_group":"northshore","main_record_id":"10263","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-16","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-01-11","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-01-07","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Patient's surgery was canceled due to COVID cases increasing in January. Patient was attempted to be re-contacted, but was unreachable. ","sp_data_site":"N/A"},"40445":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too much of a time commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40446":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"the patient declined participation due to \"not wanting to do it\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40447":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-17","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"patient declined participation due to feeling she is not a good candidate for research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40448":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Did not like the genetic language in the consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40449":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"48","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":" the patient is going to think about it and will call us back after the New Year if he is interested in pursuing it","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40450":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"68","screening_gender":"1","screening_race":"1","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40451":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-21","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40452":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40453":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to distance to Evanston Hospital too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40454":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to leaving town as soon as possible after his surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40455":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-21","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to claustrophobia with MRIs. Otherwise, would consider participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40456":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-21","screening_age":"74","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being too busy at work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40457":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-21","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40458":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40459":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40460":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working full time until just before her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40461":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"12/22/2021 the patient is not inclined to participate but wants to consider it and will get back to us if decides.\r\nsurgery rescheduled from January to March due to Covid situation\r\n2/14/2022 pt did not want to participate because of the brain MRI involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40462":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to still working full time until just before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40463":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to running our emergency room in the middle of a covid surge and having no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40464":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40465":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too much time and effort.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40466":{"redcap_data_access_group":"northshore","main_record_id":"10285","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-04","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-22","sp_v1_preop_date":"2022-02-15","sp_v2_6wk_date":"2022-04-05","sp_v3_3mo_date":"2022-05-22","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40467":{"redcap_data_access_group":"northshore","main_record_id":"10288","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-08","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-22","sp_v1_preop_date":"2022-02-17","sp_v2_6wk_date":"2022-04-05","sp_v3_3mo_date":"2022-05-22","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40468":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested, but currently no days on the schedule work. Will give her a call if something opens up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40469":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"patient declined participation due to having just retired and wanting to relax","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40470":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to not being able to take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40471":{"redcap_data_access_group":"northshore","main_record_id":"10400","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-08","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-23","sp_v1_preop_date":"2022-06-13","sp_v2_6wk_date":"2022-08-04","sp_v3_3mo_date":"2022-09-23","age":"57","sex":"1","genident":"N/A","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:41:07","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside window time","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 10:42:07","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40472":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Can't take time off from work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40473":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40474":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Totally booked","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40475":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt declined participation due to not having enough time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40476":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40477":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"78","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too much involvement","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40478":{"redcap_data_access_group":"northshore","main_record_id":"10293","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-15","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-02","sp_v1_preop_date":"2022-02-23","sp_v2_6wk_date":"2022-04-13","sp_v3_3mo_date":"2022-06-02","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40479":{"redcap_data_access_group":"northshore","main_record_id":"10294","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-15","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-02","sp_v1_preop_date":"2022-02-23","sp_v2_6wk_date":"2022-04-13","sp_v3_3mo_date":"2022-06-02","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40480":{"redcap_data_access_group":"northshore","main_record_id":"10300","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-16","screening_age":"79","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-04","sp_v1_preop_date":"2022-02-25","sp_v2_6wk_date":"2022-04-15","sp_v3_3mo_date":"2022-06-04","age":"N/A","sex":"2","genident":"2","ethnic":"N/A","dem_race":"2","ewdateterm":"2022-03-02","ewprimaryreason":"1","ewdisreasons":"4","ewpireason":"N/A","ewcomments":"Could not come to her initial appointment, then had to get COVID test for her surgery and quarantine. Unable to come in after.","sp_data_site":"N/A"},"40481":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-16","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt declined participation due to distance to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40482":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-16","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much of a time commitment for patient, lives further north","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40483":{"redcap_data_access_group":"northshore","main_record_id":"10303","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-16","screening_age":"55","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-03","sp_v1_preop_date":"2022-02-28","sp_v2_6wk_date":"2022-04-14","sp_v3_3mo_date":"2022-06-03","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-04-28","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Lost to follow up per Emma G","sp_data_site":"N/A"},"40484":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40485":{"redcap_data_access_group":"northshore","main_record_id":"10296","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-18","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-02-25","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-03-28","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient's surgery was canceled.","sp_data_site":"N/A"},"40486":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-18","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt does not want to participate as he is getting two knees done very close together and has a lot going on. May be interested in study for his second knee.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40487":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-18","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40488":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-18","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too busy between now and surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40489":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-18","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"\"Not something I am interested in spending my time doing\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40490":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40491":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being in too much pain and still working","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40492":{"redcap_data_access_group":"northshore","main_record_id":"10298","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-22","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-17","sp_v1_preop_date":"2022-03-07","sp_v2_6wk_date":"2022-04-28","sp_v3_3mo_date":"2022-06-17","age":"78","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40493":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt declined participation due to his wife just having shoulder surgery and can't be away from home that much","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40494":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"too busy and not having time for the testing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40495":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40496":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40497":{"redcap_data_access_group":"northshore","main_record_id":"10297","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-22","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-08","sp_v1_preop_date":"2022-03-08","sp_v2_6wk_date":"2022-04-19","sp_v3_3mo_date":"2022-06-08","age":"38","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40498":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia with the MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40499":{"redcap_data_access_group":"northshore","main_record_id":"10305","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-23","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-17","sp_v1_preop_date":"2022-03-11","sp_v2_6wk_date":"2022-04-28","sp_v3_3mo_date":"2022-06-17","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40500":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to too bus working to take the time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40501":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too busy to take the time and travel to Evanston","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40502":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40503":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40504":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-25","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40505":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and cannot take the time off before his surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40506":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40507":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Her daughter answered the phone and indicated her mother was very limited in English, a bit older, and would probably not be a good candidate for the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40508":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to it being too much for her.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40509":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to it being too much for her.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40510":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40511":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40512":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40513":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to being the sole caregiver for his disabled wife and not being able to take the time to leaver her alone.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40514":{"redcap_data_access_group":"northshore","main_record_id":"10314","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-09","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-28","sp_v1_preop_date":"2022-03-18","sp_v2_6wk_date":"2022-05-09","sp_v3_3mo_date":"2022-06-28","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40515":{"redcap_data_access_group":"northshore","main_record_id":"10319","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-09","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-29","sp_v1_preop_date":"2022-03-24","sp_v2_6wk_date":"2022-05-10","sp_v3_3mo_date":"2022-06-29","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40516":{"redcap_data_access_group":"northshore","main_record_id":"10318","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-09","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-30","sp_v1_preop_date":"2022-03-25","sp_v2_6wk_date":"2022-05-11","sp_v3_3mo_date":"2022-06-30","age":"72","sex":"2","genident":"2","ethnic":"N/A","dem_race":"2|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40517":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being that interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40518":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40519":{"redcap_data_access_group":"northshore","main_record_id":"10312","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-23","sp_v1_preop_date":"2022-03-16","sp_v2_6wk_date":"2022-05-04","sp_v3_3mo_date":"2022-06-23","age":"64","sex":"N/A","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40520":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives too far from Evanston","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40521":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40522":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40523":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40524":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too many appointments leading up to his surgery, does not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40525":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40526":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40527":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40528":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40529":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40530":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40531":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40532":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not wanting anyone to look at her brain.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40533":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40534":{"redcap_data_access_group":"northshore","main_record_id":"10322","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-16","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-03-30","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"74","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"2022-09-22","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"surgery was canceled. ","sp_data_site":"N/A"},"40535":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not being able to take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40537":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40538":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40539":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"the patient declined participation due to distance and an aversion to an hour in the MRI machine.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40540":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to needing to concentrate on a non-healing leg wound before surgery and not enough time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40541":{"redcap_data_access_group":"northshore","main_record_id":"10330","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-18","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-14","sp_v1_preop_date":"2022-04-04","sp_v2_6wk_date":"2022-05-26","sp_v3_3mo_date":"2022-07-14","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:51:18","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40542":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40543":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"63","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance to Evanston from Palos.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40544":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being our of town for the 3 month followup period.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40545":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40546":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not having the time for the testing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40547":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"the patient declined participation due to her husband being blind and not able to be away from him.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40548":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to to busy to take the time before surgery due to work and all the other activities.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40549":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40550":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40551":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"53","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40552":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40553":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40554":{"redcap_data_access_group":"northshore","main_record_id":"10333","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-22","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-18","sp_v1_preop_date":"2022-04-06","sp_v2_6wk_date":"2022-05-30","sp_v3_3mo_date":"2022-07-18","age":"46","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40555":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not driving any distance and not using e-mail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40556":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40557":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being too overwhelmed by everything else going on in her life.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40558":{"redcap_data_access_group":"northshore","main_record_id":"10334","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-23","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-18","sp_v1_preop_date":"2022-04-07","sp_v2_6wk_date":"2022-05-30","sp_v3_3mo_date":"2022-07-18","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-08-03 11:51:27","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant came one day outside of protocol range due to scheduling. ","erep_protdev_caplan":"None.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:53:06","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Acute daily surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40559":{"redcap_data_access_group":"northshore","main_record_id":"10340","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-23","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-20","sp_v1_preop_date":"2022-04-11","sp_v2_6wk_date":"2022-06-01","sp_v3_3mo_date":"2022-07-20","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40561":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-23","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She is not interested in participating in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40562":{"redcap_data_access_group":"northshore","main_record_id":"10328","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-23","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-12","sp_v1_preop_date":"2022-04-04","sp_v2_6wk_date":"2022-05-24","sp_v3_3mo_date":"2022-07-12","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:49:04","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Acute daily surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:50:07","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40563":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too busy remodelling condo.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40564":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to no longer driving and not wanting to participate.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40565":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40566":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40567":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-25","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40568":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"69","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance from Evanston to Oak Lawn.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40569":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-25","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" patient declined participation due to multiple trips out of town prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40570":{"redcap_data_access_group":"northshore","main_record_id":"10345","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-25","screening_age":"65","screening_gender":"1","screening_race":"5","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-26","sp_v1_preop_date":"2022-04-18","sp_v2_6wk_date":"2022-06-07","sp_v3_3mo_date":"2022-07-26","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-08-03 13:23:51","erep_ae_date":"2022-04-18","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-04-18 13:24","erep_resolution_date":"2022-04-18 13:24","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Patient reported at 3 month study visit that the cuff from his baseline visit was very uncomfortable and caused the veins in his legs to bulge out. He is not in any pain. He did not mention this at his 6 week follow up visit or on any follow up phone calls.","erep_action_taken":"No MRI with cuff was done. ","erep_outcome":"No MRI was done. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40571":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-25","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40572":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-26","screening_age":"45","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40573":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working and not having time before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40574":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too much involvement.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40575":{"redcap_data_access_group":"northshore","main_record_id":"10342","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-28","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-26","sp_v1_preop_date":"2022-04-12","sp_v2_6wk_date":"2022-06-07","sp_v3_3mo_date":"2022-07-26","age":"75","sex":"N/A","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:54:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside study window. ","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:55:34","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40576":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to being in Florida until just before her surgery. Also somewhat claustrophobic and nervous about MRI.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40577":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"41","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being busy working and claustrophobia about the MRI.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40578":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being a tax accountant with surgery scheduled on 4/18/22.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40579":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working full time up until his surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40580":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-11","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working full time up until her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40581":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40582":{"redcap_data_access_group":"northshore","main_record_id":"10352","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-12","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-26","sp_v1_preop_date":"2022-04-21","sp_v2_6wk_date":"2022-06-07","sp_v3_3mo_date":"2022-07-26","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:06:04","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys are outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40583":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40584":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40585":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not wanting to travel that far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40586":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"84","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"She is a physician; Interested in participating and will call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40587":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40588":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40589":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Never heard back from patient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40590":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to claustrophobia with MRI. Otherwise, would have participated.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40591":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"declined participation due to being too busy taking care of her grandchildren.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40592":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to distance and time to travel to Evanston Hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40593":{"redcap_data_access_group":"northshore","main_record_id":"10353","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-14","screening_age":"74","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-03","sp_v1_preop_date":"2022-04-27","sp_v2_6wk_date":"2022-06-14","sp_v3_3mo_date":"2022-08-03","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:07:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys are outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40594":{"redcap_data_access_group":"northshore","main_record_id":"10348","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-14","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-05","sp_v1_preop_date":"2022-05-02","sp_v2_6wk_date":"2022-06-16","sp_v3_3mo_date":"2022-08-05","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"2|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:05:05","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40595":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40596":{"redcap_data_access_group":"northshore","main_record_id":"10351","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-15","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-04-28","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-09-22","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-04-28 14:56:20","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient was unable to complete the MRI. He has severe spinal stenosis and the MRI technologist was unable to snap head coil on due to the spine issues. He was unable to be positioned and the technologist could not complete the scan.","erep_protdev_caplan":"Patient will not be scanned at the 3 month visit.","erep_rel_covid19":"0"}}},"40597":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not wanting to do it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40598":{"redcap_data_access_group":"northshore","main_record_id":"10357","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-15","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-09","sp_v1_preop_date":"2022-05-03","sp_v2_6wk_date":"2022-06-20","sp_v3_3mo_date":"2022-08-09","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40599":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being sure he is even going to go ahead with the surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40600":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Seemed interested but then stated it was too much. Requested more info, which I sent via NSC. Advised him how to contact us if he changes his mind. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40601":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40602":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40603":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40604":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being in Florida until just before his ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40605":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not being able to take time off from work as a teacher.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40606":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40607":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"40","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40608":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-21","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40609":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40610":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40611":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"She had not reviewed the information brochure but requested more information and will get back to us if interested. A2CPS info sent via NSConnect.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40612":{"redcap_data_access_group":"northshore","main_record_id":"10374","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-25","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-13","sp_v1_preop_date":"2022-05-09","sp_v2_6wk_date":"2022-06-24","sp_v3_3mo_date":"2022-08-13","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-05-09","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient called and canceled baseline visit, he does not have time for it before his surgery","sp_data_site":"N/A"},"40613":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40614":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia with the MRI.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40615":{"redcap_data_access_group":"northshore","main_record_id":"10375","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-26","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-17","sp_v1_preop_date":"2022-05-11","sp_v2_6wk_date":"2022-06-28","sp_v3_3mo_date":"2022-08-17","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:08:41","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys are outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40616":{"redcap_data_access_group":"northshore","main_record_id":"10366","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-26","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-17","sp_v1_preop_date":"2022-05-06","sp_v2_6wk_date":"2022-06-28","sp_v3_3mo_date":"2022-08-17","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40617":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not wanting to make that commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40618":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not wanting to talk about it.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40619":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"the patient is interested but somewhat concerned about MRI. Also has small veins that roll with blood draws always a problem. Wants to think about it. Will call again on Thursday.\r\n\u00a0Interested but somewhat concerned about MRI. Also has small veins that roll with blood draws always a problem. Wants to think about it. Will call again on Thursday. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40620":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not wanting to go up to Evanston.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40621":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"73","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40622":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40623":{"redcap_data_access_group":"northshore","main_record_id":"10364","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-27","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-23","sp_v1_preop_date":"2022-05-10","sp_v2_6wk_date":"2022-07-04","sp_v3_3mo_date":"2022-08-23","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40624":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40625":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is too busy watching his grandchildren during the day","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40626":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to having to take care of grandchildren every day.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40627":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40628":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40629":{"redcap_data_access_group":"northshore","main_record_id":"10376","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-16","sp_v1_preop_date":"2022-05-12","sp_v2_6wk_date":"2022-06-27","sp_v3_3mo_date":"2022-08-16","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40630":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-28","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Overwhelmed before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40631":{"redcap_data_access_group":"northshore","main_record_id":"10381","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-02","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-23","sp_v1_preop_date":"2022-05-18","sp_v2_6wk_date":"2022-07-04","sp_v3_3mo_date":"2022-08-23","age":"75","sex":"1","genident":"N/A","ethnic":"4","dem_race":"5","ewdateterm":"2022-05-18","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Day of appointment patient called and said it was too overwhelming. ","sp_data_site":"N/A"},"40632":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40633":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"concerns about pressure on varicose veins in calf and generally being overwhelmed preparing for the surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40634":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and too busy to participate with the time needed for the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40635":{"redcap_data_access_group":"northshore","main_record_id":"10382","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-25","sp_v1_preop_date":"2022-05-19","sp_v2_6wk_date":"2022-07-06","sp_v3_3mo_date":"2022-08-25","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40636":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-03","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"the patient declined participation without specifying a reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40637":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-03","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40638":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-04","screening_age":"78","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40639":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-04","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40640":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-04","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40641":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-04","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"working full time, moving and distance to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40642":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-04","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to having a bone anchored ear implant as a contradiction to the high intensity research MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40643":{"redcap_data_access_group":"northshore","main_record_id":"10388","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-04","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-28","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Patient's original was rescheduled due to a fall. Unable to reach participant to come back in.","sp_data_site":"N/A"},"40644":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40645":{"redcap_data_access_group":"northshore","main_record_id":"10379","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-05","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-10","sp_v1_preop_date":"2022-05-16","sp_v2_6wk_date":"2022-09-21","sp_v3_3mo_date":"2022-11-10","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-07-13","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient's cat is having surgery and she is overwhelmed before her surgery and can no longer participate. ","sp_data_site":"N/A"},"40646":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-06","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40647":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-06","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to now living in Kentucky.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40648":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-06","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to being a private person and not wanting to be involved in any research.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40649":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-06","screening_age":"78","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"\r\nHe is intereted but wants to discuss with wife and children. Sent info via NSC. I will re-contact next week.\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40650":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-10","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40651":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-10","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40652":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-10","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to having changed surgeons to avoid preop MRI for knee that was to be used for creating patient specific instruments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40653":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-10","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40654":{"redcap_data_access_group":"northshore","main_record_id":"10394","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-11","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-07","sp_v1_preop_date":"2022-05-31","sp_v2_6wk_date":"2022-07-19","sp_v3_3mo_date":"2022-09-07","age":"N/A","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40655":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to busy to take the time for the testing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40656":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"78","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to concerns about claustrophobia with the MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40657":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having a two day old granddaughter she has to help take care of.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40658":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to anxiety about upcoming surgery and too much going on in her family life. Scheduled for 2nd TKA 3 months and one week after the 1st knee and willing to consider participating at that time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40659":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"clarifying what was involved, the patient declined participation due to not wanting to travel to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40660":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She was not interested in the study and was frustrated that she could not find a doctor for pre-op medical clearance.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40661":{"redcap_data_access_group":"northshore","main_record_id":"10380","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-12","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-09","sp_v1_preop_date":"2022-06-02","sp_v2_6wk_date":"2022-07-21","sp_v3_3mo_date":"2022-09-09","age":"74","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40662":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient's husband passed away decided it was too much on her plate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40663":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40664":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to needing to care for grandchildren.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40665":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40666":{"redcap_data_access_group":"northshore","main_record_id":"10385","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-13","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-10","sp_v1_preop_date":"2022-05-24","sp_v2_6wk_date":"2022-07-22","sp_v3_3mo_date":"2022-09-10","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40667":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not wanting to participate and distance to Evanston.'","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40668":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40669":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-16","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40670":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-16","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to being in Oak Brook and doesn't have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40671":{"redcap_data_access_group":"northshore","main_record_id":"10386","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-16","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-13","sp_v1_preop_date":"2022-06-06","sp_v2_6wk_date":"2022-07-25","sp_v3_3mo_date":"2022-09-13","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40672":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-16","screening_age":"69","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"the patient wants to think about it.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40673":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-16","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"the patient declined participation due to claustrophobia and time/distance to Evanston form NW suburbs.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40674":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not wanting to be bothered.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40675":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40676":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40677":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"78","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40678":{"redcap_data_access_group":"northshore","main_record_id":"10383","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-17","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-15","sp_v1_preop_date":"2022-06-09","sp_v2_6wk_date":"2022-07-27","sp_v3_3mo_date":"2022-09-15","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40679":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40680":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to claustrophobia and thinking about the study would make her too anxious.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40681":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40682":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40683":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40684":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40685":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"he requested information in writing and to be called again. Sent A2CPS info via NSC.\r\nI will contact again.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40686":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"59","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40687":{"redcap_data_access_group":"northshore","main_record_id":"10387","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-19","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-20","sp_v1_preop_date":"2022-06-07","sp_v2_6wk_date":"2022-08-01","sp_v3_3mo_date":"2022-09-20","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40688":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"74","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40690":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40689":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to severe Benign paroxysmal positional vertigo (BPPV) where she is unable to lay supine for more than a few minutes, which is the position in the MRI scanner.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40691":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too busy and not having reliable transportation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40692":{"redcap_data_access_group":"northshore","main_record_id":"10402","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-24","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-22","sp_v1_preop_date":"2022-06-15","sp_v2_6wk_date":"2022-08-03","sp_v3_3mo_date":"2022-09-22","age":"79","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40693":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working full time up until surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40694":{"redcap_data_access_group":"northshore","main_record_id":"10432","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-26","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-01","sp_v1_preop_date":"2022-07-25","sp_v2_6wk_date":"2022-09-12","sp_v3_3mo_date":"2022-11-01","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40695":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40696":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to taking too much time.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40697":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":" patient declined participation due to having read the information brochure and decided to not do it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40698":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to not being comfortable with her genetic material being part of the study and in a repository.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40699":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not having or using e-mail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40700":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40701":{"redcap_data_access_group":"northshore","main_record_id":"10401","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-10","screening_age":"72","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-22","sp_v1_preop_date":"2022-06-16","sp_v2_6wk_date":"2022-08-03","sp_v3_3mo_date":"2022-09-22","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:43:22","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 10:44:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40702":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being a single mom and working full time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40703":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"74","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40704":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"58","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40705":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to no time, busy with 15 grandchildren and still working.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40706":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-13","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40707":{"redcap_data_access_group":"northshore","main_record_id":"10406","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-13","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-12","sp_v1_preop_date":"2022-06-27","sp_v2_6wk_date":"2022-08-23","sp_v3_3mo_date":"2022-10-12","age":"65","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40708":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40709":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to not wanting to experience any of the discomfort associated with the testing.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40710":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to distance to Evanston from Southside and hates e-mails.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40711":{"redcap_data_access_group":"northshore","main_record_id":"10407","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-14","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-14","sp_v1_preop_date":"2022-06-23","sp_v2_6wk_date":"2022-08-25","sp_v3_3mo_date":"2022-10-14","age":"64","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40712":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40713":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40714":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined due to being too busy. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40716":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"She is willing to participate but planning on re-scheduling surgery in the Fall and will call me back at that time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40715":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"48","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Had insurance issues getting everything approved and now no longer has time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40717":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40718":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40719":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40720":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to already having too many doctor appointments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40721":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40722":{"redcap_data_access_group":"northshore","main_record_id":"10415","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-22","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-05","sp_v1_preop_date":"2022-06-29","sp_v2_6wk_date":"2022-08-16","sp_v3_3mo_date":"2022-10-05","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40723":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40724":{"redcap_data_access_group":"northshore","main_record_id":"10414","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-22","screening_age":"78","screening_gender":"1","screening_race":"3","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-20","sp_v1_preop_date":"2022-07-07","sp_v2_6wk_date":"2022-08-31","sp_v3_3mo_date":"2022-10-20","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40725":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-24","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40726":{"redcap_data_access_group":"northshore","main_record_id":"10427","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-24","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-21","sp_v1_preop_date":"2022-07-13","sp_v2_6wk_date":"2022-09-01","sp_v3_3mo_date":"2022-10-21","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40727":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having a ton of health problems, too many CTs and MRIs and not up for it.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40728":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40729":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40730":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40731":{"redcap_data_access_group":"northshore","main_record_id":"10428","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-28","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-19","sp_v1_preop_date":"2022-07-14","sp_v2_6wk_date":"2022-08-30","sp_v3_3mo_date":"2022-10-19","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:48:34","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 10:49:26","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40732":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"55","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40733":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having some medical appointment or test nearly every day until surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40734":{"redcap_data_access_group":"northshore","main_record_id":"10419","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-29","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-27","sp_v1_preop_date":"2022-07-18","sp_v2_6wk_date":"2022-09-07","sp_v3_3mo_date":"2022-10-27","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:45:32","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40735":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wants to discuss with husband; Sent info via NSC; Will call back next week","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40736":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"63","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and too involved.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40737":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to living in Wisconsin.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40738":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40739":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40740":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40741":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40742":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40743":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40744":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40745":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40746":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40747":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40748":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40749":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40750":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"77","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"declined participation due to not seeing the need to go to Evanston Hospital if surgery is at Skokie Hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40751":{"redcap_data_access_group":"northshore","main_record_id":"10433","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-11","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-02","sp_v1_preop_date":"2022-07-26","sp_v2_6wk_date":"2022-09-13","sp_v3_3mo_date":"2022-11-02","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-10-12 11:47:06","erep_ae_date":"2022-07-26","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-07-26 01:00","erep_resolution_date":"2022-07-27 01:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Called patient to schedule follow up visit, and patient said after the baseline MRI their ears were ringing for a little bit. It has since resolved. ","erep_action_taken":"None. Willing to do 3 month MRI with additional hearing protection. ","erep_outcome":"None.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40752":{"redcap_data_access_group":"northshore","main_record_id":"10430","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-11","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-03","sp_v1_preop_date":"2022-07-27","sp_v2_6wk_date":"2022-09-14","sp_v3_3mo_date":"2022-11-03","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40753":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"After discussing her history and reviewing the record, she has multiple auto-immune conditions including inflammatory arthritis which is an exclusion for this study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40754":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"80","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and difficulty getting to Evanston Hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40755":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"80","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40756":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"75","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40757":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40758":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40759":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40760":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"77","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40761":{"redcap_data_access_group":"northshore","main_record_id":"10429","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-07-13","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-10","sp_v1_preop_date":"2022-08-03","sp_v2_6wk_date":"2022-09-21","sp_v3_3mo_date":"2022-11-10","age":"79","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:50:43","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Acute daily surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 10:51:25","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40762":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40763":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40764":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40765":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40766":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being sole caregiver for her husband and not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40767":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40768":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40769":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40770":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40771":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40772":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Doesn't want an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40773":{"redcap_data_access_group":"northshore","main_record_id":"10431","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-07-18","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-08","sp_v1_preop_date":"2022-07-28","sp_v2_6wk_date":"2022-09-19","sp_v3_3mo_date":"2022-11-08","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40774":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"the patient felt it was too involved to participate but will discuss it with her husband.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40775":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40776":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to baby sits grandchildren full time until surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40777":{"redcap_data_access_group":"northshore","main_record_id":"10437","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-16","sp_v1_preop_date":"2022-08-10","sp_v2_6wk_date":"2022-09-27","sp_v3_3mo_date":"2022-11-16","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40778":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-19","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40779":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and care for 90 yo mother.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40780":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"67","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40781":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"pt has claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40782":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40783":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40784":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-21","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40785":{"redcap_data_access_group":"northshore","main_record_id":"10434","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-22","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-18","sp_v1_preop_date":"2022-08-08","sp_v2_6wk_date":"2022-09-29","sp_v3_3mo_date":"2022-11-18","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40786":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40787":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40788":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40789":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40790":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"58","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40791":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40792":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"61","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40793":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to having to answer a lot of questionnaires and being subjected to a lot of discomfort sounds like what they do to you in prison.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40794":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40795":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40796":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"63","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40797":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40798":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40799":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-02","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40800":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"\r\nIs getting a 2nd opinion and will decide next week. Described study fully and sent him the info brochure via NSC. He indicated he would call back but if he does not, call and see if he is interested. I specified testing would need to be done before 8/12 \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40801":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40802":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40803":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"75","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40804":{"redcap_data_access_group":"northshore","main_record_id":"10460","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-23","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-13","sp_v1_preop_date":"2022-09-06","sp_v2_6wk_date":"2022-10-25","sp_v3_3mo_date":"2022-12-13","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40805":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to already having too much on her plate.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40806":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40807":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"72","screening_gender":"2","screening_race":"1","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40808":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient indicated she was claustrophobic but could do an MRI with valium. I explained that we could not do that and she may not be eligible. She is going to think about it, review the material and may get back to us if she is interested and thinks she can have a brain MRI and stay still inside the tube for nearly an hour.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40809":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"72","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being an accountant and needing to get all the tax work due on 9/15 done before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40810":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|1","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40811":{"redcap_data_access_group":"northshore","main_record_id":"10468","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-23","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Retired physician. Understood elements of study. For next five days will be on a bike trip in Appalachian mountains, unable to answer phone. She will be able to answer texts or e-mails. Prefers to not have to use NSConnect. Tue or Fri after Labor day would work out the best. ","obtain_date":"2022-09-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-14","sp_v1_preop_date":"2022-09-09","sp_v2_6wk_date":"2022-10-26","sp_v3_3mo_date":"2022-12-14","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40812":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"79","screening_gender":"2","screening_race":"3","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to already being a nervous wreck.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40813":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to having too many other issues going on.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40814":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40815":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40816":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"78","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40817":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-29","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40818":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-29","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient stated they have too much pain to be able to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40819":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-29","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to no available time between work and taking grandkids to Disney.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40820":{"redcap_data_access_group":"northshore","main_record_id":"10471","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-30","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-20","sp_v1_preop_date":"2022-09-12","sp_v2_6wk_date":"2022-11-01","sp_v3_3mo_date":"2022-12-20","age":"65","sex":"2","genident":"2","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40821":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40822":{"redcap_data_access_group":"northshore","main_record_id":"10472","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-30","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-21","sp_v1_preop_date":"2022-09-19","sp_v2_6wk_date":"2022-11-02","sp_v3_3mo_date":"2022-12-21","age":"68","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40823":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40824":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having too much else to do preparing for surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40825":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not being available at 3 month visit due to going to Fla for winter.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40826":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Followed up with the patient about the study who now recalls she had spine neurostimulator that was removed but left with broken wires and advised to not have an MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40827":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to time and distance to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40828":{"redcap_data_access_group":"northshore","main_record_id":"10474","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-02","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-27","sp_v1_preop_date":"2022-09-20","sp_v2_6wk_date":"2022-11-07","sp_v3_3mo_date":"2022-12-27","age":"83","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40829":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"78","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40830":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40831":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"78","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40832":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40833":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40834":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"73","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40835":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"72","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40836":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to owning his own business and not being able to take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40837":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"66","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to still working full time until just before the surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40838":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40839":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"The patient declined participation due to not having time and not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40840":{"redcap_data_access_group":"northshore","main_record_id":"10479","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-21","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-03","sp_v1_preop_date":"2022-09-29","sp_v2_6wk_date":"2022-11-13","sp_v3_3mo_date":"2023-01-02","age":"77","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-17 12:12:04","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"The 3-month post-surgery visit was completed one day outside of the protocol range. ","erep_protdev_caplan":"Visit was still completed","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 10:55:47","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40841":{"redcap_data_access_group":"northshore","main_record_id":"10477","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-21","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-03","sp_v1_preop_date":"2022-09-13","sp_v2_6wk_date":"2022-11-13","sp_v3_3mo_date":"2023-01-02","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:54:08","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40842":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40843":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" The patient declined participation due to still working and does not have the time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40844":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40845":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40846":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40847":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to distance to Evanston and time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40848":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to going to Florida for the winter < 3 months from surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40849":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to too much of a time commitment.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40850":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"72","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient's husband is a cancer patient and she does not have time to do additional activities. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40851":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40852":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to not having enough energy to participate.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40853":{"redcap_data_access_group":"northshore","main_record_id":"10480","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-23","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-13","sp_v1_preop_date":"2022-10-05","sp_v2_6wk_date":"2022-11-23","sp_v3_3mo_date":"2023-01-12","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40854":{"redcap_data_access_group":"northshore","main_record_id":"10544","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-26","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-13","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-22","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:17:36","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40855":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40856":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient declined participation due to not wanting to.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40857":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40858":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient declined participation due to no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40859":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40860":{"redcap_data_access_group":"northshore","main_record_id":"10481","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-28","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-07","sp_v1_preop_date":"2022-10-18","sp_v2_6wk_date":"2022-12-19","sp_v3_3mo_date":"2023-02-06","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40861":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"66","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40862":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40863":{"redcap_data_access_group":"northshore","main_record_id":"10488","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-28","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-17","sp_v1_preop_date":"2022-10-13","sp_v2_6wk_date":"2022-11-27","sp_v3_3mo_date":"2023-01-16","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40864":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"1","ptinterest_comment":"The patient declined participation due to covid exposure fears in the hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40865":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT believes his schedule will not support the additional visits needed in order to participate in this study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40866":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40867":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having to go down to his house in Naples and take care of the hurricane damage before his surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40868":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-30","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40869":{"redcap_data_access_group":"northshore","main_record_id":"10486","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-30","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-11","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40870":{"redcap_data_access_group":"northshore","main_record_id":"10490","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-30","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-14","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40871":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-30","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to time and distance to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40872":{"redcap_data_access_group":"northshore","main_record_id":"10497","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-30","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-21","sp_v1_preop_date":"2022-10-18","sp_v2_6wk_date":"2022-12-01","sp_v3_3mo_date":"2023-01-20","age":"51","sex":"2","genident":"N/A","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:58:38","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 11:02:37","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys Lost to follow up","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40873":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40874":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to extensive travel plans prior to surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40875":{"redcap_data_access_group":"northshore","main_record_id":"10491","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-04","screening_age":"52","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-11","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"52","sex":"1","genident":"1","ethnic":"1","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40876":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not wanting to do any research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40877":{"redcap_data_access_group":"northshore","main_record_id":"10500","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-05","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-24","sp_v1_preop_date":"2022-10-21","sp_v2_6wk_date":"2022-12-04","sp_v3_3mo_date":"2023-01-23","age":"53","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:04:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 11:05:36","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-13 11:06:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40878":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"73","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"the patient declined participation due to not wanting to talk about it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40879":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40880":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40881":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40882":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"65","screening_gender":"1","screening_race":"1","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient is ineligible - second knee within 90 days","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40883":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"66","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40884":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Going to Florida for the winter","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40885":{"redcap_data_access_group":"northshore","main_record_id":"10496","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-06","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-26","sp_v1_preop_date":"2022-10-17","sp_v2_6wk_date":"2022-12-06","sp_v3_3mo_date":"2023-01-25","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40886":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40887":{"redcap_data_access_group":"northshore","main_record_id":"10493","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-06","screening_age":"62","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-26","sp_v1_preop_date":"2022-10-19","sp_v2_6wk_date":"2022-12-06","sp_v3_3mo_date":"2023-01-25","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40888":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40889":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to too many other doctor appointments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40890":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40891":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"declined participation due to being 82 and not wanting to drive that far just for a research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40892":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40893":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40895":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too involved.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40896":{"redcap_data_access_group":"northshore","main_record_id":"10502","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-11","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-27","sp_v1_preop_date":"2022-10-25","sp_v2_6wk_date":"2022-12-07","sp_v3_3mo_date":"2023-01-26","age":"72","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:07:20","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40897":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40898":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to having too many other things to do before his surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40899":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to working full time up until surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40900":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to being uncomfortable having a brain MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40901":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to distance since lives in southwest suburbs.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40902":{"redcap_data_access_group":"northshore","main_record_id":"10501","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-01","sp_v1_preop_date":"2022-10-25","sp_v2_6wk_date":"2022-12-13","sp_v3_3mo_date":"2023-01-31","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40903":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40904":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40905":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40906":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being out of town until just before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40907":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to in too much pain to travel all the way to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40908":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due being in Spain visiting her daughter until just prior to the surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40909":{"redcap_data_access_group":"northshore","main_record_id":"10503","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-17","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-02","sp_v1_preop_date":"2022-10-24","sp_v2_6wk_date":"2022-12-14","sp_v3_3mo_date":"2023-02-01","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"2|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:08:14","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40910":{"redcap_data_access_group":"northshore","main_record_id":"10524","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-14","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-14","sp_v1_preop_date":"2022-11-21","sp_v2_6wk_date":"2023-01-25","sp_v3_3mo_date":"2023-03-15","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:14:18","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation item surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40911":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40912":{"redcap_data_access_group":"northshore","main_record_id":"10504","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-18","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-08","sp_v1_preop_date":"2022-10-27","sp_v2_6wk_date":"2022-12-20","sp_v3_3mo_date":"2023-02-07","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:09:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month survey completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40913":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient declined participation due to having too much else going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40914":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT decided last minute that the study involved more than they were willing to do.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40915":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40916":{"redcap_data_access_group":"northshore","main_record_id":"10510","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-18","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-08","sp_v1_preop_date":"2022-11-03","sp_v2_6wk_date":"2022-12-20","sp_v3_3mo_date":"2023-02-07","age":"69","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40917":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to running a small construction company and too much work left before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40918":{"redcap_data_access_group":"northshore","main_record_id":"10507","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-19","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-09","sp_v1_preop_date":"2022-11-02","sp_v2_6wk_date":"2022-12-21","sp_v3_3mo_date":"2023-02-08","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40919":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to no interest.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40920":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40921":{"redcap_data_access_group":"northshore","main_record_id":"10515","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-09","sp_v1_preop_date":"2022-11-07","sp_v2_6wk_date":"2022-12-21","sp_v3_3mo_date":"2023-02-08","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:13:14","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40922":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40923":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to son just died and she has too many other worries.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40924":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to going to Mexico for the winter after her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40925":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to distance to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40926":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"The patient wanted to review the material she received in the packet asked to be called back next week.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40927":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to being concerned bout what the MRI might do to his brain. Advised that we did not believe this was a risk but respected his decision. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40928":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not having surgery at northshore anymore","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40929":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40930":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to time and distance from Palos to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40931":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to life being too crazy now getting ready for surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40932":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being too busy traveling before his surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40933":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to working full time until just before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40934":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to already having enough going on getting ready for the TKA.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40935":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to work commitments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40936":{"redcap_data_access_group":"northshore","main_record_id":"10519","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-25","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-21","sp_v1_preop_date":"2022-11-10","sp_v2_6wk_date":"2023-01-02","sp_v3_3mo_date":"2023-02-20","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-03-10 14:03:34","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3-month follow-up visit outside the protocol range because they were suffering from severe nerve pain at their surgical knee and could not drive. ","erep_protdev_caplan":"No corrective action needed. Patient herself could not come in due to severe nerve pain. ","erep_rel_covid19":"0"}}},"40937":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40938":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He declined participation due to a completely full schedule between now and surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40939":{"redcap_data_access_group":"northshore","main_record_id":"10508","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-26","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-22","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-01-03","sp_v3_3mo_date":"2023-02-21","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40940":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being too busy at work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40941":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to not being interested and already getting too many phone calls every day from political parties.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40942":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40943":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"58","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40944":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40945":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"73","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to lack of interest.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40946":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to unable to take time off from work.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40947":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"40","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40948":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"80","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to it being too much.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40949":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to it being too much.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40950":{"redcap_data_access_group":"northshore","main_record_id":"10523","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-02","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-30","sp_v1_preop_date":"2022-11-16","sp_v2_6wk_date":"2023-01-11","sp_v3_3mo_date":"2023-03-01","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40951":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to being more than she wants to be involved in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40952":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40953":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40954":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40955":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40956":{"redcap_data_access_group":"northshore","main_record_id":"10521","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-08","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-30","sp_v1_preop_date":"2022-11-15","sp_v2_6wk_date":"2023-01-11","sp_v3_3mo_date":"2023-03-01","age":"67","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-11-16 15:04:40","erep_ae_date":"2022-11-15","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-11-15 15:04","erep_resolution_date":"2022-11-15 15:04","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"PT became claustrophobic when head coil was placed before scan began.","erep_action_taken":"We tried to make PT feel comfortable but they were unable to do the scan.","erep_outcome":"MRI scan was not performed.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40957":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40958":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being a university professor trying to finish the semester before her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40959":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"66","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Runs a small business and doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40960":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40961":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40962":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to not being able to take time from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40963":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being on jury duty.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40964":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"\"My time is not worth answering this study question\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40965":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"The patient declined participation due to claustrophobia and too much else going on.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40966":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40967":{"redcap_data_access_group":"northshore","main_record_id":"10542","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-15","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-13","sp_v1_preop_date":"2022-12-09","sp_v2_6wk_date":"2023-01-24","sp_v3_3mo_date":"2023-03-14","age":"62","sex":"1","genident":"1","ethnic":"1","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:16:41","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40968":{"redcap_data_access_group":"northshore","main_record_id":"10532","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-16","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-09","sp_v1_preop_date":"2022-11-28","sp_v2_6wk_date":"2023-01-20","sp_v3_3mo_date":"2023-03-10","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40969":{"redcap_data_access_group":"northshore","main_record_id":"10528","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-16","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-15","sp_v1_preop_date":"2022-12-12","sp_v2_6wk_date":"2023-01-26","sp_v3_3mo_date":"2023-03-16","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40970":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40971":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"57","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to having too many other things to address before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40972":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to being uncomfortable with the MRI and being a very difficult blood draw.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40973":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"77","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40974":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being insanely busy at work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40975":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40976":{"redcap_data_access_group":"northshore","main_record_id":"10535","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-22","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-19","sp_v1_preop_date":"2022-12-07","sp_v2_6wk_date":"2023-01-30","sp_v3_3mo_date":"2023-03-20","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-12-05","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Patient reveled that they had a shunt in their skull, and MRI tech deemed that the scan could not continue without significant image artifact.","sp_data_site":"N/A"},"40977":{"redcap_data_access_group":"northshore","main_record_id":"10552","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-22","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-19","sp_v1_preop_date":"2022-12-16","sp_v2_6wk_date":"2023-01-30","sp_v3_3mo_date":"2023-03-20","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:19:25","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40978":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"66","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"she declined participation due to still working full time as a physician and not having enough time. Declined 11/30/2022","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40979":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40980":{"redcap_data_access_group":"northshore","main_record_id":"10534","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-22","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-08","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-22","age":"61","sex":"2","genident":"2","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:15:13","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40981":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-23","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being too busy with teaching responsibilities prior to the surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40982":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-23","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40983":{"redcap_data_access_group":"northshore","main_record_id":"10549","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-23","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-15","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-22","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40984":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-30","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40985":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-30","screening_age":"77","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"After discussing it with her daughter and clarifying what was involved, the they declined participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40986":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40987":{"redcap_data_access_group":"northshore","main_record_id":"10548","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-08","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-28","sp_v1_preop_date":"2022-12-20","sp_v2_6wk_date":"2023-02-08","sp_v3_3mo_date":"2023-03-29","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40988":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to no interest and transportation difficulties.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40989":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to feel any more pain than already feeling","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40990":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"50","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40991":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient declined participation due to no reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40992":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"68","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"The patient wants to think about it and will call me back if interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40993":{"redcap_data_access_group":"northshore","main_record_id":"10561","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-09","screening_age":"77","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-04","sp_v1_preop_date":"2022-12-27","sp_v2_6wk_date":"2023-02-15","sp_v3_3mo_date":"2023-04-04","age":"77","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40994":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"68","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40995":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40996":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-10","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to \"This is not for me.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40997":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40998":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40999":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to his wife having recently become ill and needing his attention.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41000":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Has mild claustrophobia and worried about whether she can do it. Sent info via NSC. Please fup with her and see if she is willing to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41001":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being out of town until just before his surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41002":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"56","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41003":{"redcap_data_access_group":"northshore","main_record_id":"10566","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-13","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Willing to participate but unsure about finding the time. Lives a block from Evanston Hospital. Runs a small business, is doing a system upgrade, many doctor appts, holidays, etc. Please see if he can find a time. We may need to be flexible since he can't predict his availability. ","obtain_date":"2022-12-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-10","sp_v1_preop_date":"2022-12-30","sp_v2_6wk_date":"2023-02-21","sp_v3_3mo_date":"2023-04-10","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41004":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41005":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41006":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to not wanting to have an MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41007":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41008":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41009":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"The patient declined participation due to distance.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41010":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41011":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41012":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-19","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Past experience regarding claustrophobia in MRI tube. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41013":{"redcap_data_access_group":"northshore","main_record_id":"10569","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-10","sp_v1_preop_date":"2023-01-03","sp_v2_6wk_date":"2023-02-21","sp_v3_3mo_date":"2023-04-10","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:24:06","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41014":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-19","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41015":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-19","screening_age":"67","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia in MRI tube.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41016":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41017":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41018":{"redcap_data_access_group":"northshore","main_record_id":"10560","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-20","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-17","sp_v1_preop_date":"2022-12-27","sp_v2_6wk_date":"2023-02-28","sp_v3_3mo_date":"2023-04-17","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:20:31","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41019":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41020":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41021":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"56","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41022":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it she informed me that 22 years ago she had brain surgery with a clip in place, which is a contraindication to the MRI and an exclusion criteria.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41023":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not wanting to do it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41024":{"redcap_data_access_group":"northshore","main_record_id":"10565","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-22","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-18","sp_v1_preop_date":"2023-01-10","sp_v2_6wk_date":"2023-03-01","sp_v3_3mo_date":"2023-04-18","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:21:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation item surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41025":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"81","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Family concerned about study procedure. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41026":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Looking to have contralateral TKA w/in three months.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41027":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41028":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-28","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41029":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-28","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41030":{"redcap_data_access_group":"northshore","main_record_id":"10572","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-25","sp_v1_preop_date":"2023-01-12","sp_v2_6wk_date":"2023-03-08","sp_v3_3mo_date":"2023-04-25","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:25:02","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41031":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-28","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to having already completed all the tests needed for her surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41032":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-28","screening_age":"72","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41033":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-28","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient declined participation due to no reason.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41034":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-29","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41035":{"redcap_data_access_group":"northshore","main_record_id":"10578","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-29","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-23","sp_v1_preop_date":"2023-01-16","sp_v2_6wk_date":"2023-03-06","sp_v3_3mo_date":"2023-04-23","age":"72","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41036":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-29","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to not being able to take any more time off from work.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41037":{"redcap_data_access_group":"northshore","main_record_id":"10575","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-04","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested in A2CPS would like a call back on 1/5/23 at around 10 am.","obtain_date":"2023-01-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-16","sp_v1_preop_date":"2023-01-11","sp_v2_6wk_date":"2023-02-27","sp_v3_3mo_date":"2023-04-16","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41038":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41039":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"71","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41040":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41041":{"redcap_data_access_group":"northshore","main_record_id":"10583","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-09","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-25","sp_v1_preop_date":"2023-01-20","sp_v2_6wk_date":"2023-03-08","sp_v3_3mo_date":"2023-04-25","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-05-16 12:42:34","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit one day outside of protocol","erep_protdev_caplan":"Ensure visits are within protocol range","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 11:32:08","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41042":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41043":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"63","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41044":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"78","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41045":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41046":{"redcap_data_access_group":"northshore","main_record_id":"10576","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-09","screening_age":"71","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-24","sp_v1_preop_date":"2023-01-16","sp_v2_6wk_date":"2023-03-07","sp_v3_3mo_date":"2023-04-24","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41047":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"The patient declined participation due to seeing no benefit to herself.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41048":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Uncomfortable with brain MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41049":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to no interest.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41050":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41051":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to not wanting to be part of a study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41052":{"redcap_data_access_group":"northshore","main_record_id":"10580","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-31","sp_v1_preop_date":"2023-01-27","sp_v2_6wk_date":"2023-03-14","sp_v3_3mo_date":"2023-05-01","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41053":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"31","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41054":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being away on vacation prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41055":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to still working up until surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41056":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to distance to Evanston.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41057":{"redcap_data_access_group":"northshore","main_record_id":"10582","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-13","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-07","sp_v1_preop_date":"2023-01-30","sp_v2_6wk_date":"2023-03-21","sp_v3_3mo_date":"2023-05-07","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41058":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-16","screening_age":"61","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Initially said yes. EConsent was sent, but after some thought they did not want to participate due to having to undergo an MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41059":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-16","screening_age":"64","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to having a full time job and other commitments. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41060":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-16","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to wanting to just concentrate on her knee.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41061":{"redcap_data_access_group":"northshore","main_record_id":"10581","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-16","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-01","sp_v1_preop_date":"2023-01-24","sp_v2_6wk_date":"2023-03-15","sp_v3_3mo_date":"2023-05-01","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41062":{"redcap_data_access_group":"northshore","main_record_id":"10584","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-19","screening_age":"68","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-01","sp_v1_preop_date":"2023-01-26","sp_v2_6wk_date":"2023-03-15","sp_v3_3mo_date":"2023-05-01","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41063":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"73","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and difficulty getting around as an amputee with an arthritic knee.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41064":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"the patient declined participation due to severe mobility issues with mutliple sclerosis.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41065":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to having too much else going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41066":{"redcap_data_access_group":"northshore","main_record_id":"10587","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-19","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-09","sp_v1_preop_date":"2023-01-31","sp_v2_6wk_date":"2023-03-23","sp_v3_3mo_date":"2023-05-09","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41067":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41068":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"83","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":" the patient declined participation due to not having had the surgery yet.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41069":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"The patient declined participation due to not being interested and being in Florida most of the time before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41070":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"72","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41071":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41072":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"the patient declined participation due to it being too involved.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41073":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia in MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41074":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41075":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/4\r\nLeft vm DS 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41076":{"redcap_data_access_group":"northshore","main_record_id":"10615","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-23","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-21","sp_v1_preop_date":"2023-02-13","sp_v2_6wk_date":"2023-04-04","sp_v3_3mo_date":"2023-05-21","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:41:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41077":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to busy working before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41078":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Ineligible for study due to multiple gold/titanium earrings that are not removable. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41079":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41080":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41081":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41082":{"redcap_data_access_group":"northshore","main_record_id":"10590","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-23","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-18","sp_v1_preop_date":"2023-04-17","sp_v2_6wk_date":"2023-05-30","sp_v3_3mo_date":"2023-07-18","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:33:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41083":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined due to having too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41084":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being unable to take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41085":{"redcap_data_access_group":"northshore","main_record_id":"10616","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-25","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-15","sp_v1_preop_date":"2023-02-13","sp_v2_6wk_date":"2023-03-29","sp_v3_3mo_date":"2023-05-15","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:44:04","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 11:44:37","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41086":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to being afraid of needles.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41087":{"redcap_data_access_group":"northshore","main_record_id":"10594","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-25","screening_age":"79","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-15","sp_v1_preop_date":"2023-02-03","sp_v2_6wk_date":"2023-03-29","sp_v3_3mo_date":"2023-05-15","age":"79","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41088":{"redcap_data_access_group":"northshore","main_record_id":"10604","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-25","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-16","sp_v1_preop_date":"2023-02-10","sp_v2_6wk_date":"2023-03-30","sp_v3_3mo_date":"2023-05-16","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:40:54","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41089":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working full time as a teacher.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41090":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41091":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41092":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41093":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41094":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Schedule is too busy to be able to make it to appointment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41095":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"60","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to having no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41096":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"the patient terminated the call and hung up.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41097":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41098":{"redcap_data_access_group":"northshore","main_record_id":"10599","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-27","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-06","sp_v1_preop_date":"2023-02-16","sp_v2_6wk_date":"2023-04-17","sp_v3_3mo_date":"2023-06-06","age":"61","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:39:20","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41099":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being out of town before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41100":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient declined due to \"pain being a mental state and a physical one\" and he would \"like to not dwell on it.\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41101":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41102":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"71","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41103":{"redcap_data_access_group":"northshore","main_record_id":"10623","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-30","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-28","sp_v1_preop_date":"2023-02-24","sp_v2_6wk_date":"2023-04-11","sp_v3_3mo_date":"2023-05-28","age":"83","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41104":{"redcap_data_access_group":"northshore","main_record_id":"10651","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-31","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-18","sp_v1_preop_date":"2023-04-04","sp_v2_6wk_date":"2023-05-30","sp_v3_3mo_date":"2023-07-18","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:49:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41105":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient declined participation due to no reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41106":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"81","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to distance to travel.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41107":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41108":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41109":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41110":{"redcap_data_access_group":"northshore","main_record_id":"10612","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-01","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-02","sp_v1_preop_date":"2023-02-23","sp_v2_6wk_date":"2023-04-13","sp_v3_3mo_date":"2023-06-02","age":"73","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41111":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to not being interested.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41112":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Overwhelmed with amount of appointments related to surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41113":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41114":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"52","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"the patient was interested but has limited time and will be out of town extensively before the surgery. Unlikely he will be able to participate but will review the material and get back to us if he can make it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41115":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to time not available and distance to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41116":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"76","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":", the patient declined participation due to having to take care of her daughter, who has been injured, and distance to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41117":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41118":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to too much commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41119":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-13","screening_age":"74","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too many clinical appointments to be able to fit in participating in this study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41120":{"redcap_data_access_group":"northshore","main_record_id":"10620","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-14","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-07","sp_v1_preop_date":"2023-03-03","sp_v2_6wk_date":"2023-04-18","sp_v3_3mo_date":"2023-06-07","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-03-02","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient called to let me know she was \"terrified\" of the MRI and would like to withdraw. ","sp_data_site":"N/A"},"41121":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"After discussing it and clarifying what was involved, she is interested in the study but getting a second opinion and may cancel. Asked that we contact her again at the end of the week.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41122":{"redcap_data_access_group":"northshore","main_record_id":"10635","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-15","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-08","sp_v1_preop_date":"2023-03-06","sp_v2_6wk_date":"2023-04-19","sp_v3_3mo_date":"2023-06-08","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41123":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Medical condition makes participating in study too labor intensive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41124":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41125":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"71","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to distance from Orland Park to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41126":{"redcap_data_access_group":"northshore","main_record_id":"10625","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-16","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-13","sp_v1_preop_date":"2023-03-09","sp_v2_6wk_date":"2023-04-24","sp_v3_3mo_date":"2023-06-13","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41127":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"82","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41128":{"redcap_data_access_group":"northshore","main_record_id":"10624","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-17","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-09","sp_v1_preop_date":"2023-02-28","sp_v2_6wk_date":"2023-04-20","sp_v3_3mo_date":"2023-06-09","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41129":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to just being diagnosed with prostrate cancer and unavailable for 3 month follow-up.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41130":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"69","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"She has a lot of questions and wants to think about it. Please giver her a call next week to see if she will enroll. Never received the packed so I sent her the info brochure via NSC. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41131":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41132":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She had reviewed the materials in the information brochure in her packet and decided to not participate due to all the testing involved.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41133":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41134":{"redcap_data_access_group":"northshore","main_record_id":"10633","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-17","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-15","sp_v1_preop_date":"2023-03-09","sp_v2_6wk_date":"2023-04-26","sp_v3_3mo_date":"2023-06-15","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41135":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cannot make it due to time constraints. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41136":{"redcap_data_access_group":"northshore","main_record_id":"10628","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-23","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-06","sp_v1_preop_date":"2023-03-02","sp_v2_6wk_date":"2023-04-17","sp_v3_3mo_date":"2023-06-06","age":"70","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:46:08","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41137":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-21","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and can't take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41138":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-21","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41139":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41140":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-24","screening_age":"39","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not have time to participate in research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41141":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"50","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working full time up unitl surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41142":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41143":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient remained focused only on the upcoming surgery and was not felt to be a suitable candidate for informed consent.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41144":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to participate due to MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41145":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance from Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41146":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to lack of time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41147":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41148":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to lack of time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41149":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"77","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to it being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41150":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to lack of time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41151":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41152":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41153":{"redcap_data_access_group":"northshore","main_record_id":"10638","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-01","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-22","sp_v1_preop_date":"2023-03-15","sp_v2_6wk_date":"2023-05-03","sp_v3_3mo_date":"2023-06-22","age":"80","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41154":{"redcap_data_access_group":"northshore","main_record_id":"10648","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-01","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-22","sp_v1_preop_date":"2023-03-21","sp_v2_6wk_date":"2023-05-03","sp_v3_3mo_date":"2023-06-22","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:47:09","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 11:47:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-13 11:48:40","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41155":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working full time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41156":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41157":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Following screening for eligibility, the patient was contacted for participation in the study. After discussing it and clarifying what was involved, the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41158":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41159":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not having the time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41160":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"81","screening_gender":"2","screening_race":"0","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too involved.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41161":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41162":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not wanting to fiddle around with having to come to the hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41163":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not feeling up to it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41164":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41165":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"80","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41166":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Wants to discuss with husband and think about it. Please call next week and follow-up\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41167":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"\u00a0\r\nI am sorry to have to say that I am going to be unable to participate in the pain study. My surgery is 3/30 and I have too many \"life/work\" issues to wrap up between now and then. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41168":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and no time.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41169":{"redcap_data_access_group":"northshore","main_record_id":"10646","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-14","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will be in Wisconsin for 3mo visit. Willing to come back but need to set up within the two weeks before or after. \r\n","obtain_date":"2023-03-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-03","sp_v1_preop_date":"2023-03-31","sp_v2_6wk_date":"2023-05-15","sp_v3_3mo_date":"2023-07-03","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41170":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41171":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Wants to look at brochure. May be interested. Advised of stipend. Sent info via NSC. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41172":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41173":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41174":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41175":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41176":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41177":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"the patient declined participation due to no reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41178":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41179":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to not wanting another MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41180":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to having the surgery moved up and not having any time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41181":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41182":{"redcap_data_access_group":"northshore","main_record_id":"10653","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-20","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Wants to get tests all done before Passover. Please call early next week. ","obtain_date":"2023-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-14","sp_v1_preop_date":"2023-03-30","sp_v2_6wk_date":"2023-05-26","sp_v3_3mo_date":"2023-07-14","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41183":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to taking care of husband who just had open heart surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41184":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not having time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41185":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"76","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41186":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"He is concerned about having enough time before surgery. Please call him next week and see if he can fit it in. Nice guy. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41187":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not having time.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41188":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"PT would like a call back unable to speak. Call back around 1-1:30 pm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41189":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not understanding and not wanting to participate in research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41190":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to no specific reason\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41191":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41192":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"57","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient is not eligible to participate due to lack of English language comprehension.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41193":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41194":{"redcap_data_access_group":"northshore","main_record_id":"10652","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-24","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-25","sp_v1_preop_date":"2023-04-03","sp_v2_6wk_date":"2023-06-06","sp_v3_3mo_date":"2023-07-25","age":"64","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:54:54","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41195":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41196":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41197":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41198":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Refused due to having too much going on right now. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41199":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41200":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41201":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"54","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41202":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Concerned about time. Sent info via NSC. Knowledgeable - she does research at Northwestern. Please call and see if you can work out a time for her","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41203":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"74","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wants to think about it. Sent info via NSC. Please call next week. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41204":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-30","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/9\r\nLeft vm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41205":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not having time and not wanting to go through a brain MRI\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41206":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"75","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Unable to speak was headed out to an appointment, call back another day in the morning time, Spanish is primary language","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41207":{"redcap_data_access_group":"northshore","main_record_id":"10671","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-03","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-25","sp_v1_preop_date":"2023-04-19","sp_v2_6wk_date":"2023-06-06","sp_v3_3mo_date":"2023-07-25","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41208":{"redcap_data_access_group":"northshore","main_record_id":"10666","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-05","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-24","sp_v1_preop_date":"2023-04-12","sp_v2_6wk_date":"2023-06-05","sp_v3_3mo_date":"2023-07-24","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41209":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41210":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41211":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"75","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41212":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to needing to take care of elderly mother.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41213":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41214":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41215":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41216":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not having time since working up until day before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41217":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-13","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41218":{"redcap_data_access_group":"northshore","main_record_id":"10683","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-13","screening_age":"75","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-27","sp_v1_preop_date":"2023-04-21","sp_v2_6wk_date":"2023-06-08","sp_v3_3mo_date":"2023-07-27","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41219":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"83","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41220":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"75","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41221":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41222":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41223":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":" the patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41224":{"redcap_data_access_group":"northshore","main_record_id":"10684","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-17","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-15","sp_v1_preop_date":"2023-05-05","sp_v2_6wk_date":"2023-06-26","sp_v3_3mo_date":"2023-08-15","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41225":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41226":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-13","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives an hour and a half away. Does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41227":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"76","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41228":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41229":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41230":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41231":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41232":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He had agreed to participate last Fall but did not follow through. For his 2nd knee, he might consider and call us back but feels he won't have time.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41233":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"61","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT did not want to have a brain MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41234":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-21","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41235":{"redcap_data_access_group":"northshore","main_record_id":"10698","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-21","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-24","sp_v1_preop_date":"2023-05-08","sp_v2_6wk_date":"2023-07-05","sp_v3_3mo_date":"2023-08-24","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41236":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-21","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41237":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41238":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41239":{"redcap_data_access_group":"northshore","main_record_id":"10688","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-24","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-10","sp_v1_preop_date":"2023-05-03","sp_v2_6wk_date":"2023-06-21","sp_v3_3mo_date":"2023-08-10","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41240":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41241":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41242":{"redcap_data_access_group":"northshore","main_record_id":"10708","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-27","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-25","sp_v1_preop_date":"2023-05-23","sp_v2_6wk_date":"2023-07-06","sp_v3_3mo_date":"2023-08-25","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41243":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being very ill with Influenza A and may need to cancel the surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41244":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"47","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41245":{"redcap_data_access_group":"northshore","main_record_id":"10691","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-15","sp_v1_preop_date":"2023-05-11","sp_v2_6wk_date":"2023-06-26","sp_v3_3mo_date":"2023-08-15","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-08-15 12:01:17","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"The research subject was taken to the ER for evaluation. ","erep_outcome":"The research subject was discharged from the ER and will follow up with clinical team for further care. See PI's assessment regarding relatedness: \"Seems like this is an event related to the total knee procedure and not an adverse event since it is not related to a study procedure. Sounds like normal postoperative course with swelling pain and sometimes redness. In this setting infection needs to be excluded and sending patient to the ER was the right thing to do. Even if it was an infection, it happens with total knee replacement and is not related to a study specific procedure.\" ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41246":{"redcap_data_access_group":"northshore","main_record_id":"10692","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-19","sp_v1_preop_date":"2023-05-10","sp_v2_6wk_date":"2023-06-30","sp_v3_3mo_date":"2023-08-19","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:57:47","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41247":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not have time to make it to appointments. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41248":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41249":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41250":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Left vm 5/10 DS\r\nLeft vm 5/22 DS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41251":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":" After discussing it and clarifying what was involved, the patient declined participation due to not wanting an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41252":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 5/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41253":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"70","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not wanting an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41254":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"76","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41255":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"52","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41256":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on right now to be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41257":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"67","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41258":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"71","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41259":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Cannot undergo MRI due to pacemaker. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41260":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt lives too far away, time-related issue","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41261":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated she will have difficulty participating in study due to time-related concerns. Wished her good luck on surgery and thanked her for her time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41262":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41263":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41264":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41265":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41266":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41267":{"redcap_data_access_group":"northshore","main_record_id":"10716","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-19","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-06","sp_v1_preop_date":"2023-05-31","sp_v2_6wk_date":"2023-07-18","sp_v3_3mo_date":"2023-09-06","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41268":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"PT stated they were not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41269":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due wanting to have 2nd knee replaced within 3 months of first one.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41270":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Would like a call back 5/22 at 4:15 pm DS 5/19","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41271":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 5/19","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41272":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not wanting extra MRIs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41273":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41274":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"74","screening_gender":"N/A","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41275":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Would like a call back did not specify day or time for call back DS 5/19","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41276":{"redcap_data_access_group":"northshore","main_record_id":"10710","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-22","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-31","sp_v1_preop_date":"2023-05-24","sp_v2_6wk_date":"2023-07-12","sp_v3_3mo_date":"2023-08-31","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41277":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41278":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"59","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"SL LVM 5/22/2023\r\nPt has pacemaker-- cannot participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41279":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"SL LVM 5/22/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41280":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41281":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt has rhematoid arthiritis","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41282":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41283":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT is having cataract surgery DS 5/24/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41284":{"redcap_data_access_group":"northshore","main_record_id":"10718","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-24","screening_age":"76","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Would like to have a copy of PDF consent sent via email call back 5/26 DS","obtain_date":"2023-06-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-13","sp_v1_preop_date":"2023-06-07","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"76","sex":"1","genident":"1","ethnic":"N/A","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41285":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"71","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due not wanting to come in for 3rd visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41286":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient canceled surgery prefers to do PT","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41287":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to take the call. Would like a call back DS 5/24/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41288":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent copy of PDF consent form will call back 5/26 DS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41289":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not having time to take off work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41290":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41291":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 5/24, Spoke with participant would like more information. Will email PDF consent via RC and brochure via NS email-DS 6/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41292":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Left vm DS 5/24\r\nAfter discussing it and clarifying what was involved, the patient declined participation due to not wanting to do an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41293":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41294":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"SL LVM 5-24-2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41295":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt said he'd like some time ot think about it. Refused offer to send consent form. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41296":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left vm DS 5/25, PT returned call, would like to read the consent form PDF sent via email DS 5/25 Left vm and sent brochure via email DS 6/6\r\nLeft vm DS 6/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41297":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Requested a call back later DS 5/25\r\nLeft vm and sent brochure via email DS 6/6\r\nPT was vacation stated not a good time to talk DS 6/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41298":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT unable to take call would like a call back 5/30-5/31 DS 5/25\r\nunable to reach prospect will call back sent brochure email 6/6\r\nPT returned call and declined participation due to the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41299":{"redcap_data_access_group":"northshore","main_record_id":"10723","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-25","screening_age":"79","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"PT would like to read PDF consent form and call back next week DS 5/25","obtain_date":"2023-06-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-28","sp_v1_preop_date":"2023-06-20","sp_v2_6wk_date":"2023-08-09","sp_v3_3mo_date":"2023-09-28","age":"79","sex":"2","genident":"2","ethnic":"N/A","dem_race":"2","ewdateterm":"2023-06-13","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Participant called and requested to be withdrawn from the study. No reason given. ","sp_data_site":"N/A"},"41300":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41301":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"71","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 5/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41302":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to take call would like a call back DS 5/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41303":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 5/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41304":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Uable to take call would like a call back - DS 5/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41305":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 5/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41306":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41307":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41308":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41309":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41310":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41311":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"72","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41312":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"75","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41313":{"redcap_data_access_group":"northshore","main_record_id":"10713","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-26","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-13","sp_v1_preop_date":"2023-06-06","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41314":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41315":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41316":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41317":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41318":{"redcap_data_access_group":"northshore","main_record_id":"10729","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-26","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-20","sp_v1_preop_date":"2023-06-19","sp_v2_6wk_date":"2023-08-01","sp_v3_3mo_date":"2023-09-20","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41319":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41320":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41321":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41322":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41323":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41324":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41325":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41326":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-02","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41327":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-02","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41328":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41329":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41330":{"redcap_data_access_group":"northshore","main_record_id":"10721","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-01","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-21","sp_v1_preop_date":"2023-06-16","sp_v2_6wk_date":"2023-08-02","sp_v3_3mo_date":"2023-09-21","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41331":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41332":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41333":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too involved for him at the moment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41334":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41335":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41336":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41337":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41338":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41339":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 6/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41340":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"68","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"PT did not comprehend English well DS 6/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41341":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41342":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41343":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41344":{"redcap_data_access_group":"northshore","main_record_id":"10733","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-15","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-29","sp_v1_preop_date":"2023-06-21","sp_v2_6wk_date":"2023-08-10","sp_v3_3mo_date":"2023-09-29","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41345":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41346":{"redcap_data_access_group":"northshore","main_record_id":"10730","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-16","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-03","sp_v1_preop_date":"2023-06-23","sp_v2_6wk_date":"2023-08-14","sp_v3_3mo_date":"2023-10-03","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41347":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"just not interested in participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41348":{"redcap_data_access_group":"northshore","main_record_id":"10735","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-05","sp_v1_preop_date":"2023-06-30","sp_v2_6wk_date":"2023-08-16","sp_v3_3mo_date":"2023-10-05","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41349":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"73","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Will not be able to make a baseline appointment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41350":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41351":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Is too busy ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41352":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41353":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41354":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41355":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"64","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41356":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41357":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on right now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41358":{"redcap_data_access_group":"northshore","main_record_id":"10743","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-28","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-17","sp_v1_preop_date":"2023-07-07","sp_v2_6wk_date":"2023-08-28","sp_v3_3mo_date":"2023-10-17","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41359":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41360":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have enough time to drive out to complete visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41361":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41362":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Requested callback 7/7 in afternoon. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41363":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41364":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41365":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"61","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41366":{"redcap_data_access_group":"northshore","main_record_id":"10744","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-17","sp_v1_preop_date":"2023-07-10","sp_v2_6wk_date":"2023-08-28","sp_v3_3mo_date":"2023-10-17","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41367":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to speak said ok to being sent an email-brochure sent via email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41368":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS 7/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41369":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient requested to have brochure and copy of consent form emailed to her-7/7 DS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41370":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"68","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 7/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41371":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm Ds 7/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41372":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 7/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41373":{"redcap_data_access_group":"northshore","main_record_id":"10752","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-07","screening_age":"79","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Unable to speak said ok to beig sent an email-brochure sent via email-DS 7/7","obtain_date":"2023-07-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-24","sp_v1_preop_date":"2023-07-21","sp_v2_6wk_date":"2023-09-04","sp_v3_3mo_date":"2023-10-24","age":"79","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-10-11 10:35:42","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys not completed on time","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41374":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"72","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41375":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Requested callback at 2:45 pm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41376":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41377":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"77","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41378":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"72","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41379":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41380":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41381":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41382":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41383":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41384":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"70","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was on their way out unable to speak stated ok to getting brochure via email- DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41385":{"redcap_data_access_group":"northshore","main_record_id":"10753","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-18","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-02","sp_v1_preop_date":"2023-07-28","sp_v2_6wk_date":"2023-09-13","sp_v3_3mo_date":"2023-11-02","age":"43","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41386":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"62","screening_gender":"2","screening_race":"5","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT's English is not well, they asked to have brochure emailed-DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41387":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41388":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41389":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak stated ok to email brochure-DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41390":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41391":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41392":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 7/18\r\nLeft vm- DS 8/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41393":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS-7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41394":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41395":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Left vm -DS 7/19\r\nSpoke to PT and they stated they are not interested due to lack of time-DS 8/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41396":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 7/19\r\nLeft vm DS -8/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41397":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"PT unable to speak, said ok to have email sent with brochure- DS 7/19\r\nSpoke to PT, they declined participation-DS 8/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41398":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT in the middle of something unable to speak said ok to have brochure sent via email unsure if they will proceed with knee surgery-DS 7/19\r\nSurgery has been canceled DS 8/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41399":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"66","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS 7/19\r\nSpoke to Pt's wife, they stated it was ok to send brochure via email -DS 8/1\r\nLeft vm -DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41400":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT stated Evanston was too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41401":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to speak heading to a doctor's appointment, they said yest to have brochure emailed-DS 7/19\r\nresent brochure via email-DS 8/1\r\nPT declined participation-DS 8/9\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41402":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41403":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41404":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41405":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do any more MRIs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41406":{"redcap_data_access_group":"northshore","main_record_id":"10762","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-25","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-08","sp_v1_preop_date":"2023-08-03","sp_v2_6wk_date":"2023-09-19","sp_v3_3mo_date":"2023-11-08","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41407":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41408":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41409":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient is claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41410":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41411":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41412":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want brain MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41413":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41414":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"61","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to understand, kept giving number for her son to interpret. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41415":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41416":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt was eager to participate, however she did not get back to us until 8/13, and her surgery was 8/15. If she has her left knee done she said she'd like to be reached out to again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41417":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41418":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Will be traveling a lot post-op. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41419":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41420":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to leave vm, mailbox hasn't been set up-DS 8/1 PT unable to talk they said ok to have brochure emailed-DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41421":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Her husband is sick and she wouldn't have time on top of surgery to participate due to taking care of him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41422":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is traveling before and after procedure-- will not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41423":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"71","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41424":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too far for him ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41425":{"redcap_data_access_group":"northshore","main_record_id":"10777","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"SL LVM 8/1/2023","obtain_date":"2023-08-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-18","sp_v1_preop_date":"2023-08-16","sp_v2_6wk_date":"2023-09-29","sp_v3_3mo_date":"2023-11-18","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41426":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41427":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41428":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41429":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"69","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41430":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too far for him to drive, will be cumbersome.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41431":{"redcap_data_access_group":"northshore","main_record_id":"10780","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-11","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-22","sp_v1_preop_date":"2023-08-18","sp_v2_6wk_date":"2023-10-03","sp_v3_3mo_date":"2023-11-22","age":"68","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41432":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"59","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41433":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT travels to Florida often","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41434":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was at work unable to take call they stated ok to have brochure and PDF consent form sent via email-DS 8/2 PT stated they wanted brochure resent via email-DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41435":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 8/3\r\nLeft vm-DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41436":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak they said ok to have brochure sent via email-DS 8/3 Left vm -DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41437":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT will have second knee replacement in October","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41438":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41439":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"76","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT was on their way out unable to speak, they stated it was ok to send brochure via email-DS 8/3\r\nPT declined participation DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41440":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41441":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"78","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to take call would like to have brochure sent via email-DS 8/3\r\nPT would like to have brochure resent-DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41442":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Not interested and will not have time due to traveling the weeks before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41443":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41444":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41445":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41446":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/4\r\nLeft vm DS 8/9\r\nPT returned call and asked to have PDF consent form sent in order to consider participation -DS 8/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41447":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"77","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 8/4\r\nPT requested brochure to be sent via email-DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41448":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery rescheduled to 10/24/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41449":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/4\r\nLeft vm DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41450":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/4\r\nLeft vm DS 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41451":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT decided not to participate due to working until surgery day.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41452":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt said ok to have brochure sent via email. Will call back next week to follow up-DS 8/4/23\r\nLeft vm DS 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41453":{"redcap_data_access_group":"northshore","main_record_id":"10776","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-04","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS-8/4\r\nLeft vm DS 8/10","obtain_date":"2023-08-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-07","sp_v1_preop_date":"2023-08-30","sp_v2_6wk_date":"2023-10-19","sp_v3_3mo_date":"2023-12-07","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41454":{"redcap_data_access_group":"northshore","main_record_id":"10774","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-08","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-30","sp_v1_preop_date":"2023-08-15","sp_v2_6wk_date":"2023-10-11","sp_v3_3mo_date":"2023-11-30","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41455":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-08","screening_age":"82","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41456":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"lvm 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41457":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41458":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41459":{"redcap_data_access_group":"northshore","main_record_id":"10783","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/10\r\nPT returned call left vm and sent brochure via email-DS 8/11","obtain_date":"2023-08-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-12","sp_v1_preop_date":"2023-08-23","sp_v2_6wk_date":"2023-10-24","sp_v3_3mo_date":"2023-12-12","age":"70","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41460":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak they said ok to have brochure sent via email-DS 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41461":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"65","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41462":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41463":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"69","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41464":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Does not have time to do MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41465":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak they said ok to sending brochure via email-DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41466":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT is not sure due to MRI, PDF consent form sent-DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41467":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to take requested to have brochure sent via email and a call back on Mon 8/14-DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41468":{"redcap_data_access_group":"northshore","main_record_id":"10787","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-11","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-19","sp_v1_preop_date":"2023-08-29","sp_v2_6wk_date":"2023-10-31","sp_v3_3mo_date":"2023-12-19","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41469":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT stated they would like to see the brochure via email-DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41470":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was driving said ok to have brochure sent to think about it-DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41471":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41472":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41474":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41473":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41475":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41476":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"cannot schedule in baseline ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41477":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41478":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41479":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is 50-50 on participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41480":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41481":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41482":{"redcap_data_access_group":"northshore","main_record_id":"10806","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-12","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-04","sp_v1_preop_date":"2023-09-29","sp_v2_6wk_date":"2023-11-14","sp_v3_3mo_date":"2024-01-03","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41483":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT travels for work will not have time to commit to study 9/13/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41484":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak, said ok to having brochure sent to wife's email DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41485":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was unable to discuss the study they asked to have brochure sent via email DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41486":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT requested a call back they were driving unable to speak -DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41487":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41488":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was at work unable to discuss study they said ok to have brochure sent via email-DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41489":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT is currently moving would like a call back 9/22 DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41490":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41491":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41492":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41493":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41494":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt would like to receive brochre and consent form via email to discuss with wife will call back -DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41495":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41496":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to have an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41497":{"redcap_data_access_group":"northshore","main_record_id":"10818","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-22","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-23","sp_v1_preop_date":"2023-10-02","sp_v2_6wk_date":"2023-12-03","sp_v3_3mo_date":"2024-01-22","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-11-20","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"PT's surgery was canceled due to a staph infection. May have knee replacement in 2024","sp_data_site":"N/A"},"41498":{"redcap_data_access_group":"northshore","main_record_id":"10827","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-27","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-16","sp_v1_preop_date":"2023-10-12","sp_v2_6wk_date":"2023-11-26","sp_v3_3mo_date":"2024-01-15","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41499":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"77","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 9/27","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41500":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time to make the drive to study site. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41501":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41502":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"59","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"lvm 10/4","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41503":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"66","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cannot drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41504":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Will be in Colorado during 3-month post op and will be staying there all winter. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41505":{"redcap_data_access_group":"northshore","main_record_id":"10838","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-25","sp_v1_preop_date":"2023-10-24","sp_v2_6wk_date":"2023-12-05","sp_v3_3mo_date":"2024-01-24","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41506":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41507":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41508":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41509":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was waiting for labs requested brochure to be sent via email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41510":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/20 DS, Left vm 10/23 and sent brochure via email , PT asked to be called after 3:30 pm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41511":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left Vm DS 10/20, PT would prefer to participate when she gets second knee done","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41512":{"redcap_data_access_group":"northshore","main_record_id":"10848","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-20","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"No answer and no answering machine DS 10/20","obtain_date":"2023-10-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-01","sp_v1_preop_date":"2023-10-31","sp_v2_6wk_date":"2023-12-13","sp_v3_3mo_date":"2024-01-31","age":"67","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41513":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"67","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Mailbox full unable to leave vm-DS 10/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41514":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/20, Left vm 10/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41515":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"prefers to have brochure emailed- DS 10/20 Left vm 10/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41516":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left vm, unable to speak said ok to having brochure sent DS 10/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41517":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41518":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"inflammatory osteoarthritis ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41519":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"left vm 10/23, unable to make appointment won't be in town in December","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41520":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Sent brochure via email asked for a call back on Thurs 10/26 at 10 am DS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41521":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/23, Left vm 10/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41522":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"75","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Left vm 10/23\r\nPT declined due to clips placed on brain","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41523":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to PT briefly wanted to speak about A2CPS knee pain study. PT unbale to speak as they were at work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41524":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41525":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41526":{"redcap_data_access_group":"northshore","main_record_id":"10849","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-23","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/23\r\n","obtain_date":"2023-10-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-14","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2023-12-26","sp_v3_3mo_date":"2024-02-13","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41527":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to take call they were driving , asked to have brochure sent via email they will be out of town-10/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41528":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41529":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 10/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41530":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41531":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 10/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41532":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 10/24\r\nDS Left vm 11/20, PT called back and requested to have a brochure sent via email-11/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41533":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient overwhelmed and does not have enough time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41534":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 10/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41535":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41536":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41537":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41538":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was having a late breakfast unable to speak said ok to have brochure sent via email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41539":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"73","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was working unable to take the call, asked to have brochure sent via email DS 10/26 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41540":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41541":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 10/26\r\nPT hung up 11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41542":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt was unable to take the call asked for a brochure to be sent via email-DS 10/26\r\nDS left vm 11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41543":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"PT did not want to any extra work during recovery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41544":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"PT refused to participate states she is no good at filling out anything DS 10/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41545":{"redcap_data_access_group":"northshore","main_record_id":"10854","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-26","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Seems amenable to participating, although time is tight. He requested to be recontacted next week. PV lvm 10/30","obtain_date":"2023-11-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-14","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2023-12-26","sp_v3_3mo_date":"2024-02-13","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41546":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"PV called 10/30; pt not free, asked to call back on 11/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41547":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Works full time and does not have time for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41548":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"68","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 10/31","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41549":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 10/31","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41550":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 10/31","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41551":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 10/31. pv lvm 11/8","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41552":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 10/31. pv lvm 11/8","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41553":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41554":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"60","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has too much going on to be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41555":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called patient in regard to A2CPS Knee pain study pat was unable to take the call asked for a brochure to be sent via email.\r\nLeft vm 11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41556":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT is claustrophobic.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41557":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left vm 11/07\r\nleft vm 11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41558":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"66","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41559":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"left vm 11/07\r\n PT returned call does not have time to come for baseline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41560":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT was driving would like a call back 11/7\r\nDS left vm 11/9\r\nAfter discussing it and clarifying what was involved, the patient declined participation due to not having claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41561":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Left vm 11/7\r\nAfter discussing it and clarifying what was involved, the patient declined participation due to notbeing interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41562":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"unable to speak said yes to having brochure sent via email DS 11/7\r\nPT would like a call back next week Ds 11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41563":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"asked for brochure to be sent via email 11/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41564":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on right now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41565":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"80","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Interested but asked to be called back because he was busy at the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41566":{"redcap_data_access_group":"northshore","main_record_id":"10876","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-28","sp_v1_preop_date":"2023-11-27","sp_v2_6wk_date":"2024-01-09","sp_v3_3mo_date":"2024-02-27","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41567":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41568":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Did not want to do MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41569":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Left vm 11/9\r\nAfter discussing it and clarifying what was involved, the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41570":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"75","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41571":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT refused due to claustrophobia. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41572":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 11/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41573":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":" PT wants to speak with Dr. Srinivasan regarding study 11/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41574":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cannot take time off.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41575":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was driving unable to take the call asked for brochure to be sent via email-11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41576":{"redcap_data_access_group":"northshore","main_record_id":"10868","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-09","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"PT would a like a copy of PDF consent form and brochure 11/9","obtain_date":"2023-11-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-11","sp_v1_preop_date":"2023-12-01","sp_v2_6wk_date":"2024-01-22","sp_v3_3mo_date":"2024-03-11","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41577":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"72","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with PT's daughter left message and said ok to have brochure sent via email-DS 11/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41578":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41579":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/14\r\nLeft vm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41580":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Ds Left vm 11/14\r\nAfter discussing it and clarifying what was involved, the patient declined participation due to not having time. Ds 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41581":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Due to not having time working until surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41582":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"77","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak requested to have brochure sent via email-DS 11/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41583":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT would like to have brochure sent via email, if she is interested she will call back -DS 11/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41584":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"PT requested brohure via email and PDF consent form via RC sent-Ds 11/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41585":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41586":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/14\r\npv lvm 11/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41587":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was at work unable to talk requsted brochure via email and a call back after 4pm-DS11/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41588":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt was at work unable to take the call, asked to have brochure sent via email DS 11/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41589":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/15\r\nA bit far for PT but would like a copy of PDF consent and brochure via email-DS 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41590":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/15\r\nleft vm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41591":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41592":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV lvm 11/16/23\r\npv lvm 11/20/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41593":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/16\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41595":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41596":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/20\r\nLeft vm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41597":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have enough time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41598":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/20\r\nPT unable to speak would like a brochure sent via email-DS 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41599":{"redcap_data_access_group":"northshore","main_record_id":"10872","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-16","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-19","sp_v1_preop_date":"2023-12-05","sp_v2_6wk_date":"2024-01-30","sp_v3_3mo_date":"2024-03-19","age":"64","sex":"2","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41600":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"73","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"pv lvm 11/16/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41601":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41602":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has too much going on and will not be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41603":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/16\r\npv lvm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41604":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pv lvm 11/16","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41605":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41606":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41607":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41608":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41609":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/17\r\npv lvm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41610":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41611":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41612":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41613":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41614":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was unable to take the call was heading to airport to go to Belgium, requested brochure to be sent via email will call back 11/29-DS 11/21","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41615":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Left vm 11/21\r\nAfter discussing it and clarifying what was involved, the patient declined participation due to wanting to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41616":{"redcap_data_access_group":"northshore","main_record_id":"10877","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-20","sp_v1_preop_date":"2023-12-08","sp_v2_6wk_date":"2024-01-31","sp_v3_3mo_date":"2024-03-20","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41617":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to take the call asked to have the brochure sent via email-DS 11/21","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41618":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"78","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Left vm 11/21\r\nPT did not speak English well- DS 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41619":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41620":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41621":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41622":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41623":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"68","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41624":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40029":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Evanston is too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40203":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-18","screening_age":"N/A","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"had cosmetic enhancement with microblading of her eyebrows with placement of iron oxide","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40373":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40383":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40536":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too busy at work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40560":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-23","screening_age":"N/A","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40160":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40000":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41594":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50001":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50002":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50003":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50004":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50005":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"66","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She's concerned about how her recovery will go ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50006":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50008":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"needs an LAR","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50009":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"69","screening_gender":"2","screening_race":"0","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50010":{"redcap_data_access_group":"uchicago","main_record_id":"10036","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-24","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-05-25","date_and_time":"2021-05-25 09:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-29","sp_v1_preop_date":"2021-06-22","sp_v2_6wk_date":"2021-08-10","sp_v3_3mo_date":"2021-09-29","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50011":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"82","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50012":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50013":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"51","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50014":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-25","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50015":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50016":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50017":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50018":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50019":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50020":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50021":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives far away. Doesn't want to drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50022":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-26","screening_age":"50","screening_gender":"1","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50023":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50024":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"84","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Hung up phone during call","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50025":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-26","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Hung up phone during study description ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50026":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50027":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"72","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50028":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-28","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Indicated during screening call that revision is for possible infection that cannot be cultured until after surgery. Confirmed with surgeon. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50029":{"redcap_data_access_group":"uchicago","main_record_id":"10040","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-02","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-03","date_and_time":"2021-07-01 11:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-18","sp_v1_preop_date":"2021-08-12","sp_v2_6wk_date":"2021-09-29","sp_v3_3mo_date":"2021-11-18","age":"49","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50030":{"redcap_data_access_group":"uchicago","main_record_id":"10064","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-29","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-01","date_and_time":"2021-07-01 11:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-16","sp_v1_preop_date":"2021-07-20","sp_v2_6wk_date":"2021-09-27","sp_v3_3mo_date":"2021-11-16","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50031":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-03","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Asked to be re called in 10 minutes. Declined all calls after ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50032":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-07","screening_age":"55","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50033":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-03","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50034":{"redcap_data_access_group":"uchicago","main_record_id":"10399","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-06-09","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-19","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-08-30","sp_v3_3mo_date":"2022-10-19","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"2022-12-12","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"On 12/12/2022, subject 10399 had a single episode malignant neoplasm that resulted in the subject's death. This occurred after the second research visit. The PI determined that the cause of death was unrelated to the study. ","sp_data_site":"N/A"},"50035":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-09","screening_age":"46","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50036":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-07","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Study visits take too long","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50037":{"redcap_data_access_group":"uchicago","main_record_id":"10055","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-08","screening_age":"39","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-21","date_and_time":"2021-06-14 10:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-06","sp_v1_preop_date":"2021-07-06","sp_v2_6wk_date":"2021-09-17","sp_v3_3mo_date":"2021-11-06","age":"39","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50038":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50039":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50040":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"call when anesthesia appt is scheduled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50041":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50042":{"redcap_data_access_group":"uchicago","main_record_id":"10046","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-06-10","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-11","date_and_time":"2021-07-01 12:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-20","sp_v1_preop_date":"2021-07-13","sp_v2_6wk_date":"2021-08-31","sp_v3_3mo_date":"2021-10-20","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2022-01-26","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject has missed standard of care appointments and no contact with research via phone or email. Last contact was 10/18/2021 surgical follow-up with her surgeon. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-14 11:17:18","erep_ae_date":"2021-07-13","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-07-13 12:00","erep_resolution_date":"2023-06-14 11:20","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Participant experienced extreme claustrophobia while in MRI but before the scans started.","erep_action_taken":"Subject was removed from the machine and the MRI was aborted. Subject can continue with study but participate in the MRI portion moving forward.","erep_outcome":"Subject was withdrawn on 1/26/22 after they did not show up for multiple visits and stopped responding to surgeon.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50043":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50044":{"redcap_data_access_group":"uchicago","main_record_id":"10058","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-24","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-24","date_and_time":"2021-07-01 13:26","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-27","sp_v1_preop_date":"2021-07-14","sp_v2_6wk_date":"2021-09-07","sp_v3_3mo_date":"2021-10-27","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50045":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50046":{"redcap_data_access_group":"uchicago","main_record_id":"10290","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-01","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-16","date_and_time":"2022-02-16 09:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-08","sp_v1_preop_date":"2022-02-16","sp_v2_6wk_date":"2022-04-19","sp_v3_3mo_date":"2022-06-08","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject no called/no showed to the first visit. Study staff attempted to reschedule the visit but were not able to contact the subject. Surveys were completed for V1 but no other procedures. ","sp_data_site":"N/A"},"50047":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50048":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"38","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50049":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50050":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"64","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50051":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Just not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50052":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50053":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50054":{"redcap_data_access_group":"uchicago","main_record_id":"10049","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-14","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-15","date_and_time":"2021-06-24 12:10","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-11","sp_v1_preop_date":"2021-07-16","sp_v2_6wk_date":"2021-09-22","sp_v3_3mo_date":"2021-11-11","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50055":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-14","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50056":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-16","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50057":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-15","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50058":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-15","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50059":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50060":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"54","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50061":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-16","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Will not have time to do the daily surveys","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50062":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-16","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50063":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"49","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50064":{"redcap_data_access_group":"uchicago","main_record_id":"10067","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-30","screening_age":"44","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-01","date_and_time":"2021-07-01 11:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-20","sp_v1_preop_date":"2021-07-13","sp_v2_6wk_date":"2021-08-31","sp_v3_3mo_date":"2021-10-20","age":"44","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-14 11:35:47","erep_ae_date":"2021-07-13","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-07-13 16:17","erep_resolution_date":"2023-06-14 11:36","erep_ae_severity":"2","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Subject depressed the call button once during the DWI exam. When the tech asked how she was doing she said she thought she could tough it out but that her, \"back was on fire.\" Before the start of the first resting fMRI scan the subject reported 10 out of 10 body pain. ","erep_action_taken":"RA asked the tech to halt the MRI exam out of concern for the subject and alerted with the investigator on site who concurred the exam should stop. ","erep_outcome":"Subject did not complete scans for V1 but was willing and able to complete scans for V3.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50065":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-23","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Might go to another hospital because of insurance problems ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50066":{"redcap_data_access_group":"uchicago","main_record_id":"10065","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-06-24","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-01","date_and_time":"2021-07-01 12:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-08","sp_v1_preop_date":"2021-08-03","sp_v2_6wk_date":"2021-12-20","sp_v3_3mo_date":"2022-02-07","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-09-27","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject had past acrimonious attitude toward clinic staff. PI chose to discontinue enrollment. ","sp_data_site":"N/A"},"50067":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-24","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50068":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-24","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50069":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50070":{"redcap_data_access_group":"uchicago","main_record_id":"10066","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-30","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-01","date_and_time":"2021-07-01 11:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-10","sp_v1_preop_date":"2021-08-06","sp_v2_6wk_date":"2021-09-21","sp_v3_3mo_date":"2021-11-10","age":"65","sex":"1","genident":"N/A","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50071":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50072":{"redcap_data_access_group":"uchicago","main_record_id":"10083","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-22","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-22","date_and_time":"2021-07-22 11:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-09","sp_v1_preop_date":"2021-08-03","sp_v2_6wk_date":"2021-09-20","sp_v3_3mo_date":"2021-11-09","age":"63","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50073":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-30","screening_age":"72","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Cannot get MRI due to defibrillator","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50074":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50075":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-30","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50076":{"redcap_data_access_group":"uchicago","main_record_id":"10069","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-01","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-06","date_and_time":"2021-07-06 12:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-02","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"N/A"},"50077":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50078":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50079":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She's in too much pain to partake in the tests. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50080":{"redcap_data_access_group":"uchicago","main_record_id":"10068","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-06","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-06","date_and_time":"2021-07-06 12:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-14","sp_v1_preop_date":"2021-07-09","sp_v2_6wk_date":"2021-08-25","sp_v3_3mo_date":"2021-10-14","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50081":{"redcap_data_access_group":"uchicago","main_record_id":"10363","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-07","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-04","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-06-15","sp_v3_3mo_date":"2022-08-04","age":"65","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50082":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50083":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50084":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"No transportation to main campus ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50085":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-15","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50086":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50087":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50088":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50090":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50091":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-15","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50092":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50093":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50094":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50095":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Extremely claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50096":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-27","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50097":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50098":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50099":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-27","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50100":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-27","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50101":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much time for baseline visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50102":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with family and declined after ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50104":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50105":{"redcap_data_access_group":"uchicago","main_record_id":"10143","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-29","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-16","date_and_time":"2021-09-16 10:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-07","sp_v1_preop_date":"2021-09-16","sp_v2_6wk_date":"2021-11-17","sp_v3_3mo_date":"2022-01-06","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50089":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50106":{"redcap_data_access_group":"uchicago","main_record_id":"10096","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-02","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-04","date_and_time":"N/A","consent_process_form_complete":"0","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-02","sp_v1_preop_date":"2021-08-31","sp_v2_6wk_date":"2021-10-14","sp_v3_3mo_date":"2021-12-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-08-31","ewprimaryreason":"1","ewdisreasons":"1|5","ewpireason":"N/A","ewcomments":"Subject had personal issues and feeling overwhelmed. She was willing to do it after her surgery but per study protocol that would exclude her. ","sp_data_site":"N/A"},"50107":{"redcap_data_access_group":"uchicago","main_record_id":"10098","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-05","date_and_time":"2021-08-19 08:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-03","sp_v1_preop_date":"2021-08-18","sp_v2_6wk_date":"2021-10-15","sp_v3_3mo_date":"2021-12-03","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50109":{"redcap_data_access_group":"uchicago","main_record_id":"10102","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-06","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-11","date_and_time":"2021-08-19 08:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-07","sp_v1_preop_date":"2021-08-24","sp_v2_6wk_date":"2021-10-19","sp_v3_3mo_date":"2021-12-07","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50110":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50111":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"74","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50112":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-09","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50113":{"redcap_data_access_group":"uchicago","main_record_id":"10103","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-09","screening_age":"71","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-10","date_and_time":"2021-09-09 15:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-14","sp_v1_preop_date":"2021-10-11","sp_v2_6wk_date":"2021-11-24","sp_v3_3mo_date":"2022-01-13","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50114":{"redcap_data_access_group":"uchicago","main_record_id":"10341","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-09","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-07","date_and_time":"2022-04-07 11:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-11","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-05-23","sp_v3_3mo_date":"2022-07-11","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-07-28 11:41:37","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Study staff conducted imaging and cuff procedures without asking the subject the contraindication questions. After the imaging was completed, research staff asked the question regarding contraindication of cuff. Subject reported having a history of neuropathy. Study staff had a conversation with the subject about the increased risk of complication from the cuff. Study staff asked if the subject had any questions. Subject reported no. Study staff asked if the subject would like to speak to a physician/PI. Subject reported no. Study staff asked if the subject was comfortable continuing with study procedures. Subject reported yes. Study staff informed subject that if they had any change to their health at any point now or in the future to please contact the research team. ","erep_protdev_caplan":"Research staff had a brief retraining session on the importance of screening questions before study procedures. ","erep_rel_covid19":"0"}}},"50115":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-09","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50116":{"redcap_data_access_group":"uchicago","main_record_id":"10133","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-09","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-07","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-10","sp_v1_preop_date":"2021-09-07","sp_v2_6wk_date":"2021-10-22","sp_v3_3mo_date":"2021-12-10","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50103":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Is uncomfortable with getting an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50117":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50118":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"call monday","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50119":{"redcap_data_access_group":"uchicago","main_record_id":"10120","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-16","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-31","date_and_time":"2021-08-31 10:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-11","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2021-12-23","sp_v3_3mo_date":"2022-02-10","age":"60","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50120":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-17","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50121":{"redcap_data_access_group":"uchicago","main_record_id":"10114","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-17","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-25","date_and_time":"2021-08-25 09:35","consent_process_form_complete":"2","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"2","ewcomments":"Subject was enrolled in the study, but elected to get the second knee done within three months after she had signed consent. No study related procedures were preformed. ","sp_data_site":"N/A"},"50122":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50123":{"redcap_data_access_group":"uchicago","main_record_id":"10136","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-20","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-09","date_and_time":"2021-09-13 14:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-20","sp_v1_preop_date":"2021-09-14","sp_v2_6wk_date":"2021-11-01","sp_v3_3mo_date":"2021-12-20","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50124":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50125":{"redcap_data_access_group":"uchicago","main_record_id":"10147","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-26","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-21","date_and_time":"2021-09-09 12:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-25","sp_v1_preop_date":"2021-10-20","sp_v2_6wk_date":"2021-12-05","sp_v3_3mo_date":"2022-01-24","age":"56","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-14 11:46:31","erep_ae_date":"2021-10-21","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-10-21 18:20","erep_resolution_date":"2023-06-14 11:47","erep_ae_severity":"2","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Subject reported severe pain before the first MRI resting scan.","erep_action_taken":"Scan was aborted after subject reported severe pain before the first resting scan. Subject was removed from MRI.","erep_outcome":"Subject completed was able to complete T1 and DWI. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50126":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-26","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50127":{"redcap_data_access_group":"uchicago","main_record_id":"10119","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-30","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-30","date_and_time":"2021-09-02 10:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-05","sp_v1_preop_date":"2021-10-01","sp_v2_6wk_date":"2021-11-15","sp_v3_3mo_date":"2022-01-04","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50128":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-30","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"said will call us if interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50129":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-30","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Said will call office if interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50130":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-02","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Cannot get MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50131":{"redcap_data_access_group":"uchicago","main_record_id":"10135","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-02","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-08","date_and_time":"2021-09-08 14:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-30","sp_v1_preop_date":"2021-09-21","sp_v2_6wk_date":"2021-11-10","sp_v3_3mo_date":"2021-12-30","age":"66","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50132":{"redcap_data_access_group":"uchicago","main_record_id":"10132","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-07","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-20","sp_v1_preop_date":"2021-09-17","sp_v2_6wk_date":"2021-11-01","sp_v3_3mo_date":"2021-12-20","age":"68","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50133":{"redcap_data_access_group":"uchicago","main_record_id":"10153","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-14","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-23","date_and_time":"2021-11-23 13:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-30","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-01-11","sp_v3_3mo_date":"2022-03-01","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50134":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50135":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50136":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50137":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Did not answer follow-up calls after repeated tries","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50138":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"53","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not comfortable with information shared at the federal government level","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50139":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-02","screening_age":"75","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50140":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50141":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-09","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophbic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50142":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Already had surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50143":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50144":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50145":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-09","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50146":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50147":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-14","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50148":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-14","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50149":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50150":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-21","screening_age":"64","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50151":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Subject has a metal insert in her lumbar region that prevents her from getting MRIs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50152":{"redcap_data_access_group":"uchicago","main_record_id":"10152","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-21","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-23","date_and_time":"2021-09-30 16:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-27","sp_v1_preop_date":"2021-09-23","sp_v2_6wk_date":"2021-11-07","sp_v3_3mo_date":"2021-12-27","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50153":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-21","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50154":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50155":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-23","screening_age":"77","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50157":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50158":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-16","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"will call if interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50159":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50160":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Subject in too much pain and doesn't have anyone to help her get about. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50161":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50162":{"redcap_data_access_group":"uchicago","main_record_id":"10186","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-12","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"0","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-08-24","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"No surgery ","sp_data_site":"N/A"},"50163":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50164":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Not ready for surgery yet","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50165":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50166":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No transportation ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50167":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Will call us","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50168":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Will call us","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50169":{"redcap_data_access_group":"uchicago","main_record_id":"10193","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-19","screening_age":"47","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-19","date_and_time":"2021-10-20 08:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-19","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-03-02","sp_v3_3mo_date":"2022-04-19","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject decided to continue with conservative treatment and elected to not have surgery. ","sp_data_site":"N/A"},"50170":{"redcap_data_access_group":"uchicago","main_record_id":"10201","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-19","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-25","date_and_time":"2021-10-25 16:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2021-12-15","sp_v3_3mo_date":"2022-02-02","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50171":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50172":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Subject now wants to be called in the first week o January because she's unsure if she wants to maintain the surgery date or push it to spring","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50173":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50174":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50175":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50176":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50177":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-29","screening_age":"59","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No transportation, coming from suburb","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50178":{"redcap_data_access_group":"uchicago","main_record_id":"10244","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-02","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-06","date_and_time":"2021-12-20 10:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-15","sp_v1_preop_date":"2022-02-22","sp_v2_6wk_date":"2022-04-26","sp_v3_3mo_date":"2022-06-15","age":"69","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50179":{"redcap_data_access_group":"uchicago","main_record_id":"10235","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-03","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Before first study visit","obtain_date":"2021-11-30","date_and_time":"2021-12-20 10:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-15","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-04-26","sp_v3_3mo_date":"2022-06-15","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50182":{"redcap_data_access_group":"uchicago","main_record_id":"10331","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-10","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-04","date_and_time":"2022-04-04 12:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-12","sp_v1_preop_date":"2022-04-04","sp_v2_6wk_date":"2022-05-24","sp_v3_3mo_date":"2022-07-12","age":"74","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50183":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She will contact us","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50181":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Never showed up for in-person visit. Surgery already occurred","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50184":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-08","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50185":{"redcap_data_access_group":"uchicago","main_record_id":"10229","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-11-11","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject no called/no showed to the first visit. Study staff attempted to reschedule the visit but were not able to make contact with the subject before their surgery. No study related procedures were completed. ","sp_data_site":"N/A"},"50186":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-15","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50187":{"redcap_data_access_group":"uchicago","main_record_id":"10228","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-11-16","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-19","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject was not able to schedule a visit before their surgery. No study related tasks were completed.","sp_data_site":"N/A"},"50188":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-16","screening_age":"63","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Subject never returned calls or answered follow up call. Surgery occurred","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50189":{"redcap_data_access_group":"uchicago","main_record_id":"10237","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-18","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-01","date_and_time":"2021-12-01 08:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-27","sp_v1_preop_date":"2021-12-01","sp_v2_6wk_date":"2022-02-07","sp_v3_3mo_date":"2022-03-28","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50190":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50191":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50192":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-02","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50193":{"redcap_data_access_group":"uchicago","main_record_id":"10256","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-02","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-17","date_and_time":"2021-12-17 08:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-21","sp_v1_preop_date":"2021-12-17","sp_v2_6wk_date":"2022-02-01","sp_v3_3mo_date":"2022-03-22","age":"54","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50194":{"redcap_data_access_group":"uchicago","main_record_id":"10245","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-03","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-06","date_and_time":"2021-12-06 15:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-24","sp_v1_preop_date":"2022-03-23","sp_v2_6wk_date":"2022-05-05","sp_v3_3mo_date":"2022-06-24","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-09-27 09:51:23","erep_ae_date":"2022-03-23","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-03-23 09:00","erep_resolution_date":"2022-03-23 09:00","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"subject asked to be removed from scanner after feeling a painful tingling sensation in her left arm in the scanner. Subject was removed from scanner and felt \"normal\" a few minutes later. ","erep_action_taken":"subject removed from MRI scanner","erep_outcome":"scan stopped","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50195":{"redcap_data_access_group":"uchicago","main_record_id":"10242","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-03","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-03","date_and_time":"2021-12-06 16:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-11","sp_v1_preop_date":"2022-01-07","sp_v2_6wk_date":"2022-02-22","sp_v3_3mo_date":"2022-04-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-02-08","ewprimaryreason":"1","ewdisreasons":"1|4|6","ewpireason":"N/A","ewcomments":"Subject elected to withdraw from the study due to COVID and time constraints. ","sp_data_site":"N/A"},"50196":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50197":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50198":{"redcap_data_access_group":"uchicago","main_record_id":"10243","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-03","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-06","date_and_time":"2021-12-20 09:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-04","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-02-15","sp_v3_3mo_date":"2022-04-04","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50199":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50200":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50201":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50202":{"redcap_data_access_group":"uchicago","main_record_id":"10365","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-13","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-15","date_and_time":"2022-05-05 08:28","consent_process_form_complete":"2","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-20","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject Signed consent 12/15/2021with a surgery date of 1/25/2022, and then canceled surgery on 12/20/202. Subject has not called to reschedule or returned to joints clinic since. ","sp_data_site":"N/A"},"50203":{"redcap_data_access_group":"uchicago","main_record_id":"10259","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-13","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-20","date_and_time":"2021-12-20 10:06","consent_process_form_complete":"2","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject was not able to find time before surgery to schedule their visit. No study related procedures were completed. ","sp_data_site":"N/A"},"50204":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-13","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50205":{"redcap_data_access_group":"uchicago","main_record_id":"10252","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-13","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-14","date_and_time":"2021-12-20 10:09","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-25","sp_v1_preop_date":"2022-01-05","sp_v2_6wk_date":"2022-04-08","sp_v3_3mo_date":"2022-05-25","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50206":{"redcap_data_access_group":"uchicago","main_record_id":"10254","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-13","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-16","date_and_time":"2021-12-20 10:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-28","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-05-09","sp_v3_3mo_date":"2022-06-28","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject signed up for the study, but study staff was unable to schedule a visit that would work with the subject schedule prior to surgery. No study related procedures were completed. ","sp_data_site":"N/A"},"50180":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Wrong entry. Subject's surgery occurred in October","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50207":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Subject lives in the suburb. She was willing to do it if the study occurred in the Orland Park campus. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50208":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50209":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-10","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|1","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50210":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-10","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Will call when she picks a surgery date ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50211":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50212":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-20","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50213":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-21","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50214":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-21","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Drive is too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50215":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-25","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Subject stopped answering phone ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50216":{"redcap_data_access_group":"uchicago","main_record_id":"10286","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-01-28","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-10","date_and_time":"2022-02-11 13:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-15","sp_v1_preop_date":"2022-03-01","sp_v2_6wk_date":"2022-04-26","sp_v3_3mo_date":"2022-06-15","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-12","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject had V1 and all pre-op appointments on the same day with the intention of doing everything in one day. The visit started with the MRI. A few minutes into the MRI the subject asked to be removed and brought to her appointments. She did not complete anything related to the study after that. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-05-19 09:51:11","erep_ae_date":"2022-03-01","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-03-01 10:00","erep_resolution_date":"2022-03-01 10:10","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"While subject was undergoing research MRI as a part of her\r\nBaseline A2CPS visit she reported feeling short of breath and\r\n\"having trouble breathing\" and asked to be removed from\r\nthe scanner. After being removed from the scanner the\r\nsubject reported she had experienced claustrophobia during\r\npast MRI's requiring sedation. She reported feeling better as\r\nsoon as she was out of the MRI and no further symptoms.\r\nShe was seen by multiple providers from her clinical care\r\nteam throughout the rest of the day as a part of her preoperative SOC visit.","erep_action_taken":"Research MRI halted and not resumed","erep_outcome":"Recovered without sequelae","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50217":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50218":{"redcap_data_access_group":"uchicago","main_record_id":"10291","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-03","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-16","date_and_time":"2022-02-16 14:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-06","sp_v1_preop_date":"2022-11-30","sp_v2_6wk_date":"2023-01-17","sp_v3_3mo_date":"2023-03-07","age":"59","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50219":{"redcap_data_access_group":"uchicago","main_record_id":"10327","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-07","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-30","date_and_time":"2022-04-15 14:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-21","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-06-02","sp_v3_3mo_date":"2022-07-21","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50220":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50221":{"redcap_data_access_group":"uchicago","main_record_id":"10306","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-28","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with again, still thinking about it ","obtain_date":"2022-03-03","date_and_time":"2022-03-03 08:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject no called/no showed to the first visit. Study team attempted to reschedule but no contact was made. No study related procedures were completed. ","sp_data_site":"N/A"},"50222":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-07","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50223":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Stopped answering phone","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50224":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Travel issues ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50225":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50226":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50227":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50229":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50230":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-25","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Potential subject is interested in doing study but lives in Indiana and will have trouble with transportation so she declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50231":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50232":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Is ruled out for wanting second knee done ASAP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50234":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50235":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-01","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50236":{"redcap_data_access_group":"uchicago","main_record_id":"10307","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-02","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-03","date_and_time":"2022-03-03 14:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-16","sp_v1_preop_date":"2022-03-07","sp_v2_6wk_date":"2022-04-27","sp_v3_3mo_date":"2022-06-16","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50237":{"redcap_data_access_group":"uchicago","main_record_id":"10309","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-02","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-04","date_and_time":"2022-03-04 13:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-29","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-05-10","sp_v3_3mo_date":"2022-06-29","age":"63","sex":"2","genident":"2","ethnic":"3","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50238":{"redcap_data_access_group":"uchicago","main_record_id":"10308","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-03","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-04","date_and_time":"2022-03-04 10:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-09","sp_v1_preop_date":"2022-05-04","sp_v2_6wk_date":"2022-06-20","sp_v3_3mo_date":"2022-08-09","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50239":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50240":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50241":{"redcap_data_access_group":"uchicago","main_record_id":"10350","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-28","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wants to meet in person to discuss further ","obtain_date":"2022-04-20","date_and_time":"2022-07-11 15:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-28","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-06-09","sp_v3_3mo_date":"2022-07-28","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50242":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50243":{"redcap_data_access_group":"uchicago","main_record_id":"10332","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-04","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-05","date_and_time":"2022-04-05 13:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-20","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-06-01","sp_v3_3mo_date":"2022-07-20","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50244":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50245":{"redcap_data_access_group":"uchicago","main_record_id":"10310","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-09","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-10","date_and_time":"2022-03-10 07:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-16","sp_v1_preop_date":"2022-03-10","sp_v2_6wk_date":"2022-04-27","sp_v3_3mo_date":"2022-06-16","age":"61","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-10 14:48:47","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"1","erep_protdev_desc":"Subject was enrolled the night of March 9th, 2022. During their visit on March 10th, study staff realized that only 86 days had elapsed between the first TKA and the second TKA. Visit was conducted as normal. ","erep_protdev_caplan":"New plan to allowed one business day between enrollment and visit one must occur now to prevent this from occurring again. ","erep_rel_covid19":"0"}}},"50246":{"redcap_data_access_group":"uchicago","main_record_id":"10371","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-10","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-05","date_and_time":"2022-07-11 15:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-19","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-06-30","sp_v3_3mo_date":"2022-08-19","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50247":{"redcap_data_access_group":"uchicago","main_record_id":"10315","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-10","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-16","date_and_time":"2022-03-16 10:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-18","sp_v1_preop_date":"2022-03-16","sp_v2_6wk_date":"2022-04-29","sp_v3_3mo_date":"2022-06-18","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50248":{"redcap_data_access_group":"uchicago","main_record_id":"10527","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-11","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Research was unable to schedule the subject for their baseline visit prior to their surgery. ","sp_data_site":"N/A"},"50250":{"redcap_data_access_group":"uchicago","main_record_id":"10325","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-17","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-28","date_and_time":"2022-03-28 13:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-06","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-05-18","sp_v3_3mo_date":"2022-07-06","age":"64","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50254":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50255":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50256":{"redcap_data_access_group":"uchicago","main_record_id":"10378","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-22","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-12","date_and_time":"2022-07-11 15:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-27","sp_v1_preop_date":"2022-05-24","sp_v2_6wk_date":"2022-07-08","sp_v3_3mo_date":"2022-08-27","age":"60","sex":"2","genident":"2","ethnic":"1","dem_race":"1","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50257":{"redcap_data_access_group":"uchicago","main_record_id":"10455","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-22","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-08-24","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject was not able to schedule baseline before surgery ","sp_data_site":"N/A"},"50252":{"redcap_data_access_group":"uchicago","main_record_id":"10321","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-17","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-24","date_and_time":"2022-03-24 08:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-11","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-05-23","sp_v3_3mo_date":"2022-07-11","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50258":{"redcap_data_access_group":"uchicago","main_record_id":"10323","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-24","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-25","date_and_time":"2022-03-25 08:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-04","sp_v1_preop_date":"2022-03-15","sp_v2_6wk_date":"2022-05-16","sp_v3_3mo_date":"2022-07-04","age":"59","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50259":{"redcap_data_access_group":"uchicago","main_record_id":"10329","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-29","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-01","date_and_time":"2022-07-11 15:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-12","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-05-24","sp_v3_3mo_date":"2022-07-12","age":"62","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-10-03 14:20:42","erep_ae_date":"2022-04-12","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-04-12 15:00","erep_resolution_date":"2022-04-12 15:15","erep_ae_severity":"1","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"subject reported that she was having an asthma attack while in the MRI. She was removed from the scanner; the study team retrieved her inhaler. The subject used her inhaler and felt \"fine\" a few moments later. The MRI was not resumed after it was terminated. She requested to finish the last two tests of the visit before going home. ","erep_action_taken":"Scan was stopped. She was removed from the scanner; the study team retrieved her inhaler. The subject used her inhaler and felt \"fine\" a few moments later. The MRI was not resumed after it was terminated. She requested to finish the last two tests of the visit before going home. ","erep_outcome":" The MRI was not resumed after it was terminated. She requested to finish the last two tests of the visit before going home. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50260":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50262":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50263":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50264":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50265":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50266":{"redcap_data_access_group":"uchicago","main_record_id":"10377","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-30","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-25","sp_v1_preop_date":"2022-08-12","sp_v2_6wk_date":"2022-10-06","sp_v3_3mo_date":"2022-11-25","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50267":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-31","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50268":{"redcap_data_access_group":"uchicago","main_record_id":"10335","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-31","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-05","date_and_time":"2022-07-11 15:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-22","sp_v1_preop_date":"2022-04-15","sp_v2_6wk_date":"2022-06-03","sp_v3_3mo_date":"2022-07-22","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-08-08 12:34:15","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Cuff was applied to the subject during QST assessment. Research staff inflated the cuff to baseline and then assessed the prior history contraindications. Subject reported a history of blood clots. Cuff was removed and assessment was stopped. Cuff was applied the MRI but not inflated. Subject was informed that this increased their risk and was offered an opportunity to speak with a physician or PI. Subject declined. Subject was instructed to monitor their health and notify the research team if anything changes. Subject agreed to continue the remaining portion of the visit. ","erep_protdev_caplan":"Research assistant wrote in permanent marker \"Ask History\" on the cuff and added a checkbox to the checklist to make sure history is assessed before QSTs are started. ","erep_rel_covid19":"0"}}},"50269":{"redcap_data_access_group":"uchicago","main_record_id":"10338","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-05","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-06","date_and_time":"2022-04-15 11:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-25","sp_v1_preop_date":"2022-04-21","sp_v2_6wk_date":"2022-06-06","sp_v3_3mo_date":"2022-07-25","age":"68","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50270":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-11","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50271":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50272":{"redcap_data_access_group":"uchicago","main_record_id":"10360","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-18","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-27","date_and_time":"2022-04-27 16:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-13","sp_v1_preop_date":"2022-05-05","sp_v2_6wk_date":"2022-06-24","sp_v3_3mo_date":"2022-08-13","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50273":{"redcap_data_access_group":"uchicago","main_record_id":"10354","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-19","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-21","date_and_time":"2022-04-26 12:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-06-24","sp_v3_3mo_date":"2022-08-13","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50274":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50275":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50276":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-21","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50277":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50278":{"redcap_data_access_group":"uchicago","main_record_id":"10356","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-25","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-25","date_and_time":"2022-04-25 10:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-09","sp_v1_preop_date":"2022-06-29","sp_v2_6wk_date":"2022-09-20","sp_v3_3mo_date":"2022-11-09","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50279":{"redcap_data_access_group":"uchicago","main_record_id":"10403","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":1,"date_of_contact":"2022-04-26","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-14","date_and_time":"2022-07-11 15:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-23","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-08-04","sp_v3_3mo_date":"2022-09-23","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50280":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50281":{"redcap_data_access_group":"uchicago","main_record_id":"10359","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-26","screening_age":"63","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-27","date_and_time":"2022-04-27 15:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"0","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"1","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Upon further review, the PI could not rule out revision for infection for this subject. They decided to end their enrollment in the study before any study related activities could occur. ","sp_data_site":"N/A"},"50283":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50284":{"redcap_data_access_group":"uchicago","main_record_id":"10426","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-29","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-12","date_and_time":"2022-07-12 14:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-18","sp_v1_preop_date":"2022-07-12","sp_v2_6wk_date":"2022-08-29","sp_v3_3mo_date":"2022-10-18","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50285":{"redcap_data_access_group":"uchicago","main_record_id":"10442","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-03","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"After expressing interest, subject did not return calls after several tries. ","obtain_date":"2022-08-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-13","sp_v1_preop_date":"2022-08-18","sp_v2_6wk_date":"2022-10-25","sp_v3_3mo_date":"2022-12-13","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50286":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-03","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50287":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50289":{"redcap_data_access_group":"uchicago","main_record_id":"10369","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-04","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-05","date_and_time":"2022-05-05 12:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-05-11","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-10-02","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50290":{"redcap_data_access_group":"uchicago","main_record_id":"10370","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-04","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-05","date_and_time":"2022-07-11 15:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-05","sp_v1_preop_date":"2022-06-08","sp_v2_6wk_date":"2022-08-16","sp_v3_3mo_date":"2022-10-05","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50291":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-04","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50292":{"redcap_data_access_group":"uchicago","main_record_id":"10372","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-05","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-06","date_and_time":"2022-07-11 15:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-21","sp_v1_preop_date":"2022-06-10","sp_v2_6wk_date":"2022-08-02","sp_v3_3mo_date":"2022-09-21","age":"66","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50294":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-09","screening_age":"78","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50293":{"redcap_data_access_group":"uchicago","main_record_id":"10411","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-10","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-23","date_and_time":"2022-07-11 15:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-07","sp_v1_preop_date":"2022-07-06","sp_v2_6wk_date":"2022-08-18","sp_v3_3mo_date":"2022-10-07","age":"81","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50295":{"redcap_data_access_group":"uchicago","main_record_id":"10410","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-11","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-23","date_and_time":"2022-07-11 15:43","consent_process_form_complete":"0","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-08-24","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject missed two appointments for baseline and was unable to reschedule before he surgery. ","sp_data_site":"N/A"},"50296":{"redcap_data_access_group":"uchicago","main_record_id":"10409","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-16","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-23","date_and_time":"2022-07-11 15:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-01","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-09-12","sp_v3_3mo_date":"2022-11-01","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50297":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"77","screening_gender":"1","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50298":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Surgeon mentioned study prior to a member of the research team entering the room and reported they declined before research approached. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50299":{"redcap_data_access_group":"uchicago","main_record_id":"10392","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-26","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-27","date_and_time":"2022-07-11 10:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-09-14","sp_v3_3mo_date":"2022-11-03","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50300":{"redcap_data_access_group":"uchicago","main_record_id":"10393","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-26","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-27","date_and_time":"2022-07-11 11:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-18","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-08-29","sp_v3_3mo_date":"2022-10-18","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50301":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50302":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-27","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50303":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50304":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50305":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-01","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50306":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-09","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50307":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-01","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Surgery cancelled till further notice","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50308":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50309":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50310":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50311":{"redcap_data_access_group":"uchicago","main_record_id":"10412","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-06-02","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"1","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"1","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-06-23","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject signed consent on 6/3/2022 before PI review. PI assessed eligibility on 6/23/2022 and reported the subject has rheumatoid arthritis. Subject was notified and withdrawn. ","sp_data_site":"N/A"},"50312":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50313":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50314":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Subject said she'll call back when she decides ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50315":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50316":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too close to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50317":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Will contact us","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50318":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50319":{"redcap_data_access_group":"uchicago","main_record_id":"10413","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-14","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-21","sp_v1_preop_date":"2022-07-18","sp_v2_6wk_date":"2022-09-01","sp_v3_3mo_date":"2022-10-21","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50320":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50321":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50322":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50323":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50324":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"83","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50325":{"redcap_data_access_group":"uchicago","main_record_id":"10418","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-06-16","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-23","sp_v1_preop_date":"2022-07-19","sp_v2_6wk_date":"2022-10-04","sp_v3_3mo_date":"2022-11-23","age":"66","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"2023-01-30","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject chose to get surgery at outside hospital. ","sp_data_site":"N/A"},"50326":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-17","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50327":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-17","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50328":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-17","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50329":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50330":{"redcap_data_access_group":"uchicago","main_record_id":"10416","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-23","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-06","sp_v1_preop_date":"2022-07-05","sp_v2_6wk_date":"2022-08-17","sp_v3_3mo_date":"2022-10-06","age":"65","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50331":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-24","screening_age":"77","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50332":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-24","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50333":{"redcap_data_access_group":"uchicago","main_record_id":"10439","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-24","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-09","sp_v1_preop_date":"2022-08-26","sp_v2_6wk_date":"2022-10-21","sp_v3_3mo_date":"2022-12-09","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50334":{"redcap_data_access_group":"uchicago","main_record_id":"10440","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-24","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-09","sp_v1_preop_date":"2022-09-01","sp_v2_6wk_date":"2022-10-21","sp_v3_3mo_date":"2022-12-09","age":"61","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"2023-03-06","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50335":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50336":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50337":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50338":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50339":{"redcap_data_access_group":"uchicago","main_record_id":"10422","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-07","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-27","sp_v1_preop_date":"2022-07-19","sp_v2_6wk_date":"2022-09-07","sp_v3_3mo_date":"2022-10-27","age":"76","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"2022-08-24","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject was identified as having RA by the PI. Subject completed baseline surveys before being withdrawn. Study staff discussed the importance of withdrawing ineligible subjects in a timely manner. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-08-24 13:33:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Subject completed surveys but was not eligible for the study. ","erep_protdev_caplan":"Research staff discussed the importance of withdrawing subjects in a timely manner. ","erep_rel_covid19":"0"}}},"50340":{"redcap_data_access_group":"uchicago","main_record_id":"10423","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-07","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-20","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-08-31","sp_v3_3mo_date":"2022-10-20","age":"56","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-07-28 13:03:03","erep_ae_date":"2022-07-19","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-07-19 10:00","erep_resolution_date":"2022-07-19 10:15","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Subject reported no history of claustrophobia and marked \"no\" to claustrophobia on MRI screening form. 15 minutes into the MRI the subject asked to be removed and reported feeling anxious and being out of breath. Subject immediately removed from MRI and all symptoms resolved within a few minutes. Subject reported that they had just learned they were claustrophobic. Subject declined to continue MRI.","erep_action_taken":"Subject will stay in study but does not wish to complete MRI.","erep_outcome":"Recovered without sequelae","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50341":{"redcap_data_access_group":"uchicago","main_record_id":"10425","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-07","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-19","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-10-31","sp_v3_3mo_date":"2022-12-19","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50342":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50343":{"redcap_data_access_group":"uchicago","main_record_id":"10424","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-08","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-02","sp_v1_preop_date":"2022-07-26","sp_v2_6wk_date":"2022-09-13","sp_v3_3mo_date":"2022-11-02","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50344":{"redcap_data_access_group":"uchicago","main_record_id":"10436","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-14","screening_age":"77","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"vm","obtain_date":"2022-07-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-23","sp_v1_preop_date":"2022-08-15","sp_v2_6wk_date":"2022-10-04","sp_v3_3mo_date":"2022-11-23","age":"77","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50345":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50346":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50347":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50348":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"78","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"no contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50349":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50350":{"redcap_data_access_group":"uchicago","main_record_id":"10443","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-20","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-29","sp_v1_preop_date":"2022-08-19","sp_v2_6wk_date":"2022-10-10","sp_v3_3mo_date":"2022-11-29","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50351":{"redcap_data_access_group":"uchicago","main_record_id":"10441","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-20","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-20","sp_v1_preop_date":"2023-02-16","sp_v2_6wk_date":"2023-04-03","sp_v3_3mo_date":"2023-05-20","age":"62","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-05-26 14:28:32","erep_ae_date":"2023-05-26","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-05-26 12:40","erep_resolution_date":"2023-05-26 17:28","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"During the subject's 3-month follow up visit the subject developed symptoms concerning for a stroke. Throughout most of the course of the visit the subject was AO3 and reported no symptoms. Near the end of the visit the subject began to complain of blurry vision while filling out a form. After completing the form the subject and research assistant went to a hallway in clinic to complete the 10 meter walk. Before the 10 meter walk the subject stumbled briefly but did not fall. The RA asked if the subject would like to continue, and she said yes. The subject completed the 10 meter walk with normal ambulation, but then reported dizziness. The RA had the subject sit in a chair and alerted clinic staff who took the subject's blood pressure. The subject's blood pressure was normal and clinic staff asked if the subject felt OK to walk. The subject said yes and stood up to walk back to the exam room. When the subject began to walk clinic staff noticed a new symptom that the subject was dragging their left foot when they walked and were visibly unsteady and unbalanced standing or walking. Clinic staff asked the subject to sit again and initiated a stroke assessment. The subject was no longer AO3 and displayed stroke symptoms. Clinical staff initiated an emergency response code. The code response team assessed the subject and admitted them on 26May2023 at 12:40.","erep_action_taken":"Subject will continue in study as planned. This was the subject's 3 month visit so they do not need to return for additional in-person visits. ","erep_outcome":"Following admission, the subject was seen by neuro who reported no concern for stroke or TIA at the time. At 17:18 subject appeared well and was discharged home with close PCP follow-up. Plan and return precautions discussed with subject, who verbalized understanding and agreement. All questions were answered to subject's satisfaction. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50352":{"redcap_data_access_group":"uchicago","main_record_id":"10438","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-27","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-29","date_and_time":"2022-07-29 13:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-01","sp_v1_preop_date":"2022-07-29","sp_v2_6wk_date":"2022-09-12","sp_v3_3mo_date":"2022-11-01","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50353":{"redcap_data_access_group":"uchicago","main_record_id":"10446","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-04","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-08","sp_v1_preop_date":"2022-08-26","sp_v2_6wk_date":"2022-10-20","sp_v3_3mo_date":"2022-12-08","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50354":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-04","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50355":{"redcap_data_access_group":"uchicago","main_record_id":"10539","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-04","screening_age":"71","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-23","sp_v1_preop_date":"2023-01-18","sp_v2_6wk_date":"2023-03-06","sp_v3_3mo_date":"2023-04-23","age":"71","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50356":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50357":{"redcap_data_access_group":"uchicago","main_record_id":"10450","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-05","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-26","sp_v1_preop_date":"2022-09-21","sp_v2_6wk_date":"2022-12-06","sp_v3_3mo_date":"2023-01-25","age":"67","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50358":{"redcap_data_access_group":"uchicago","main_record_id":"10465","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-12","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-06-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was cancelled.","sp_data_site":"N/A"},"50359":{"redcap_data_access_group":"uchicago","main_record_id":"10448","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-11","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-14","sp_v1_preop_date":"2022-09-22","sp_v2_6wk_date":"2022-11-24","sp_v3_3mo_date":"2023-01-13","age":"77","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50360":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50361":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"74","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50362":{"redcap_data_access_group":"uchicago","main_record_id":"10454","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-12","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-07","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-12-19","sp_v3_3mo_date":"2023-02-06","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-11-21","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject was verbally abusive to site staff on multiple occasions. Please do not contact this subject.","sp_data_site":"N/A"},"50363":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-08","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50364":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50365":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-04","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50366":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50367":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-15","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50368":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-22","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50369":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50370":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50371":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50372":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50373":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50374":{"redcap_data_access_group":"uchicago","main_record_id":"10462","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-19","screening_age":"54","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-14","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"During baseline visit subject was only able to complete T1 scan. Subject could not be rescheduled to complete rest of visit before their surgery. ","sp_data_site":"N/A"},"50375":{"redcap_data_access_group":"uchicago","main_record_id":"10463","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-25","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-14","sp_v1_preop_date":"2022-09-06","sp_v2_6wk_date":"2022-10-26","sp_v3_3mo_date":"2022-12-14","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-11-01","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"2","ewcomments":"Subject scheduled their second knee surgery 3< months after their first knee. Subject notified and withdrawn. ","sp_data_site":"N/A"},"50376":{"redcap_data_access_group":"uchicago","main_record_id":"10461","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-25","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-17","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-11-27","sp_v3_3mo_date":"2023-01-16","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2023-01-30","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject canceled baseline visit appointment and then proceeded with the surgery. ","sp_data_site":"N/A"},"50377":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50378":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50379":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Can't get time off from work before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50380":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"83","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50381":{"redcap_data_access_group":"uchicago","main_record_id":"10484","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-31","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-06-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was cancelled. ","sp_data_site":"N/A"},"50382":{"redcap_data_access_group":"uchicago","main_record_id":"10466","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-02","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-02","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50383":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50384":{"redcap_data_access_group":"uchicago","main_record_id":"10489","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-02","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"80","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"2023-10-25","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Surgery was canceled, not rescheduled.","sp_data_site":"N/A"},"50389":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50400":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50401":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"78","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50402":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50403":{"redcap_data_access_group":"uchicago","main_record_id":"10483","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-28","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-29","date_and_time":"2023-03-13 09:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-08","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-12-20","sp_v3_3mo_date":"2023-02-07","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50404":{"redcap_data_access_group":"uchicago","main_record_id":"10525","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-30","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-11-29","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject had to cancel visit and was unable to reschedule due to the visit being scheduled close to surgery. ","sp_data_site":"N/A"},"50405":{"redcap_data_access_group":"uchicago","main_record_id":"10487","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-29","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-10","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"69","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50406":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-30","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50407":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Planned bilateral surgery less than 3m apart","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50408":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50409":{"redcap_data_access_group":"uchicago","main_record_id":"10536","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-03","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Research staff was unable to scheduled the subject for their baseline visit prior to their surgery. ","sp_data_site":"N/A"},"50410":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50411":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"69","screening_gender":"2","screening_race":"5","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50418":{"redcap_data_access_group":"uchicago","main_record_id":"10663","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-12","screening_age":"37","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-26","sp_v1_preop_date":"2023-04-24","sp_v2_6wk_date":"2023-06-07","sp_v3_3mo_date":"2023-07-26","age":"38","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50419":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50420":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"82","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50421":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50422":{"redcap_data_access_group":"uchicago","main_record_id":"10513","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-14","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-11","sp_v1_preop_date":"2022-11-09","sp_v2_6wk_date":"2022-12-23","sp_v3_3mo_date":"2023-02-10","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50423":{"redcap_data_access_group":"uchicago","main_record_id":"10498","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-18","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-11","sp_v1_preop_date":"2022-12-07","sp_v2_6wk_date":"2023-02-22","sp_v3_3mo_date":"2023-04-11","age":"64","sex":"2","genident":"2","ethnic":"1","dem_race":"1","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50424":{"redcap_data_access_group":"uchicago","main_record_id":"10506","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-26","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-14","sp_v1_preop_date":"2022-10-28","sp_v2_6wk_date":"2022-12-26","sp_v3_3mo_date":"2023-02-13","age":"66","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-03-10 08:50:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Research staff accidently inflated the cuff during the first resting scan in the mri. Research staff treated this scan like cuff 1 and proceeded with cuff 2 afterwards. Rest 1 was completed at the end of the scan. ","erep_protdev_caplan":"Research staff reviewed the imaging protocol, and discussed how to avoid this mistake in the future. ","erep_rel_covid19":"0"}}},"50416":{"redcap_data_access_group":"uchicago","main_record_id":"10511","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-07","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-29","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-01-10","sp_v3_3mo_date":"2023-02-28","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50425":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50430":{"redcap_data_access_group":"uchicago","main_record_id":"10518","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-08","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-15","sp_v1_preop_date":"2022-11-21","sp_v2_6wk_date":"2023-01-26","sp_v3_3mo_date":"2023-03-16","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50431":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50432":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50433":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50434":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50435":{"redcap_data_access_group":"uchicago","main_record_id":"10537","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-08","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject stopped responding to study team after consenting. Multiple emails and calls were made to the subject but they did not respond.","sp_data_site":"N/A"},"50436":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50412":{"redcap_data_access_group":"uchicago","main_record_id":"10538","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-07","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-23","sp_v1_preop_date":"2023-01-20","sp_v2_6wk_date":"2023-03-06","sp_v3_3mo_date":"2023-04-23","age":"64","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50437":{"redcap_data_access_group":"uchicago","main_record_id":"10589","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-15","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-26","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-03-09","sp_v3_3mo_date":"2023-04-26","age":"68","sex":"1","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50438":{"redcap_data_access_group":"uchicago","main_record_id":"10591","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-16","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-14","sp_v1_preop_date":"2023-02-07","sp_v2_6wk_date":"2023-03-28","sp_v3_3mo_date":"2023-05-14","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"1|3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50439":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50440":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50441":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"76","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50442":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50443":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50444":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50445":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50446":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50447":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50448":{"redcap_data_access_group":"uchicago","main_record_id":"10553","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-14","screening_age":"71","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-16","date_and_time":"2022-12-16 11:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-27","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-03-10","sp_v3_3mo_date":"2023-04-27","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50449":{"redcap_data_access_group":"uchicago","main_record_id":"10554","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-16","date_and_time":"2022-12-16 11:20","consent_process_form_complete":"2","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Research staff was unable to schedule the subject for their baseline visit prior to their surgery. ","sp_data_site":"N/A"},"50451":{"redcap_data_access_group":"uchicago","main_record_id":"10592","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-16","sp_v1_preop_date":"2023-02-13","sp_v2_6wk_date":"2023-03-30","sp_v3_3mo_date":"2023-05-16","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50452":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50453":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50454":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50455":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50456":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No contact ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50457":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50458":{"redcap_data_access_group":"uchicago","main_record_id":"10577","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-11","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-11","date_and_time":"N/A","consent_process_form_complete":"0","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Research staff was unable to schedule the subject for their baseline visit prior to their surgery. ","sp_data_site":"N/A"},"50459":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50460":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50464":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50465":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50466":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50467":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50468":{"redcap_data_access_group":"uchicago","main_record_id":"10636","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-24","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-18","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-29","sp_v3_3mo_date":"2023-08-18","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was canceled and not rescheduled.","sp_data_site":"N/A"},"50469":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50470":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50471":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50472":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50473":{"redcap_data_access_group":"uchicago","main_record_id":"10595","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-26","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-13","sp_v1_preop_date":"2023-02-09","sp_v2_6wk_date":"2023-03-27","sp_v3_3mo_date":"2023-05-13","age":"50","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50474":{"redcap_data_access_group":"uchicago","main_record_id":"10603","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-27","screening_age":"64","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-15","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-03-29","sp_v3_3mo_date":"2023-05-15","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50475":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50476":{"redcap_data_access_group":"uchicago","main_record_id":"10601","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-30","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-24","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-05-05","sp_v3_3mo_date":"2023-06-24","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject completed V1 then stopped answering our calls/emails. Research team made multiple attempts to contact subject April - May 2023.","sp_data_site":"N/A"},"50478":{"redcap_data_access_group":"uchicago","main_record_id":"10607","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-01","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-16","sp_v1_preop_date":"2023-02-15","sp_v2_6wk_date":"2023-03-30","sp_v3_3mo_date":"2023-05-16","age":"80","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50479":{"redcap_data_access_group":"uchicago","main_record_id":"10606","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-01","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-10","sp_v1_preop_date":"2023-02-08","sp_v2_6wk_date":"2023-03-24","sp_v3_3mo_date":"2023-05-10","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50480":{"redcap_data_access_group":"uchicago","main_record_id":"10610","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-01","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-21","sp_v1_preop_date":"2023-02-17","sp_v2_6wk_date":"2023-04-04","sp_v3_3mo_date":"2023-05-21","age":"51","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50481":{"redcap_data_access_group":"uchicago","main_record_id":"10605","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-21","sp_v1_preop_date":"2023-02-15","sp_v2_6wk_date":"2023-04-04","sp_v3_3mo_date":"2023-05-21","age":"67","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50482":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-03","screening_age":"83","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50483":{"redcap_data_access_group":"uchicago","main_record_id":"10617","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-03","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-01","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"PI identified that subject has rheumatoid arthritis. ","sp_data_site":"N/A"},"50484":{"redcap_data_access_group":"uchicago","main_record_id":"10614","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-10","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-10","date_and_time":"2023-02-10 19:26","consent_process_form_complete":"0","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-28","sp_v1_preop_date":"2023-02-27","sp_v2_6wk_date":"2023-04-11","sp_v3_3mo_date":"2023-05-28","age":"72","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50485":{"redcap_data_access_group":"uchicago","main_record_id":"10613","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-10","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-21","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-05-02","sp_v3_3mo_date":"2023-06-21","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-03-17 14:05:54","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-03-21 08:07:19","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Subject requested to get blood draw day of surgery before surgery. They declined blood draw during visit. ","erep_protdev_caplan":"Everything was done correctly to accommodate the subject giving blood on their visit day. Subject elected to not give blood on this day. ","erep_rel_covid19":"0"}}},"50486":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50487":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50488":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50489":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50490":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50491":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50492":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50493":{"redcap_data_access_group":"uchicago","main_record_id":"10632","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-20","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-03","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject stopped responding after signing the consent form. The research team followed up multiple times leading up to her surgery date on 7/18/23.","sp_data_site":"N/A"},"50494":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50496":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50500":{"redcap_data_access_group":"uchicago","main_record_id":"10631","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-01","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-07","sp_v1_preop_date":"2023-04-04","sp_v2_6wk_date":"2023-05-19","sp_v3_3mo_date":"2023-07-07","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject completed V1 then stopped answering our calls and emails. The research team made multiple attempts to contact him in May and June 2023.","sp_data_site":"N/A"},"50497":{"redcap_data_access_group":"uchicago","main_record_id":"10641","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-28","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-05-02","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50501":{"redcap_data_access_group":"uchicago","main_record_id":"10637","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-02","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-05-25","sp_v3_3mo_date":"2023-07-13","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50505":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-08","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50506":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50507":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"84","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50508":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50509":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50514":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50515":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"56","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50520":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"52","screening_gender":"1","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50523":{"redcap_data_access_group":"uchicago","main_record_id":"10665","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-31","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-05","date_and_time":"2023-10-03 13:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-22","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-03","sp_v3_3mo_date":"2023-09-22","age":"60","sex":"1","genident":"1","ethnic":"N/A","dem_race":"1","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50524":{"redcap_data_access_group":"uchicago","main_record_id":"10677","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-05","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-26","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-07","sp_v3_3mo_date":"2023-08-26","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-02","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was canceled and not rescheduled.","sp_data_site":"N/A"},"50525":{"redcap_data_access_group":"uchicago","main_record_id":"10670","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-03","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-11","date_and_time":"2023-10-03 13:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-25","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-06","sp_v3_3mo_date":"2023-08-25","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50526":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-13","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50527":{"redcap_data_access_group":"uchicago","main_record_id":"10703","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-13","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-16","date_and_time":"2023-10-03 13:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-26","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-07","sp_v3_3mo_date":"2023-08-26","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50528":{"redcap_data_access_group":"uchicago","main_record_id":"10680","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-18","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-28","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-09","sp_v3_3mo_date":"2023-07-28","age":"54","sex":"1","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50530":{"redcap_data_access_group":"uchicago","main_record_id":"10685","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-20","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-24","date_and_time":"2023-10-03 13:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"78","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50531":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50532":{"redcap_data_access_group":"uchicago","main_record_id":"10695","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-02","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-08","date_and_time":"2023-10-03 13:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-06","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-17","sp_v3_3mo_date":"2023-10-06","age":"70","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50533":{"redcap_data_access_group":"uchicago","main_record_id":"10699","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-02","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-09","date_and_time":"2023-10-03 13:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-29","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-10","sp_v3_3mo_date":"2023-09-29","age":"59","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50535":{"redcap_data_access_group":"uchicago","main_record_id":"10697","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was canceled and not rescheduled.","sp_data_site":"N/A"},"50536":{"redcap_data_access_group":"uchicago","main_record_id":"10706","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-21","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-23","date_and_time":"2023-10-03 13:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-23","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-04","sp_v3_3mo_date":"2023-09-23","age":"70","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-29 15:18:19","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-10-03 14:34:09","erep_ae_date":"2023-06-14","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-06-14 14:34","erep_resolution_date":"2023-06-18 14:34","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"When completing reminder call for 3-month visit, participant stated she did not want to do the MRI. She said that after the last MRI she had a headache for 4 days. Participant attributed headache to the MRI. ","erep_action_taken":"did not complete MRI for 3-month visit. ","erep_outcome":"MRI was not completed during 3-month visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50534":{"redcap_data_access_group":"uchicago","main_record_id":"10696","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-27","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-08","date_and_time":"2023-10-03 13:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-07","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-19","sp_v3_3mo_date":"2023-09-07","age":"61","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50537":{"redcap_data_access_group":"uchicago","main_record_id":"10707","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-12","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-23","date_and_time":"2023-10-03 13:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-05","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-17","sp_v3_3mo_date":"2023-09-05","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-09-22 15:11:49","erep_ae_date":"2023-09-11","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-09-11 13:50","erep_resolution_date":"2023-09-11 13:50","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"We positioned subject in scanner and left room. Subject immediately pushed the emergency call button and said she couldn't complete MRI. Subject asked to be removed from scanner. Subject felt claustrophobic during her clinical spine MRI but was willing to try this one. No scans were completed/begun during this MRI.","erep_action_taken":"MRI scan did not begin; subject was removed","erep_outcome":"subject did not complete MRI scan","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50541":{"redcap_data_access_group":"uchicago","main_record_id":"10732","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-08","screening_age":"47","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50544":{"redcap_data_access_group":"uchicago","main_record_id":"10745","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-12","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-10","date_and_time":"2023-10-03 14:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-24","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-09-04","sp_v3_3mo_date":"2023-10-24","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50545":{"redcap_data_access_group":"uchicago","main_record_id":"10731","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-14","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-06-23","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Study team tried repeatedly to contact the subject to schedule their baseline visit but were unable to do so prior to their surgery date. ","sp_data_site":"N/A"},"50547":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50548":{"redcap_data_access_group":"uchicago","main_record_id":"10878","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-20","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-27","date_and_time":"2023-11-27 08:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-08","sp_v1_preop_date":"2023-12-01","sp_v2_6wk_date":"2024-02-19","sp_v3_3mo_date":"2024-04-08","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50558":{"redcap_data_access_group":"uchicago","main_record_id":"10768","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"N/A","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50559":{"redcap_data_access_group":"uchicago","main_record_id":"10779","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-04","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"1","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-08-11","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject was consented in person at baseline visit. While reviewing the consent form, the subject could not remember the details of the study, had difficulty remembering and spelling her name, and was confused about how to complete the form overall. Research staff consulted the clinical team and decided not to move forward with consenting the subject. ","sp_data_site":"N/A"},"50561":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50553":{"redcap_data_access_group":"uchicago","main_record_id":"10755","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-19","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-11-13","sp_v3_3mo_date":"2024-01-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject changed their mind about participating due to the MRI/their claustrophobia. ","sp_data_site":"N/A"},"50554":{"redcap_data_access_group":"uchicago","main_record_id":"10756","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-19","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-24","date_and_time":"2023-10-03 14:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-28","sp_v1_preop_date":"2023-08-31","sp_v2_6wk_date":"2023-11-08","sp_v3_3mo_date":"2023-12-28","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50566":{"redcap_data_access_group":"uchicago","main_record_id":"10785","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-11","screening_age":"73","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-19","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-10-31","sp_v3_3mo_date":"2023-12-19","age":"73","sex":"2","genident":"2","ethnic":"N/A","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50565":{"redcap_data_access_group":"uchicago","main_record_id":"10789","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-11","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-03","sp_v1_preop_date":"2023-09-22","sp_v2_6wk_date":"2023-11-13","sp_v3_3mo_date":"2024-01-02","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50572":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50573":{"redcap_data_access_group":"uchicago","main_record_id":"10800","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-31","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-24","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2023-12-04","sp_v3_3mo_date":"2024-01-23","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50574":{"redcap_data_access_group":"uchicago","main_record_id":"10805","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-01","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-10","sp_v1_preop_date":"2023-11-02","sp_v2_6wk_date":"2023-12-22","sp_v3_3mo_date":"2024-02-09","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50575":{"redcap_data_access_group":"uchicago","main_record_id":"10802","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-01","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-08","date_and_time":"2023-10-03 13:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-02","sp_v1_preop_date":"2023-11-01","sp_v2_6wk_date":"2023-12-14","sp_v3_3mo_date":"2024-02-01","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50577":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50578":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50579":{"redcap_data_access_group":"uchicago","main_record_id":"10810","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-14","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-15","date_and_time":"2023-10-03 13:10","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-09-20","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50580":{"redcap_data_access_group":"uchicago","main_record_id":"10817","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-14","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-22","date_and_time":"2023-10-03 13:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-13","sp_v1_preop_date":"2023-10-04","sp_v2_6wk_date":"2023-11-23","sp_v3_3mo_date":"2024-01-12","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50581":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50582":{"redcap_data_access_group":"uchicago","main_record_id":"10821","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-22","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-28","date_and_time":"2023-10-03 13:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-02","sp_v1_preop_date":"2023-10-30","sp_v2_6wk_date":"2023-12-14","sp_v3_3mo_date":"2024-02-01","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50546":{"redcap_data_access_group":"uchicago","main_record_id":"10738","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-28","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-30","date_and_time":"2023-10-03 14:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-10","sp_v1_preop_date":"2023-07-07","sp_v2_6wk_date":"2023-08-21","sp_v3_3mo_date":"2023-10-10","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50555":{"redcap_data_access_group":"uchicago","main_record_id":"10757","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-20","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-24","date_and_time":"2023-10-03 14:12","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-07","sp_v1_preop_date":"2023-08-29","sp_v2_6wk_date":"2023-10-19","sp_v3_3mo_date":"2023-12-07","age":"60","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50556":{"redcap_data_access_group":"uchicago","main_record_id":"10758","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-21","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-24","date_and_time":"2023-10-03 14:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-11","sp_v1_preop_date":"2023-09-01","sp_v2_6wk_date":"2023-10-23","sp_v3_3mo_date":"2023-12-11","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50557":{"redcap_data_access_group":"uchicago","main_record_id":"10766","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-28","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-04","date_and_time":"2023-10-03 14:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-21","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-10-02","sp_v3_3mo_date":"2023-11-21","age":"61","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50560":{"redcap_data_access_group":"uchicago","main_record_id":"10775","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-04","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-10","date_and_time":"2023-10-03 14:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-05","sp_v1_preop_date":"2023-10-02","sp_v2_6wk_date":"2023-11-15","sp_v3_3mo_date":"2024-01-04","age":"67","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-14 11:43:39","erep_ae_date":"2023-10-30","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-10-30 00:00","erep_resolution_date":"","erep_ae_severity":"2","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"After participant's surgery and when trying to see when they could come in for their 6-week visit, it was noted in their chart that they were newly diagnosed with an acute DVT.","erep_action_taken":"None","erep_outcome":"Recovered without sequelae.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":""}}},"50519":{"redcap_data_access_group":"uchicago","main_record_id":"10658","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-28","screening_age":"57","screening_gender":"1","screening_race":"6","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-12","sp_v1_preop_date":"2023-04-10","sp_v2_6wk_date":"2023-05-24","sp_v3_3mo_date":"2023-07-12","age":"57","sex":"1","genident":"1","ethnic":"1","dem_race":"1","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50584":{"redcap_data_access_group":"uchicago","main_record_id":"10833","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-09","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject does not have the time to participate in the study at this time. ","sp_data_site":"N/A"},"50585":{"redcap_data_access_group":"uchicago","main_record_id":"10834","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-12","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50586":{"redcap_data_access_group":"uchicago","main_record_id":"10836","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-10","sp_v1_preop_date":"2023-11-03","sp_v2_6wk_date":"2023-12-22","sp_v3_3mo_date":"2024-02-09","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50587":{"redcap_data_access_group":"uchicago","main_record_id":"10835","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-02","sp_v1_preop_date":"2023-10-26","sp_v2_6wk_date":"2023-12-14","sp_v3_3mo_date":"2024-02-01","age":"55","sex":"1","genident":"1","ethnic":"N/A","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50588":{"redcap_data_access_group":"uchicago","main_record_id":"10844","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-16","sp_v1_preop_date":"2023-11-02","sp_v2_6wk_date":"2023-12-28","sp_v3_3mo_date":"2024-02-15","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50589":{"redcap_data_access_group":"uchicago","main_record_id":"10837","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"1","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50590":{"redcap_data_access_group":"uchicago","main_record_id":"10853","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-01","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-02","date_and_time":"2023-11-02 12:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-15","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2023-12-27","sp_v3_3mo_date":"2024-02-14","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50591":{"redcap_data_access_group":"uchicago","main_record_id":"10865","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-10","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-13","date_and_time":"2023-11-13 07:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-14","sp_v1_preop_date":"2023-11-13","sp_v2_6wk_date":"2023-12-26","sp_v3_3mo_date":"2024-02-13","age":"53","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50592":{"redcap_data_access_group":"uchicago","main_record_id":"10864","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-10","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-10","date_and_time":"2023-11-10 08:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-27","sp_v1_preop_date":"2023-11-15","sp_v2_6wk_date":"2024-01-08","sp_v3_3mo_date":"2024-02-26","age":"60","sex":"2","genident":"N/A","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50593":{"redcap_data_access_group":"uchicago","main_record_id":"10866","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-13","screening_age":"54","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-13","date_and_time":"2023-11-13 16:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-30","sp_v1_preop_date":"2023-11-29","sp_v2_6wk_date":"2024-01-11","sp_v3_3mo_date":"2024-02-29","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50594":{"redcap_data_access_group":"uchicago","main_record_id":"10867","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-13","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-14","date_and_time":"2023-11-14 14:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-04","sp_v1_preop_date":"2023-11-27","sp_v2_6wk_date":"2024-01-15","sp_v3_3mo_date":"2024-03-04","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50595":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50596":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"34","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50597":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-13","screening_age":"72","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50598":{"redcap_data_access_group":"uchicago","main_record_id":"10875","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-21","date_and_time":"2023-11-21 13:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-28","sp_v1_preop_date":"2023-12-12","sp_v2_6wk_date":"2024-02-08","sp_v3_3mo_date":"2024-03-28","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50599":{"redcap_data_access_group":"uchicago","main_record_id":"10879","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-27","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-27","date_and_time":"2023-11-27 09:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-02","sp_v1_preop_date":"2023-12-06","sp_v2_6wk_date":"2024-02-13","sp_v3_3mo_date":"2024-04-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50600":{"redcap_data_access_group":"uchicago","main_record_id":"10880","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-28","screening_age":"45","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-28","date_and_time":"2023-11-28 12:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"2","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50601":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50602":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50288":{"redcap_data_access_group":"uchicago","main_record_id":"10389","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-03","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-23","date_and_time":"2022-05-23 12:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-07","sp_v1_preop_date":"2022-06-05","sp_v2_6wk_date":"2022-07-19","sp_v3_3mo_date":"2022-09-07","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-09-26 15:27:34","erep_ae_date":"2022-06-02","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-06-06 11:30","erep_resolution_date":"2022-06-06 11:30","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"subject reported claustrophobia and did not want to complete MRI","erep_action_taken":"No MRI was completed","erep_outcome":"No MRI was completed","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50576":{"redcap_data_access_group":"uchicago","main_record_id":"10804","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-11","date_and_time":"2023-10-03 13:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-25","sp_v1_preop_date":"2023-09-22","sp_v2_6wk_date":"2023-11-05","sp_v3_3mo_date":"2023-12-25","age":"72","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50521":{"redcap_data_access_group":"uchicago","main_record_id":"10662","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-30","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-04","date_and_time":"2023-10-03 13:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-10","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-12-22","sp_v3_3mo_date":"2024-02-09","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was canceled and not rescheduled. ","sp_data_site":"N/A"},"50538":{"redcap_data_access_group":"uchicago","main_record_id":"10715","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-26","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-30","date_and_time":"2023-10-03 13:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-11","sp_v1_preop_date":"2023-08-01","sp_v2_6wk_date":"2023-09-22","sp_v3_3mo_date":"2023-11-11","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50540":{"redcap_data_access_group":"uchicago","main_record_id":"10714","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-26","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-30","date_and_time":"2023-10-03 13:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-31","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-09-11","sp_v3_3mo_date":"2023-10-31","age":"N/A","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50542":{"redcap_data_access_group":"uchicago","main_record_id":"10725","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-08","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-09","date_and_time":"2023-10-03 13:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-28","sp_v1_preop_date":"2023-08-30","sp_v2_6wk_date":"2023-10-09","sp_v3_3mo_date":"2023-11-28","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50108":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Paper copy given in clinic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50228":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50251":{"redcap_data_access_group":"uchicago","main_record_id":"10456","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-17","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-08-24","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject was unable to schedule baseline before surgery ","sp_data_site":"N/A"},"50253":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50261":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"N/A","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50282":{"redcap_data_access_group":"uchicago","main_record_id":"10373","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-27","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject expressed interest in surgery and the study March 2022. Subject has not returned to ortho clinic since March 2022. ","sp_data_site":"N/A"},"50386":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50387":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50388":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50390":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50391":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50392":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50393":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50394":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50395":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"N/A","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50396":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50397":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50398":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"MRI - claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50399":{"redcap_data_access_group":"uchicago","main_record_id":"10478","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-16","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-14","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-12-26","sp_v3_3mo_date":"2023-02-13","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"N/A"},"50413":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50414":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50415":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50417":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50426":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"N/A","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50427":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50428":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50429":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50450":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50461":{"redcap_data_access_group":"uchicago","main_record_id":"10598","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-19","screening_age":"N/A","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-21","sp_v1_preop_date":"2023-02-13","sp_v2_6wk_date":"2023-05-02","sp_v3_3mo_date":"2023-06-21","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50462":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50463":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50477":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50495":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50498":{"redcap_data_access_group":"uchicago","main_record_id":"10634","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-27","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-05-02","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"New medical problems that prevented her from making time","sp_data_site":"N/A"},"50499":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50502":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50503":{"redcap_data_access_group":"uchicago","main_record_id":"10639","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-08","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-08-15","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was cancelled.","sp_data_site":"N/A"},"50504":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50510":{"redcap_data_access_group":"uchicago","main_record_id":"10644","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-22","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-05-03","sp_v3_3mo_date":"2023-06-22","age":"52","sex":"2","genident":"N/A","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-03-22 11:13:47","erep_ae_date":"2023-03-31","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-03-21 02:05","erep_resolution_date":"2023-03-21 02:05","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Subject began the first scan in the MRI but asked to pause and leave the MRI bed due to claustrophobia. Subject was unaware of their claustrophobia as they had done MRI scans before but never for brain/head.","erep_action_taken":"Subject was removed from MRI machine and scans did not continue. ","erep_outcome":"Subject was removed from MRI machine and scans did not continue. Subject completed the rest of their research activities as planned.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50511":{"redcap_data_access_group":"uchicago","main_record_id":"10645","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-14","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-21","sp_v1_preop_date":"2023-03-20","sp_v2_6wk_date":"2023-05-02","sp_v3_3mo_date":"2023-06-21","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-03-22 10:20:38","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"On baseline visit the subject had small and rolling veins, Phlebotomus did not attempt to draw due to this. The subject was willing to try to have preop staff draw blood from catheter line for surgery. ","erep_protdev_caplan":"Difficult blood draws may be hard to prevent but we can ask subjects to hydrate beforehand to make the process as easy as possible. ","erep_rel_covid19":"0"}}},"50512":{"redcap_data_access_group":"uchicago","main_record_id":"10643","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-05-15","sp_v3_3mo_date":"2023-07-03","age":"69","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50513":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50516":{"redcap_data_access_group":"uchicago","main_record_id":"10655","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-23","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-11","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-22","sp_v3_3mo_date":"2023-08-11","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50518":{"redcap_data_access_group":"uchicago","main_record_id":"10657","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-22","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-27","sp_v1_preop_date":"2023-04-26","sp_v2_6wk_date":"2023-06-08","sp_v3_3mo_date":"2023-07-27","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50522":{"redcap_data_access_group":"uchicago","main_record_id":"10661","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-30","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-23","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-04","sp_v3_3mo_date":"2023-09-23","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-02","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was canceled and not rescheduled.","sp_data_site":"N/A"},"50529":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50539":{"redcap_data_access_group":"uchicago","main_record_id":"10726","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-26","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-24","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject could not commit to research visits.","sp_data_site":"N/A"},"50543":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50549":{"redcap_data_access_group":"uchicago","main_record_id":"10739","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-28","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50550":{"redcap_data_access_group":"uchicago","main_record_id":"10741","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-28","screening_age":"N/A","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"2","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50551":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50552":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-14","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50562":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50563":{"redcap_data_access_group":"uchicago","main_record_id":"10782","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-11","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-06","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-11-16","sp_v3_3mo_date":"2024-01-05","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50564":{"redcap_data_access_group":"uchicago","main_record_id":"10781","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-11","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-03","sp_v1_preop_date":"2023-09-25","sp_v2_6wk_date":"2023-11-13","sp_v3_3mo_date":"2024-01-02","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50567":{"redcap_data_access_group":"uchicago","main_record_id":"10791","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-18","sp_v1_preop_date":"2023-10-12","sp_v2_6wk_date":"2023-11-28","sp_v3_3mo_date":"2024-01-17","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50568":{"redcap_data_access_group":"uchicago","main_record_id":"10792","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-01","sp_v1_preop_date":"2023-10-11","sp_v2_6wk_date":"2023-12-13","sp_v3_3mo_date":"2024-01-31","age":"65","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50569":{"redcap_data_access_group":"uchicago","main_record_id":"10794","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-22","sp_v1_preop_date":"2023-09-18","sp_v2_6wk_date":"2023-11-03","sp_v3_3mo_date":"2023-12-22","age":"65","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50570":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50571":{"redcap_data_access_group":"uchicago","main_record_id":"10793","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-25","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-04","sp_v1_preop_date":"2023-09-27","sp_v2_6wk_date":"2023-11-14","sp_v3_3mo_date":"2024-01-03","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject was a no call, no show for baseline visit. Has not answered our calls or emails since. Surgery has passed, 10/4/23.","sp_data_site":"N/A"},"50583":{"redcap_data_access_group":"uchicago","main_record_id":"10828","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-06","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-04","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2024-01-15","sp_v3_3mo_date":"2024-03-04","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50517":{"redcap_data_access_group":"uchicago","main_record_id":"10656","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-18","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-29","sp_v3_3mo_date":"2023-08-18","age":"71","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50000":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50233":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50385":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140001":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"06/20/2022-LVM\r\n06/22/2022-LVM\r\n\r\nCould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140002":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"MRI-INELIGIBLE ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140003":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"82","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"06/22/2022 -Participant stated they are too old to come in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140004":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-23","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/23/22-Participant stated she would look over the brochure's and let us know if she wants to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140005":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-27","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"06/27/22-participant stated she lives too far to come in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140006":{"redcap_data_access_group":"rush_university_me","main_record_id":"15001","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-27","screening_age":"36","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-28","date_and_time":"2022-06-28 08:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-29","sp_v1_preop_date":"2022-06-28","sp_v2_6wk_date":"2022-08-10","sp_v3_3mo_date":"2022-09-29","age":"N/A","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140007":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"06/29-Participant stated she does not have the time-commitment available.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140008":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/29/22-participant said to call her back due to her going to doctors appointment \r\n06/29/22-lvm ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140009":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/29/22-LVM\r\n07/06/22-LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140010":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/29-sent econsent document, participant stated to call her back 07/06.\r\n07/06/22-particpant said she would call back if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140011":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/29-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140012":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"06/29/22-Participant does not want to be in any pain tests. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140013":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/06/22- Participant stated they do not have the time to be in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140014":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/11/22-participant stated she has enough problems already and does not want to drive up to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140015":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/11/22-SURGERY will be rescheduled \r\n07/20/22-lvm\r\n07/25/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140016":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/11/22-Participant said they have too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140017":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/14/22-LVM\r\n07/20/22-PT needs Vietnamese Interpreter ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140018":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/11/22-participant stated that their surgery will be rescheduled\r\n07/20/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140019":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/21/22-LVM\r\n07/22/22-partcipant stated that she does not have the time for the study with her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140020":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/22/22 participant does not want to make extra trips to the hospital ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140021":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/25/22-needs Spanish interpreter ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140022":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"83","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/25/22-lvm\r\n07/27/22-lvm\r\n08/12/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140023":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/22/22-Participant declined with no specific reason. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140024":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"07/25/22-lvm\r\nUnable to contact participant ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140025":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/25/22-LVM\r\n07/27/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140026":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/25/22-lvm\r\n07/27/22-Participant stated she is not interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140027":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/25/22-lvm\r\n07/27/22-pt declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140028":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-29","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/29/22-pt declined, too far to drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140029":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/03/22-pt declined with no specific reason ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140030":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/03/22-lvm\r\n08/05/22-lvm\r\nNot able to reach pt ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140031":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/03/22-partcipant stated it is too far of a drive ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140032":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"37","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/05/22-MB is full, could not leave a voice message. \r\n08/08/22-MB is full, could not leave a voice message. \r\n\r\n--->Could not reach patient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140033":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"08/05/22-pt stated to give her a call back\r\n08/08/22-pt stated they are not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140034":{"redcap_data_access_group":"rush_university_me","main_record_id":"15002","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-09","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"08/09/22-sent a copy of the consent form. ","obtain_date":"2022-08-10","date_and_time":"2022-08-10 10:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-28","sp_v1_preop_date":"2022-08-11","sp_v2_6wk_date":"2022-11-08","sp_v3_3mo_date":"2022-12-28","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140035":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/09/22-Participant stated that they canno't go to the city for the study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140036":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"08/09/22-sent a copy of the consent form call tomorrow \r\n08/10/22-pt stated call back at a later date \r\n\r\nCould not reach patient before surgery date after sending consent form out. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140037":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"08/09/22-sent a copy of the consent form.\r\n08/12/22-lvm \r\n08/29/22-stated would give a call back\r\n\r\nCould not reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140038":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"08/09/22-participant stated they are not interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140040":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/10/22-patient declined, too much going on before surgery date. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140041":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"08/11/22-sent a copy of the consent form \r\n08/16/22-lvm\r\n08/23/22-pt declined, not willing to try MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140042":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/12/22-lvm\r\n05/15/22-pt declined, stated that she just wants the surgery to be over with. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140043":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-17","screening_age":"21","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/17/22-pt stated they cannot participate in the study due to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140044":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/19/22-pt declined, too far to drive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140045":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"08/23/22-pt stated they are not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140046":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/23/22-pt stated they will look over the brochures.\r\n08/24/22-lvm\r\n\r\nCould not reach pt before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140047":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/23/22-stated they will give a call back.\r\n08/24/22-participant stated they need time to think about it. \r\n1/5/23-MB full\r\n1/6/23-Sent a copy of consent \r\n1/7/23-Pt stated she will speak with her doctor and to give her a call back tomorrow \r\n1/10/23-Pt stated she will give a call back.\r\nPt cancelled sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140048":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/23/22-pt stated they will look over brochures.\r\n08/29/22-pt stated they still need more time to look over brochures, call back at a later date. \r\n9/2/22-pt stated she does not want to go back and forth from chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140049":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/24/22-patient hung up the phone. \r\n08/29/22-sent a copy of the consent form \r\n09/01/22-participant stated they are no longer interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140050":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"08/24/22-pt is Spanish speaking, difficult to understand her and her children live in California.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140051":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"08/24/22-not interested in participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140052":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/31/22-pt stated she is not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140053":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"09/6/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140054":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/6/22-pt declined, not interested in research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140055":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/6/22-declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140056":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/8/22-pt stated to give a call back in 20mins \r\n9/8/22-lvm\r\n9/9/22-sent a copy of the consent form \r\n9/9/22-Pt declined, stated that its a lot going on with her mom also getting surgery in the following months. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140057":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/8/22-pt stated to give a back tomorrow since he is currently at another doctor's office. \r\n9/9/22-sent a copy of the consent form \r\n9/12/22-lvm\r\n\r\nCould not reach before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140058":{"redcap_data_access_group":"rush_university_me","main_record_id":"15003","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-08","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/8/22-Called mobile phone (it did not ring). \r\nI called Home phone than and the Husband picked up and stated he will tell his wife to give a call back when she gets home. \r\n9/9/22-pt stated she will call back in the afternoon\r\n9/12/22-","obtain_date":"2022-09-12","date_and_time":"2022-09-12 13:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-26","sp_v1_preop_date":"2022-09-22","sp_v2_6wk_date":"2022-11-06","sp_v3_3mo_date":"2022-12-26","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140059":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/9/22-Pt needs a Cantonese interpreter, does not speak English. Not eligible to be in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140060":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/12/22-pt hung up the phone \r\n9/14/22-no MB\r\n\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140061":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/14/22-pt declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140062":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/15/22-lvm\r\n9/21/22-pt declined, not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140063":{"redcap_data_access_group":"rush_university_me","main_record_id":"15004","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-16","date_and_time":"2022-09-16 12:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-20","sp_v1_preop_date":"2022-09-16","sp_v2_6wk_date":"2022-11-01","sp_v3_3mo_date":"2022-12-20","age":"N/A","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-11-29 10:51:56","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week visit was outside of timeline.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"140064":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/15/22-call will not go through \r\n\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140065":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/15/22-lvm\r\n9/20/22-pt declined, states that its too far and she works full time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140066":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"44","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/20/22-lvm\r\n9/21/22-lvm\r\nCould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140067":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/20/22-pt declined, stated its too far and she is too old. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140068":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/20/22-lvm\r\n9/20/22- pt called back, declined not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140069":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/20/22-pt declined, not interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140070":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/21/22- pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140071":{"redcap_data_access_group":"rush_university_me","main_record_id":"15005","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-21","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/21/22-Pt hung up the phone \r\n9/26/22-lvm","obtain_date":"2022-10-03","date_and_time":"2022-10-03 14:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-06","sp_v1_preop_date":"2022-10-05","sp_v2_6wk_date":"2022-11-16","sp_v3_3mo_date":"2023-01-05","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140072":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/21/22-phone number on file has been disconnected \r\nPt lives in Michigan ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140073":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/4/22-pt declined, stated that there is too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140074":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/26/22-lvm\r\n9/27/22-declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140075":{"redcap_data_access_group":"rush_university_me","main_record_id":"15006","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-27","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"09/26/22-pt is interested, will consent at first study visit. ","obtain_date":"2022-10-06","date_and_time":"2022-10-06 13:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"2022-10-06","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"2022-11-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Patient's surgery was canceled due to complications and will not be rescheduled.","sp_data_site":"N/A"},"140076":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"22","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/27/22-declined, not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140077":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/27/22-lvm\r\n10/4/22-lvm\r\ncould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140078":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/28/22-pt declined, states does not want to go to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140079":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/10/22-lvm\r\n10/11/22-lvm\r\n10/12/22-Pt declined, states not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140080":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/10/22-lvm\r\n10/14/22-lvm\r\n10/17/22-pt declined, stated its inconvenient to go back and forth to Chicago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140081":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/10/22-pt's sister said she will talk with Pete. \r\n10/17/22-pt's sister declined, stated Pete has bad dysphagia and he's not the best candidate to have in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140082":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/12/2022- Pt. declined, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140083":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/12/2022- call back today at 4pm.\r\n10/12/2022- Pt. declined, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140084":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/13/22-Sent a copy of the informed consent form\r\n10/14/22-lvm\r\nCould not reach patient before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140085":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/19/22-Declined, stated they have too much going on before surgery to come in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140086":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/19/22-pt stated to give a call back tomorrow. \r\n10/20/2022- LVM\r\n10/21/2022- Pt. declined, not interested to participated in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140087":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"10/19/22-lvm\r\n10/25/22-pt hung up the phone\r\n10/31/22-pt declined, does not have any time to come in before the surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140088":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/20/2022- Pt. not interested, hung up twice.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140089":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/21/2022-LVM\r\n10/24/2022- Pt. declined, not interested to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140090":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10-21-2022- Talked with her sister Betty, send a copy of informed consent.\r\n10/21/2022- call back on Monday morning.\r\n10/24/2022- Pt. Said had major surgery on September 2022.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140091":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/27/22-Both home and cell phone numbers wont allow me to leave vm.\r\n10/31/22-pt declined, stated they live 2.5 hours away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140092":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"32","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/28/2022- LVM.\r\n11/01/2022- Talked with a member of the pt. family member. She stated the participant can hear me explain about the research but he can not talk with me. She stated that he does not want to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140093":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/01/2022- She has her surgery in Naperville Center. Pt. declined to come to Rush for the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140094":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/1/2022- Pt. declined to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140095":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/12/22-Patient's house worker stated to give him a call back tomorrow since he is at a dr's appointment. \r\n11/3/22-Mobile phone has full mb, home phone number is the apartment complex's office. \r\n11/7/22-pt stated to give a call back\r\n11/8/22-Mobile phone has full mb, can't lvm. \r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140096":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/1/22-lvm\r\n11/7/22-lvm\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140097":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"34","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/2/22-pt stated to give a call back, on another phone call\r\n11/3/22-pt stated to give a call back tomorrow \r\n11/4/22-pt stated the research study is too intense and he does not have the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140098":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/2/22-lvm\r\n11/3/22-lvm\r\n11/7/22-pt declined, does not want to drive up to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140099":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/02/2022- Call back tomorrow morning 11/03/2022- Pt. declined. Does not want to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140100":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/3/22-LVM\r\n11/3/22-pt's daughter gave a call back and stated he does not want to do anything extra.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140101":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/03/2022- I contact her sister Doris, request call back on Monday 11/07/2022 at 11 am.\r\n11/07/2022- Sister stated Pt. has dementia and she is not able to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140102":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/03/2022- LVM\r\n11/04/2022- Does not have free time today. Call back Monday 11/07/2022 at 9 am. \r\n11/07/2022- Pt. stated she will reschedule her surgery for the next year. She want to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140103":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/04/2022- LVM\r\n11/08/2022- LVM\r\n11/11/2022- Pt. declined. does not want to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140104":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/14/2022-pt. declined. Does not have time to travel to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140105":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/17/22-Pt stated it is not a good time. Stated that her father is currently in Hospice. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140106":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/17/22-lvm\r\n11/21/2022-Pt. has an emergency and request call another day.\r\n11/22/22-lvm\r\n11/28/2022- Cannot make commute.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140107":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/17/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140108":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/22/2022- call back 11/23/2022 in the morning.\r\n11/23/2022- Does not have time to come for 3 in person visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140109":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/22/22-pt stated to give a call back \r\n11/28/2022- Cannot make commute.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140110":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"29","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/22/2022- Pt. declined to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140111":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/22/22-pt declined, not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140112":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/22/2022- phone ringing but voice mail not set up.\r\n11/23/2022- Pt. busy, request call back today at 3pm.\r\n11/23/2022- Unable to come before her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140113":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"41","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/22/22-sent a copy of the consent form \r\n11/28/2022-Pt declined because she does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140114":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-23","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/23/2022-Pt. declined does not want to come to the hospital more than the required for his procedure.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140115":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-23","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/23/2022- Call back on Monday 11/28/2022 in the morning.\r\n11/28/2022- LVM.\r\n12/5/22-Pt stated that she is at a doctors appointment \r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140116":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/22/22-sent a copy of the informed consent\r\n11/28/22-pt declined, stated they are not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140117":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/29/2022- send a copy of informed consent.\r\n11/29/2022- Pt. declined. She state I do not wish to participate in this study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140118":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-01","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/1/22-sent a copy of the consent form\r\n12/2/22-pt stated she needs to look over it this evening with her daughter. \r\n12/5/22-Pt declined, not interested in participating.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140119":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/2/22-Pt declined, not interested in research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140120":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/5/22-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140121":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/6/22-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140122":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/7/22-lvm\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140123":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"27","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/7/22-lvm\r\n12/8/22-Pt declined, stated she does not have time before her surgery to come in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140124":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/13/22- Pt declined, stated that he has too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140125":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/13/22-pt stated to give a call back tomorrow. \r\n12/15/22- pt stated to give a call back tomorrow\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140126":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/7/2022-Sent a copy of consent \r\n12/13/22-Pt stated to resend the consent form and give a call back tomorrow \r\nCould not reach back before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140127":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/15/22-Pt declined, stated its too far of a drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140128":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/15/22-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140129":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/16/22-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140130":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/16/22-Pt's wife declined, stated that George would not be interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140131":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"25","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/16/22-Pt's dad stated to give a call back \r\n12/19/22-the automated voice stated that the number is not accepting phone calls at the moment \r\n12/22/22-Attempted to reach both numbers. Both numbers the automated voice stated that the number is not accepting phone calls at the moment \r\nCould not reach patient before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140132":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/16/22-lvm\r\n12/19/22-lvm\r\n12/22/22-lvm\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140133":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/16/22-pt declined, stated that they live too far away and won't have time to come in after the holidays. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140134":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/16/22-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140135":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/16/22- Pt declined, does not want to go up to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140136":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/16/22-Pt declined, stated she has a lot of doctors appointments coming up and will probably need another sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140137":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/22/22-Sent a copy of the consent form \r\n12/28/22-Participant stated that their father passed away and they will not be able to be part of the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140138":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/4/23-Pt stated to give a call back, they are at the Dr's office. \r\n\r\n1/5/23-Pt declined, stated its too far of a drive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140139":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/4/23-LVM\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140140":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"20","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/4/23-sent a copy of consent form \r\n1/5/23-Pt declined stated they are unwilling to do mri stated they are claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140141":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/5/23-Pt declined, does not have time to come in before baseline ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140142":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/5/23-Sent a copy of consent. Participant stated they will look it over and then give a call back. \r\n1/10/23-Pt declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140143":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/5/23-sent a copy of consent \r\n1/10/23-Pt stated she will need more time to look it over. \r\n1/11/23-Pt declined, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140144":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/6/23-Sent a copy of the consent form \r\n1/9/23-Pt's brother stated he will talk to James about the study later today and to give him a call tomorrow. \r\n1/10/23-Pt declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140145":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/11/23-Pt declined, not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140146":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/12/23-Sent a copy of the consent \r\n1/13/23-Pt declined, stated they have too much going on before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140147":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/18/23-pt stated to give a call back tomorrow\r\n1/19/23-Sent a copy of consent \r\n1/20/23-Pt said to give a call back on Monday. She hasn't had a chance to read the copy. \r\n1/23/23-lvm\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140148":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/18/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140149":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/18/23-Pt declined, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140150":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/18/23-LVM\r\n1/19/23-Pt declined, stated she does not have time to come in before sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140151":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/18/23-LVM\r\n1/19/23-Pt requested to give a call back. \r\n1/24/23-lvm\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140152":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/27/23-Pt's wife stated to give a call back this afternoon\r\n1/27/23- Pt stated Rush is 60 miles away from him & it's too far away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140153":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/31/23-lvm\r\n2/7/23-lvm\r\n2/9/23-lvm\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140154":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/2/23-Pt stated she is absolutely not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140155":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/7/23-Pt stated she lives in Indiana ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140156":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-07","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/7/23-lvm\r\n2/9/23-Pt declined, can't take off of work and sx is too soon.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140157":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"2/7/23-Pt stated she is at work and to call back tomorrow. \r\n2/8/23-Pt stated she is canceling sx and going with the radiation option. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140158":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-07","screening_age":"27","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/7/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140159":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"2/9/23-sent a copy of the consent \r\n2/10/23-Pt sent an email declining to be in the study: not willing to try the MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140160":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/9/23-lvm\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140161":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is ineligible for the study to the procedure she is having.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140162":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/9/23-lvm\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140163":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/9/23-Pt stated tp give a call back tomorrow \r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140164":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/14/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140165":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/15/23-lvm\r\n2/16/23-Pt stated that she is moving to Arizona after her sx and will not be able to come in for the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140166":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140167":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140168":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"78","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/6/23: no answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140169":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/6/23: would need translator","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140170":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"4/6/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140171":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/6/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140172":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"78","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/6/23: sent consent\r\n4/11/23: mbf\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140173":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/20/23: lives too far, doesnt want to miss work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140174":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/20/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140175":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/20/23: sent consent\r\n4/24/23: sent consent again\r\ncaroline.bleka@gmail.com","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140176":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140177":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/27/23: lives too far, not intertested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140178":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/27/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140179":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/27/23: lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140180":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/27/23: requested a call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140181":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/27/23: hard to get here, lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140183":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/4/23: lvm\r\n5/11/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140184":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"5/4/23: requested call back\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140185":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/11/23: sent consent\r\n5/15/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140186":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/25/23: call back tuesday\r\n5/30/23: too far and too close to surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140187":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/25/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140188":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/25/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140189":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"40","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"6/8/23: interested, sent a copy of consent form\r\n6/9/23: call monday\r\n6/12/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140190":{"redcap_data_access_group":"rush_university_me","main_record_id":"15007","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-09","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/9/23: sent consent\r\n6/13/23: call tmrw","obtain_date":"2023-06-14","date_and_time":"2023-06-14 09:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-10","sp_v1_preop_date":"2023-06-26","sp_v2_6wk_date":"2023-08-21","sp_v3_3mo_date":"2023-10-10","age":"72","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-29 16:15:31","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"pt was unable to complete second cuff scan because there was too much pain, couldn't tolerate another 6 minutes of pressure","erep_protdev_caplan":"Did not do scan, will ask about cuff again at 3 months before applying","erep_rel_covid19":"0"}}},"140192":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"43","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6*/21/23: sent consent\r\n6/29/23: resent consent\r\n7/5/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140193":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/29/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140194":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/29/23: sent consent\r\n7/2/23: resent consent\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140195":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/29/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140196":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/3/23: lvm\r\n\r\nDUPLICATE","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140197":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/18/23: sent consent form\r\n7/20/23: lvm\r\n8/3/23: call Friday, surgery may be rescheduled at different hospital\r\n8/4/23: lvm\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140198":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"7/18/23: lvm\r\n7/27/23: not interested, won't do an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140199":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/20/23: lvm; sent consent\r\n\r\ncouldnt reach again before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140200":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/20/23: Doesnt have time for more appointments","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140201":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/20/23: line busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140202":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/20/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140203":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/20/23: lvm\r\n7/27/23: sent consent\r\n8/3/23: unable to come in for a baseline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140204":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/20/23: mbf\r\n7/27/23: asked for cb 8/1\r\n8/3/23: lvm\r\n8/10/23: lvm\r\n\r\nunable to explain study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140205":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"49","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/27/23: busy with work, cant come in before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140206":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"8/3/23: call tomorrow morning\r\n8/4/23: lives too far, not interested in being at hospital more than needed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140207":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/3/23: too much going on, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140208":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/3/23: doesnt have time for baseline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140209":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/3/23: mbf\r\n8/10/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140210":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/3/23: lvm\r\n8/10/23: lvm\r\n\r\nunable to reach ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140211":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/10/23: calling back, may not have time for baseline\r\n8/14/23: not interested, doesn't think he will have time to make the trips to Rush","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140212":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"54","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/16/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140213":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/16/23: lvm\r\n8/24/23: lives too far, surgery too soon","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140214":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"8/16/23: lvm\r\n8/24/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140215":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"8/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140216":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/16/23: lvm\r\n8/24/23: doesnt have time for a study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140217":{"redcap_data_access_group":"rush_university_me","main_record_id":"15008","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-24","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/23/23: sent consent. Calling Fri to possibly consent","obtain_date":"2023-08-29","date_and_time":"2023-08-29 10:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-28","sp_v1_preop_date":"2023-09-08","sp_v2_6wk_date":"2023-11-08","sp_v3_3mo_date":"2023-12-28","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140218":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/24/23: niece went to get him, no answer for 6 min\r\n\r\nphone # for his niece, April","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140219":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"43","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/31/23: not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140220":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"8/31/23: not interested, too many possible appointments after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140221":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/7/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140222":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/7/23: line busy\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140223":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140224":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/23: doesnt want to come in person","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140225":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/14/23: lvm\r\n9/21/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140226":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/21/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140227":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/21/23: vm not set up\r\n9/28/23: vm not set up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140228":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/21/23: vm not set up\r\n9/28/23: vm not set up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140229":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/28/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140230":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/28/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140231":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/28/23: lvm\r\n10/5/23: unable to come in for baseline, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140232":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/5/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140233":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/5/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140234":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/5/23: cant make it in for baseline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140235":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/5/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140236":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/5/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140237":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"74","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23: mbf","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140238":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23: lvm; spends winter in AZ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140239":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/12/23: unable to come in before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140240":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/12/23: Out of state a lot, cant come in person, but would be free if online only","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140241":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/12/23: sent consent, call back monday\r\n10/16/23: has covid, still resent consent in case he is able to come in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140242":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/12/23: sent consent\r\n10/19/23: unable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140243":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/12/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140244":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/12/23: couldnt talk, requested info by email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140245":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/19/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140246":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/19/23: call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140247":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/19/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140248":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/19/23: dosnt want to come downtown","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140249":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/9/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140250":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/9/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140039":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/9/22-participant stated they do not want to participate, \"no more doctors\".","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140182":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/27/23: not interested, too much going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140191":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/9/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140000":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160002":{"redcap_data_access_group":"uchicago","main_record_id":"15009","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-04","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-04","date_and_time":"2023-10-05 12:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-31","sp_v1_preop_date":"2023-10-04","sp_v2_6wk_date":"2023-12-11","sp_v3_3mo_date":"2024-01-30","age":"64","sex":"N/A","genident":"1","ethnic":"3","dem_race":"N/A","ewdateterm":"2023-11-02","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject asked to be withdrawn from study after their V1. He is overwhelmed with his upcoming surgery and overall health and does not have the capacity to continue the research activities. ","sp_data_site":"N/A"},"160003":{"redcap_data_access_group":"uchicago","main_record_id":"15010","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-11","date_and_time":"2023-10-11 12:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-17","sp_v1_preop_date":"2023-10-11","sp_v2_6wk_date":"2023-11-27","sp_v3_3mo_date":"2024-01-16","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160004":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160005":{"redcap_data_access_group":"uchicago","main_record_id":"15011","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-20","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-20","date_and_time":"2023-10-20 13:12","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-14","sp_v1_preop_date":"2023-11-08","sp_v2_6wk_date":"2023-12-26","sp_v3_3mo_date":"2024-02-13","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-15 10:36:16","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"unable to obtain blood draw prior to surgery","erep_protdev_caplan":"will work with other departments in obtaining blood if blood is being taken during pre-op. Will train new staff on obtaining blood during day of surgery protocol","erep_rel_covid19":"0"}}},"160006":{"redcap_data_access_group":"uchicago","main_record_id":"15012","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-24","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-25","date_and_time":"2023-10-25 15:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-31","sp_v1_preop_date":"2023-10-25","sp_v2_6wk_date":"2023-12-11","sp_v3_3mo_date":"2024-01-30","age":"58","sex":"2","genident":"2","ethnic":"N/A","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160007":{"redcap_data_access_group":"uchicago","main_record_id":"15013","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-03","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-09","date_and_time":"2023-11-09 11:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-15","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2023-12-27","sp_v3_3mo_date":"2024-02-14","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160008":{"redcap_data_access_group":"uchicago","main_record_id":"15014","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-10","screening_age":"29","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-10","date_and_time":"2023-11-10 14:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-21","sp_v1_preop_date":"2023-11-20","sp_v2_6wk_date":"2024-01-02","sp_v3_3mo_date":"2024-02-20","age":"29","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160009":{"redcap_data_access_group":"uchicago","main_record_id":"15015","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-29","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-29","date_and_time":"2023-11-29 11:53","consent_process_form_complete":"2","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160001":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160000":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"}} \ No newline at end of file +{"30001":{"redcap_data_access_group":"rush_university_me","main_record_id":"10014","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-13","screening_age":"45","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient contacted us and was consented in person. ","obtain_date":"2021-04-13","date_and_time":"2021-04-13 13:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-06","sp_v1_preop_date":"2021-05-04","sp_v2_6wk_date":"2021-06-17","sp_v3_3mo_date":"2021-08-06","age":"45","sex":"N/A","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-04 10:42:22","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participants cuff pressure is lower than the standard pressure. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-12 08:31:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline visit occurred 2 days prior to surgery date (outside protocol timeline)","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30002":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"73","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Doesn't want to come back downtown if he didn't have to.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30003":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"54","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not want to drive to city more than needed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30004":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"82","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30005":{"redcap_data_access_group":"rush_university_me","main_record_id":"10056","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-21","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is on their way to Midwest Ortho for their pre op visit. I will meet them to go over and sign consent. \r\nUnable to get consent in person. Will reach out to them on 06/21/2021.","obtain_date":"2021-06-21","date_and_time":"2021-06-21 13:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-16","sp_v1_preop_date":"2021-07-06","sp_v2_6wk_date":"2021-08-27","sp_v3_3mo_date":"2021-10-16","age":"72","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30006":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"73","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI and she does not want to experience any more pain than what she is already in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30008":{"redcap_data_access_group":"rush_university_me","main_record_id":"10001","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-03-19","screening_age":"68","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will call patient on Monday to consent\r\n","obtain_date":"2021-03-23","date_and_time":"2021-03-23 11:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-30","sp_v1_preop_date":"2021-03-26","sp_v2_6wk_date":"2021-06-11","sp_v3_3mo_date":"2021-07-30","age":"68","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-27 15:26:13","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant did not complete MRI.","erep_protdev_caplan":"MRI not done. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-27 15:27:13","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to collect blood at baseline. ","erep_protdev_caplan":"Will collect blood Day of surgery.","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-04-27 16:06:08","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant did not come in at baseline visit window. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-05-20 10:26:23","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant's blood was not collected within time frame window.","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30009":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30010":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-27","screening_age":"78","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Left message for patient","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30011":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2nd knee- called 8/25 for second knee and emailed consent. Pt declined to participate 8/30 for no specific reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30012":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance to rush and time it would take to get there","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30013":{"redcap_data_access_group":"rush_university_me","main_record_id":"10007","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-03-19","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-03-26","date_and_time":"2021-03-26 08:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-15","sp_v1_preop_date":"2021-04-05","sp_v2_6wk_date":"2021-05-27","sp_v3_3mo_date":"2021-07-15","age":"63","sex":"N/A","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-15 08:59:43","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"re-consented to study the day of surgery, unable to complete functional testing.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-15 09:01:04","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"unable to complete QST, re-consented to study day of surgery","erep_protdev_caplan":"","erep_rel_covid19":""},"3":{"erep_local_dtime":"2021-04-15 09:02:55","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"imaging not complete, re-consented to study day of surgery","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-04-15 09:05:43","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"collected blood day of surgery","erep_protdev_caplan":"","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2021-05-04 10:49:35","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was here for their 3 week follow up visit so we obtained blood at this time for her so she did not have to make additional trips.","erep_protdev_caplan":"","erep_rel_covid19":"1"},"6":{"erep_local_dtime":"2021-05-04 10:51:57","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to obtain lavender top due to patients clotting factor. We did the the Paxgene.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"7":{"erep_local_dtime":"2021-09-08 08:48:16","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3 month visit outside of protocol range. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"8":{"erep_local_dtime":"2023-06-08 14:00:53","erep_ae_date":"2021-09-07","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2021-09-07 00:00","erep_resolution_date":"2021-09-07 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient panicked as she was going into MRI machine. Asked to be removed. ","erep_action_taken":"Patient continued with other study activities but will not be doing MRI. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30017":{"redcap_data_access_group":"rush_university_me","main_record_id":"10004","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-03-24","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"I consented her on 3/24/2021. ","obtain_date":"2021-03-24","date_and_time":"2021-03-24 14:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2021-11-24","sp_v3_3mo_date":"2022-01-13","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-19 11:25:42","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"She could not use the MRI scan because she had biopsy markers.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-01-28 10:31:36","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt day outside of protocol window for 3 mos. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-06-24 12:21:39","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete survey set after multiple calls. ","erep_protdev_caplan":"N/A, participant continues participation","erep_rel_covid19":"0"}}},"30018":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-19","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"\"too extensive\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30014":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"60","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Extremely claustrophobic in MRI, states that the daily surveys about her pain will cause her to dwell more on the pain","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30015":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-25","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She was initially interested but when I contacted her again she said no because her husband is handicapped and she needs to take care of him, she believes that this study will be too time consuming. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30016":{"redcap_data_access_group":"rush_university_me","main_record_id":"10009","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-04-01","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"She is coming in for her baseline visit on 4/05/2021 at 11:30 AM.","obtain_date":"2021-04-01","date_and_time":"2021-04-02 08:12","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2021-05-21","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-06 16:05:06","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"She said that the MRI was uncomfortable and too loud. She could not stay in it for too long and therefore she was unable to complete the scan. She was only able to complete the T1 scan. ","erep_protdev_caplan":"Since pt was unable to complete MRI at baseline, she will not do 3 month scan. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-06 16:22:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"She could not do the 10 meter walk test. She said that her knee locked up and that she could not walk. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-04-06 16:33:26","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"She could not complete the 5 times sit-to-stand test because she said that her knee will lock up if she does. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2023-06-08 15:26:17","erep_ae_date":"2021-04-05","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2021-04-05 00:00","erep_resolution_date":"2021-04-05 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt states that the MRI was uncomfortable and too loud. She requested to be taken out after the T1 scan. ","erep_action_taken":"Pt will not do 3 month MRI.","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30019":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-14","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she works for the Chicago Public Schools District (CPS) and she is very busy with work, and will not have time to be a part of the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30020":{"redcap_data_access_group":"rush_university_me","main_record_id":"10002","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-03-18","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Recontact 3/22- determine if would like to econsent or meet in person 3/23. ","obtain_date":"2021-03-23","date_and_time":"2021-03-23 12:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-03-24","ewprimaryreason":"1","ewdisreasons":"1|5","ewpireason":"N/A","ewcomments":"After additional consideration participant was overwhelmed by the time required by the study visits as well as the distance from Rush. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-02 07:40:27","erep_ae_date":"","erep_visit_inv":"","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":""}}},"30021":{"redcap_data_access_group":"rush_university_me","main_record_id":"10006","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-03-18","screening_age":"55","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Wants to double check with wife about study. Plan to call back Monday 3/22. Also, verify demographic info during call back. Met in person to consent. ","obtain_date":"2021-03-25","date_and_time":"2021-03-25 15:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-06","sp_v1_preop_date":"2021-04-20","sp_v2_6wk_date":"2021-06-17","sp_v3_3mo_date":"2021-08-06","age":"55","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-20 16:05:02","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt unable to tolerate MRI. Stated felt like a \"sausage\" and was very uncomfortable. ","erep_protdev_caplan":"Pt will not complete MRI visit. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-27 12:43:16","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"blood sample not placed in freezer within 30 minutes of collection","erep_protdev_caplan":"get blood back to research lab faster after draw is completed","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-05-27 12:49:13","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"6 week blood draw outside of protocol window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2022-06-17 08:18:48","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt surveys completed outside of timeline by a few days.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2023-06-08 13:51:50","erep_ae_date":"2021-04-20","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-04-20 00:00","erep_resolution_date":"2021-04-20 00:02","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient stated that they felt very uncomfortable while in the MRI machine, complaining that it was too tight for them. Asked to be taken out of the machine. ","erep_action_taken":"Patient continued to participate in the rest of the study activities but missed both baseline and 3 month MRI scans. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30022":{"redcap_data_access_group":"rush_university_me","main_record_id":"10003","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-03-23","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-03-23","date_and_time":"2021-03-23 13:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-21","sp_v1_preop_date":"2021-03-29","sp_v2_6wk_date":"2021-06-02","sp_v3_3mo_date":"2021-07-21","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-03-30 07:45:17","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Participant will continue participation. Participant spoke with clinical nurse in order to establish safety of using cuff. Staff decided to utilize cuff at lower than standard pressure according to protocol.","erep_outcome":"Participant tolerated MRI well. ","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant rated pain moderate at cuff pressure 80mmHg. Staff decided not to do standard pressure of 120mmHg and therefore did not complete standard scan. ","erep_protdev_caplan":"Skip standard 120 mmHg cuff pressure scan. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-27 12:49:41","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"6 wk blood draw occurred outside of protocol window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30023":{"redcap_data_access_group":"rush_university_me","main_record_id":"10005","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-03-23","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Call back for possible consent. Email consent to participant. Called back for consent 3/25.","obtain_date":"2021-03-25","date_and_time":"2021-03-25 13:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-16","sp_v1_preop_date":"2021-04-06","sp_v2_6wk_date":"2021-05-28","sp_v3_3mo_date":"2021-07-16","age":"58","sex":"1","genident":"1","ethnic":"3","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-06 15:43:16","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant was unable to complete MRI scan due to symptoms of PTSD. Participant stated he was brought back to a time when he was in the military in a short space getting shot at. ","erep_protdev_caplan":"Participant should not complete 3 mos. MRI. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-15 15:10:24","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant unable to come in 2 weeks prior to procedure. Participant came in 10 days prior to procedure opposed to 14 days. ","erep_protdev_caplan":"Completed baseline study visit as planned. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-05-11 09:15:13","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Took blood prior to 6 wk visit timeline in protocol. Around 3 weeks. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-07-19 08:03:15","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt unable to tolerate MRI","erep_protdev_caplan":"","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2023-06-08 13:33:46","erep_ae_date":"2021-04-06","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-04-06 00:00","erep_resolution_date":"2021-04-06 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient panicked while in the MRI machine. Had to be removed after first scan. ","erep_action_taken":"Patient chose to continue with the other parts of the study, but was unable to complete the MRI for baseline and 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30024":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-29","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she has a lot of stuff going on like work and she is not going to have time to participate in a research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30025":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-24","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"\"would be a huge time drain for me\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30026":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"60","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"Runs a business and the compensation offered does not make sense for him to miss work for the research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30027":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-25","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"When I spoked to her over the phone she just interrupted me and said that she does not have the time and that she is not interested and that we should not call her back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30028":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-02","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She has an issue with being in the MRI scanner. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30029":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-26","screening_age":"63","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30030":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-26","screening_age":"72","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Stated the time in rush hour, being poked and prodded does not sound appealing. Offered her transportation and declined. Very pleasant to speak with. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30031":{"redcap_data_access_group":"rush_university_me","main_record_id":"10008","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-03-26","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-03-29","date_and_time":"2021-03-29 11:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-12","sp_v1_preop_date":"2021-04-02","sp_v2_6wk_date":"2021-05-24","sp_v3_3mo_date":"2021-07-12","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-06 15:59:47","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Subject was unable to perform 120 mmHg cuff scan because her moderate pain threshold capped out at 90 mmHg","erep_protdev_caplan":"Patient could only tolerate 90 mmHg cuff. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-27 12:50:22","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"6 wk blood draw occurred outside of protocol window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30032":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-03-29","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30033":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 4/1 with call back info. Will call back 4/2 if do not hear from him 4/1. Spoke to woman on home phone and left call back information. Informed would also call again on Monday 4/5. Spoke with pt 4/5. Does not want to participate due to location and fear of being shot at. Would participate if study visits were at Oak Brook location. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30034":{"redcap_data_access_group":"rush_university_me","main_record_id":"10012","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-01","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt. Is interested in learning more. Emailed consent form. Verified DOB: (05/05/67). Must go over eligibility screening during prior to consent. 4/5-did not have a chance to look over consent form. Asked to give call back and see if he had a chance by then, had \"to run\" because he was at work. Will call back 4/6/2021. On 4/7 Pt stated he is interested in study. Could not sign consent/ speak about study more in depth due to work which he states is \"hectic\". RA will call on his day off 4/9 at 1:30pm. Also gave 4/16 as a possible date for research visit. ","obtain_date":"2021-04-09","date_and_time":"2021-04-09 15:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-23","sp_v1_preop_date":"2021-04-16","sp_v2_6wk_date":"2021-06-04","sp_v3_3mo_date":"2021-07-23","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-23 07:20:43","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline visit took place 1 day prior to surgery due to difficulties scheduling and participants busy work schedule. ","erep_protdev_caplan":"Participant completed what they were able for this visit. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-23 07:21:55","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant unable to have MRI due to scheduling visit day of coming in. ","erep_protdev_caplan":"Participant did not complete MRI. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-07-23 13:41:56","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt did not have MRI","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30035":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30037":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not do well in MRIs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30038":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she has a lot going on and she does not have the time for research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30040":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 4/1. Pt called back. Pt sounded very hesitant on the phone. Requested a call back 4/6 or 4/7. Offered to email consent, subject sounded hesitant. Will call back 4/7 to go over more details. Called pt back on 4/7 and lvm. Informed to call back if interested in learning more about study or if would like more information sent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30041":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-05","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She said I will pass.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30036":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He said that Rush is very far away from his house. He lives in Indiana. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30039":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-07","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He said that he is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30042":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Her mother recently passed away. She notes there are many arrangements she needs to make prior and following the funeral and she is trying to fit everything in before her knee surgery. She states she would want to participate otherwise. Gave A2CPS.org if she wants to learn more and informed she has my phone number should she change her mind. Very pleasant to speak with. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30043":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-02","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"I left him a voicemail. \r\nPt does not speak english. Removed from call list.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30044":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"left vm x3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30045":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/1/21: lvm\r\n\r\n5/12/23: sent consent but was unable to fully explain study otp. will check back in w him in a week or two\r\n5/22/23: still needs to read consent\r\n6/12/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30046":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with pt. He was not interested in participating. Stated he was asked about research with his shoulder replacements, but prefers not to be involved. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30047":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She lives very far away and does not want to travel back and forth, it will take too much time out of her day. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30048":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"He does not want to be in a closed MRI scan. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30049":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt plans on second TKA within 3 months of first","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30051":{"redcap_data_access_group":"rush_university_me","main_record_id":"10011","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-01","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt had questions regarding HIPPA and who his information would be shared with. Emailed consent form so he has more details about his privacy and the study and informed to email back if not interested, otherwise will call to determine interest prior to teaching visit (4/7). May meet with pt at teaching visit to consent if still interested. ","obtain_date":"2021-04-06","date_and_time":"2021-04-06 13:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-19","sp_v1_preop_date":"2021-04-07","sp_v2_6wk_date":"2021-05-31","sp_v3_3mo_date":"2021-07-19","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-07 15:56:55","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"blood draw unsuccessful after 2 sticks","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-11 09:03:06","erep_ae_date":"2021-05-06","erep_visit_inv":"6","erep_ae_yn":"1","erep_onset_date":"2021-05-06 12:00","erep_resolution_date":"2021-05-14 00:00","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Subject fell May 6 that resulted in a full-thickness tear of the quadriceps tendon confirmed by MRI on 5/10/2021. To undergo procedure for repair on 5/14/2021.","erep_action_taken":"Pt will continue in study as approved by patient physician and patient.","erep_outcome":"Patient had surgical repair to quadricep tendon on 5/14/2021 and is healing well patient stated he is feeling much better and will continue on the plan as his leg heals.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-05-11 09:07:30","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Blood draw outside of window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-07-30 10:04:36","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"subject unable to complete 5 times sit-to-stand and 10-meter walking test due to injury","erep_protdev_caplan":"","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2021-07-30 10:06:10","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Unable to complete temporal summation and PPT due to injury ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30052":{"redcap_data_access_group":"rush_university_me","main_record_id":"10010","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-02","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-04-02","date_and_time":"2021-04-02 10:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-23","sp_v1_preop_date":"2021-04-15","sp_v2_6wk_date":"2021-06-04","sp_v3_3mo_date":"2021-07-23","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-17 15:06:04","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant's baseline visit was not within the protocol window. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30053":{"redcap_data_access_group":"rush_university_me","main_record_id":"10015","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-02","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with daughter on 4/2. She gave alternate number of 312 593 8938 to reach participant. February 19th was first replacement knee and second is scheduled on May 19th. Daughter was also on the phone. Pt answered questions, but daughter also assisted with dates of procedures. Informed that questionnaires are all in English and asked if this were an issue. Spoke with pt 4/6 to answer her questions. Informed her there is no direct benefit for her. Her images/blood/data would not be provided to her for any treatment purpose and the doctors reviewing the information are not the same as physicians she would see for treatment. Pt states she is still interested and will finish reading the consent. RA will call 4/8 around 2-3 to consent if interested. ","obtain_date":"2021-04-13","date_and_time":"2021-04-13 14:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-19","sp_v1_preop_date":"2021-04-21","sp_v2_6wk_date":"2021-06-30","sp_v3_3mo_date":"2021-08-19","age":"65","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-22 07:35:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant unable to complete standard cuff scan due to moderate pain reported at 115mmHg.","erep_protdev_caplan":"Standard cuff pressure scan not completed. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-22 07:45:12","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Neuropen remote site testing not saved.","erep_protdev_caplan":"In the future review what was saved after saving. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-10 14:44:25","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood draw outside of visit timeline~ 3wks","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-07-12 14:55:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit outside of 3 mos timeline due to pt moving out of country. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30054":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-07","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt stated did not want to participate due to the MRI, time to complete research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30055":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-07","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states she does not want to come in downtown. She would consider it if the study took place at Rush Oakbrook.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30056":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-07","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to commit to in-person study visits at Midwest Ortho","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30057":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-09","screening_age":"72","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that it is too much for her, just underwent 12 rounds of radiation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30058":{"redcap_data_access_group":"rush_university_me","main_record_id":"10013","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-08","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-04-12","date_and_time":"2021-04-12 10:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-13","sp_v1_preop_date":"2021-04-20","sp_v2_6wk_date":"2021-06-24","sp_v3_3mo_date":"2021-08-13","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-20 12:50:22","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Subject could not tolerate neuropen at medial knee site. Only the first poke was scored.","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-20 12:52:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient could not tolerate cuff pressure greater than 60 mmHg. The standard pressure of 120 mmHg MRI scan was not performed.","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30059":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-09","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that there is too much required of her but was grateful that she was considered. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30060":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-09","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient asked me to send him a copy of the consent and states he will call me when he has time and if he is interested. He asked that I not contact him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30061":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-01","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she will call me back if she is interested. She asked me not to call her back. That was 9 days ago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30065":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-14","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 4/15. RA emailed consent form and will follow up on Monday 4/19. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30066":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-19","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"He did not pick up so I left him a voicemail. I already contacted him three times. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30067":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-15","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt daughter answered. Stated she handled father's medical needs. She stated her father speaks broken English and may need assistance reading English. Gave call back number for father to call and determine if able to participate or not. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30069":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-14","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 4/14/2021. LVM 4/15/2021. Spoke to pt on 4/16. She asked if visits were downtown, RA informed they were. She declined participation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30070":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-14","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30071":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-14","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Wife declined participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30072":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient requested a copy of consent to look over. Requested that we contact her on 04/19/2021 to see if she is interested in participating. 4/19 call pt states she is unable to do the MRI. ","obtain_date":"2024-01-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30073":{"redcap_data_access_group":"rush_university_me","main_record_id":"10016","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-16","screening_age":"59","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-04-16","date_and_time":"2021-04-16 11:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-04-23","sp_v1_preop_date":"2021-04-19","sp_v2_6wk_date":"2021-06-04","sp_v3_3mo_date":"2021-07-23","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-19 09:22:37","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to get blood. ","erep_protdev_caplan":"Will get blood day of surgery. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-19 09:25:35","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Date of visit less than 2 weeks from surgery.","erep_protdev_caplan":"Continue with planned visit.","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-04-19 09:27:48","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"Unable to complete sit to stand.","erep_protdev_caplan":"Participant completed one rep, and stated she was unable to continue. ","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-04-19 11:02:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant unable to tolerate MRI.","erep_protdev_caplan":"Participant did not complete MRI. ","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2021-05-24 15:49:18","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit timeline more than a week away from protocol 6 wk visit. Surveys completed outside of window by 3 days. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"6":{"erep_local_dtime":"2021-05-24 15:51:17","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to obtain blood after >2 sticks. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"7":{"erep_local_dtime":"2021-07-21 13:22:46","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt unable to tolerate MRI","erep_protdev_caplan":"Completed other testing","erep_rel_covid19":"0"},"8":{"erep_local_dtime":"2023-06-08 15:46:12","erep_ae_date":"2021-04-23","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-04-23 00:00","erep_resolution_date":"2021-04-23 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt could not tolerate being in the MRI and requested to come out. ","erep_action_taken":"Pt will not be doing MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30074":{"redcap_data_access_group":"rush_university_me","main_record_id":"10761","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-20","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/20/23:sent consent form\r\n7/26/23:lvm","obtain_date":"2023-07-26","date_and_time":"2023-07-26 11:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-14","sp_v1_preop_date":"2023-08-10","sp_v2_6wk_date":"2023-09-25","sp_v3_3mo_date":"2023-11-14","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-25 16:29:26","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"surveys were completed outside of timeframe, pt was contacted a number of times.","erep_protdev_caplan":"continue to follow up with participant. ","erep_rel_covid19":"0"}}},"30064":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she previously got hurt in a research study so she is afraid that she will get hurt again. I explained the risks to her but she was still very worried and said no. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30075":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Wanted to learn more about the study. Emailed consent form. 4/19 she stated difficult to find time in schedule. 4/20 stated not interested in study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30076":{"redcap_data_access_group":"rush_university_me","main_record_id":"10018","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-16","screening_age":"69","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ pt, emailed consent form for more info. Confirm eligibility info during callback 4/19. Is interested in participating. ","obtain_date":"2021-04-22","date_and_time":"2021-04-22 12:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-27","sp_v1_preop_date":"2021-05-04","sp_v2_6wk_date":"2021-07-08","sp_v3_3mo_date":"2021-08-27","age":"69","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-04 14:01:02","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"RA informed pt he was cleared for MRI on 4/30. Day of visit pt states VA told him he was unable to have MRI due to steel in leg and he will not have MRI. ","erep_protdev_caplan":"MRI not completed. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-21 14:22:09","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood collected at 3 weeks 4 days. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30077":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-20","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She did not pick up after trying to call several times.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30078":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke with daughter 4/16 stated there would be a language barrier and she would likely be uncomfortable. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30079":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"I send him an email on 4/28/2021. I have called him multiple times but he has not returned any calls. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30080":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She can't participate because she is working and doesn't have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30081":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt states she had a bad experience with her first knee replaced and is unsure if she will have her second with the same physician. She states she is interested in the study and should she choose to delay her procedure she would be interested. RA mailed consent form as requested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30082":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"She did not pick up, I left her a voicemail. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30083":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke with pt. Not interested in learning more about research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30084":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Did not wish to learn more about any study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30085":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that he lives too far and also does not have the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30086":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 4/16/2021. LVM 4/19/2021. Had a kidney transplant and is involved in another study at Northwestern.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30087":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is Spanish speaking and states that she does not speak English. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30088":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"I send her the consent form but I was never able to get a hold of her after that, I called her a couple of times and left her a voicemail. Her surgery is tomorrow. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30089":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 4/16/2021. Spoke on 4/19. Pt cares for grandson and does not have the time to come in for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30090":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She said that she is not interested in the study because she does not feel comfortable with some of the statements that were in the consent form. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30091":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient states she is just not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30092":{"redcap_data_access_group":"rush_university_me","main_record_id":"10021","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-04-16","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 4/16/2021. Emailed consent 4/19. ","obtain_date":"2021-04-26","date_and_time":"2021-04-26 11:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-11-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Pt cancelled sx and did not reschedule. ","sp_data_site":"N/A"},"30093":{"redcap_data_access_group":"rush_university_me","main_record_id":"10019","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-04-23","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-04-23","date_and_time":"2021-04-23 10:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-05-26","ewprimaryreason":"1","ewdisreasons":"5|1","ewpireason":"N/A","ewcomments":"Patient states that her circumstances have changed and she is feeling very overwhelmed and asked to withdraw her consent. ","sp_data_site":"N/A"},"30094":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Emailed consent. Will call back 4/19 afternoon. Pt LVM stating is not interested in participating 4/20/2021.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30095":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient really doesn't want to have to come in and does not like needles or MRIs. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30096":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 4/16/2021. LVM 4/20/2021. LVM 6/15/2021.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30097":{"redcap_data_access_group":"rush_university_me","main_record_id":"10017","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-16","screening_age":"56","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-04-16","date_and_time":"2021-04-16 15:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-03","sp_v1_preop_date":"2021-04-20","sp_v2_6wk_date":"2021-06-14","sp_v3_3mo_date":"2021-08-03","age":"56","sex":"N/A","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-27 15:43:34","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt came in for blood draw at 3 weeks post surgery.","erep_protdev_caplan":"Collected blood, pt will complete survey set closer to 6 wks. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-08 15:54:00","erep_ae_date":"2021-08-02","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2021-08-02 00:00","erep_resolution_date":"2021-08-02 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt could not tolerate being inside the scanner and requested to be removed from the machine. ","erep_action_taken":"Pt will continue with the rest of the study tests and surveys. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30098":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"She can't speak English.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30100":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she is not interested in any research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30101":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Reached out to patient multiple times and never received a call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30102":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-20","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent an email stating that she's not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30103":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she is 80 years old and doesn't want to participate in such a thing. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30104":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he is just not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30105":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of consent. She states she might be postponing her surgery. \r\nLeft multiple messages for patient with no call back. \r\n12/19/23: Patient stated she is too busy.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30106":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She is moving to Arizona and will not have time to participate in our study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30107":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"He said that he is not interested in research, ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30108":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Out of town a lot and does not have time to complete study visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30109":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact regarding study. (spoke briefly and stated to call back, left 3 VM's.)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30110":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 4/21/2021. Spoke with 4/21/2021. Too much due to watching grandchildren, is already in pain and overall would be too much for her to do in a day. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30111":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He can't participate because he is opening a restaurant soon and is not going to have time to do anything else. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30112":{"redcap_data_access_group":"rush_university_me","main_record_id":"10032","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-21","screening_age":"66","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke on 4/21. Expressed interest, but wants to read more about study. RA will call back 4/26. Spoke 5/11 and still interested. Gave detailed consent information 5/12. Pt unable to sign at this time, will call back tomorrow for MRI info, and study visit dates. ","obtain_date":"2021-05-13","date_and_time":"2021-05-13 12:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-09","sp_v1_preop_date":"2021-05-27","sp_v2_6wk_date":"2021-07-21","sp_v3_3mo_date":"2021-09-09","age":"66","sex":"1","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-27 13:48:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt unable to complete MRI past custom pressure scan. ","erep_protdev_caplan":"Pt taken out of scanner prior to completion of scans. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-27 13:49:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline visit outside of visit window (13 days prior to sx)","erep_protdev_caplan":"Visit completed outside of window. ","erep_rel_covid19":"0"}}},"30113":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke w/ 4/21. Stated was \"not interested in research at all\".","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30114":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she does not want to participate in this study because she does not believe that she can commit to be in the study for a whole year. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30115":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she has an issue with walking and she does not want to come down to Rush.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30116":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-21","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated it was \"too much\"-4/26/2021. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30117":{"redcap_data_access_group":"rush_university_me","main_record_id":"10020","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-22","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-04-26","date_and_time":"2021-04-26 09:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-05","sp_v1_preop_date":"2021-04-30","sp_v2_6wk_date":"2021-06-16","sp_v3_3mo_date":"2021-08-05","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-04-30 14:41:18","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participants customized pressure was under the standard pressure. Did not complete standard pressure. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-04-30 14:43:35","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Study visit happened outside of protocol guideline. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-04-30 14:53:34","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to get blood on day of study visit. Will get on day of surgery. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-05-24 15:52:08","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"6 wk blood draw out of protocol window.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30118":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-05","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30119":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"50","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 4/22/2021. LVM 4/26. LVM 4/29. Unable to contact pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30120":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-30","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She never got back to me and her surgery date passed. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30121":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The time commitment due to work and having to come downtown would be a lot for pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30122":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He said that he is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30124":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-22","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm 4/22 and 4/26. Spoke on 5/11. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30125":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-23","screening_age":"56","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she lives too far and because of work does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30126":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-23","screening_age":"50","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30127":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-04","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He said that he is not interested without giving a specific reason. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30128":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-07","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"He said that he is not interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30129":{"redcap_data_access_group":"rush_university_me","main_record_id":"10022","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-27","screening_age":"51","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"I consented him on 4/27/2021.","obtain_date":"2021-04-27","date_and_time":"2021-04-27 10:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-07","sp_v1_preop_date":"2021-04-14","sp_v2_6wk_date":"2021-06-18","sp_v3_3mo_date":"2021-08-07","age":"51","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-03 14:47:55","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"He was unable to do the MRI scan because he has PTSD.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-28 13:17:40","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"We drew his blood before the 6 weeks post op mark. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-10 11:33:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30000":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-14","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she doesn't have time and she believes that this study is too big of a commitment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30130":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30123":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-04","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"She said that she is very busy right now with doctor appointments and that she is also going on a vacation and would not have time to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30131":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-26","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 4/26/2021. Spoke 4/27 and emailed consent. LVM 4/28. Unable to contact to contact after emailing consent. LVM 8/18 for 2nd knee replacement. LVM 8/27.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30132":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-26","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt states she has other pain, sciatica, and lung issues. If she did not have these other medical problems she may participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30134":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-05","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"After multiple phone calls, patient never returned our call. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30135":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-26","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not want to have to come in to the city because it is too long of a drive for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30136":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-26","screening_age":"47","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent an email stating that she is not interested in participating in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30137":{"redcap_data_access_group":"rush_university_me","main_record_id":"10023","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-29","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left message for patient. ","obtain_date":"2021-04-29","date_and_time":"2021-04-29 10:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-16","sp_v1_preop_date":"2021-05-18","sp_v2_6wk_date":"2021-07-28","sp_v3_3mo_date":"2021-09-16","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-30 09:10:27","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's blood draw was taken outside of protocol range. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30138":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-26","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 4/26/2021. LVM 4/30/2021. Spoke 5/10. Is interested in research unsure if she can come in for study visit prior to sx. Emailed decline 5/10.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30139":{"redcap_data_access_group":"rush_university_me","main_record_id":"10026","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-04-26","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ pt on 5/6. Is interested in study. Emailed consent form. LVM 5/6. ","obtain_date":"2021-05-06","date_and_time":"2021-05-06 10:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-09","sp_v1_preop_date":"2021-05-21","sp_v2_6wk_date":"2021-07-21","sp_v3_3mo_date":"2021-09-09","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-25 15:30:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt moderate pressure below standard cuff pressure. ","erep_protdev_caplan":"Did not complete standard pressure scan.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-07-27 14:37:03","erep_ae_date":"2021-07-27","erep_visit_inv":"3","erep_ae_yn":"1","erep_onset_date":"2021-07-08 13:31","erep_resolution_date":"2021-10-26 00:00","erep_ae_severity":"2","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"Pt states that she had a spasm in her thigh which resulted in her losing functioning in her surgery leg 7/8/2021. She states she is back to about 1 week after surgery in function. Pt also had an ulcer the following day. She went to the hospital 7/9 due to the bleeding ulcer. She states she has low hemoglobin. Pt states her survey responses will be affected. ","erep_action_taken":"Pt continues participation. ","erep_outcome":"Pt followed up on 8/17 states progress is slow. Dr. thinks muscle in quad is torn. No PT for 2 weeks. 10/26 pt states she is doing much better. Extended PT. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-10-26 10:44:18","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"1"},"4":{"erep_local_dtime":"2022-06-17 09:04:26","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt 6 wk surveys completed a few days outside of protocol window. ","erep_protdev_caplan":"Pt continues study","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2022-06-17 09:06:27","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt completed 3 months surveys outside of window. ","erep_protdev_caplan":"Pt continues study","erep_rel_covid19":"0"},"6":{"erep_local_dtime":"2022-06-23 08:25:28","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt completed 6 mos surveys about 1 week out of window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30140":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-27","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30142":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30143":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"73","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"He said that he is not interested in the research study, and that he will never do an MRI scan. He had an MRI scan before and he had a very bad experience. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30144":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"44","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 4/28. Spoke on 4/28. Expressed interest, but would like to see the consent form. Left knee done around 3/24. Multiple attempts to contact (LVM) after expressed interest. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30145":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Multiple attempts to contact. Emailed consent after pt left voice mail, unable to contact. LVM 4/28. lvm 5/7. Emailed 5/12. LVM 5/12.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30141":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-28","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He said that he is not interested. He did not give a reason and hung up the phone. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30146":{"redcap_data_access_group":"rush_university_me","main_record_id":"10027","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-28","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke 5/5. Expressed interest. RA emailed consent and will call back. Unable to speak 5/6. Will call back 5/7. ","obtain_date":"2021-05-07","date_and_time":"2021-05-07 13:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-14","sp_v1_preop_date":"2021-05-14","sp_v2_6wk_date":"2021-06-25","sp_v3_3mo_date":"2021-08-14","age":"66","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-14 09:56:53","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"Pt did not complete functional testing. Sx moved up and inadequate time to complete.","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-14 09:57:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Pt did not complete QST's. Sx moved up and inadequate time to complete. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-05-18 07:42:29","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt did not complete MRI.","erep_protdev_caplan":"Unable to complete all components of study visit due to time constraint (Sx date moved up)","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-05-18 07:43:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit date on DOS. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2021-06-02 11:57:05","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood draw done outside of six week window (19 days post sx).","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30147":{"redcap_data_access_group":"rush_university_me","main_record_id":"10024","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-28","screening_age":"39","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ pt. Is interested and would like call back after reviewing consent. LVM 4/30. Consented 5/3.","obtain_date":"2021-05-03","date_and_time":"2021-05-03 16:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-18","sp_v1_preop_date":"2021-06-02","sp_v2_6wk_date":"2021-07-30","sp_v3_3mo_date":"2021-09-18","age":"39","sex":"2","genident":"2","ethnic":"1","dem_race":"6","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-02 10:26:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt custom pressure less than standard pressure.","erep_protdev_caplan":"Pt did not complete standard pressure MRI. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-11-03 10:14:33","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt in person visit portion closer to 4 months than 3 months due to RA unable to contact pt and pt having other knee sx. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-06-17 08:58:54","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 wk blood draw outside of window.","erep_protdev_caplan":"Blood draw taken when pt came in for 2nd knee surgery.","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2022-07-14 14:08:42","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Patient had 2nd knee replaced within 3 months of the first surgery. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30148":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Phone number listed is out of service. Will try to see if there is an updated number to call and email patient as well. \r\nLeft several messages for patient on updated phone number. \r\n\r\n12/13/23: has pacemaker","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30149":{"redcap_data_access_group":"rush_university_me","main_record_id":"10025","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-05-19","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"I consented her in person on 5/5/2021 at one of her appointments. She is coming in for her baseline visit on June 1, 2021. I called her on 05/19/2021 to check if she completed the questionnaires that were send to her by mail. ","obtain_date":"2021-05-05","date_and_time":"2021-05-05 12:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2021-06-24","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30150":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-29","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30151":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she will not be able to come in before her surgery date to do the baseline visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30152":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-05","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He said that he doesn't have time to participate and that he is in pain right now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30153":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-21","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"She said that she does not have time for the study, and that she is also not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30154":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-30","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM 4/30/2021-home. LVM 5/10-mobile. LVM- 6/4/2021-home. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30155":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-30","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke briefly 4/30. Best time to call back is after 3:30pm. LVM 5/3. lvm 5/5. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30156":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-30","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke 4/30. States he has appt 5/7 and is interested in study. Emailed consent. Will call back 5/3 with more information. lvm 5/3. LVM 5/5. Spoke 5/11 unable to participate, just started a new job and has time concerns. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30157":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-30","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She can't participate in the study because she is having her second knee replaced within 3 months of this first one. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30159":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30158":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Emailed consent 5/3. Lois expressed interest 5/11 and requested call back. Has disabled brother and she does not have the time to be committed to research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30160":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30161":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30162":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"He did not pick up, I left him a voicemail. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30163":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke 5/4. Would like to discuss study with niece and nephew who are physicians. Spoke with niece and nephews and does not want to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30164":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not want to come into the city and that is a dealbreaker. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30165":{"redcap_data_access_group":"rush_university_me","main_record_id":"10029","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-05-10","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"I consented her on 5/10/2021. She is coming in for her baseline visit on June 3rd at 10:00 AM.","obtain_date":"2021-05-10","date_and_time":"2021-05-10 15:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-17","sp_v1_preop_date":"2021-05-18","sp_v2_6wk_date":"2021-09-28","sp_v3_3mo_date":"2021-11-17","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2022-01-19","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt states they are unable to participate in study and have had a lot going on. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-03 14:06:17","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"We could not obtain her blood.","erep_protdev_caplan":"We will draw her blood on the day of her surgery.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-03 14:07:45","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"She could not do the 5 times Sit- to- Stand Test. She could do only one repetition. She was in too much pain.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-03 14:11:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"She could not complete the second cuff fMRI scan because her personalized cuff pressure was 90 mmHg which is below the set pressure of 120 mmHg. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30166":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She just said no right away. She did not give a reason. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30167":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has too much going on at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30168":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-07","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is having surgery next week and has no time to come in before that. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30169":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states it is too far for her and does not want to come in to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30170":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-06","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30171":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30172":{"redcap_data_access_group":"rush_university_me","main_record_id":"10028","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-07","screening_age":"62","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke 5/7. Expressed interest. RA emailed consent and will follow up.","obtain_date":"2021-05-10","date_and_time":"2021-05-10 09:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-09","sp_v1_preop_date":"2021-05-24","sp_v2_6wk_date":"2021-07-21","sp_v3_3mo_date":"2021-09-09","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-25 15:27:18","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt moderate pain rating below standard pressure cuff 120 mmhg, did not have standard pressure mri. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-30 09:13:02","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood draw 2 days outside of protocol window.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-10-11 14:53:35","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt unable to come in closer to 3 month visit due to lack of transportation (requires husband to drive for visits). Pt surveys and in person visit outside of protocol window. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30173":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-02","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She didn't pick up. I left her a voicemail. I have called her three times. I will wait for her to call me back. I do not want to call her too much. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30174":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"84","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"He can't speak English very well. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30176":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-14","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She just received my voicemails. Her surgery is tomorrow therefore, she can't participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30175":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she is not interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30177":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-07","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke w/ pt. States she hopes to not follow up downtown and does not want to make trips to Rush due to the long drive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30178":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states there is too much involved and she will decline. She states she is also claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30179":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-07","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she lives too far away from Rush and will not have time to travel. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30180":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-07","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"He can't do the MRI scan because he said that it will give him anxiety. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30181":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-19","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She never contacted me back. Her surgery date is tomorrow. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30182":{"redcap_data_access_group":"rush_university_me","main_record_id":"10030","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-12","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-05-12","date_and_time":"2021-05-12 11:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-05-18","sp_v1_preop_date":"2021-05-17","sp_v2_6wk_date":"2021-06-29","sp_v3_3mo_date":"2021-08-18","age":"62","sex":"1","genident":"1","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-09 13:24:16","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood draw was taken outside of protocol timeline. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30183":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30185":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-13","screening_age":"53","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left patient multiple messages with no response. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30186":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30187":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30188":{"redcap_data_access_group":"rush_university_me","main_record_id":"10031","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-05-12","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-05-12","date_and_time":"2021-05-12 12:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-07","sp_v1_preop_date":"2021-06-04","sp_v2_6wk_date":"2021-07-19","sp_v3_3mo_date":"2021-09-07","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-04 11:02:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's baseline is outside of protocol range","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-04 11:05:46","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient's cuff pressure was under the standard cuff pressure. No standard cuff was performed. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30189":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"48","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30190":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"States she has other conditions and does not want anything to be worsened.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30191":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"\"It's more than I'm willing to do\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30192":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-10","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 5/10. 5/11 states he is busy and does not have time prior to surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30184":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-19","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages for patient and have not received a call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30193":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said she is not interested right away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30194":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"New granddaughter, and has trip planned. Pt plans on having second knee replaced within 3 months similar to her sister. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30195":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"I called her, but she never picked up. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30196":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM 5/12/2021. LVM 5/18. Spoke briefly 5/26 in a meeting. Pt stated she would call back. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30197":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She does not want to come down to the hospital. She said that she doesn't have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30198":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states does not want to come in extra for in person visits (esp. blood draw). States if had follow ups in Indiana where patient has Physical therapy then she would participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30199":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-12","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He said that he is already a part of another research study so he doesn't want to participate in a second research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30200":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-17","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She said that she is not going to have time to be a part of the research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30201":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-02","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form. She also states she would like to discuss this with her doctor as well. \r\nLeft multiple messages for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30202":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-13","screening_age":"68","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spanish speaking. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30203":{"redcap_data_access_group":"rush_university_me","main_record_id":"10033","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-05-20","screening_age":"46","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-05-20","date_and_time":"2021-05-20 11:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-28","sp_v1_preop_date":"2021-06-16","sp_v2_6wk_date":"2021-08-09","sp_v3_3mo_date":"2021-09-28","age":"46","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-16 10:22:27","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient's pressure cuff is below standard pressure. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-16 10:25:21","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's baseline visit is outside of protocol timeline. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-07-21 13:08:07","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 6 week blood draw is outside of protocol range. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30204":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-28","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she is interested in the study and requested a copy of the consent form. She wanted to go back to sleep and asked if I could call her back at a later time. \r\nLeft multiple message for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30205":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-13","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is in enough pain and does not need to be subjected to anymore. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30206":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-13","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has to travel and keep up with 5 grandkids. Does not have the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30207":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-13","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"\"that sounds like too much for me\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30208":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-18","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to tolerate MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30209":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She never picked up the phone, and her surgery date is tomorrow. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30210":{"redcap_data_access_group":"rush_university_me","main_record_id":"10035","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-19","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"I consented her on 5/19/2021. ","obtain_date":"2021-05-20","date_and_time":"2021-05-20 16:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-04","sp_v1_preop_date":"2021-05-27","sp_v2_6wk_date":"2021-07-16","sp_v3_3mo_date":"2021-09-04","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-05-27 14:57:53","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"She wanted us to draw her blood with a very thin needle but we did not have one.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-05-27 14:59:52","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"She did not do the set rate for the cuff because she was below 120mmHg pressure. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-10 11:41:20","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-07-21 13:07:23","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Attempted blood draw 6/28. Unable to draw. Pt unwilling to come in 2nd time closer to 6 weeks. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30211":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"I left him a couple of voicemails but I was never able to get in contact with him. His surgery date is tomorrow. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30212":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He does not want to travel to the city for extra appointments. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30213":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-21","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"She said that the study is too long. She also said ,that the MRI scans are too much for her to do. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30214":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-19","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Unable to LVM (full mailbox) 5/19. LVM 5/25. LVM 5/27/2021. Unable to contact pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30215":{"redcap_data_access_group":"rush_university_me","main_record_id":"10039","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-05-21","screening_age":"60","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-02","date_and_time":"2021-06-02 12:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"60","sex":"1","genident":"1","ethnic":"1","dem_race":"N/A","ewdateterm":"2021-06-08","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt LVM stating he did not have time to complete study related procedures. RA called back and LVM to determine if he was able to complete any of the study (surveys, blood draw, etc.). Pt did not call back by day of surgery. ","sp_data_site":"N/A"},"30216":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-19","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke 5/19, expressed interest. LVM 5/20. SPoke 5/26. States he will be rescheduling his sx to a later unknown date, but would be interested in participating in the study. Pt no longer interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30217":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-15","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"I contacted her but she never called me back. Her surgery date passed. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30218":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-21","screening_age":"53","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she lives too far and it would be inconvenient for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30219":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she plans on having a second knee surgery weeks after the first. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30221":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-20","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM home phone possibly- 5/20/2021. LVM 5/25. LVM 5/26. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30220":{"redcap_data_access_group":"rush_university_me","main_record_id":"10034","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-19","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed consent form. Will call to follow up regarding participation.","obtain_date":"2021-05-20","date_and_time":"2021-05-20 15:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-29","sp_v1_preop_date":"2021-06-07","sp_v2_6wk_date":"2021-08-10","sp_v3_3mo_date":"2021-09-29","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-07 15:37:07","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to draw blood day of study visit.","erep_protdev_caplan":"Will draw blood on day of surgery.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-07 15:39:05","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt custom pressure cuff lower than standard. ","erep_protdev_caplan":"Did not complete standard pressure with cuff. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-29 13:37:13","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"blood draw completed outside of window on day of surgery","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-06-29 13:37:51","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to obtain blood for EDTA tube","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30222":{"redcap_data_access_group":"rush_university_me","main_record_id":"10038","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-26","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-05-27","date_and_time":"2021-05-27 15:09","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-09","sp_v1_preop_date":"2021-06-07","sp_v2_6wk_date":"2021-07-21","sp_v3_3mo_date":"2021-09-09","age":"56","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-07 16:07:21","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's baseline visit is outside of protocol range.","erep_protdev_caplan":"N|A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-07 16:47:46","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Will get blood draw on date of surgery. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-07 17:23:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient's pressure cuff was below standard pressure. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30223":{"redcap_data_access_group":"rush_university_me","main_record_id":"10037","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-26","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":" ","obtain_date":"2021-05-26","date_and_time":"2021-05-26 10:26","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-11","sp_v1_preop_date":"2021-06-09","sp_v2_6wk_date":"2021-07-23","sp_v3_3mo_date":"2021-09-11","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-09 12:09:24","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's baseline visit is outside protocol timeline. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-06-09 13:19:29","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient's pressure cuff was below standard cuff. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2021-06-09 13:21:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to get blood draw at baseline visit. Will get blood on day of surgery. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30224":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to get in contact with patient. Phone numbers listed are for her sons and they state patient is canceling her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30225":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-27","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30226":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-26","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"He does not want to travel to downtown. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30227":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-25","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke briefly w/pt on 5/25. Requested call back 5/26 after 10 am. Pt is spanish speaking and requires interpreter. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30228":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-25","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She said that she is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30229":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-25","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do head MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30230":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-25","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM 5/25/2021. LVM 5/27. LVM 6/3. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30231":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-26","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she lives in Indiana and does not want to have to keep coming in to the city if she doesn't have to. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30232":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"States she takes care of her grandchildren, and it sounds like too much. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30233":{"redcap_data_access_group":"rush_university_me","main_record_id":"10041","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-01","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested. RA emailed consent form to provide more info. ","obtain_date":"2021-06-04","date_and_time":"2021-06-04 07:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-01","sp_v1_preop_date":"2021-06-14","sp_v2_6wk_date":"2021-08-12","sp_v3_3mo_date":"2021-10-01","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30234":{"redcap_data_access_group":"rush_university_me","main_record_id":"10051","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-06-16","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"She signed the consent form on 6/16/2021. ","obtain_date":"2021-06-16","date_and_time":"2021-06-16 14:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-28","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2021-08-09","sp_v3_3mo_date":"2021-09-28","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2021-08-30","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt stated she had additional questions after RA spoke regarding research and reasons collecting blood. Clinical nurse called to follow up and was unable to make contact or receive call back. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-28 13:31:53","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood draw taken day of surgery. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-06-28 13:32:47","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"Pt did not complete functional testing. Cancelled baseline visit and was unable to reschedule. ","erep_protdev_caplan":"Pt completed surveys and blood draw. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2021-06-28 13:34:09","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Pt did not complete QST's. Pt cancelled baseline visit and was unable to reschedule.","erep_protdev_caplan":"Pt completed surveys and blood draw. ","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2021-06-28 13:34:51","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt did not complete MRI, cancelled baseline visit and was unable to reschedule.","erep_protdev_caplan":"Pt completed surveys and blood draw. ","erep_rel_covid19":"0"}}},"30235":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact after emailing consent form. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30236":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-15","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She is off the study because her surgery is tomorrow and she never called me back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30237":{"redcap_data_access_group":"rush_university_me","main_record_id":"10043","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-07","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"I consented him on 6/7/2021. ","obtain_date":"2021-06-07","date_and_time":"2021-06-07 12:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-21","sp_v1_preop_date":"2021-05-26","sp_v2_6wk_date":"2021-08-02","sp_v3_3mo_date":"2021-09-21","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-06-16 11:52:34","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"He could not do the MRI scan because he has bb pellets in his legs. He also did not do the Imaging Items section. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30238":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She said that she has a phobia from the MRI scan. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30239":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt has twins and states she does not have time to do in person study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30240":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-02","screening_age":"72","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient does not speak English.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30241":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-02","screening_age":"78","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is Spanish speaking and does not speak any English at all. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30242":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-02","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she is the full time caregiver to her 99 yr old mother and has no time to come in for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30243":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-02","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient states that he has shrapnel in his leg and cannot have MRI done. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30244":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-05","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that it would be too much for her to deal with so close to surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30245":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-24","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she has cancelled her surgery and no longer having it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30246":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is just not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30247":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-07","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He said that he does not have time to do our study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30248":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-07","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Does not meet eligibility criteria. States she is interested in participating. RA will call back if she is unable to schedule within 3 months of the first knee. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30249":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"51","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Mailbox is full. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30250":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is already in enough pain and does not want to be caused any more pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30251":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-09","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She said that she is not interested right away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30252":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient sent an email stating that it was too much of a commitment for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30253":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt stated she was very scared to leave her home and it has been a challenge to get the surgery figured out. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30254":{"redcap_data_access_group":"rush_university_me","main_record_id":"10045","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-10","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of consent to look over. Will call her back Thursday to possibly consent. \r\nPt asked that I call her back at noon.","obtain_date":"2021-06-10","date_and_time":"2021-06-10 15:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-02","sp_v1_preop_date":"2021-06-17","sp_v2_6wk_date":"2021-08-13","sp_v3_3mo_date":"2021-10-02","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30255":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-21","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she has too much going on and does not have the time. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30256":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"He does not want to participate because he said that the study sounds intrusive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30257":{"redcap_data_access_group":"rush_university_me","main_record_id":"10044","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-08","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-08","date_and_time":"2021-06-08 15:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-02","sp_v1_preop_date":"2021-06-29","sp_v2_6wk_date":"2021-08-13","sp_v3_3mo_date":"2021-10-02","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30258":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-09","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer. \r\nUnable to reach patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30259":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt called back and stated that she wants to discuss with son. RA emailed consent. RA f/u pt stated not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30260":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Sent ICF, wants to discuss with daughter","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30261":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke with husband briefly, will have her call me back. Pt did not contact to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30262":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-09","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30263":{"redcap_data_access_group":"rush_university_me","main_record_id":"10048","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-14","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/9-Prefers to read over consent. RA emailed consent. 6/11-Pt stated they enjoy participating in research studies and is willing to participate in this one. RA will call at determined time to consent. ","obtain_date":"2021-06-14","date_and_time":"2021-06-14 12:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-20","sp_v1_preop_date":"2021-07-13","sp_v2_6wk_date":"2021-08-31","sp_v3_3mo_date":"2021-10-20","age":"59","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-07-19 12:42:14","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt unable to have MRI due to ear piercing that's not removable.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30264":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-09","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"RA emailed consent. Will follow up. LVM 6/11 to det. if still interested/consent. Pt LVM stating not interested in participating.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30265":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30266":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient sent me an email stating that it was too huge of a commitment for her and that the payout was not enough. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30267":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-15","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":" I send her the consent form on 6/15/2021. Spoke 6/22. Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30268":{"redcap_data_access_group":"rush_university_me","main_record_id":"10052","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-15","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Expressed interest. Emailed consent form. Completed consent.","obtain_date":"2021-06-16","date_and_time":"2021-06-16 14:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-13","sp_v1_preop_date":"2021-07-02","sp_v2_6wk_date":"2021-08-24","sp_v3_3mo_date":"2021-10-13","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30269":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"States he is not interested in any studies. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30270":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Have left multiple messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30271":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left message for patient. \r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30272":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"47","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"He said that the study will take too much time, therefore he does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30273":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-17","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to do MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30275":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-21","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with pt as new point of contact. Preferred to have consent emailed. Will follow up to consent via phone if still interested. Went through consent 6/23, would like additional time to decide to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30276":{"redcap_data_access_group":"rush_university_me","main_record_id":"10057","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-22","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-22","date_and_time":"2021-06-22 11:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-11","sp_v1_preop_date":"2022-02-02","sp_v2_6wk_date":"2022-03-25","sp_v3_3mo_date":"2022-05-11","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"1|3|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-08 11:28:14","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was consented in June 2021, but her surgery was cancelled and then later rescheduled for February 2022. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-08 11:22:17","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit was outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30277":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she is caring for a disabled son and lives too far. Feels that she would be taking too much on by participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30278":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-24","screening_age":"73","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that he has too many other commitments and spends half of his time in Texas. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30279":{"redcap_data_access_group":"rush_university_me","main_record_id":"10063","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-01","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-01","date_and_time":"2021-07-01 11:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-27","sp_v1_preop_date":"2021-07-15","sp_v2_6wk_date":"2021-09-07","sp_v3_3mo_date":"2021-10-27","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-29 15:09:36","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos survey set a few days outside of window","erep_protdev_caplan":"Pt continues participation","erep_rel_covid19":"0"}}},"30280":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was unable to talk, asked that I call him back later. \r\nLeft message for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30281":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-21","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Interested, but would like to think about. RA emailed consent. Pt emailed and stated unable to commit due to time commitment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30282":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"States he is in pain and will contact us if he wants to participate. Stated he did not have an email and prefers not to be called back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30283":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not convenient to participate in this study. States lives far away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30284":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-25","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt not interested in participating in another study, already participating in 2 others. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30285":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 6/28. Spoke 6/30. Expressed interest. Emailed consent form to review. LVM 7/2/2021. Pt lvm stating he does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30286":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Would like additional time to think about the study. Son is her transportation and may require Lyft. RA will follow up in one week. States after thinking about MRI, she is unwilling to try due to noise. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30287":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined without description of study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30288":{"redcap_data_access_group":"rush_university_me","main_record_id":"10079","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-19","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-19","date_and_time":"2021-07-19 11:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-07-29","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-08 16:39:56","erep_ae_date":"2021-07-29","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-07-29 00:00","erep_resolution_date":"2021-07-29 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient started to panic while in the scanner and asked to be taken. ","erep_action_taken":"Pt will continue with the rest of the study tests and surveys. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30274":{"redcap_data_access_group":"rush_university_me","main_record_id":"10062","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-17","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt needs to check w/ daughters schedule prior to scheduling study visit. Unable to sign after review of consent (email not opening). ","obtain_date":"2021-06-29","date_and_time":"2021-06-29 15:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-27","sp_v1_preop_date":"2021-07-16","sp_v2_6wk_date":"2021-09-07","sp_v3_3mo_date":"2021-10-27","age":"66","sex":"2","genident":"2","ethnic":"3","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-20 14:22:12","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week visit outside of protocol window by a few days. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-20 14:22:47","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit a few days outside of window by 6 days","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30289":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-19","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left message for patient. \r\nPatient would like to look over consent and check her availability. \r\nLeft message for patient. \r\nLeft multiple messages for patient with no response. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30290":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she read over the consent and is not very comfortable participating and really just isn't interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30291":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has too much going on at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30292":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM 7/2/2021. LVM 7/8. LVM 7/14.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30293":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-06","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30294":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she is hoping to go back to work right away and her time is very limited. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30295":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt states she is not interested in having additional pain to leg. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30296":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she is out of town until 2 weeks before surgery and unfortunately will have no time to commit to the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30297":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/7/2021: lvm\r\n\r\n8/8/23: lvm\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30298":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 7/7/2021. Pt called 7/12. Stated not interested due to distance to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30299":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-19","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is on vacation and will not be back until Sunday. Requested a copy of the consent form to look over. \r\nPatient hasn't had time to look over consent. Will call me back later this afternoon. \r\nLeft several messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30300":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 7/7/2021.\r\n Spoke 7/12 Pt states unable to participate due to how busy he is. \r\n\r\n1/13/23: in FL for the winter, cant participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30301":{"redcap_data_access_group":"rush_university_me","main_record_id":"10072","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-07","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 7/7/2021. Interested in study. RA emailed consent and will follow up. LVM 7/9/2021","obtain_date":"2021-07-09","date_and_time":"2021-07-09 13:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-07-15","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30302":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"03/31- LVM\r\n4/10/22: unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30303":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact after emailing consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30304":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he has too much going on right now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30305":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"81","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient will be leaving to Florida soon after surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30306":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"41","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she has no time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30307":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Expressed interest. RA emailed consent form for further review. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30308":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left message for patient. \r\nPatient requested a copy of consent form and will call me back once she is off of work. \r\nPatient was at the store and couldn't talk. Asked that I give her a call back tomorrow after 10am to discuss study. \r\nLeft multiple messages for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30309":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is having a lot of anxiety regarding surgery and feels that this study would be too much for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30310":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"States does not have time prior to sx for study visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30311":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states would be \"too much\" after reviewing consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30312":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke briefly 7/12. Requested call back. Stated she already had one knee done and was not interested in study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30313":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke and emailed consent form. RA needs to confirm home address. spoke 7/28 and expressed continued interest after reviewing consent in detail stated would sign later that night. lvm 7/30","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30314":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he lives too far and is planning on leaving town as soon as he is cleared to. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30315":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"46","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states his time is limited. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30316":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30317":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-26","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she has too much going on at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30318":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she discussed with her daughter and they have a lot going on at the moment. They will pass for now, but if anything changes she will contact me prior to her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30319":{"redcap_data_access_group":"rush_university_me","main_record_id":"10078","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-15","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-15","date_and_time":"2021-07-15 16:18","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-11","sp_v1_preop_date":"2021-07-19","sp_v2_6wk_date":"2021-09-22","sp_v3_3mo_date":"2021-11-11","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2022-01-21","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Have made repeated attempts to get a hold of patient with no call back. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-07-19 13:40:28","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient panicked and could not complete the MRI. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-08 16:01:23","erep_ae_date":"2021-07-19","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-07-19 00:00","erep_resolution_date":"2021-07-19 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt started panicking while in the MRI and requested to be taken out. ","erep_action_taken":"Pt will continue with the other study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30320":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"VM full 7/13. VM full 7/20. 7/28-Pt stated cancelled sx. provider out of network.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30321":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"RA emailed consent form. Must confirm home address. LVM 7/15. LVM 7/19. Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30322":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-26","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she was driving and did not have time to speak. Asked that I call on a different day later in the afternoon. \r\nPatient is on there way to visit a relative at the hospital and could not speak. \r\nLeft multiple message with not call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30323":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is working 12 hr shifts and has no time to come in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30324":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Man answered home number and stated \"she's not interested\" before hanging up. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30325":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined participation 7/23.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30326":{"redcap_data_access_group":"rush_university_me","main_record_id":"10081","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-16","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested. Emailed consent form.","obtain_date":"2021-07-20","date_and_time":"2021-07-20 14:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-17","sp_v1_preop_date":"2021-07-26","sp_v2_6wk_date":"2021-09-28","sp_v3_3mo_date":"2021-11-17","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 07:47:02","erep_ae_date":"2021-07-26","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-07-26 00:00","erep_resolution_date":"2021-07-26 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient started panicking and asked to be taken out of the scanner. ","erep_action_taken":"Pt will continue with the rest of the study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30327":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-19","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent me an email stating that he will not be able to commit to participating in our research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30328":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-19","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30329":{"redcap_data_access_group":"rush_university_me","main_record_id":"10087","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-19","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-26","date_and_time":"2021-07-26 11:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-17","sp_v1_preop_date":"2021-08-05","sp_v2_6wk_date":"2021-09-28","sp_v3_3mo_date":"2021-11-17","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-12-21 15:40:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos. visit 3.5 weeks after 3 month study visit date. ","erep_protdev_caplan":"Continued participation. ","erep_rel_covid19":"0"}}},"30330":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30331":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-26","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient just isn't interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30332":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"51","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he is moving to Indiana and all of his recovery visits will be over there. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30333":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt called to inform is not able to participate in research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30334":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not interested due to time commitment and distance to Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30335":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt wife answered. Asked if call was due to knee surgery and states pt unable to move well enough to do a study in person. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30336":{"redcap_data_access_group":"rush_university_me","main_record_id":"10082","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-20","screening_age":"49","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Expressed interest. Wants to consent in person","obtain_date":"2021-07-21","date_and_time":"2021-07-20 15:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-19","sp_v1_preop_date":"2021-08-03","sp_v2_6wk_date":"2021-09-30","sp_v3_3mo_date":"2021-11-19","age":"49","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30337":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30338":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient requested a copy of the consent form to look over. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30339":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"55","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient cannot have MRI done, he has a pain stimulator. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30340":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she has too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30341":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"lvm 7/21","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30342":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unsure if will be having surgery therefore can't say OK to anything. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30343":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"pt declined participation after thinking about it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30344":{"redcap_data_access_group":"rush_university_me","main_record_id":"10089","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-23","screening_age":"46","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt expressed interest. Emailed consent form.","obtain_date":"2021-07-27","date_and_time":"2021-07-27 07:26","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-11","sp_v1_preop_date":"2021-08-04","sp_v2_6wk_date":"2021-09-22","sp_v3_3mo_date":"2021-11-11","age":"46","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-28 11:33:59","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"RA failed to put location of greater knee pain in RedCap","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30345":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30346":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-19","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages for patient with no call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30347":{"redcap_data_access_group":"rush_university_me","main_record_id":"10106","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-10","screening_age":"34","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of consent form to look over. \r\nLeft message for patient. ","obtain_date":"2021-08-13","date_and_time":"2021-08-13 11:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-10","sp_v1_preop_date":"2021-08-26","sp_v2_6wk_date":"2021-10-22","sp_v3_3mo_date":"2021-12-10","age":"34","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30348":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left multiple messages for patient with no call back. \r\n\r\n11/3/22: surgery date changed from initial contact, lvm\r\n11/8/22: lvm\r\n11/18/22: lvm\r\n11/28/22: lvm\r\n\r\ncouldnt reach before surgery\r\n\r\n03/28- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30349":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-26","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that this study would cut into her work time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30350":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-05","screening_age":"77","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30351":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"82","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30352":{"redcap_data_access_group":"rush_university_me","main_record_id":"10090","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-26","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is definitely interested but was at a doctor's appointment. She asked that I call her tomorrow morning to consent. ","obtain_date":"2021-07-27","date_and_time":"2021-07-27 09:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-13","sp_v1_preop_date":"2021-08-06","sp_v2_6wk_date":"2021-09-24","sp_v3_3mo_date":"2021-11-13","age":"63","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30353":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was not interested in participating ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30354":{"redcap_data_access_group":"rush_university_me","main_record_id":"10088","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-26","screening_age":"66","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-26","date_and_time":"2021-07-26 14:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-19","sp_v1_preop_date":"2021-08-17","sp_v2_6wk_date":"2021-09-30","sp_v3_3mo_date":"2021-11-19","age":"66","sex":"2","genident":"2","ethnic":"1","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30355":{"redcap_data_access_group":"rush_university_me","main_record_id":"10107","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-11","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient lost power and unable to sign consent today. Will call her Friday to go over consent form and sign. ","obtain_date":"2021-08-13","date_and_time":"2021-08-13 13:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-16","sp_v1_preop_date":"2021-08-18","sp_v2_6wk_date":"2021-10-28","sp_v3_3mo_date":"2021-12-16","age":"69","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30356":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she lives too far for her to make any extra trips to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30357":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was at work and could not speak. He did request a copy of the consent to look over and states that he will call me when he has the time. \r\nPatient never contacted me regarding study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30358":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-09","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30359":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30360":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Daughter number listed as mobile number, she has POA for father due to COVID, states father speaks English and will have him give me a call. Pt did not make contact regarding study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30361":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt states he does not like going to Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30362":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30363":{"redcap_data_access_group":"rush_university_me","main_record_id":"10097","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-30","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed consent. LVM 8/2.","obtain_date":"2021-08-05","date_and_time":"2021-08-05 13:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-22","sp_v1_preop_date":"2021-08-09","sp_v2_6wk_date":"2021-12-03","sp_v3_3mo_date":"2022-01-22","age":"63","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-01 12:55:41","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt came in closer to 4 mos post op for 3 mos in person visit. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30364":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that is seems like too much for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30365":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form. Patient states she will see me next Tuesday if she is interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30366":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not feel safe in the city because of all of the shootings. States that she will be having her surgery and then getting out of the city as soon as possible. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30367":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30368":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she lives too far and is working full time until just before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30369":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 7/30. LVM 8/2/2021. Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30370":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"\"Too involved for me\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30371":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Splits time between Michigan and California most of the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30372":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30373":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 8/2/202\r\nLvm 8/10\r\nPt states rescheduled knee sx to following year. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30374":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Hesitant about timing of coming in and work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30375":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"States she would be unable to do study related activities and appreciated the explanation of activities. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30376":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she had to cancel her surgery because her insurance is out of network. She will reach out to us if anything changes. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30377":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he cannot have MRI done because he has a back stimulator. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30378":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30379":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-18","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30380":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-19","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left multiple messages with no response. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30381":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated unable to participate currently. Stated to keep in mind when she has her second knee. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30382":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke and participant declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30383":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Stated it's difficult for her to get around, offered transportation and pt declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30384":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt LVM stating did not want to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30385":{"redcap_data_access_group":"rush_university_me","main_record_id":"10099","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-04","screening_age":"65","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-06","date_and_time":"2021-08-06 09:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-07","sp_v1_preop_date":"2021-08-26","sp_v2_6wk_date":"2021-10-19","sp_v3_3mo_date":"2021-12-07","age":"65","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30386":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30387":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Not willing to try MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30388":{"redcap_data_access_group":"rush_university_me","main_record_id":"10108","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-05","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is not good with computers and would prefer that I consent her in person. ","obtain_date":"2021-08-16","date_and_time":"2021-08-16 08:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-06","sp_v1_preop_date":"2021-08-16","sp_v2_6wk_date":"2021-11-17","sp_v3_3mo_date":"2022-01-06","age":"60","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-23 07:51:31","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's surgery was pushed back a couple of weeks. Baseline visit is outside of protocol range because of that. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30389":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate and requested to be taken off the call list after having consent form emailed. Do not contact in future.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30390":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact pt. LVMx2.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30391":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30392":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Already participating in studies, also not willing to come in for study visits and states she takes many pain medications. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30393":{"redcap_data_access_group":"rush_university_me","main_record_id":"10109","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-10","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed consent form. Will follow up for possible consent. LVM 8/12/2021. LVM 8/17/2021","obtain_date":"2021-08-19","date_and_time":"2021-08-19 15:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-13","sp_v1_preop_date":"2021-09-02","sp_v2_6wk_date":"2021-10-25","sp_v3_3mo_date":"2021-12-13","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30394":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30395":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"56","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form to look over. \r\nLeft multiple messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30396":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Sx was resched to February. Pt indicated she was OK with call closer to sx date. Pt unable to speak 1/19, requested call back at different time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30397":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30398":{"redcap_data_access_group":"rush_university_me","main_record_id":"10134","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-13","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"RA emailed consent to daughter email per request. Mailed consent form as requested. Must ask eligibility q's. Preferred call time 8:30am. lvm 8/27. Pt called back 9/1- stated had not received consent, informed will be at clinic 9/7 and is willing to meet prior to.","obtain_date":"2021-09-07","date_and_time":"2021-09-07 11:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-21","sp_v1_preop_date":"2021-09-14","sp_v2_6wk_date":"2021-11-02","sp_v3_3mo_date":"2021-12-21","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-07 10:55:53","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt unable to come in until after holiday's for study visit therefore visit is a few days outside of window. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-01-07 11:33:38","erep_ae_date":"2021-12-12","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2021-12-12 11:33","erep_resolution_date":"2022-01-07 11:33","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Pt was admitted into ED for several days due to infection in ankle on same side as knee surgery. She was prescribed antibiotics while in the hospital. Pt states that her knee was not affected and is doing well. ","erep_action_taken":"Pt continues participation as planned.","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-06-23 16:29:26","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 month survey set outside of window. Survey set was mailed and returned. ","erep_protdev_caplan":"N/A. Get stamps earlier. ","erep_rel_covid19":"0"}}},"30399":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVMx2. Unable to contact pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30400":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't want additional pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30401":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-16","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Not comfortable doing MRI. Pt was also not currently scheduled due to fungus on her toes and changed surgeons. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30402":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-16","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt declined to participate. Pt broke foot contralateral to surgical knee. Pt unable to put weight on ankle and not able to complete study related tasks at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30403":{"redcap_data_access_group":"rush_university_me","main_record_id":"10110","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-16","screening_age":"58","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-23","date_and_time":"2021-08-23 10:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-15","sp_v1_preop_date":"2021-09-24","sp_v2_6wk_date":"2021-11-26","sp_v3_3mo_date":"2022-01-15","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-05-24 07:50:20","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"RA did not document final pain rating from sit to stand test","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-24 12:15:10","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month in person visit outside of window~2 mos due to participant vacation.","erep_protdev_caplan":"Participant continues participation","erep_rel_covid19":"0"}}},"30404":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate 8/27 after hearing details of visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30405":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 8/16/2021. LVM 8/24. Stated received call earlier in the day and was not interested in participating in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30406":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient unable to take off of work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30407":{"redcap_data_access_group":"rush_university_me","main_record_id":"10115","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-24","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient asked that I call her back at 4 pm. \r\nPatient states she is thinking of pushing her surgery and requested a copy of the consent form to look over. ","obtain_date":"2021-08-25","date_and_time":"2021-08-25 13:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"57","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"2022-06-17","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Unable to reach participant after sx cancelled and not rescheduled within study timeframe. Pt would need to repeat study tests. ","sp_data_site":"N/A"},"30408":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-17","screening_age":"66","screening_gender":"4","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to commit to time to come in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30409":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-17","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated too much time, already busy with children and clinical work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30410":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-19","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Daughters phone and email. Emailed information regarding study as requested. Stated unlikely mother would be able to participate. Pt never called regarding participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30411":{"redcap_data_access_group":"rush_university_me","main_record_id":"10124","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-23","screening_age":"45","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ pt and is interested in participating. Emailed consent. LVM 8/26.","obtain_date":"2021-09-02","date_and_time":"2021-09-02 07:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-27","sp_v1_preop_date":"2021-09-09","sp_v2_6wk_date":"2021-11-08","sp_v3_3mo_date":"2021-12-27","age":"45","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 07:59:28","erep_ae_date":"2021-09-09","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-09-09 01:00","erep_resolution_date":"2021-09-09 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient could not tolerate being in the scanner and requested to be taken out. ","erep_action_taken":"Pt will continue with other study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30412":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Going to Florida shortly after sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30413":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to do MRI. Pt has clausterphobia. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30414":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate 9/15. \"Too difficult to get down there\", also declined with offered lyft. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30415":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated she does not have time to come in prior to sx and her follow up appointment is via telehealth so it would not be convenient to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30416":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30417":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states she has too much to do before surgery. \r\n09/02/2022- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30418":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30419":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is still working and does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30420":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states I need to stop because she does not intend on participating in any of these study tests. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30421":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient looked over consent and decided that she was not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30422":{"redcap_data_access_group":"rush_university_me","main_record_id":"10121","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-31","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-31","date_and_time":"2021-08-31 15:12","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-08","sp_v1_preop_date":"2021-09-02","sp_v2_6wk_date":"2021-10-20","sp_v3_3mo_date":"2021-12-08","age":"79","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-09-15 08:54:45","erep_ae_date":"2021-09-12","erep_visit_inv":"6","erep_ae_yn":"1","erep_onset_date":"2021-09-12 00:00","erep_resolution_date":"2021-09-14 10:04","erep_ae_severity":"2","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Patient feeling unwell after therapy and took oxycodone. Patient states that the combination made her fall. She landed on her right hand and knee (non operative knee). \r\nPatient hospitalized on 09/12/2021 and discharged on 09/14/2021.\r\n","erep_action_taken":"Patient will continue with the study. ","erep_outcome":"Patient discharged from the hospital on 09/14/2021 and directed to discontinue oxycodone at hospital discharge. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30423":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that it seems like too much of a time commitment for him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30424":{"redcap_data_access_group":"rush_university_me","main_record_id":"10125","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-24","screening_age":"56","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt may be interested if transportation is provided. RA called 9/1 for poss. consent and lvm. ","obtain_date":"2021-09-02","date_and_time":"2021-09-02 07:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-14","sp_v1_preop_date":"2021-09-03","sp_v2_6wk_date":"2021-10-26","sp_v3_3mo_date":"2021-12-14","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-11-11 08:00:41","erep_ae_date":"2021-09-14","erep_visit_inv":"3","erep_ae_yn":"1","erep_onset_date":"2021-09-14 08:00","erep_resolution_date":"2021-09-14 00:00","erep_ae_severity":"2","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"Pt's son passed away unexperctedly. Pt stated that they do feel sad/depressed as a result of the situation and therefore their questionnaire answers are not due to his knee. ","erep_action_taken":"N/A","erep_outcome":"Pt continues to want to participate in study.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30425":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form and will contact me if she is interested in participating. \r\n\r\n---\r\n\r\n10/26/23:lvm\r\n10/31/23:lvm\r\n11/8/23:lvm\r\n11/16/23:lvm\r\n11/22/23: Unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30426":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Going out of town next week until just before procedure and unable to make time commitment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30427":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30428":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-25","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"\"Too involved\". Pt stated does not like the idea of someone touching her knee which is already in pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30429":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-25","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Sons getting married, sister-in-law ill and need support. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30430":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is no longer having surgery. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30431":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is Spanish speaking and is not interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30432":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"47","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states it is difficult for her to get to Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30433":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"53","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he had an accident and has to postpone his surgery, but regardless states he is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30434":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-13","screening_age":"54","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30435":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left message for patient.\r\nPatient is on vacation and asked that I call him back next week. \r\nLeft message with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30436":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form to look over. \r\nLeft voicemail for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30437":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient isn't interested in participating ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30438":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent an email stating that he is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30439":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30440":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30441":{"redcap_data_access_group":"rush_university_me","main_record_id":"10127","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-01","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is out of town. Requested a copy of the consent form. ","obtain_date":"2021-09-02","date_and_time":"2021-09-02 10:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-16","sp_v1_preop_date":"2021-09-09","sp_v2_6wk_date":"2021-10-28","sp_v3_3mo_date":"2021-12-16","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30442":{"redcap_data_access_group":"rush_university_me","main_record_id":"10123","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-30","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested. RA emailed consent. ","obtain_date":"2021-09-01","date_and_time":"2021-09-01 14:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-16","sp_v1_preop_date":"2021-09-10","sp_v2_6wk_date":"2021-10-28","sp_v3_3mo_date":"2021-12-16","age":"60","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30443":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-30","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke w/ husband of pt. Stated not likely wife would participate, but will give contact information and they will contact me if willing to participate. Pt never contacted regarding study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30444":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 1. LVM 2. Spoke 9/21. Emailed consent. Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30445":{"redcap_data_access_group":"rush_university_me","main_record_id":"10129","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-01","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-03","date_and_time":"2021-09-03 10:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-01","sp_v1_preop_date":"2021-09-13","sp_v2_6wk_date":"2021-11-12","sp_v3_3mo_date":"2022-01-01","age":"68","sex":"2","genident":"2","ethnic":"1","dem_race":"1|3|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30446":{"redcap_data_access_group":"rush_university_me","main_record_id":"10126","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-02","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-02","date_and_time":"2021-09-02 09:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-15","sp_v1_preop_date":"2021-09-20","sp_v2_6wk_date":"2021-11-26","sp_v3_3mo_date":"2022-01-15","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30447":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-07","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was interested in participating, but once I started going over the key points of the study she decided that she would prefer to decline instead. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30448":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she definitely is not interested since it would require her to leave her house and go places. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30449":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"48","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient does have time and is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30450":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Phone number listed is disconnected and unable to find any other number. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30451":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he is claustrophobic and is unwilling to participate because of the MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30452":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form to look over. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30453":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient called and left a voicemail stating that she has too much going on at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30454":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined because study procedures are \"Too much\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30455":{"redcap_data_access_group":"rush_university_me","main_record_id":"10149","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-03","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt asked questions regarding pain and how to assess since it is often determined by activity. RA informed we take pain scores throughout visit (including after functional tasks). Pt interested in research. RA emailed consent. Unable to contact 9/8 lvm. Unable to contact 9/15 lvm. ","obtain_date":"2021-09-21","date_and_time":"2021-09-21 14:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-08","sp_v1_preop_date":"2021-09-29","sp_v2_6wk_date":"2021-11-19","sp_v3_3mo_date":"2022-01-08","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-12-14 13:25:35","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week blood draw outside of window- at 9 wks as opposed to 6 due to pt schedule. Survey set completed about 3 days outside of window. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-01-28 08:28:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos visit outside of +/- 2 wk window, by a few days","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30456":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 1. Pt LVM stating not interested in research at this time and to take off call list. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30457":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 9/13. lvm 9/24. unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30458":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30459":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-13","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is in too much pain and has too much going on at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30460":{"redcap_data_access_group":"rush_university_me","main_record_id":"10131","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-03","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-03","date_and_time":"2021-09-03 14:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-28","sp_v1_preop_date":"2021-09-17","sp_v2_6wk_date":"2021-11-09","sp_v3_3mo_date":"2021-12-28","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2021-09-16","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt states her blood pressure is too high and needs to \"take it easy\" prior to surgery. ","sp_data_site":"N/A"},"30461":{"redcap_data_access_group":"rush_university_me","main_record_id":"10130","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-03","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ participant and emailed consent. ","obtain_date":"2021-09-03","date_and_time":"2021-09-03 14:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-17","sp_v1_preop_date":"2021-09-08","sp_v2_6wk_date":"2021-10-29","sp_v3_3mo_date":"2021-12-17","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-04 10:33:22","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 Month visit outside of 3 month window (12/17\r\n), visit on 1/4","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30462":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-07","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"RA mailed consent. Pt stated experiencing health issues and will contact if willing to participate. Pt did not contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30463":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she does not have the time at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30464":{"redcap_data_access_group":"rush_university_me","main_record_id":"10174","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-04","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-04","date_and_time":"2021-10-04 16:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-19","sp_v1_preop_date":"2021-10-11","sp_v2_6wk_date":"2021-11-30","sp_v3_3mo_date":"2022-01-19","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30465":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact after emailing consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30466":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Daughter answered phone. Stated mother is not interested in doing a research study because she is having a knee replacement and to \"take her off the list\" before hanging up phone. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30467":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-09","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt does not speak English according to Epic.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30468":{"redcap_data_access_group":"rush_university_me","main_record_id":"10675","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-09","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"lvm. Pt called back and lvm stating sx was cancelled and mentioned double knee replacement for next year (difficult to hear pt on phone message).\r\nPt has not rescheduled sx as of 05/26/2022.\r\n3/20/23:lvm\r\n4/6/23: Call back to consent ","obtain_date":"2023-04-13","date_and_time":"2023-04-13 14:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-20","sp_v1_preop_date":"2023-04-18","sp_v2_6wk_date":"2023-06-01","sp_v3_3mo_date":"2023-07-20","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-04-14","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Participant had a pacemaker and could not do the MRI","sp_data_site":"N/A"},"30469":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-09","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke and emailed consent form. Did not look at consent 9/13 requested call back. Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30470":{"redcap_data_access_group":"rush_university_me","main_record_id":"10142","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-13","screening_age":"66","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Expressed interest. RA emailed consent.","obtain_date":"2021-09-15","date_and_time":"2021-09-15 15:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-27","sp_v1_preop_date":"2021-09-16","sp_v2_6wk_date":"2021-11-08","sp_v3_3mo_date":"2021-12-27","age":"66","sex":"1","genident":"1","ethnic":"1","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 08:19:08","erep_ae_date":"2021-09-16","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-09-16 00:00","erep_resolution_date":"2021-09-16 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt unable to tolerate MRI due to anxiety.","erep_action_taken":"Pt will continue with other study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30471":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-13","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke w/ pt and wife.RA emailed consent. Called back 9/15. Pt and wife continued to state they needed to review consent/ RA unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30472":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-13","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt sounded hesitant. Emailed consent. lvm 9/15/2021. lvm 9/29/2021. Unable to contact pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30473":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he is working full time and does not have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30474":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"62","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient returned my call. Requested a copy of the consent form and states that she needs time to think about it. She will contact me if she is interested. \r\nPatient never reached out to me. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30475":{"redcap_data_access_group":"rush_university_me","main_record_id":"10144","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-16","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient states he is interested. Requested a copy of consent to look over and asked that I call him back tomorrow to consent. ","obtain_date":"2021-09-16","date_and_time":"2021-09-16 13:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-22","sp_v1_preop_date":"2021-09-28","sp_v2_6wk_date":"2021-12-03","sp_v3_3mo_date":"2022-01-22","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30476":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient states she is currently on another study and has way too much going on at the moment. \r\n ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30477":{"redcap_data_access_group":"rush_university_me","main_record_id":"10146","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-16","screening_age":"40","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient was on the phone and asked that I call her back later today. Copy of consent form was emailed to her. ","obtain_date":"2021-09-16","date_and_time":"2021-09-16 15:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-21","sp_v1_preop_date":"2021-10-15","sp_v2_6wk_date":"2021-12-02","sp_v3_3mo_date":"2022-01-21","age":"40","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30478":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ participant. Expressed interest. RA emailed consent. Unable to contact post emailing consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30479":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt sx rescheduled. 2/23/2022-Pt unwilling to come into MOR for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30480":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate. Wife assisted during call due to pt confusion about study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30481":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was at work and did not have the time to speak with me. She requested that I send her a copy of the consent form and would call me if she is interested. \r\nPatient sent an email stating that she did not wish to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30482":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left several messages for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30483":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient is currently living in Indiana and states being too far and too busy to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30484":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left message for patient. \r\nPatient returned my call and states that he needs to think about participating. He will reach out to me if he is interested. \r\nPatient never contacted me. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30485":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states he is still working full time and cannot take that much time off to be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30486":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that her daughter is getting married right before surgery and is booked all the way up until her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30487":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Does not speak English/ traditional chinese. Number on file is daughters","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30488":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke w/ participant. Prefers to think about it. RA will call back in a week. Pt stated she had trouble opening consent and is no longer interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30489":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Polish speaker according to Epic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30490":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left message for patient with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30491":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Surgery is coming up very soon, unable to take an afternoon to come in for study visit. would be willing if sx was further away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30492":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to do mri and timing is bad. \r\n9/23/2022- Pt. Declines. She does not have time. Additionally she will move to California 3 weeks after her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30493":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt requested mailed information about the study. Mailed consent form. Pt states sx was postponed due to health issues. Pt stated it was OK to call back if they turn up on the schedule again. Pt states did not receive mailed copy of consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30494":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not interested in coming to downtown location","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30495":{"redcap_data_access_group":"rush_university_me","main_record_id":"10159","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-20","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 9/20. SPoke 9/21. RA emailed consent.","obtain_date":"2021-09-27","date_and_time":"2021-09-27 13:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-25","sp_v1_preop_date":"2021-10-18","sp_v2_6wk_date":"2021-12-06","sp_v3_3mo_date":"2022-01-25","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-10 13:47:33","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was seen a few days outside of 3 month window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30496":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt stated they required dog sitters for two senior dogs, and the commute to MOR was very long. Pt declined to participate after reviewing consent due to HIPAA language and concerns with data.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30497":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Going out of town shortly after surgery. Informed would likely be able to complete 2 study visits, but pt declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30498":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30499":{"redcap_data_access_group":"rush_university_me","main_record_id":"10148","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-21","screening_age":"70","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-21","date_and_time":"2021-09-21 14:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-30","sp_v1_preop_date":"2021-09-22","sp_v2_6wk_date":"2021-11-11","sp_v3_3mo_date":"2021-12-30","age":"70","sex":"2","genident":"2","ethnic":"1","dem_race":"7","ewdateterm":"2021-12-06","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"I have called participant multiple times, she has hung up on me twice and I left several messages with no call back. ","sp_data_site":"N/A"},"30500":{"redcap_data_access_group":"rush_university_me","main_record_id":"10156","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-21","screening_age":"59","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt was interested. Emailed consent. ","obtain_date":"2021-09-24","date_and_time":"2021-09-23 15:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-12","sp_v1_preop_date":"2021-10-11","sp_v2_6wk_date":"2021-11-23","sp_v3_3mo_date":"2022-01-12","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-23 10:15:59","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos visit a few days outside of window","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30501":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-23","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient isn't interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30502":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-21","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was a little uneasy regarding the MRI, but did request a copy of the consent form to look over.\r\nPatient spoke to her surgeon and they agreed that it would be best not to participate since she will be having a 2nd knee replacement 6 wks after the first. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30503":{"redcap_data_access_group":"rush_university_me","main_record_id":"10155","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-21","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of the consent form to look over. Will be here for her pre op visit on Thursday and if she's interested, she will consent at that time. ","obtain_date":"2021-09-23","date_and_time":"2021-09-23 11:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-08","sp_v1_preop_date":"2021-09-28","sp_v2_6wk_date":"2021-11-19","sp_v3_3mo_date":"2022-01-08","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 08:32:13","erep_ae_date":"2021-09-28","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-09-28 00:00","erep_resolution_date":"2021-09-28 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt was experiencing extreme back pain from laying on the table and had to end scan early. ","erep_action_taken":"Pt will continue with the rest of the study tests. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30504":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient is at work and did not have time to talk. She states I can call any day after 5 pm. \r\nPt wants me to call her tomorrow to check schedule and possibly consent. \r\nLVM\r\nNever got a hold of patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30505":{"redcap_data_access_group":"rush_university_me","main_record_id":"10150","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-22","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-22","date_and_time":"2021-09-22 10:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-18","sp_v1_preop_date":"2021-10-07","sp_v2_6wk_date":"2021-11-29","sp_v3_3mo_date":"2022-01-18","age":"79","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-24 17:30:25","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was having issues with surveys and unable to complete within the protocol window. Patient had was unable to come in for their 3 month visit within the protocol window. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30506":{"redcap_data_access_group":"rush_university_me","main_record_id":"10154","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-22","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt expressed interest. RA emailed consent.","obtain_date":"2021-09-23","date_and_time":"2021-09-23 12:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-20","sp_v1_preop_date":"2021-10-05","sp_v2_6wk_date":"2022-03-03","sp_v3_3mo_date":"2022-04-20","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-14 12:25:54","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt contacted numerous times regarding study visit via phone and email with no response. Pt did not complete 3 month surveys nor in person visit. ","erep_protdev_caplan":"Continue participation; will check in regarding 6 month surveys","erep_rel_covid19":"0"}}},"30507":{"redcap_data_access_group":"rush_university_me","main_record_id":"10169","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-22","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt signed consent after review via telephone. \r\n","obtain_date":"2021-10-01","date_and_time":"2021-10-01 13:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-25","sp_v1_preop_date":"2021-10-04","sp_v2_6wk_date":"2021-12-06","sp_v3_3mo_date":"2022-01-25","age":"64","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-12-09 09:22:31","erep_ae_date":"2021-12-07","erep_visit_inv":"6","erep_ae_yn":"1","erep_onset_date":"2021-12-07 09:22","erep_resolution_date":"2021-12-07 00:00","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"Pt states that doctors thought she had blood clots and she is experiencing severe pain following knee surgery to the point where medical professionals wanted to airlift her to Mayo Clinic. ","erep_action_taken":"Pt prefers to continue participation in study for now. ","erep_outcome":"Pt will continue to update on her situation. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-24 13:07:16","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 mos survey set outside of protocol window. Pt was contacted multiple times to complete. ","erep_protdev_caplan":"Participation continues. ","erep_rel_covid19":"0"}}},"30508":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"lvm mobile. emailed consent. lvm 10/4/2021.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30509":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent an email stating that she is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30510":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states unable to make time to come for study visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30511":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he's not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30512":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to try MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30513":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"lvm. lvm 10/4/2021. Unable to contact pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30514":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nHave been unable to reach patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30515":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he had surgery already, his surgery was moved up to 09/08/2021. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30516":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not like pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30517":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30518":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Asked that I call her back because she's at work. \r\nNever got a hold of patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30519":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to get a hold of patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30520":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent an email stating that she is still working full time and lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30521":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30522":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"RA emailed consent. Pt stated would call back after thinking about it. Pt declined to participate via email. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30523":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Phone number listed is daughters. Pt daughter stated father best reached during morning. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30524":{"redcap_data_access_group":"rush_university_me","main_record_id":"10173","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-30","screening_age":"60","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"RA emailed consent. Pt expressed interest. ","obtain_date":"2021-10-04","date_and_time":"2021-10-04 13:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-21","sp_v1_preop_date":"2021-10-13","sp_v2_6wk_date":"2021-12-02","sp_v3_3mo_date":"2022-01-21","age":"60","sex":"1","genident":"1","ethnic":"1","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-10 13:51:51","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos visit outside of 3 mos window","erep_protdev_caplan":"Continued with study visit as outlined","erep_rel_covid19":"0"}}},"30525":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-11","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he lives way to far to have to come back and forth. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30526":{"redcap_data_access_group":"rush_university_me","main_record_id":"10189","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-15","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPatient called back and requested a copy of the consent form to look over. ","obtain_date":"2021-10-15","date_and_time":"2021-10-15 13:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-29","sp_v1_preop_date":"2021-10-27","sp_v2_6wk_date":"2021-12-10","sp_v3_3mo_date":"2022-01-29","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30527":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives 70 miles away and leave midwest for the winter. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30528":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact. LVMx2. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30529":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states not willing to have in person study visits due to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30530":{"redcap_data_access_group":"rush_university_me","main_record_id":"10241","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-02","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of the consent form to look over. \r\nLVM\r\nPatient states he might be having surgery within 3 months of the first. If he has his surgery outside of the 3 month window, he would like for us to contact him to participate for his 2nd surgery. \r\nLVM","obtain_date":"2021-12-02","date_and_time":"2021-12-02 14:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-16","sp_v1_preop_date":"2022-01-31","sp_v2_6wk_date":"2022-03-30","sp_v3_3mo_date":"2022-05-16","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 08:47:24","erep_ae_date":"2022-01-31","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-01-31 00:00","erep_resolution_date":"2022-01-31 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt panicked while in the MRI machine. Requested to be taken out. ","erep_action_taken":"Pt will continue with the rest of the study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30531":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt states she is in too much pain to do the study activities. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30532":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sx rescheduled\r\nSx has not been rescheduled as of 05/26/2022.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30533":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt declined any study involving pain. Stated he's had pain since 1997. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30534":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Speaks tagalog (epic). ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30535":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30536":{"redcap_data_access_group":"rush_university_me","main_record_id":"10181","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-04","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"RA called to give additional information. Pt interested in participating. ","obtain_date":"2021-10-12","date_and_time":"2021-10-12 10:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-10","sp_v1_preop_date":"2021-10-12","sp_v2_6wk_date":"2021-12-22","sp_v3_3mo_date":"2022-02-10","age":"65","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-19 13:43:57","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt unable to come in for 6 wk visit due to bad cold","erep_protdev_caplan":"Pt came in when feeling better","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-28 13:30:40","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt complete 6 mos surveys outside of window","erep_protdev_caplan":"Surveys mailed out late due to lack of stamps, get stamps earlier. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-12-08 11:51:47","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant completed the 6 months surveys outside of timeline window. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30537":{"redcap_data_access_group":"rush_university_me","main_record_id":"10184","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-04","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke. Pt expressed interest. RA went through details of consent. ","obtain_date":"2021-10-12","date_and_time":"2021-10-12 15:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-27","sp_v1_preop_date":"2021-10-25","sp_v2_6wk_date":"2021-12-08","sp_v3_3mo_date":"2022-01-27","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-14 11:54:34","erep_ae_date":"2021-12-07","erep_visit_inv":"3","erep_ae_yn":"1","erep_onset_date":"2021-12-07 11:58","erep_resolution_date":"2022-01-10 11:58","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Pt tested positive for covid-19 and was later hospitalized surrounding the date of 12/13/2021.","erep_action_taken":"Pt continues participation.","erep_outcome":"Pt discharged from hospital and at f/up with orthopedic surgeon states they are healing well. ","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt unable to come in at 6 weeks.","erep_protdev_caplan":"Pt came in when able.","erep_rel_covid19":"1"},"2":{"erep_local_dtime":"2022-05-02 07:43:12","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete survey set nor in person portion of 3 month visit","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30538":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Pt declined to participate before description of study given. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30539":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPatient returned my call. States that he is not sure if he will be having surgery seeing as he can't get his physicians to cooperate with each other. Did not sound like he was very interested in participating and states he will contact me if anything changes. \r\nPatient states he is having surgery, but is not interested in participating in our study. He does not have the time to be coming in for the visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30540":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient states they are interested but they were at physical therapy. She will reach out to me once she's had a chance to look over the consent form. \r\nPatient declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30541":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he plans on leaving Chicago for the winter after surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30542":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-05","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of the consent form to look over. \r\nPatient sent an email stating that she was not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30543":{"redcap_data_access_group":"rush_university_me","main_record_id":"10176","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-05","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-05","date_and_time":"2021-10-05 14:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-01","sp_v1_preop_date":"2021-10-28","sp_v2_6wk_date":"2021-12-13","sp_v3_3mo_date":"2022-02-01","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-11-01","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Patient was a no show to their baseline visit. Have left several messages with no call back. Surgery is set for 11/01/2021.","sp_data_site":"N/A"},"30544":{"redcap_data_access_group":"rush_university_me","main_record_id":"10200","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-25","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-25","date_and_time":"2021-10-25 10:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-09","sp_v1_preop_date":"2021-11-02","sp_v2_6wk_date":"2021-12-21","sp_v3_3mo_date":"2022-02-09","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30545":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"56","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Did not give a reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30546":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient called back and requested a copy of the consent form to look over. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30547":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient called back and states that he was working and didn't have time to talk. He will call me back if he has time and/or is interested in hearing more about the study. \r\nPatient never made contact. \r\n10/17/22-sent a copy of the consent form \r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30548":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Is already nervous about the surgery and did not want to know more about the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30549":{"redcap_data_access_group":"rush_university_me","main_record_id":"10178","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-06","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-07","date_and_time":"2021-10-07 13:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-03-30","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject rescheduled surgery at outpatient site not eligible for study. ","sp_data_site":"N/A"},"30550":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Canceled surgery\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30551":{"redcap_data_access_group":"rush_university_me","main_record_id":"10188","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-06","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke and emailed consent form. Pt requested call Monday 10/11. lvm 10/11.","obtain_date":"2021-10-21","date_and_time":"2021-10-14 13:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-14","sp_v1_preop_date":"2021-10-14","sp_v2_6wk_date":"2022-05-26","sp_v3_3mo_date":"2022-07-14","age":"50","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-28 11:15:22","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline visit completed 5 months outside of visit window due to surgery rescheduling. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-05-19 15:12:27","erep_ae_date":"2022-05-09","erep_visit_inv":"3","erep_ae_yn":"1","erep_onset_date":"2022-05-09 15:12","erep_resolution_date":"2022-05-19 00:00","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Pt hospitalized due to infection of prosthetic joint","erep_action_taken":"Pt continues participation with surveys","erep_outcome":"Pt was indicated for acute irrigation, debridement, and polyethylene exchange followed by IV antibiotic therapy. ","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to obtain blood due to MRSA infection","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-08 13:03:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"RA signature was missed at June 2022 reconsenting and was signed outside of protocol range. ","erep_protdev_caplan":"RA will sign off on June 2022 reconsent. ","erep_rel_covid19":"0"}}},"30553":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke and emailed consent. lvm 10/7. lvm 10/8.\r\n\r\ncouldnt contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30554":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30555":{"redcap_data_access_group":"rush_university_me","main_record_id":"10222","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-12","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-15","date_and_time":"2021-11-15 10:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-08","sp_v1_preop_date":"2021-12-06","sp_v2_6wk_date":"2022-01-19","sp_v3_3mo_date":"2022-03-10","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-24 10:52:32","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Failed to record location of greater pain","erep_protdev_caplan":"Unable to correct. Will record if pt comes in for 3 month","erep_rel_covid19":"0"}}},"30556":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Is very busy, does not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30557":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact. LVM's.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30558":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Is working and time is an issue.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30559":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt uninterested in coming in person for study visit. Asked about teleconference visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30560":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30561":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30562":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/11/2021 pt declined to participate. Too close to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30563":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Canceled surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30564":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Issue related to commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30565":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Absolutely no on MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30566":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt stated time constraint issues due to working. Also stated was unwilling to undergo an MRI stating she had done one before and would have to be drugged to do one again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30567":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Absolutely no to MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30570":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Note: THIS IS A DUPLICATE PARTICIPANT","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30571":{"redcap_data_access_group":"rush_university_me","main_record_id":"10195","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-08","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-20","date_and_time":"2021-10-20 10:03","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-02","sp_v1_preop_date":"2021-10-20","sp_v2_6wk_date":"2021-12-14","sp_v3_3mo_date":"2022-02-02","age":"67","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30572":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-11","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Other life factors going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30573":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-11","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30574":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-11","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient wants to look over the consent with his wife before signing. \r\nPatient sent an email stating that he calculated approximately 30-50 hrs of his time would be required and the $500 payment for that time does not make sense for the time and effort required.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30575":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is Spanish speaking and understands very little English. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30576":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-11","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30577":{"redcap_data_access_group":"rush_university_me","main_record_id":"10183","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-12","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-12","date_and_time":"2021-10-12 14:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-21","sp_v1_preop_date":"2021-10-19","sp_v2_6wk_date":"2021-12-02","sp_v3_3mo_date":"2022-01-21","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-08 14:49:52","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30578":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"48","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form to look over and will contact me if she is interested in participating. \r\nPatient never contacted me. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30579":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he is not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30580":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that he does not want to have to keep coming to this specific Rush location more than he has to. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30581":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"46","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with to call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30582":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient requested a copy of the consent form to look over. She will contact me if she is interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30583":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to LVM at mobile. Home number went to a different person. Did not leave message. Left message w/ partner. Pt will call back if interested 10/25/2021. Partner stated pt is very busy until sx and not likely able to participate. Pt did not reach out. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30584":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30585":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-13","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to learn more about study and declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30586":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-13","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVMx3. Unable to contact. 11/5/21\r\n--- \r\n10/12/23: lvm\r\n10/17/23:not interested, too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30588":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-13","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"\"Too much of a commitment\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30589":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient isn't interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30590":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient called and left a message stating that he had surgery already. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30591":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30592":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30593":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30594":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30595":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt stated she \"cannot do anymore tests\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30596":{"redcap_data_access_group":"rush_university_me","main_record_id":"10187","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-14","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-14","date_and_time":"2021-10-14 13:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-10-19","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Miscommunication about study location. Sub unwilling to come to Rush main campus","sp_data_site":"N/A"},"30597":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"46","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that they plan to cancel their surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30598":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she's already had surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30569":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Called back, LVM\r\nCalled back, 10/20, no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30600":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30602":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated having EKG issues and is unable to make time to come in for additional visits prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30603":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt declined to participate prior to learning about study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30604":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt expressed interest. Pt stated would contact if interested. RA unable to contact following initial conversation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30605":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30606":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was at work and could not speak. He asked that I call back on another day after 4 or 5 pm. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30607":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he does not have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30608":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient was at work and could not speak. Sent a copy of the consent form to look over and will call her back after work hours. \r\nLVM\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30610":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt states they cancelled sx and want to hold off as long as possible. Stated they are OK with a call if they are put back on schedule. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30612":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30611":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30599":{"redcap_data_access_group":"rush_university_me","main_record_id":"10196","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-20","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-20","date_and_time":"2021-10-20 13:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-16","sp_v1_preop_date":"2021-11-11","sp_v2_6wk_date":"2021-12-28","sp_v3_3mo_date":"2022-02-16","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-21 10:13:22","erep_ae_date":"2022-02-17","erep_visit_inv":"6","erep_ae_yn":"1","erep_onset_date":"2022-02-17 10:13","erep_resolution_date":"2022-02-24 10:13","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Pt fell on ice and injured surgical knee. As a result of this she has to have a anesthetized manipulation on 2/24. Will upload paperwork regarding the manipulation once that is available.","erep_action_taken":"Pt still wants to continue with study. ","erep_outcome":"Had to reschedule 3 month follow up appointment, but she does intend to continue with the study procedures after recovering from the manipulation. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-03-11 10:14:49","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Pt clothing was not maneuverable around knees or shoulders. Did both PPTs and temporal stimulation on top of clothing. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30613":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states he's not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30614":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that his surgery has moved to 04/2022. Sent them a copy of the consent form and will reach out to them again closer to their new surgery date. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30615":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30616":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient sent an email stating that it's too long of a drive for him to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30617":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Canceled surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30618":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt stated \"you're asking a lot\" and was not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30619":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30620":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt had sx moved up. Ineligible to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30621":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Working and does not have time for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30622":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt's wife stated her husband was not interested because he works and he already had to take off a few hours for the pre-op class. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30623":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Issue related to commute distance. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30624":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt's husband is a stroke pt and she can't participate due to time involved. Pt would have loved to be involved otherwise. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30625":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated \"too time consuming\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30626":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Douglas states that he's had enough of this place. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30627":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he has no time because he's still working full time and getting ready for his surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30628":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he babysits and does not have time to come in for the visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30629":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient isn't really interested and states that her English really isn't fluent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30630":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Emailed consent; unable to contact afterwards.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30631":{"redcap_data_access_group":"rush_university_me","main_record_id":"10204","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-22","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke and emailed consent 10/25/2021. Resent consent 10/26, pt states would like wife to look it over as he is usually always driving. ","obtain_date":"2021-10-26","date_and_time":"2021-10-27 06:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-10","sp_v1_preop_date":"2021-11-01","sp_v2_6wk_date":"2021-12-22","sp_v3_3mo_date":"2022-02-10","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-28 11:35:47","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt came in a few days outside of 3 month visit timeline","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-28 13:58:14","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 wk survey set completed a few days outside of visit window after multiple calls and emails sent. ","erep_protdev_caplan":"Pt continues participation.","erep_rel_covid19":"0"}}},"30632":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt said she was not interested after hearing study activities. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30633":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they are not willing to come to Chicago. Opted for outpatient at Oak Brook in order to not come to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30635":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30634":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too soon to surgery date to schedule ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30636":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Uncomfortable with MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30637":{"redcap_data_access_group":"rush_university_me","main_record_id":"10208","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-27","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/26 Called back at scheduled time, did not pick up. Left VM\r\n10/27 Called did not get through","obtain_date":"2021-10-29","date_and_time":"2021-10-29 11:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-05","sp_v1_preop_date":"2021-11-03","sp_v2_6wk_date":"2021-12-17","sp_v3_3mo_date":"2022-02-05","age":"55","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-14 08:34:51","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Due to scheduling issues, subject did not come in for baseline visit. Did not complete baseline functional testing, QST, or imaging. Did complete baseline surveys and blood draw. Kept in study according to supervisor instructions.","erep_protdev_caplan":"Completed baseline surveys and day of surgery blood draw. ","erep_rel_covid19":"0"}}},"30638":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Difficulty with commute to Chicago location","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30639":{"redcap_data_access_group":"rush_university_me","main_record_id":"10214","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-04","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient states he wants to participate, but did not have time to speak today. He asked that I call back Monday to go over and sign consent. RA called to go over consent","obtain_date":"2021-11-09","date_and_time":"2021-11-09 08:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-21","sp_v1_preop_date":"2021-11-30","sp_v2_6wk_date":"2022-09-01","sp_v3_3mo_date":"2022-10-21","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-18 11:49:24","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's surgery date was changed from 01/12/2022 to 04/12/2022 which would put the baseline visit outside of the protocol range. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-10-26 10:55:16","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Tried contacting patient several times regarding 6 week surveys. Patient never completed these surveys. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30640":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 11/1/2021. Pt called back stating they would like to be taken off call list. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30641":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30642":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient not interested in participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30643":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states study sounds interesting and they would be interested in participating. Prefers call end of November beginning of December due to sx reschedule. F/u 12/6 and pt did not want to participate due to lack of time with work and staying too busy for a research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30644":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n07/7/22MB is full\r\n07/08/22-MB is full \r\n07/14/22 MB full \r\n\r\ncouldnt contact before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30645":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30646":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"54","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30647":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30648":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that she does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30649":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30650":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated they do not have time prior to sx to participate in this research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30651":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states she is unable to fit in person study visit in her schedule prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30652":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30653":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30654":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to come into Chicago for visit, Pt stated he \"lives in the suburbs\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30655":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30656":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate stated they have tooth decay and are unsure if they will even have surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30657":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate due to distance. Also declined when lyft offered. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30658":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated she is going out of town shortly after surgery and does not want to participate (after RA explained still able to complete the 2 in person study visits with the timing). ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30659":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined participation due to how long it takes to get to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30660":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30661":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 2- 11/8/2021. lvm 3 11/29.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30662":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. spoke, participant is concerned with uses of PHI. Prefers to have information emailed to her. Pt stated would call back if interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30663":{"redcap_data_access_group":"rush_university_me","main_record_id":"10213","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-03","screening_age":"35","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM - 11/1\r\n11/3 - sent info\r\n11/5 - LVM","obtain_date":"2021-11-08","date_and_time":"2021-11-08 15:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-24","sp_v1_preop_date":"2021-11-17","sp_v2_6wk_date":"2022-03-07","sp_v3_3mo_date":"2022-04-24","age":"35","sex":"2","genident":"2","ethnic":"2","dem_race":"3|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30664":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Autistic step-son, does not have the time to come in for study visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30665":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-01","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt received mailed copy of consent. Pt declined participation due to time required to participate and MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30666":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-01","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated they do not have time to come in for study. They think they'd possibly do it if in Oak Brook clinic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30667":{"redcap_data_access_group":"rush_university_me","main_record_id":"10209","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-02","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-02","date_and_time":"2021-11-02 13:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-14","sp_v1_preop_date":"2021-12-03","sp_v2_6wk_date":"2022-01-25","sp_v3_3mo_date":"2022-03-16","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-06-13","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Have attempted to contact participant several times with no call back. Participant has missed 3 and 6 month surveys. ","sp_data_site":"N/A"},"30668":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/24: sent consent \r\n3/12/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30609":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Never contacted before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30669":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30670":{"redcap_data_access_group":"rush_university_me","main_record_id":"10210","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-11-02","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent study info - call back later.\r\nCalled back, she didn't answer","obtain_date":"2021-11-03","date_and_time":"2021-11-03 16:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-12-10","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt requested to not be contacted anymore via phone or email. ","sp_data_site":"N/A"},"30671":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate stated they live very far way. RA offered lyft and participant mentioned right hip not doing well and they're concerned with how ambulatory they will be. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30672":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"RA mailed consent form. Pt stated they are rescheduling knee sx due to aortic procedure on 12/10. RA stated they would call them 2022. lvm 2022. Pt lvm. RA called back and lvm 5/26. Pt does not have time prior to sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30673":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30674":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30675":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form. \r\nPatient is having 2nd knee done on 12/17/2021. If 2nd surgery is postponed, she will reconsider participating. Will reach out to her 1st week of December. \r\nLVM\r\nPatient is having her 2nd surgery next week and will not be able to take part in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30676":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"spoke briefly and requested call at later time. lvm. lvm 11/9. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30677":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"lvm. Spoke and emailed consent. Pt stated after looking over consent they do not have the time to come in to do a study visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30678":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 11/15/2021. lvm 11/29. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30679":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"lvm. lvm 2 11/15. Pt lvm stating they are not interested in participating in a study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30680":{"redcap_data_access_group":"rush_university_me","main_record_id":"10232","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-16","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-22","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-10","sp_v1_preop_date":"2021-12-07","sp_v2_6wk_date":"2022-01-21","sp_v3_3mo_date":"2022-03-12","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30681":{"redcap_data_access_group":"rush_university_me","main_record_id":"10216","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-04","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-09","date_and_time":"2021-11-09 11:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-18","sp_v1_preop_date":"2021-11-09","sp_v2_6wk_date":"2021-12-30","sp_v3_3mo_date":"2022-02-18","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-24 10:49:27","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Failed to record location of greater pain","erep_protdev_caplan":"Unable to correct for baseline, will record if pt comes for 3 mo","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-02-21 09:47:18","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Unable to obtain blood at 3 mo visit. Participant has very difficult veins and did not tolerate needles well. ","erep_protdev_caplan":"No corrective action available ","erep_rel_covid19":"0"}}},"30682":{"redcap_data_access_group":"rush_university_me","main_record_id":"10247","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-08","screening_age":"46","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Mailbox is full. \r\nLVM","obtain_date":"2021-12-08","date_and_time":"2021-12-08 12:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-17","sp_v1_preop_date":"2021-12-13","sp_v2_6wk_date":"2022-01-28","sp_v3_3mo_date":"2022-03-19","age":"46","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2022-08-10","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Participant has been non compliant and refusing to complete surveys. I have made numerous calls to try and reach out to her with no call back. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-07 10:57:49","erep_ae_date":"2022-01-06","erep_visit_inv":"3","erep_ae_yn":"1","erep_onset_date":"2022-01-06 05:30","erep_resolution_date":"2022-03-09 15:18","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Patient was asked to come in for possible infection. Once she was seen by surgeon she was scheduled for surgery due to a postoperative periprosthetic joint infection for a minimally invasive left knee irrigation debridement and modular liner exchange. ","erep_action_taken":"Patient wishes to continue with their participation in the study, but will only complete surveys. ","erep_outcome":"Update 3/15/22: Patient went in for an office visit and was noticed to have delayed healing on the operative knee. Patient decided to undergo a left knee superficial wound closure.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-03-15 10:12:24","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Patient never completed 6 week surveys. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30683":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30684":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt sounded very hesitant on phone. RA emailed consent. Pt emailed back stating they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30685":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt declined after speaking with primary care doctor, husband and daughter involved in patient safety. Pt stated anything QST's involving arms were concerning because she easily gets blood spots. Pt stated she wanted to be able to do study for Dr. Jacobs, but it is not the best option for her at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30686":{"redcap_data_access_group":"rush_university_me","main_record_id":"10226","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-04","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-18","date_and_time":"2021-11-18 11:48","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-10","sp_v1_preop_date":"2021-11-18","sp_v2_6wk_date":"2022-01-21","sp_v3_3mo_date":"2022-03-12","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30687":{"redcap_data_access_group":"rush_university_me","main_record_id":"10218","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-04","screening_age":"44","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke briefly. Pt requested information to be emailed. RA stated would follow up next week. ","obtain_date":"2021-11-10","date_and_time":"2021-11-10 15:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-04","sp_v1_preop_date":"2021-11-22","sp_v2_6wk_date":"2022-01-15","sp_v3_3mo_date":"2022-03-06","age":"44","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-04 08:12:57","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Pt continues participation w/out 6 wk visit. ","erep_outcome":"Pt completed 3 mos. survey set. ","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt unable to come in or complete 6 wk survey set due to health issues with gallbladder.","erep_protdev_caplan":"Pt wishes to continue participation after having gallbladder removed. ","erep_rel_covid19":"0"}}},"30688":{"redcap_data_access_group":"rush_university_me","main_record_id":"10217","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-05","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt had call coming up. Requested info emailed to her and stated she'd be interested participating. Caled 11/8. Set up time to call 11/9.","obtain_date":"2021-11-09","date_and_time":"2021-11-09 15:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-23","sp_v1_preop_date":"2021-11-22","sp_v2_6wk_date":"2022-01-04","sp_v3_3mo_date":"2022-02-23","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-28 08:56:32","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos. visit outside of timeline","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30689":{"redcap_data_access_group":"rush_university_me","main_record_id":"10219","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-11","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-11","date_and_time":"2021-11-11 09:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-23","sp_v1_preop_date":"2021-11-15","sp_v2_6wk_date":"2022-01-04","sp_v3_3mo_date":"2022-02-23","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-16 11:37:39","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit was outside of protocol range. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"30690":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate. Stated they do not have time to come in for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30691":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-08","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt stated that they were not comfortable with the MRI and wanted to focus on surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30692":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt did not want to learn more about the study and declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30693":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Running out of time prior to surgery. Pt mentioned they were trying to figure out workmans comp. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30694":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM. Unable to contact pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30695":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30696":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30697":{"redcap_data_access_group":"rush_university_me","main_record_id":"10225","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-10","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-17","date_and_time":"2021-11-17 10:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-13","sp_v1_preop_date":"2021-12-03","sp_v2_6wk_date":"2022-01-24","sp_v3_3mo_date":"2022-03-15","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30698":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was on their way out and stated that they would call me back at a later time. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30699":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is in a lot of pain and just wants to focus on getting everything ready for surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30700":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"\"Good morning, \r\nAfter looking through the attached information I have decided that I do not wish to participate in the study.\r\nThe time commitment is the major hurdle for me, I just do not see a way that I would be able to participate.\r\nThank you for understanding,\"\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30701":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"48","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form to look over. \r\nPatient states that she will have to pass on participating in our study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30702":{"redcap_data_access_group":"rush_university_me","main_record_id":"10224","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-10","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ participant. She sounded willing, but hesitant regarding MRI. Emailed consent to look over. ","obtain_date":"2021-11-16","date_and_time":"2021-11-16 11:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-06","sp_v1_preop_date":"2021-12-01","sp_v2_6wk_date":"2022-01-17","sp_v3_3mo_date":"2022-03-08","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-28 14:06:36","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week survey set completed a few days outside of window","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-28 14:09:09","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 mos surveys completed a few days outside of protocol window","erep_protdev_caplan":"Pt continues participation","erep_rel_covid19":"0"}}},"30703":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30704":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-11","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke briefly and mentioned lyft as they stated they cannot find a ride here. Sounded hesitant on phone. RA emailed consent. Pt declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30705":{"redcap_data_access_group":"rush_university_me","main_record_id":"10236","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-11","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-30","date_and_time":"2021-11-30 14:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-13","sp_v1_preop_date":"2021-11-30","sp_v2_6wk_date":"2022-01-24","sp_v3_3mo_date":"2022-03-15","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30706":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that because of work they do not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30707":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-12","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is Spanish speaking only. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30708":{"redcap_data_access_group":"rush_university_me","main_record_id":"10239","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-01","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-02","date_and_time":"2021-12-02 09:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-17","sp_v1_preop_date":"2021-12-06","sp_v2_6wk_date":"2022-01-28","sp_v3_3mo_date":"2022-03-19","age":"66","sex":"N/A","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-01-07","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient sent an email stating that he has too much going on and felt that he could not continue with the study. ","sp_data_site":"N/A"},"30709":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-01","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient needs to discuss it with her husband. Sent a copy of the consent form for them to look over. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30710":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-12","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30711":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-12","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30712":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-15","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined to participate. Nurse informed pt may be interested in participating in study, RA called back and LVM 12/3. LVM 12/6.\r\n12/9/22-LVM\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30713":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-15","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" Pt declined to participate due to time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30714":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-16","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient called back to let me know that he is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30715":{"redcap_data_access_group":"rush_university_me","main_record_id":"10227","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-16","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient states she wants to participate, but needs me to call her after work hours. ","obtain_date":"2021-11-18","date_and_time":"2021-11-18 15:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-21","sp_v1_preop_date":"2021-12-09","sp_v2_6wk_date":"2022-02-01","sp_v3_3mo_date":"2022-03-23","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30716":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of consent to look over and will call him back after the thanksgiving holiday.\r\nPatient states that he has too much work before surgery and will not be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30717":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30718":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30719":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 2- stated amount of time for in person visit as pt lvm stating unsure of timing. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30720":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke briefly, unable to contact after. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30721":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Travel related issue","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30722":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30723":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not fluent in English","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30724":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt very hesitant due to amount of time for study visit. Pt mentioned they will call if interested in participating. They declined having additional information sent to them and stated to take off call list if they do not call back. Pt did not contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30725":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30726":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30727":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Not fluent in English ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30728":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt stated procedure was cancelled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30729":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined participation due to time traveling to MOR in Chicago. Stated would participate if study visit were in suburbs. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30730":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that this is too far of a drive for him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30731":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/19/21: LVM\r\n11/22 /21: LVM\r\ncouldnt contact before sx\r\n\r\n1/20/23: not interested\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30732":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was very angry and did not want to be bothered. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30733":{"redcap_data_access_group":"rush_university_me","main_record_id":"10230","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-22","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-22","date_and_time":"2021-11-22 09:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-07","sp_v1_preop_date":"2021-12-03","sp_v2_6wk_date":"2022-01-18","sp_v3_3mo_date":"2022-03-09","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-30 11:39:53","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt 3 mos survey set completed about 2 days outside of window","erep_protdev_caplan":"Pt continues participation","erep_rel_covid19":"0"}}},"30734":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30735":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30736":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30737":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient states that he wants to reach out to Dr. Nam to verify the study, he will reach out if he is indeed interested. \r\nNever heard back from the patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30738":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVMs. Unable to contact after initial phone call (pt at appt).","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30739":{"redcap_data_access_group":"rush_university_me","main_record_id":"10233","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-23","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt expressed interest. RA emailed consent to review. Unable to speak when called 11/29. Requested call back.","obtain_date":"2021-11-30","date_and_time":"2021-11-30 10:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-13","sp_v1_preop_date":"2021-12-06","sp_v2_6wk_date":"2022-01-24","sp_v3_3mo_date":"2022-03-15","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30740":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-29","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30741":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Expressed interest in study, but needs to reschedule sx. Requested call back end of Jan\r\nSx never rescheduled\r\n\r\n2/1/23: doesnt want to come to chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30742":{"redcap_data_access_group":"rush_university_me","main_record_id":"10240","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-11-30","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/30 - Pt called me back. Requested call back tomorrow morning at 8:30\r\n12/1 - Expressed interest. Sent info. He signed and sent back. Plan to call tomorrow. ","obtain_date":"2021-12-02","date_and_time":"2021-12-02 13:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-12-28","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject rescheduled surgery to UofC. May be reconsented there. ","sp_data_site":"N/A"},"30743":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/30 - LVM\r\n12/7 - LVM\r\n12/13 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30744":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-01","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she has too much going on at the moment and wants to focus on just getting her surgery done. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30745":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left multiple messages without a call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30746":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined participating for this knee","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30747":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-02","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt hesitant regarding timing. Stated would reach out if able to do study. Pt emailed stating they do not wish to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30748":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-02","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt not eligible for study due to second knee. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30750":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Did not want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30751":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke and emailed consent. Stated available likely after 12/19 or 12/20. f/u on 12/10. Pt hesitant due to scheduling. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30752":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Teacher, requests calls after 3pm; unable to speak during initial call because in class. Pt states not interested coming into the city 12/13/2021. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30753":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30754":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"-Difficulty with time constraints\r\n-Unable to do MRI due to back issues","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30755":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30756":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Difficulties with commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30757":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Wife stated would have husband call if interested. RA did not hear from pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30758":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"expressed interest, stated unsure if able to participate due to timing. lvm \r\n12/7. lvm \r\n12/14. lvm \r\n12/15. Pt unable to participate prior to sx; would like to participate if he were able to next year. \r\n\r\n12/22/22: mbf\r\n12/29/22: mbf\r\n01/04/23: lvm\r\n1/11/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30759":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30760":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-06","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she has way too much going on and way too much to do prior to her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30761":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient's surgery is this Friday and has no time to come in. Patient states she is having a 2nd surgery but is unsure when it will happen. Will contact her after her post op appointment to touch base. \r\nLVM\r\nPt was about to have therapy, will call me back after. \r\nPt not sure about 2nd surgery, she is in a lot of pain after 1st surgery. Will reach out to her in a few months to see how she feels about having 2nd knee done. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30762":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVMS unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30763":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. Pt lvm 12/8 stating he was too busy to take part in a research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30764":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Issue related to commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30765":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to do it for this surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30766":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt stated she was interested in particiating, but did not know her work schedule until day of. lvm 12/14. Pt unable to schedule study visit prior to surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30767":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/19/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30768":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact. LVM.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30769":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM, unable to contact pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30770":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"States the study would be too much with cancer treatments and other appointments. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30771":{"redcap_data_access_group":"rush_university_me","main_record_id":"10248","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-09","date_and_time":"2021-12-09 10:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-17","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-01-28","sp_v3_3mo_date":"2022-03-19","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2021-12-15","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject canceled baseline visit and was unable to reschedule before surgery. ","sp_data_site":"N/A"},"30772":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPatient was waiting for a phone call and could not speak. Sent a copy of consent form for him to look over. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30773":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30774":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30775":{"redcap_data_access_group":"rush_university_me","main_record_id":"10262","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-09","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-20","date_and_time":"2021-12-20 14:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"83","sex":"N/A","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2021-12-29","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Surgery canceled and will not be rescheduled due to medical concerns","sp_data_site":"N/A"},"30776":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"attempted to contact; pt hung up. Lvm 12/20/2021. Voicemail went to a person other than pt with same last name. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30777":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"lvm. Spoke and emailed consent. Not sure due to availability. Pt emailed stating unable to participate due to time of study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30778":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt not interested in coming to chicago and does not have time to participate in study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30779":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30780":{"redcap_data_access_group":"rush_university_me","main_record_id":"10261","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-10","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-20","date_and_time":"2021-12-20 12:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-26","sp_v1_preop_date":"2022-01-04","sp_v2_6wk_date":"2022-03-09","sp_v3_3mo_date":"2022-04-26","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2022-02-28","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Missed blood draw appointment with no contact, and after appointment attempted to call on three separate occasions. No response. Lost to follow-up. ","sp_data_site":"N/A"},"30781":{"redcap_data_access_group":"rush_university_me","main_record_id":"10249","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-10","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-10","date_and_time":"2021-12-10 10:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-26","sp_v1_preop_date":"2022-01-11","sp_v2_6wk_date":"2022-03-09","sp_v3_3mo_date":"2022-04-26","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30782":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated did not have time to complete study visit. Was thinking they'd even need to get the pt bag of supplies from medical store the day of. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30783":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-13","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30784":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-13","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30785":{"redcap_data_access_group":"rush_university_me","main_record_id":"10251","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-13","screening_age":"56","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/13 - Called back, expressed interest, sent info. Said she would call me back","obtain_date":"2021-12-14","date_and_time":"2021-12-14 11:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-23","sp_v1_preop_date":"2021-12-21","sp_v2_6wk_date":"2022-02-03","sp_v3_3mo_date":"2022-03-25","age":"56","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 08:54:23","erep_ae_date":"2021-12-21","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-12-21 00:00","erep_resolution_date":"2021-12-21 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt had a panic attack while on the table and requested to be taken out. ","erep_action_taken":"Pt will continue with the other study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30786":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-13","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/20 - Called me back, expressed interest. Hesitation due to ongoing health concerns. Sent consent doc\r\n1/3/22 - LVM. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30787":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-13","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30788":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"lvm. lvm 1/7/2022. Unable to contact. \r\n\r\n7/24/2023: lvm\r\n7/31/2023: lvm\r\n\r\n8/1/23: not interested. Added to Final and Redcap No's","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30789":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate, stated they previously participated in a study and they currently have no time. Pt stated they appreciate the work in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30790":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"84","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is really stressed out about upcoming surgery and doesn't want to have to worry about anything else. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30791":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPt requested a copy of the consent form to look over. \r\nLVM with no call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30792":{"redcap_data_access_group":"rush_university_me","main_record_id":"10255","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-16","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-16","date_and_time":"2021-12-16 15:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-03","sp_v1_preop_date":"2021-12-22","sp_v2_6wk_date":"2022-02-14","sp_v3_3mo_date":"2022-04-03","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30793":{"redcap_data_access_group":"rush_university_me","main_record_id":"10260","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-14","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt very interested in A2CPS. Stated they have a lot of experience in pain and has a pain condition. RA will double check eligibility information. RA emailed info to pt. RA read over consent form with pt and pt stated would sign shortly. ","obtain_date":"2021-12-20","date_and_time":"2021-12-20 11:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-20","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-03-03","sp_v3_3mo_date":"2022-04-20","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-01-21","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Patient continued to be unable to set up baseline visit due to concerns of other health issues. ","sp_data_site":"N/A"},"30794":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact (lvms)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30795":{"redcap_data_access_group":"rush_university_me","main_record_id":"10545","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-14","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt expressed interest 12/15. emailed consent. Pt currently on vacation requested call next week. After reviewing consent pt emailed they do not want to participate. \r\n12/6/22-Sent a copy of the consent form \r\n","obtain_date":"2022-12-08","date_and_time":"2022-12-08 12:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-10","sp_v1_preop_date":"2022-12-20","sp_v2_6wk_date":"2023-02-21","sp_v3_3mo_date":"2023-04-10","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30796":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient requested a copy of consent form to look over. \r\nLVM with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30797":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient only speaks polish. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30798":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-06","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30799":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient cancelled her surgery with Dr. Berger because he does not except her insurance. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30800":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Mobile number was daughters. Spoke with pt and they asked if RA could speak with their daughter because their English was better. RA stated study questionnaires were in English and we are not currently enrolling those unable to complete study components in English. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30801":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30802":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30803":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states that she has too much to deal with prior to sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30804":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states they are going to Mexico after their surgery and would not be able to make visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30805":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lvm 12/16 stating they are already participating in a study and would not like to participate in another at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30806":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30807":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact after emailing and mailing consent (calledx2 to f/up). ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30808":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt stated unwilling to do MRI at UIC and is afraid of exposure to Covid prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30809":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-17","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt expressed interest. RA emailed consent. Answered question regarding eligibility 12/28. lvm 12/29/2022. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30810":{"redcap_data_access_group":"rush_university_me","main_record_id":"10273","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-20","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt was very interested in participating. Requested copy of consent mailed and emailed. Pt unable to find mailed consent, requested call Monday. lvm 1/3","obtain_date":"2022-01-13","date_and_time":"2022-01-13 12:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-26","sp_v1_preop_date":"2022-01-13","sp_v2_6wk_date":"2022-03-09","sp_v3_3mo_date":"2022-04-26","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30811":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-23","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated they live in the suburbs and it would be a very long trip. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30812":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-23","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30814":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-28","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30815":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-28","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30816":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Doesn't want the government or anybody to know any of her business. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30817":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-28","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM's. Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30818":{"redcap_data_access_group":"rush_university_me","main_record_id":"10265","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-28","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt expressed interest. RA emailed info. ","obtain_date":"2021-12-29","date_and_time":"2021-12-29 13:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-20","sp_v1_preop_date":"2022-01-13","sp_v2_6wk_date":"2022-03-03","sp_v3_3mo_date":"2022-04-20","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30819":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-29","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/29: Expressed interest, sent consent document, made plans to call back next week. Requested evening times for call back\r\n1/4 - LVM\r\n1/6 - Did not pick up phone","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30820":{"redcap_data_access_group":"rush_university_me","main_record_id":"10271","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-29","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Expressed interest, sent study info, plan to call back next week ","obtain_date":"2022-01-11","date_and_time":"2022-01-11 13:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-04","sp_v1_preop_date":"2022-01-18","sp_v2_6wk_date":"2022-03-18","sp_v3_3mo_date":"2022-05-04","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30821":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-29","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/29 - LVM\r\n1/5 - Requested call after 2pm \r\n1/5 - Called back, lvm\r\n1/13 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30822":{"redcap_data_access_group":"rush_university_me","main_record_id":"10269","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-29","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/29 - LVM\r\n1/5 - Sent consent info","obtain_date":"2022-01-06","date_and_time":"2022-01-06 11:03","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-04","sp_v1_preop_date":"2022-01-21","sp_v2_6wk_date":"2022-03-18","sp_v3_3mo_date":"2022-05-04","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30823":{"redcap_data_access_group":"rush_university_me","main_record_id":"10267","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-05","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Need to verify a few things with Dr. Gerlinger before consenting patient. ","obtain_date":"2022-01-05","date_and_time":"2022-01-05 09:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-02","sp_v1_preop_date":"2022-01-28","sp_v2_6wk_date":"2022-06-13","sp_v3_3mo_date":"2022-08-02","age":"81","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-18 11:36:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's surgery date was changed from 02/07/2022 to 04/19/2022 which would put the baseline visit outside of the protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30824":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 1/14/2022. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30825":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt stated they were not interested in study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30826":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not fluent in English","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30827":{"redcap_data_access_group":"rush_university_me","main_record_id":"10266","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-04","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-04","date_and_time":"2022-01-04 15:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-20","sp_v1_preop_date":"2022-01-12","sp_v2_6wk_date":"2022-03-03","sp_v3_3mo_date":"2022-04-20","age":"66","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30828":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30829":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt initially hesitant, spoke and emailed consent. Unable to contact after emailing consent (lvm)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30830":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt stated they were not interested in research at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30831":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that her surgery has been cancelled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30832":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to commute to Rush","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30833":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Is sick, plan to reschedule surgery.\r\nyet to reschedule as of 12/2022\r\n\r\n12/15/22-Pt declined not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30834":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"LVM\r\ncancelled sx and is having hip arthroplasty. \r\n\r\n01/3/23: lvm\r\n1/10/23: called back, needs to think about it\r\n1/18/23: lvmis unable to get out of the house without help, cant come in for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30835":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-14","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Have contacted patient several times with no answer and mailbox is full. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30836":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30837":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30838":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is really concerned with her age and how bad things are with covid, she does not want to risk it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30839":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is going through a lot at the moment due to her husband being sick and everything with covid. She has temporarily cancelled her surgery but would like for us to stay in touch for when she reschedules. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30840":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate, stated they're already enrolled in a study and are starting to feel overwhelmed. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30841":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-07","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient was on her way to work and asked that I call her back before 10am. \r\nPatient states that she is still in bed and will call me back when she fully wakes up. \r\nPatient states that there are issues with an EKG she just had and her surgery will be cancelled. She has too much going on at the moment and does not want to be contacted again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30842":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30843":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-07","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPatient states that he lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30844":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sx canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30845":{"redcap_data_access_group":"rush_university_me","main_record_id":"10268","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-01-05","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/5 - Interested, sent info\r\nAsked to call back tomorrow","obtain_date":"2022-01-06","date_and_time":"2022-01-06 09:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-14","sp_v1_preop_date":"2022-01-11","sp_v2_6wk_date":"2022-02-25","sp_v3_3mo_date":"2022-04-14","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-01-13 13:20:24","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Subject unable to come in for baseline visit and did not complete baseline functional testing, QST, or imaging. This is because the baseline visit was scheduled for the same day as a different surgical procedure. ","erep_protdev_caplan":"Subject will complete baseline surveys and day of surgery blood draw. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-03-31 12:37:02","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt no-show for 6 wk blood draw and could not be reached to discuss surveys. When I did get through to her briefly, stated she was still interested in participating and requested call later. Did not get through later and no response to voicemail.","erep_protdev_caplan":"Plan to not do 6 week surveys or blood draw, and attempt to contact participant again at 3 months. ","erep_rel_covid19":"0"}}},"30846":{"redcap_data_access_group":"rush_university_me","main_record_id":"10270","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-05","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke and emailed consent, pt expressed interest","obtain_date":"2022-01-07","date_and_time":"2022-01-07 14:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-25","sp_v1_preop_date":"2022-01-11","sp_v2_6wk_date":"2022-03-08","sp_v3_3mo_date":"2022-04-25","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30847":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"82","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is not interested and does not want to be contacted again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30848":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to commute to Rush","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30849":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"54","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that he lives too far from the city and also has a lot to do before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30850":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"spoke and emailed consent, req call back around 3pm next day. lvm 1/6. Spoke briefly 1/7, asked for call back later. Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30851":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to commute to Rush for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30852":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-06","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that as much as he would like to help with research that his time is very limited at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30853":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"lvm. Pt declined to participate due to time required to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30854":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30855":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states she has a lot to deal with prior to surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30856":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30857":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-07","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Ptinterested, but not eligible to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30858":{"redcap_data_access_group":"rush_university_me","main_record_id":"10272","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-11","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"spoke and emailed consent form. lvm 1/12/2022","obtain_date":"2022-01-13","date_and_time":"2022-01-13 08:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-20","sp_v1_preop_date":"2022-01-18","sp_v2_6wk_date":"2022-03-03","sp_v3_3mo_date":"2022-04-20","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-22 11:30:42","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 wk visit, closer to 8 weeks","erep_protdev_caplan":"Continue participation ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-05-17 15:16:55","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit a few days outside of timeline. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-06-28 14:45:55","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt 3 mos in person visit a few days outside of window","erep_protdev_caplan":"Pt continues participation","erep_rel_covid19":"0"}}},"30859":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient called me back. Asked that I send them a copy of the consent form to look over and will call them back tomorrow. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30860":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-12","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30861":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-12","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to come to Rush for study visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30862":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-12","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Said no to MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30863":{"redcap_data_access_group":"rush_university_me","main_record_id":"10280","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-31","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-31","date_and_time":"2022-01-31 15:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-07","sp_v1_preop_date":"2022-02-03","sp_v2_6wk_date":"2022-03-21","sp_v3_3mo_date":"2022-05-07","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30864":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-21","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30865":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"46","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt asked that I call her back tomorrow morning. \r\nLVM\r\nPt requested a copy of the consent form to look over. \r\nLeft several messages with no response. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30866":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM\r\nPt called back and left voicemail asking that I call her after school hours. \r\nPatient states that she's working full time until day of surgery and does not have the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30867":{"redcap_data_access_group":"rush_university_me","main_record_id":"10278","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-21","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt states they will sign consent on Sunday. ","obtain_date":"2022-01-24","date_and_time":"2022-01-24 15:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-04","sp_v1_preop_date":"2022-01-26","sp_v2_6wk_date":"2022-03-18","sp_v3_3mo_date":"2022-05-04","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 09:38:39","erep_ae_date":"2022-01-26","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-01-26 09:38","erep_resolution_date":"2022-01-26 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt panicked while on the MRI table. Pt asked to be taken out. ","erep_action_taken":"Pt will continue with the other study tests. Will not do MRI at 3 month visit. ","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30868":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30869":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Jan - LVM x 3\r\n4/5 - LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30870":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/13 - LVM\r\n\r\nnever reached before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30871":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30872":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30873":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is being seen at Munster.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30874":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is spanish speaking. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30875":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/13 - LVM\r\n1/18 - LVM\r\n1/24 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30876":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30877":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that they don't have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30878":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30879":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/13 - LVM\r\n1/18 - LVM\r\n1/24 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30880":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/13 - LVM\r\n1/18 - Expressed interest, hesitant about time commitment and possible rescheduling of surgery, will reach back out if interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30881":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated they do not have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30882":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was interested. RA emailed consent to read over. lvm 1/19/2022. Unable to contact after sending consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30883":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states they live far away from Rush and short staffed with work therefore unable to participate in research that is in person.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30884":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-18","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30885":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-18","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/18 - LVM. Called me back, expressed interest, sent study info. \r\n1/21 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30886":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/19 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30887":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30889":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30890":{"redcap_data_access_group":"rush_university_me","main_record_id":"10274","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-19","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-19","date_and_time":"2022-01-19 12:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-16","sp_v1_preop_date":"2022-01-25","sp_v2_6wk_date":"2022-03-30","sp_v3_3mo_date":"2022-05-16","age":"N/A","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30891":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was at an appt and did not have time to speak. Requested a copy of the consent form to look over. \r\nPatient called me back and states that after reviewing the consent form, she's not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30892":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states husband is recovering from stem cell treatment and they do not have the time currently. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30893":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt hung up after answering phone. Number disconnected on attempt 2.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30894":{"redcap_data_access_group":"rush_university_me","main_record_id":"10276","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-19","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt interested in study. RA emailed consent and will f/up. lvm 1/21","obtain_date":"2022-01-24","date_and_time":"2022-01-24 07:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-11","sp_v1_preop_date":"2022-01-26","sp_v2_6wk_date":"2022-03-25","sp_v3_3mo_date":"2022-05-11","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30895":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/19 - Called, spoke, sent info. Seems somewhat confused.\r\n1/25 - LVM\r\n1/31 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30896":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt stated there was too much involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30897":{"redcap_data_access_group":"rush_university_me","main_record_id":"10275","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-19","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt hesitant w/ all study procedures, but expressed interest in study. RA emailed consent.","obtain_date":"2022-01-21","date_and_time":"2022-01-21 12:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-02","sp_v1_preop_date":"2022-01-27","sp_v2_6wk_date":"2022-03-16","sp_v3_3mo_date":"2022-05-02","age":"59","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30898":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-20","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30899":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-20","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30900":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-20","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/31 - was given a different number to call\r\n1/31 - LVM at new number\r\n2/8 - LVM\r\n\r\n12/21/22: LVM\r\n12/30/22: lvm\r\n\r\ncouldnt reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30901":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Pt had to get to therapy, but requested a copy of the consent form to look over. \r\nPatient states that she lives too far and has no time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30902":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt requested a copy of the consent form to look over. \r\nPatient has been on vacation and hasn't looked at the consent. They will look at it tonight and get back to me tomorrow. \r\nPatient never contacted me regarding study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30903":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\nPt sent an email stating that after reviewing the consent form, she is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30904":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Pt was at work and couldn't speak. \r\nLVM\r\nPt asked that I call her back at 4:30. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30905":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"68","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient is interested but would like a copy of the consent form to look over. \r\nPatient will call me back after work. \r\nPatient asked that I mail her a copy of the consent form to look over and will touch base next week. \r\nLVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30906":{"redcap_data_access_group":"rush_university_me","main_record_id":"10277","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-01-24","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-24","date_and_time":"2022-01-24 12:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-17","sp_v1_preop_date":"2022-02-11","sp_v2_6wk_date":"2022-03-31","sp_v3_3mo_date":"2022-05-17","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 09:02:06","erep_ae_date":"2022-05-23","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-05-23 00:00","erep_resolution_date":"2022-05-23 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt was unable to lay on the table without experiencing extreme neck and back pain. Pt was unable to do MRI scan. ","erep_action_taken":"Pt will continue with the other study tests. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30907":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/24 - Spoke, seemed extremely confused. Unclear about study and worried about transportation for surgery. \r\n\r\nnever recontacted before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30908":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that its too much for her to be traveling back and forth. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30909":{"redcap_data_access_group":"rush_university_me","main_record_id":"10284","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-09","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-09","date_and_time":"2022-02-09 15:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-17","sp_v1_preop_date":"2022-02-15","sp_v2_6wk_date":"2022-03-31","sp_v3_3mo_date":"2022-05-17","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-05-24","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient is currently going through a lot and is also planning on traveling outside the country. No longer has time to be in the study or do study related activities. ","sp_data_site":"N/A"},"30910":{"redcap_data_access_group":"rush_university_me","main_record_id":"10279","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-01-24","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt expressed interest in study, RA emailed consent. unable to speak at call back.","obtain_date":"2022-01-28","date_and_time":"2022-01-28 08:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-16","sp_v1_preop_date":"2022-02-07","sp_v2_6wk_date":"2022-03-30","sp_v3_3mo_date":"2022-05-16","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-28 14:59:24","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys are about 1 wk outside of window","erep_protdev_caplan":"Pt continues participation","erep_rel_covid19":"0"}}},"30911":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt does not like coming to Chicago but very friendly on phone and willing to answer surveys. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30912":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt does not like to come into Chicago and also is unable to leave long because a loved one has a seizure disorder. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30913":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient req call at later time 1/24. Pt requested call at later time 1/31. voicemail full 5pm 1/31. Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30914":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke w/ pt. Very interested. RA emailed consent and will call back. Pt stated they were no longer interested after reviewing consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30915":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke briefly, requested call back at later time. Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30916":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated they live about an hour away and are not willing to come in for the study visits, also stated they are unable to take off work for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30917":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt not willing to come into Chicago for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30918":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Objection to blood draw","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30919":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Not English fluent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30920":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30921":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-25","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/25 - LVM\r\n1/31 - Called, seemed interested but hesitant, requested I send info\r\n2/2 - Called, hadn't looked at info, requested that I let him call me back if interested\r\nCanceled Surgery\r\nRescheduled surgery \r\n2/21 - Called me back, expressed interest, very hesitant about MRI\r\n\r\nnever reached before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30922":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30923":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/27 - Called me back, sent info\r\n1/28 - Called back, re-sent info. Said she had not received it.\r\n1/31 - Did receive it, wanted more time to read over, thinks she does want to participate. Plan to call back on Wednesday\r\n2/2 - Call back in an hour. Called back, no answer\r\n2/3 - She called, missed it, I called back \r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30924":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Stated he is unable to do MRIs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30925":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Participant lvm 1/28 stating they are not interested in participating in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30926":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt did not want to hear about research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30927":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30928":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30929":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-28","screening_age":"35","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Self disclosed that he is not MRI eligible due to shrapnel ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30930":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-28","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/28 - LVM\r\n2/1 - LVM\r\n2/8 - LVM\r\n\r\nnever reached before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30931":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-28","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt self disclosed that she is unable to do an MRI due to implant","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30932":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-28","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30933":{"redcap_data_access_group":"rush_university_me","main_record_id":"10287","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-01-28","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/28 - LVM\r\n2/1 - LVM\r\n2/8 - Spoke, expressed interest, plan to call ","obtain_date":"2022-02-14","date_and_time":"2022-02-14 14:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-28","sp_v1_preop_date":"2022-02-14","sp_v2_6wk_date":"2022-04-11","sp_v3_3mo_date":"2022-05-28","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-17 08:06:12","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit was outside of timeline. Partipcant was contacted multiple times but did not answer. When they did it was outside of window. Therefore, when they did it was outside of the visit timeline. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30934":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-31","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30935":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-31","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt declined to participate prior to learning about study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30936":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-31","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left contact information w/ husband. Pt called back and states she has too many other health issues to deal with in order to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30937":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-31","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt prefers to call back after checking with workmans comp and reviewing consent. Did not hear back from patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30938":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-31","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated first study visit would be too long","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30939":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has too much going on before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30940":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Mailbox is not in service. \r\nPatient requested at copy of the consent form to look over. \r\nPt asked me to resend consent form to look over. \r\nPt states that she doesn't think she would be a good candidate and really doesn't have the time to be in the study. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30941":{"redcap_data_access_group":"rush_university_me","main_record_id":"10281","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-01","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-01","date_and_time":"2022-02-01 16:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-16","sp_v1_preop_date":"2022-02-10","sp_v2_6wk_date":"2022-03-30","sp_v3_3mo_date":"2022-05-16","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30942":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient's listed phone number is not taking calls at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30943":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-02","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30944":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-02","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/2 - LVM\r\n2/8 - LVM\r\n2/14 - LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30945":{"redcap_data_access_group":"rush_university_me","main_record_id":"10282","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-02","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-02","date_and_time":"2022-02-02 12:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-25","sp_v1_preop_date":"2022-02-21","sp_v2_6wk_date":"2022-04-08","sp_v3_3mo_date":"2022-05-25","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-23 09:21:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Unable to access contralateral deltoid. Instead used spot lower on contralateral arm.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-06-29 10:14:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit being outside of timeline and surveys being outside of timeline. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30946":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt was hesitant. RA emailed consent and will f/up next week. On 2/9 Pt states they are too busy thinking about sx and to give call another day","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30947":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they are sick and requested a call back the following week. Spoke w/ pt, states they are cancelling sx b/c their previous RTKA 2 yrs ago was unsuccessful and they cannot walk more than a block.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30948":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"Pt interested, but unsure. Requested info mailed to them due to issue with email and will call back if interested. Pt called back after receiving packet of information. Stated the more they read the less they were interested as there isn't really a benefit for them and they do not want to have an MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30949":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Requested that headset be used for MRI. RA followed up with MRI center. MRI center gave additional information on ear plugs. Participant will think about participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30951":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30952":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-04","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"2/4 - Called, sent information, plan to call back next week \"anytime after 12pm\"\r\n2/8 - LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30953":{"redcap_data_access_group":"rush_university_me","main_record_id":"10283","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-04","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/4 - LVM","obtain_date":"2022-02-04","date_and_time":"2022-02-04 14:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-03","sp_v1_preop_date":"2022-02-15","sp_v2_6wk_date":"2022-04-14","sp_v3_3mo_date":"2022-06-03","age":"69","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-09 14:25:38","erep_ae_date":"2022-03-08","erep_visit_inv":"6","erep_ae_yn":"1","erep_onset_date":"2022-03-08 19:25","erep_resolution_date":"2022-03-08 00:00","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Pt fell at home a few days after surgery and badly injured surgical knee. Was admitted for emergency surgery. ","erep_action_taken":"No immediate action needed. Attached H&P notes for intake. ","erep_outcome":"Pt will continue with study. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-03-31 12:49:41","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Patient was unable to come in for blood draw due to mobility issues related to previous adverse event. Instead will only do surveys for 6 wks. ","erep_protdev_caplan":"Pt will do surveys for 6 wks and depending on his condition will come in for 3 month visit. ","erep_rel_covid19":"0"}}},"30954":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was interested. but self disclosed after learning about MRI that they have a deep brain stimulator and are unable to have MRI's.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30955":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt states they are not interested because they are having sx. RA informed that is why they qualify for study and pt was not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30956":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM's, unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30957":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30958":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30959":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/9 - LVM\r\n2/17 - LVM\r\n2/22 - LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30960":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states they are not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30961":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt states they are unwilling to do MRI as they are claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30962":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to travel to Chicago for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30963":{"redcap_data_access_group":"rush_university_me","main_record_id":"10289","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-14","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt was very interested. RA meeting after appt to go over consent and part one of study visit. LVM 2/15/2022","obtain_date":"2022-02-15","date_and_time":"2022-02-15 15:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-28","sp_v1_preop_date":"2022-02-15","sp_v2_6wk_date":"2022-04-11","sp_v3_3mo_date":"2022-05-28","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-04-18 09:32:30","erep_ae_date":"2022-04-13","erep_visit_inv":"6","erep_ae_yn":"1","erep_onset_date":"2022-04-13 09:32","erep_resolution_date":"2022-05-16 09:32","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"Pt requires a revision to knee arthroplasty due to improper healing of skin underneath incision. Pt states they feel great and the PT has been going as expected. They state they had no indication that something was wrong until a follow up visit with their doctor. ","erep_action_taken":"Pt continues participation in study.","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-04-27 09:14:50","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Blood draw 1 wk out of protocol range","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30964":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15 - Phoned, did not get through, VM was of a different person. Did not LVM\r\n2/22 - LVM. VM of a different person\r\n07/18/22-lvm\r\n07/19/22-lvm\r\n07/25/22-participant denied to be a part of the study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30965":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15 - Called, got through part of the script, she hung up on me not clear why. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30966":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15 - LVM\r\n2/23: Sx postponed indefinitely \r\n4/28 - Sx rescheduled, LVM\r\nUnable to contact participant ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30967":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30968":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much time out of job. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30969":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30970":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30971":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15 - LVM. Called me back, expressed interest, sent info\r\n2/21 - Hadn't seen email, found it, stated he would get back to me today.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30972":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30973":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/16 - LVM\r\n2/22 - Spoke, stated not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30974":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-16","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30975":{"redcap_data_access_group":"rush_university_me","main_record_id":"10301","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-16","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/16 - Spoke with him + wife - expressed interest, sent info. Wife is epidemiologist \r\n2/21: Requested call back Thursday\r\n2/24: LVM. Called me back, requested call back later.","obtain_date":"2022-02-25","date_and_time":"2022-02-25 09:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-15","sp_v1_preop_date":"2022-02-28","sp_v2_6wk_date":"2022-04-26","sp_v3_3mo_date":"2022-06-15","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-28 16:14:52","erep_ae_date":"2022-02-28","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-02-28 16:15","erep_resolution_date":"2022-03-01 14:42","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt stated that after MRI scanning is tinnitus was \"a whole level higher\" than it was prior to scanning. Before scan had not mentioned history of tinnitus. ","erep_action_taken":"RA will follow up with pt to see if tinnitus resolves. ","erep_outcome":"RA called pt about 24 hours after appointment. He stated that he had been concerned, but the tinnitus seemed to be back to normal. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"30976":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/16 - LVM\r\n2/22: Stated not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30977":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-16","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/16 - LVM\r\n2/17 - Called back, said she was not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30978":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she lives too far and it would be inconvenient for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30979":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Patient isn't interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30980":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient is just not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30981":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/17 - Said he would call me back \r\n2/21 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30982":{"redcap_data_access_group":"rush_university_me","main_record_id":"10299","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-17","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/17 - Expressed interest, plans to call back, send info\r\n2/22: Still interested, requested call back tomorrow am\r\n2/23: LVM","obtain_date":"2022-02-24","date_and_time":"2022-02-24 10:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-17","sp_v1_preop_date":"2022-03-08","sp_v2_6wk_date":"2022-04-28","sp_v3_3mo_date":"2022-06-17","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-09-20 09:03:39","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to contact patient to schedule 3 month visit or to get her to complete 3 month surveys. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30983":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt states they will call me back during their lunch break. \r\nPatient states that his job is short staffed and wouldn't be able to take any days off prior to surgery. \r\nPatient called me back and left a vm stating that his surgery has been pushed and thinks he might be able to participate. LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30984":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30985":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/17 - LVM\r\n2/22 - LVM. Returned my call. Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30986":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient was unable to talk and asked that I call back next week. \r\nPatient does not want to take any part in our research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30987":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that the study sounds too involved and she does not have the time for it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30988":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"44","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she will be having a second surgery and thinks she may be a better candidate for that 2nd surgery. Will send her a copy of the consent form and call her at the end of March to touch base. \r\n11/02- no new sx scheduled as of today","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30989":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is not interested in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30990":{"redcap_data_access_group":"rush_university_me","main_record_id":"10292","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-17","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/17 - Expressed interest, sent info","obtain_date":"2022-02-18","date_and_time":"2022-02-18 16:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-18","sp_v1_preop_date":"2022-03-01","sp_v2_6wk_date":"2022-04-29","sp_v3_3mo_date":"2022-06-18","age":"76","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-08-01 11:34:36","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed surveys outside of timeline window. Patient did not want to come in for 3 month visit. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"30991":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states they are unlikely to be able to fit in a study visit and will reach out if there is time. Pt states they currently do not have the time and declined to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30992":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt stated the study was a lot. Pt states they have conducted studies in the past, but not to this extent. After f/up the pt states they are unable to do the study due to all of the tasks involved. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30993":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt stated unable to have MRI's due to clip in her cheek. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30994":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt not interested in coming to Chicago, RA offered Lyft and pt still declined. Does not like expressways. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30995":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/17 - LVM\r\n2/21 - Contacted, stated he is not interested. Did not elaborate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30996":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-01","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM \r\nPatient states they are working up until the day of surgery and have no time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30997":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form and asked that I call her back tomorrow. \r\nPt needs a little more time to think about it and asked that I call back Monday. \r\nPatient is still thinking about it. Her surgery has been postponed pending insurance, will reach out to her in 2 wks. \r\nPt's surgery was never rescheduled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30998":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient states that she lives too far and it is not worth her time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30999":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"left several messages with no call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31000":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31001":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31002":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate, stated they are already very nervous about the surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31003":{"redcap_data_access_group":"rush_university_me","main_record_id":"10304","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-28","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-28","date_and_time":"2022-02-28 13:09","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-18","sp_v1_preop_date":"2022-03-01","sp_v2_6wk_date":"2022-04-29","sp_v3_3mo_date":"2022-06-18","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-03-10","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient had some things come up and was unable to find time to be able to participate. ","sp_data_site":"N/A"},"31004":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is in too much pain and lives too far to be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31005":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt asked that I call them back later today. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31006":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient states that he went in for a second opinion and has decided to have his surgery at a surgery center in Hinsdale. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31007":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|3","ptinterest_comment":"Patient stated no interest after hearing about the MRI portion. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31008":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31009":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/2022: Patient states that now is not a good time for her to participate. \r\n\r\n2/3/23: lvm\r\n2/16/23: doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31010":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-01","screening_age":"76","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient shows interest but asked that I call them back tomorrow evening. \r\nPt thought about it and states that it would be difficult because she babysits her grandchild and does not drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31012":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states they have too much going on at the moment and don't live close enough to be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31013":{"redcap_data_access_group":"rush_university_me","main_record_id":"10295","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-23","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-23","date_and_time":"2022-02-23 11:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-09","sp_v1_preop_date":"2022-02-24","sp_v2_6wk_date":"2022-04-20","sp_v3_3mo_date":"2022-06-09","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-07-05 16:00:09","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant was out of town and unable to make it in for her 3 month visit within the protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31014":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31015":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Phone number was daughters; stated they are not willing to participate in study at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31016":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31017":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/23 - LVM\r\n3/1 - Called me back, called him back, LVM\r\n3/3 - Called me back, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31018":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31019":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/23 - VM not set up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31020":{"redcap_data_access_group":"rush_university_me","main_record_id":"10302","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-23","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt states they are willing to participate. RA emailed consent and will follow up. ","obtain_date":"2022-02-25","date_and_time":"2022-02-25 11:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-16","sp_v1_preop_date":"2022-03-01","sp_v2_6wk_date":"2022-04-27","sp_v3_3mo_date":"2022-06-16","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31021":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-01","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"LVM\r\nPatient asked for a copy of the consent form to look over. \r\nPatient states that it seems like there's too much involvement that he doesn't have time for. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31022":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-25","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/25 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31023":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt unwilling to have MRI due to severe claustrophobia. States she can only have open mri's. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31024":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/25: Unable to LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31025":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Spoke to patient's daughter and she states patient's English isn't that great and really doesn't have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31026":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31027":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt has to talk it over with her husband.\r\nPatient states that it is too long of a drive for her. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31028":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-01","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/21 - LVM\r\n3/1 - LVM\r\n3/4 - LVM. Called me back, expressed interest but very hesitant about the time commitment. May reach back out to me. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31029":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-01","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/1 - Called, did not get through. Possibly hung up on.\r\n3/4 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31030":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2 - LVM. Out of office returning thursday\r\n3/4 - Called, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31031":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/2 - Phone line did not go through\r\n3/4 - Hesitant about time, did express interest, did send info\r\n12/19/23: declined, patient doesn't want to make additional trips into the city.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31032":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2 - LVM\r\n3/7 - LVM\r\n3/18 - Requested call on Monday","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31033":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2 - LVM\r\n3/4 - He returned my call, called him back lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31034":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/2 - LVM\r\nCalled me back, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31035":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2 - LVM\r\n3/3 - Called me back. Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31037":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/2 - Expressed interest, send info. Plan to call back tomorrow\r\n3/7 - Pt emailed, stating not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31038":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31039":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/3 - Spoke, expressed interest but hesitant about time commitment. Sent info. Will see if he reaches back out. \r\n3/4 - Emailed stating he's not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31040":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/3 - Got through, on a call, requested she call me back later\r\n3/7 - Expressed interest, sent info\r\n3/10 - Emailed expressing interest. Called back \r\nNot eligible due to scheduled knee replacement","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31041":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/3 - LVM, called me back, expressed interest, sent info\r\n3/11 - LVM\r\n3/16 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31042":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/3 - Called, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31043":{"redcap_data_access_group":"rush_university_me","main_record_id":"10313","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-04","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/4 - LVM\r\n3/11 - Expressed interest, sent info \r\n3/14- state they will sign consent, tonight. Pt very interested. ","obtain_date":"2022-03-15","date_and_time":"2022-03-15 10:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-23","sp_v1_preop_date":"2022-03-17","sp_v2_6wk_date":"2022-05-04","sp_v3_3mo_date":"2022-06-23","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31044":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to commute to Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31045":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"3/4 - LVM\r\n3/11 - Got through, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31036":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-02","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2 - LVM\r\n3/7 - Called, requested call back after 4pm. Called back, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31046":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/7: Call back later","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31047":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/7 - LVM \r\n07/08/22-Particpant hung up \r\n07/11/22-partcipant stated that they will have another knee replacement surgery within 3 months of the first. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31048":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/7 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31049":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of the consent form. \r\nPatient's surgery has been cancelled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31050":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Sent a copy of the consent form. \r\nLVM\r\nPatient called back and stated that she does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31051":{"redcap_data_access_group":"rush_university_me","main_record_id":"10311","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-09","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt was very interested. RA approached in clinic. Gave consent form and will follow up. ","obtain_date":"2022-03-10","date_and_time":"2022-03-10 13:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-25","sp_v1_preop_date":"2022-03-14","sp_v2_6wk_date":"2022-05-06","sp_v3_3mo_date":"2022-06-25","age":"70","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-20 13:06:22","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"some 6 wk surveys completed closer to 3 month window","erep_protdev_caplan":"Pt continues participation","erep_rel_covid19":"0"}}},"31052":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"3/9 - LVM\r\n3/11 - LVM\r\n3/18 - LVM\r\n10/24/22-lvm\r\n10/31/23-lvm\r\n11/8/22-lvm\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31053":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/9 - Asked for callback later\r\n3/10 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31054":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/10 - Said that he would call me back tomorrow\r\n3/17 - LVM \r\n3/23 - Called requested he call me back later\r\n3/24 - Returned call, sent info. He's very hesitant about time commitment. \r\n08/11- Has too much going on and does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31055":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/10: Called 1st number. Unable to LVM\r\n3/17: Called 2nd number. LVM\r\n3/22: Sent study info, epxressed interest but hesitant about time commitment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31056":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"RA stated they would call back if they notice the 2nd knee is sched outside of the 3 mos window. Pt expressed interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31057":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt not interested after asking if interested in learning more about study they can participate in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31058":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"mailbox full. 3/21-expressed interest, emailed consent. Pt not interested in participating after reviewing consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31059":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"spoke briefly, requested call back at later time for more info, unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31060":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt very willing to participate; but disclosed they have had metal in their eye and are unable to provide proof it is no longer there. Unable to participate due to MRI eligibility. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31061":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined before hearing details of study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31062":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. 3/21/2022 Pt states was not a good time and would call me tomorrow.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31063":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to come into city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31064":{"redcap_data_access_group":"rush_university_me","main_record_id":"10317","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-14","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Expressed interest, unsure if able to fit in prior to sx. RA emailed consent. spoke 3/15, pt still interested, but did not have chance to review consent","obtain_date":"2022-03-16","date_and_time":"2022-03-16 12:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-23","sp_v1_preop_date":"2022-03-17","sp_v2_6wk_date":"2022-05-04","sp_v3_3mo_date":"2022-06-23","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31065":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt states they knows they will not follow through.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31066":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/15 - Called, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31067":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/15 - Expressed interest, sent info\r\n3/16 - lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31068":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|1","ptinterest_comment":"3/15 - LVM\r\n Concerned about COVID exposure prior to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31069":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/15 - Requested call back later\r\n10/17/22-sent a copy of the consent form \r\n10/25/22-Pt declined, does not have the time available. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31070":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/15 - Called, expressed interest, plans to call back tomorrow morning. \r\nCannot do MRI scans","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31071":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/15 - Expressed interest, sent info\r\n3/18 - Called, contacted, requested call me back later. Called later, LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31072":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31073":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient states that it's not a good time and she is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31074":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was interested, but unsure about coming into the city. RA emailed consent, pt prefers to call RA back if interested. Pt did not call back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31075":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"83","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31076":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient states that it would be too inconvenient for her to come all the way to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31077":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16 - LVM\r\n3/22 - LVM\r\n3/28 - Not interested due to commute.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31078":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/16 - LVM\r\n3/22 - LVM\r\n3/29 - LVM\r\n10/26- LVM\r\n11/02- LVM\r\n11/08- pt states she is working up until the day before her surgery and has no time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31079":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/16 - LVM\r\n3/22 - LVM\r\n3/29 - Not interested in experiencing pain or blood draw","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31080":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-25","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient asked that I call back at another time. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31081":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"44","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient asked that I send him a copy of the consent form and will discuss with his wife. \r\nLVM\r\nPatient states that he talked it over with his wife and they both agreed that its too much for him at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31082":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient was out at the store and asked that I call him back at a different time. \r\nLVM\r\nPatient not interested in participating in any research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31083":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/16 - LVM\r\n3/22 - Not English/Spanish fluent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31084":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31085":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/16 - LVM\r\n3/17 - Called me back, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31086":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she does not have the time to come in for a baseline visit and will then be leaving to Brooklyn shortly after her surgery. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31087":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"mailbox is full and cannot leave vm. \r\nPatient has no time to come in for a baseline visit before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31088":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\nPatient really doesn't have time to come in for a baseline visit and does not like coming in to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31089":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 2- 4/5. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31090":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined prior to hearing details of study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31091":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21/22 - Expressed interest, plan to call back later today. \r\n3/22/22 - Called back, she hung up on me\r\n-------\r\n3/17/23: lvm\r\n3/20/23: Declined did not express why","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31092":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt interrupted and declined prior to any description of study given","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31093":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-07","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is busy with work and cannot make time to commit to the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31094":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-07","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient called back and is on vacation. Asked that I send a copy of the consent form. \r\nLeft multiple voicemails with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31095":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31096":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient states she just had her right knee done. She also states that she would not be able to do the cold water test because she has Raynaud's disease.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31097":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt states she is unable to have MRI due to severe claustrophobia; otherwise would be interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31098":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"Patient had her surgery moved up to this Wednesday. States that she is planning on having her 2nd knee done. Will keep in contact. \r\n10/05/2022- LVM\r\n10/11/2022- call back today at 1:30pm.\r\n10/11/2022-Participant changed mind, state is a lot of time and commitment and is not enough compensation for that.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31099":{"redcap_data_access_group":"rush_university_me","main_record_id":"10337","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-21","screening_age":"34","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"lvm. lvm 2-3/28/2022. lvm 3-4/5. Spoke to participant and they are very interested in study. Emailed consent and will f/up.","obtain_date":"2022-04-06","date_and_time":"2022-04-06 12:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-15","sp_v1_preop_date":"2022-04-11","sp_v2_6wk_date":"2022-05-27","sp_v3_3mo_date":"2022-07-15","age":"34","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31100":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he is currently in Naples, FL and will only be coming in for surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31101":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31102":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31103":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31104":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21 - lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31105":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they would have participated, but 2nd knee is likely going to be sched w/in 3 months of other knee. Emailed info and informed to give a call if their sx is scheduled after 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31106":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that they are going on vacation before their surgery and will have no time to come in for the baseline visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31107":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/21 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31108":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm, unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31109":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm, unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31110":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31111":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to come to chicago due to distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31112":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/21 - Called, plan to call back on Friday\r\n3/25 - Called, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31113":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"LVM\r\nPt asked to call her back when her husband is home to consent. \r\nPt has their surgery date postponed and now states that she has too much going on and does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31114":{"redcap_data_access_group":"rush_university_me","main_record_id":"10320","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-21","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/21 - LVM","obtain_date":"2022-03-21","date_and_time":"2022-03-21 16:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-11","sp_v1_preop_date":"2022-04-07","sp_v2_6wk_date":"2022-05-23","sp_v3_3mo_date":"2022-07-11","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31115":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt not interested in participating in study involving pain questions.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31116":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt headed out of town and does not have time for study visit prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31117":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"lvm; unable to contact\r\n1/6/23-lvm\r\n1/10/23-pt stated to give a call back at a later date. \r\n1/17/23-lvm\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31118":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt hesitant about participating due to MRI. RA emailed consent and will follow up. Pt did not have a chance to review when called 3/30; RA will call back. lvm 3/31. lvm 4/4.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31119":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-23","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/23 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31120":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-23","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/23 - LVM\r\n3/29 - Got through, seems confused, potentially interested, will call back.\r\n10/24/2022- Pt. Declined, does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31121":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-23","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/23 - LVM. Unwilling to do MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31122":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/24 - Not interested due to time constraints","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31123":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/24 - Called, seemed busy, requested emailed info","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31124":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31125":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt phone number is daughters. Pt daughter asked for study materials to be emailed to her as she knew about uppcoming sx and email+phone number in chart is hers. RA emailed info","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31126":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt declined prior to description of study given. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31127":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/28 - sx moved up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31128":{"redcap_data_access_group":"rush_university_me","main_record_id":"10324","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-28","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-28","date_and_time":"2022-03-28 12:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-29","sp_v1_preop_date":"2022-04-06","sp_v2_6wk_date":"2022-06-10","sp_v3_3mo_date":"2022-07-29","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31129":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28 - Called home #, LVM\r\n4/4 - LVM mobile #","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31130":{"redcap_data_access_group":"rush_university_me","main_record_id":"10326","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-29","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-30","date_and_time":"2022-03-30 07:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-11","sp_v1_preop_date":"2022-03-30","sp_v2_6wk_date":"2022-05-23","sp_v3_3mo_date":"2022-07-11","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31131":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"lvm. 4/14-Pt declined to participate prior to hearing about study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31132":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/28 - Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31133":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28/22- LVM\r\n4/4/22- LVM\r\n\r\n3/28/23: sent consent\r\n4/7/23: lvm\r\n4/14/23: resent consent\r\n4/18/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31134":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 2-4/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31135":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate after learning visits are in Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31136":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29 - LVM\r\n4/5 - LVM\r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31137":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/29 - Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31138":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29 - Interested, sent info\r\n3/30 - Tried to call, couldn't get through. \r\n4/6 - Tried to call, did not get through\r\n10/26- Pt states he already had his 2nd sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31139":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31140":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined to participate; states mother is in hospital and she has too much going on to participate, also stated her chronic pain in her nonsurgical leg is flaring due to the pain in her right. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31141":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"54","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31142":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31143":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/30 - Expressed interest, sent info","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31144":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-31","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/31 - Called, could not LVM. Called back, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31145":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/4 - Expressed interest, sent info\r\n4/6 - Called, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31146":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-05","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent her a copy of the consent form to look over. \r\nLVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31147":{"redcap_data_access_group":"rush_university_me","main_record_id":"10336","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-06","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-06","date_and_time":"2022-04-06 10:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-15","sp_v1_preop_date":"2022-04-13","sp_v2_6wk_date":"2022-05-27","sp_v3_3mo_date":"2022-07-15","age":"65","sex":"2","genident":"2","ethnic":"1","dem_race":"6","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-08-17 10:59:41","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit was outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31148":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"35","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM\r\nSent a copy of the consent form. \r\nPt states that she is in the middle of moving and unfortunately does not have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31149":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Sent a copy of the consent form. \r\nLVM\r\nPatient states that she plans on moving to Tennessee after her surgery and does not have the time to commit to anything else. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31150":{"redcap_data_access_group":"rush_university_me","main_record_id":"10339","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-04","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"lvm. Pt expressed interest, RA emailed consent","obtain_date":"2022-04-06","date_and_time":"2022-04-06 16:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-22","sp_v1_preop_date":"2022-04-06","sp_v2_6wk_date":"2022-06-03","sp_v3_3mo_date":"2022-07-22","age":"57","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31151":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/4 - Probably not, but agreed to be emailed info","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31152":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/4 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31153":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"RA gave consent in person at clinic for pt review. RA called and pt states she is not interested in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31154":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-05","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke w/ pt husband and left contact information as pt was currently at work. Pt called back and stated that they are coming in 4/13. RA emailed info and asked they let them know if interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31155":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-05","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/5 - LVM\r\nCalled me back, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31156":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Dr. Jacobs called, pt unwilling to participate due to MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31157":{"redcap_data_access_group":"rush_university_me","main_record_id":"10343","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/6 - Dr. Jacobs called\r\n4/7 - Called back, expressed interest, requested info sent. Plan to call back in afternoon today or tomorrow. ","obtain_date":"2022-04-08","date_and_time":"2022-04-08 15:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-17","sp_v1_preop_date":"2022-05-10","sp_v2_6wk_date":"2022-06-28","sp_v3_3mo_date":"2022-08-17","age":"67","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31158":{"redcap_data_access_group":"rush_university_me","main_record_id":"10344","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-08","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-12","date_and_time":"2022-04-12 11:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-28","sp_v1_preop_date":"2022-04-19","sp_v2_6wk_date":"2022-06-09","sp_v3_3mo_date":"2022-07-28","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31159":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-11","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31160":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-11","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/11- Pt stated sx has been rescheduled to August. Emailed info, plan to reach out closer to new sx date\r\n07/01/22-lvm\r\n07/14/22-lvm\r\n07/20/22-lvm\r\nUnable to reach.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31161":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-11","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/11 - LVM. He called me back the other day.\r\n4/13 - Called him back. sx has been pushed till July. Is interested. \r\n4/15 - Called him back, made plans to call back closer to sx date. \r\nSx not rescheduled as of 05/26/2022.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31162":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31163":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form. \r\nPt states that she plan on moving to Tennessee. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31164":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is polish speaking and does not speak English. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31165":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31166":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt asked that I call her back tomorrow. Sent a copy of the consent form. \r\nPt wants the weekend to think about it. I will reach out to her again on Monday. \r\nPt states that she will have not time to come in for a baseline visit before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31167":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/13 - Expressed interest, seemed distracted, sent info\r\nUnable to contact participant. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31168":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/13 - Called, was driving. \r\n4/15 - Requested call after 4pm\r\nSaid no","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31169":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt hesitant due to timing and work schedule. RA emailed consent and pt will call if interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31170":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt preferred emailed info, emailed to participant. \r\nNever heard back from participant. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31171":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 4/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31172":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt too overwhelmed with other tasks prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31173":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt expressed a lot of interest. RA emailed consent. Pt emailed stating unable to find time to participate in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31174":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/13 - LVM\r\n4/14 - Expressed interest, sent info, plans to call back early next week. \r\n4/19 - LVM\r\n4/22 - Expressed interest, read through consent, said she would get back to me. \r\n4/28 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31175":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/13 - LVM\r\n4/20 - LVM, called me back requested call back in early May. Sent info. \r\nUnable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31176":{"redcap_data_access_group":"rush_university_me","main_record_id":"10368","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-13","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-05","date_and_time":"2022-05-05 11:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-05-05","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"55","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-05-09","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient's surgery was cancelled and never rescheduled. Pt is ineligible to continue with the study. ","sp_data_site":"N/A"},"31177":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm; unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31178":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt on trip when called, will call back. Pt stated she's too nervous w/ sx to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31179":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/14 - Expressed interest, sent info, plan to call back tomorrow\r\n4/15 - Called back after 6pm as requested. Did not get through. LVM. \r\nUnable to contact participant. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31180":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient states she \"participated in something last time\" and is no longer interested in participating in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31181":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31182":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she does not like coming into the city and actually had her surgery moved up so she had surgery on 04/08/2022. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31183":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31184":{"redcap_data_access_group":"rush_university_me","main_record_id":"10346","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-15","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-15","date_and_time":"2022-04-15 11:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-25","sp_v1_preop_date":"2022-05-06","sp_v2_6wk_date":"2022-07-06","sp_v3_3mo_date":"2022-08-25","age":"63","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31185":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/14 - Busy, requested call back later\r\n4/15 - LVM\r\nUnable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31186":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Not comfortable coming into Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31187":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt unwilling to make trip to MOR, RA offered lyft and pt declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31188":{"redcap_data_access_group":"rush_university_me","main_record_id":"10555","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-14","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/14 - Requested call back Tuesday\r\n4/19 - LVM\r\nUnable to contact patient. \r\n\r\n11/16/22: sending consent form, calling back friday\r\n11/18/22: lvm\r\n11/28/22: consenting in person on 12/2 at study visit","obtain_date":"2022-12-19","date_and_time":"2022-12-19 09:18","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-20","sp_v1_preop_date":"2022-12-19","sp_v2_6wk_date":"2023-01-31","sp_v3_3mo_date":"2023-03-22","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-19 13:22:14","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"NA","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-16 09:24:18","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit was outside of timeline","erep_protdev_caplan":"NA. Completed 3 month visit late","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-27 12:05:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participants baseline surveys were completed outside of protocol range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31189":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt unwilling to try MRI unless it is an open MRI due to claustrophobia. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31190":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt expressed interest. RA emailed consent. knee replaced and schedules pretty packed also against collection of DNA. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31191":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt called back stating that there is a better time to call them. lvm 4/15.\r\nUnable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31192":{"redcap_data_access_group":"rush_university_me","main_record_id":"10361","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-14","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/14 - LVM\r\n4/19 - LVM. Called me back, expressed interest, made plans to call back next week on Monday. \r\n4/25 - Called back at arranged time, LVM\r\n4/28 - Called me back, expressed interest, went through consent but was unable to find email. Plan to call back tomorrow or consent at basline ","obtain_date":"2022-04-29","date_and_time":"2022-04-29 09:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-09","sp_v1_preop_date":"2022-05-05","sp_v2_6wk_date":"2022-06-20","sp_v3_3mo_date":"2022-08-09","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31193":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/14 - LVM\r\nCalled back, not interested due to distance and time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31194":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM not setup, and unable to lvm w/ home, unable to contact mobile 4/28.\r\n10/24/22- VM not setup on home phone. Unable to reach mobile phone.\r\n10/31/22-VM not setup on home phone. Unable to reach mobile phone. \r\n11/8/22-VM not setup on home phone. Unable to reach mobile phone. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31195":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm. lvm 4/28.\r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31196":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4|0","ptinterest_comment":"Patient states that she has too much going on and will not have any help after surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31197":{"redcap_data_access_group":"rush_university_me","main_record_id":"10347","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-18","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-18","date_and_time":"2022-04-18 14:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-12","sp_v1_preop_date":"2022-04-25","sp_v2_6wk_date":"2022-06-23","sp_v3_3mo_date":"2022-08-12","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31198":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Poss delay sx\r\n\r\n7/18/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31199":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Pt states they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31200":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt asked that I call him back on Monday. \r\nPt states they will call me back when they have time. \r\nNever heard back from the patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31201":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/15 - Called, got through to daughter. She said she would have pt call me back at my number (RM). Plan to transfer to SM. \r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31202":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPt was driving and could not speak. Asked that I call back later. \r\nNever got in touch with the patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31203":{"redcap_data_access_group":"rush_university_me","main_record_id":"10349","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-18","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-18","date_and_time":"2022-04-18 17:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-02","sp_v1_preop_date":"2022-04-21","sp_v2_6wk_date":"2022-06-13","sp_v3_3mo_date":"2022-08-02","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31204":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states she lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31205":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was not home. \r\nLVM\r\nPatient is on vacation and asked that I call them back at a different time. \r\nNever got a hold of patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31206":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"84","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31207":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/15 - Very hesitant about time commitment, agreed to be sent info, requested that he contact me if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31208":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to come into Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31209":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm; unable to contact\r\n9/27/22- pt declined, will be out of town until sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31210":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm; unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31211":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt unwilling to come to Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31212":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt expressed interest, but wants to speak with husband regarding study as they are unsure they can add more to their plate. Pt emailed they will decline.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31213":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/20 - LVM\r\n4/25 - Went to VM then could not LVM (blocked?)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31214":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/20 - LVM\r\n4/25 - Sx canceled due to cancer\r\n\r\n12/16/22: sx rescheduled for Jan, not interested\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31215":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/20 - Called, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31216":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/20 - LVM\r\nNo longer having sx at Rush","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31217":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/20 - LVM\r\n4/25 - LVM\r\n06/07- Participant has a full time job and does not have time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31218":{"redcap_data_access_group":"rush_university_me","main_record_id":"10355","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-21","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Jacobs initially called this participant. RA called and patient requested consent to review, but is very interested. ","obtain_date":"2022-04-22","date_and_time":"2022-04-22 12:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-26","sp_v1_preop_date":"2022-05-20","sp_v2_6wk_date":"2022-07-07","sp_v3_3mo_date":"2022-08-26","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31219":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/22 - LVM\r\n4/28 - Unwilling to come into Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31220":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/22 - LVM\r\n4/28 - LVM\r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31221":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/22 - LVM\r\nWorks in Minnesota ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31222":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/25 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31223":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31224":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/25 - LVM\r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31225":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Sx canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31226":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt unable to come in prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31227":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"lvm. Pt already involved in another study and does not want to take the time to participate in another. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31228":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt not willing to do in person visits in the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31229":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient's mother just passed away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31230":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"1","ptinterest_comment":"Pt struggles with getting transportation and is not comfortable taking offered Lyft due to possibility of covid. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31231":{"redcap_data_access_group":"rush_university_me","main_record_id":"10358","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-26","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-26","date_and_time":"2022-04-26 15:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-23","sp_v1_preop_date":"2022-05-17","sp_v2_6wk_date":"2022-07-04","sp_v3_3mo_date":"2022-08-23","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31232":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"56","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Pt states that it would take up too much of his time and he is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31233":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nUnable to get a hold of participant. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31234":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPatient had company and asked that I call her after 2 pm. \r\nUnable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31235":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt asked that I call him back tomorrow. \r\nLeft several messages with no call back. \r\n10/05- pt asked that I send a copy of consent form to look over. \r\n10/21/2022- unable to make contact after several attempts\r\n\r\n---\r\n\r\n8/29/23: lvm \r\n9/6/23:said he would call me \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31236":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"pt was at work and states that they will call me back later. \r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31237":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nUnable to contact pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31238":{"redcap_data_access_group":"rush_university_me","main_record_id":"10367","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-05","date_and_time":"2022-05-05 11:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-11","sp_v1_preop_date":"2022-05-09","sp_v2_6wk_date":"2022-06-22","sp_v3_3mo_date":"2022-08-11","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31239":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31240":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31241":{"redcap_data_access_group":"rush_university_me","main_record_id":"10384","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-19","date_and_time":"2022-05-19 09:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-20","sp_v1_preop_date":"2022-05-19","sp_v2_6wk_date":"2022-07-01","sp_v3_3mo_date":"2022-08-20","age":"73","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31242":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1st sx not successful-2019. Can't exercise like want. Unable to have MRI due to bullet fragments in body. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31243":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Passed before hearing explanation of study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31244":{"redcap_data_access_group":"rush_university_me","main_record_id":"10362","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-28","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-02","date_and_time":"2022-05-02 10:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-03","sp_v1_preop_date":"2022-05-02","sp_v2_6wk_date":"2022-06-14","sp_v3_3mo_date":"2022-08-03","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31245":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No dial tone","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31246":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt declined to learn about study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31247":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Jacobs initially contacted participant and they expressed interest. lvm. lvm 2 5/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31248":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM (Dr. Jacobs spoke to pt and they seemed interested)\r\nPatient would like a day or two to think about it. \r\nPt left a voicemail stating that after thinking about it, she would prefer not to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31249":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was sent consent and states that after further thought, study is too involved then he would like to be. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31250":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives too far, not willing to come in. Lyft services were offered. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31251":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"05/11-Unable to speak after pt picked up phone\r\nUnable to speak with Participant. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31252":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to come into Chicago because they live 2 hrs away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31253":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was at clinic, asked to be called back at later time. Contacted participant and would like to think about it more before participating. Emailed consent.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31254":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states they do not want to come to Chicago for visits and they have a heavy volunteer schedule. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31255":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Study was too much, unable to get through full description","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31261":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"spoke w/ pt. stated they'd need to think about it and would get back in contact if interested. RA emailed consent. \r\nPatient never made contact to consent. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31269":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31270":{"redcap_data_access_group":"rush_university_me","main_record_id":"10390","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-20","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"pt very interested. req call monday after 12 pm","obtain_date":"2022-05-27","date_and_time":"2022-05-27 12:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-17","sp_v1_preop_date":"2022-06-02","sp_v2_6wk_date":"2022-07-29","sp_v3_3mo_date":"2022-09-17","age":"69","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-10-25 15:25:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit was outside of timeline. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31278":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt did not want to hear explanation before declining. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31279":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was unable to make time for study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31283":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt unable to participate because they are going to Europe shortly after surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31284":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt going to visit daughter in Virginia prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31285":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to get in contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31286":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nLeft several messages with no call back. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31287":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"79","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to son, he states he will talk it over with patient. Asked that I call back tomorrow. \r\nUnable to get in contact with participant. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31288":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to daughter. She will discuss it with patient and they will call me if he is interested in participating. \r\nParticipant never called back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31289":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Patient states that they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31273":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31290":{"redcap_data_access_group":"rush_university_me","main_record_id":"10397","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-25","screening_age":"67","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-09","date_and_time":"2022-06-09 10:03","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-20","sp_v1_preop_date":"2022-06-13","sp_v2_6wk_date":"2022-08-01","sp_v3_3mo_date":"2022-09-20","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31291":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Participant cannot get around. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31272":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31292":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"\r\nDUPLICATE\r\n\r\nLVM\r\nLeft several messages, no call back. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31293":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states that he is still working full time and has no time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31266":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nCalled several times with no call back. \r\n\r\n07/06/22-partcipant called back stating she had cancelled her surgery and may reschedule it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31294":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Participant hung up on me. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31295":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"51","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt states his surgery is being postponed from 06/03/2022. Asked that I send a copy of consent form to look over. \r\n08/22- LVM\r\nUnable to make contact with patient. \r\n10/11/2022- call back 10/12/2022 at 10 am\r\n10/12/2022- send a copy of informed consent. \r\n10/24/2022- LVM\r\n11/01/2022- Pt. stated that his is participating in other study, he will ask if the other study in order to enroll in this study.\r\n11/08/2022- LVM X3 could not reach before Sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31296":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/2021: Pt states that she is no longer having surgery. \r\n\r\n6/19/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31297":{"redcap_data_access_group":"rush_university_me","main_record_id":"10395","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-25","screening_age":"43","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-02","date_and_time":"2022-06-02 12:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-15","sp_v1_preop_date":"2022-06-13","sp_v2_6wk_date":"2022-07-27","sp_v3_3mo_date":"2022-09-15","age":"43","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31268":{"redcap_data_access_group":"rush_university_me","main_record_id":"10391","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-20","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-27","date_and_time":"2022-05-27 13:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-07","sp_v1_preop_date":"2022-06-02","sp_v2_6wk_date":"2022-07-19","sp_v3_3mo_date":"2022-09-07","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31267":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/20-lvm\r\n5/23-sent econsent form \r\n5/26-lvm\r\n\r\nsigned consent wrong and couldnt be reached after this","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31298":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not like driving to Chicago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31299":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt would like to speak with her daughter regarding study. Sent a copy of the consent form. \r\nPatient and daughter would like more time to think about it. \r\nNot interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31300":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31301":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"05/26-LVM\r\n06/06-Partcipant stated that the surgery is postponed until November. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31302":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not able to come in due to granddaughters work schedule. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31303":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-01","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"06/01-lvm\r\n06/02- spoke with participant, does not want to drive downtown. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31304":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-01","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Participant cannot make the drive up to Chicago ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31305":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-01","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/01-Spoke with participant, sent econsent via email \r\n\r\nsurgery passed, couldnt recontact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31306":{"redcap_data_access_group":"rush_university_me","main_record_id":"10396","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-02","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-06","date_and_time":"2022-06-06 17:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-16","sp_v1_preop_date":"2022-06-10","sp_v2_6wk_date":"2022-07-28","sp_v3_3mo_date":"2022-09-16","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-09 10:41:56","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit was outside protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31307":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/03- Sent econsent over \r\n06/06-Particpant went over research and is not interested anymore due to MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31308":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/03-Spoke with Participant, She is not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31309":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"06/06-LVM\r\n06/08-LVM\r\n06/15-LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31310":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent a copy of the consent form. \r\nPt has decided to cancel her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31311":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Participant will not be in town for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31312":{"redcap_data_access_group":"rush_university_me","main_record_id":"10398","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-06","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-09","date_and_time":"2022-06-09 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-17","sp_v1_preop_date":"2022-06-14","sp_v2_6wk_date":"2022-07-29","sp_v3_3mo_date":"2022-09-17","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31313":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM. LVM 6/13.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31314":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31315":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that its difficult for her to get around. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31316":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"06/07-LVM \r\n06/08-Particpant stated they could not do the MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31317":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/12-sent econsent \r\n07/18/22-partcipant stated they have too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31318":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/07-sent econsent \r\n06/08-Partipcant declined to be part of the study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31319":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/07-Particpant stated to call back \r\n06/08-LVM\r\n06/16- Participant stated they are not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31320":{"redcap_data_access_group":"rush_university_me","main_record_id":"10417","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-07","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"06/07-Sent Econsent over. Spoke 6/9 morning and requested call back later in day. LVM. ","obtain_date":"2022-06-28","date_and_time":"2022-06-28 14:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-01","sp_v1_preop_date":"2022-06-30","sp_v2_6wk_date":"2022-08-12","sp_v3_3mo_date":"2022-10-01","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31321":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/07/2022-sent econsent over.\r\n6/10/22-lvm\r\n6/16/22--LVM\r\n11/14/22-lvm\r\n11/29/22-lvm\r\nSX pushed back \r\ncouldnt reach before sx\r\n4/6/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31322":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Sent Econsent 06/07/2022\r\nLVM 6/14/2022\r\nLVM 06/16/2022\r\nCould not get ahold of the participant ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31324":{"redcap_data_access_group":"rush_university_me","main_record_id":"10405","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-08","screening_age":"68","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-15","date_and_time":"2022-06-15 09:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-12","sp_v1_preop_date":"2022-06-23","sp_v2_6wk_date":"2022-08-23","sp_v3_3mo_date":"2022-10-12","age":"68","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31325":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"78","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that it would be too much for her and she also would not be able to do the MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31326":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states she lives too far and does not want to drive in for study visits. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31327":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"56","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm\r\nUnable to make contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31328":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"53","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient decided to decline as I was going over key points of the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31329":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/8/22: unable to make contact\r\n\r\n8/8/23: lvm\r\n8/15/23: said she does not speak English and hung up. Do not know what primary language is","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31330":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/08-Voicemail box was full, could not leave a voice message.\r\n\r\ncouldnt contact before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31331":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt states they want to focus on surgery and relief from the pain \r\n12/5/23: lvm\r\n12/13/23: not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31332":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they are still in pain from previous surgery and will think about participating in a study and call back if interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31333":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"requested call back tomorrow. lvm 6/9/2022. Pt states they take care of their husband and handicapped son. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31334":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-13","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt no longer seeing physician for sx due to cost.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31335":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was unable to talk, asked that I call her back later. \r\nlvm, unable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31336":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31337":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM- unable to make contact\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31338":{"redcap_data_access_group":"rush_university_me","main_record_id":"10869","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-14","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM- unable to make contact\r\n\r\n11/14/23: Sent Consent form","obtain_date":"2023-11-15","date_and_time":"2023-11-15 13:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-08","sp_v1_preop_date":"2023-12-06","sp_v2_6wk_date":"2024-01-19","sp_v3_3mo_date":"2024-03-09","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31339":{"redcap_data_access_group":"rush_university_me","main_record_id":"10404","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-14","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-14","date_and_time":"2022-06-14 16:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-05","sp_v1_preop_date":"2022-06-22","sp_v2_6wk_date":"2022-08-16","sp_v3_3mo_date":"2022-10-05","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-06-23 15:11:59","erep_ae_date":"2022-06-22","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-06-22 00:00","erep_resolution_date":"2022-06-22 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Participant was laying on MRI table and started panicking as we were about to start the scans. Could not go through with MRI. ","erep_action_taken":"N/A","erep_outcome":"Participant will not be doing MRI for study visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31340":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that her surgery is being postponed. Would like to be contacted once she knows when her sx is rescheduled for. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31341":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31342":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"42","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nUnable to make contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31343":{"redcap_data_access_group":"rush_university_me","main_record_id":"10408","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-14","screening_age":"64","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-21","date_and_time":"2022-06-21 07:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-14","sp_v1_preop_date":"2022-06-21","sp_v2_6wk_date":"2022-08-25","sp_v3_3mo_date":"2022-10-14","age":"64","sex":"2","genident":"2","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-14 14:38:02","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed outside protocol range, one day outside of range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31344":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/15-sent econsent \r\n\r\nnever recontacted before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31345":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/15- LVM\r\n\r\nDuPLICATE, already consented","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31346":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"06/15/22-LVM\r\n06/16/22-LVM\r\n06/20/22-Particpant stated she has too many doctor visits and will not be able to fit any more visits in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31347":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"6/15/22: LVM\r\nPatient states that he has a lot going on before surgery. \r\n\r\n2/16/23: dosnt want to come to the city\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31348":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"06/15/22-sent econsent \r\n06/20/22-Spoke to participant, Participant stated he needs more time to think things through \r\n06/24/22-LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31349":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/15/22-sent econsent \r\n06/20/22- Participant said she is not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31350":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"06/15/22 send econsent over \r\n06/20/22 participant states she does not want to be a part of the research study due to her believing it will interfere with her recovery and pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31351":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/16/2022-LVM\r\n06/20/2022-Particpant stated that they need more time to look things over. \r\n06/24/2022-Particpant stated that they are not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31352":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"06/16/22-Sent econsent \r\n06/21/22-participant wants another day to look it over ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31353":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/16/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31354":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/16-sent econsent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31355":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"06/16/22-particpant stated they would call back\r\n06/20/22-participant stated that they cannot take off time at work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31356":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Participant cannot make the drive up to downtown for the visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31357":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/20/22-lvm\r\n07/08/22-particpant does not want to be apart of the study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31358":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"06/21/22-LVM\r\n06/22/22-LVM\r\n07/01/22-Participant stated she does not have the ability to accommodate the study into her schedule ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31360":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/22/22-Participant stated he was not interested in participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31361":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-23","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke and emailed consent. PT will call back if interested. Pt states the study is too much and she wishes she were 5 yrs younger to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31362":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-27","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she is working full time up until surgery and does not have time to come in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31363":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"80","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that he would like to speak to his primary physician first. \r\nLVM\r\nUnable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31364":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states they live too far and all of his follow ups are in Indiana. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31365":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not want to come down to Rush for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31366":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Patient states that he and his wife do not want to make the trip to Rush for the study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31367":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that they live too far and do not want to come in to Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31368":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31369":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is afraid to come down to Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31370":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of consent form to look over. \r\nLVM\r\nLVM\r\nUnable to make contact with patient. \r\n11/22/2022- Pt stated she is planning to have her back surgery 1 month after her knee surgery. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31371":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/2022: Left several messages (2) with no call back. \r\n\r\n7/7/23: lvm\r\n7/19/23: lvm\r\n7/26/23: lvm\r\n\r\nunable to reach\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31372":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is not having her follow ups at Rush and would prefer not to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31373":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"06/30/22- participant stated she's going to have to push back the surgery to potentially august due to current health problems. \r\n08/17/22-lvm\r\n08/31/22-pt stated she's no longer interested in participating in research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31374":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/30/22-partcipant stated they were not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31375":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"06/30/22-particpant stated they will not drive to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31377":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/02/22-sent econsent\r\n07/08/22-lvm\r\n07/12/22-particpant stated they do not have the time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31378":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/01/22-particpant said to call back later \r\n07/14/22-sent econsent, call back \r\n07/18/22-partcipant stated they are already in another study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31379":{"redcap_data_access_group":"rush_university_me","main_record_id":"10421","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-01","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"07/01-sent econsent \r\n07/06-consented ","obtain_date":"2022-07-06","date_and_time":"2022-07-06 14:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-05","sp_v1_preop_date":"2022-07-14","sp_v2_6wk_date":"2022-09-16","sp_v3_3mo_date":"2022-11-05","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31380":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"07/01/22-particpant does not have the time availability.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31381":{"redcap_data_access_group":"rush_university_me","main_record_id":"10420","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-06","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-06","date_and_time":"2022-07-06 10:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-11","sp_v1_preop_date":"2022-07-07","sp_v2_6wk_date":"2022-08-22","sp_v3_3mo_date":"2022-10-11","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-05 10:50:05","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"After multiple attempts, I was unable to schedule patient for their 3 month visit. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31382":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/07/2022-lvm\r\n07/11/22-participant stated they do not have time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31383":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/07/2022-Spoke with husband, says he will pass along the message. \r\n07/08/22-LVM\r\n07/14/22-LVM\r\nunable to reach participant ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31384":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/07/22-lvm\r\n07/12/22-lvm\r\n07/14/22-lvm\r\n\r\ncould not reach patient ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31385":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/07/22-surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31386":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"07/08/22-lvm\r\n07/11/22-lvm\r\n07/19/22-lvm\r\n\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31387":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/08/22-Partcipant stated to call back at another time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31388":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPatient called back and would like to talk to Dr. Paprosky before agreeing to anything. \r\nLVM\r\nUnable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31389":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that she is working full time up until her surgery and has no time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31390":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Patient states she's too busy and is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31391":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Requested a copy of the consent form to look over.\r\n07/14 Pt needs more time to look over consent form. \r\nUnable to make anymore contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31392":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"56","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nNo Answer\r\nUnable to make contact with pt.\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31393":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient doesn't understand English that well. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31394":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n2/25 LVM\r\nUnable to contact patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31395":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"07/8/22-lvm\r\n07/11/22-partcipant stated to call back next week \r\n07/19/22-lvm\r\n\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31396":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/12/22-lvm\r\n07/14/22-call cannot go through \r\n07/18/22-LVM\r\nCould not reach before surgery. \r\n\r\n1/30/23: lvm\r\n2/6/23: lvm\r\n\r\nCould not reach before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31398":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/12/22-lvm\r\n07/14/22-lvm\r\n07/18/22-Participant stated they live in WI and its too far to drive to Chicago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31399":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"07/12/22-particpant stated to call back at a different time \r\n07/26/22-LVM\r\n08/01/22-LVM\r\n\r\nCould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31400":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"07/12/-22-lvm\r\n07/26/22-sent copy of consent form \r\n07/28/22-pt declined to take part in the research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31401":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/12/22-Calls are not going through \r\n\r\nCould not reach before surgery \r\n\r\n11/7/23:lvm\r\n11/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31402":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/12/22-lvm \r\n07/13/22-sent econsent \r\n07/26/22-lvm \r\n\r\n2/1/23: lvm on 1st #\r\n2/9/23: lvm on 1st #\r\n2/22/23: unable to participate due to time constraints","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31403":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nUnable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31404":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nSent a copy of the consent form for pt to look over. \r\n7/25- Pt was busy and asked that I call her back tomorrow morning. \r\n7/26- Pt needs more time to think about it and asked that I call her back tomorrow. \r\nPt states that she will have to pass on participating. She is really nervous about surgery and feels like she has too much to do beforehand. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31405":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"73","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"07/14/22-Needs Spanish interpreter \r\nPt states that she does not want to participate because she has claustrophobia and would be unable to do the MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31397":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/12-LVM \r\n07/14-Inelgibile; participant needs interpreter ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31406":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/14/22-pt said to call back later she is driving. \r\n07/18/22-sent econsent \r\n07/22/22-Husband took a message. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31407":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\nPt states that she will be in and out of town for the next 8 wks and does not have time to participate. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31408":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\nsurgery postponed to January. Sent her a copy of the consent form.\r\n12/1- pt still not sure when surgery will be \r\n12/12- Sent a copy of the consent form to look over. \r\n12/20- pt postponed her sx to 2/14. Asked that I resend copy of consent form. \r\n12/21- LVM\r\n01/17- pt was babysitting and didn't have time to talk. Asked that I call back at the end of the week. \r\n1/18/-Pt declined no longer interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31409":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she has panic attacks with MRIs and prefers not to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31410":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"07/14/22-pt stated they are not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31411":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/18/22-LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31412":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/18/22-particpant stated they are not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31413":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/20/22-lvm\r\nparticipant stated they cannot drive to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31414":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/20- LVM\r\n08/03- LVM\r\nCalled pt several times with no call back. \r\n12/2/22-lvm\r\n12/5/22-Patient declined. Stated \"I'd rather not\".","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31415":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/20/22-emailed a copy of consent form \r\n08/03/22-stated to call back on Friday \r\n08/05/22-partcipant stated she lives too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31416":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"07/20/22-lvm\r\n07/26/22-partcipant stated they are not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31417":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is on vacation. Sent a copy of the consent form for him to look over. \r\nUnable to contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31418":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/20/22-partcipant said not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31419":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/20/22-lvm\r\nPt states she lives too far and doesn't want to make the time to come in for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31420":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt would like time to think about it. Sent a copy of consent form for her to look over. \r\nUnable to make contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31421":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"07/20/22-partcipant stated that they are not interested in participating.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31422":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/2022-partcipant stated she will not drive to rush.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31424":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they are already enrolled on another study and he does not want to be enrolled in more than one. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31425":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that I have the wrong number. I verified phone #s in EPIC and ATHENA, they don't show anything different. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31426":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-21","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Participant is interested in participating. We are waiting to see when her pre op visit is scheduled to consent and schedule her baseline visit. \r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31427":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"64","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was occupied and asked that I call him back later today.\r\n08/09- LVM\r\nLeft multiple vm with no call back. \r\n10/17/2022- PPT. declined, does not want to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31428":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n07/26- LVM\r\n07/27- pt requested a copy of consent form to look over. \r\n08/11- Needed to resend copy of consent form.\r\n08/12- lvm\r\n08/23- pt sent an email declining to participate. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31429":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that they have too much anxiety and would not be a good candidate because of that. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31430":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt just had sinus surgery and feels like she has too much going on before her knee surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31431":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/25/22-not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31432":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/26/22-lvm\r\n07/28/22-pt declined, too far to drive \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31433":{"redcap_data_access_group":"rush_university_me","main_record_id":"10435","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-26","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"07/26/22-Sent copy of consent form ","obtain_date":"2022-07-27","date_and_time":"2022-07-27 10:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-10","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-09-21","sp_v3_3mo_date":"2022-11-10","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-08-04","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient refuses to drive to Chicago. Patient refuses to complete the MRI portion of the study visit. ","sp_data_site":"N/A"},"31434":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"07/26/22-MB is full, could not leave a message \r\n08/01/22-MB is full, could not leave a message \r\n08/09/22-lvm\r\n\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31435":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/26/22-participant stated to call back later he is on a train. \r\n08/01/22-lvm\r\n08/12/22-MB is full\r\ncould not reach before surgery \r\n\r\n11/04/22: called again bc surgery was rescheduled, lvm\r\n11/10/22: lvm\r\n11/18/22: lvm; interested, sent consent\r\n11/22/22: lvm\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31436":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/26/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31437":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/26/22-participant stated she does not have time before her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31438":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"07/28/22-participant stated they are not willing to do the MRI machine and do not have the time for it either. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31439":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/28/22-pt stated they will call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31440":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3|0","ptinterest_comment":"07/28/22-pt stated they do not have the time and are not willing to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31441":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-01","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"008/01/22-participant stated they are not interested in participating in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31442":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/03/22-pt hung up \r\n08/08/22-sent a copy of econsent form\r\n08/18/22-lvm\r\n\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31443":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/03/22- participant stated to call back at a later time \r\n08/09/22-participant stated they do not have time to come in before their surgery date. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31444":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Patient does not want nor has the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31445":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/03/33-sent a copy of the consent form \r\n08/23/22-declined, does not have the time before surgery to come in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31446":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM\r\nPt called back and states she does not have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31447":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/03/22-lvm\r\n08/09/22-lvm\r\n08/17/22-lvm\r\ncould not reach before surgery \r\n11/09- pt states they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31448":{"redcap_data_access_group":"rush_university_me","main_record_id":"10444","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-03","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-03","date_and_time":"2022-08-03 11:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-12","sp_v1_preop_date":"2022-08-09","sp_v2_6wk_date":"2022-09-23","sp_v3_3mo_date":"2022-11-12","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31449":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/03/22-patient stated they do not have the time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31450":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she'd like to think about it and would call me if she is interested in participating. \r\nPt never contacted us regarding study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31451":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|1","ptinterest_comment":"Patient thinks she might have Covid and has a lot to do before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31452":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states that he has too much going out and is feeling burnt out. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31453":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Tried calling patient and phone number is no longer in service. No other number listed on EPIC OR ATHENA. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31454":{"redcap_data_access_group":"rush_university_me","main_record_id":"10445","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-03","screening_age":"55","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-04","date_and_time":"2022-08-04 07:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-22","sp_v1_preop_date":"2022-08-09","sp_v2_6wk_date":"2022-10-03","sp_v3_3mo_date":"2022-11-22","age":"55","sex":"1","genident":"1","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 09:48:23","erep_ae_date":"2022-08-09","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-08-09 00:00","erep_resolution_date":"2022-08-09 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt started to panic while in the MRI scanner. They requested to be taken out. ","erep_action_taken":"Pt will continue with other study tests. Will not do MRI at 3 month visit. ","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31455":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt states they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31456":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\nPatient was on a call and asked that I call them back. \r\nHad to resend consent form and will call back the pt next week. \r\nPt states he thought about it and feels that he has too much to do prior to surgery and does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31457":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact patient\r\n10/18/2022- Ineligible pt. underwent 1st knee surgery on August 11 and his 2nd is on November 17th. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31458":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"08/09/22-lvm\r\n08/17/22-participant declined due to MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31459":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/09/22-Participant stated that they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31460":{"redcap_data_access_group":"rush_university_me","main_record_id":"10452","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-10","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-22","date_and_time":"2022-08-22 15:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-01","sp_v1_preop_date":"2022-08-30","sp_v2_6wk_date":"2022-10-13","sp_v3_3mo_date":"2022-12-01","age":"73","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 09:55:58","erep_ae_date":"2022-08-30","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-08-30 00:00","erep_resolution_date":"2022-08-30 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient started to experience some anxiety and was unable to finish last scan. ","erep_action_taken":"Pt will continue with the other study tests. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31461":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt does not want to make the trip into Chicago for these visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31462":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient's voicemail is not setup.\r\n08/22- pt is in Florida right now and asked that I call her back on Thursday.\r\nLeft several messages with no call back.\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31463":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has a lot on her plate at the moment and we do not have MRI availability at the time she would need. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31464":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she has a lot to do before her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31465":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31466":{"redcap_data_access_group":"rush_university_me","main_record_id":"10447","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-11","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-11","date_and_time":"2022-08-11 12:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-24","sp_v1_preop_date":"2022-08-15","sp_v2_6wk_date":"2022-10-05","sp_v3_3mo_date":"2022-11-24","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31467":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to pt's husband and he states pt has an emergency in Europe and needs to cancel surgery and they would prefer to focus on that right now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31468":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n08/23- lvm\r\nLeft several messages with no call back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31469":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"46","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n08/23- pt requested copy of consent form and asked that I call her back tomorrow.\r\nPt states that she doesn't like the idea of the tests that need to be done and would prefer no to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31470":{"redcap_data_access_group":"rush_university_me","main_record_id":"10453","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-11","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-23","date_and_time":"2022-08-23 13:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-09","sp_v1_preop_date":"2022-09-06","sp_v2_6wk_date":"2022-10-21","sp_v3_3mo_date":"2022-12-09","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-10 13:59:45","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit is outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31471":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt was boarding a flight and asked that I call him back next week. Requested a copy of the consent form to look over. \r\n08/15- LVM\r\n08/26- Pt unwilling to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31472":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nUnable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31473":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/12/22-participant declined, stated she lives too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31474":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/12/22-LVM\r\n08/19/22-LVM\r\n\r\nCould not reach before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31475":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"08/12/22-sent a copy of the consent form.\r\n08/15/22-pt stated they are still unsure, asked to give a call back later in the week.\r\n08/18/22-MB full, could not leave a voice message\r\n\r\nCould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31476":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/12/22-Participant stated their surgery is being postponed.\r\n\r\nhad sx on 11/16/22, never contacted","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31477":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/12/22-no mb\r\n08/30/22-no mb\r\n09/07/22-no mb\r\ncould not reach before surgery \r\n\r\n12/20/22: unable to lvm\r\n12/22/22: unable to lvm\r\n12/28/22: ^\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31478":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"08/12/-22-patient stated they are not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31479":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/12/22-lvm \r\n08/30/22-lvm\r\n08/31/22-pt gave a call back and stated she is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31480":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/12/22-participant states she lives in Indiana and its too far to drive up.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31481":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/16/22-pt stated the study it is too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31482":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/16/22-pt stated no. Not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31483":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/16/22-lvm\r\n08/23/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31484":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/16/22-pt stated they don't have enough time to come in for a baseline visit prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31485":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/16/22-daughter said she will be back home later to give a call back.\r\n08/30/22-pt stated she has a sick husband and it is too far of a drive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31486":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-17","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/17/22-sent a copy of the consent form. Home phone # is disconnected. \r\n08/23/22-paricipant stated they need more time to look at consent form. \r\n08/24/22-participant stated they want their mother to look over, asked for more time.\r\n09/1/22-participant declined being in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31487":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"08/17/22-lvm\r\n08/23/22-lvm\r\n08/29/22-sent a copy of the consent form \r\n9/2/22-pt declined being in the study. Stated that they live too far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31489":{"redcap_data_access_group":"rush_university_me","main_record_id":"10449","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-12","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-18","date_and_time":"2022-08-18 16:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-01","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-10-13","sp_v3_3mo_date":"2022-12-01","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31490":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/19/22-pt stated they do not want to make extra trips to rush.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31491":{"redcap_data_access_group":"rush_university_me","main_record_id":"10476","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-22","screening_age":"56","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nUnable to make contact with patient. \r\n9/19/2022- sent a copy of the consent form ","obtain_date":"2022-09-20","date_and_time":"2022-09-20 11:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-12","sp_v1_preop_date":"2022-10-04","sp_v2_6wk_date":"2022-11-23","sp_v3_3mo_date":"2023-01-12","age":"56","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-03-03 10:18:24","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3 month visit outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31492":{"redcap_data_access_group":"rush_university_me","main_record_id":"10451","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-22","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-22","date_and_time":"2022-08-22 13:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-14","sp_v1_preop_date":"2022-08-25","sp_v2_6wk_date":"2022-10-26","sp_v3_3mo_date":"2022-12-14","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-04 10:33:05","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3 month visit outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31493":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n08/29 LVM\r\n09/07 LVM\r\nLeft several messages with no call back. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31494":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"83","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt unavailable to talk \r\n08/29 LVM\r\n09/07 LVM\r\nLeft several messages with no call back. \r\n\r\n4/11/23: hung up on me\r\n\r\nnot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31495":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"73","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Son will have patient call me. \r\n09/01/2022- Patient is not a good candidate because need assistances and her son lives out of the state. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31496":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states that he currently has too much on his plate and has no time at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31497":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was busy at work and asked that I call him back on Thursday. \r\n08/25 lvm\r\n09/07 lvm\r\nLeft several messages with no call back.\r\n03/07- pt requested a copy of consent form to look over. \r\n03/16- pt states that there's too much time involved, he's not interested. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31498":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she cannot participate because her husband works full time and he's the only one she'll allow to drive her to her visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31499":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt isn't interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31500":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nLeft several messages with no call back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31501":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n08/29 LVM\r\nLeft several messages with no contact.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31502":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n08/30 LVM\r\n09/07 LVM\r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31503":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n08/30 LVM\r\n09/07 LVM\r\nLeft several messages with no call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31504":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/23/22-lvm\r\n09/07/22-lvm\r\n\r\nCould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31505":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nLeft message with no call back. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31506":{"redcap_data_access_group":"rush_university_me","main_record_id":"10458","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-23","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-24","date_and_time":"2022-08-24 10:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-19","sp_v1_preop_date":"2022-08-29","sp_v2_6wk_date":"2022-10-31","sp_v3_3mo_date":"2022-12-19","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-09-08 14:42:13","erep_ae_date":"2022-09-08","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-09-08 12:26","erep_resolution_date":"2022-10-12 15:00","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Patient states that he has ringing in both ears and has some trouble hearing due to the MRI. ","erep_action_taken":"Dr. Jacobs followed up with patient and set up an appointment for him to see an ENT specialist. ","erep_outcome":"Per Dr. Jacobs, \"The ENT physician prescribed no treatment, expecting that with time, the patient's symptoms will return to baseline. He was told to follow up in a year or so. The physician also advised the patient to forego the 3 month MRI.\"\r\nPt would like to continue to be in the study but will forgo MRI at the 3 month visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31507":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"08/23/22-lvm\r\n08/26/22-sent a copy of consent form\r\n08/31/22-declined being in the study, no longer interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31508":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/24/22-lvm\r\n9/2/22-patient declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31509":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/24/22-lvm\r\n09/2/22-pt stated she's at meeting give a call back \r\n9/19/22-lvm\r\nCould not reach before surgery \r\n\r\n1/4/23-LVM\r\n1/10/23-LVM\r\n1/23/23-LVM\r\nCould not reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31510":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/24/22-sent a copy of the consent form.\r\n9/2/22-lvm\r\n9/28/22-pt declined stated they do not have enough time for the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31488":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/24/22-participant does not want to drive up to chicago for the visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31511":{"redcap_data_access_group":"rush_university_me","main_record_id":"10457","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-24","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-24","date_and_time":"2022-08-24 10:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-13","sp_v1_preop_date":"2022-09-12","sp_v2_6wk_date":"2022-10-25","sp_v3_3mo_date":"2022-12-13","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-10 14:06:37","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit is outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31513":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt called back and requested a copy of the consent form to look over. \r\n08/31- LVM\r\nUnable to make contact with pt again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31514":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt called back and requested a copy of the consent form to look over. \r\nLvm\r\nUnable to make contact again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31515":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nLeft message with no call back. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31516":{"redcap_data_access_group":"rush_university_me","main_record_id":"10459","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-24","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-24","date_and_time":"2022-08-24 16:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-21","sp_v1_preop_date":"2022-09-15","sp_v2_6wk_date":"2022-11-02","sp_v3_3mo_date":"2022-12-21","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-20 11:32:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit was outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31517":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/25/22-sent a copy of the consent form. \r\n0826/22-lvm\r\n08/30/22-pt declined, stated his wife is handicap and noone will be able to take care of her. Also stated it takes too much time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31518":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/25/22-patient stated she hates driving to the city with a passion.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31519":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/25/22-sent a copy of the consent. \r\n09/1/22-lvm\r\n9/2/22-pt stated cannot make it in for the baseline ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31520":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"08/25/22-pt stated she hates completing surveys.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31521":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/25/22-pt stated alot is going on in her life right now and she can't focus on research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31522":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/25/22-pt stated its too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31523":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"pt stated she is pushing her D.O.S. back to April\r\n\r\n2/15/24:busy\r\n3/6/24: lvm\r\n3/11/24: rescheduling sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31524":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/25/22-pt stated its too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31525":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt called back today and states that he has cancelled is knee surgery for now. He plans on having a hip replacement first and does not know when he will be rescheduling for the knee. He would like for us to keep in touch an perhaps he'll be willing to participate in the future. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31526":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31527":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM- no call back\r\n\r\n1/4/23: lvm\r\n1/19/23: lvm\r\n1/27/23: sent consent\r\n2/1/23: lvm\r\n\r\ncouldnt confirm interest before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31528":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31529":{"redcap_data_access_group":"rush_university_me","main_record_id":"10464","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-30","screening_age":"39","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"08/30/22-sent a copy of consent form ","obtain_date":"2022-09-06","date_and_time":"2022-09-06 09:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-28","sp_v1_preop_date":"2022-09-13","sp_v2_6wk_date":"2022-11-09","sp_v3_3mo_date":"2022-12-28","age":"39","sex":"1","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31530":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"08/30/22-pt states she's in a lot of pain currently and not sure how she will react to more pain testing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31531":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/30/22-lvm\r\n9/7/22-lvm\r\n9/19/22-Participant declined, stated they can not understand English that well.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31532":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/30/22-lvm\r\n09/7/22-pt declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31533":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"08/30/22- Stated he's a caregiver for his wife and canno't take the time off to go to the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31534":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/31/22-lvm\r\n09/7/22-lvm\r\nCould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31535":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/31/22-participant declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31536":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/31/22-lvm\r\n9/1/22-sent a copy of the consent form \r\n9/7/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31537":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"08/31/22-lvm\r\n09/01/22-sent copy of consent form ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31538":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/1/22-lvm\r\n09/7/22-pt stated to give a call back \r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31539":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"09/1/22-Participant declined being in the study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31540":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/1/22-MB not set up \r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31541":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/01/2022- She is under a lot of stress now and she does not have enough time to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31542":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/2/22-declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31543":{"redcap_data_access_group":"rush_university_me","main_record_id":"10469","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-02","screening_age":"52","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"09/02/2022- Sent a copy of consent form.\r\n09/08/2022- no available today. Call back 09/09/2022","obtain_date":"2022-09-09","date_and_time":"2022-09-09 11:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-21","sp_v1_preop_date":"2022-09-19","sp_v2_6wk_date":"2022-11-02","sp_v3_3mo_date":"2022-12-21","age":"52","sex":"1","genident":"1","ethnic":"4","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-02-20 11:31:28","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participant did not complete their 3-28 day post op surveys, or their 6-week surveys.\r\nUnable to contact to get surveys completed until 3 month visit","erep_protdev_caplan":"NA","erep_rel_covid19":"0"}}},"31544":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/02/2022- Sent a copy of consent form.\r\n09/09/2022- LVM\r\n09/15/2022- LVM\r\n09/21/2022- After sent copy of consent form, could not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31545":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/2/22-lvm\r\n9/7/22-lvm\r\n\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31546":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/02/2022- Was contacted, the person answered said is wrong number.\r\n09/06/2022- she is not interested to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31547":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/2/22-patient stated its too far of a drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31548":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/02/2022- Patient is not interested in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31549":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/02/2022- LVM\r\n09/06/2022-LVM\r\n09/20/2022-LVM\r\n10/11/2022- LVMx3. could not reach before her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31550":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/02/2022- sent a copy of consent form \r\n09/07/2022-LVM\r\n09/08/2022- call back at 2 pm.\r\n09/08/2022-After further explanation about informed consent patient decided not participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31551":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/2/22-Lvm\r\n9/7/22-Pt declined stated that it is too far of a drive and they are already worried about going to the city for their surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31552":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/2/22-sent a copy of the consent form \r\n09/6/22-pt stated she is no longer interested in participating ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31553":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"09/02/2022- Sent a copy of consent form.\r\n09/08/2022- Call back 09/09/2022, pt. need more time to check the copy of consent form.\r\n09/09/2022- LVM.\r\nShe is in Florida and she will return the day previous her Surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31554":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/02/2022- she will check her daughter availability/ sent a copy of consent form.\r\n09/09/2022- LVM \r\n9/12/2022- LVM\r\nFamily issues. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31555":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/02/2022- Patient declined, said she is old to do all the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31556":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/07/2022- Patient hospitalized. Son answer phone call and make decision on his behalf and declined his father participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31557":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09-07-2022- LVM\r\n9/12/2022 - LVM\r\n9/20/2022- LVM\r\n9/27/2022- Unable to contact the participant before surgery LVM x 3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31558":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09-07-2022- LVM\r\n09-12-2022- Call back 9/13/2022 at 9 am.\r\n09-13-2022- LVM\r\n9/20/2022- LVM\r\n9/29/2022-LVM\r\n10/04/2022- Unable to contact the participant before surgery LVM X3.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31559":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"09-07-2022- LVM\r\n09-12-2022- LVM\r\n09/20/2022- PT. declined, does not have time.\r\n ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31560":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09-07-2022- Patient declined to participate in the study. He will change surgery date because healthy issues.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31561":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/07/2022-LVM.\r\n9/12/2022- too far for him.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31562":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/7/22-call could not go through \r\n9/27/22- call could not go through.\r\ncould not reach before sx.\r\n\r\n11/8/22: called, asked for cb in 5 min. and was unavail. LVM\r\n11/14/22: asked for cb. Said she is avail. in the mornings\r\n11/22/22: asked for call back early next week, thinking about it \r\n11/28/22: calling after 12 for poss consent; NA at 3\r\n\r\ncouldnt reach before surgery\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31563":{"redcap_data_access_group":"rush_university_me","main_record_id":"10467","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-07","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/7/22-sent a copy of the consent form.","obtain_date":"2022-09-08","date_and_time":"2022-09-08 10:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-07","sp_v1_preop_date":"2022-09-23","sp_v2_6wk_date":"2022-11-18","sp_v3_3mo_date":"2023-01-07","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31564":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/7/22-pt states she is claustrophobic and cannot do the MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31565":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/7/22-sent a copy of the consent form \r\n9/8/22-pt declined, not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31566":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/07/2022- Pt. does not have enough time, has a lot of stress for his upcoming surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31567":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/7/22-lvm\r\n9/19/22-Patients wife answered the phone, stated to call back at a later time. \r\n9/27/22-lvm\r\n\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31568":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/22-pt declined, too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31569":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/22-pt declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31570":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/22-pt declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31571":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"09/07/2022- She does not have time today. Call back 09/08/2022 on afternoon.\r\n09/08/2022- Pt. declined, does not want to drive to Midwest Orthopedics. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31572":{"redcap_data_access_group":"rush_university_me","main_record_id":"10473","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-07","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/07/2022- Sent a copy of the consent form. Call Back 9/8/2022 at 12 pm.\r\n9/08/2022- Call back 9/9/2022 at 12 pm.\r\n9/9/2022- LVM.\r\n9/12/2022- Call back 9/13/2022 at 1 pm.","obtain_date":"2022-09-13","date_and_time":"2022-09-13 14:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-07","sp_v1_preop_date":"2022-10-06","sp_v2_6wk_date":"2022-11-18","sp_v3_3mo_date":"2023-01-07","age":"49","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-12-09 10:04:09","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant came in for 3 month visit outside of 4 week window.\r\n3 month mark was 1/7, came in on 2/20 (6 weeks after, 4 weeks outside of window )","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"31573":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/07/2022- LVM\r\n09/13/2022- LVM\r\n09/22/2022- LVM\r\nUnable to contact the participant before surgery LVM x 3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31574":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/22-pt declined, does not have time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31575":{"redcap_data_access_group":"rush_university_me","main_record_id":"10475","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-07","screening_age":"71","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"09/07/2022- She will call back.\r\n09/13/2022- sent a copy of the Informed consent.\r\n09/16- pt reached out to Dr. Berger's team, states interest and would like for us to call her back on Monday. ","obtain_date":"2022-09-19","date_and_time":"2022-09-19 16:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-30","sp_v1_preop_date":"2022-09-26","sp_v2_6wk_date":"2022-11-11","sp_v3_3mo_date":"2022-12-30","age":"71","sex":"2","genident":"2","ethnic":"4","dem_race":"2","ewdateterm":"2022-11-16","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. stated she has a lot of going on right now as well as a lot of stress after her surgery. Patient stated she is withdrawing from the study.","sp_data_site":"N/A"},"31576":{"redcap_data_access_group":"rush_university_me","main_record_id":"10470","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/7/22-sent a copy of the consent form ","obtain_date":"2022-09-09","date_and_time":"2022-09-09 13:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-07","sp_v1_preop_date":"2022-10-05","sp_v2_6wk_date":"2022-11-18","sp_v3_3mo_date":"2023-01-07","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31577":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/7/22-sent a consent form \r\n9/8/22- pt declined, states she doesn't want to be in anymore pain.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31578":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/7/22-mb full\r\n9/19/22-mb full \r\n9/20/22-pt declined, stated she is not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31579":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/26/22-pt declined, stated they do not have the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31580":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/7/22-lvm\r\n9/26/22-lvm\r\n\r\nCould not reach pt before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31581":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/7/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31582":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that he doesn't want to make an extra visit and would prefer not to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31583":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states she is a caregiver for her husband with dementia and has way too much on her plate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31584":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"09/07/2022- Pt. not interested to participate in the research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31585":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/07/2022- LVM\r\n09/19/2022- LVM \r\n09/28/2022- pt. available just in the evening time.\r\n10/05/2022- Unable to contact the participant","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31586":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"09/09/2022- LVM\r\n09/22/2022- phone number disconnected.\r\n09/28/2022- Pt. declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31587":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/09/2022-LVM\r\n09/22/2022- LVM\r\n09/29/2022- pt declined, not interested .","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31588":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"09/12/2022- sent a copy of the consent form\r\n9/19/2022- Pt. not interested in the study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31589":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/12/2022- Sent a copy of the consent form . Call back 09/14/2022 at 2 pm.\r\n9/14/2022- Pt. decline, too far (she live in Delaware) ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31590":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/12/2022- LVM\r\n09/21/2022- LVM\r\n10/12/2022- LVMx2. could not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31591":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"09/13/2022- Declined, Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31592":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/13/2022- Call back 9/14/2022 at 3 pm\r\n9/14/2022- LVM.\r\n10/10/2022- call back 10/11/2022 at 12 pm\r\n10/11/2022- Call back 10/12/2022 at 1pm.\r\n10/31/2022- unable to make contact with pt again after the first contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31593":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/19/22-LVM\r\n\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31594":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/19/2022- call back today at 4 pm.\r\n9/19/2022- LVM.\r\n9/23/2022- Pt. Declined, does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31595":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/17/22-Pt stated she will be at Rush on Friday, and will speak to surgeon about the study.\r\n10/7/22-Pt declined, stated the study will take too much time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31597":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/20/2022- LVM\r\n09/23/2022- Pt. decline, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31598":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"09/20/2022- LVM\r\n09/23/2022- She does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31599":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/21/2022- PT. declined. Not interested in research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31600":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"09/21/2022- Pt. Declined, does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31601":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/21/2022- Sent a copy of the consent form.\r\n09/29/2022- Pt. decline, he will move to Florida after his surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31602":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/21/2022- LVM\r\n09/28/2022- LVM\r\n10/04/2022- LVM\r\n10/10/2022- Unable to contact participant before sx. LVMx3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31603":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/21/2022- Sent a copy of the consent form\r\n09/28/2022- LVM.\r\n10/04/2022- LVM.\r\n10/13/2022- LVM.\r\n10/20/2022- LVMx3. could not reach before surgery. \r\n\r\n02/08- LVM\r\nPt called back and states that she does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31604":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/21/2022- LVM\r\n09/26/2022- Sent a copy of the consent form\r\n10/04/2022- LVM.\r\n10/13/2022- LVM\r\n10/20/2022- Could not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31605":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/22/2022/- Sent a copy of the consent form.\r\n09/23/2022- LVM\r\n09/28/2022- LVM\r\n10/05/2022- LVM\r\n10/20/2022- LVMx3. could not reach before sx.\r\n11/04/2022-Talked with his son and he stated his father is not interested to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31606":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"09/22/2022- Sent a copy of the consent form\r\n09/28/2022- Call back 09/30/2022.\r\n10/05/2022- Participant declined to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31607":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/22/2022- LVM\r\n09/29/2022-LVM\r\n10/28/2022- LVM X2 could not reach before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31608":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/22/2022- LVM\r\n09/28/2022- Call back 09/29/2022\r\n09/30/2022- PT. decline\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31609":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/23/2022- Sent a copy of the consent form \r\n9/28/2022- Busy need more time to check the consent form.\r\n9/30/2022- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31610":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/23/2022- She does not have time today, call back on Tuesday 09/27/2022.\r\n09/27/2022- PT. declined, she does not have time to come for the study before her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31611":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/26/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31612":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/26/22-pt declined, stated that she will not be able to make it for some of the visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31613":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/26/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31614":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/26/22-sent a copy of the consent form \r\n10/6/22-pt declined, stated that its too much involvement for him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31615":{"redcap_data_access_group":"rush_university_me","main_record_id":"10485","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-27","screening_age":"45","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/27/22-Sent a copy of the consent form \r\n9/20/22-lvm ","obtain_date":"2022-09-30","date_and_time":"2022-09-30 14:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-12","sp_v1_preop_date":"2022-10-10","sp_v2_6wk_date":"2022-11-23","sp_v3_3mo_date":"2023-01-12","age":"45","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31616":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/27/22-lvm\r\n10/7/22-pt declined, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31617":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/27/22-pt stated they cannot do the study since they do not like MRI's. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31618":{"redcap_data_access_group":"rush_university_me","main_record_id":"10495","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-27","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/27/22-Sent a copy of the consent form \r\n10/7/22-pt stated they will give a call back\r\n10/11/22- sent a copy of the consent form. ","obtain_date":"2022-10-14","date_and_time":"2022-10-14 13:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-21","sp_v1_preop_date":"2022-09-28","sp_v2_6wk_date":"2022-12-02","sp_v3_3mo_date":"2023-01-21","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31619":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/27/22-lvm\r\n10/7/22-lvm\r\n10/13/22-lvm\r\ncould not reach before sx\r\n\r\n4/11/23: lvm\r\n4/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31620":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/27/22-lvm\r\n10/7/22-pt declined, already part of another study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31621":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/27/22-pt declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31622":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/27/22-LVM\r\n10/7/22-PT declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31623":{"redcap_data_access_group":"rush_university_me","main_record_id":"10494","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-27","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"09/27/22-sent a copy of the consent \r\n9/30/22-lvm\r\n10/7/22-pt stated to give a call Monday\r\n10/10/22-lvm\r\n10/11/22-pt state to call back tomorrow ","obtain_date":"2022-10-13","date_and_time":"2022-10-13 09:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-26","sp_v1_preop_date":"2022-10-24","sp_v2_6wk_date":"2022-12-07","sp_v3_3mo_date":"2023-01-26","age":"51","sex":"1","genident":"1","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31624":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/28/22-Pt declined stated they do not have the time to go to Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31625":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/28/22- sent a copy of the consent form \r\n9/30/22-pt declined, no longer interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31626":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/28/22-pt stated to give a call back\r\n10/7/22- pt declined, stated not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31627":{"redcap_data_access_group":"rush_university_me","main_record_id":"10482","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-28","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/28/22-sent a copy of the consent form\r\n9/29/22-","obtain_date":"2022-09-29","date_and_time":"2022-09-29 14:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-10","sp_v2_6wk_date":"2022-11-30","sp_v3_3mo_date":"2023-01-19","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31628":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/28/22-lvm\r\n9/29/22-lvm\r\n10/7/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31629":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/28/22-sent a copy of consent form\r\n9/29/22-lvm\r\nPt ineligible for the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31630":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/28/22-lvm\r\n10/7/22-pt's wife stated he will call back. \r\n10/13/22-lvm\r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31631":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"09/29/2022- LVM\r\n10/13/2022- LVM\r\n10/24/2022- LVM\r\n11/02/2022- unable to make contact with pt. after several attempts LVMX3.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31632":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/29/2022- Pt. declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31633":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-30","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/30/2022- LVM\r\n10/12/2022- Pt. Declined, does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31634":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-30","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/30/22-LVM\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31635":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/04/2022- LVM\r\n10/13/2022- LVM\r\n11/01/2022- LVM\r\n11/16/2022- Unable to contact the Pt. before her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31636":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt wants to look through consent, will call back next week. \r\nPt states that he has too much going on and does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31637":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/21/2022- unable to make contact after several attempts.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31638":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/21/2022- unable to make contact after several attempts","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31639":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"73","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt called back and states that he is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31640":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"82","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/21/2022- unable to make contact .","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31641":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt cut me off as I was trying to explain the purpose and states he is not interested and does not want to be contacted again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31642":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/2022: LVM\r\nUnable to make contact with patient. \r\n\r\n1/20/23: asked to be called back, didn't get to explain study yet. sent consent\r\n1/24/23: still needs to read thru consent\r\n2/2/23: lvm; resent consent\r\n2/16/23: still hasn't looked thru consent.\r\n\r\ncouldnt confirm interest before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31643":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that they are not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31644":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"pt requested a copy of consent form to have daughter look over it. \r\nPt asked that I call back at the end of the week. \r\nPt spoke with daughter and decided against participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31645":{"redcap_data_access_group":"rush_university_me","main_record_id":"10492","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-05","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-11","date_and_time":"2022-10-11 15:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-03","sp_v1_preop_date":"2022-10-20","sp_v2_6wk_date":"2022-12-15","sp_v3_3mo_date":"2023-02-03","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 10:25:48","erep_ae_date":"2022-10-20","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-10-20 00:00","erep_resolution_date":"2022-10-09 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt started panicking while in the MRI. Unable to do any of the scans. ","erep_action_taken":"Pt will continue with other study tests. Will not be doing MRI at 3 month visit. ","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31646":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/05/2022-LVM\r\n10/24/2022-lvm\r\n11/02/2022- Pt. request call back on Friday 11/04/2022 between 3-4 pm.\r\n11/04/2022- LVM.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31647":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/21/2022- unable to make contact with Pt.\r\n\r\n03/10- No answer\r\n03/23- LVM\r\n03/28- unable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31648":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/05/2022- LVM\r\n10/07/2022-pt declined, stated he lives too far away,","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31649":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/21/2022- unable to make contact with Pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31650":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n10/21/2022-unable to make contact with Pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31651":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over.\r\nUnable to contact patient again. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31652":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\nPt's sx has been cancelled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31653":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that they cancelled their surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31654":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt states he is traveling and will not be back until the day before surgery. \r\n----\r\n8/22/23:lvm\r\n8/30/23:lvm\r\n9/6/23:lvm\r\n9/11/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31655":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"50","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/21/2022- unable to make contact with Pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31656":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31657":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"77","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nPt states that he has a lot of trouble walking and he fears that this study would be too much for him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31658":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"10/7/22-Pt declined, stated she has too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31659":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/7/22- Pt declined, stated she does not have time to be in this study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31660":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/7/22-pt stated they will talk to their surgeon about the study.\r\n10/13/22-pt stated she needs more time to think about it. \r\n10/17/22-pt stated she will give a call back \r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31661":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/7/22-sent a copy of informed consent. \r\n10/14/22-pts wife stated to give a call back\r\n10/17/22-lvm\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31662":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/7/22-pt stated she will have to talk to husband about it. \r\n10/14/22-pt declined, not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31663":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/7/22-Pt declined, stated that its too much work. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31664":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/7/22-sent a copy of the consent form.\r\n10/10/22-pt declined not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31665":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/10/2022- send a copy of informed consent. \r\n10/11/2022- no answer, voice mail not set up.\r\n10/12/2022-NO answer, voice mail not set up.\r\n10/13/2022- no answer, voice mail not set up. \r\n10/20/2022- no answer after the first contact, voice mail not set up x3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31666":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"10/10/2022- call back 10/11/2022 at 10:30 am\r\n10/11/2022- Pt. declined, has claustrophobia. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31667":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/10/2022- call back on 10/12/2022 after 11 am.\r\n10/12/2022- Pt. postponed her surgery for the next year.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31668":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/10/22-lvm\r\n\r\n2/8/23: lvm\r\n2/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31669":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/10/2022- sent copy of informed consent.\r\n10/11/2022- Pt. declined, does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31670":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/11/2022- Sent copy of consent form. \r\n10/14/2022- pt. declined, said she has other health issues right now and can not participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31671":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"10/11/22-pt stated she is a busy currently, and to call her back tomorrow.\r\n10/13/22-pt said she will give a call back\r\n10/14/22-Pt declined, states she canno't commit as it will take too much time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31672":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/11/22-lvm\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31673":{"redcap_data_access_group":"rush_university_me","main_record_id":"10579","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-11","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/22-MB full, not able to leave a voice message\r\n10/13/22- sent a copy of the consent form \r\n10/14/22-pt stated the sx date has moved. \r\n\r\n01/5/23: resent consent \r\n1/9/23: lvm\r\n1/10/21: signed incorrectly, resending\r\n1/12/23","obtain_date":"2023-01-12","date_and_time":"2023-01-12 13:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-01-13","ewprimaryreason":"1","ewdisreasons":"1|6","ewpireason":"N/A","ewcomments":"Dealing with health issues unrelated to knee/surgery.","sp_data_site":"N/A"},"31674":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/11/22-pt stated to give a call back tomorrow.\r\n10/13/22-lvm\r\n10/21/2022- unable to make contact after several attempts LVMX2.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31675":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/11/22-sent a copy of consent form.\r\n10/13/22-pt declined, not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31676":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/11/2022- Pt. declined, said does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31677":{"redcap_data_access_group":"rush_university_me","main_record_id":"10505","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-11","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/22-sent a copy of the consent form \r\n10/17/22-pt stated she needs more time to think about it.\r\n10/19/22-lvm","obtain_date":"2022-10-25","date_and_time":"2022-10-25 13:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-02","sp_v1_preop_date":"2022-10-28","sp_v2_6wk_date":"2022-12-14","sp_v3_3mo_date":"2023-02-02","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31678":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/11/22-lvm on home phone. \r\n10/17/22-Mobile cell phone message box is full, lvm on home phone \r\n10/25/22-lvm on home phone\r\ncould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31679":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/12/2022- LVM\r\n10/18/2022- pt. declined, not able to make office visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31680":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/12/2022- call back 10/13/2022 at 10 am.\r\n10/13/2022- Pt. Declined, she does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31681":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/12/2022- send a copy of Informed consent, call back 10/18/2022 after 2 pm.\r\n10/18/2022- Send a copy of informed consent, call back 10/20/2022 at 2:30pm.\r\n10/21/2022- LVM.\r\n10/31/2022- Unable to make contact with pt again after the first contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31682":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/12/2022- LVM\r\n11/01/2022- Call back today at 12pm.\r\n11/01/2022- Pt. declined, states she can not commit as it will take too much time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31683":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/13/2022- LVM\r\n10/14/2022- LVM\r\n10/20/2022- LVMx2. could not reach before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31684":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/13/2022- call back 10/14/2022 after 11 am.\r\n10/14/2022- Pt. declined, has busy and stressful schedule.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31685":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/13/2022- Pt. declined, she feel overwhelm\r\nwith her surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31686":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/14/2022- He will move after his 6 weeks visits and back the next year for his second surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31688":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/14/22-pt stated to give a call back at a later time.\r\n10/17/22-lvm\r\n10/24/22-pt declined, stated they don't have the time available to be part of this study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31689":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/14/22-pt declined, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31690":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/14/22-pt declined, stated she does not have time to come up to Rush.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31691":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/14/22-LVM\r\n10/25/22-LVM\r\n10/28/22-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31692":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/14/2022- send a copy of informed consent.\r\n10/17/2022- send a copy of informed consent. Call back today at 3pm.\r\n10/17/2022- LVM.\r\n10/24/2022- Pt. Declined. Does not want to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31693":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/2022- LVM\r\n10/24/2022- LVM\r\n11/01/2022- call back tomorrow 11/02/2022 at 9:30 am\r\n11/02/2022- LVM.\r\n11/07/2022- lvm x3, could not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31694":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/2022- Send a copy of informed consent. Call back 10/21/2022 at 3pm.\r\n10/21/2022-LVM\r\n11/01/2022- LVM.\r\n11/11/2022- Unable to re-contact the participant before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31695":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/22-lvm\r\n10/24/22-lvm\r\n10/31/22-lvm\r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31696":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/17/22-pt declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31697":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/17/22-sent a copy of the consent form.\r\n10/24/22-lvm\r\n10/31/22-pt stated to give a call back tomorrow \r\n11/1/22-lvm \r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31698":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/17/22-pt declined, stated he doesn't have the time to be in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31699":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/17/22-pt stated to give a call tomorrow.\r\n10/24/22-sent a copy of the consent form \r\n10/31/22-No MB, could not leave voice message\r\ncould not reach before sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31700":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/17/22-pt declined, stated that they will be in Florida after their surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31701":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/17/22-Pt declined, stated she lives too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31702":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/22-Lvm on secondary phone number. Cell phone number message box is full.\r\n10/25/22-lvm\r\n10/31/22-lvm\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31703":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/2022- LVM.\r\n10/24/2022- call back on Friday 28 after 8 am\r\n11/02/2022- Unable to make contact with Pt. after second call.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31704":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"45","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/17/2022- sent a copy of informed consent.\r\n10/24/2022- LVM.\r\n10/28/2022- Call back on Monday at 9 am. \r\n10/31/2022- LVM.\r\n11/04/2022- Unable to make contact with Pt again before her Sx.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31705":{"redcap_data_access_group":"rush_university_me","main_record_id":"10499","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-17","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/17/2022- Send a copy of informed consent.","obtain_date":"2022-10-18","date_and_time":"2022-10-18 16:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-28","sp_v1_preop_date":"2022-11-14","sp_v2_6wk_date":"2023-01-09","sp_v3_3mo_date":"2023-02-28","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-04-10 11:54:08","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit scheduled outside of the 4 week window. Was unable to reach participant before the window closed","erep_protdev_caplan":"NA. Is coming in to complete visit on 4/14, 3mo. mark was 2/28/23","erep_rel_covid19":"0"}}},"31706":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/18/2022- LVM\r\n10/24/2022-LVM.\r\n11/01/2022- LVM.\r\n11/21/2022- LVM X3, could not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31707":{"redcap_data_access_group":"rush_university_me","main_record_id":"10509","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-18","screening_age":"74","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/18/2022- Send a copy of Informed Consent.","obtain_date":"2022-10-28","date_and_time":"2022-10-28 16:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-22","sp_v1_preop_date":"2022-10-31","sp_v2_6wk_date":"2023-01-03","sp_v3_3mo_date":"2023-02-22","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31687":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/14/2022- Send a copy of informed consent. Call back at 3pm.\r\n10/14/2022- 3 pm not answer phone call.\r\n10/18/2022- Pt. Declined to participate in the study, live too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31708":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/18/2022- send a copy of informed consent. Call back on Friday 10/21/2022 at 3 pm.\r\n10/21/2022- LVM\r\n11/08/2022-Pt. declined. Does not want to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31709":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/21/2022- Sx. has been cancelled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31710":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/21/2022- LVM.\r\n10/21/2022- Pt. called back and requested call him back on 10/24/2022.\r\n10/24/2022- Pt. undergoing hip surgery not knee surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31711":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-24","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/24/22-pt declined, not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31712":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-24","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/24/2022- LVM\r\n11/02/2022- Pt. declined, stated is too far for her.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31713":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-24","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/24/2022- LVM\r\n11/01/2022- LVM.\r\n11/08/2022- Pt. stated she is thinking over, and she will call back.\r\n11/21/2022- Unable to make contact again with Pt again. LVMx2.\r\n\r\n05/03/23- LVM\r\n5/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31714":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM\r\n11/02- pt states that they don't have the time to take off of work. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31715":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt requested a copy of the consent form to look over.\r\n11/02- pt asked that I resent the copy of the consent form. \r\n11/08- pt states it takes too much time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31716":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31717":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"49","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they do not want to make any other trips into Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31718":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt states that sx was postponed till January, will reach out towards the end of the year. \r\nsx not yet rescheduled\r\n12/15- pt requested a copy of the consent form to look over.\r\n12/21- pt not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31719":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they they have no tolerance for pain and does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31720":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n11/02/22: pt states sx is postponed for December. Sent a copy of the consent form. \r\n\r\n12/06/22: pt. seemed confused about study visits\r\n12/13/22: asked for cb later to explain study\r\n12/20/22: bad time to talk\r\ncouldnt confirm interest in study prior to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31721":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt asked that I call her back on Friday. \r\n11/02- pt states she's really sick and asked that I call her back next week. \r\n11/08- pt states she is not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31722":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n11/02- pt states he doesn't have much time but will take a look at consent form. Will contact me if interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31723":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n10/26- pt was boarding a flight, sent a copy of the consent form. \r\n11/02- pt states that he is busy at the moment and asked that I call back tomorrow. \r\n11/09- lvm\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31724":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"43","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/27/22-Pt declined, stated they are not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31725":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/28/2022- LVM\r\n11/08/2022- LVM- called back. Send a copy of informed consent call back 11/11/2022 at 10 am.\r\n11/11/2022- Pt. Called back and want to withdraw from the research because a lot is going on and she is not able to drive 2 hours for the visit.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31726":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/28/2022- LVM\r\n11/08/2022- LVM\r\n11/21/2022- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31727":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/28/2022- Call back 10/31/2022 at 10:30 am\r\n11/01/2022- LVM.\r\n11/08/2022- The phone did not ring.\r\n11/29/2022- Unable to contact before the surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31728":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/28/2022- send a copy of informed consent callback today at 2 pm. \r\n10/28/2022- Pt. Declined, does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31729":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/1/2022- No answer phone call. Voice mail not set up in order to left voice mail.\r\n11/11/2022- Call back 11/15/2022 between 2 -3 pm.\r\n11/15/2022- Busy now call back 11/16/2022 around 10:30am.\r\n11/29/2022- cannot make a commute. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31730":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/31/22-Pt stated to give call back \r\n11/8/22-lvm\r\n11/14/22- said he does not have the time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31731":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/31/22-pt declined, stated they are having surgery done in Oak Brook. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31732":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/31/22-lvm\r\n\r\n11/8/22- lvm\r\n11/8/22- called back to hear more, can't make the commute here","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31733":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/31/22-lvm\r\n11/8/22- lvm\r\n11/14/22-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31735":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"43","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"11/02/22-- contacted, is interested. Sending consent form, reaching out Monday 11/7 in the afternoon.\r\n11/08/22: lvm\r\n11/17/22: calling wed for poss consent\r\n11/23/22: doesnt have time to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31736":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"11/01/2022- Pt. declined, claustrophobia. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31737":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/01/2022- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31738":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/01/2022- LVM.\r\n11/02/2022- Pt. declined, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31739":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/2/22-lvm\r\n11/8/22-pt stated to give a call back \r\n11/14/22-sent a copy of the informed consent \r\n11/18/22-pt declined, stated its too hectic right now before the holidays. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31740":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/2/22-Pt stated to give a call back on Friday\r\n11/8/22-pt hung up the phone. \r\n11/14/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31741":{"redcap_data_access_group":"rush_university_me","main_record_id":"10526","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-02","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/2/22-LVM\r\n11/8/22-lvm\r\n11/14/22-Sent a copy of the consent form\r\n11/16/22: returned call, lvm\r\n","obtain_date":"2022-11-18","date_and_time":"2022-11-18 10:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-01","sp_v1_preop_date":"2022-11-28","sp_v2_6wk_date":"2023-01-12","sp_v3_3mo_date":"2023-03-03","age":"46","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-11-29","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject stated she could not come in to do the baseline visit before her surgery. ","sp_data_site":"N/A"},"31742":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/2/22-Pt stated they do not have time before their sx to come in for their baseline.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31743":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/02/2022: spoke to her, said she would like me to call back another day at noon to hear about the study\r\n11/11/22: Says study will take too much time, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31744":{"redcap_data_access_group":"rush_university_me","main_record_id":"10514","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-02","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-04","date_and_time":"2022-11-04 15:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-07","sp_v1_preop_date":"2022-11-10","sp_v2_6wk_date":"2023-01-18","sp_v3_3mo_date":"2023-03-09","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31745":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/2/22-lvm\r\n11/8/22-lvm\r\n11/14/22-lvm\r\ncould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31746":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/02/22: driving, asked for call back tomorrow\r\n11/04/22: was on the train, said to cb but didn't specify a time\r\n11/14/22: picked up but couldn't hear anything. called back, not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31747":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/02/2022: lvm\r\n11/22/22: lvm\r\n12/02/22: wrong phone number\r\n\r\nfixed number\r\n\r\n12/05/22: surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31748":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/02/2022: lvm\r\n11/03/2022: not interested in speaking today, asked for cb next week\r\n11/08/22: said she was at work, asked for call back at a later time \r\n12/08/22: not interested\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31749":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/02/2022- call back at 3 pm.\r\n11/04/2022- Pt. declined. Stated does not have time to come 3 times for the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31750":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/02/2022- Pt. not interested. Pt hang up the phone.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31751":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/02/2022- LVM\r\n11/08/2022- LVM\r\n11/22/2022- LVM\r\n11/29/2022- unable to contact before surgery, LVMX3\r\n\r\n---\r\n\r\n10/10/23:lvm\r\n10/17/23:lvm\r\n10/24/23:lvm\r\n10/31/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31752":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/02/2022- does not have time today, call back on Monday 11/07/2022 in the morning. \r\n11/07/2022- Pt. is not available he will call back.\r\n11/29/2022- cannot make commute ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31753":{"redcap_data_access_group":"rush_university_me","main_record_id":"10512","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-02","screening_age":"69","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-03","date_and_time":"2022-11-03 13:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-09","sp_v1_preop_date":"2022-11-03","sp_v2_6wk_date":"2023-01-20","sp_v3_3mo_date":"2023-03-11","age":"69","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31754":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/15/22: lvm\r\n12/01/22: asked for cb after 4pm \r\n12/02/22: lvm; called back and disconnected. Sent consent, isnt sure about ability to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31755":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"59","screening_gender":"3","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31756":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/02/2022: home phone (773) is not in service; lvm on cell\r\n11/03/2022: lvm with my new phone number if still interested in hearing about the study; called back immediately, doesnt have time to come in before surgery for baseline ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31757":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"11/02/2022: lvm\r\n11/03/2022: lvm with my new phone number\r\n11/08/2022: lvm\r\n11/08/22: called back, said she cannot make commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31758":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/2/22: lvm\r\n11/3/22: lvm with my new number\r\n11/8/22: lvm\r\n11/8/22: called back, not interested bc she travels a lot","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31760":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Patient is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31759":{"redcap_data_access_group":"rush_university_me","main_record_id":"10530","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-02","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/02/2022: discussed study, sent consent form\r\n11/08/2022: lvm on cell to follow up\r\n11/14/22: said he didnt read consent. Resending and calling back wed at 11:30am\r\n11/16/22: asked for cb later today, unavail. on callback\r\n","obtain_date":"2022-11-22","date_and_time":"2022-11-22 13:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-23","sp_v1_preop_date":"2022-11-22","sp_v2_6wk_date":"2023-01-04","sp_v3_3mo_date":"2023-02-23","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31761":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/02/2022: lvm\r\n11/03/2022: lvm with my new number\r\n11/08/22: lvm\r\n11/16/22: lvm; wants to think about it since he lives far away\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31762":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/02/2022: lvm\r\n11/03/2022: said he would like to think about it, not sure if he has time. will call me back if he wants to move forward\r\n11/08/2022: lvm. he had called me back 11/3 at 9pm, couldn't listen to his vm. Tried to contact but he was unavailable\r\n11/16/22:lvm\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31763":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"11/03/2022: lvm\r\n11/8/22: lvm\r\n11/18/22: doesnt have time for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31764":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/3/2022: lvm\r\n11/9/22: lvm\r\n11/18/22: lvm\r\n11/28/22: lvm \r\n\r\ncouldnt contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31766":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/03/2022: sent consent form, going to call back next thurs. Works all day, may be difficult to schedule but will check back on the 10th\r\n11/10/22: lvm\r\n11/17/22: lvm\r\n11/22/22: doesnt have time with work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31260":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/08- LVM\r\n12/15- no answer\r\n12/21- pt not interested in participating\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31767":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/4/22: lvm\r\n11/9/22: going away, wants to speak next week, set date for 11/16\r\n11/16/22: not interested, live too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31768":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/4/22: spoke with pt, said they are not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31769":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/4/22: lvm\r\n11/10/22: sent consent form, but she is unsure about ability to make the trip and doing the MRI. Checking back early next week (11/14-11/15)\r\n11/14/22: lvm\r\n11/21/22: line busy\r\n11/28/22: cant get in before surgery, never received email w/ consent on the 10th\r\n11\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31770":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/4/22: lvm\r\n11/9/22: lvm\r\n11/16/22: lvm\r\n11/22/22: not interested, surgery is too soon for visit\r\n \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31771":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/4/22: MB full on home #, lvm on cell\r\n11/9/22: lvm on cell\r\n11/18/22: going to be out of town before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31772":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/4/22-lvm\r\n11/7/22-sent a copy of the consent form \r\n11/14/22- lvm\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31773":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/04/2022: interested, asked for copy of consent form. confirmed info\r\n11/5/22: emailed me saying she is no longer interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31774":{"redcap_data_access_group":"rush_university_me","main_record_id":"10516","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-04","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/4/22-sent a copy of the consent form \r\n11/7/22-pt stated to give a call back tomorrow\r\n","obtain_date":"2022-11-08","date_and_time":"2022-11-08 11:10","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-02","sp_v1_preop_date":"2022-11-09","sp_v2_6wk_date":"2023-01-13","sp_v3_3mo_date":"2023-03-04","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31775":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/4/22: not interested, can't make commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31776":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/4/22-Call wouldn't go through.\r\n11/8/22- cell is for daughter, said he doesn't want to be in a study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31777":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/04/2022- Pt. Decline, Does not want to do extra trip to Rush, since her Surgeon office is in Oak Brook. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31779":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/4/22: lvm\r\n11/11/22: asked for cb later on today\r\n11/22/22: lvm\r\n11/28/22: cant do it with work, but wants me to call back in 2 days to double check\r\n\r\n12/01/22: doesnt have time with work\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31780":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/04/22: lvm\r\n11/11/22: mbf on home phone, lvm on cell\r\n11/22/22: lvm\r\n11/28/22: ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31781":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/4/22-Mobile cell phone number has been disconnected. Home phone number would not go through.\r\n11/9/22-lvm\r\n11/10/22- pt stated they are not interested in participating\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31782":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/4/22: lvm\r\nDaughter's email: lulu2239@gmail.com\r\n11/7/22: sending consent to email, she said she needs to think about it\r\n11/8/22: emailed back saying she is not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31783":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/04/2022- Daughter in law stated ppt is not available now, call back on Monday 11/07/2022 at 10am.\r\n11/07/2022- LVM.\r\n11/16/2022- Daughter in law stated Pt. does not want to do the MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31784":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"11/04/2022- Send a copy of informed consent. Call back on Tuesday 11/08/2022 at 2 pm.\r\n11/08/2022- Pt. declined, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31785":{"redcap_data_access_group":"rush_university_me","main_record_id":"10517","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-04","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/04/2022- send of informed consent call back on Monday 11/07/2022 at 9 am.\r\n11/07/2022- can not accept phone call now. ","obtain_date":"2022-11-08","date_and_time":"2022-11-08 11:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-01","sp_v1_preop_date":"2022-11-10","sp_v2_6wk_date":"2023-01-12","sp_v3_3mo_date":"2023-03-03","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-02-16 12:57:53","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"participant did not complete 6-wk surveys withing a 2 week window. Was unable to reach him for 1 month.","erep_protdev_caplan":"Re-sent link to surveys 2/16/23","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-02-16 13:05:51","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"participant informed me he had a second knee surgery done on his left knee on 2/9/23, after the first one was on 12/1/22. These two surgeries were less than three months apart","erep_protdev_caplan":"NA","erep_rel_covid19":"0"}}},"31786":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Cant make commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31787":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/4/22: lvm\r\n11/10/22: lvm\r\n11/21/22: cancelling surgery\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31788":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/08/2022- Does not have time to come to Chicago for the visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31789":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31790":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/8/22: lvm\r\n11/18/22: sent consent form, calling back monday\r\n\r\n11/21/22: asked for call back tomorrow morning to consent\r\n11/22/22: lvm\r\n11/28/22: asked for cb later; can't come in for baseline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31791":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/22: asked for cb 11/9 at 1pm\r\n11/11/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31792":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/08/2022- LVM\r\n11/22/2022- Pt. decline does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31793":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/08/2022- Pt. want to reschedule his knee surgery for the next year.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31794":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/22-Pt found out they have cancer. Pt stated they are rescheduling knee replacement sx.\r\n\r\n--- \r\n\r\n10/27/23:lvm\r\n11/3/23:too busy with cancer after care ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31795":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/8/22-sent a copy of the consent form \r\n11/22- pt declined, stated they have a lot of projects going on at work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31796":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/08/2022- LVM\r\n11/16/2022- Pt. does not have time call back 11/21/2022 in the morning. \r\n11/21/2022- Pt. declined. Does not want to drive or do extra trip to the hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31797":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/08/2022- LVM\r\n11/14/2022- Her son is busy and request call him back on 11/16/2022.\r\n11/16/2022- send a copy of informed consent. Call back on 11/22/2022.\r\n11/22/2022- LVM\r\n12/08- called multiple time with no call back\r\n\r\n09/14/2023- LVM\r\n10/17- Unable to reach prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31798":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was on another call and asked that I call back on another day after 3 pm. \r\n11/15/22: said he doesnt have time to make the drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31799":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"41","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt states interest. Requested that I send a copy of the consent form to take a look over. \r\n11/15/22: lvm; called back and is interested, asked for cb to consent \r\n11/16/22: unable to talk, said he would call back later today to consent.\r\n11/17/22: lvm\r\n11/29/22: said he will \"get back to me\" \r\n\r\nunable to contact\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31800":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"pt requested a copy of the consent form to look over. \r\n11/10- pt sent an email stating that they are not interested.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31801":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"48","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n11/14/22: lvm\r\n12/08- Patient states she is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31802":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/10/22-LVM\r\n11/14/22-Pt declined, stated she does not have time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31803":{"redcap_data_access_group":"rush_university_me","main_record_id":"10533","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-10","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/10/22-LVM\r\n11/14/22-LVM\r\n11/22/22-sent a copy of the consent form.","obtain_date":"2022-11-28","date_and_time":"2022-11-28 13:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-06","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-23","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-02","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Patient has canceled surgery and will not be rescheduling.","sp_data_site":"N/A"},"31804":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"11/10/22: lvm\r\n11/17/22: lvm\r\n12/01/22: not interested, doesnt have time with work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31805":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/10/22-pt stated it is too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31806":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/10/22: lvm\r\n11/17/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31807":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/10/22: lvm\r\n11/17/22: lvm\r\n11/28/22: lvm\r\n12/06/22: lvm\r\n\r\ncouldn't reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31808":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/10/2022- LVM\r\n11/11/2022-Pt. declined. does not want to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31809":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/10/22: lvm\r\n11/17/22: lvm\r\ncalled back, doesn't have time to come downtown","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31810":{"redcap_data_access_group":"rush_university_me","main_record_id":"10520","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-11","date_and_time":"2022-11-11 11:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-13","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-23","age":"64","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-27 12:02:22","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participants 3-month surveys were completed outside of protocol range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31811":{"redcap_data_access_group":"rush_university_me","main_record_id":"10522","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-11","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/11/2022- LVM\r\n11/11/2022- Call back Tuesday 11/15/2022 at noon time. \r\n11/15/2022- LVM","obtain_date":"2022-11-15","date_and_time":"2022-11-15 13:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-05","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-23","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31812":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/11/2022- LVM\r\n11/21/2022- phone calls does not go through. \r\n11/29/22: call didnt go thru on cell, got thru on home but asked for cb tomorrow \r\n12/02/22: said she would call me back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31813":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3|5","ptinterest_comment":"11/11/22: spoke with him, has a pacemaker. Seemed confused by the study concept a bit\r\n11/18/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31814":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/11/2022- LVM\r\n11/16/2022- LVM\r\n11/29/22: lvm\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31815":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/14/22-Number not in service \r\n11/29/22-Lvm\r\n12/5/22-lvm\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31816":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/14/22-pt stated she is canceling her sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31817":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/08/2022- LVM\r\n11/14/2022- call back wed 11/16/2022 at 12pm.\r\n12/08- unable to make contact with patient again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31818":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/22: lvm \r\n11/16/22: lvm saying she is interested, calling back later. Mentioned having another knee done previously, in Aug\r\n11/29/22: hung up on me; surgery is cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31819":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/15/22: vm not set up on cell, reached him on home phone. Doesnt have the time to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31820":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/15/22-LVM\r\n11/22/22-LVM\r\n11/29/22-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31821":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"50","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/22: vmb not set up\r\n11/21/22: vmb not set up\r\n11/28/22: ^\r\nCould not reach before surgery. \r\n\r\n---\r\n\r\n10/31/23:would call me back \r\n11/7/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31822":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/15/22-Pt declined, stated she will not be traveling to Rush.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31823":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/15/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31824":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/15/22-pt declined, not interested. Stated they received a phone call from research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31825":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/15/22: can't travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31826":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"40","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/15/22-Pt declined, stated they work full time and do not want to drive to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31827":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/22: said he was contacted yesterday and didn't want to hear about study, no record of this","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31828":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/22: lvm\r\n11/29/22: lvm\r\n12/07/22: lvm\r\n12/13/22: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31829":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/22: said she would be interested in hearing about study, asked for cb\r\n11/18/22: lives 3 hrs away; sending consent bc she may still be interested, will call me \r\n11/29/22: lvm\r\n12/06/22: lvm\r\n\r\ncouldnt reach again before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31830":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/2022- Pt declined. does not want to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31831":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/15/2022- Call back 11/21/2022 early morning\r\n11/22/2022- Pt. stated does not have time now call back on Friday 12/02/2022 in the afternoon.\r\n12/5/22-Sent a copy of the consent \r\n12/9/22-lvm\r\n12/12/22- Pt declined, stated they have too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31832":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/2022- send a copy of informed consent call back on 11/21/2022 in the afternoon.\r\n11/21/2022- Pt. declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31833":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16/22-Patient's niece declined, stated that the patient is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31834":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16/22-pt declined, not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31835":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/2022-pt declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31836":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/2022- LVM\r\n11/16/2022- Pt. declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31837":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/2022- send copy of informed consent call back 11/21/2022.\r\n11/22/2022- Call back 11/23/2022 at 10:30am\r\n11/23/2022- Pt declined to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31838":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16/22-LVM\r\n11/29/22-LVM\r\n12/6/22-Pt declined, stated they are not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31839":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/16/22-LVM\r\n11/22/22-LVM\r\n11/29/22-LVM\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31840":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/16/22-LVM\r\n11/22/22-pt stated to give a call back in the future since he is pushing his sx back. \r\n12/21/22-lvm\r\n1/26/23-Pt stated that the sx has been cancelled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31841":{"redcap_data_access_group":"rush_university_me","main_record_id":"10529","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-16","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/16/22-Sent a copy of the consent \r\n","obtain_date":"2022-11-21","date_and_time":"2022-11-21 11:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-09","sp_v1_preop_date":"2022-12-01","sp_v2_6wk_date":"2023-02-20","sp_v3_3mo_date":"2023-04-09","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31842":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/6/22-lvm\r\n12/19/22-lvm \r\n12/27/22-lvm\r\n\r\nunable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31843":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/16/22: lives too far away, can't make it work with work schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31844":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/22-LVM\r\n11/22/22-pt's wife stated she will talk with her husband and give a call back.\r\n12/2/22-pt hung up the phone. \r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31845":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16/22-LVM\r\n11/29/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31846":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16/22-pt's daughter stated that she is not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31847":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/2022- LVM\r\n12/01/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31848":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/16/2022- Pt. have not time now call back on Tuesday 11/22/2022 at 9 am.\r\n11/22/2022- Pt. declined. Has a lot of going on and does not have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31849":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16- LVM\r\n12/08- LVM\r\n12/12- LVM\r\nUnable to make contact with patient ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31850":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16/2022- Pt. stated she is too old to do all of the study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31851":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/17/22: noit interested, doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31852":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/17/22: lvm on cell\r\n12/06/22: ^\r\n12/20/22: ^\r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31853":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/17/22: said she is cancelling her surgery, rescheduling for end of 2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31854":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/17/22: lvm\r\n12/05/22: lvm\r\n12/22/22: lvm\r\n\r\nunABLE TO REACH BEFORE SX\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31855":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/17/22: line busy\r\n12/05/22: lvm\r\n12/19/22: is interested, wants to do consent in person next week","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31856":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/18/22-pt stated to give a call back \r\n11/22/22-pt declined, stated that too the tests will be too much ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31857":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/18/22-Pt declined, does not want to drive to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31858":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/18/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31859":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/18/22: mentioned shes not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31860":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/18/22: cancelled his surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31861":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/18/22: sending consent form\r\n11/21/22: wants to read thru form before we go thru it together, going to call back in a week or two\r\n12/05/22: resent consent form to new email, calling next week\r\n12/15/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31862":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/18/22: lives 2 hrs away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31863":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/18/22: lvm\r\ngoing to be leaving town a lot following surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31864":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/18/22-pt declined, does not have the time available ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31865":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/21/2022- LVM\r\n11/28/2022-Send a copy of informed consent call back 11/29/2022 at 12pm.\r\n12/08- unable to contact again prior to sx\r\n1/26/24: unable to reach before surgery\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31866":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/21/22: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31867":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/21/22: lvm\r\n12/12/22: asked for call back\r\n12/22/22: lvm\r\n12/28/22: interested, didn't want a copy of the consent, but said I could call back in a few days\r\n12/30/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31868":{"redcap_data_access_group":"rush_university_me","main_record_id":"10531","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-21","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/21/2022- Send a copy of informed consent call back 11/23/2022 in the morning .","obtain_date":"2022-11-22","date_and_time":"2022-11-22 15:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-02","sp_v1_preop_date":"2022-11-28","sp_v2_6wk_date":"2023-01-13","sp_v3_3mo_date":"2023-03-04","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31869":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/22- LVM\r\n12/08- pt would like a copy of the consent form to look over. \r\n12/15- LVM\r\n12/20- LVM\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31870":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/22/2022- Pt. does not have time now. Call back 11/30/2022 in the morning.\r\n11/29/2022- Pt. declined, does not want to participate in the study he just want to focus in his surgery and the physical therapy.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31871":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/22/22: mbf\r\n12/05/22: lvm; cancelled surgery but may reschedule, would be interested if she goes thru with it\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31872":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/22/2022- LVM\r\n12/06/22: lvm\r\n12/22/22: lvm\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31873":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/22/2022- LVM\r\n11/29/2022- send a copy of informed consent.\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31875":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/28/2022- Pt. declined. Has a lot of going on and she does not have time to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31876":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"41","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/28/22: lvm\r\n12/12/22: lvm\r\n12/29/22: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31877":{"redcap_data_access_group":"rush_university_me","main_record_id":"10556","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-28","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-19","date_and_time":"2022-12-19 11:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-19","sp_v1_preop_date":"2022-12-23","sp_v2_6wk_date":"2023-03-02","sp_v3_3mo_date":"2023-04-19","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31878":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/28- LVM\r\n12/08- sent a copy of the consent form to look over. \r\n12/12- pt asked that I call back later this afternoon. \r\nPt is in the restaurant business and does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31879":{"redcap_data_access_group":"rush_university_me","main_record_id":"10550","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-28","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/28/22: lvm\r\n12/06/22: lvm\r\n12/08/22: called back expressing interest. Sending consent form, calling back in a week or two to consent\r\n12/15/22: lvm","obtain_date":"2022-12-15","date_and_time":"2022-12-15 12:09","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-13","sp_v1_preop_date":"2023-01-03","sp_v2_6wk_date":"2023-02-24","sp_v3_3mo_date":"2023-04-13","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-02-01 15:34:01","erep_ae_date":"2023-01-13","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-01-13 10:02","erep_resolution_date":"2023-02-01 10:02","erep_ae_severity":"1","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"pt had bleeding at surgical site, went to ED for treatment. Did not report any falls or accidents","erep_action_taken":"participant wants to remain in study, no further action taken ","erep_outcome":"NA","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31880":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"11/28/22: asked for call after 3:30; lvm; sending info via email, will call back next week after 3:30\r\n12/06/22: needs to look over consent again, \r\n12/13/22: still needs to look at consent\r\n12/28/22: doesnt have time to come, thought he could book appt on weekend","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31881":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/22: nor interested, lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31883":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/29/22: lvm, called back and lives too far to come in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31884":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/29/22: sent consent form, said I'd call back next week to see if shes interested\r\n12/06/22: not interested due to travel time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31885":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-30","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/30/22: not interested, no specific reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31886":{"redcap_data_access_group":"rush_university_me","main_record_id":"10543","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-30","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/30/22-Pt stated to give a call back when she is back from Arizona. She is interested. \r\n12/7/22-","obtain_date":"2022-12-07","date_and_time":"2022-12-07 16:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-05","sp_v1_preop_date":"2022-12-15","sp_v2_6wk_date":"2023-02-16","sp_v3_3mo_date":"2023-04-05","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-12","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient chose to withdraw from the study. Stated that there is too much going on, and she will not be able to make it for the baseline before her surgery.","sp_data_site":"N/A"},"31887":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-30","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/30/22-lvm\r\n12/9/22-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31888":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"12/02/22: said the study sounds painful, and doesn't want to drive into the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31889":{"redcap_data_access_group":"rush_university_me","main_record_id":"10540","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-02","screening_age":"56","screening_gender":"1","screening_race":"6","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/2/22-Sent a copy of the consent form","obtain_date":"2022-12-05","date_and_time":"2022-12-05 11:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-13","sp_v1_preop_date":"2022-12-12","sp_v2_6wk_date":"2023-01-24","sp_v3_3mo_date":"2023-03-15","age":"56","sex":"1","genident":"1","ethnic":"1","dem_race":"1","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-27 12:01:24","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participants 3-month surveys were completed outside of protocol range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31890":{"redcap_data_access_group":"rush_university_me","main_record_id":"10541","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-02","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/02/22: thinks he can do it, sent consent so he has time to think about it, calling back Mon\r\n12/05/22: lvm\r\n12/05/22: still unsure ","obtain_date":"2022-12-05","date_and_time":"2022-12-05 13:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-09","sp_v1_preop_date":"2022-12-08","sp_v2_6wk_date":"2023-01-20","sp_v3_3mo_date":"2023-03-11","age":"76","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31891":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/2/22-LVM\r\n12/5/22-Pt declined, said it takes too much of time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31892":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"12/02/22: lvm\r\n12/06/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31893":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/2/22-LVM\r\n12/5/22-LVM \r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31894":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/02/22: lvm\r\ncalled back, showed interest so I sent the consent form, calling back next week\r\n12/16/22: lvm\r\ncalled back, said hse doesnt have time to come in before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31895":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"12/02/22: doesn't want to do an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31896":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/2/222-Pt stated they are at work\r\n12/9/22-lvm\r\n12/15/22-LVM\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31897":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/2/22: hung up as I was explaining study\r\n12/09/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31898":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/02/22: mb full\r\n12/06/22: mb full\r\n12/12/22: mb full\r\n\r\ncouldnt reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31899":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/05/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31900":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"43","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"12/05/22: lvm\r\n12/12/22: lvm\r\n12/20/22: lvm\r\n\r\nunable to reach\r\n\r\n05/01- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31901":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/05/22: lvm\r\n12/13/22: lvm\r\n12/20/22: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31902":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/5/22-Pt stated to give a call back tomorrow \r\n12/6/22-pt declined, stated she does not want to drive up to Chicago before her sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31903":{"redcap_data_access_group":"rush_university_me","main_record_id":"10557","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-06","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/6/22-Sent a copy of the consent of the consent form. \r\n12/19/22-Pt stated to give a call tomorrow ","obtain_date":"2022-12-20","date_and_time":"2022-12-20 10:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-17","sp_v1_preop_date":"2023-01-06","sp_v2_6wk_date":"2023-02-28","sp_v3_3mo_date":"2023-04-17","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31904":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/6/22-LVM\r\n12/19/22-LVM\r\n12/27/22-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31905":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/06/22: still works, cant come on for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31906":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/06/22: cant make commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31907":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/06/22: cant make commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31908":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"12/06/22: said he doesnt think he can do the study procedures due to other health issues","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31909":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/06/22: lvm on cell\r\n12/13/22: said she had to push surgery back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31910":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/08/22: lvm\r\n12/12/22: lvm\r\n12/19/22: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31911":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Phone numbers have been disconnected. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31912":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/15- lvm\r\n12/20- left multiple vm with no call back. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31913":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"44","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt is at work and asked that I call her back later today. \r\nSent consent, asked for cb next week after she has thought about it.\r\n12/21- unable to make contact with pt. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31914":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31915":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/9/22-pt asked to speak with him about the study on 12/15/22\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31916":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/9/22-Sent a copy of the informed consent \r\n12/12/22-Pt declined, not interested in participating.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31918":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/9/22-Pt declined, stated that the study has too much work to do. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31919":{"redcap_data_access_group":"rush_university_me","main_record_id":"10546","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-09","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/9/22-Sent a copy of the consent form ","obtain_date":"2022-12-13","date_and_time":"2022-12-13 09:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-22","sp_v1_preop_date":"2022-12-20","sp_v2_6wk_date":"2023-02-02","sp_v3_3mo_date":"2023-03-24","age":"58","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 09:25:32","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit completed outside of window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31920":{"redcap_data_access_group":"rush_university_me","main_record_id":"10547","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-09","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/9/22-Sent a copy of the informed consent. ","obtain_date":"2022-12-12","date_and_time":"2022-12-12 15:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-27","sp_v1_preop_date":"2022-12-22","sp_v2_6wk_date":"2023-02-07","sp_v3_3mo_date":"2023-03-29","age":"58","sex":"2","genident":"4","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31921":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"12/9/22-lvm\r\n12/13/22-Sent a copy of consent form \r\n12/14/22: lvm\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31922":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/9/22-Pt stated he will speak with his doctor and then give a call back. \r\n12/27/22-pt declined stated that they are out of town and will not have enough time before sx to come in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31923":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/21- LVM\r\n01/09- LVM\r\n01/17- unable to make contact with patient. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31924":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/12/22: May be moving to Mexico before in person visits are done, will call back to let me know\r\n12/19/22: moving in March, unclear if she can come in for 3 month visit. Sent consent will follow up\r\n12/22/22: moving before 3 mo visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31925":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient declined because Rush is too far for her to travel to. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31926":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/12/22: asked for cb at 11:45 today; sent consent to daughter's email (latishajackson90@gmail.com)\r\n12/20/22: said she needs to look at consent, will reach out to me","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31927":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/12/22: lvm\r\n12/20/22: lvm\r\n12/28/22: lvm\r\ncouldnt reach in time\r\n\r\n5/26/23:called back - sent consent form \r\n5/31/23: lvm\r\n6/8/23:busy\r\n6/12/23: busy asked to call back later\r\n6/15/23:busy asked to call monday \r\n6/21/23: Surgery too close \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31929":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/12/22: lvm\r\n12/20/22: lvm\r\n12/29/22: lvm\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31930":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/22: lvm\r\n12/14/22: sent consent \r\n12/20/22: unable to come before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31931":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"12/13/22: cant get in before surgery due to holiday plans","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31932":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/13/22-lvm\r\n12/27/22-Pt declined, stated she does not want to fill out any paperwork. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31933":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/13/22-lvm\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31934":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/13/22-sent a copy of the consent form\r\n12/27/22-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31935":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/14/22: lvm\r\n12/21/22: sent consent\r\n12/28/22: surgery rescheduled, said he wants to be recontacted closer to it","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31936":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/22: sending consent form, calling back tmrw\r\n12/15/22: asked for me to resend form\r\n12/20/22: lvm\r\n12/28/22: wants call back tmrw to consent\r\n12/29/22: decided they dont want to participate anymore","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31937":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31938":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/15/22: Requested that I send him info via email, sent consent form\r\n12/28/22: lvm\r\n12/28/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31939":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/15/22: call can't go thru, sent an email\r\n12/28/22: Call cant go thru\r\n\r\nunable to reach, never responded to email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31940":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/15/22: number not in service\r\nno working phone number on file","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31941":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/15/22-LVM\r\n12/27/22-sent a copy of the consent form \r\n12/29/22-Participant declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31942":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/15/22: asked to be called after 3\r\n12/29/22: lvm\r\n1/4/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31943":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt asked that I call her back in an hour. \r\n12/20- pt requested a copy of the consent form to look over. \r\n01/09- LVM\r\nUnable to make contact with patient again after several attempts. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31944":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n12/20- LVM\r\n01/09- pt states that she is participating in a different study and would prefer to just stick to that one. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31945":{"redcap_data_access_group":"rush_university_me","main_record_id":"10568","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-15","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n12/20- LVM\r\n12/21- LVM\r\n12/30- said he would call back later today\r\n\r\ncouldnt reach before sx","obtain_date":"2022-12-30","date_and_time":"2022-12-30 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-01-03","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"withdrew before his baseline visit","sp_data_site":"N/A"},"31946":{"redcap_data_access_group":"rush_university_me","main_record_id":"10551","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-15","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-15","date_and_time":"2022-12-15 15:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-19","sp_v1_preop_date":"2023-01-12","sp_v2_6wk_date":"2023-03-02","sp_v3_3mo_date":"2023-04-19","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31947":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/21- LVM\r\n01/09- LVM\r\n01/17- unable to make contact with pt.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31948":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/16/22: sending consent form. coming here for apt on Tues, will try to call before then\r\n12/22/22: lvm\r\n12/30/22: lvm\r\n1/5/23: not getting surgery at Rush ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31949":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"12/16/22: not interested, has too much going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31950":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/16/22: lvm\r\n12/21/22-lvm\r\n12/27/22-lvm\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31951":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/16/22: lvm\r\n12/20/22: sending consent\r\n12/28/22: lvm\r\n12/29- pt has moved up their sx to 01/16 and is now having it at a surgery center.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31952":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"56","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/16/22: lvm\r\n12/20/22: lvm\r\n12/28/22: lvm\r\nunable to reach in time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31953":{"redcap_data_access_group":"rush_university_me","main_record_id":"10593","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-16","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/16/22: lvm\r\n12/21/22: lvm\r\n12/22/22: sent consent \r\n12/29/22: rescheduled for March 21st, wants to be contacted again closer to sx\r\n\r\n1/20/23: lvm; called back, still needs to read consent\r\n1/26/23: lvm. had calle saying she was interested","obtain_date":"2023-01-26","date_and_time":"2023-01-26 15:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-21","sp_v1_preop_date":"2023-02-07","sp_v2_6wk_date":"2023-04-04","sp_v3_3mo_date":"2023-05-21","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31954":{"redcap_data_access_group":"rush_university_me","main_record_id":"10570","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-19","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/19/22-lvm\r\n12/27/22-lvm\r\n12/30/22-Pt stated she will look over the consent and give a call back. \r\n","obtain_date":"2023-01-04","date_and_time":"2023-01-04 09:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-23","sp_v1_preop_date":"2023-01-09","sp_v2_6wk_date":"2023-03-06","sp_v3_3mo_date":"2023-04-23","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-01-06","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient chose to withdraw from study. Stated she has a lot going on in the moment and no longer wants to be a part of the study. ","sp_data_site":"N/A"},"31955":{"redcap_data_access_group":"rush_university_me","main_record_id":"10558","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-19","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-20","date_and_time":"2022-12-20 14:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-12","sp_v1_preop_date":"2023-01-04","sp_v2_6wk_date":"2023-02-23","sp_v3_3mo_date":"2023-04-12","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-01-10","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient was in a car accident before baseline, and has chosen to withdraw from the study. ","sp_data_site":"N/A"},"31956":{"redcap_data_access_group":"rush_university_me","main_record_id":"10559","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-19","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/21/22-Sent a copy of the consent form ","obtain_date":"2022-12-23","date_and_time":"2022-12-23 12:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-19","sp_v1_preop_date":"2023-01-03","sp_v2_6wk_date":"2023-03-02","sp_v3_3mo_date":"2023-04-19","age":"68","sex":"1","genident":"1","ethnic":"1","dem_race":"6","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31957":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/20/22: not interested, said if there was a study closer to home she would take part, but doesnt want to drive here","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31958":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"80","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined. States he is trying to deal with his sciatic pain prior to his knee replacement. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31959":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt asked that I call her back later today. \r\n12/20- pt is only willing to come in during pre op, unfortunately MRI is closed do to the holiday. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31960":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/20- pt states that she doesn't want to bother coming in to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31961":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31962":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/20/22: didnt have time to speak, asked me to email info instead\r\n12/28/22: in FL until surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31963":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/20/22: lvm\r\n12/30/22: sent consent\r\n1/4/23: still wants to read consent\r\n1/11/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31964":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/20/22: lvm\r\n12/30/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31965":{"redcap_data_access_group":"rush_university_me","main_record_id":"10571","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-20","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/20/22: emailed consent form\r\n12/28/22: lvm\r\n1/3/23: resending consent\r\n01/5/23: emailed saying he is interested, lvm","obtain_date":"2023-01-05","date_and_time":"2023-01-05 09:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-19","sp_v1_preop_date":"2023-01-12","sp_v2_6wk_date":"2023-03-02","sp_v3_3mo_date":"2023-04-19","age":"55","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 09:26:54","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit will fall outside of window. I have contacted the pt several times and we have been unable to schedule the visit","erep_protdev_caplan":"Keep reaching out to schedule visit before 6 month mark is reached.","erep_rel_covid19":"0"}}},"31966":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was on her way out and asked that I call back tomorrow. \r\n12/22- pt states that she had her sx on 12/01. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31967":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\n12/21- pt has too much going on and is not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31968":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/21/22- Pt stated to just send a copy of the consent form and he will look it over. \r\n12/27/22- Pt stated he is NY, give him a call back in a week. \r\n1/4/23- lvm \r\nCould not reach patient back before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31969":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/21- LVM\r\n12/29- LVM\r\n1/09- sent consent form, not sure about commute\r\n01/17- pt states that its too much of a long drive for him.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31970":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/21/22-LVM\r\n12/27/22-pt stated to give a call back tomorrow\r\n12/30/22-pt stated husband is being hospitalized, and she needs to look after him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31971":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/09- LVM\r\n01/17- LVM\r\n01/24- Unable to make contact with pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31972":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/22-LVM\r\n12/27/22-Pt declined, does not want to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31973":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/21/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31974":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/22: lvm\r\n12/29/22: spends winter in FL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31975":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/22: had his 1st knee done 6 wks ago, too soon to take part in study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31976":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31977":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/21/22: sent consent form\r\n1/4/23: pushing surgery back about 6 months, is interested in being recontacted then","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31978":{"redcap_data_access_group":"rush_university_me","main_record_id":"10563","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-21","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/21/22-pt stated to give a call back tomorrow morning\r\n12/27/22-Sent a copy consent form to look over. ","obtain_date":"2022-12-29","date_and_time":"2022-12-29 09:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-19","sp_v1_preop_date":"2023-01-06","sp_v2_6wk_date":"2023-03-02","sp_v3_3mo_date":"2023-04-19","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"2023-04-12","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31979":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/21/22-Pt stated they cancelled sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31980":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/21/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31981":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/22: sent consent form\r\n12/30/22: lvm\r\n1/4/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31982":{"redcap_data_access_group":"rush_university_me","main_record_id":"10562","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-22","screening_age":"72","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/22/22: sent consent, unsure about spending entire day with commute + visit\r\n\r\n","obtain_date":"2022-12-28","date_and_time":"2022-12-28 14:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-25","sp_v1_preop_date":"2023-01-13","sp_v2_6wk_date":"2023-03-08","sp_v3_3mo_date":"2023-04-25","age":"72","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31983":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/22: lvm\r\n12/29/22: lvm\r\n1/5/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31985":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"12/22/22: said she rescheduled her sx for Dec. 1st","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31986":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/22: doesn't want to drive ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31987":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-27","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/27/22-Sent copy of consent\r\n12/29/22-Pt stated to give a call back tomorrow \r\n12/30/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31988":{"redcap_data_access_group":"rush_university_me","main_record_id":"10567","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-27","screening_age":"55","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/27/22-Sent copy of consent \r\n","obtain_date":"2022-12-30","date_and_time":"2022-12-30 10:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-13","sp_v1_preop_date":"2023-01-09","sp_v2_6wk_date":"2023-02-24","sp_v3_3mo_date":"2023-04-13","age":"55","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 10:30:31","erep_ae_date":"2023-01-09","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-01-09 00:00","erep_resolution_date":"2023-01-09 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt started feeling anxious due to claustrophobia and was unable to do the MRI. ","erep_action_taken":"Pt will continue with other the study tests. Will not do MRI at 3 month visit. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31989":{"redcap_data_access_group":"rush_university_me","main_record_id":"10564","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-27","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/27/22-sent a copy of the consent form \r\n12/29/22-","obtain_date":"2022-12-29","date_and_time":"2022-12-29 10:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-13","sp_v1_preop_date":"2023-01-05","sp_v2_6wk_date":"2023-02-24","sp_v3_3mo_date":"2023-04-13","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-09-26 11:13:54","erep_ae_date":"2023-04-19","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-04-19 00:00","erep_resolution_date":"2023-04-19 00:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt reported trouble breathing and some anxiety, was unable to finish scans as a result. ","erep_action_taken":"Pt continued with other study tests. ","erep_outcome":"Pt unable to finish MRI. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"31990":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-29","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/29/22: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31991":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-29","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/29/22: cancelled sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31992":{"redcap_data_access_group":"rush_university_me","main_record_id":"10573","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-29","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/29/22: lvm\r\n12/30/22: called me and lvm, NA on cb\r\n1/3/23: sent consent form\r\n01/05/23: asked for call tmrw between 12 and 3","obtain_date":"2023-01-06","date_and_time":"2023-01-06 13:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-30","sp_v1_preop_date":"2023-01-17","sp_v2_6wk_date":"2023-03-13","sp_v3_3mo_date":"2023-04-30","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31993":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-30","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/30/22-lvm\r\n1/4/23-Sent a copy of consent form \r\n1/6/23-Pt stated she needs more time to look over the consent. \r\n1/9/23-lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31994":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-30","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/30/22-Pt declined, stated that they are not willing to drive to Chicago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31995":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/3/23: said he couldn't talk today\r\n1/17/23: lvm\r\n1/25/23: requested info via email, said they would contact me if interested\r\n2/3/23: drive is too long, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31996":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/3/23: lvm; called back, said she lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31997":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/3/23: lvm\r\n1/17/23: lvm\r\n1/24/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31998":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32000":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/4/23-Pt stated to give a call back tomorrow. \r\n1/6/23-call would not go through.\r\n1/11/23-Pt stated to give a call back tomorrow, he is on a flight to Miami. \r\n1/17/23-Pt stated they do not have time available before sx to come in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32001":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23-LVM\r\n1/11/23-LVM\r\n1/17/23-Pt hung up the phone. \r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32002":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/4/23-Pt declined, stated they are claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32003":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23: put on list 2 days before sx, no time to come in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32004":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/4/23: doesn't want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32005":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23: lvm\r\n1/10/23: lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32006":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/4/23-LVM\r\n1/5/23- Sent a copy of consent \r\n1/6/23-Pt declined, stated that she does not have the time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32007":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23-LVM\r\n1/10/23-LVM\r\n1/23/23-LVM\r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32008":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23: not interested. Stated that she did not understand what the study was about","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32009":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23: wants cb in 1 hr; emailing consent form\r\n1/11/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32010":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/6/23: going away after sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32011":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/6/23: asked for call back\r\n1/19/23: lvm\r\n1/27/23: sent consent\r\n2/1/23: asked to be called tomorrow\r\n2/2/23: asked to be called tomorrow at 1pm\r\n2/3/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32012":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"01/05/23: lvm; sent consent\r\n1/11/23: lvm\r\n1/17/23: npot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32013":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/5/23: no working phne \r\n\r\n10/18/23: lvm\r\n\r\n10/26/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32014":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/6/23-lvm\r\n1/11/23-sent copy of consent \r\n1/12/23-Pt declined, said she has too much on her plate before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32015":{"redcap_data_access_group":"rush_university_me","main_record_id":"10622","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/6/23-Sent a copy of the consent \r\n1/10/23-Pt stated that their sx has been pushed back until March.\r\n\r\n2/16/23: resending consent \r\n2/23/23: asked to be called after 3\r\n\r\n\r\n","obtain_date":"2023-02-23","date_and_time":"2023-02-23 15:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-23","sp_v1_preop_date":"2023-03-14","sp_v2_6wk_date":"2023-05-04","sp_v3_3mo_date":"2023-06-23","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-29 16:19:10","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"pt had a large wound on his knee, was unable to complete temporal summation or PPTs at this site. Completed every other test","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32016":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/6/23-pt declined, stated that they are not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32017":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/6/23-LVM\r\n1/18/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31999":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/4/23-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32018":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/6/23: sent consent\r\n1/12/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32020":{"redcap_data_access_group":"rush_university_me","main_record_id":"10602","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-09","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/9/23: asked to call me back. 2nd phone # is for work, do not call \r\n1/20/23: lvm","obtain_date":"2023-01-31","date_and_time":"2023-01-31 16:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-14","sp_v1_preop_date":"2023-02-10","sp_v2_6wk_date":"2023-03-28","sp_v3_3mo_date":"2023-05-14","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-27 12:13:48","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participants did not complete 6-week surveys","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32021":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\n01/17- sent a copy of the consent form for pt to look over. \r\n01/23- unable to make contact again prior to sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32022":{"redcap_data_access_group":"rush_university_me","main_record_id":"10574","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-09","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-09","date_and_time":"2023-01-09 12:18","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-24","sp_v1_preop_date":"2023-01-12","sp_v2_6wk_date":"2023-03-07","sp_v3_3mo_date":"2023-04-24","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-05-11 14:11:22","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3 month visit outside of protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"32023":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she would prefer to not have to come to Rush. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32024":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/9/23: lvm\r\n1/20/23: lvm\r\n1/30/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32025":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"01/9/23: lvm\r\ncalled back, is not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32026":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4|0","ptinterest_comment":"1/10/23: mbf\r\n1/17/23: lvm\r\n1/27/23: has other health issues right now, doesnt want to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32027":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/11/23: asked to be called later today\r\n1/13/23: not interested, lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32028":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/11/23: inconvenient for her to make the drive here","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32029":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/11/23-Pt declined, will not drive to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32030":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/11/23: sent consent\r\nsx date was moved to 1/9, before first contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32031":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n01/23- pt is not interested in participating. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32033":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"1/11/23-Pt needs a translator in polish. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32032":{"redcap_data_access_group":"rush_university_me","main_record_id":"10668","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-11","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Mailbox is full.\r\n01/17- mailbox is full. \r\n01/23- pt states that he has cancelled his sx. Wife is undergoing chemo and wants to wait to see how she respond before having sx. \r\n3/28/23:Looking at consent form\r\n4/4/23: asked to call back Thursday at 11\r\n","obtain_date":"2023-04-06","date_and_time":"2023-04-06 11:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-26","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-07","sp_v3_3mo_date":"2023-07-26","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-04-13","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Participants wife has cancer and will be busy with that and work. ","sp_data_site":"N/A"},"32034":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/11/23-LVM\r\n1/23/23-Pt declined, said its an inconvenience to drive to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32035":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/11- pt called back and requested a copy of the consent form to look over. \r\n01/23- pt wants another day to think about it. \r\n01/24- LVM\r\n01/31- Unable to make contact with patient.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32036":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/11/23-pt declined, stated she will not be interested in coming to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32037":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/11/23: lvm\r\ncalled back declined\r\n\r\nVIP, do not contact again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32038":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/11/23: lvm\r\n1/19/23: lvm\r\n1/24/23: hu on me\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32039":{"redcap_data_access_group":"rush_university_me","main_record_id":"10596","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-27","date_and_time":"2023-01-27 10:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-16","sp_v1_preop_date":"2023-01-31","sp_v2_6wk_date":"2023-03-30","sp_v3_3mo_date":"2023-05-16","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32040":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/11/23: lvm\r\n1/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32041":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"1/11/23: doesnt want to come to Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32042":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/11/23-Pt hung up the phone. \r\n1/17/23-lvm\r\nSx Cancelled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32043":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"1/12/23-lvm\r\n1/17/23-lvm\r\ncouldnt reach before sx\r\n\r\n03/23- LVM\r\n03/31- LVM\r\nUnable to make contact with pt before sx.\r\n\r\n5/16/23:lvm\r\n5/24/23:lvm\r\n5/31/23:lvm\r\nunable to reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32044":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/12/23: lvm\r\nnot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32045":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/12/23: hung up on me\r\n1/20/23: lvm\r\n2/1/23: ineligible for MRI\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32046":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/12/23: lvm\r\n1/18/23: lvm\r\n1/24/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32047":{"redcap_data_access_group":"rush_university_me","main_record_id":"10760","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-20","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/12/23: call didnt go thru\r\n1/18/23: call didnt go thru\r\n\r\ncouldnt reach before sx\r\n\r\n7/20/23:sent consent form \r\n7/26/23:\r\n","obtain_date":"2023-07-26","date_and_time":"2023-07-26 10:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-04","sp_v1_preop_date":"2023-09-18","sp_v2_6wk_date":"2023-11-15","sp_v3_3mo_date":"2024-01-04","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-19 09:36:15","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"Conducted the walking test at the end of the visit ","erep_protdev_caplan":"continue to follow protocol and not deviate ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-04-08 14:51:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline surveys completed too early ","erep_protdev_caplan":"NA","erep_rel_covid19":"0"}}},"32048":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"1/12/23: sent consent \r\n1/19/23: resending consent form\r\n1/23/23: not interested, cant make it in before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32049":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/13/23: emailed copy of the consent form\r\n1/20/23: lvm\r\n1/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32050":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/13/23: doesn't want to come in to MOR, didnt give reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32051":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/13/23: unsure abt participating, sent consent for more info\r\n1/20/23: resending consent\r\n1/23/23: sent consent again, calling later today\r\n1/24/23: is claustrophobic, not willing to try MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32052":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"1/13/23: not interested, hard to get here","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32053":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/17/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32054":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/17/23-Pt declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32055":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/17/23-Sent a copy of the consent copy \r\n1/18/23-Pt declined, no longer interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32056":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/17/23: sent consent\r\n1/20/23: is going to call back in a few hrs \r\n1/25/23: lvm\r\n2/6/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32057":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she has too much think about before sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32058":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/17/23-Sent a copy of the consent \r\n1/26/23-lvm \r\n1/30/23-Pt hung up the phone \r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32060":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/24- LVM\r\nUnable to make contact with patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32061":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is in a bad reception area and asked that I call her back tomorrow. \r\n01/24- pt asked to look over consent form and asked that I call back tomorrow. \r\n01/25- LVM\r\nPt sent an email stating that she prefers not to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32062":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/24- LVM\r\n01/31- LVM\r\nUnable to reach prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32063":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/19- pt has cancelled sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32064":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is having their 2nd knee done 6 wks after first sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32065":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/17/23: LVM\r\n1/24/23: said she would call back tomorrow\r\n2/2/23: lvm\r\n2/14/23: lvm\r\n\r\nunable to confirm interest before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32066":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/24- Pt declined stating that she lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32067":{"redcap_data_access_group":"rush_university_me","main_record_id":"10586","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-17","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/17/23-sent copy of consent \r\n1/18/23-LVM\r\n1/24/23-","obtain_date":"2023-01-24","date_and_time":"2023-01-24 09:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-03","sp_v1_preop_date":"2023-01-25","sp_v2_6wk_date":"2023-03-17","sp_v3_3mo_date":"2023-05-03","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 09:29:35","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"pt was admitted to hospital for a cardiac issue, was unable to come in for 3 month visit within the window. We have not yet been able to reschedule this visit.\r\nunable to reschedule the 3 month visit. Unable to reach due to medical emergency above","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32068":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n01/24- pt just started a new job and had to cancel her sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32069":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/17/23-LVM\r\n1/19/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32070":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/17/23-Pt declined, said she is not willing to come to Chicago for the 3 visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32071":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"1/17/23-Pt stated they are having hip sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32072":{"redcap_data_access_group":"rush_university_me","main_record_id":"10588","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-18","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/18/23: sent consent\r\n1/23/23: wants cb at 1pm\r\n","obtain_date":"2023-01-24","date_and_time":"2023-01-24 14:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-22","sp_v1_preop_date":"2023-02-06","sp_v2_6wk_date":"2023-04-05","sp_v3_3mo_date":"2023-05-22","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-27 12:08:08","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participants 6-week surveys were completed outside of protocol range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32073":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/18/23: unsure abt participation, sent consent form\r\n1/25/23: lvm\r\n2/1/23: not interested, wants to focus on surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32074":{"redcap_data_access_group":"rush_university_me","main_record_id":"10600","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-18","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/18/23: sent consent\r\n1/24/23: had to resend consent.\r\n1/31/23: ","obtain_date":"2023-01-31","date_and_time":"2023-01-31 11:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-22","sp_v1_preop_date":"2023-02-07","sp_v2_6wk_date":"2023-04-05","sp_v3_3mo_date":"2023-05-22","age":"70","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32075":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/18/23-Pt stated she has too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32076":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"1/18/23-LVM\r\n1/26/23-Pt declined, stated too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32077":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/18/23: lvm\r\n1/26/23: sent consent\r\n1/31/23: call tomorrow \r\n2/1/23: lvm\r\n\r\nunable to reach again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32078":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/18/23: lvm\r\n1/26/23: lvm\r\n2/2/23: lvm\r\n\r\nunable to reach ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32079":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/19/23: was interested, but unable to come in for baseline before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32080":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/19/23: lvm\r\n1/20/23: called back to tell me he is not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32081":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/20/23: wants a call back at a different time. Didn't get to explain study\r\n1/25/23: is not interested, no specific reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32082":{"redcap_data_access_group":"rush_university_me","main_record_id":"10585","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-20","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/20/23: sent consent\r\n1/23/23: asked to be called at 4pm to consent","obtain_date":"2023-01-23","date_and_time":"2023-01-23 16:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-02","sp_v1_preop_date":"2023-01-26","sp_v2_6wk_date":"2023-03-16","sp_v3_3mo_date":"2023-05-02","age":"68","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32083":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/20/23: lvm\r\n1/27/23: lvm on 2nd number\r\n2/3/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32084":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/20/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32085":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/23/23-Pt declined, stated she is severely claustrophobic and is not willing to complete the test. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32086":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"55","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n02/08- No Answer\r\n02/14- No Answer\r\nUnable to make contact with patient prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32087":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/24/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32088":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n01/31- LVM\r\n02/15- LVM\r\nUnable to reach < month\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32089":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n01/31- No answer\r\n02/15- LVM\r\nUnable to reach < month","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32090":{"redcap_data_access_group":"rush_university_me","main_record_id":"10608","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/25/23: sent consent\r\n2/2/23: will call back tmrw","obtain_date":"2023-02-03","date_and_time":"2023-02-03 10:48","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-10","sp_v1_preop_date":"2023-02-24","sp_v2_6wk_date":"2023-04-21","sp_v3_3mo_date":"2023-06-10","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32091":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/26/23-LVM\r\n1/30/23-LVM\r\n2/8/23-LVM\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32092":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/26/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32093":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/26/23-Pt declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32094":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/26/23-Sent a copy of the consent \r\n1/31/23-Pt declined, stated she has too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32095":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/27/23-Pt declined, stated she is not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32096":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/27/23-LVM\r\n1/30/23-Pt declined, has too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32097":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/27/23-Pt stated another research study called her yesterday and she is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32098":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/27/23: not interested in doing research\r\n\r\n---\r\n\r\n7/26/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32099":{"redcap_data_access_group":"rush_university_me","main_record_id":"10597","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-27","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-30","date_and_time":"2023-01-30 09:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-16","sp_v1_preop_date":"2023-02-03","sp_v2_6wk_date":"2023-03-30","sp_v3_3mo_date":"2023-05-16","age":"70","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32100":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/27/23: sent consent. has a lot going on so is unsure Abt participating\r\n\r\nis claustrophobic, does not want to participate due to MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32101":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"*has google assistant*\r\n\r\n1/27/23: sent consent form\r\n1/30/23: still thinking about participating, unsure\r\n2/3/23: still not sure\r\n\r\ncouldnt confirm interest before sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32102":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/27/23: lvm\r\n1/30/23: sent consent \r\n2/2/23: lvm\r\n\r\ncouldnt reach again before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32103":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/27/23: lvm\r\n1/31/23: sent consent\r\n2/14/23: lvm\r\n2/22/23: lvm\r\n\r\ncouldnt confirm interest before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32104":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3|0","ptinterest_comment":"1/27/23: not interested, right knee is still hurting and doesnt want to worry about extra visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32105":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/27/23: will think about it and then call me\r\n2/15/23: not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32106":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/30/23-Sent a copy of consent \r\n2/3/23-resent form\r\n2/8/23-Pt declined not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32107":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/31/23: lvm\r\nnot interested, doesnt want to do cold water test","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32108":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\n01/31- pt declined participation, states they live too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32109":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/23: lvm\r\n2/8/23: lvm\r\n2/20/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32110":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/23: lvm\r\n2/6/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32111":{"redcap_data_access_group":"rush_university_me","main_record_id":"10609","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-01","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/1/23: sent consent","obtain_date":"2023-02-03","date_and_time":"2023-02-03 12:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-16","sp_v1_preop_date":"2023-02-08","sp_v2_6wk_date":"2023-03-30","sp_v3_3mo_date":"2023-05-16","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32112":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/1/23-Pt stated to give a call back later. \r\n2/6/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32113":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/1/23-LVM\r\n2/6/23-pt declined, stated too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32114":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/23: lvm\r\n2/6/23: lvm\r\ncouldnt reach before sx\r\n\r\n6/29/23: lvm\r\n7/11/23: lvm\r\n7/25/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32115":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"2/1/23-LVM\r\n2/6/23-LVM\r\n2/14/23-Pt's son answered and stated she does not speak English. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32116":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/23-Pt declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32117":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/2/23-Pt stated another study called her yesterday and she said no. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32118":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/2/23-LVM\r\n2/6/23-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32120":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/2/23: lvm\r\n2/9/23: said she did not want to hear about study since she is working all day","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32119":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/2/23- Phone call did not go through \r\n2/6/23-Pt declined, stated there is too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32121":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"2/2/23-Pt stated that she already had sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32122":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/2/23: lvm\r\n2/6/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32123":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|3","ptinterest_comment":"2/2/23: doesnt like the sound of study procedures","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32124":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/2/23: lvm\r\n2/6/23: asked for cb tomorrow at 11am\r\n2/7/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32125":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-03","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"2/3/23: emailed consent, seemed unsure\r\n2/8/23: resent consent\r\n2/9/23: lvm\r\n2/14/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32126":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"2/3/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32127":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-03","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32128":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/6/23-LVM\r\n2/14/23-Pt's husband stated she cancelled her sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32129":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/6/23-LVM\r\n2/7/23-Sent a copy of the consent \r\n2/9/23-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32130":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/6/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32131":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/6/23: lvm\r\n2/14/23: has too much going on, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32132":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/6/23-Pt stated they will be in Puerto Rico after the sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32133":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/6/23: wants a call back in a few days\r\n2/14/23: lvm; sent consent\r\n2/15/23: said she would call back later today\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32134":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/6/23: line busy\r\n2/14/23: line busy\r\n\r\nCouldnt reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32135":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/6/23: doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32136":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/8/23: not interested. Cant make appts due to work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32137":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/8/23: lvm\r\n2/9/23: sent consent\r\n2/14/23: lvm\r\n2/22/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32138":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/8/23: lvm\r\n2/15/23: wants to focus on sx, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32139":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"2/8/23-Sent a copy of the consent \r\n2/10/23-Pt declined, not willing to try MRI ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32140":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/8/23-LVM\r\n2/14/23-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32141":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not want to come in to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32142":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n02/14- LVM\r\n02/20- pt is interested in participating but is on her way to brunch. Asked that I call her back tomorrow to consent. \r\n02/21- LVM\r\n02/24- mailbox is full\r\n03/01- mailbox is full\r\n03/07- unable to make contact with patient after multiple attempts. \r\n\r\n7/26/23: lvm\r\n8/4/23: LVM\r\n8/11/23: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32143":{"redcap_data_access_group":"rush_university_me","main_record_id":"10618","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-08","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-14","date_and_time":"2023-02-14 13:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-17","sp_v1_preop_date":"2023-02-28","sp_v2_6wk_date":"2023-04-28","sp_v3_3mo_date":"2023-06-17","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-07-10 15:01:32","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was out of town and unable to make 3 month appointment within the protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"32144":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/8/23: asked for cb tmrw\r\n2/9/23: wants to be called later today\r\n2/15/23: mbf\r\n\r\nunable to explain study before sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32145":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/8/23-LVM\r\n2/14/23-LVM\r\n2/20/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32146":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\n02/14- Patient lives too far and does not feel comfortable driving in to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32147":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n02/09- Pt wants a few more days to think about it. Asked that I call her back after the weekend. \r\n02/14- LVM\r\n02/15- pt could not make a decision about whether or not to participate prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32148":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\n02/14- pt states that she cancelled her sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32149":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n02/14- pt wants another day to look over the consent form. \r\n02/15- LVM\r\nUnable to get an answer from pt prior to sx. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32150":{"redcap_data_access_group":"rush_university_me","main_record_id":"10611","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-08","screening_age":"57","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-08","date_and_time":"2023-02-08 10:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-22","sp_v1_preop_date":"2023-02-09","sp_v2_6wk_date":"2023-04-05","sp_v3_3mo_date":"2023-05-22","age":"57","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32151":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n02/14- Pt states he lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32152":{"redcap_data_access_group":"rush_university_me","main_record_id":"10619","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-08","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"02/08- pt states that he has an IVC filter that was placed 15 yrs ago. He is trying to find more info on it to see if he can consent. ","obtain_date":"2023-02-14","date_and_time":"2023-02-14 15:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-02-20","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject had surgery moved and is now having surgery at a surgery center in Indiana. ","sp_data_site":"N/A"},"32153":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/8/23: wants to think abt it, sending consent for additional info\r\n2/14/23: lvm\r\n\r\ncouldnt reach again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32154":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/9/23: lvm\r\n2/16/23: lvm\r\n2/22/23: emailed copy of consent\r\n2/27/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32155":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/9/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32156":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23-Sent a copy of the consent form \r\n2/17/23-Pt declined, stated that she doesn't think she will be able to get off work to come down. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32157":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23-lvm\r\n2/17/23-Pt stated they having too much going on and won't be able to patriciate ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32158":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23-Sent a copy of the consent form \r\n2/23/23-Pt declined, stated they have too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32159":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23-LVM\r\n2/20/23-LVM\r\n2/27/23- not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32160":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/14/23-LVM\r\n2/20/23-LVM\r\n\r\nunable to reach before sx\r\n\r\n8/1/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32161":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23: not interested, wants to focus on sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32162":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/14/23: lvm\r\n2/20/23: lvm\r\n2/28/23: lvm\r\n\r\ncouldnt reach before sx\r\n\r\n5/10/23:lvm\r\n5/24/23:lvm\r\n5/31/23:lvm\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32163":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/14/23-Pt stated they are not getting a knee replacement. Stated they just had a hip replacement.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32164":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/14/23: unsure, sent additional info\r\n2/21/23: resent consent\r\n2/24/23: no answer, couldnt lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32165":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23-Pt declined, stated its too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32166":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23-LVM\r\n2/20/23-PT Declined, not willing to drive to Chicago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32167":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/14/23-Lvm\r\n2/20/23-Lvm\r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32168":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/14/23-LVM\r\n2/20/23-LVM\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32169":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/23: lvm\r\n2/15/23: sent consent\r\n2/17/23: lvm; resent consent\r\n2/23/23: is interested, calling back later\r\n2/27/23: still needs to think about it, is unsure now\r\n3/1/23: cant make it in before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32170":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt asked that I call back in half an hour. \r\n02/23- pt asked that I call him back in half an hour. \r\n02/23- pt states that he has no time to come in for a baseline visit prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32171":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt's mailbox has not been set up. \r\n02/20- mailbox is not set up. \r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32172":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15/23: LVM\r\n03/09/23: Sx has been cancelled\r\n\r\n6/21/23: lvm\r\n6/30/23: line busy (?)\r\n7/19/23: lvm\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32173":{"redcap_data_access_group":"rush_university_me","main_record_id":"10621","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-15","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-17","date_and_time":"2023-02-17 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-29","sp_v1_preop_date":"2023-03-24","sp_v2_6wk_date":"2023-05-10","sp_v3_3mo_date":"2023-06-29","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 09:56:52","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt completed 6-week surveys outside protocol range.","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-23 09:03:58","erep_ae_date":"2023-06-23","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-06-23 00:03","erep_resolution_date":"2023-06-23 00:03","erep_ae_severity":"3","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient had a lot of trouble with neck/back issues and not fitting into the MRI machine properly at baseline. He had a lot of anxiety at MRI for this visit and was unable to go through with MRI. ","erep_action_taken":"Patient will continue with the rest of the study. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32174":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-18","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/18/23: LVM\r\n\r\n9/26/23: lvm\r\n\r\n10/4/23: lvm\r\n\r\n10/19/23: Couldn't be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32175":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient declined on participating, states that he's not even sure if he plans on having the sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32176":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt asked that I call her back early next week. \r\n\r\ncouldnt confirm interest before sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32177":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/15/23-Sent a copy of the consent form \r\n2/17/23-Pt declined, stated too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32178":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15/23-Pt declined, not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32179":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/16/23: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32180":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/16/23: mbf on 1st #, lvm on home #\r\n2/22/23: will call me tmrw morning\r\n2/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32181":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/16/23-Sent a copy of the consent form \r\n2/17/23-Pt declined, stated too much going on and won't be able to come in before the sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32182":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/16/23-Pt declined not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32183":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/17/23: asked to be called monday\r\n2/20/23: asked for call tomorrow morning\r\n2/21/23: lvm\r\n\r\nnever got to explain study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32184":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"2/17/23: hung up on me\r\n3/1/23: lives too far, and plans on having both knees replaced within 2 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32185":{"redcap_data_access_group":"rush_university_me","main_record_id":"10627","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-17","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/17/23: Sent consent\r\n2/27/23: asked for call back tomorrow\r\n","obtain_date":"2023-02-28","date_and_time":"2023-02-28 10:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-11","sp_v1_preop_date":"2023-03-31","sp_v2_6wk_date":"2023-05-23","sp_v3_3mo_date":"2023-07-11","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32186":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/17/23: lvm; sent consent \r\n3/2/23: lvm; not interested, not enough time \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32187":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/17/23: lvm\r\n2/21/23: lvm; cancelled sx but is interested when it is rescheduled.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32188":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/17/23-Pt stated she has too much going on before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32189":{"redcap_data_access_group":"rush_university_me","main_record_id":"10626","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-20","screening_age":"40","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/20/23: sent consent\r\n2/24/23: number has been disconnected, sent email to follow up","obtain_date":"2023-02-27","date_and_time":"2023-02-27 10:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-24","sp_v1_preop_date":"2023-03-20","sp_v2_6wk_date":"2023-05-05","sp_v3_3mo_date":"2023-06-24","age":"40","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32190":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/20/23-Pt declined, stated she is not comfortable coming in downtown Chicago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32191":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/20/23: hung up on me; lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32192":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/20/23: asked to be called back\r\n4/10/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32193":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/20/23: asked to be called back\r\n3/2/23: worried about driving to the city, will call back if interested\r\n3/17/23: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32194":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/20/23: lvm\r\n2/21/23: sent consent\r\n2/27/23: lvm\r\n3/1/23: not interested, travel is too much","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32195":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/20/23: cant come in bc of work schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32196":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/20/23: lvm\r\n2/28/23: lvm; not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32197":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/20/23: is unsure, sending consent so she can think about it\r\n2/22/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32198":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/21/23: doesnt have the time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32199":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22/23-Sent a copy of the consent. \r\n2/24/23-lvm\r\n3/1/23: lvm\r\n3/16/23: lvm\r\n\r\nunable to confirm interest in study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32200":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22/23: LVM\r\n3/1/23: mbf on cell, lvm on home #\r\n3/6/23: lvm\r\nunable to reach before sx\r\n3/23/23: Moved surgery - \r\n3/28/23: didnt look at consent, call back tomorrow \r\n4/3/2023:lvm\r\n4/4/23: surgery friday ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32201":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/22/23-Pt states she lives in Indiana and it is too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32202":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3|0","ptinterest_comment":"2/23/23-Sent consent \r\n2/27/23: lives too far, and doesnt like idea of MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32204":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32205":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/23/23: not interested, doesnt want to make trip","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32206":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"2/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32207":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient opted not to participate once I gave her details about the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32208":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\n03/01- sent a copy of the consent form to look over. \r\n03/07- LVM\r\nPt called back to let me know that she's not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32209":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/01-pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32210":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\n03/01- LVM\r\n03/07- pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32211":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of consent form to look over. \r\n03/01- pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32212":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-24","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/24/23: lvm\r\n2/28/23: lvm\r\n3/6/23: is rescheduling sx, asked for cb in a week to see if things have been settled\r\n3/16/23: lvm\r\n3/22/23:lvm\r\n4/3/23:lvm\r\n4/6/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32213":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-24","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/24/23: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32214":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-24","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/24/23: said she would call back\r\n2/28/23: sent consent\r\n3/1/23: emailed back saying not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32215":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"2/27/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32216":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/27/23: inconvenient to make drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32217":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/27/23: lvm\r\n3/10/23: lvm\r\n3/17/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32218":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"2/28/23: lvm\r\n3/7/23: lives too far, busy with job","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32219":{"redcap_data_access_group":"rush_university_me","main_record_id":"10647","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-28","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/28/23: sent consent\r\n3/7/23: lvm\r\n3/17/23: callback monday to consent","obtain_date":"2023-03-20","date_and_time":"2023-03-20 10:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-07","sp_v1_preop_date":"2023-03-24","sp_v2_6wk_date":"2023-05-19","sp_v3_3mo_date":"2023-07-07","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32221":{"redcap_data_access_group":"rush_university_me","main_record_id":"10642","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-01","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/1/23: sending consent, is worried about distance to get here\r\n3/7/23: needs to make sure the can come in for baseline\r\n","obtain_date":"2023-03-10","date_and_time":"2023-03-10 11:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-11","sp_v1_preop_date":"2023-03-24","sp_v2_6wk_date":"2023-05-23","sp_v3_3mo_date":"2023-07-11","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-03-15","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"does not have time to travel for the visits, chose to withdraw prior to the baseline","sp_data_site":"N/A"},"32222":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/1/23: has vacations planned after sx, cant come in for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32223":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"3/1/23: sent consent\r\n3/3/23: might be pushing sx back, cant commit right now, but will let me know\r\n3/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32224":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient works full time and does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32225":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/1/23: lvm\r\n3/6/23: called me, called back and lvm\r\n\r\n3/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32226":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"03/01- pt is interested but asked that I call her back tomorrow to consent. \r\n03/02- LVM\r\n03/07- LVM\r\n03/14- unable to make contact with pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32227":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/10- pt is interested in any in person study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32228":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/1/23: lvm\r\n3/6/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32229":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/1/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32230":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/1/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32231":{"redcap_data_access_group":"rush_university_me","main_record_id":"10629","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-01","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-01","date_and_time":"2023-03-01 11:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-16","sp_v1_preop_date":"2023-03-08","sp_v2_6wk_date":"2023-04-27","sp_v3_3mo_date":"2023-06-16","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32232":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"3/1/23: not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32233":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/2/23: lvm\r\n3/9/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32234":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/2/23: lvm\r\n3/3/23: called me and left message. Had another knee done 2/1, doesnt meet criteria","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32235":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/2/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32236":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/2/23: doesnt have time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32237":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/3/23: no time for a baseline visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32238":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/3/23: lvm\r\n3/10/23: lvm\r\nsent consent\r\n3/22/23: resent consent\r\n\r\nunable to recontact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32239":{"redcap_data_access_group":"rush_university_me","main_record_id":"10649","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-06","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/6/23: mbf\r\n3/14/23: sent consent","obtain_date":"2023-03-22","date_and_time":"2023-03-22 11:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-12","sp_v1_preop_date":"2023-04-03","sp_v2_6wk_date":"2023-05-24","sp_v3_3mo_date":"2023-07-12","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32240":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/23: lvm\r\n3/8/23: lvm\r\n\r\ncouyldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32241":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/7/23: is unsure, sent consent for more info\r\n3/14/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32242":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"03/07- sent a copy of the consent form to look over. \r\n03/14- Pt states that he is not interested in participating. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32243":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/7/23: not interested, wont come downtown","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32244":{"redcap_data_access_group":"rush_university_me","main_record_id":"10640","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-09","date_and_time":"2023-03-09 12:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-19","sp_v1_preop_date":"2023-04-10","sp_v2_6wk_date":"2023-05-31","sp_v3_3mo_date":"2023-07-19","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32245":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/9/23: call back next week\r\n3/16/23: lvm\r\n3/28/23: works full time, cant come in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32246":{"redcap_data_access_group":"rush_university_me","main_record_id":"10667","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-09","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/9/23: sent consent\r\n3/16/23: lvm\r\n3/28/23: resent consent\r\n4/4/23: cb At 9am","obtain_date":"2023-04-06","date_and_time":"2023-04-06 10:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-19","sp_v1_preop_date":"2023-04-12","sp_v2_6wk_date":"2023-05-31","sp_v3_3mo_date":"2023-07-19","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 08:58:39","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys have not been completed within timeline. ","erep_protdev_caplan":"I have resent the link for the surveys 3 times, and called the pt twice regarding the surveys, but as of today they have still not been done.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-01-25 10:31:46","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant completed 6 month survey out of timeframe ","erep_protdev_caplan":"participant was called and emailed 3+ times to complete these surveys. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2024-02-20 15:41:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit completed outside of time line.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32247":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/9/23: cancelled sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32248":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/9/23: no one on other end\r\n3/20/23: His daughter answered and gave him cellphone number to call. lvm\r\n4/3/2023: Sending consent to look at - will call back if interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32249":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/9/23: might be having 2nd knee done right after first, sent consent and will call back to check \r\n3/22/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32250":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/9/23: lvm\r\n\r\ncouldnt reach in time\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32251":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/9/23: lvm\r\n\r\ncouldnt reach in time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32252":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/10/23: lvm\r\n3/16/23: is pushing surgery back to june, wants to be contacted again closer to the sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32253":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/10/23: lvm\r\nlives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32254":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/14- LVM\r\nUnable to make contact with pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32255":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\n03/14- no answer\r\nUnable to make contact with pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32256":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not feel comfortable participating in this study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32257":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No answer\r\n03/14- pt does not have time to come in prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32258":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n03/16- LVM\r\nPt called and asked for more time to look over the consent form. \r\n03/23- pt was at the store and asked that I call her back.\r\n03/28- pt asked that I call her back later today. \r\n04/03- Unable to get an answer from pt prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32259":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/14- LVM\r\n03/16- unable to make contact with patient prior to sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32260":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\nPt called and states not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32261":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/14/23: sent consent. said she probabliy will not participate, will call me if interested\r\n3/16/23: resent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32262":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"3/14/23: no interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32263":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/23- pt requested a copy of the consent form to look over. \r\n03/29- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32264":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32265":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"46","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Mailbox is full. \r\n03/23- No answer. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32266":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/14/23: Pt asked that I send a copy of the consent form for him to look over. \r\n03/23/23: LVM\r\n03/31/23: Unable to make contact with pt again. \r\n\r\n8/4/23: too much going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32267":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states they don't plan on being in town after the sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32268":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"82","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/23- no answer\r\n03/31- no answer\r\nUnable to make contact with pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32269":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Participant prefers Spanish, Silvia will call them later today. \r\n03/23- Unable to reach > month. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32270":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/14/23: No one answered.\r\n3/24/23:Not Interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32271":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/15/23:lvm\r\n3/16/23: too inconvenient ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32272":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/14/2023: No one answered. \r\n3/22/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32273":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/2023: No answer.\r\n3/22/23: lvm\r\n4/4/23:lvm\r\n4/10/23:Works late and cannot come in ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32274":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: not interested, said he might be for the second knee in the future, wants to be recontacted then (if scheduled)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32275":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32276":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: lvm\r\n3/23/23: lvm\r\n3/29/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32277":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: wants info on the study (consent and additional informaTION)\r\n3/24/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32278":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"36","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: lvm\r\n3/22/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32279":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: will call me back \r\n\r\nunable to reach again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32280":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: lvm\r\n3/22/23: Canceled surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32281":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/16/23: Participant requested a copy of the consent form to look over. \r\n3/20/23: Decided after reading consent they pt doesn't want to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32282":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/16/23: lvm\r\n3/22/23: lvm\r\n4/4/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32283":{"redcap_data_access_group":"rush_university_me","main_record_id":"10650","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/16/23: Set up a second call to look over the consent form. \r\n3/22/23:consent","obtain_date":"2023-03-22","date_and_time":"2023-03-22 11:48","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-27","sp_v1_preop_date":"2023-03-29","sp_v2_6wk_date":"2023-06-08","sp_v3_3mo_date":"2023-07-27","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-07-24","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Participant is upset with Midwest orthopedics and her doctor (Dr. Levine) and wants nothing to do with our research. Has withdrawn from the study after being called in for her three month visit. ","sp_data_site":"N/A"},"32284":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/16/23: Isn't interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32285":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: Possible consent \r\n3/20/23: lvm but she called back and was having trouble opening consent form. Asked to look over and call back same time next week. \r\n3/28/23: lvm\r\n4/11/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32286":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/17/23: Sending the consent letter \r\n3/20/23:lvm\r\n3/22/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32287":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/17/23: will be having a second knee replacement surgery but is unsure of date. Call back Monday to discuss more\r\n3/20/23: Possible consent but travel limitations\r\n3/28/23: Didnt look at consent, will look at tomorrow and asked to call back then. \r\n4/3/2023: Cant make it before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32288":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/17/23:hungup on me \r\n3/22/23: call back when available, Monday or Tuesday (1-2pm) \r\n3/27/23:too much of a time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32289":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/17/23: Participant noted they are often out of town and would not be able to make extra visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32290":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/17/23: lvm\r\n3/24/23: 2nd knee replacement surgery in 2 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32291":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/17/23: lvm\r\n4/4/23:Poss consent \r\n4/11/23: Too far to drive and not enough time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32292":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/17/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32293":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/17/23: lvm\r\n3/20/23:lvm\r\n3/22/23: surgery canceled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32294":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/17/23: mailbox is full not able to lvm\r\n3/22/23: cleared mailbox and lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32295":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/17/23: doesnt want to come into city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32296":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/17/23: not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32297":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/17/23: Some interest but wants a little while to think it over. \r\n3/24/23: Still unsure and wants the weekend to look over. \r\n3/28/23:Too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32298":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/17/23: Laughed and said definitely not ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32299":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/17/23: at work, wants call back\r\n3/28/23: works everyday\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32300":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32301":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32302":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/23/23: asked for cb\r\n3/24/23: sent consent, will call me if interested\r\n4/6/23: lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32303":{"redcap_data_access_group":"rush_university_me","main_record_id":"10654","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-22","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/23/23: sent consent","obtain_date":"2023-03-27","date_and_time":"2023-03-27 14:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-26","sp_v1_preop_date":"2023-04-07","sp_v2_6wk_date":"2023-06-07","sp_v3_3mo_date":"2023-07-26","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32304":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/22/23: lvm\r\n3/23/23: lives too far, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32305":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/22/23: call could not go thru\r\n3/28/23: thinking about it, sent consent. Sounded unsure\r\n4/4/23: asked for cb later\r\n4/7/23: not interested, doesnt want to come to Chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32306":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/22/23: lvm\r\n3/28/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32307":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/22/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32308":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"3/22/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32309":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/22/23: cant travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32310":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she does not want to be traveling in to the city for additional visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32311":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/23/23:Possible consent, call back \r\n3/28/23:didnt see consent form\r\n3/31/23: In person consent?\r\n4/3/23:Surgery tomorrow ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32312":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/23/23:lvm\r\n3/28/23: Does not have the time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32313":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32314":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23: lvm\r\n3/30/23: lvm\r\n\r\nUnable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32316":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23: lvm\r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32315":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32317":{"redcap_data_access_group":"rush_university_me","main_record_id":"10664","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-23","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/23/23: Possible consent \r\n4/4/23:","obtain_date":"2023-04-04","date_and_time":"2023-04-04 12:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-11","sp_v1_preop_date":"2023-04-07","sp_v2_6wk_date":"2023-05-23","sp_v3_3mo_date":"2023-07-11","age":"49","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 08:25:16","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant kept moving scheduled date and when she finally came in it was outside of protocol range. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-03-08 11:45:42","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time frame ","erep_protdev_caplan":"continue to monitor participants surveys to ensure all of them are completed on time ","erep_rel_covid19":"0"}}},"32318":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"3/23/23: lvm\r\n3/28/23: lvm\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32319":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23: sent consent \r\n3/28/23: lvm\r\n4/6/23: resent consent\r\n4/14/23: bad time\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32320":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt finds it too hard to come all the way to the city for these visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32321":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/23/23:Not interested, pt too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32322":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23: lvm\r\n3/28/23: will call me if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32323":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/23/23: lvm\r\n4/4/23: lvm\r\n4/10/23: lvm\r\n\r\nunable to reach\r\n\r\n10/18/23:lvm\r\n10/26/23:lvm\r\n10/31/23:lvm\r\n11/7/23:lvm\r\n\r\nSx passed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32324":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"3/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32325":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/23/23: lvm\r\n3/29/23: lvm\r\n4/6/23: not interested, too much going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32326":{"redcap_data_access_group":"rush_university_me","main_record_id":"10659","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-23","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-03","date_and_time":"2023-04-03 10:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-31","sp_v1_preop_date":"2023-05-04","sp_v2_6wk_date":"2023-07-12","sp_v3_3mo_date":"2023-08-31","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32327":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"55","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/31- LVM\r\nPt called back and asked that I call him back at noon. \r\n04/10- LVM\r\n04/17- LVM\r\nUnable to contact prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32328":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/31- Unable able to make contact with pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32329":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"3/23/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32330":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/24/23:Interested and wants to look it over with her daughter.\r\n3/28/23: Not interested \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32331":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/24/23:In a rush call back Thursday or Friday\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32332":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/24/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32333":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/28/23: Called back and said no but might change her mind before surgery\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32334":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28/23: lvm\r\n4/4/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32335":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"3/28/23: is interested, sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32336":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/28/23:lvm\r\n4/6/23:lvm\r\n4/11/23:lvm\r\n4/14/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32337":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"04/2023: Patients was just diagnosed with cancer and will be cancelling her knee sx. \r\n\r\n9/11/23: lvm\r\n9/22/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32338":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/28/23:lvm\r\n4/3/23:lvm\r\n4/4/23: canceled surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32339":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/28/23: sent consent form to look over\r\n4/3/23: cannot do MRI because hes claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32340":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/28/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32341":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"3/28/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32342":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/28/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32343":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28/23:lvm\r\n4/4/223:lvm\r\n4/11/23: lvm\r\n4/14/23: Answered and sent consent form \r\n4/18/23: nit interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32344":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not want to travel in to the city for the visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32345":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/25/23: lvm\r\n4/4/23: not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32346":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/28/23: lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32347":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/28/23: lvm\r\n4/4/23: call back friday\r\n4/11/23: doesnt want to come downtown","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32348":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/28/23: doesnt want to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32349":{"redcap_data_access_group":"rush_university_me","main_record_id":"10660","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-28","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-03","date_and_time":"2023-04-03 13:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-26","sp_v1_preop_date":"2023-04-21","sp_v2_6wk_date":"2023-06-07","sp_v3_3mo_date":"2023-07-26","age":"51","sex":"1","genident":"1","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32350":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"53","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is having 2nd knee replacement 2 months after the 1st. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32351":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/03- LVM\r\n04/11- Unable to reach pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32352":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient lives too far and doesn't want to have to drive in to the city for more visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32353":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/29/23: lives too far not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32354":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/29/23: out of country until 4/2, no access to vm\r\n4/6/23: lvm\r\n4/10/23: sent info by email as requested, didnt get to explain on the phone; not enough time, not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32355":{"redcap_data_access_group":"rush_university_me","main_record_id":"10669","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-29","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/29/23: sent consent\r\n","obtain_date":"2023-04-07","date_and_time":"2023-04-07 14:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-05","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-16","sp_v3_3mo_date":"2023-08-05","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-04-18","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Pt. is moving to go help take care of a sick family member. Withdrawn before baseline visit.","sp_data_site":"N/A"},"32356":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29/23: lvm\r\n4/11/23: lvm\r\n4/18/23: unable to leave message\r\n\r\nunBLE TO REACH","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32357":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32358":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29/23: asked for call back, didnt explain study yet\r\n4/11/23: line busy\r\n4/19/23: line busy; call back tomorrow\r\n4/24/23: lvm\r\n\r\nunable to confirm interest\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32359":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29/23: asked for cb tues. at 12pm\r\n4/4/23: lvm\r\n4/18/23: maybe rescheduling surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32360":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/29/23: sent consent\r\n4/7/23: wants to speak w Husband first, asked for cb next week\r\n4/14/23: still thinking, is nervous about MRI and sx\r\n\r\nunable to confirm interest, never able to reach again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32361":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she lives too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32362":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32363":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt wants to read through consent. \r\n04/07- LVM\r\nPt does is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32364":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/11- LVM\r\n04/25- unable to make contact with pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32365":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"3/29/23: has no interest in being in a study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32366":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"3/29/23: wants CB\r\n4/4/23: lvm\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32367":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM\r\n04/11- LVM\r\nPt called back and states that he has too much going on and doesn't want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32368":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"56","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she has to discuss with her husband and will reach out to me if she is interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32369":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n04/07- Pt states that it's too much time commitment for her and doesn't want to have to come into the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32370":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left message with wife. \r\n04/11- pt states that he does not have time to participate and lives too far from the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32371":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient lives too far and does not want to have to come in for any additional visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32372":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to a woman who would not allow me to speak to patient. She also stated that patient already had their sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32373":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she is too old and it is not easy for her to get around. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32374":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n04/07- LVM\r\n04/18- Pt states they have too much going on and does not want to overbook themselves. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32375":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/31/23: lvm\r\n4/6/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32376":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/31/23: lvm\r\n4/10/23: currently living in MI, not willing to make commute","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32377":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"3/31/23: unsure, sent consent for more info\r\n4/7/23: lvm\r\n4/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32378":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/3/23: line disconnected\r\n4/17/23: sent consent for info, didnt explain study otp. is nervous abt sx\r\n5/1/23: not interested, may be if she has another sx after","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32379":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32380":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/3/23: no answer\r\n4/11/23: lvm\r\n4/19/23: not interested, works and lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32381":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"39","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/3/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32382":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/17/23:lvm\r\n4/4/23: Sent consent form\r\n4/10/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32383":{"redcap_data_access_group":"rush_university_me","main_record_id":"10676","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-04","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/4/23: lvm; sent consent, seemed interested\r\n4/10/23: resent consent","obtain_date":"2023-04-13","date_and_time":"2023-04-13 14:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-09","sp_v1_preop_date":"2023-04-26","sp_v2_6wk_date":"2023-06-20","sp_v3_3mo_date":"2023-08-09","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32384":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/4/23: cb later \r\n4/14/23: lvm; sent consent.\r\n4/24/23: call tmrw to consent\r\n4/25/23: lvm\r\n\r\nunable to reach again before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32385":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/4/23: not interested, time concern","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32386":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/4/23: Sent consent form \r\n4/11/23: Not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32387":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/4/23: Couldnt hear me? \r\n4/10/23:Doesnt want to drive into the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32388":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/4/23:not interested too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32389":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/4/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32390":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/4/23: sent consent but might be changing her surgery date\r\n4/14/23: Planning on pushing her surgery back because she is having back surgery first. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32391":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/4/23:Possibly having second knee surgery done and not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32392":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"4/6/23: sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32393":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/6/23:Can make it downtown ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32394":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/10/23:Not interested, lives far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32395":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/10/23:lvm\r\n4/17/23: lvm\r\n4/26/23: realized the number was put in incorrect, calling correct number today. sent consent form \r\n5/2/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32396":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/10/23:lvm\r\n4/18/23:lvm\r\n4/26/23:call back\r\n5/2/23:Not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32397":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/10/23: No one to drive her, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32398":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/17/23:lvm\r\n4/19/23: Not compatible with MRI requirement's and might behaving surgery on her second knee within the three month period. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32399":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/10/23:said she would look over consent form and call if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32400":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/11/23:lvm\r\ncalled back and said she does not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32401":{"redcap_data_access_group":"rush_university_me","main_record_id":"10672","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-10","screening_age":"70","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/10/23:Consenting tomorrow ","obtain_date":"2023-04-12","date_and_time":"2023-04-12 08:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-09","sp_v1_preop_date":"2023-04-12","sp_v2_6wk_date":"2023-06-20","sp_v3_3mo_date":"2023-08-09","age":"70","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32402":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/10/23:lvm\r\n4/14/23:lvm\r\n4/26/23:lvm\r\n5/2/23: She lvm - i called and lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32403":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/10/23:lvm\r\n4/18/23:planning to call me back later today. Never called back \r\n4/26/23:lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32404":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/11/23: lvm\r\n4/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32405":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/11/23: sent consent\r\n4/18/23: not willing to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32406":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"83","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/27- LVM\r\n05/03- LVM\r\nLeft several messages without any call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32407":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/11/23: sent consent\r\n4/19/23: lvm\r\n4/27/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32408":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/11/23: lvm\r\n4/18/23: too big of a time commitment\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32409":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/11/23:sent consent form, call back tomorrow \r\n4/12/23: lvm\r\n4/13/23: Work conflicts ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32410":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/14/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32411":{"redcap_data_access_group":"rush_university_me","main_record_id":"10687","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-11","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-27","date_and_time":"2023-04-27 10:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-18","sp_v1_preop_date":"2023-05-11","sp_v2_6wk_date":"2023-06-29","sp_v3_3mo_date":"2023-08-18","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-27 13:11:17","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt completed 3 month surveys outside protocol range. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"32412":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke to son and he asked that I call back tomorrow because pt is at an appointment today. \r\n04/27- LVM\r\n05/03- LVM\r\nLeft several messages with no call back. \r\n\r\n06/15- pt was not available to speak. Son asked that I call back on a different day. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32413":{"redcap_data_access_group":"rush_university_me","main_record_id":"10674","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-11","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-12","date_and_time":"2023-04-12 13:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-19","sp_v1_preop_date":"2023-04-26","sp_v2_6wk_date":"2023-06-30","sp_v3_3mo_date":"2023-08-19","age":"53","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32414":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n\r\nunable to confirm interest before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32415":{"redcap_data_access_group":"rush_university_me","main_record_id":"10673","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-11","screening_age":"65","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-12","date_and_time":"2023-04-12 09:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-04","sp_v1_preop_date":"2023-07-27","sp_v2_6wk_date":"2023-09-15","sp_v3_3mo_date":"2023-11-04","age":"65","sex":"1","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-27 12:17:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant completed baseline surveys outside of study range","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32416":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/11/23: hung up the phone on me\r\n4/14/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32417":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/14/23:lvm\r\n4/17/23:call tomorrow at noon\r\n4/18/23:Sent consent form to look at, has some things to think over \r\n4/26/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32418":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/13/23: lvm \r\n4/14/23: Not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32419":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/14/23: not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32420":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"49","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/14/23: sent consent, couldnt explain study fully over the phone\r\n4/20/23: resent consent\r\n5/3/23: lvm\r\n\r\nunable to reach again before sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32421":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/14/23: Sent consent form, call back early next week \r\n4/18/23: looking over consent form now and said he will call back ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32422":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/14/23: Not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32423":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/14/23: does not have a voicemail box set up\r\n4/18/23:Sent consent form and said he would call back if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32424":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/14/23: Work conflicts","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32425":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/14/23: canceled surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32426":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/14/23:lvm\r\n4/26/23: Sent consent form\r\n5/3/23: calling back later to consent \r\n5/4/23: never called back yesterday - said shes not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32427":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/14/23:lvm\r\n4/26/23:lvm\r\n5/15/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32428":{"redcap_data_access_group":"rush_university_me","main_record_id":"10679","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-14","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/14/23:sent consent form call back early next week\r\n4/19/23:Called and need to see if we can find a day to fit her in before the 25th, has not consented. ","obtain_date":"2023-04-19","date_and_time":"2023-04-19 14:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-28","sp_v1_preop_date":"2023-04-20","sp_v2_6wk_date":"2023-06-09","sp_v3_3mo_date":"2023-07-28","age":"64","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-27 12:19:36","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant completed 6-week surveys outside of study range","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-01-25 09:58:50","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt didnt complete 3 month surveys before doing doing her 6 month ","erep_protdev_caplan":"Follow up with pt to ensure other surveys are completed on time ","erep_rel_covid19":"0"}}},"32429":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/17/23: lvm\r\n4/27/23: called back, not sure about participation. Sent consent and will call me if interested\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32430":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23: lvm\r\n5/1/23: lvm; not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32431":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"4/17/23: not interested, too much pain before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32432":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32433":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/17/23: sent consent, seemed interested\r\n4/27/23: resent consent\r\n5/2/23: no answer, vmb not set up\r\n5/10/23: not interested, a lot going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32434":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/17/23: lvm\r\n4/24/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32435":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/19/23: lvm\r\n5/2/23: lvm\r\n5/11/23: lvm \r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32436":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23: spoke with daughter, requested info by email so she could explain the study to her mother\r\n4/24/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32437":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23: lvm\r\n4/24/23: lvm\r\n5/2/23: lvm\r\n\r\nunable t reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32438":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/17/23: Not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32439":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/17/23:lvm\r\n4/26/23:willing to consent call back tomorrow at 3\r\n5/9/23:call back tomorrow after 4\r\n5/10/23:LVM\r\n5/16/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32440":{"redcap_data_access_group":"rush_university_me","main_record_id":"10682","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-17","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/17/23: Sent consent form and call back around 11-1 pm \r\n4/19/23: call tomorrow at 11 to consent\r\n4/20/23: \r\n","obtain_date":"2023-04-20","date_and_time":"2023-04-20 11:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-18","sp_v1_preop_date":"2023-05-08","sp_v2_6wk_date":"2023-06-29","sp_v3_3mo_date":"2023-08-18","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-07-24 09:31:58","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participant had second knee replacement done 7/6/23 which is within the three month time window.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32441":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23:lvm\r\n4/26/23:lvm\r\n5/9/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32442":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23: Sent consent form call back later this week \r\n4/19/23:lvm\r\n5/9/23:lvm\r\n5/23/23:could not contact before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32443":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/17/23: sent consent form and call back later this week \r\n4/26/23: called back - looking over consent form.\r\n5/9/23:lvm\r\n----\r\n1/5/24:lvm\r\n1/11/24:lvm\r\n1/18/24:lvm\r\n1/26/24: unbale to reach\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32444":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/17/23: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32445":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/17/23: sent consent form and call back later this week \r\n4/19/23:call after 11 next week","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32446":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/18/23:lvm\r\n4/25/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32447":{"redcap_data_access_group":"rush_university_me","main_record_id":"10678","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-17","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/17/23:lvm\r\n4/18/23: messed up consent form \r\n4/19/23: consenting ","obtain_date":"2023-04-19","date_and_time":"2023-04-19 12:03","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-12","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-24","sp_v3_3mo_date":"2023-09-12","age":"76","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"2023-05-08","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant stated \"There are too many things that have distracted me and complicated my life. It is overwhelming. I just cannot do it.\" ","sp_data_site":"N/A"},"32448":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/17/23:lvm\r\n4/25/23:lvm\r\n5/3/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32449":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/18/23:lvm\r\n4/26/23:Canceled his surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32450":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/18/23:sent consent form, looking over with wife\r\n4/26/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32451":{"redcap_data_access_group":"rush_university_me","main_record_id":"10681","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-18","screening_age":"72","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/18/23:sent consent form ","obtain_date":"2023-04-19","date_and_time":"2023-04-19 15:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-19","sp_v1_preop_date":"2023-05-02","sp_v2_6wk_date":"2023-06-30","sp_v3_3mo_date":"2023-08-19","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32452":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"4/18/23: Cant make it out, lives too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32453":{"redcap_data_access_group":"rush_university_me","main_record_id":"10686","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-18","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/18/23:sent consent form, willing to consent and wants to come in for baseline with post op visit ","obtain_date":"2023-04-25","date_and_time":"2023-04-25 13:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-18","sp_v1_preop_date":"2023-04-27","sp_v2_6wk_date":"2023-06-29","sp_v3_3mo_date":"2023-08-18","age":"75","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32454":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/18/23:Call back tomorrow around 10\r\n4/19/23: call after 4 today\r\ncalled and didnt respond\r\n5/9/23: lvm\r\n5/31/23: surgery passed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32455":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/18- daughter answered, talk to mom tomorrow \r\n05/23- unable to contact pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32456":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/23:lvm\r\n5/2/23:lvm\r\n5/4/23: Not having surgery anymore ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32457":{"redcap_data_access_group":"rush_university_me","main_record_id":"10704","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-18","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/18/23: husband answered the phone and will discuss with wife. \r\n5/9/23:Called with questions about the consent form - will call back after discussing with wife.\r\n5/15/23: lvm","obtain_date":"2023-05-16","date_and_time":"2023-05-16 16:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-02","sp_v1_preop_date":"2023-05-22","sp_v2_6wk_date":"2023-07-14","sp_v3_3mo_date":"2023-09-02","age":"65","sex":"2","genident":"2","ethnic":"1","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32458":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"47","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/19/23:Sent consent form, call tomorrow at 10 am to discuss more. \r\n4/27/23: lvm\r\n5/3/23: said he will call back later today after looking over consent - never called back \r\n5/9/23: asked to call back tomorrow early \r\n5/10/23:lvm\r\n5/23/23:Pt was interested but unable to reach before surgery \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32459":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/19/23: Call back tomorrow at 10 am \r\n4/20/23: sent consent, call back monday or tuesday around 10am\r\n4/27/23: sent consent form again\r\n5/2/23: willing to consent but has a bullet in his neck and would not be able to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32460":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/19/23:Sent consent form, looking over will call back next week\r\n4/26/23: Too involved wont have the time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32461":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/19/23: lvm\r\n5/3/23: lvm\r\n5/15/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32462":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"4/20/23: not interested, not enough compensation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32463":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/20/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32464":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/20/23: number is out of service\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32466":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-21","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/21/23: line busy\r\n5/2/23: hung up; called back, seemed confused, asked where i got their number and then hung up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32467":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/24/23: sent consent. around tues, thurs, and fri to call back\r\n5/2/23: not home, wife took a message. will call if still interested\r\n\r\ndid not confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32468":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/24/23: sent consent\r\n5/3/23: asked for call back mon.\r\n5/8/23: consenting tomorrow in the pm\r\n5/9/23: read thru consent, but unsure about MRI. WILL BE CALLING ME BACK WITH DECISION\r\n\r\nnot interested, worried abt MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32469":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-25","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/25/23:sent consent form \r\n5/3/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32470":{"redcap_data_access_group":"rush_university_me","main_record_id":"10693","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/25/23:lvm\r\n5/2/23: Sent consent form, call back tomorrow at 10 \r\n5/3/23: never got email\r\n5/4/23: consenting","obtain_date":"2023-05-04","date_and_time":"2023-05-04 15:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-13","sp_v1_preop_date":"2023-05-11","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32471":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-25","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"4/25/23: having other medical issues, so wants to think about it ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32472":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-25","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"4/25/23: lvm\r\n5/9/23: not interested, doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32473":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23: sent consent, call back after Tuesday 5/2 to confirm interest.\r\n5/8/23: lvm\r\n5/22/23: resent consent\r\n5/24/23: consenting tomorrow\r\n5/25/23: requested another call back\r\n\r\ncouldnt confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32474":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/26/23: probably not interested, but wanted to look over consent, will call me","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32475":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/26/23: lvm\r\n5/9/23: lvm\r\n5/18/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32476":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23:lvm\r\n\r\nsx moved\r\n\r\n1/4/24: lvm\r\n1/16/24:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32477":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32478":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/26/23:lvm\r\n5/3/23: she called back and I sent over the consent form \r\n5/9/23: lvm\r\n\r\n-- sx moved -- \r\n\r\n10/12/23: lvm\r\n10/17/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32479":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23:lvm\r\n5/3/23:lvm\r\n5/17/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32480":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23:Said she'll call me back.\r\n5/9/23: lvm\r\n5/17/23:surgery rescheduled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32481":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/26/23:Too far for her to drive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32482":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32483":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/26/23: lvm\r\n5/2/23: too much of a time commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32484":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/26/23:too far to drive not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32485":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient does not want to have to come to Rush for visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32486":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n05/03- Pt has a lot going on and plans to travel this summer. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32487":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32488":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt does not want to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32489":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32490":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32491":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not eligible because she is having a 2nd knee surgery 1 month after her 1st sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32492":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt needs to cancel his sx until further notice. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32493":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/1/23: sent consent\r\n\r\ncancelled sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32494":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32495":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/2/23:too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32496":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/2/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32497":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/2/23: lvm\r\n5/15/23: sent consent\r\n5/22/23: lvm\r\n5/25/23: didnt confirm interest\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32498":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/2/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32499":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/2/23:lvm\r\n5/4/23: cant make it for a baseline appointment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32500":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/2/23: line busy\r\n5/9/23: line disconnected\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32501":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/2/23:sent consent form, call back tomorrow around the same time. \r\n5/4/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32502":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/2/23:lvm\r\n5/4/23:sent consent form wants me to call back next week\r\n5/9/23:call back tomorrow at 3 \r\n5/15/23:Could not get in contact with again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32503":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/2/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32504":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/2/23: not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32505":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/2/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32506":{"redcap_data_access_group":"rush_university_me","main_record_id":"10690","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/3/23:called back, willing to consent ","obtain_date":"2023-05-03","date_and_time":"2023-05-03 11:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-16","sp_v1_preop_date":"2023-05-11","sp_v2_6wk_date":"2023-07-28","sp_v3_3mo_date":"2023-09-16","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32507":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/3/23: will call back if interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32508":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/3/23:lvm\r\n5/15/23:Sent consent form to look over - call back Thursday \r\n5/25/23: resent the consent form\r\n6/1/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32509":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/3/23:lvm - called back, sent consent form and will check in next week. \r\n5/9/23: lvm\r\n5/17/23:lvm\r\n6/1/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32510":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n05/10- LVM\r\n05/23- LVM\r\nUnable to get in contact with pt prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32511":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n05/23- pt states she lives too far and does not want to make the drive in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32512":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/3/23 LVM\r\n5/16/23: lvm\r\n5/24/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32513":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is having hip sx after her knee replacement. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32514":{"redcap_data_access_group":"rush_university_me","main_record_id":"10689","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-03","date_and_time":"2023-05-03 10:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-02","sp_v1_preop_date":"2023-05-15","sp_v2_6wk_date":"2023-07-14","sp_v3_3mo_date":"2023-09-02","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32515":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"5/3/23: no interested, has too much pain already","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32516":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/3/23:lvm\r\n5/9/23:lvm\r\n5/16/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32517":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/3/23:","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32518":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer. \r\n05/23- unable to get in touch with pt prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32519":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to daughter and she states pt lives out of state and is only coming in for surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32520":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32521":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/3/23:lvm\r\n5/18/23:called to consent and hung up on me midway through ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32522":{"redcap_data_access_group":"rush_university_me","main_record_id":"10717","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"70","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/3/23:She called back and i sent her the consent form - call back around 2/3 next week\r\n5/10/23:lvm\r\n5/24/23:call back friday - sent consent form again \r\n5/26/23: said she wanted to consent and then backed out at the last min. said she would sign later? told her she would have to call me back when signing \r\n","obtain_date":"2023-05-31","date_and_time":"2023-05-31 12:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-08","sp_v1_preop_date":"2023-06-05","sp_v2_6wk_date":"2023-07-20","sp_v3_3mo_date":"2023-09-08","age":"70","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"2024-03-27","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Participant was lost to follow up after the baseline, never did any surveys and didnt answer any form of communication. ","sp_data_site":"N/A"},"32523":{"redcap_data_access_group":"rush_university_me","main_record_id":"10694","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-04","date_and_time":"2023-05-04 16:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-12","sp_v1_preop_date":"2023-10-11","sp_v2_6wk_date":"2023-11-23","sp_v3_3mo_date":"2024-01-12","age":"60","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32524":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/3/23:lvm\r\n5/16/23:lvm\r\n5/24/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32525":{"redcap_data_access_group":"rush_university_me","main_record_id":"10700","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-10","date_and_time":"2023-05-10 10:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-02","sp_v1_preop_date":"2023-05-26","sp_v2_6wk_date":"2023-07-14","sp_v3_3mo_date":"2023-09-02","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-18 15:58:31","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"half of the pts surveys were completed outside of of protocol range ","erep_protdev_caplan":"na","erep_rel_covid19":"0"}}},"32526":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\n5/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32527":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM\r\nPt is thinking it over and will call me back if interested. \r\n05/04- pt states that she cannot make it work with her work schedule. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32465":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-21","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"4/21/23: not sure, sending consent for additional info\r\n5/3/23: not enough time off from work to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32528":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"5/3/23: not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32529":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/4/23: lvm\r\n5/12/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32530":{"redcap_data_access_group":"rush_university_me","main_record_id":"10701","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-04","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/4/23: He called back and call back monday\r\n5/9/23:resent consent form, call back friday","obtain_date":"2023-05-11","date_and_time":"2023-05-11 11:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-07","sp_v1_preop_date":"2023-05-23","sp_v2_6wk_date":"2023-07-19","sp_v3_3mo_date":"2023-09-07","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-22 08:22:54","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant completed surveys outside of time frame, participant was hard to get ahold of and neglected to do them till late. ","erep_protdev_caplan":"make sure participant is doing surveys on time by continuously checking in with them. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-03-22 08:28:49","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant came in for 3 month visit one day outside of protocol range. Participant expressed busy schedule and couldnt make it in till that day.","erep_protdev_caplan":"Ensure everything else he has to do he is well informed of so he can complete them on time. ","erep_rel_covid19":"0"}}},"32531":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/9/23:lvm\r\n5/24/23:sent consent form - call back next week 8-10 am\r\n6/6/23: Participant tried to consent and then decided against it ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32532":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/9/23:Doesnt like to drive on highway and lives far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32533":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/9/23:No tinterested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32534":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/9/23: hu on me\r\n5/16/23: wife took a message, will call me if interested\r\n\r\nnever confirmed interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32535":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/9/23: lvm\r\n5/16/23: lvm\r\n5/24/23: spoke to daughter, is passing info along\r\n\r\nnever confirmed interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32536":{"redcap_data_access_group":"rush_university_me","main_record_id":"10711","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-09","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/9/23: sent consent\r\n5/22/23: lvm","obtain_date":"2023-05-25","date_and_time":"2023-05-25 14:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-15","sp_v1_preop_date":"2023-06-07","sp_v2_6wk_date":"2023-07-27","sp_v3_3mo_date":"2023-09-15","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32537":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/10/23:lvm\r\n5/16/23:lvm\r\n5/24/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32538":{"redcap_data_access_group":"rush_university_me","main_record_id":"10702","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-10","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/10/23:Willing to consent monday ","obtain_date":"2023-05-15","date_and_time":"2023-05-15 14:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-14","sp_v1_preop_date":"2023-06-12","sp_v2_6wk_date":"2023-07-26","sp_v3_3mo_date":"2023-09-14","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32539":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"5/10/23:sent consent form\r\n5/24/23: has a pacemaker ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32540":{"redcap_data_access_group":"rush_university_me","main_record_id":"10720","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-10","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/25/23:call back to consent \r\n6/1/23:resent consent \r\n6/2/23:consent","obtain_date":"2023-06-02","date_and_time":"2023-06-02 15:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-28","sp_v1_preop_date":"2023-06-13","sp_v2_6wk_date":"2023-08-09","sp_v3_3mo_date":"2023-09-28","age":"72","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32541":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/11/23: sent consent\r\n5/22/23: interested, but asked to be called again Thurs afternoon\r\n5/25/23: lvm\r\n6/6/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32542":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/11/23: lvm\r\n5/17/23: lvm\r\n5/24/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32543":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/11/23: lvm\r\n5/24/23: lvm\r\n6/5/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32544":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/11/23: lvm\r\n5/24/23: lvm\r\n6/5/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32545":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/11/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32546":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/11/23: lvm\r\n5/17/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32547":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/11/23: lvm\r\n5/17/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32548":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/12/23:lvm\r\n5/16/23:lvm\r\n5/31/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32549":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/12/23:sent consent form\r\n5/16/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32550":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/12/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32551":{"redcap_data_access_group":"rush_university_me","main_record_id":"10705","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-12","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/12/23:looking over consent form\r\n5/16/23:call back tomorrow at this time\r\n5/17/23: consent","obtain_date":"2023-05-17","date_and_time":"2023-05-17 15:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-06","sp_v1_preop_date":"2023-05-25","sp_v2_6wk_date":"2023-07-18","sp_v3_3mo_date":"2023-09-06","age":"65","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32552":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/12/23:lvm\r\n5/15/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32553":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"79","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15- LVM\r\n05/23- Pt asked that I send him a copy of the consent form to look over. \r\n06/15- LVM\r\nUnable to make contact with pt after sending copy of consent form. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32554":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"5/15/23: lvm\r\n5/22/23: lvm\r\n9/18/23: lvm\r\n12/27/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32555":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"5/15/23:lvm\r\n5/18/23:doesnt want to have a blood draw ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32556":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/15/23: not interested, doesnt have time to make extra trips to Rush","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32557":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32558":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: sent consent but is unsure\r\n5/22/23: bad time, asked to be called back\r\n5/24/23: lvm\r\n\r\ncouldnt confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32559":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32560":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/15/23: lives too far, doesnt want to travel over an hr to come","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32561":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: lvm\r\n5/23/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32562":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: on vacation for the next two weeks, will call me once back\r\n6/8/23: said she would think about it and call me back. sent consent\r\n\r\nunable to confirm interest\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32563":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: requested to be called in the afternoon\r\n5/22/23: lvm\r\n6/5/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32564":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: line busy\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32565":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/15/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32566":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/15/23: lvm; no time to come in, is working up until surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32567":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/15/23: works full time, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32568":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: sent consent but is unsure\r\n\r\nis having 2nd knee done 2 months after first","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32569":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/15/23: nervous to travel after surgery. sent consent so she can think about it\r\n5/24/23: doesnt want to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32570":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: sent consent but didnt get to explain study\r\n5/24/23: cb tomorrow at 4 to consent\r\n5/25/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32571":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: lvm\r\n\r\nsurgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32572":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: lvm\r\n5/24/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32573":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/15/23: lvm\r\n5/23/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32574":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/15/23: asked for me to send email instead of speaking on phone. Sent consent but he is not \"big on being involved in research\"\r\n5/22/23: had to resend consent\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32575":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-15","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/15/23:sent consent form \r\n5/24/23: said he would call me back tomorrow \r\n5/26/23:Said he would call back if interested \r\n5/31/23:Called and left a voicemail - didnt get the consent form sent it x3 and sent to alternate email just in case. \r\n6/1/23: busy - not by computer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32576":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/16/23:lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32577":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"5/16/23:lvm\r\n5/18/23: not eligible due to 2nd surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32578":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/16/23:Not interested, has to take care of grandson","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32579":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/16/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32580":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32581":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32582":{"redcap_data_access_group":"rush_university_me","main_record_id":"10709","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-17","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/17/23: lvm; sent consent\r\n5/23/23: lvm","obtain_date":"2023-05-23","date_and_time":"2023-05-23 15:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-15","sp_v1_preop_date":"2023-06-02","sp_v2_6wk_date":"2023-07-27","sp_v3_3mo_date":"2023-09-15","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32583":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/17/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32584":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/17/23:mailbox full\r\n5/24/23:lvm\r\n6/7/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32585":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-18","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/18/23: lvm\r\n5/24/23: sent consent, calling tomorrow \r\n5/25/23: read consent, wants to sign in person\r\n6/5/23: having back problems and can no longer participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32586":{"redcap_data_access_group":"rush_university_me","main_record_id":"10722","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-22","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/22/23: lvm; sent consent\r\n6/5/23: lvm; call tmrw to consent","obtain_date":"2023-06-06","date_and_time":"2023-06-06 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-15","sp_v1_preop_date":"2023-08-28","sp_v2_6wk_date":"2023-10-27","sp_v3_3mo_date":"2023-12-15","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-28 10:44:34","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of window. ","erep_protdev_caplan":"keep following up with pt to ensure surveys are completed in a timely manner. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-04-18 16:01:41","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"pt came in for 3 month visit outside of protocol range ","erep_protdev_caplan":"na","erep_rel_covid19":"0"}}},"30050":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-13","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"04/2021: Unable to contact for follow up on consent form. \r\n\r\n5/22/23: sent consent\r\n6/5/23: resent consent\r\n6/13/23: lvm\r\n6/16/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32587":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/22/23: sent consent \r\n6/9/23: lvm\r\n6/16/23: lvm\r\n\r\nunable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32588":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/22/23: lvm\r\n6/5/23: lvm\r\n6/15/23: not interested, doesnt want to come downtown","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32589":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/23/23: sent consent\r\n6/6/23: has a lot of appointments. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32591":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/23/23: doesn't have time to participate. Works ft and cant get days off","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32592":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/23/23: lvm\r\n6/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32593":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n06/15- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32594":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32595":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\n09/15/2023- LVM\r\n10/17- unable to reach prior to sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32596":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/23/23:lvm\r\n6/15/23: canceled surgery \r\n\r\n---\r\n\r\n8/31/23:lvm\r\n9/6/23:lvm\r\n9/12/23: does not want to drive out \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32597":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/23/23: Pt requested a copy of the consent form to look over.\r\n6/8/23: resent consent\r\n6/13/23: call tmrw\r\n6/14/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32598":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that he is extremely busy and travels a lot for work. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32599":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32600":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/23/23: LVM\r\n6/9/23:lvm\r\n6/13/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32601":{"redcap_data_access_group":"rush_university_me","main_record_id":"10719","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-24","screening_age":"81","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/25/23:sent consent form - call back Thu\r\n6/1/23:Consent\r\n","obtain_date":"2023-06-02","date_and_time":"2023-06-02 14:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-23","sp_v1_preop_date":"2023-06-20","sp_v2_6wk_date":"2023-08-04","sp_v3_3mo_date":"2023-09-23","age":"81","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32602":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/24/23:Speaks very little english and is already scared for surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32603":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/24/23: No voicemail box\r\n5/31/23: No voicemail box \r\n6/5/23: No voicemail box \r\n6/9/23:No voicemail box","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32604":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/24/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32605":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/25/23:lvm\r\n6/5/23:lvm\r\n6/13/23:not interested in driving out for study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32606":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/25/23:asked to call back later she was busy \r\n6/5/23:lvm\r\n6/13/23:sent consent form\r\n6/16/23:lvm\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32607":{"redcap_data_access_group":"rush_university_me","main_record_id":"10712","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-25","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/25/23: sent consent form call back at 1 pm tomorrow ","obtain_date":"2023-05-26","date_and_time":"2023-05-26 15:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-27","sp_v1_preop_date":"2023-06-08","sp_v2_6wk_date":"2023-08-08","sp_v3_3mo_date":"2023-09-27","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32608":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/25/23:lvm\r\n6/6/23:doesnt have time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32609":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/25- talked to the daughter\r\n06/16- LVM\r\n06/28- outside of Gerlinger time window to call.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32610":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/26/23:sent consent form\r\n5/31/23:not interested, conflicting travel ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32611":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/26/23:Not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32612":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/26/23:lvm\r\n6/6/23:lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32614":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/26/23:lvm\r\n5/31/23:Not interested, too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32613":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt was on her way to work, asked that I call back next week. \r\n6/9/23: line disconnected","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32615":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-31","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/31/23:lvm\r\n6/5/23:lvm\r\n6/12/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32616":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-31","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/31/23:lvm\r\n6/5/23:call at 12:30 - not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32617":{"redcap_data_access_group":"rush_university_me","main_record_id":"10819","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-01","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/1/23:sent consent form\r\n6/2/23:looking over with wife\r\n\r\nsx moved \r\n\r\n9/20/23:sent consent form\r\n9/25/23:consenting ","obtain_date":"2023-09-25","date_and_time":"2023-09-25 15:10","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-05","sp_v1_preop_date":"2023-09-29","sp_v2_6wk_date":"2023-11-16","sp_v3_3mo_date":"2024-01-05","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32618":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-01","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/1/23:sent consent form \r\n6/5/23:didnt look over consent form asked to call back late in the week \r\n6/9/23:mailbox full\r\n6/13/23: mailbox full\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32619":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-02","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/2/23:sent consent \r\n6/5/23:still considering \r\n6/6/23: Surgery too soon cant make it in ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32620":{"redcap_data_access_group":"rush_university_me","main_record_id":"10724","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-05","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/5/23:sent consent form - call back end of week \r\n6/8/23:resent consent form ","obtain_date":"2023-06-09","date_and_time":"2023-06-09 13:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-23","sp_v1_preop_date":"2023-06-22","sp_v2_6wk_date":"2023-08-04","sp_v3_3mo_date":"2023-09-23","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32621":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-05","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/5/23: lvm\r\n6/15/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32622":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-05","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/5/23: lvm\r\n6/12/23: sent consent \r\n6/19/23: asked for cb after 4\r\n6/21/23: line busy\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32623":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"6/9/23: husband said she was not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32624":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/6/23:lvm\r\n6/15/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32625":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/6/23:sent consent \r\n6/9/23:lvm\r\n6/15/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32626":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/6/23:sent consent form \r\n6/12/23:resent consent form\r\n6/15/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32627":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/6/23:lvm\r\n\r\n-- sx moved -- \r\n\r\n6/23/23:lvm\r\n6/29/23:lvm\r\n7/13/23:lvm\r\n\r\nUnable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32628":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-01","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/1/23:lvm\r\n6/7/23:too far and doesnt want to spend the time to drive out ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32629":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/7/23:lvm\r\n6/9/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32630":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"6/8/23: lives 2.5 hrs away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32631":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"6/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32632":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/8/23: doesnt seem interested because she lives far away, but couldn't confirm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32633":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/8/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32634":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/8/23: lvm\r\n6/15/23: lvm\r\n6/21/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32635":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/8/23: lvm\r\n6/15/23: lvm\r\n6/30/23: sent info by email, didnt seem interested though","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32636":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/9/23: not interested, in a lot of pain\r\n12/21/23: Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32637":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/9/23: lvm\r\n6/12/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32638":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/9/23: not interested, lives 2+ hrs away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32639":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/9/23: lvm\r\n6/15/23: lives 2 hrs away, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32640":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/9/23: lvm\r\n6/15/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32641":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/9/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32642":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/9/23: lvm; sent consent\r\n6/15/23: lvm\r\n\r\ncouldnt reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32643":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/9/23: lvm\r\n6/15/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32644":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/12/23: unable to come in person","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32645":{"redcap_data_access_group":"rush_university_me","main_record_id":"10736","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-12","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/12/23: sent consent \r\n6/28/23: lvm\r\n6/29/23: ","obtain_date":"2023-06-29","date_and_time":"2023-06-29 15:10","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-24","sp_v1_preop_date":"2023-07-11","sp_v2_6wk_date":"2023-09-04","sp_v3_3mo_date":"2023-10-24","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32646":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/12/23: said her surgery is going to be postponed. \r\n6/16/23: surgery canceled\r\n\r\n8/9/23: has a lot of other medical issues, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32647":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/12/23:Mailbox full\r\n6/21/23:Mailbox full\r\n6/29/23:Mailbox full\r\nsx tomorrow and could not contact ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32648":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"6/12/23:maiulbox full \r\n6/19/23:lvm\r\n6/26/23:","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32649":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"6/12/23:lvm\r\n6/19/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32650":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/12/23:lvm\r\n7/13/23:not interested, just had back surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32651":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No availability before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32652":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"PT is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32653":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/13/23: lvm\r\n6/19/23: lvm\r\n6/27/23: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32654":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"53","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/13/23: sent consent\r\n6/20/23: resent consent \r\n6/27/23: calling tomorrow to consent\r\n6/28/23: changed his mind after i read consent, no longer interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32655":{"redcap_data_access_group":"rush_university_me","main_record_id":"10728","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-13","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/13/2023: Sent Consent form","obtain_date":"2023-06-16","date_and_time":"2023-06-16 13:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-24","sp_v1_preop_date":"2023-07-05","sp_v2_6wk_date":"2023-09-04","sp_v3_3mo_date":"2023-10-24","age":"47","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32656":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32657":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"In another study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32658":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"42","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"unable to contact. left three voicemails over the course of a month ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32659":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Personal Issues","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32660":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"42","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Duplicate patient form","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32661":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"6/14/2023\r\nNot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32662":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt says they will call me back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32663":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32664":{"redcap_data_access_group":"rush_university_me","main_record_id":"10727","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-14","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-14","date_and_time":"2023-06-14 15:15","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-11","sp_v1_preop_date":"2023-06-20","sp_v2_6wk_date":"2023-08-22","sp_v3_3mo_date":"2023-10-11","age":"55","sex":"1","genident":"1","ethnic":"3","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32665":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/15/23:lvm\r\n6/21/23:lvm\r\n6/29/23:lvm\r\nunable to contact ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32666":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/15/23: asked to be called back at a later date\r\n6/21/23: lvm\r\n6/27/23: not interested, doesn't want to come downtown.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32667":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/15/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32668":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/15/23:call back same time next week, sent consent form \r\n6/21/23:Too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32669":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/15/23: lvm\r\n6/30/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32670":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/15/23:lvm\r\n6/21/23:lvm\r\n6/30/23:Willing to consent, call back in the afternoon \r\n7/3/23:lvm\r\n7/10/23: Not interested, sx too close \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32671":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/16/23: called and ask to call back later\r\nsent consent form \r\n6/21/23:lvm\r\n6/27/23: surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32672":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"81","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was unable to come to the phone. Daughter asked that I call back early next week. \r\n06/16- Pt is unable to handle the 3 hr visits and prefers to decline. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32673":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n06/28- Unable to make contact with pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32674":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n06/22- LVM\r\n06/28- Unable to make contact with pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32675":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"No Transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32676":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"83","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32677":{"redcap_data_access_group":"rush_university_me","main_record_id":"10740","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-15","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/22: LVM","obtain_date":"2023-07-05","date_and_time":"2023-07-05 10:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-14","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-25","sp_v3_3mo_date":"2023-10-14","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-07-10 10:17:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"MRI technician (Hagai) did not perform the pain rating scale before and/or after the first resting scan. Had to ask the patient her pain rating after scan was complete and she was out of the scanner.","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"32678":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Still working and wont have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32679":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32680":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Hung up on me\r\n6/22/23- called\r\n\r\n7/6/2023- not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32681":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/16/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32682":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/16/23:sent consent \r\n6/21/23:busy call back friday \r\n6/23/23: hasnt looked the consent over \r\n6/29/23: pt doesnt want to drive out","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32683":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n06/16- Pt called back and states that she is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32684":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n06/28- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32685":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32686":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"56","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt was busy at the moment and stated that she'd call me back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32687":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt was unable to come to the phone. Left a message with daughter. \r\n06/28- LVM\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32688":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/16/23:sent consent form \r\n6/21/23:lvm\r\n6/30/23:lvm\r\n7/3/23:lvm\r\nsx tomorrow and no response \r\n4/5/24: LVM \r\n4/9/24: Number disconnected \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32689":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n06/28- LVM\r\n07/31/23- Pt states that she needs to think about it and will call me if interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32690":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/16/23:lvm\r\n6/21/23:lvm\r\n6/30/23:lvm\r\nsx was canceled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32691":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"53","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/19/23: mbf\r\n6/27/23: mbf\r\n7/10/23: not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32692":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/19/23: lvm\r\n6/28/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32693":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/19/23: lvm\r\n6/29/23: lvm\r\n7/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32694":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/19/23: lvm\r\n6/30/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32695":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/19/23: call back 2 pm \r\n6/27/23: said he will call me if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32696":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/19/23: Not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32697":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/19/23:sent consent form \r\n6/23/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32698":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/19/23: sent consent \r\n6/21/23:lvm\r\n6/29/23:Blocked me, cannot contact \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32699":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/19/23:Not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32700":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/19/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32701":{"redcap_data_access_group":"rush_university_me","main_record_id":"10734","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-20","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent over a copy of the consent form.","obtain_date":"2023-06-22","date_and_time":"2023-06-22 14:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-20","sp_v1_preop_date":"2023-06-29","sp_v2_6wk_date":"2023-08-31","sp_v3_3mo_date":"2023-10-20","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32702":{"redcap_data_access_group":"rush_university_me","main_record_id":"10769","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-20","screening_age":"52","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Send e-consent to pt, after it was sent he said he didn't have the time at that moment to sign the consent and to call back at 2pm.\r\n2pm: called, no room in his mail box.\r\n7/31/23: Mailbox is full\r\n8/7/23: Calling me in 30 mins","obtain_date":"2023-08-07","date_and_time":"2023-08-07 15:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-25","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-10-06","sp_v3_3mo_date":"2023-11-25","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-25 10:10:53","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient did not completed 6 week surveys during set timeframe. ","erep_protdev_caplan":"Participate was reminded to complete all future surveys within the set timeline","erep_rel_covid19":"0"}}},"32703":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM X2\r\n\r\nSent consent form.\r\n\r\n8/26/23: lvm\r\n\r\nPatients schedule is too busy.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32704":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/21/23: lvm\r\n7/3/23: lives too far, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32705":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32706":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-23","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/23/23:lvm\r\n6/29/23:lvm\r\n7/3/23:lvm\r\n\r\ncould not contact\r\n\r\n1/29/24: busy\r\n2/5/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32707":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-23","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/23/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32708":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-23","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/23/23:lvm\r\n6/28/23:lvm\r\n7/13/23:lvm\r\nunable to contact before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32709":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/26/23:lvm\r\n6/30/23:lvm\r\n7/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32710":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/6/23- Doesnt have time to be in the study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32711":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"41","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"6/26/23: lvm\r\n7/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32712":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/26/23:asked to call back friday \r\n6/30/23: sent consent form \r\n7/3/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32713":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/26/23: cant take time off work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32714":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/26/23:lvm\r\n6/30/23: sx canceled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32715":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32716":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32717":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32718":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"call back friday between 10-3. sent copy of consent form\r\n7/12: lvm\r\n7/18: lvm\r\n\r\nWas unable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32719":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives out of state","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32720":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/27/2023-LVM\r\n7/6/23 - Sent consent form, call tomorrow at 11am\r\n7/7/2023- not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32721":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32722":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/27/23: sent consent\r\n7/3/23: hasnt read form yet, needs some time\r\n7/13/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32723":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/28/23: lvm\r\n\r\nlives out of state (VT)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32724":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"cannot take time of work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32725":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32726":{"redcap_data_access_group":"rush_university_me","main_record_id":"10742","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-27","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-07","date_and_time":"2023-07-07 09:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-27","sp_v1_preop_date":"2023-07-13","sp_v2_6wk_date":"2023-09-07","sp_v3_3mo_date":"2023-10-27","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-07-20","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"No longer eligible due to surgery being moved to Elmhurst Hospital. ","sp_data_site":"N/A"},"32727":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"50","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left three voicemails. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32728":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n07/28- Unable to make contact prior to sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32729":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient broke her leg and will reschedule surgery at a later date,","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32730":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"40","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n\r\n----\r\n\r\n7/28/23:lvm\r\n8/9/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32731":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32732":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32733":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt cannot take the time off from work to make visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32734":{"redcap_data_access_group":"rush_university_me","main_record_id":"10737","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-28","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/28/23:sent consent form\r\n6/30/23:lvm","obtain_date":"2023-06-30","date_and_time":"2023-06-30 11:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-25","sp_v1_preop_date":"2023-07-11","sp_v2_6wk_date":"2023-10-06","sp_v3_3mo_date":"2023-11-25","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-25 15:44:11","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participant had an injury and could not come in for her three month visit. Participant was asked to continue and complete her surveys.","erep_protdev_caplan":"none","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-04-08 15:03:14","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline surveys were completed early ","erep_protdev_caplan":"NA","erep_rel_covid19":"0"}}},"32735":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/29/23: lvm\r\n7/6/23: lvm\r\n7/18/23: at work, couldnt talk\r\n7/27/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32736":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/29/23: lvm; sent consent\r\n7/6/23: lvm\r\n7/13/23: lvm\r\n7/24/23: mbf\r\n\r\nUnable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32737":{"redcap_data_access_group":"rush_university_me","main_record_id":"10746","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-29","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/29/23: sent consent\r\n7/6/23: not home, wife took a message and he will call tomorrow (day off)\r\n7/7/23: is calling back ","obtain_date":"2023-07-12","date_and_time":"2023-07-12 08:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-04","sp_v1_preop_date":"2023-07-18","sp_v2_6wk_date":"2023-09-15","sp_v3_3mo_date":"2023-11-04","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32738":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/29/23: sent consent, not sure if interested\r\n7/10/23: lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32739":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/29/23: sent consent. Is unsure, but will call me if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32740":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/27/23:lvm\r\n7/3/23:lvm\r\n7/13/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32741":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent a copy of the consent form to Pt. calling back July 6th after 1pm\r\nNot willing to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32742":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/30/23:sent consent form\r\n7/3/23: lvm \r\n7/10/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32743":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/30/23: mbf\r\n7/7/23: lvm; not sure about interest\r\n7/17/23: wants call back friday","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32744":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/30/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32745":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/30/23: lvm\r\n7/5/23: lvm\r\n7/17/23: lvm\r\n\r\nunable to reach in time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32746":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/30/23: lvm\r\n7/7/23: calling me monday\r\n7/10/23: sent consent\r\n7/19/23: resent consent \r\n7/24/23: read consent, no longer interested in participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32747":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-03","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Said Surgery has been rescheduled to late fall","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32748":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-03","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/10/23: would have to take days off work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32749":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-03","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/3/23:lvm\r\n7/13/23:lvm\r\n7/20/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32750":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-03","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/3/23:sent consent form\r\n7/10/23: emailed and said she is not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32751":{"redcap_data_access_group":"rush_university_me","main_record_id":"10747","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-03","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/3/23:sent consent form\r\n7/10/23: trouble with consent form","obtain_date":"2023-07-12","date_and_time":"2023-07-12 15:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-03","sp_v1_preop_date":"2023-07-20","sp_v2_6wk_date":"2023-11-14","sp_v3_3mo_date":"2024-01-03","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-25 15:56:42","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt had to redo baseline because she rescheduled her sx, so surveys are outside of time frame.","erep_protdev_caplan":"none","erep_rel_covid19":"0"}}},"32752":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-03","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/3/23:sent consent form\r\n7/10/23:will call back if she is interested in research \r\nSx passed, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32753":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/6/23: sent consent. Would like to come in during pre-op visit, so calling again monday to potentially consent\r\n7/10/23: lvm\r\n7/11/23: lvm saying she was not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32754":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/6/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32755":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/6/23: lvm\r\n7/13/23: lvm\r\n7/19/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32756":{"redcap_data_access_group":"rush_university_me","main_record_id":"10751","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/6/23: sent consent\r\n7/12/23: read consent, calling tomorrow so he can sign","obtain_date":"2023-07-18","date_and_time":"2023-07-18 14:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-04","sp_v1_preop_date":"2023-07-18","sp_v2_6wk_date":"2023-09-15","sp_v3_3mo_date":"2023-11-04","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-25 16:06:51","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Surveys never completed.","erep_protdev_caplan":"follow up with the pt more to ensure surveys are completed next time. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-03-25 16:07:49","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Surveys and visit were completed out of window, pt was busy and evaded calls to schedule appointments. ","erep_protdev_caplan":"none","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2024-03-25 16:08:55","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 month surveys completed out of timeline, pt would not respond to any form of communication. ","erep_protdev_caplan":"none","erep_rel_covid19":"0"}}},"32757":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives out of state and doesn't drive expressways.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32758":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Moving out of state after sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32759":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't like getting MRI's","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32760":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Surgery was cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32761":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/7/23: lvm\r\n7/18/23: not sure if she is interested\r\n7/26/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32763":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-10","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Asked to be called back Thursday afternoon.\r\nNot interested, lives in another state.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32764":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Doesn't travel expressways.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32765":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32766":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Works full time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32767":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/10/23: changing surgery date, doesnt know when","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32768":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32769":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/11/23: lvm\r\n7/17/23: call back tomorrow morning\r\n7/24/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32770":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"lvm x2\r\n\r\n8/1/23: lvm\r\n\r\nCouldnt reach patient before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32771":{"redcap_data_access_group":"rush_university_me","main_record_id":"10750","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-12","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-18","date_and_time":"2023-07-18 13:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-10","sp_v1_preop_date":"2023-07-20","sp_v2_6wk_date":"2023-09-21","sp_v3_3mo_date":"2023-11-10","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-07-20","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"After speaking with husband, he thought it best that she discontinued the study.","sp_data_site":"N/A"},"32772":{"redcap_data_access_group":"rush_university_me","main_record_id":"10748","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-12","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent a copy of the consent form to PT. Calling back Friday July 14th to discuss participation. Seemed eager on the phone. Hopefully for a possible consent.","obtain_date":"2023-07-17","date_and_time":"2023-07-17 11:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-17","sp_v1_preop_date":"2023-07-19","sp_v2_6wk_date":"2023-09-28","sp_v3_3mo_date":"2023-11-17","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-08-25 12:04:42","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's surgery was cancelled and rescheduled for a week later. Post-consent tab on main study was not updated and patient missed pre op survey and a few post daily surveys.","erep_protdev_caplan":"Emailed Andre to update surgery date on REDCap Post-consent tab. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-10-25 09:00:15","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was unable to come in within the protocol time frame for 6 week blood draw. ","erep_protdev_caplan":"We scheduled the patient in as we could. ","erep_rel_covid19":"0"}}},"32773":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"7/13/23: lvm\r\n7/19/23: lvm; called back, is not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32774":{"redcap_data_access_group":"rush_university_me","main_record_id":"10763","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-13","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/13/23:lvm\r\n7/24/23: sent consent \r\n7/27/23:lvm\r\n","obtain_date":"2023-07-27","date_and_time":"2023-07-27 11:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-17","sp_v1_preop_date":"2023-08-15","sp_v2_6wk_date":"2023-09-28","sp_v3_3mo_date":"2023-11-17","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32775":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/13/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32776":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/13/23:mailbox full \r\n7/24/23: mailbox full \r\n7/31/23:call back \r\n8/2/23:mailbox full \r\n8/18/23:sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32777":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/13/23:call back next week, busy \r\n7/19/23:lvm\r\n7/27/23:sent consent form \r\n8/2/23:lvm\r\n8/8/23:lvm\r\n\r\n--- moved sx --- \r\n\r\n9/8/23: sent consent \r\n9/25/23:lvm\r\n10/3/23:doesnt have the time to come in before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32778":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Probably wont be able to make all the appointments, goes to florida in the winter. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32779":{"redcap_data_access_group":"rush_university_me","main_record_id":"10749","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-17","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-18","date_and_time":"2023-07-18 11:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-17","sp_v1_preop_date":"2023-07-21","sp_v2_6wk_date":"2023-09-28","sp_v3_3mo_date":"2023-11-17","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-23 12:26:23","erep_ae_date":"","erep_visit_inv":"","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":""}}},"32780":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/17/23:lvm\r\n7/26/23:not interested, he is moving and would not be able to complete the last visits ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32762":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-10","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/17/23:lvm\r\n7/24/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32781":{"redcap_data_access_group":"rush_university_me","main_record_id":"10759","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/17/23: lvm\r\n7/21/23: sent consent\r\n7/24/23: In person consent","obtain_date":"2023-07-25","date_and_time":"2023-07-25 13:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-26","sp_v1_preop_date":"2023-07-25","sp_v2_6wk_date":"2023-09-06","sp_v3_3mo_date":"2023-10-26","age":"N/A","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-08 14:57:11","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys were completed outside of window ","erep_protdev_caplan":"NA","erep_rel_covid19":"0"}}},"32782":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/17/23: in too much pain","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32783":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/17/23: lvm\r\n7/26/23: lvm\r\n8/3/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32784":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/17/23: lvm\r\n7/24/23: sent consent\r\n8/2/23: call back to consent tomorrow\r\n8/3/23: call monday\r\n8/7/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32785":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"64","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent Consent form to Patient. Patient is going to read consent form over the weekend and I will be calling back on Monday morning with a possible consent.\r\n\r\n8/3/: Pt is calling me back 8/4 afternoon\r\n\r\nReaches out several times after sending the consent form. I was unable to confirm interest from patient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32786":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"80","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Seems interested, has busy schedule, will call me back when available\r\n7/25/2023: lvm\r\n8/4/23: Sent copy of consent form\r\n8/7/23: Calling me back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32787":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32788":{"redcap_data_access_group":"rush_university_me","main_record_id":"10754","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-24","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/24/23:conest","obtain_date":"2023-07-24","date_and_time":"2023-07-24 11:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-17","sp_v1_preop_date":"2023-08-01","sp_v2_6wk_date":"2023-09-28","sp_v3_3mo_date":"2023-11-17","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-25 16:17:51","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"surveys were completed outside of appropriate time window. ","erep_protdev_caplan":"Continue to follow up. ","erep_rel_covid19":"0"}}},"32789":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/18/23: sick, asked for a call back at a later date.\r\n8/2/23: lvm\r\n8/14/23: lvm; says she cant talk about study now\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32791":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/18/23: lvm\r\n7/26/23: sent consent\r\n8/2/23: lvm\r\n8/9/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32792":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/18/23: lvm\r\n7/26/23: lvm (stvm)\r\n8/9/23: sent consent\r\n8/16/23: didnt read consent, surgery too soon","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32793":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"45","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient surgery is canceled until further notice.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32794":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"7/20/23:sent consent form \r\n7/26/23: Does not want to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32795":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/20/23:lvm\r\n7/26/23:lvm\r\n7/28/23: call back \r\n8/2/23:doesnt want to come in ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32796":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/20/23: thinking about it and will call me back ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32797":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-21","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Was interested in research, but doesn't have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32798":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/24/2023: lvm\r\n\r\n7/31/23: lvm\r\n\r\nTwo hour drive one way","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32799":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-21","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/21/23: sent consent. Will call me back if interested\r\n8/9/23: lvm\r\n8/14/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32800":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call back 7/31/2023\r\n7/31/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32801":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/24/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32802":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/24/23:lvm\r\n7/28/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32803":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/24/23:lvm\r\n7/31/23:lvm\r\n8/8/23:lvm\r\nCouldnt contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32804":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/24/23: sent consent form \r\n8/2/23: said he would email if interested, wants to check with wife","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32805":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/24/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32806":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-24","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/24/23: sx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32807":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32808":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Interested in research, but can't make the commitment at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32809":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"lvm\r\n\r\n8/3/23: lvm\r\n\r\n8/14/23: lvm\r\n\r\nCouldnt be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32810":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32811":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"7/26/23: not interested, too far to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32812":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/26/23: doesnt like coming downtown","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32813":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"7/26/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32814":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"7/26/23:Study visit too long for pt","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32815":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/26/23: lvm\r\n8/3/23: lvm\r\n8/16/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32816":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/26/23: lvm\r\n8/3/23: lvm\r\n8/7/23: works 12 hours (7a-7p)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32817":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/27/23:sent consent form\r\n8/2/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32818":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/27/23: travels a lot, not avail. for appointments","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32819":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/27/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32820":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"7/27/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32821":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/27/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32822":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/27/23: lvm\r\n8/4/23: lvm\r\n8/14/23: not interested, wont be home after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32823":{"redcap_data_access_group":"rush_university_me","main_record_id":"10778","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-28","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/28/23: no voicemail box\r\n7/31/23:no voicemail box\r\n8/8/23:call back \r\n8/10/23:sent consent form ","obtain_date":"2023-08-11","date_and_time":"2023-08-11 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-28","sp_v1_preop_date":"2023-08-16","sp_v2_6wk_date":"2023-10-09","sp_v3_3mo_date":"2023-11-28","age":"81","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32824":{"redcap_data_access_group":"rush_university_me","main_record_id":"10773","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-28","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/28/23:sent consent form\r\n7/31/23: forgot, looking at consent form now\r\n8/1/23: asked to call back \r\n8/2/23: busy asked to call back later \r\n8/3/23: call back on Tuesday \r\n8/8/23:","obtain_date":"2023-08-08","date_and_time":"2023-08-08 14:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-28","sp_v1_preop_date":"2023-08-24","sp_v2_6wk_date":"2023-10-09","sp_v3_3mo_date":"2023-11-28","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32825":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23:lvm\r\n8/2/23:lvm\r\n8/9/23:lvm\r\n8/15/23:lvm\r\ncouldnt contact ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32826":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23:lvm\r\n8/2/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32827":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32828":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/28/23:lvm\r\n8/2/23:lvm\r\n8/9/23:lvm\r\n8/15/23:sent consent form\r\n8/18/23:lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32829":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32830":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32831":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23: lvm\r\n\r\n8/3/23: Sent Pt copy of the consent form, call back wednesday (8/9)\r\nUnable to participate due to family issues","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32832":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"61","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n07/31- Pt had her sx moved to end of August in Indiana. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32833":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"59","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n07/31- LVM\r\nUnable to make contact with pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32834":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM.\r\n07/31- LVM\r\nUnable to make contact prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32835":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent a copy of consent form\r\n\r\nlvm\r\n\r\nNo time, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32836":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32837":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28/23:not sure if he will be having sx - call back after monday\r\n8/2/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32838":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"lvm\r\n\r\n8/4/23: Doesnt drive in the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32839":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested a copy of the consent form to look over. \r\n08/15- LVM\r\n08/22- Pt states they are postponing their sx. Will reach out again once he's back on the schedule. \r\n1/4/24: lvm\r\n1/8/24: lvm\r\n2/1/24: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32840":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LM\r\n07/31- LVM\r\nUnable to make contact with patient prior to sx. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32841":{"redcap_data_access_group":"rush_university_me","main_record_id":"10765","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-28","screening_age":"67","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"possible consent. call back monday at 8am","obtain_date":"2023-08-01","date_and_time":"2023-08-01 08:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-15","sp_v1_preop_date":"2023-08-22","sp_v2_6wk_date":"2023-10-27","sp_v3_3mo_date":"2023-12-15","age":"68","sex":"1","genident":"1","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-04 14:05:46","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week survey completed outside of window","erep_protdev_caplan":"na","erep_rel_covid19":"0"}}},"32842":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32843":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent a copy of the consent form. \r\n\r\n8/7/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32844":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt was on her way out and asked that I call back next week. \r\n07/31- No answer\r\nUnable to reach patient prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32845":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Mailbox full. \r\n08/15- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32846":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM\r\n08/15- not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32847":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/28/23: sent consent form to look over. \r\n8/4/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32848":{"redcap_data_access_group":"rush_university_me","main_record_id":"10764","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-31","screening_age":"35","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-31","date_and_time":"2023-07-31 11:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-30","sp_v1_preop_date":"2023-08-16","sp_v2_6wk_date":"2023-10-11","sp_v3_3mo_date":"2023-11-30","age":"35","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-28 11:09:59","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"surveys were completed outside of window.","erep_protdev_caplan":"Follow up with participant to ensure all future surveys are done on time. ","erep_rel_covid19":"0"}}},"32849":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"53","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt does not want to make time for the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32850":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM.\r\n08/15- pt is not interested. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32851":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n08/22- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32852":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/31/23:lvm\r\n8/8/23:lvm\r\n8/15/23:lvm\r\n8/18/23:sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32853":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/31/23:sent consent \r\n8/8/23:lvm\r\n8/16/23:lvm\r\n8/21/23:resent consent \r\n8/29/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32854":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/31/23:lvm\r\n8/8/23:lvm\r\n8/15/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32855":{"redcap_data_access_group":"rush_university_me","main_record_id":"10771","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-31","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Possible consent: call 9am (8/4)\r\n\r\nSent Consent form, call back 8/7 morning","obtain_date":"2023-08-08","date_and_time":"2023-08-08 08:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-29","sp_v1_preop_date":"2023-08-18","sp_v2_6wk_date":"2023-10-10","sp_v3_3mo_date":"2023-11-29","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32856":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/31/23: Call back in an hour\r\n\r\n8/4/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32857":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Works full time. Unable to make the commitment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32858":{"redcap_data_access_group":"rush_university_me","main_record_id":"10770","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-31","screening_age":"66","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/31/23: Sent copy of the consent form, calling back friday afternoon!\r\n\r\n8/4/23: Call back Monday at 3pm","obtain_date":"2023-08-07","date_and_time":"2023-08-07 15:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-29","sp_v1_preop_date":"2023-08-25","sp_v2_6wk_date":"2023-10-10","sp_v3_3mo_date":"2023-11-29","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32859":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"lvm\r\n\r\n8/7/23: lvm\r\n8/18/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32860":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32861":{"redcap_data_access_group":"rush_university_me","main_record_id":"10772","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/1/23:checking on MRI\r\n8/8/23:no mailbox","obtain_date":"2023-08-08","date_and_time":"2023-08-08 12:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-01","sp_v1_preop_date":"2023-08-24","sp_v2_6wk_date":"2023-10-13","sp_v3_3mo_date":"2023-12-01","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-08-24 14:56:49","erep_ae_date":"2023-08-24","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-08-24 14:57","erep_resolution_date":"2023-08-24 14:57","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Participant panicked when placed in the MRI scanner and asked to be taken out immediately. ","erep_action_taken":"Participant was taken out of the MRI scanner and we did not complete the scans. ","erep_outcome":"Once out of the scanner the participant felt a lot better. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32862":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Busy tone\r\n\r\n8/9/23: busy tone\r\n\r\nSurgery was cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32863":{"redcap_data_access_group":"rush_university_me","main_record_id":"10767","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-01","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call back friday morning 8 am","obtain_date":"2023-08-04","date_and_time":"2023-08-04 15:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-06","sp_v1_preop_date":"2023-08-09","sp_v2_6wk_date":"2023-10-18","sp_v3_3mo_date":"2023-12-06","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-25 09:39:06","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient did not completed 6 week surveys during set timeframe. ","erep_protdev_caplan":"Patient was reminded that surveys are to be completed within the timeframe. ","erep_rel_covid19":"0"}}},"32864":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/2/23: lvm\r\n8/15/23: lvm\r\n8/16/23: sent consent, is seeing if post op visits will be here or in suburbs\r\n8/22/23: will read consent then call me back\r\n\r\n--\r\n\r\n3/4/24: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32865":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/2/23: no mailbox \r\nMoved sx -- \r\n\r\n10/10/23:lvm\r\n10/17/23:lvm\r\n10/24/23:lvm\r\n10/31/23:lvm\r\n\r\n11/3/23: Unable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32866":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"8/2/23: daughter said mother does not speak english, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32867":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/2/23:sent consent form - said he would call me back ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32868":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/2/23: dont want to take time off work ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32869":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32870":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/2/23: full mailbox\r\n8/8/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32871":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/3/23: lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32872":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32873":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/3/23: lvm\r\n8/7/23: not sure about getting surgery, sent consent anyways and will contact as date gets closer\r\n\r\nsurgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32874":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/4/23: sent consent, is unsure.\r\n8/10/23: busy, asked for call back in 10 days\r\n8/24/23: asked for cb fri\r\n8/25/23: still unsure, will call me if interested\r\n\r\nunable to confirm interest\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32875":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"53","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/4: Asked to be called back next friday\r\n8/11/23: LVM\r\n8/17/23: answered and hung up on me","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32876":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/4/23: lvm\r\n8/10/23: lvm\r\n8/16/23: lvm\r\n\r\nUnable to reach in time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32877":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/4/23: sent consent, will call me if interested\r\n\r\nnot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32878":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"48","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32879":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"8/4/23: sent consent\r\n8/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32880":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/4/23: not interested, doesnt want to come to the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32881":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/7/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32882":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/7/23: lvm\r\n8/15/23: lvm\r\n8/30/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32883":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/7/23: not interested, family things going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32884":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/7/23: sent consent\r\n8/14/23: requested call back\r\n8/23/23: still hasnt read thru consent\r\n9/6/23: still hasnt read consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32885":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32886":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Couldn't be reached before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32887":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/8/23: lvm\r\n8/15/23: lvm\r\n8/31/23: asked for call back next week around 330pm\r\n9/11/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32888":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-08","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/8/23: calling me back\r\n8/15/23: tired, doesnt want to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32889":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/9/23: lvm\r\n8/21/23: lvm\r\n9/6/23: moving surgery back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32890":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/9/23: lvm\r\n8/16/23: lvm; will think about it\r\n8/29/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32891":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/9/23: not interested, too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32892":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/9/23: lvm\r\n8/22/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32893":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"8/9/23:asked to call back at 3:30\r\n8/10/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32894":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/9/23:sent consent form\r\n8/15/23:lvm\r\n8/21/23:lvm\r\n8/28/23: Sx moved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32895":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/9/23:lvm\r\n8/15/23:lvm\r\n8/21/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32896":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/9/23: sent consent\r\n8/16/23: resent consent\r\n8/21/23: lvm\r\n8/29/23: lvm\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32897":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32898":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/9/23: lvm\r\n\r\nIs currently working and couldn't make the commitment to come for the three visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32899":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32900":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/10/23: lvm\r\n8/15/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32901":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"52","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"lvm\r\n\r\n8/14/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32902":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/11/23: lvm; does not want come to Chicago, too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32903":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"83","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"8/11/23:sent consent form \r\n8/15/23:resent consent form\r\n8/21/23:wouldnt commit to completing surveys because she \"doesnt want to use a computer\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32904":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/11/23: mailbox full\r\n8/14/23: mailbox full\r\n8/22/23: call back tomorrow\r\n8/23/23: sent consent form \r\n8/30/23: mailbox full\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32905":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"8/11/23:lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32906":{"redcap_data_access_group":"rush_university_me","main_record_id":"10796","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-14","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call back at 3pm 8/23/23\r\n\r\n8/29/23: LVM","obtain_date":"2023-08-29","date_and_time":"2023-08-29 17:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-28","sp_v1_preop_date":"2023-09-06","sp_v2_6wk_date":"2024-02-08","sp_v3_3mo_date":"2024-03-29","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-18 16:03:16","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"pt baseline surveys completed outside of protocol range because they reschedule their sx and then had to reschedule baseline","erep_protdev_caplan":"na","erep_rel_covid19":"0"}}},"32907":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm\r\n\r\n9/21/23: LVM\r\n\r\n9/28/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32908":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Doesnt know if he is going through with surgery.\r\n\r\nSurgery has been cancelled. (8/28/23)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32909":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Sent copy of the consent form. Calling back tomorrow.\r\n\r\nCall back monday at 9;45\r\n\r\nNot willing to do MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32910":{"redcap_data_access_group":"rush_university_me","main_record_id":"10788","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-14","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent copy of the consent form, calling back friday at 1pm","obtain_date":"2023-08-21","date_and_time":"2023-08-21 11:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-10","sp_v1_preop_date":"2023-08-22","sp_v2_6wk_date":"2023-11-21","sp_v3_3mo_date":"2024-01-10","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-08 14:54:21","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline surveys completed too early","erep_protdev_caplan":"NA","erep_rel_covid19":"0"}}},"32911":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt said they wouldn't be a good candidate, because they cant rate pain on a 1-10 pain scale. Pain is either \"okay or bad\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32912":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/14/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32913":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/14/23:lvm\r\n8/22/23:lvm\r\n8/30/23:sent consent \r\n9/5/23:call tomorrow to consent \r\n9/6/23: lvm\r\n9/11/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32914":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/14/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32915":{"redcap_data_access_group":"rush_university_me","main_record_id":"10786","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-14","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/14/23:sent consent form","obtain_date":"2023-08-18","date_and_time":"2023-08-18 13:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-15","sp_v1_preop_date":"2023-08-28","sp_v2_6wk_date":"2023-10-27","sp_v3_3mo_date":"2023-12-15","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32916":{"redcap_data_access_group":"rush_university_me","main_record_id":"10798","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-14","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/14/23:lvm\r\n8/22/23: sent consent \r\n8/30/23: wiling to consent tomorrow at 11","obtain_date":"2023-08-31","date_and_time":"2023-08-31 11:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-15","sp_v1_preop_date":"2023-09-07","sp_v2_6wk_date":"2023-10-27","sp_v3_3mo_date":"2023-12-15","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32917":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"8/15/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32918":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"8/15/23: lvm\r\n8/25/23: lives too far, no ride","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32919":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/15/23: sent consent, but is worried about missing work for appts\r\n8/24/23: hasnt read consent yet\r\n9/7/23: bad time to talk\r\n\r\ncouldnt confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32920":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/15/23: lvm\r\n8/24/23: too much going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32921":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt states their surgery will be rescheduled to a later date. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32922":{"redcap_data_access_group":"rush_university_me","main_record_id":"10784","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-15","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent copy of the consent form. Call back at 8/16","obtain_date":"2023-08-16","date_and_time":"2023-08-16 17:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-12","sp_v1_preop_date":"2023-08-28","sp_v2_6wk_date":"2023-10-24","sp_v3_3mo_date":"2023-12-12","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-09-12 08:42:19","erep_ae_date":"2023-08-28","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-08-28 08:42","erep_resolution_date":"2023-08-28 08:42","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient panicked while in the MRI, had to remove her from the machine. ","erep_action_taken":"Will not be doing MRI for visits. ","erep_outcome":"N/A","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32923":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"83","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent consent form, call back 8/16/23\r\n\r\nDoesnt drive to the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32924":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Has a lot going on, wants to concentrate on one thing at a time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32925":{"redcap_data_access_group":"rush_university_me","main_record_id":"10790","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-15","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"lvm\r\n\r\nSent copy of consent form","obtain_date":"2023-08-24","date_and_time":"2023-08-24 15:38","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-14","sp_v1_preop_date":"2023-09-13","sp_v2_6wk_date":"2023-10-26","sp_v3_3mo_date":"2023-12-14","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-05 11:40:42","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys are completed out of window","erep_protdev_caplan":"follow up with participant to ensure surveys are completed on time in the future. ","erep_rel_covid19":"0"}}},"32926":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"not interested at this time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32927":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/16/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32928":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/16/23: lvm\r\n8/30/23: lvm\r\n9/11/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32929":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/16/23: lvm\r\n8/30/23: sent consent\r\n9/6/23: resent consent\r\n9/12/23: calling later to consent\r\n9/13/23: might move surgery \r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32930":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/16/23: lvm\r\n8/23/23: lvm\r\n9/22/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32931":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/18/23:lvm\r\n8/21/23:lvm\r\nsx passed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32932":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"43","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/18/23: too soon before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32933":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/18/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32934":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Trying to cancel their surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32935":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/21/23: lvm\r\n8/30/23: sent consent but did not get to explain study\r\n9/7/23: lvm\r\n9/14/23: unable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32936":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/21/23: not enough time with work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32937":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/21/23:lvm\r\n8/30/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32938":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/21/23: sent consent, unsure about blood draw\r\n8/29/23: lvm\r\n9/12/23: calling me back later\r\n9/18/23: no longer interested\r\n9/25/23: called back, but not enough time before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32939":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/21/23:lvm\r\n8/28/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32940":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"44","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/21/23: surgery \"on hold\" for now due to other medical issues ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32941":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/21/23: lvm\r\n8/29/23: not interested in coming to the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32942":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"8/21/23: lives too far, doesnt like the sound of the tests","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32943":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/21/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32944":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/21/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32945":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/21/23: No Mailbox\r\n8/30/23:sent consent\r\n9/6/23:resent consent form \r\n9/11/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32946":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states they are rescheduling their surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32947":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/21/23: lvm\r\n8/29/23: lvm\r\nSurgery has been rescheduled to 2024\r\n12/19/23: lvm \r\n12/27/23: lvm\r\n1/3/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32948":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Is having second knee replaced in November. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32949":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/22/23: LVM\r\n\r\n8/29/23: lvm\r\n\r\nNot interested due to poor communication with Dr. Kara's office. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32950":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"53","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n\r\n8/29/23:lvm\r\n\r\n9/5/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32951":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Cancelled their surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32952":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"80","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n09/14- pt requested a copy of consent form to look over and states that he will contact me if he is interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32953":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n09/14- LVM\r\nUnable to make contact with pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32954":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32955":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt is not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32956":{"redcap_data_access_group":"rush_university_me","main_record_id":"10797","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-22","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/22/23: hung up on me\r\n8/29/23: sent consent","obtain_date":"2023-08-30","date_and_time":"2023-08-30 13:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-13","sp_v1_preop_date":"2023-09-05","sp_v2_6wk_date":"2023-10-25","sp_v3_3mo_date":"2023-12-13","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-18 15:43:20","erep_ae_date":"2023-12-05","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-12-05 13:00","erep_resolution_date":"2023-12-05 13:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt was having extreme back pain during MRI Scan.","erep_action_taken":"Pt was removed from the MRI scanner.","erep_outcome":"Pt will continue with the rest of the study visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"32957":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-22","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32958":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"51","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/23/23: lvm\r\n\r\n8/29/23: lvm\r\n\r\n8/29/23: Can't make the time commitment due to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32959":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent consent form\r\n\r\nPatient is ineligible because they are having a hip replacement. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32960":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/23/23:lvm\r\n8/30/23:lvm\r\n9/6/23:lvm\r\n9/11/23:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32961":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/23/23:sent consent \r\n8/30/23:call back \r\n9/5/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32962":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/23/23:lvm\r\n8/30/23:lvm\r\n9/6/23: lvm \r\n9/12/23: too big of a time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32963":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call back tomorrow mid afternoon\r\n\r\nSent copy of consent form. \r\n\r\nLVM\r\n\r\ntoo much on her plate currently","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32964":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/23/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32965":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/23/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32966":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/23/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32967":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"8/23/23: asked for call back later in day\r\n9/25/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32968":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/23/23:lvm\r\n8/30/23:call back tomorrow at 2\r\n8/31/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32969":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/23/23: LVM\r\n\r\n8/29/23: Not interested.. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32970":{"redcap_data_access_group":"rush_university_me","main_record_id":"10795","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-23","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/30/23: lvm","obtain_date":"2023-08-29","date_and_time":"2023-08-29 14:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-20","sp_v1_preop_date":"2023-10-09","sp_v2_6wk_date":"2023-12-01","sp_v3_3mo_date":"2024-01-20","age":"44","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32971":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Call back at 3:30\r\n\r\nNot Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32972":{"redcap_data_access_group":"rush_university_me","main_record_id":"10799","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-23","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/23/23:sent consent \r\n8/31/23:","obtain_date":"2023-08-31","date_and_time":"2023-08-31 15:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-23","sp_v1_preop_date":"2023-10-06","sp_v2_6wk_date":"2023-12-04","sp_v3_3mo_date":"2024-01-23","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32973":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/24/23: sent consent\r\n9/13/23: lvm\r\n9/29/23: lvm\r\n10/2/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32974":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/24/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32975":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-25","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/25/23: lvm\r\n9/1/23: lvm\r\n9/21/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32976":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/29/23: LVM\r\n\r\n9/6/23: Call after 4pm 9/6/23\r\n\r\nNot Interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32977":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"58","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"8/29/23: Sent copy consent form.\r\n\r\ncall back 9/6 at 11\r\n\r\nToo much going on before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32978":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call back 8/29/23 at 2pm\r\n\r\n9/6/23:lvm\r\n\r\n9/11/23: lvm\r\n\r\n9/27/23: Couldn't be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32979":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/29/23: lvm\r\n\r\nRescheduling Surgery until April 2024\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32980":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/29/23: lvm\r\n\r\nPatient doesn't qualify for study to due having second knee replacement surgery scheduled within three months of the first one","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32981":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/29/23: lvm\r\n9/11/23: lvm\r\n9/25/23: lvm\r\n11/7/23: mailbox is full\r\n12/19/23: unable to contact before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32982":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Couldnt be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32983":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/29/23: lvm\r\n\r\n9/7/23: lvm\r\n\r\n9/14/23: lvm\r\n\r\n10/2/23: Couldn't be reached before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32984":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/29/23:too close to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32985":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/29/23: used up PTO, cant come in after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32986":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"8/29/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32987":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/29/23: a lot going on at home","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32988":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/29/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32989":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/29/23:lvm\r\n8/31/23:sent consent \r\n9/5/23: didnt read consent, asked to call back friday\r\n9/8/23: need more time\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32990":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/29/23:lvm\r\n9/6/23: lvm\r\n9/12/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32991":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/30/23:lvm\r\n9/7/23:lvm\r\n9/12/23:lvm\r\n9/20/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32992":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/30/23:lvm\r\n9/6/23: lvm \r\n9/20/23:lvm\r\n9/27/23:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32993":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/31/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32994":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"80","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/31: Talked to son. \r\n\r\nSubject speaks Siberian. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32995":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/31/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32996":{"redcap_data_access_group":"rush_university_me","main_record_id":"10809","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-31","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/31/23: sent consent. avail. 9/19 for pre-op\r\n9/6/23: sent consent\r\n9/13/23: consent on 9/14","obtain_date":"2023-09-14","date_and_time":"2023-09-14 16:10","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-04","sp_v1_preop_date":"2023-09-19","sp_v2_6wk_date":"2023-11-15","sp_v3_3mo_date":"2024-01-04","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-07 11:11:27","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participant came in for baseline visit and data entry was not saved for anything. Participants MRI scan was uploaded to TACC and saved but no pain ratings were saved on REDCap. ","erep_protdev_caplan":"N/A - will continue to do everything for 3 month scan ","erep_rel_covid19":"0"}}},"32997":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"8/31/23: too much pain","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32998":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/1/23: on vacation, call back Tuesday\r\n9/8/23: thinking about it, didnt want additional info\r\n9/26/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32999":{"redcap_data_access_group":"rush_university_me","main_record_id":"10803","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-05","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent copy of consent form","obtain_date":"2023-09-08","date_and_time":"2023-09-08 13:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-10","sp_v1_preop_date":"2023-09-13","sp_v2_6wk_date":"2023-11-21","sp_v3_3mo_date":"2024-01-10","age":"55","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33000":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-05","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Doesn't want to drive to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33001":{"redcap_data_access_group":"rush_university_me","main_record_id":"10801","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-05","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/31: Sent Consent Form\r\n\r\n9/5/23: LVM","obtain_date":"2023-09-07","date_and_time":"2023-09-07 14:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-30","sp_v1_preop_date":"2023-10-03","sp_v2_6wk_date":"2023-12-11","sp_v3_3mo_date":"2024-01-30","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33002":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-05","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/5/23:lvm\r\n9/8/23:sent consent form\r\n9/12/23:lvm\r\n9/20/23:lvm\r\n\r\nsx cancelled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33003":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-05","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/5/23:lvm\r\n9/8/23: not eligible ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33004":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/6/23:would call me back - doctor ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33005":{"redcap_data_access_group":"rush_university_me","main_record_id":"10808","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-06","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call back Thursday 9/7 \r\n\r\n9/7: Seems interested, sent copy of consent form. \r\n\r\n9/12/23: LVM","obtain_date":"2023-09-14","date_and_time":"2023-09-14 12:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-05","sp_v1_preop_date":"2023-09-22","sp_v2_6wk_date":"2023-11-16","sp_v3_3mo_date":"2024-01-05","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33006":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-06","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/6/23: already scheduled 2nd knee within 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33007":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-06","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/6/23:sent consent \r\n9/8/23: emailed and said she was not interested in the research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33008":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/7/23:lvm\r\n9/12/23:lvm\r\n9/19/23:lvm\r\n9/27/23:lvm\r\n-----\r\n3/7/24: sent consent\r\n3/11/24: lvm\r\n3/22/24: lvm\r\n3/25/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33009":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/7/23:lvm\r\n9/13/23: not eligible\r\n\r\n3/11/24: pt not interested\r\n* Pt has second knee replacement originally scheduled within three months of first one. Hence pt being ineligible for first round but she ended up pushing it back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33010":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/7/23: sent consent\r\n9/11/23: resent consent\r\n9/20/23: lvm\r\n10/3/23: busy couldnt talk\r\n\r\nunable to confirm research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33011":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/7/23: no answer on the other end\r\n9/18/23: lvm\r\n10/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33012":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/23: lvm\r\n9/11/23: lvm\r\n9/13/23: travels too much, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33013":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/23: line busy\r\n9/14/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33014":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/23: lvm\r\n9/14/23: sent consent\r\n9/22/23: lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33015":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/23: travels too much","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33016":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/7/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33017":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/7/23: lvm\r\n\r\n9/12/23 : lvm\r\n\r\n10/2/23: Couldn't be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33018":{"redcap_data_access_group":"rush_university_me","main_record_id":"10811","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-07","screening_age":"74","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Hung up on me\r\n\r\nWill call me back, Sent consent form, ","obtain_date":"2023-09-18","date_and_time":"2023-09-18 13:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-22","sp_v1_preop_date":"2023-09-20","sp_v2_6wk_date":"2023-11-03","sp_v3_3mo_date":"2023-12-22","age":"72","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-30 10:42:37","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient didn't complete surveys in allotted timeframe. ","erep_protdev_caplan":"Patient was send multiple reminders to complete further surveys. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-02-06 10:18:16","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was unable to come in inside timeframe for their 3 month appointment. Surveys were also completed the same day as appointment","erep_protdev_caplan":"Patient will be sent additional reminders for further surveys,","erep_rel_covid19":"0"}}},"33019":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/8/23: sent consent, unsure about getting here before surgery (could get lyft)\r\n9/18/23: will read consent and call me back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33020":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"call back monday evening. \r\n\r\nSent copy of consent form, calling back on thursday at 8:30\r\n\r\n9/15: Works full time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33021":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/8/23:lvm\r\n9/12/23:lvm\r\n9/19/23:lvm\r\n9/27/23:main residence Florida ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33022":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33023":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/8/23:lvm\r\n9/12/23:lvm\r\n9/20/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33024":{"redcap_data_access_group":"rush_university_me","main_record_id":"10815","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-08","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/8/23: sent consent \r\n9/14/23: consenting later today; lvm\r\n9/21/23: \r\n","obtain_date":"2023-09-21","date_and_time":"2023-09-21 09:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-10","sp_v1_preop_date":"2023-10-05","sp_v2_6wk_date":"2023-11-21","sp_v3_3mo_date":"2024-01-10","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-25 16:41:08","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt came in for visit outside of time window due to personal schedule. ","erep_protdev_caplan":"none","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-03-25 16:42:05","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt came in for visit outside of time window, could not contact for a while. ","erep_protdev_caplan":"none.","erep_rel_covid19":"0"}}},"33025":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/8/23:sent consent\r\n9/11/23: lvm\r\n9/20/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33026":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/11/23: lvm\r\n9/29/23: lvm\r\n10/12/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33027":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/11/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33028":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/11/23:sent consent \r\n9/12/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33029":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/11/23:lvm\r\n9/19/23:sent consent \r\n9/22/23:call back \r\n9/27/23:lvm\r\nsx passed -- ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33031":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/11/23: sent consent - concern about getting down to Harrison \r\n9/20/23: said will call back if interested\r\n9/27/23: doesnt want to drive out ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33030":{"redcap_data_access_group":"rush_university_me","main_record_id":"10807","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-11","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent consent form ","obtain_date":"2023-09-14","date_and_time":"2023-09-14 11:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-11","sp_v1_preop_date":"2023-09-21","sp_v2_6wk_date":"2023-11-22","sp_v3_3mo_date":"2024-01-11","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33032":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/11/23: lvm\r\n9/22/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33033":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/11/23:lvm\r\n9/22/23:lvm\r\n9/28/23:said she would call me back if interested\r\nsx canceled\r\n\r\n3/12/24: lvm\r\n\r\nGerlinger - outside of window to call\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33034":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/11/23: giving copy of consent of Thurs.\r\n9/14/23: gave copy of consent form\r\n9/21/23: lvm\r\n9/25/23: lvm\r\n10/6/23: lvm x2\r\n10/10/23: was able to get in touch, she was not getting my calls, surgery now too soon\r\n\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33035":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/11/23: lvm\r\n9/20/23: call tmrw\r\n9/21/23: sent consent, is thinking about it\r\n10/10/23: wants to do study after second surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33036":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/11/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33037":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/12/23: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33038":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/6/23: LVM\r\n\r\n9/12/23: LVM\r\n\r\n9/12/23: lives too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33039":{"redcap_data_access_group":"rush_university_me","main_record_id":"10812","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-12","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/13/23: lvm\r\n\r\n9/18/23: lvm","obtain_date":"2023-09-19","date_and_time":"2023-09-19 10:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-10","sp_v1_preop_date":"2023-09-25","sp_v2_6wk_date":"2023-11-21","sp_v3_3mo_date":"2024-01-10","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-22 10:14:24","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys were completed outside of time window","erep_protdev_caplan":"continue to follow up with pt to ensure things are done on time in the future. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-04-05 11:55:24","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"pt did not come in for their 6 week blood draw","erep_protdev_caplan":"na","erep_rel_covid19":"0"}}},"33040":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/13/23: lvm\r\n9/21/23: lvm\r\n9/28/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33041":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/12/23:lvm\r\n9/20/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33042":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/12/23:lvm\r\n9/20/23:lvm\r\n9/26/23:call back tomorrow \r\n9/27/23:lvm\r\nsx passed -- ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33043":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Answered and hung up. \r\n9/22/23: LVM\r\n9/28/23: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33044":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/12/23:lvm\r\n9/20/23:lvm\r\n9/29/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33045":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33046":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/13/23: lvm\r\n\r\n--\r\n\r\n11/17/23:lvm\r\n11/20/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33047":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/13/23: lvm\r\n9/25/23: lvm\r\n10/10/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33048":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt requested a copy of the consent form to look over and will call me if they are interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33049":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that he will be staying with his daughter in Indiana and will request all of his post op appointments be in Munster. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33050":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"58","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"09/15- Pt got busy and needs to call me back to finish consenting. \r\n09/25- After multiple attempts to try and consent, unable to get a hold of patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33051":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Surgery is cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33052":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33053":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/14/23: lvm\r\n\r\n9/28/23: lvm\r\n\r\n10/12/23: Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33054":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-15","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/15/23: lvm\r\n\r\n9/15/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33055":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-15","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she is too stressed and would prefer not to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33056":{"redcap_data_access_group":"rush_university_me","main_record_id":"10814","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-15","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/15/23: Sent copy of consent form. ","obtain_date":"2023-09-20","date_and_time":"2023-09-20 11:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-10","sp_v1_preop_date":"2023-09-27","sp_v2_6wk_date":"2023-11-21","sp_v3_3mo_date":"2024-01-10","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33057":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33058":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-18","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/18/23: sent consent \r\n9/26/23: lvm\r\n10/3/23: resent consent\r\n10/11/23: lvm\r\n10/17/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33059":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-18","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/18/23: lvm\r\n9/28/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33060":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-18","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/18/23: lvm\r\n9/29/23: lvm\r\n10/10/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33061":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-18","screening_age":"45","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Called, but voicemail hasn't been set up. \r\n\r\n9/26/23: Voicemail isnt set up?\r\n\r\n10/4/23: lvm\r\n\r\n10/19/23: Couldn't be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33062":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/19/23: Voicemail full\r\n\r\n9/26/23: Voicemail full\r\n\r\n10/4/23: Mailbox is full \r\n\r\n10/19/23: Couldn't be reached before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33063":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Doesn't have time due to work schedule.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33064":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/28/23: Sent consent form\r\n\r\n10/6/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33065":{"redcap_data_access_group":"rush_university_me","main_record_id":"10813","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-19","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/19/23:consenting ","obtain_date":"2023-09-19","date_and_time":"2023-09-19 15:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-29","sp_v1_preop_date":"2023-09-20","sp_v2_6wk_date":"2023-11-10","sp_v3_3mo_date":"2023-12-29","age":"77","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33066":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/19/23:lvm\r\n9/27/23:lvm\r\n10/3/23:lvm\r\n10/10/23: lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33067":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/19/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33068":{"redcap_data_access_group":"rush_university_me","main_record_id":"10831","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/19/23: on vacation, asked to call back later\r\n9/29/23:lvm\r\n10/3/23:call back tomorrow after 1:30\r\n10/4/23:lvm\r\n10/10/23:","obtain_date":"2023-10-10","date_and_time":"2023-10-10 10:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-17","sp_v1_preop_date":"2023-10-11","sp_v2_6wk_date":"2023-11-28","sp_v3_3mo_date":"2024-01-17","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33069":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/19/23: sent consent form \r\n9/22/23:resent\r\n9/25/23:lvm\r\n10/12/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33070":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/20/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33071":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-20","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33072":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33073":{"redcap_data_access_group":"rush_university_me","main_record_id":"10825","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-20","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/20/23:lvm\r\n9/25/23:sent consent ","obtain_date":"2023-10-05","date_and_time":"2023-10-05 15:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-19","sp_v1_preop_date":"2023-10-18","sp_v2_6wk_date":"2023-11-30","sp_v3_3mo_date":"2024-01-19","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-26 08:02:50","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"surveys were not completed on time.","erep_protdev_caplan":"Participant will be notified continuously to ensure surveys are completed in a timely manner. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-03-26 08:04:29","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"three month visit was completed out of timeline window, pt was extremely hard to get a hold of. ","erep_protdev_caplan":"none.","erep_rel_covid19":"0"}}},"33074":{"redcap_data_access_group":"rush_university_me","main_record_id":"10824","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-20","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/20/23:lvm\r\n9/26/23:lvm\r\n10/3/23:sent consent","obtain_date":"2023-10-05","date_and_time":"2023-10-05 14:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-20","sp_v1_preop_date":"2023-10-16","sp_v2_6wk_date":"2023-12-01","sp_v3_3mo_date":"2024-01-20","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-15","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Had to move participants original baseline (10/13) date because MRI was broke. Pt was overwhelmed with what she had to do for surgery and asked to withdraw day before scheduled baseline (10/16). ","sp_data_site":"N/A"},"33075":{"redcap_data_access_group":"rush_university_me","main_record_id":"10816","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-20","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/20/23:willing to consent\r\n9/22/23: called back - ","obtain_date":"2023-09-22","date_and_time":"2023-09-25 15:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-04","sp_v1_preop_date":"2023-09-26","sp_v2_6wk_date":"2023-11-15","sp_v3_3mo_date":"2024-01-04","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-26 07:56:01","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"surveys were completed outside of timeline by a few days. ","erep_protdev_caplan":"Make sure pt is staying on top of their surveys by continuously informing them. ","erep_rel_covid19":"0"}}},"33076":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent copy of the consent form\r\n\r\n9/26/23: moving after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33077":{"redcap_data_access_group":"rush_university_me","main_record_id":"10826","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-21","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/21/23: lvm\r\n10/4/23: call tmrw to consent","obtain_date":"2023-10-05","date_and_time":"2023-10-05 15:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-27","sp_v1_preop_date":"2023-10-24","sp_v2_6wk_date":"2023-12-08","sp_v3_3mo_date":"2024-01-27","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-26 08:13:03","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Survey and visit were completed outside of the timeline, Pt was out of town and could not come in.","erep_protdev_caplan":"Follow up on pt to ensure things are completed on time and informed of everything that needs to be done in the future. ","erep_rel_covid19":"0"}}},"33078":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/21/23: lvm\r\n9/28/23: doesn't want to come to city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33079":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/21/23: call back later date\r\n9/28/23: lvm\r\n10/12/23: traveling after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33080":{"redcap_data_access_group":"rush_university_me","main_record_id":"10820","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-21","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent Copy of the consent form","obtain_date":"2023-09-28","date_and_time":"2023-09-28 11:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-30","sp_v1_preop_date":"2023-10-03","sp_v2_6wk_date":"2023-12-11","sp_v3_3mo_date":"2024-01-30","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33081":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/21/23: on vacation\r\n9/25/23: busy with work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33082":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/21/23: wants to think about it, didn't want copy of consent\r\n10/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33083":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/21/23: vm not set up\r\n10/4/23: going on vacation before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33084":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/21/23: may cancel surgery\r\nsurgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33085":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/21/23: sent consent \r\n10/4/23: lvm\r\n10/12/23: lvm\r\n10/17/23: too much going on, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33086":{"redcap_data_access_group":"rush_university_me","main_record_id":"10829","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-22","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/22/23: sent consent; can come in mondays or tuesdays 11-2\r\n9/25/23: resent consent\r\n9/28/23: having trouble with consent, sent again\r\n10/2/23: resent consent \r\n10/4/23: same\r\n","obtain_date":"2023-10-09","date_and_time":"2023-10-09 11:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-13","sp_v1_preop_date":"2023-10-09","sp_v2_6wk_date":"2023-11-24","sp_v3_3mo_date":"2024-01-13","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33087":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/22/23: other health issues, no interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33088":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/22/23:needs someone who speaks Spanish \r\n10/17- LVM\r\nUnable to reach prior to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33089":{"redcap_data_access_group":"rush_university_me","main_record_id":"10823","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-22","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/22/23:sent consent \r\n10/3/23: call tomorrow after 3","obtain_date":"2023-10-04","date_and_time":"2023-10-04 16:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-23","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2023-12-04","sp_v3_3mo_date":"2024-01-23","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33090":{"redcap_data_access_group":"rush_university_me","main_record_id":"10841","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-07","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/7/23:lvm\r\n9/22/23:consent in a month time ","obtain_date":"2023-10-19","date_and_time":"2023-10-19 14:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-06","sp_v1_preop_date":"2023-10-27","sp_v2_6wk_date":"2023-12-18","sp_v3_3mo_date":"2024-02-06","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-27 13:25:13","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant completed surveys outside of timeline","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-03-27 13:27:01","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"surveys and visit completed outside of window, pt stated they were very busy with work and could not come in","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"33091":{"redcap_data_access_group":"rush_university_me","main_record_id":"10890","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-22","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/22/23:sent consent \r\n9/29/23:lvm\r\n10/3/23:lvm\r\n10/11/23:lvm\r\n10/16/23:lvm\r\n10/26/23: lvm - emailed me the signed consent form??\r\n11/3/23:lvm\r\n11/8/23: called and emailed \r\n11/21/23:busy","obtain_date":"2023-12-06","date_and_time":"2023-12-06 15:26","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-15","sp_v1_preop_date":"2023-12-14","sp_v2_6wk_date":"2024-01-26","sp_v3_3mo_date":"2024-03-16","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-02-28 13:56:25","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant could not come in protocol range ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"33092":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/22/23:lvm\r\n9/29/23:lvm\r\n10/3/23:lvm\r\n10/10/23:lvm\r\n\r\noutside of contact window\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33093":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/25/23: LVM\r\n10/3/23: LVM\r\n10/10/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33094":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/25/23: lvm\r\n\r\n9/25/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33095":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/25/23: LVM\r\n\r\n10/3/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33096":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/25/23: lvm\r\n\r\n10/3/23 : lvm\r\n\r\n10/10/23: Wasn't available to talk","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33097":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"81","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33098":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/25/23: lvm\r\n\r\n---\r\n3/6/24: lvm\r\n3/12/24: scheduling conflict \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33099":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/25/23: lvm\r\n10/3/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33100":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No Answer\r\n\r\n10/4/23: LVM\r\n\r\n10/10/23: lvm\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33101":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/25/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33102":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/25/23: wanted info by email\r\n10/11/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33103":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/25/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33104":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/25/23: lvm\r\n10/10/23: lvm\r\n10/20/23: not interested, getting both knees done","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33105":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/25/23: gave number, will call back if interested\r\n\r\nnever called back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33106":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/25/23:doesnt want to drive out","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33107":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient surgery is cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33108":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/25/23:doesnt want to drive down to rush","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33109":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/25/23:work schedule too busy ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33110":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/26/23:Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33111":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/26/23: lvm\r\n\r\n10/4/23: lvm\r\n\r\n10/10/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33112":{"redcap_data_access_group":"rush_university_me","main_record_id":"10822","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-26","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/26/23: sent consent form ","obtain_date":"2023-09-28","date_and_time":"2023-09-28 15:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-26","sp_v1_preop_date":"2023-10-24","sp_v2_6wk_date":"2023-12-07","sp_v3_3mo_date":"2024-01-26","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33113":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far, unable to come before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33114":{"redcap_data_access_group":"rush_university_me","main_record_id":"10830","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-26","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/26/23: lvm\r\n\r\n10/5/23: Sent consent","obtain_date":"2023-10-09","date_and_time":"2023-10-09 16:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-09","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient decided not to participate due to having too much on her plate","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-30 11:15:26","erep_ae_date":"","erep_visit_inv":"","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":""}}},"33115":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/26/23: Sent copy of consent form.\r\n\r\n10/6/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33117":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/26/23: asked to be called back\r\n9/28/23: a lot going on. May move surgery, will call once she knows","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33118":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call back tomorrow\r\n\r\nNot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33119":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33120":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/27/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33121":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/27/23:sent consent \r\n10/3/23:lvm\r\n10/13/23:","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33122":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/28/23: lvm\r\n9/29/23: thinking about it and calling me back\r\n\r\n11/3/23: unable to confirm interest in the study before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33123":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/20/23: lvm\r\n10/3/23: sent consent\r\n10/10/23: resent consent\r\n10/17/23: moving surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33124":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/28/23: working, cant make commute before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33125":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-29","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/29/23: lvm\r\n10/4/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33126":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-29","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/29/23: lvm\r\n10/17/23:lvm\r\n10/26/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33127":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-29","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/29/23: sent consent \r\n10/5/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33128":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-29","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/29/23:lvm\r\n10/3/23:lvm\r\n10/10/23:cant make it out to this location ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33129":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-02","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/2/23: too close to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33130":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33131":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33132":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33133":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/3/23: going over consent at pre-op","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33134":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23: lvm\r\n10/17/23: lvm\r\n\r\n11/3/23: going out of town for 6 months after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33135":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/3/23: call back\r\n10/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33136":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/3/23: doesnt want to come to city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33137":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23: will call me back if interested\r\n\r\n11/3/23: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33138":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33139":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23:lvm\r\n10/10/23:not interested\r\n10/16/23:sent consent form \r\n10/18/23: cant make it in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33140":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23:call back later \r\n10/10/23:call me back if interested\r\n11/3/23: Unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33141":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33142":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23:lvm\r\n10/10/23:in another study and doesn't want to participant in two ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33143":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"28","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23:sent consent form - said he would contact me \r\nsx passed -- ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33144":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/3/23:lvm\r\n10/10/23:lvm\r\n10/18/23:lvm\r\n10/24/23:lvm\r\n\r\nunable to reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33145":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/4/23: Sent consent form\r\n\r\n10/6/23: Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33146":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/4/23: Call back tomorrow\r\n\r\n10/5/23: Moving after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33147":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Call back this afternoon\r\n\r\n10/10/23: Sent consent form\r\n\r\n10/17/23: lvm\r\n\r\n10/24/23: Doesnt have time before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33148":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/4/23: lvm\r\n10/4/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33149":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/4/23: lvm\r\n10/17/23: lvm; cancelling surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33150":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/4/23: wants call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33151":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/5/23: lvm\r\n\r\n10/5/23: Patient is interested in doing the study, is having the second knee done in the spring. Patient wants to see how the first knee replacement goes before making the commitment of the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33152":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/5/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33153":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/6/23: LVM\r\n\r\n10/6/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33154":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"53","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/6/23: LVM\r\n\r\n10/11/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33155":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/6/23: Sent Consent form\r\n\r\n10/17/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33156":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/6/23: LVM\r\n\r\n10/12/23: lvm\r\n\r\n10/19/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33157":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/6/23: Lvm. \r\n\r\n10/19/23: lvm\r\n\r\n10/26/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33158":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/6/23: Asked to be called back on tuesday \r\n\r\n10/10/23: Sent copy of consent form, Said he would call back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33159":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/6/23: LVM\r\n\r\n10/10/23: lvm\r\n\r\n10/17/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33160":{"redcap_data_access_group":"rush_university_me","main_record_id":"10832","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-10","screening_age":"76","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/10/23: lvm","obtain_date":"2023-10-13","date_and_time":"2023-10-13 14:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33161":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23:Lives too far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33162":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/10/23:lvm\r\n10/17/23:lvm\r\n10/24/23:sent consent form \r\n10/27/23:lvm\r\nsx passes ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33163":{"redcap_data_access_group":"rush_university_me","main_record_id":"10839","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-10","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/10/23:sent consent \r\n10/17/23:consenting at 2","obtain_date":"2023-10-17","date_and_time":"2023-10-17 14:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-31","sp_v1_preop_date":"2023-10-30","sp_v2_6wk_date":"2023-12-12","sp_v3_3mo_date":"2024-01-31","age":"33","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33164":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/10/23:lvm\r\n10/17/23:lvm\r\n10/24/23:lvm\r\n10/31/23:lvm\r\n\r\ncould not contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33165":{"redcap_data_access_group":"rush_university_me","main_record_id":"10843","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-10","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/10/23:lvm\r\n10/17/23:consenting Thursday\r\n10/19/23:consenting","obtain_date":"2023-10-20","date_and_time":"2023-10-20 13:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-10","sp_v1_preop_date":"2023-10-25","sp_v2_6wk_date":"2023-12-22","sp_v3_3mo_date":"2024-02-10","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-23","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Participant had a bullet in his foot and would not be able to do the MRI","sp_data_site":"N/A"},"33166":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/10/23:lvm\r\n10/17/23:lvm\r\n10/24/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33167":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/10/23: sent consent, will call back if interested \r\n\r\n11/8/23: Unable to confirm interest in study before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33168":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/10/23:sent consent\r\n10/19/23:resent consent \r\n10/27/23:lvm\r\n11/3/23:lvm\r\n11/16/23: unable to confirm interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33169":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/10/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33170":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/10/23: schedule is too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33171":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/10/23: surgery too soon","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33172":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33173":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23: LVM\r\n\r\n10/17/23: LVM\r\n\r\n10/24/23: lvm\r\n11/6/23: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33174":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23:sent consent \r\n10/19/23:lvm\r\n10/27/23:lvm\r\n11/3/23:lvm\r\n11/8/23:sent consent \r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33175":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is going to rescheduling surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33176":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/11/23: doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33177":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/11/23: sent consent \r\n10/13/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33178":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23: lvm\r\n10/19/23: lvm\r\n11/3/23: lvm\r\nUnable to contact before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33179":{"redcap_data_access_group":"rush_university_me","main_record_id":"10858","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/23: lvm\r\n10/26/23: unable to leave message\r\n\r\n11/3/23: call 11/7/23 at 2pm","obtain_date":"2023-11-07","date_and_time":"2023-11-07 15:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-11-10","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-11-09","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient states patient they have too much going on before surgery","sp_data_site":"N/A"},"33180":{"redcap_data_access_group":"rush_university_me","main_record_id":"10850","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/23: lvm\r\n10/17/23: sent consent \r\n10/26/23: resent consent\r\n10/27/23: read thru consent, just need to sign. talking to daughters first","obtain_date":"2023-10-31","date_and_time":"2023-10-31 11:24","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-17","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2023-12-29","sp_v3_3mo_date":"2024-02-17","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33181":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23: lvm\r\n10/26/23: lvm\r\n11/10/23: Doesnt have time before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33182":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/11/23: doesnt seem interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33183":{"redcap_data_access_group":"rush_university_me","main_record_id":"10863","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/23: lvm\r\n10/26/23: lvm\r\n11/8/23:lvm\r\n11/8/23: Doesnt have time before surgery","obtain_date":"2023-11-09","date_and_time":"2023-11-09 09:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-11-10","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-11-09","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient is overwhelmed with surgery so close. ","sp_data_site":"N/A"},"33184":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient doesn't want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33185":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23: lvm\r\n10/20/23: lvm\r\n11/3/23:lvm\r\n11/6/23: sx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33186":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/11/23: sent consent\r\n10/19/23: reading consent, calling me back\r\n\r\n11/13/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33187":{"redcap_data_access_group":"rush_university_me","main_record_id":"10845","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/23:lvm\r\n10/17/23:consenting friday morning\r\n10/20/23:lvm\r\n10/24/23:lvm\r\n10/25/23:consenting","obtain_date":"2023-10-25","date_and_time":"2023-10-25 11:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-12","sp_v1_preop_date":"2023-12-13","sp_v2_6wk_date":"2024-02-23","sp_v3_3mo_date":"2024-04-12","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33188":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23: lvm\r\n10/19/23: sent consent \r\n10/27/23: wants call at different time\r\n11/3/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33189":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23: lvm\r\n10/26/23: lvm\r\n11/13/23: lvm\r\n11/16/23: Unable to contact before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33190":{"redcap_data_access_group":"rush_university_me","main_record_id":"10840","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/11/23:sent consent \r\n10/16/23:lvm\r\n10/17/23:call tomorrow \r\n10/18/23:consenting","obtain_date":"2023-10-18","date_and_time":"2023-10-18 11:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-15","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2023-12-27","sp_v3_3mo_date":"2024-02-15","age":"77","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-26 08:22:31","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"pt stated that it was too far for him to drive for a blood draw. ","erep_protdev_caplan":"Ensure is aware of all the upcoming appointments and what they entail. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-03-26 08:24:17","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Surveys were not completed on time, was very hard to contact and get a hold of. Only did his 6 week surveys when he started his 3 month surveys. ","erep_protdev_caplan":"call participant and email him links often to ensure that the surveys are completed on time. ","erep_rel_covid19":"0"}}},"33191":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/11/23:sent consent form \r\n10/12/23:resent consent \r\n10/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33192":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23: lvm\r\n\r\n10/18/23: call back friday morning 9am\r\n\r\n10/20/23: Lvm\r\n\r\n11/8/23: Unable to confirm interest before surgery\r\n\r\n10/27/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33193":{"redcap_data_access_group":"rush_university_me","main_record_id":"10860","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-12","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/12/23:lvm\r\n10/17/23:willing to consent\r\n10/24/23:lvm\r\n10/26/23:lvm\r\n10/31/23:thinking\r\n11/7/23:lvm and emailed","obtain_date":"2023-11-08","date_and_time":"2023-11-08 14:48","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-16","sp_v1_preop_date":"2023-11-14","sp_v2_6wk_date":"2023-12-28","sp_v3_3mo_date":"2024-02-16","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33194":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33195":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23: Sent copy of consent form\r\n\r\n10/17/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33196":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/20/23:lvm\r\n10/17/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33197":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33198":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23: lvm\r\n\r\n10/19/23: lvm\r\n\r\n10/26/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33199":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23:leaving week after sx to Florida - might move sx to summer ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33200":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33201":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/12/23: lvm\r\n10/26/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33202":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/13/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33203":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Call back around 1pm\r\n\r\n10/26/23: Was unable to confirm interest before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33204":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/13/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33205":{"redcap_data_access_group":"rush_university_me","main_record_id":"10856","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/13/23: sent consent, will think about it and call me back\r\n\r\n","obtain_date":"2023-11-03","date_and_time":"2023-11-03 15:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"68","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"2023-11-13","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient was unable to come in for baseline before surgery.","sp_data_site":"N/A"},"33206":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/13/23:lvm\r\n10/17/23:sent consent\r\n10/24/23:lvm\r\n10/31/23:lvm\r\n11/3/23: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33207":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/13/23: LVM/ sent consent form\r\n\r\n10/17/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33208":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/17/23: lvm\r\n10/26/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33209":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent copy of consent form. Will call me back \r\n\r\n10/20/23: lvm\r\n\r\n10/31/23: lvm\r\n\r\n11/1/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33210":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/17/23: lvm\r\n\r\n11/7/23: Doesn't have the time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33211":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/17/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33212":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient states that she is not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33213":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/17/23: lvm\r\n\r\n10/24/23: lvm\r\n\r\n10/31/23: lvm\r\n\r\n11/16/23: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33214":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt's daughter and she would not let me speak to pt. States that she will call me back if they are interested in hearing about the study. \r\n11/20/23: unable to confirm interested before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33215":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt wants to speak to daughter and asked that I call back at a different time. \r\n\r\n11/3/23: Unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33216":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt does not have time to be participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33217":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/17/23: call me if interested, didnt want additional info\r\n\r\ncouldnt confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33218":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/23: sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33219":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/17/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33220":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/17/23: sent consent\r\n10/26/23: resent consent\r\n11/8/23:lvm\r\n11/16/23:call me back tomorrow \r\n11/22/23: unable to confirm interested before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33221":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"40","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/17/23: lvm\r\n\r\n10/18/23: declined, travels frequently ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33222":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/17/23: lvm\r\n\r\n10/26/23: lvm\r\n\r\n10/26/23: Surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33223":{"redcap_data_access_group":"rush_university_me","main_record_id":"10847","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-17","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/17/23:sent consent form \r\n10/24/23:willing to consent \r\n10/26/23:consenting","obtain_date":"2023-10-26","date_and_time":"2023-10-26 15:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-16","sp_v1_preop_date":"2023-11-06","sp_v2_6wk_date":"2023-12-28","sp_v3_3mo_date":"2024-02-16","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33224":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/17/23: lvm\r\n\r\n10/24/23: Sent consent form\r\n11/3/23: lvm\r\n11/10/23: lvm\r\n11/17/23: Unable to confirm interest before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33225":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"10/17/23:busy\r\n10/19/23:lvm\r\n10/24/23:lvm\r\npt is not eligible ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33226":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/18/23: lvm\r\n\r\n10/26/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33227":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/18/23: check number\r\n\r\n10/26/23: LVM\r\n\r\n11/1/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33228":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/18/23:doesnt want to drive out","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33229":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/18/23:lvm\r\n10/24/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33230":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/18/23:lvm\r\n10/26/23: lvm\r\n10/31/23:lvm\r\n11/7/23:lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33231":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/18/23:lvm\r\n10/24/23:busy call back tomorrow\r\n10/26/23:sent consent\r\n11/3/23:lvm\r\n11/8/23:lvm\r\n11/16/23: unable to confirm interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33232":{"redcap_data_access_group":"rush_university_me","main_record_id":"10842","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-18","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/18/23: lvm","obtain_date":"2023-10-19","date_and_time":"2023-10-19 14:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-14","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2023-12-26","sp_v3_3mo_date":"2024-02-14","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33233":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/18/23:mailbox full\r\n10/24/23:lvm\r\n11/3/23:mailbox full\r\n11/8/23:lvm\r\n11/16/23: unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33234":{"redcap_data_access_group":"rush_university_me","main_record_id":"10859","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-18","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/18/23:sent consent \r\n10/27/23:resent \r\n11/3/23:resent\r\n11/7/23:lvm","obtain_date":"2023-11-08","date_and_time":"2023-11-08 13:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-16","sp_v1_preop_date":"2023-11-14","sp_v2_6wk_date":"2023-12-28","sp_v3_3mo_date":"2024-02-16","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-27 13:39:41","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"surveys and visit were completed outside of timeline","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"33235":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/19/23:lvm\r\n10/25/23:lvm\r\n11/3/23:lvm\r\n11/7/23:lvm\r\n11/20/23: unable to reach before surgery\r\n--- \r\n\r\n12/27/23: lvm\r\n1/4/24: lvm\r\n1/16/24: too far to drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33236":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/19/23: lvm\r\n\r\n10/26/23: sent consent form\r\n\r\n11/2/23: lvm\r\n11/16/23: unable to confirm interest before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33237":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/19/23:busy\r\n10/27/23:busy\r\n11/3/23:lvm\r\n11/8/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33238":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/19/23: lvm\r\n10/20/23: returned call, lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33239":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33240":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/20/23: Asked to be called by 11/1/23 after 4:30pm\r\n\r\n11/1/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33241":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient asked to be called back 20 mins later.. went to VM.\r\n\r\n10/26/23: Mailbox is full\r\n\r\n11/1/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33242":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient doesn't speak English ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33243":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/24/23:lvm\r\n10/31/23:lvm\r\n11/7/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33244":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/24/23:lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33245":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: lvm\r\n\r\n10/31/23: lvm\r\n\r\n11/6/23: lvm\r\n\r\n11/21/23: Unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33246":{"redcap_data_access_group":"rush_university_me","main_record_id":"10846","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-26","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/26/23: sent consent form","obtain_date":"2023-10-26","date_and_time":"2023-10-26 14:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-21","sp_v1_preop_date":"2023-11-13","sp_v2_6wk_date":"2024-01-02","sp_v3_3mo_date":"2024-02-21","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-02-06 10:28:48","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient had additional unexpected surgery after the TKR. Patient was unable to come in for blood draw at 6 weeks. Patient also was unsure how to respond to the 6 weeks surveys because of unexpected surgery. ","erep_protdev_caplan":"Patient completed the surveys. and patient was took in as soon as possible to get the blood draw. ","erep_rel_covid19":"0"}}},"33247":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: lvm\r\n\r\n10/27/23: Having two knee replacements within 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33248":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: lvm\r\n\r\n11/1/23: lvm\r\n\r\n11/8/23: lvm\r\n\r\nunable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33249":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: lvm\r\n\r\n11/1/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33250":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/20/23: lvm\r\n10/26/23: lvm\r\n11/1/23:lvm\r\n12/7/23: surgery cancelled\r\n-----\r\n2/1/24:sent consent \r\n2/6/24: resent consent \r\n2/19/24:lvm\r\n3/5/24: doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33251":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23:lvm\r\n10/31/23:lvm\r\n11/7/23:lvm\r\n11/16/23:lvm\r\n11/28/23: Unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33252":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23:lvm\r\n10/31/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33253":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"10/26/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33254":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33255":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: will call me back after thinking about it\r\n\r\n11/8/23: lvm\r\n\r\n11/15/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33256":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/26/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33257":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: lvm\r\n11/3/23:lvm\r\n11/8/23:lvm\r\n\r\nunable to contact ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33258":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/26/23: lvm\r\n11/3/23: lvm\r\n11/6/23: lvm\r\n11/6/23: Sent consent form\r\n12/8/23: Unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33259":{"redcap_data_access_group":"rush_university_me","main_record_id":"10870","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-26","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/26/23: sent consent\r\n\r\nCall back 11/13 around 11:30","obtain_date":"2023-11-16","date_and_time":"2023-11-16 14:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-11","sp_v1_preop_date":"2023-11-30","sp_v2_6wk_date":"2024-01-22","sp_v3_3mo_date":"2024-03-12","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33260":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33261":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23: lvm\r\n11/6/23: lvm\r\n11/14/23: lvm\r\n12/6/23: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33262":{"redcap_data_access_group":"rush_university_me","main_record_id":"10851","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-27","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/27/23:sent consent \r\n10/31/23:","obtain_date":"2023-10-31","date_and_time":"2023-10-31 15:18","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-16","sp_v1_preop_date":"2023-11-03","sp_v2_6wk_date":"2023-12-28","sp_v3_3mo_date":"2024-02-16","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33263":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33264":{"redcap_data_access_group":"rush_university_me","main_record_id":"10852","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-27","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/27/23:lvm\r\n10/31/23:sent consent \r\n11/1/23:","obtain_date":"2023-11-01","date_and_time":"2023-11-01 13:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-09","sp_v1_preop_date":"2023-11-03","sp_v2_6wk_date":"2023-12-21","sp_v3_3mo_date":"2024-02-09","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-27 13:33:11","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"participants surveys were outside of timeframe.","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"33265":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23:lvm\r\n10/31/23:busy\r\n11/3/23:sent consent\r\n11/6/23:lvm\r\n11/16/23:resent consent \r\n11/20/23:lvm\r\n11/28/23: Unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33266":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23:no mailbox\r\n11/3/23:lvm\r\n11/8/23:lvm\r\ncouldnt confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33267":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23: lvm\r\n11/7/23:lvm\r\n11/16/23:lvm\r\n11/20/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33268":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23: lvm\r\n11/3/23:lvm\r\n11/8/23:sent consent \r\n11/20/23:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33269":{"redcap_data_access_group":"rush_university_me","main_record_id":"10861","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-27","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/27/23: sent consent","obtain_date":"2023-11-08","date_and_time":"2023-11-08 15:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-01","sp_v1_preop_date":"2023-11-16","sp_v2_6wk_date":"2024-01-12","sp_v3_3mo_date":"2024-03-02","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33270":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23: lvm\r\n11/3/23:sent consent \r\n11/8/23:resent form\r\n12/8/23: Unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33271":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33272":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23: lvm\r\n11/8/23: lvm\r\n12/15/23: Unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33273":{"redcap_data_access_group":"rush_university_me","main_record_id":"10862","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-31","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-09","date_and_time":"2023-11-09 09:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-01","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2024-01-12","sp_v3_3mo_date":"2024-03-02","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33274":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"call back noon on thursday 11/2/23\r\n11/14/23: Sent consent form\r\n12/6/23: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33275":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/31/23:lvm\r\n11/7/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33276":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/31/23:lvm\r\n11/7/23:lvm\r\n11/16/23:lvm\r\n11/20/23:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33277":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/31/23:no mailbox\r\n11/7/23:too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33278":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/31/23:lvm\r\n11/7/23:lvm\r\n11/16/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33279":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/31/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33280":{"redcap_data_access_group":"rush_university_me","main_record_id":"10871","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-31","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/25/23: lvm\r\n\r\n10/31/23: lvm","obtain_date":"2023-11-17","date_and_time":"2023-11-17 13:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-11-21","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-11-27","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient is unable to complete baseline before surgery. ","sp_data_site":"N/A"},"33281":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Ineligible. Having both knees replaced within 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33282":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/1/23: lvm\r\n\r\n11/8/23: call back friday at 3:30\r\n\r\n11/30/23: unable to confirm interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33283":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/1/23: lvm\r\n11/8/23: lvm\r\n11/17/23: lvm\r\n12/6/23: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33284":{"redcap_data_access_group":"rush_university_me","main_record_id":"10855","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-03","screening_age":"59","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-03","date_and_time":"2023-11-03 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-23","sp_v1_preop_date":"2024-01-29","sp_v2_6wk_date":"2024-04-05","sp_v3_3mo_date":"2024-05-23","age":"59","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33285":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/3/23: sent consent form\r\n11/8/23: lvm\r\n11/17/23: lvm\r\n12/8/23: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33286":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/3/23:lvm\r\n11/7/23:lvm\r\n11/16/23:lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33287":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call back in an hour.\r\nsent consent form.\r\n11/21/23: lvm\r\nunable to confirm interested before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33288":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/3/23:lvm\r\n11/8/23:lvm\r\n12/8/23: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33289":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/27/23:lvm\r\n11/3/23:lvm\r\n11/8/23:sent consent \r\nsx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33290":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/3/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33291":{"redcap_data_access_group":"rush_university_me","main_record_id":"10857","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-06","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-06","date_and_time":"2023-11-06 10:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-07","sp_v1_preop_date":"2023-11-20","sp_v2_6wk_date":"2024-01-18","sp_v3_3mo_date":"2024-03-08","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33292":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-06","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call after thanksgiving\r\n11/28/23: lvm\r\n11/8/23: unable to confirm interest in study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33293":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-06","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33294":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/7/23:lives in Indiana and doesnt want to drive out ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33295":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/7/23:lvm\r\n11/16/23:lvm\r\n11/20/23:lvm\r\n11/29/23:lvm\r\n12/6/23: Unable to contact before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33296":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/7/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33297":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/7/23:teacher and doesnt have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33298":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33299":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/7/23:no voicemail box \r\n11/16/23:no mailbox \r\nsx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33300":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/7/23: LVM\r\n\r\n11/14/23: lvm\r\n\r\nSurgery has been rescheduled for 2024","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33301":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23: lvm\r\n11/20/23: Surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33302":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23:sent consent \r\n11/20/23: sent consent again\r\n11/21/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33303":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33304":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33305":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23:lvm\r\n11/16/23:lvm\r\n11/20/23:lvm\r\n12/8/23: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33306":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23:lvm\r\n11/16/23:busy\r\n11/20/23:will be out of town ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33307":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33308":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/8/23: interested, sent consent form.\r\n11/16/23: resent consent form\r\n11/22/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33309":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"VM not set up\r\n11/17/23: VM not set up\r\n11/22/23: mailbox is full\r\n12/6/23: unable to contact before surgery\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33310":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33311":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33312":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient doesn't want to drive to the city","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33313":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/14/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33314":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/14/23: LVM\r\n11/22/23: lvm\r\n11/28/23: lvm\r\n12/14/23: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33315":{"redcap_data_access_group":"rush_university_me","main_record_id":"10895","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-14","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/14/23: lvm\r\n11/22/23: lvm\r\n11/28/23: Sent consent form","obtain_date":"2023-12-08","date_and_time":"2023-12-08 11:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-15","sp_v1_preop_date":"2023-12-11","sp_v2_6wk_date":"2024-01-26","sp_v3_3mo_date":"2024-03-16","age":"75","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33316":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33317":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call back tomorrow at 1\r\n11/22/23: lvm\r\n12/15/23: Unable to confirm interest in study before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33318":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33319":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/23:lvm\r\n11/20/23:lvm\r\n11/29/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33320":{"redcap_data_access_group":"rush_university_me","main_record_id":"10873","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-16","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/16/23:lvm\r\n11/20/23:sent consent \r\n11/21/23: consent","obtain_date":"2023-11-21","date_and_time":"2023-11-21 10:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-15","sp_v1_preop_date":"2023-11-30","sp_v2_6wk_date":"2024-01-26","sp_v3_3mo_date":"2024-03-16","age":"61","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33321":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/23:lvm\r\n11/20/23: lvm\r\n11/29/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33322":{"redcap_data_access_group":"rush_university_me","main_record_id":"10884","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-16","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/16/23:lvm\r\n11/20/23:busy\r\n11/29/23: willing to consent tomorrow \r\n11/30/23:consenting","obtain_date":"2023-11-30","date_and_time":"2023-11-30 10:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-15","sp_v1_preop_date":"2023-12-07","sp_v2_6wk_date":"2024-01-26","sp_v3_3mo_date":"2024-03-16","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33323":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/23:sent consent \r\n11/20/23:Not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33324":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33325":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/23: Sent consent form. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33326":{"redcap_data_access_group":"rush_university_me","main_record_id":"10874","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-16","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/16/23:sent consent\r\n11/21/23:consenting","obtain_date":"2023-11-21","date_and_time":"2023-11-21 11:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-12","sp_v1_preop_date":"2023-12-04","sp_v2_6wk_date":"2024-01-23","sp_v3_3mo_date":"2024-03-13","age":"N/A","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-29 15:18:02","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt didnt come in for 6 week blood draw due to travels and death in the family. ","erep_protdev_caplan":"n/a","erep_rel_covid19":"0"}}},"33327":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/23:lvm\r\n11/21/23:lvm\r\n11/29/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33328":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/16/23:lvm\r\n11/21/23:lvm\r\n11/29/23:lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33329":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/16/23:sent consent \r\n11/21/23:resent consent \r\n12/4/23: busy\r\n12/6/23:no voicemail box \r\nsx passed\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33330":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/17/23: lvm\r\n11/22/23: lvm\r\n12/4/23: lvm\r\n1/9/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33331":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/17/23: Sent consent form.\r\n11/22/23: lvm\r\n12/4/23: lvm\r\n2/7/24: does not qualify due to 2nd knee sx scheduled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33332":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/17/23: lvm\r\n11/22/23: lvm\r\n12/4/23; lvm\r\n1/2/24: surgery cacncelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33333":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/17/23: lvm\r\n\r\ncall back monday with answer to question\r\n\r\n12/4/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33334":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/17/23: lvm\r\n 11/22/23: lvm\r\n12/5/23: lvm\r\n1/16/24: unable to reach ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33335":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/17/23:lvm\r\n11/22/23: busy tone\r\n12/5/23: busy tone\r\n12/13/23: sent consent form.\r\n1/16/24: unable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33336":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/17/23:lvm\r\n11/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33337":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/17/23:busy\r\n11/28/23: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33338":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33339":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33340":{"redcap_data_access_group":"rush_university_me","main_record_id":"10883","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-20","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/20/23: sent consent \r\n11/21/23:consenting","obtain_date":"2023-11-30","date_and_time":"2023-11-30 09:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-08","sp_v1_preop_date":"2023-12-05","sp_v2_6wk_date":"2024-01-19","sp_v3_3mo_date":"2024-03-09","age":"72","sex":"1","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33341":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/20/23:sent consent form\r\n12/1/23:call monday\r\n12/19/23: Unable to confirm interest before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33342":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/20/23:lvm\r\n11/29/23:busy\r\n12/4/23: school teacher and doesnt have the days to take off ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33343":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/20/23:said he'll call me back\r\n12/22/23: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33344":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"11/20/23: sent consent\r\n11/29/23:lvm\r\n12/15/23: busy\r\n12/18/23: pt had a pacemaker and would not have been able to do MRI ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33345":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/16/23: Sent consent form\r\n11/20/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33346":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/20/23: rescheduling sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33347":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/20/23:lvm\r\n11/29/23: sent consent \r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33348":{"redcap_data_access_group":"rush_university_me","main_record_id":"10881","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-20","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/20/23:lvm","obtain_date":"2023-11-28","date_and_time":"2023-11-28 15:48","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-12","sp_v1_preop_date":"2023-12-08","sp_v2_6wk_date":"2024-01-23","sp_v3_3mo_date":"2024-03-13","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-25 10:31:51","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participant never completed 6 week surveys, I sent survey links to have him complete them up until his three months came out. ","erep_protdev_caplan":"Ensure he completes surveys during visits or over the phone if needed. ","erep_rel_covid19":"0"}}},"33349":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/20/23: sent consent\r\n12/7/23:lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33350":{"redcap_data_access_group":"rush_university_me","main_record_id":"10893","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-20","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/20/23:sent consent \r\n11/21/23:busy\r\n12/7/23:willing to consent ","obtain_date":"2023-12-07","date_and_time":"2023-12-08 14:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-03","sp_v1_preop_date":"2032-12-15","sp_v2_6wk_date":"2024-02-14","sp_v3_3mo_date":"2024-04-03","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33351":{"redcap_data_access_group":"rush_university_me","main_record_id":"10891","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-20","screening_age":"65","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/20/23:sent consent\r\n12/6/23:consenting","obtain_date":"2023-12-06","date_and_time":"2023-12-06 18:02","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-21","sp_v1_preop_date":"2023-12-12","sp_v2_6wk_date":"2024-02-01","sp_v3_3mo_date":"2024-03-22","age":"65","sex":"2","genident":"2","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-05 11:23:18","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week visit completed outside of protocol timeline","erep_protdev_caplan":"Follow up and remind pt of upcoming surveys and visit dates.","erep_rel_covid19":"0"}}},"33352":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33353":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/20/23: sent consent\r\n12/6/23: wants another week to decide \r\n12/19/23: lvm\r\n12/27/23: still haven't decided, will call me \r\n1/9/24: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33354":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/20/23: Sent consent form\r\n12/13/23: Rescheduling surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33355":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/20/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33356":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/21/23: lvm\r\n12/5/23: LVM\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33357":{"redcap_data_access_group":"rush_university_me","main_record_id":"10901","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/21/23:sent consent \r\n12/6/23:lvm\r\n12/19/23: willing to consent tomorrow","obtain_date":"2023-12-20","date_and_time":"2023-12-20 10:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-12","sp_v1_preop_date":"2024-01-03","sp_v2_6wk_date":"2024-02-23","sp_v3_3mo_date":"2024-04-12","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33358":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/21/23:lvm\r\n12/6/23:lvm\r\n12/19/23:lvm\r\n1/16/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33359":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/21/23:sent consent \r\n12/6/23: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33360":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent Consent form.\r\n12/13/23: going to reschedule surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33361":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"call back at a later date\r\n11/21/23:lvm\r\n12/13/23:lvm\r\n12/27/23:lvm\r\n1/3/24: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33362":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/21/23: Sent consent form\r\n11/29/23: Patient is rescheduling their surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33363":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33364":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/27/23: not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33365":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/22/23: lvm\r\n11/28/23: sent consent form\r\n12/6/23: not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33366":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent consent form\r\n12/19/23: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33367":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/15/23: Sent consent form\r\n11/30/23: lvm\r\n12/14/23: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33368":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent consent form\r\n11/30/23: lvm\r\n12/19/23: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33369":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/22/23: lvm\r\n11/30/23: lvm\r\n12/8/23: lvm\r\n12/19/23: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33370":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-27","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No transportation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33371":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/28/23: Patient Deceased. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33372":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/28/23: lvm\r\n12/19/23: call back later.\r\n1/4/24: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33373":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n12/7/23: lvm\r\n12/18/23: Sent consent form\r\n12/27/23: lvm\r\n1/4/24: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33374":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/29/23:lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33375":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33376":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/29/23: lvm\r\n12/19/23: Sent consent form\r\n12/20/23: too much going before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33377":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/29/23:sent consent\r\n12/22/23: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33378":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/29/23: lvm\r\n12/19/23: lvm\r\n1/2/24: unable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33379":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/29/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33380":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-30","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33381":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-30","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/30/23: lvm\r\n12/14/23: lvm\r\n12/22/23: lvm\r\n1/4/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33382":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-30","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/30/23: lvm\r\n12/8/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33383":{"redcap_data_access_group":"rush_university_me","main_record_id":"10888","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-01","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/1/23:lvm\r\n12/4/23:willng to consent call back at 3","obtain_date":"2023-12-04","date_and_time":"2023-12-04 15:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-14","sp_v1_preop_date":"2023-12-11","sp_v2_6wk_date":"2024-01-25","sp_v3_3mo_date":"2024-03-15","age":"61","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33384":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/4/23: Sent consent form\r\n12/8/23: asked to be called back\r\n12/14/23: lvm\r\n12/20/23: Surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33385":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/4/23: LVM\r\n12/14/23: lvm\r\n1/3/24: Unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33386":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/4/23:said she would call me back \r\n1/3/24: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33387":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/4/23: lvm\r\n12/14/23: lvm\r\n12/22/23: Unable to take anymore time off work before their surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33388":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/4/23:lvm\r\n12/12/23:lvm\r\n12/18/23:lvm\r\n1/3/24: Unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33389":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/4/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33390":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/4/23:lvm\r\n12/13/23:lvm\r\n12/19/23:lvm\r\n1/2/24: unable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33391":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/5/23: lvm\r\n12/13/23: lvm\r\n12/27/23: LVM\r\n1/25/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33392":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/5/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33393":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/5/23: lvm\r\n12/13/23: lvm\r\n12/19/23: lvm\r\n12/27/23: lvm\r\n1/26/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33394":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-06","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33395":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-06","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/6/23:lvm\r\nsx moved, ineligible to call ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33396":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-06","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/6/23:lvm\r\n12/19/23:said he would call me back if he was interested\r\n1/26/24: unable to confirm interest.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33397":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-06","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/6/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33398":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/6/23:lvm\r\n12/19/23: lvm\r\n12/27/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33400":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"48","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/7/23: sent consent \r\n12/19/23:busy\r\n12/27/23:lvm\r\n1/3/24: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33401":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-08","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/8/23: Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33402":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-11","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33403":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23:lvm\r\n12/22/23:lvm\r\n12/27/23:lvm\r\n1/4/24: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33404":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23:lvm\r\n12/22/23:lvm\r\n12/27/23:sx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33405":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33406":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23:lvm\r\n12/22/23:lvm\r\n12/27/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33407":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23:sent consent form\r\n12/22/23: lvm\r\n12/27/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33408":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23:not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33409":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23:sent consent\r\n12/22/23: sent consent \r\n12/27/23: call back tuesday\r\n1/16/24: unable to confirm interested before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33410":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23: sent consent \r\n12/22/23: lvm\r\n12/27/23:call me back\r\n1/16/24: unable to confirm before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33411":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33412":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23:lvm\r\n12/22/32: lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33413":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/13/23:lvm\r\n12/22/23:lvm\r\n12/27/23: too busy ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33414":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23:not sure if hes having sx\r\n12/22/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33415":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23:sent consent\r\n12/22/23:lvm\r\n12/27/23:lvm\r\n1/5/24: unable to confirm interest about study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33416":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/13/23: lvm\r\n12/28/23: subject has too much going on at the minute,","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33417":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23: lvm\r\n12/22/23: Unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33399":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-06","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/14/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33418":{"redcap_data_access_group":"rush_university_me","main_record_id":"10898","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-14","date_and_time":"2023-12-14 10:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-28","sp_v1_preop_date":"2023-12-18","sp_v2_6wk_date":"2024-02-08","sp_v3_3mo_date":"2024-03-29","age":"65","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-18 14:25:38","erep_ae_date":"2023-12-18","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-12-18 14:25","erep_resolution_date":"2023-12-18 14:25","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient was placed in the MRI scanner. the MRI tech had exited the MRI room, when the patient pressed the panic button. The MRI tech went immediately in and took the patient out of the scanner. We talked with the patient, asked if he was willing to try. Patient declined and we removed him from the scanner promptly. ","erep_action_taken":"Patient will continue in the study by doing the surveys, blood draws and 3 months tests. Patient will not do the MRI Scan at the 3 month appointment. ","erep_outcome":"Patient will not do the MRI Scan at the 3 month appointment. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"33419":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23: Canceling surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33420":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23: lvm\r\n12/22/23:lvm\r\n12/27/23: ineligible due to having both knees replaced within 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33421":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"call back at 3pm\r\n12/14/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33422":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23: call back next week.\r\n12/22/23: lvm\r\n12/27/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33423":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23: lvm\r\n12/22/23: call back after the holiday\r\n1/4/24: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33424":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23:lvm\r\n12/22/23:lvm\r\n12/27/23:will call me back \r\n1/16/24: unbale to confirm interest before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33425":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/14/23: Call back next Thursday.\r\n12/22/23: Surgery is rescheduled until April 2024","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33426":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23: lvm\r\n12/22/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33427":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23: has a pacemaker","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33428":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23: lvm\r\n12/19/23: lvm\r\n12/27/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33429":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23: traveling and cant come in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33430":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33431":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23:lvm\r\n12/19/23:lvm\r\n12/27/23:lvm\r\n1/5/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33432":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33433":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-15","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/15/23:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33434":{"redcap_data_access_group":"rush_university_me","main_record_id":"10900","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-15","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/15/23:lvm\r\n12/19/23: willing to consent ","obtain_date":"2023-12-20","date_and_time":"2023-12-20 09:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-09","sp_v1_preop_date":"2024-01-02","sp_v2_6wk_date":"2024-02-20","sp_v3_3mo_date":"2024-04-09","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-02 11:36:57","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"pt did not complete 6 week surveys at all.","erep_protdev_caplan":"Pt will be notified of all surveys and will do them in person if in for a visit.","erep_rel_covid19":"0"}}},"33435":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-15","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/15/23:lvm\r\nsx canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33436":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-15","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/15/23: not available for the baseline visit before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33437":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-15","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/15/23: Mailbox is full\r\n12/19/23: mailbox is full\r\n1/2/24: unable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33438":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-18","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/18/23:lvm\r\n12/27/23:lvm\r\n1/4/24:lvm\r\n1/9/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33439":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-18","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/18/23:lvm\r\n12/27/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33440":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-18","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/18/23: sent consent \r\n12/27/23:resent consent\r\n12/29/23:lvm\r\n1/4/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33441":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/18/2023: LVM\r\n12/27/23: LVM\r\n1/3/24: LVM \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33442":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-28","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/18/2023 - busy, will call back \r\n12/19/2023 - sent copy of consent \r\n12/28/2023 - patient did not have a chance to read consent, re-sent consent \r\n1/4/24 - LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33443":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent consent form\r\n12/27/23: too much going on at this time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33444":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent consent form\r\n12/19/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33445":{"redcap_data_access_group":"rush_university_me","main_record_id":"10910","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-19","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/19/23: sent consent form\r\n1/4/24:","obtain_date":"2024-01-04","date_and_time":"2024-01-04 11:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-09","sp_v1_preop_date":"2024-01-17","sp_v2_6wk_date":"2024-03-22","sp_v3_3mo_date":"2024-05-09","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33446":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/19/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33447":{"redcap_data_access_group":"rush_university_me","main_record_id":"10903","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-19","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"sent copy of consent form","obtain_date":"2023-12-21","date_and_time":"2023-12-21 16:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-17","sp_v1_preop_date":"2024-01-03","sp_v2_6wk_date":"2024-02-28","sp_v3_3mo_date":"2024-04-17","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33448":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33449":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/19/23 - LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33450":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"50","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Did not want to participate in the MRI ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33451":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/19/23: Sent consent form\r\n12/20/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33452":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/19/23: too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33453":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|3","ptinterest_comment":"12/19/23:cancled sx, has a pacemaker ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33454":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/19/23: participant is unsure, will review consent and call back \r\n12/27/23: patient stated she lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33455":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/19/23: lvm\r\n12/27/23: lvm\r\n1/2/24:lvm\r\n1/9/24: surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33456":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"call back at 3:30pm\r\n12/19/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31274":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/19/23: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33457":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/19/23: lvm\r\n12/27/23:lvm\r\nsx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33458":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/19/23: lvm\r\n12/27/23:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33459":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/19/23: busy\r\n12/21/23:not interested\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33460":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/19/23:lvm\r\n12/27/23: lvm\r\n1/5/24:busy\r\n1/16/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33461":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/19/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33462":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/19/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33463":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/19/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33464":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-12","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/19/23: LVM\r\n12/27/23: LVM\r\n2/12/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33465":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-20","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not eligible due to having surgery in another location. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33466":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-29","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/29/23: patient is too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33467":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-21","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Worried about transportation. sent consent form\r\n12/27/23: Not interested at this time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33468":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-21","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/23:busy call tomorrow\r\n12/27/23: lvm\r\n1/5/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33469":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-21","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/21/23: LVM\r\n1/2/24: patient looking over consent, will call back ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33470":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/27/23:lvm\r\n1/5/24: not interests","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33471":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-22","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/23: call back next week\r\n12/27/23: lvm\r\n1/9/24: lvm\r\n1/16/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33472":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-22","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/23: Lvm\r\n12/27/23: lvm\r\n1/2/24: Surgery cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33473":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-22","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/23: lvm\r\n1/26/24: unable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33474":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-22","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/23: lvm\r\n12/27/23:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33475":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-22","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/23:canceled sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33476":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-22","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/23:sent consent \r\n12/28/23: busy - call back friday\r\n12/29/23: doesnt want to drive ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33477":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-22","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/23:lvm\r\n12/27/23:lvm\r\n1/8/24:working - too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33478":{"redcap_data_access_group":"rush_university_me","main_record_id":"10906","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-22","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/22/23:lvm\r\n12/27/23:sent consent\r\n","obtain_date":"2023-12-29","date_and_time":"2023-12-29 13:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-16","sp_v1_preop_date":"2024-01-09","sp_v2_6wk_date":"2024-02-27","sp_v3_3mo_date":"2024-04-16","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33479":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-22","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/23: lvm\r\n12/27/23:lvm\r\nsx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33480":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-26","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/26/23: patient lives too far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33481":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-02","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/26/2023: LVM\r\n1/2/2023: patient stated she is cancelling surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33482":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-26","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/26/23: LVM\r\n1/2/24: LVM x2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33483":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-26","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/26/23: LVM\r\n1/2/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33484":{"redcap_data_access_group":"rush_university_me","main_record_id":"10905","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-27","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/27/23: participant interested, will call back to consent 12/29/23.","obtain_date":"2023-12-29","date_and_time":"2023-12-29 12:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-20","sp_v1_preop_date":"2024-01-22","sp_v2_6wk_date":"2024-04-02","sp_v3_3mo_date":"2024-05-20","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33485":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"12/27/23: LVM\r\n1/2/24: LVM\r\n1/4/24: surgery cancelled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33486":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/27/23: patient reviewing consent form, will call back.\r\n12/29/23: patient lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33487":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-11","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"12/27/23: LVM\r\n1/4/24: sent consent \r\n1/8/24: LVM\r\n1/11/24: patient is ineligible \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33488":{"redcap_data_access_group":"rush_university_me","main_record_id":"10908","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-27","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/27/23: patient was busy but is interested, will call back next week. \r\n1/2/24: sent consent. ","obtain_date":"2024-01-04","date_and_time":"2024-01-04 09:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-26","sp_v1_preop_date":"2024-01-18","sp_v2_6wk_date":"2024-03-08","sp_v3_3mo_date":"2024-04-26","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33489":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/27/23: LVM\r\n12/29/23: patient stated he will not have time for the study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33490":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"12/27/23:lvm\r\n1/8/24: main language is korean","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33491":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/27/23: no mailbox\r\n1/8/24: no mailbox\r\n1/19/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33492":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/27/23:lvm\r\n1/8/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33493":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/27/23: lvm\r\n1/4/24: lvm\r\n1/9/24: cancelled surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33494":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/27/23: lvm\r\n1/4/24: call back tomorrow\r\n1/9/24: lvm\r\n1/17/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33495":{"redcap_data_access_group":"rush_university_me","main_record_id":"10912","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-27","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/27/23: looking over consent, will call next week.\r\n1/4/24: looking over consent, will call tomorrow. ","obtain_date":"2024-01-04","date_and_time":"2024-01-04 14:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-31","sp_v1_preop_date":"2024-01-25","sp_v2_6wk_date":"2024-03-13","sp_v3_3mo_date":"2024-05-01","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33496":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/27/23:LVM\r\n1/4/24:lvm\r\n1/10/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33497":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/27/23: sent consent form\r\n1/4/24: might be rescheduled.\r\n1/10/24: lvm\r\n1/17/24: ineligible, surgery moved to another location.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33498":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/27/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33499":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/27/23: will call me back ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33500":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/27/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33501":{"redcap_data_access_group":"rush_university_me","main_record_id":"10909","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-27","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/27/23: lvm\r\n12/27/23: sent consent\r\n1/4/24: lvm","obtain_date":"2024-01-04","date_and_time":"2024-01-04 11:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-26","sp_v1_preop_date":"2024-01-10","sp_v2_6wk_date":"2024-03-08","sp_v3_3mo_date":"2024-04-26","age":"63","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33502":{"redcap_data_access_group":"rush_university_me","main_record_id":"10918","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-27","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/29/23: sent consent","obtain_date":"2024-01-12","date_and_time":"2024-01-12 15:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-25","sp_v1_preop_date":"2024-01-23","sp_v2_6wk_date":"2024-03-07","sp_v3_3mo_date":"2024-04-25","age":"57","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-24 10:16:06","erep_ae_date":"2024-01-24","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2024-01-24 10:16","erep_resolution_date":"2024-01-24 10:16","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient was prepped for MRI scan; technician was helping patient get settled. Patient was in the scanner and started to experience some anxiety and asked to be removed. Techician reassured the patient, they agreed to try again but ended up asking to be removed. Patient stated they couldn't complete the MRI.","erep_action_taken":"Participant will continue to be part of the study but will not do the MRI at the three-month appointment. ","erep_outcome":"Patient was able to complete all other tests and will continue to be part of our study.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"33503":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-23","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/27/23: LVM\r\n1/4/24: LVM \r\n1/23/24: Unable to contact ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33504":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-23","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/27/23: LVM\r\n1/22/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33505":{"redcap_data_access_group":"rush_university_me","main_record_id":"10978","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-05","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/5/28: sent consent \r\n4/9/24: LVM ","obtain_date":"2024-04-10","date_and_time":"2024-04-10 14:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-18","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-05-30","sp_v3_3mo_date":"2024-07-18","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33506":{"redcap_data_access_group":"rush_university_me","main_record_id":"10913","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-29","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/29/23: LVM","obtain_date":"2024-01-05","date_and_time":"2024-01-05 11:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-30","sp_v1_preop_date":"2024-01-22","sp_v2_6wk_date":"2024-03-12","sp_v3_3mo_date":"2024-04-30","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33507":{"redcap_data_access_group":"rush_university_me","main_record_id":"10907","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-02","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-02","date_and_time":"2024-01-02 14:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-23","sp_v1_preop_date":"2024-01-12","sp_v2_6wk_date":"2024-03-05","sp_v3_3mo_date":"2024-04-23","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-18 15:49:12","erep_ae_date":"2024-01-18","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2024-01-18 16:43","erep_resolution_date":"2024-01-18 16:43","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient was experiencing shoulder pain during the MRI scan.\r\n","erep_action_taken":"Patient was removed from the MRI scanner. ","erep_outcome":"Patient will continue on the study. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"33508":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-02","screening_age":"40","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/2/24: patient has young kids and cannot make time for the study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33509":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-02","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/2/24: Doesn't have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33510":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-02","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/2/24: sent consent form\r\n1/8/24: lvm\r\n1/11/24: ineligible for MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33511":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-02","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/2/24: sent consent form\r\ncall back 1/16/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33512":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-02","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/9/24: not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33513":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"will call me back later\r\n1/16/24: unable to confirm interest before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33514":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent consent form\r\n1/8/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33515":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No time before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33516":{"redcap_data_access_group":"rush_university_me","main_record_id":"10915","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-04","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/4/24:sent consent \r\n1/8/24:","obtain_date":"2024-01-08","date_and_time":"2024-01-08 14:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-18","sp_v1_preop_date":"2024-01-16","sp_v2_6wk_date":"2024-02-29","sp_v3_3mo_date":"2024-04-18","age":"57","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-15 14:31:47","erep_ae_date":"","erep_visit_inv":"","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":""}}},"33517":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/24:lvm\r\n1/16/24: lvm\r\n1/23/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33518":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/4/23: sent consent. \r\n1/8/24: potential surgery date change due to abnormal EKG results, will call back to confirm surgery date once testing is complete ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33519":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/24: lvm\r\n1/19/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33520":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/24: Sent consent \r\n1/10/24: LVM\r\n1/22/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33521":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/23: LVM\r\n1/8/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33522":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/24: lvm\r\n1/8/24: lvm\r\n1/16/24: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33523":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/4/24: Patient lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33524":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sent copy of the consent form\r\n1/17/24: ineligible due to implants","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33525":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/24: lvm\r\n1/5/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33526":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/24:lvm\r\n1/11/24: lvm\r\n1/26/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33527":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/4/24:lvm\r\n1/11/24:lvm\r\nsx canceled\r\n\r\n4/9/24: lvm\r\n4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33528":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33529":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/24: lvm\r\n1/11/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33530":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/5/24: spoke with patients wife, will call back later \r\n1/8/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33531":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-16","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/5/24: sent consent \r\n1/16/24: no longer interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33532":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-05","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33533":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-05","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/5/24: patient lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33534":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-05","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/5/24: lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33535":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-11","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/5/24: unable to contact\r\n1/11/24: will not be able to make time to come for appointments ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33536":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-05","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/5/24: LVM\r\n2/2/24: Patient is ineligible due to recent knee replacement ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33537":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-25","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/5/24: patient busy, will call back.\r\n1/9/24: sent consent \r\n1/25/24: LVM \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33538":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-05","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/5/24: ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33539":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-05","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33541":{"redcap_data_access_group":"rush_university_me","main_record_id":"10933","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-05","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/5/24:lvm\r\n1/11/24:lvm\r\n1/18/24: sent consent\r\n1/24/24:consenting","obtain_date":"2024-02-01","date_and_time":"2024-02-01 15:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-04","sp_v1_preop_date":"2024-02-05","sp_v2_6wk_date":"2024-04-15","sp_v3_3mo_date":"2024-06-04","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33540":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-05","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not Interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33542":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-05","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call back at 3:15\r\n1/26/24: unable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33543":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-05","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33544":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-05","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/5/24: lvm\r\n1/9/24:lvm\r\n1/22/24:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33545":{"redcap_data_access_group":"rush_university_me","main_record_id":"10914","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-08","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/8/24: Will call back to consent ","obtain_date":"2024-01-08","date_and_time":"2024-01-08 13:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-06","sp_v1_preop_date":"2024-01-10","sp_v2_6wk_date":"2024-03-19","sp_v3_3mo_date":"2024-05-06","age":"71","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33546":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/8/24: LVM\r\n1/17/24: Patient is not interested due to time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33547":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-09","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/8/24: LVM\r\n1/9/23: Lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33548":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-24","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/8/24: LVM\r\n1/18/24: LVM\r\n1/24/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33549":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-19","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/10/24: LVM\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33550":{"redcap_data_access_group":"rush_university_me","main_record_id":"10927","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-08","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/8/24:lvm\r\n1/19/24:sent consent","obtain_date":"2024-01-23","date_and_time":"2024-01-23 14:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-09","sp_v1_preop_date":"2024-02-02","sp_v2_6wk_date":"2024-03-22","sp_v3_3mo_date":"2024-05-09","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33552":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33553":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/1/24: lvm\r\n1/16/24: lvm\r\n2/9/24: unable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33551":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/9/24:lvm\r\n1/19/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33554":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-09","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/9/24: lvm\r\n1/19/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33555":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-09","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/9/24:sent consent \r\n1/9/24: decided he was not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33556":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-09","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/9/24:lvm\r\n1/19/24:busy\r\n1/23/24:busy\r\n2/1/24: unable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33557":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-09","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/9/24:lvm\r\n1/19/24:busy\r\n1/29/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33558":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-09","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/9/24:lvm\r\n1/19/24:busy\r\n1/29/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33559":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-09","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/9/24: lvm\r\n1/16/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33560":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-09","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/9/24:sent consent \r\n1/22/24: resent \r\n1/29/24:lvm\r\n2/2/24: lvm\r\n2/9/24: unable to reach\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33561":{"redcap_data_access_group":"rush_university_me","main_record_id":"10922","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-09","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/9/24:sent consent ","obtain_date":"2024-01-18","date_and_time":"2024-01-18 09:48","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-07","sp_v1_preop_date":"2024-02-02","sp_v2_6wk_date":"2024-03-20","sp_v3_3mo_date":"2024-05-07","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33562":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-10","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient stated she is not interested in doing surveys as she does not own a computer. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33563":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-11","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/11/24: LVM\r\n1/17/24: lvm\r\n1/26/24: unable to reach ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33565":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/11/24: ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33566":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33567":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/19/24: LVM\r\n1/26/24: LVM \r\n2/6/24: LVM \r\n2/12/24: Surgery cancelled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33564":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-11","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/16/24: sent consent \r\n1/16/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33568":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-16","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/16/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33569":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-16","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/16/24:lvm\r\n1/26/24:lvm saying she'd consent \r\n1/29/24: cant participate due to 2nd knee replacement happening within 3 months of first one","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33570":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/1724: Lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33571":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Call back next Tuesday\r\n1/22/24: Surgery Cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33572":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/17/24: lvm\r\n1/19/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33573":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/17/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33574":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-19","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/19/24:lvm\r\n1/24/24:lvm\r\n1/29/24:lvm\r\n02/21/2024: unable to reach prior to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33575":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-19","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/19/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33576":{"redcap_data_access_group":"rush_university_me","main_record_id":"10928","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-19","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/19/24: sent consent \r\n","obtain_date":"2024-01-23","date_and_time":"2024-01-23 16:12","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-13","sp_v1_preop_date":"2024-02-05","sp_v2_6wk_date":"2024-03-26","sp_v3_3mo_date":"2024-05-13","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33577":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/19/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33578":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-19","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/19/24: lvm\r\n1/24/24: sent consent \r\n1/29/24: lvm\r\n2/5/24: lvm\r\n02/21/24: unable to reach prior to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33579":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-19","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/19/24:busy\r\n1/29/24: lvm\r\n2/5/24:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33580":{"redcap_data_access_group":"rush_university_me","main_record_id":"10925","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-19","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/19/24: Sent consent ","obtain_date":"2024-01-22","date_and_time":"2024-01-22 17:26","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-30","sp_v1_preop_date":"2024-01-24","sp_v2_6wk_date":"2024-03-12","sp_v3_3mo_date":"2024-04-30","age":"58","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33581":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/19/24: LVM\r\n1/22/24: sent consent \r\n2/6/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33582":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/25/24: LVM \r\n2/6/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33583":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-30","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/22/24: sent consent \r\n1/30/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33584":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/29/24: Not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33585":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/22/24: Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33586":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/22/24:sent consent \r\n1/29/24: resent consent \r\n2/5/24:resent\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33587":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/22/24:busy\r\n1/29/24:lvm\r\n2/5/24:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33588":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/22/24:too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33589":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/22/24:busy \r\n1/25/24:busy\r\nsx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33590":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/22/24: lvm\r\n1/29/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33591":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/22/24:lvm\r\n1/29/24: busy\r\n2/5/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33592":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/10/24:lvm\r\n1/22/24: lvm\r\n sx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33593":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/22/24: lvm\r\n1/29/24:lvm\r\n2/6/24:lvm\r\n\r\nsx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33594":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/22/24: busy\r\n2/6/24:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33595":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/23/24: sent consent \r\n1/29/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33596":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-23","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/23/24: sx postponed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33597":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-23","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/23/24: lvm\r\n1/29/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33598":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-24","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/24/24:sent consent \r\n2/1/24:lvm \r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33599":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-24","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/24/24: doesnt want to drive out","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33600":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-25","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/25/24: LVM\r\n2/6/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33601":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"1/25/24: LVM\r\n1/29/24: sent consent, patient is interested nut surgery date is changing. Will follow up once surgery is scheduled.\r\n3/28/24: unable to contact before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33602":{"redcap_data_access_group":"rush_university_me","main_record_id":"10968","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-19","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/26/24: sent consent \r\n3/19/24: sent consent ","obtain_date":"2024-03-27","date_and_time":"2024-03-27 15:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-05","sp_v1_preop_date":"2024-04-01","sp_v2_6wk_date":"2024-05-17","sp_v3_3mo_date":"2024-07-05","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33603":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-12","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/26/24: LVM\r\n2/12/24: LVM \r\n2/19/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33604":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-26","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/26/24: patient lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33605":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/29/24: per patients son, the patient does not speak English ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33606":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/29/24: patient busy, will call back \r\n2/7/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33607":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/29/24: patient lives too far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33608":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"1/26/24: LVM\r\n1/29/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33609":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/29/24: busy\r\n2/5/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33610":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/29/24: too big of a time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33611":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/29/24:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33612":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/29/24: sent consent \r\n2/6/24: lvm \r\n2/21/24: unable to make contact with pt prior to sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33613":{"redcap_data_access_group":"rush_university_me","main_record_id":"10931","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-29","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/29/24: sent consent ","obtain_date":"2024-02-01","date_and_time":"2024-02-01 11:04","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-01","sp_v1_preop_date":"2024-02-27","sp_v2_6wk_date":"2024-04-12","sp_v3_3mo_date":"2024-06-01","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-02-27","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant requested to withdraw because he was feeling overwhelmed by the study visits and surgery. ","sp_data_site":"N/A"},"33614":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/29/24:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33615":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/29/24: busy\r\n2/5/24: wants to talk to doc \r\n2/15/24:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33616":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/29/24:lvm\r\n2/5/24:lvm\r\n2/15/24:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33617":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/29/24: lvm\r\n2/5/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33618":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/29/24:sx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33619":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/29/24: lvm\r\n2/6/24:too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33620":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/29/24:sent consent \r\n2/6/24: lvm\r\n2/19/24:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33621":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/6/24: patient is unsure at this time due to the time commitment and travel plans following surgery. Stated he would consider participating next year when he has his other knee replaced. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33622":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-31","screening_age":"73","screening_gender":"1","screening_race":"0","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt asked that I send a copy of the consent form to look over and discuss with his daughter. \r\n\r\nUnable to reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33623":{"redcap_data_access_group":"rush_university_me","main_record_id":"10941","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-08","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/1/24: sent consent \r\n","obtain_date":"2024-02-08","date_and_time":"2024-01-23 16:12","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-05","sp_v1_preop_date":"2024-02-26","sp_v2_6wk_date":"2024-04-16","sp_v3_3mo_date":"2024-06-05","age":"68","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33624":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-01","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/24:sent consent\r\n2/5/24:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33625":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-01","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/24:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33626":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-01","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/24:lvm\r\n2/6/24: lvm\r\n2/19/24: sent consent \r\n3/5/24: resent \r\n3/12/24: looking over now\r\n3/22/24: chaotic schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33627":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-01","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/24: busy\r\n2/6/24: rescheduling sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33628":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/4/2024: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33629":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-01","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/1/24: ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33630":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-05","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"2/5/24:lvm\r\n2/15/24: lvm\r\n02/21/2024: unable to reach pt prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33631":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-05","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/5/24:sx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33632":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-05","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/5/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33633":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-05","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/5/24:sent consent\r\n2/15/24:lvm\r\n3/7/24: resent consent \r\n3/11/24: too close to surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33634":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-05","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/5/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33635":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/6/24: lvm\r\n2/19/24: sent consent form \r\n2/27/24: lvm\r\n2/28/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33636":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/6/24: sent consent\r\n2/19/24:sent consent\r\n3/4/24: resent\r\n3/11/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33637":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/6/24:sent consent \r\n2/19/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33638":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-08","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/6/24: LVM \r\n2/8/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33639":{"redcap_data_access_group":"rush_university_me","main_record_id":"10945","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-15","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/6/24: LVM \r\n2/8/24: sent consent \r\n","obtain_date":"2024-02-15","date_and_time":"2024-01-23 16:12","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-14","sp_v1_preop_date":"2024-02-22","sp_v2_6wk_date":"2024-04-25","sp_v3_3mo_date":"2024-06-14","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33640":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/6/24:lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33642":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/6/24: hung up on me \r\n2/19/24: busy\r\n3/5/24: lvm\r\n\r\nsx canceled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33641":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-08","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/6/24: LVM\r\n2/8/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33643":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/6/24: lvm\r\n2/19/24:sent consent\r\n3/5/24: lvm\r\n3/12/24: lvm\r\n3/20/24: lvm\r\n\r\ngerlinger - outside of timeframe ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33644":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/6/24: lives too far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33645":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-20","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/24: sent consent \r\n2/19/24: will call tomorrow \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33646":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/12/24: LVM \r\n2/19/24: sent consent \r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33647":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-12","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/12/24: Patient is interested, but is rescheduling surgery to 2-3 months from now. Will contact once new date is set. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33648":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/7/24:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33649":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/7/24: doesn't want to drive out","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33650":{"redcap_data_access_group":"rush_university_me","main_record_id":"10946","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-13","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/8/24: sent consent \r\n2/13/24: will call back to consent ","obtain_date":"2024-02-16","date_and_time":"2024-02-16 10:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-01","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-05-13","sp_v3_3mo_date":"2024-07-01","age":"63","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33651":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/13/24: sent consent \r\n2/19/24: no longer interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33652":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-14","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/14/24: sent consent \r\n2/19/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33653":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/14/24: LVM \r\n2/22/24: LVM\r\n3/4/24: Lives too far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33654":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-16","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/16/24: will call me back ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33655":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-01","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/19/24: Interested, however surgery may be pushed back due to abnormal EKG. Will follow-up with patient next week. \r\n3/1/24: surgery postponed due to abnormal EKG","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33656":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33657":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/12/24: LVM\r\n2/19/24: LVM\r\n3/4/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33658":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33659":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33660":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/5/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33661":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/5/24: sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33662":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-11","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/11/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33663":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/5/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33664":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33665":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33666":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15/24:sent consent \r\n3/7/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33667":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/15/24:too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33668":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15/24: lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33669":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15/24:busy \r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33670":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"2/15/24:sx cancelled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33671":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15/24:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33672":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/15/24: sent consent \r\n3/6/24: will be out of town and busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33673":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15/24:lvm\r\n3/6/24: lvm\r\n3/11/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33674":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/5/24:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33675":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-16","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/16/24: Patient had a stroke, rescheduling surgery. Will call once new date is set. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33676":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"47","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24: LVM \r\n2/23/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33677":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24:too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33678":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24:too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33679":{"redcap_data_access_group":"rush_university_me","main_record_id":"10950","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-19","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/19/24:sent consent\r\n2/27/24: consenting","obtain_date":"2024-02-27","date_and_time":"2024-02-27 15:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2024-02-29","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-03-07","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant stated feeling overwhelmed and that there wasn't enough time to do the baseline. ","sp_data_site":"N/A"},"33680":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33681":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/19/24: claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33682":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24:sent consent \r\n3/5/24: cancelled sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33683":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/19/24:lvm\r\n3/5/24: lvm\r\n3/12/24: sent consent \r\n3/13/24: want to discuss with doc at prevop\r\n3/28/24: too much going on before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33684":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24:no mailbox\r\n3/6/24: lvm\r\n3/12/24: lvm\r\n\r\nGerlinger outside of window ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33685":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33686":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24:busy \r\n\r\nsx passed\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33687":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24: sent consent\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33688":{"redcap_data_access_group":"rush_university_me","main_record_id":"10948","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-19","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/19/24: sent consent","obtain_date":"2024-02-21","date_and_time":"2024-02-21 11:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-06","sp_v1_preop_date":"2024-02-28","sp_v2_6wk_date":"2024-04-17","sp_v3_3mo_date":"2024-06-06","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33689":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24: sent consent \r\n3/4/24:lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33690":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24:lvm\r\n3/4/24: sent consent form\r\n3/7/24: not interested, lives in Iowa","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33691":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24:sent consent\r\n3/4/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33692":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33693":{"redcap_data_access_group":"rush_university_me","main_record_id":"10955","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-19","screening_age":"62","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/19/24:lvm","obtain_date":"2024-03-04","date_and_time":"2024-03-04 14:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-27","sp_v1_preop_date":"2024-03-20","sp_v2_6wk_date":"2024-05-08","sp_v3_3mo_date":"2024-06-27","age":"62","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-09 14:14:35","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week blood draw done really early due to issues with pts schedule. ","erep_protdev_caplan":"NA","erep_rel_covid19":"0"}}},"33694":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33695":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24:lvm\r\n3/6/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33696":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24: lvm\r\n3/6/24: lvm\r\n3/12/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33697":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/19/24:lvm\r\n3/6/24: sent consent \r\n3/15/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33698":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-21","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/04/2024- LVM\r\n03/12/2024- unable to reach prior to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33699":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-21","screening_age":"69","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt asked that I call him back after 3:30. \r\n03/04/2024- LVM\r\n03/13/2024- unable to reach again prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33700":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-11","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/11/24: not interested due to time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33701":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-27","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/27/24:lvm\r\n3/4/24: lvm\r\n3/12/24: rescheduling sx to oct ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33702":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Wife asked that I call back next week after 1:30 pm. \r\n03/05/2024- LVM\r\n03/12/2024- unable to make contact prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33703":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt requested that I send a copy of the consent form to look over. \r\n03/04/2024- pt emailed me letting me know that she was not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33704":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/03- unable to reach pt prior to sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33705":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-01","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33706":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/4/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33707":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/4/24: busy\r\n3/12/24: lvm\r\n3/20/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33708":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/03- unable to reach prior to sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33709":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33710":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/4/24: doesn't have have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33711":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/5/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33712":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/5/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33713":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/5/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33714":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33715":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/11/24: sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33716":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/11/24: sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33717":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/24: lvm\r\n3/12/24: too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33718":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/24: lvm\r\n3/12/24: lvm\r\n3/20/24: too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33719":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/24: lvm\r\n3/12/24: lvm\r\n3/20/24: busy\r\ngerlinger outside of window ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33720":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/24: having 2nd knee replacement ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33721":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/6/24: Not interested, too many study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33722":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33723":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/6/24: sent consent\r\n3/11/24: too much involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33724":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/24: lvm\r\n3/11/24: lvm\r\n3/13/24: busy\r\n3/18/24: sx too soon","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33725":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/6/24: lvm\r\n3/11/24: sent consent \r\n3/12/24: busy\r\n3/13/24: lvm\r\n3/14/24: claustrophobic and is declining to do the MRI ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33726":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/24: lvm\r\n3/12/24: lvm\r\n\r\nsx passed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33727":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33728":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/24: sent consent\r\n3/12/24: sx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33729":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33730":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/6/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33731":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/7/24: lvm\r\n3/11/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33732":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"40","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/7/24: lvm\r\n3/11/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33733":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/7/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33734":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/7/24: sent consent \r\n3/11/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33735":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-08","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/8/24: lvm\r\n3/11/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33736":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-08","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/8/24: sent consent - said she would call me back ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33737":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/11/24: sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33738":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-11","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/11/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33739":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-11","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/11/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33740":{"redcap_data_access_group":"rush_university_me","main_record_id":"10960","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-14","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/11/24: possible consent 3/14/24","obtain_date":"2024-03-14","date_and_time":"2024-03-14 15:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-25","sp_v1_preop_date":"2024-03-18","sp_v2_6wk_date":"2024-05-06","sp_v3_3mo_date":"2024-06-25","age":"71","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33741":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-11","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/11/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33742":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-11","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/11/24: lives too far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33744":{"redcap_data_access_group":"rush_university_me","main_record_id":"10970","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-12","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/12/24: sent consent\r\n3/20/24: lvm\r\n3/28/24: ","obtain_date":"2024-03-28","date_and_time":"2024-03-28 14:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-10","sp_v1_preop_date":"2024-04-24","sp_v2_6wk_date":"2024-06-21","sp_v3_3mo_date":"2024-08-10","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33745":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-12","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/12/24: sent consent\r\n3/13/24: lvm\r\n3/28/24:lvm\r\n4/2/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33746":{"redcap_data_access_group":"rush_university_me","main_record_id":"10958","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-12","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-12","date_and_time":"2024-03-12 10:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-05","sp_v1_preop_date":"2024-03-22","sp_v2_6wk_date":"2024-05-17","sp_v3_3mo_date":"2024-07-05","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33747":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28/24: doesnt want to come to this location ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33748":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-12","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/12/24: lvm\r\n3/20/24: sx passed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33749":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-12","screening_age":"38","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/12/24: busy\r\n3/20/24: lvm\r\n3/28/24: lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33750":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-12","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"03/12/2024- LVM\r\n04/03- unable to reach pt prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33751":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-12","screening_age":"53","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"03/12/2024- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33752":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-12","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"03/12/2024- LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33753":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n04/03- LVM\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33754":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/03- LVM\r\n04/18- unable to reach prior to sx.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33755":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt states that she needs time to think about it and will give me a call if she is interested. \r\n04/03- pt never reached out regarding study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33756":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/03- unable to reach prior to sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33757":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/03- unable to reach prior to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33758":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n04/03- LVM\r\n04/18- unable to reach prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33759":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"77","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt lives in Las Vegas and is only coming in for the surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33760":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"57","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/03- LVM\r\n04/18- Sx cancelled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33761":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"76","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is leaving the country and is moving when he gets back. Does not have the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33762":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt does not want to take the time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33763":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"56","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\nUnable to make contact with pt prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33764":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"56","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n03/21- LVM\r\n04/03- unable to reach pt prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33765":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM\r\n04/03- unable to reach pt prior to sx. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33766":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33767":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/14/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33768":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-15","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/15/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33769":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/15/24: lvm\r\n3/22/24: cancelled sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33770":{"redcap_data_access_group":"rush_university_me","main_record_id":"10969","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-15","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/15/24: sent consent\r\n3/21/24: lvm","obtain_date":"2024-03-28","date_and_time":"2024-03-28 13:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-05","sp_v1_preop_date":"2024-04-03","sp_v2_6wk_date":"2024-05-17","sp_v3_3mo_date":"2024-07-05","age":"59","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33771":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/15/24: lvm\r\n3/28/24:sent consent \r\n3/29/24: too much before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33772":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/19/24: LVM\r\n3/28/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33773":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/19/24: Will call back \r\n3/28/24: sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33774":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/19/24: lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33775":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-19","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/19/24: Surgery moved up to 3/15. Patient interested in participating later this year when the right knee gets replaced. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33776":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-19","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/19/24: Refused MRI ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33777":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-19","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/19/24: sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33778":{"redcap_data_access_group":"rush_university_me","main_record_id":"10971","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-19","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/19/24: sent consent ","obtain_date":"2024-03-29","date_and_time":"2024-03-29 14:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-10","sp_v1_preop_date":"2024-04-04","sp_v2_6wk_date":"2024-05-22","sp_v3_3mo_date":"2024-07-10","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33779":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-19","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33780":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-19","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/19/24: lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33781":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21/24: too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33782":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/21/24: busy\r\n3/29/24: busy\r\n4/2/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33783":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21/24: lvm\r\n3/29/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33784":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21/24: too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33785":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/21/24: sent consent\r\n4/2/24: lvm\r\n4/11/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33786":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33787":{"redcap_data_access_group":"rush_university_me","main_record_id":"10966","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-21","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/21/24: busy call back tomorrow\r\n3/22/24: consenting","obtain_date":"2024-03-22","date_and_time":"2024-03-22 15:18","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-19","sp_v1_preop_date":"2024-04-04","sp_v2_6wk_date":"2024-05-31","sp_v3_3mo_date":"2024-07-19","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33788":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/21/24: lvm\r\n4/2/24: lvm\r\n4/11/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33789":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-22","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/22/24: lvm\r\n3/26/24: thinking over, will email me\r\n4/15/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33790":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-22","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/22/24: lvm\r\n4/8/24: lvm\r\n4/15/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33791":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/28/24: sent consent \r\n4/2/24: too busy with other appointments","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33792":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33793":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/28/24: LVM\r\n4/3/24: Lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33794":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28/24: LVM\r\n4/3/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33795":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28/24: LVM \r\n4/3/24: LVM\r\n4/5/24: will be out of town ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33796":{"redcap_data_access_group":"rush_university_me","main_record_id":"10974","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-28","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/28/24: sent consent \r\n4/2/24: need more time","obtain_date":"2024-04-05","date_and_time":"2024-04-05 10:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-03","sp_v1_preop_date":"2024-04-09","sp_v2_6wk_date":"2024-06-14","sp_v3_3mo_date":"2024-08-03","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33797":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/28/24: lives to far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33798":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/28/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33799":{"redcap_data_access_group":"rush_university_me","main_record_id":"10977","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-28","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/28/24: sent consent \r\n4/2/24: lvm\r\n4/9/24: busy, willing to consent","obtain_date":"2024-04-10","date_and_time":"2024-04-10 09:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-14","sp_v1_preop_date":"2024-05-01","sp_v2_6wk_date":"2024-06-25","sp_v3_3mo_date":"2024-08-14","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33800":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/28/24: LVM\r\n4/11/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33801":{"redcap_data_access_group":"rush_university_me","main_record_id":"10973","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-29","screening_age":"58","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/29/24: sent consent\r\n4/4/24: consenting","obtain_date":"2024-04-04","date_and_time":"2024-04-04 10:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-25","sp_v1_preop_date":"2024-04-15","sp_v2_6wk_date":"2024-06-06","sp_v3_3mo_date":"2024-07-25","age":"58","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33802":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/2/24: sent consent\r\n4/5/24: lvm\r\n4/8/24: sx too soon","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33803":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/2/24: lvm\r\n4/8/24: lvm\r\n4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33804":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/2/24: too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33805":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/2/24: lvm\r\n4/9/24: lvm\r\n4/18/24: too busy to participate ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33806":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/2/24: sent consent \r\n4/10/24: busy\r\n4/11/24: too busy before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33807":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/2/24: lvm\r\n4/9/24: too busy before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33808":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/2/24: sent consent\r\n4/10/24: resent\r\n4/18/24: reading it over now ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33809":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/2/24: too close to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33810":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/2/24: busy\r\n4/11/24: too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33811":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/2/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33812":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/2/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33813":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-03","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt requested a copy of the consent form to look over. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33814":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-03","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33815":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-03","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states that it seems too time consuming and is working full time up until surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33816":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-03","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33817":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-03","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt wants to talk to his daughter first before consenting in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33818":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"73","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33819":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt asked that I send her a copy of the consent form to look over. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33820":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt requested that I send a copy of the consent form to look over. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33821":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-05","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/5/24: voicemail box full \r\n4/9/24: sent consent \r\n4/10/24 -4/15/24: multiple messages left, no response ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33822":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-05","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/5/24: sent consent \r\n4/5/24: Participant did not want to have an MRI prior to surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33823":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-08","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/8/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33824":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-08","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/8/24: busy\r\n4/9/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33825":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-08","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/8/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33826":{"redcap_data_access_group":"rush_university_me","main_record_id":"10982","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-08","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/8/24: sent consent ","obtain_date":"2024-04-17","date_and_time":"2024-04-17 10:26","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-10","sp_v1_preop_date":"2024-04-18","sp_v2_6wk_date":"2024-06-21","sp_v3_3mo_date":"2024-08-10","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33827":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/9/24: lvm\r\n4/18/24: sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33828":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/9/24: lvm\r\n4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33829":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33830":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: LVM\r\n4/19/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33831":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/10/24: does not want to drive into the city ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33832":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/10/24: lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33833":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/10/24: sent consent \r\n4/11/24: LVM x2 \r\n4/15/24: LVM \r\n4/17/24: patient to call me back ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33834":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/11/24: sent consent \r\n4/18/24: too much going on before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33835":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/11/24: lvm\r\n4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33836":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/11/24: sent consent \r\n4/16/24: wiling to consent - call tomorrow","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33837":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/11/24: lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33838":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/11/24: sent consent \r\n4/15/24: too close to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33839":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/11/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33840":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/11/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33841":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-12","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/12/24: lvm\r\n4/15/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33842":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-12","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/12/24: lvm\r\n4/15/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33843":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-12","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/12/24: lvm\r\n4/15/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33844":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-12","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/12/24: lvm\r\n4/15/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33845":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-12","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/12/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33846":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-12","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/12/24: unable to leave message ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33847":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-12","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/12/24: need to go to library to look at survey link \r\n4/18/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33848":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-15","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/15/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33849":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-15","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/15/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33850":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-17","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/17/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33851":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-17","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/14/24: having computer issues - really rude ","obtain_date":"2024-04-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33852":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-17","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"4/17/24: doesnt want to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33853":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/18/24: Hesitant with research in general ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33854":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33855":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: willing to consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33856":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33857":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33858":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: LVM ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33859":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/18/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33860":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33861":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33862":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33863":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33864":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: sent consent ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33865":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33866":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33867":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33868":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33869":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33870":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33871":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: Sent consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33872":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33873":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-19","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/19/24: ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33874":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-19","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/19/24: ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33875":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-19","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/19/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33876":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-19","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/19/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33877":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-19","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/19/24: LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32203":{"redcap_data_access_group":"rush_university_me","main_record_id":"10630","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-23","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/23/23: sent consent\r\n3/1/23: call back at 1","obtain_date":"2023-03-01","date_and_time":"2023-03-01 13:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-06","sp_v1_preop_date":"2023-03-13","sp_v2_6wk_date":"2023-05-18","sp_v3_3mo_date":"2023-07-06","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 09:31:27","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"pt was unable to come in for blood draw within the window due to issues with transportation. Surveys have also not been completed","erep_protdev_caplan":"I have emailed the link for the surveys, and reached out 4x by phone. will continue to reach out to schedule visit","erep_rel_covid19":""}}},"30062":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-12","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt uninterested in participating in this study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30063":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-12","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt not interested in participating in this research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30068":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-14","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She can't speak English. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30133":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-04-26","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient requested a copy of consent and asked that I not call again. He will contact me if he is interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30552":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not having surgery done at Rush. Stated Rush does not take his insurance. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30568":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30587":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-20","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30601":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30749":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/3: Requested call back Mon or Tues after 3\r\n12/6 - LVM \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30813":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-28","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30888":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"30950":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31011":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/21 - LVM\r\n2/22 - Returned my call, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31256":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Participant is not comfortable with doing MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31257":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact participant. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31262":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"05/18-LVM\r\n05/24-LVM\r\n05/26-LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31263":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31264":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31277":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"DUPLICATE\r\n\r\npt wanted to consent, but could never be reached after incorrectly signing. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31280":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31281":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31282":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"05/24-LVM\r\n05/26-Spoke with, call back the next day \r\n06/06- Participant says she has no time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31265":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"1","ptinterest_comment":"Afraid to be out in public ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31323":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"06/07-lvm\r\n06/08-Particpant cannot drive from Indiana to Chicago ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31359":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"06/21/22-sent econsent\r\n06/22/22-lvm\r\n07/14/22-lvm\r\nUnable to make contact with","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31376":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/01/22-lvm\r\n07/12/22-lvm\r\n07/14/22-partcipant stated they have too much going on ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31423":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"07/20/22 - sent a copy of the consent form \r\n07/22/22-participant stated that the surgery was cancelled. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31512":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31596":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/19/22-pt declined, stated too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31734":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/31/22-LVM\r\n11/08/22: lvm on 1st number\r\n11/14/22-LVM\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31765":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/3/22: lvm\r\n11/8/22: lvm\r\n11/14/22: said she lives too far to come into the city, also surgery has been cancelled, no new date set","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31258":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"participant lives in IN and does not have the time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31778":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/4/22-PT declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31874":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/28/22: lvm\r\n12/05/22: said he'd call back in a few min\r\n12/20/22: said hed call back tomorrow\r\n12/28/22: lvm\r\n\r\ncouldnt reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31882":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/29/22-pt declined, stated that its too far of a drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31928":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/12/22: lvm\r\ncalled back and said she lives too far to come to visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31984":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/22/22: lvm\r\n12/29/22: lvm\r\n1/5/23: no answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32019":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/9/23: lvm\r\n1/19/23: lvm\r\n1/25/23: requested more info, but she doesn't have an email. works, is unsure about being able to participate. Will call me","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32059":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/17/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32220":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/1/23: lvm\r\n3/8/23: lives too far away\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32590":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"5/23/23: sent consent\r\n6/6/23: NA, couldnt leave message\r\n6/15/23: will call me back. Dealing with family issues, unsure about ability to participate\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"32790":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/18/23: not interested. Lives in nursing home","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33116":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/26/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"33743":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-11","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/11/24: ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31259":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cannot make it to Chicago ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31271":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31275":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"patient states she is too old ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31276":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"31917":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40001":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|1","ptinterest_comment":"Does not want to travel all the way to Evanston - too far from where he lives.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40002":{"redcap_data_access_group":"northshore","main_record_id":"10042","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-05-24","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt on 5/28, sent consent form to review","obtain_date":"2021-05-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-23","sp_v1_preop_date":"2021-06-10","sp_v2_6wk_date":"2021-08-04","sp_v3_3mo_date":"2021-09-23","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"2021-09-29","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient's mother died and he couldn't find time to come in for the 3 month follow up visit.","sp_data_site":"N/A"},"40003":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"73","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Patient declined participation due to only wanting to have tests that are needed for his surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40004":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient is very claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40005":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-27","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson spoke to pt, and she expressed interest\r\nEG LM 5/28\r\nEG LM on 6/9/21","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40006":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"\"Not up for it\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40007":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Doesn't have time before his surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40008":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM has been left","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40009":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM has been left","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40010":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40011":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is unavailable to do study visit before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40012":{"redcap_data_access_group":"northshore","main_record_id":"10047","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-08","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Very willing to participate ","obtain_date":"2021-06-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-06","sp_v1_preop_date":"2021-06-28","sp_v2_6wk_date":"2021-08-17","sp_v3_3mo_date":"2021-10-06","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-08 14:35:55","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40013":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"\"Too busy, not enough time\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40014":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Takes care of her grandkids during the day, no time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40015":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too busy, does not want to fill out more questionnaires ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40016":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40017":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40018":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40019":{"redcap_data_access_group":"northshore","main_record_id":"10061","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-18","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-13","sp_v1_preop_date":"2021-07-07","sp_v2_6wk_date":"2021-08-24","sp_v3_3mo_date":"2021-10-13","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40020":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Sole caretaker for her elderly mother","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40021":{"redcap_data_access_group":"northshore","main_record_id":"10054","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-08","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient prefers to be called after 2:00pm","obtain_date":"2021-06-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-01","sp_v1_preop_date":"2021-06-23","sp_v2_6wk_date":"2021-08-12","sp_v3_3mo_date":"2021-10-01","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40022":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Out of town until just before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40023":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40024":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Already involved in another research study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40025":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40026":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40027":{"redcap_data_access_group":"northshore","main_record_id":"10050","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-10","screening_age":"60","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-02","sp_v1_preop_date":"2021-06-22","sp_v2_6wk_date":"2021-08-13","sp_v3_3mo_date":"2021-10-02","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-09-03 13:35:12","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Patient was asked at time of enrollment if he was planning on having his second knee replaced within three months of his first, and he said no. After having his first knee replaced, he has since scheduled to have his second knee done within 90 days. ","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:39:11","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40028":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to significant claustrophobia. Requires tranquilizers to have an open MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40030":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, but wants to go to Rush as he lives closer ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40031":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to having too much going on and he is still working","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40032":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"64","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to not being able to take time off","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40033":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call patient after 2pm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40034":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is unavailable prior to his surgery to come in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40035":{"redcap_data_access_group":"northshore","main_record_id":"10053","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-16","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-30","sp_v1_preop_date":"2021-06-24","sp_v2_6wk_date":"2021-08-11","sp_v3_3mo_date":"2021-09-30","age":"79","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:33:35","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline acute daily trajectory surveys completed outside of time window.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40036":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40037":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to requiring too much time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40038":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to it being too much of a time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40039":{"redcap_data_access_group":"northshore","main_record_id":"10059","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-22","screening_age":"80","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-14","sp_v1_preop_date":"2021-07-09","sp_v2_6wk_date":"2021-08-25","sp_v3_3mo_date":"2021-10-14","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40040":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"74","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much time and distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40041":{"redcap_data_access_group":"northshore","main_record_id":"10060","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-22","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-15","sp_v1_preop_date":"2021-07-06","sp_v2_6wk_date":"2021-08-26","sp_v3_3mo_date":"2021-10-15","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40042":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is working and doesn't have time to take half day off, will think about it but most likely a no.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40043":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Study was too involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40044":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is going through breast cancer treatment, doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40045":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Claustrophobic, and doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40046":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-22","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40047":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-23","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40048":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-23","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much time involved ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40049":{"redcap_data_access_group":"northshore","main_record_id":"10073","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-23","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-19","sp_v1_preop_date":"2021-07-13","sp_v2_6wk_date":"2021-08-30","sp_v3_3mo_date":"2021-10-19","age":"55","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40050":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-23","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is not eligible due to middle ear implant we learned about after speaking to patient and checking with manufacturer ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40051":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Evanston is too far and too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40052":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LM TKA-R (7/13/2021)\r\nTKA-L patient declined participation due to still working and not having the time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40053":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"45","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40054":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"70","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40055":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"attempted to leave VM, but none was set up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40056":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40057":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM x2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40058":{"redcap_data_access_group":"northshore","main_record_id":"10070","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-29","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-15","sp_v1_preop_date":"2021-07-08","sp_v2_6wk_date":"2021-08-26","sp_v3_3mo_date":"2021-10-15","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:45:26","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-weeks surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40059":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too busy to go Evanston; Getting ready to retire\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40060":{"redcap_data_access_group":"northshore","main_record_id":"10071","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-29","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-19","sp_v1_preop_date":"2021-07-14","sp_v2_6wk_date":"2021-08-30","sp_v3_3mo_date":"2021-10-19","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:47:17","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:48:24","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40061":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Watches her granddaughter and does not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40062":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40063":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"69","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Hung up immediately ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40064":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Study is too involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40065":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-30","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to time commitment while getting ready for surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40066":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-30","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to time commitment while getting ready for surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40067":{"redcap_data_access_group":"northshore","main_record_id":"10077","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-30","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-27","sp_v1_preop_date":"2021-07-26","sp_v2_6wk_date":"2021-09-07","sp_v3_3mo_date":"2021-10-27","age":"59","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:52:33","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline acute daily trajectory surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:54:36","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-12 14:55:20","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40068":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being busy with her other appointments and Evanston being too far away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40069":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40070":{"redcap_data_access_group":"northshore","main_record_id":"10076","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-02","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-07-29","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"49","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-10-14 13:45:25","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in 7 days after the 6 week post op window. Was unable to reach patient prior.","erep_protdev_caplan":"Attempt to reach patient earlier.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:51:16","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40071":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"72","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"patient declined participation due to lack of interest and does not want to do it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40072":{"redcap_data_access_group":"northshore","main_record_id":"10084","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-02","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-04","sp_v1_preop_date":"2021-07-28","sp_v2_6wk_date":"2021-09-15","sp_v3_3mo_date":"2021-11-04","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-10-14 13:56:38","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in 8 days after their 6 week follow up visit window. Patient lives in Wyoming and flew in after the 6 week window.","erep_protdev_caplan":"None.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-02-23 11:56:26","erep_ae_date":"2021-07-28","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-07-28 12:17","erep_resolution_date":"2021-07-28 12:17","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient went into scanner and became claustrophobic and hit the emergency squeeze button. Patient was pulled out of the scanner and the scan was stopped.","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40073":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40074":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"patient is consider it","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40075":{"redcap_data_access_group":"northshore","main_record_id":"10075","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-01","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-03","sp_v1_preop_date":"2021-07-23","sp_v2_6wk_date":"2021-09-14","sp_v3_3mo_date":"2021-11-03","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40076":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"severe claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40077":{"redcap_data_access_group":"northshore","main_record_id":"10074","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-01","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-02","sp_v1_preop_date":"2021-07-30","sp_v2_6wk_date":"2021-09-13","sp_v3_3mo_date":"2021-11-02","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40078":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40079":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to it being too much for him ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40080":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40081":{"redcap_data_access_group":"northshore","main_record_id":"10092","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-08","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-08-02","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40082":{"redcap_data_access_group":"northshore","main_record_id":"10080","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-04-08","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-07-22","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40083":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-09","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Study is too involved ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40084":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-15","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40085":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM x2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40086":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VMx2 7/7;7/8\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40087":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"72","screening_gender":"3","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VMx2 7/8\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40088":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40089":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"80","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Need detail on stent from card; VMx2 7/8\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40090":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"voice mail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40091":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40092":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Study is too much work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40093":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LEFT VOICE MAIL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40094":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LEFT VOICE MAIL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40095":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-30","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt refused due to not having access to car. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40096":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Widowed; Limited driving; No internet access\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40097":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Limited in traveling; Doesn't use e-mail or internet\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40098":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-14","screening_age":"85","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unwilling to travel to Evanston\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40099":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40100":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40101":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-14","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives in Wisconsin; Too far\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40102":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40103":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Call back Wed 2-4pm 7/7; Keep trying\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40104":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40105":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Evanston too far; ?Rush/UIC; Call back next week\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40106":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10am Friday;VM\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40107":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VMx2\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40108":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives in Elmhust; Too far\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40109":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No voice mail; Called x3 - No answer\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40110":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40111":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-14","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40112":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-15","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to living in Wisconsin and the distance being too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40113":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-15","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being the primary caregiver for his wife and not being able to leave her alone.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40114":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-15","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40115":{"redcap_data_access_group":"northshore","main_record_id":"10086","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-15","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-11","sp_v1_preop_date":"2021-08-03","sp_v2_6wk_date":"2021-09-22","sp_v3_3mo_date":"2021-11-11","age":"60","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40116":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"he decided it was too involved and doesn't want to go through 2 MRIs.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40117":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to it being too involved.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40118":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40119":{"redcap_data_access_group":"northshore","main_record_id":"10085","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-07-29","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40120":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is thinking about it and will get back to Dr. Wixson","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40121":{"redcap_data_access_group":"northshore","main_record_id":"10095","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-16","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-16","sp_v1_preop_date":"2021-08-04","sp_v2_6wk_date":"2021-09-27","sp_v3_3mo_date":"2021-11-16","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:59:26","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline acute daily trajectory surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40122":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"patient declined participation due to having decided at her age that she would only do things she wants to do.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40123":{"redcap_data_access_group":"northshore","main_record_id":"10094","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-07-20","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-10","sp_v1_preop_date":"2021-08-05","sp_v2_6wk_date":"2021-09-21","sp_v3_3mo_date":"2021-11-10","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:57:29","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:58:35","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40124":{"redcap_data_access_group":"northshore","main_record_id":"10093","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-22","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-18","sp_v1_preop_date":"2021-08-12","sp_v2_6wk_date":"2021-09-29","sp_v3_3mo_date":"2021-11-18","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40125":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Going out of town, unable to participate ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40126":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Husband just had surgery, and she doesn't have time to do study before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40127":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too busy and may cancel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40128":{"redcap_data_access_group":"northshore","main_record_id":"10091","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-22","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-18","sp_v1_preop_date":"2021-08-09","sp_v2_6wk_date":"2021-09-29","sp_v3_3mo_date":"2021-11-18","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-02-23 11:58:31","erep_ae_date":"2021-08-09","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-08-09 12:19","erep_resolution_date":"2021-08-09 12:19","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient became claustrophobic during the MRI scan and pressed the emergency squeeze button and the scan was stopped. ","erep_action_taken":"Continue to be in the study. No MRI in the future.","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40129":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient will be leaving Illinois for the winter soon and cannot participate ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40130":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40131":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":" the patient declined participation due to not wanting to have to go for extra visits at Evanston hospital","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40132":{"redcap_data_access_group":"northshore","main_record_id":"10100","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-22","screening_age":"74","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-16","sp_v1_preop_date":"2021-08-10","sp_v2_6wk_date":"2021-09-27","sp_v3_3mo_date":"2021-11-16","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40133":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being out of town before her surgery and Evanston is too far from where she lives near the Wisconsin border. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40134":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"66","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"the patient wanted to think about it. Dr Wixson sent her the A2CPS information brochure through NSC and will call her back next week.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40135":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"surgery canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40136":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too busy to take the time since she has kids, college, is working and has not extra time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40137":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40138":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40139":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient doesn't have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40140":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia and presence of an implanted pain stimulator","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40141":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40142":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"312-933-9683","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40143":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"76","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40144":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"too much of a time commitment and not being interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40145":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40146":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40147":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"wants to think about it over the weekend\r\n- patient declined participation due to it being too much for her to commit to","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40148":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40149":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-30","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40150":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-30","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to having a special needs daughter at home that she cannot leave alone for the time needed for the testing. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40151":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"declined participation due to lack of time since he is a solo practice attorney working up until surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40152":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40153":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40154":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40155":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40156":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Way too busy to take the time\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40157":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40158":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40159":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40161":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40162":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient said she had no time at all to come in before her scheduled surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40163":{"redcap_data_access_group":"northshore","main_record_id":"10220","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-04","screening_age":"66","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-01","sp_v1_preop_date":"2021-11-24","sp_v2_6wk_date":"2022-01-12","sp_v3_3mo_date":"2022-03-02","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"2":{"erep_local_dtime":"2022-03-09 11:26:57","erep_ae_date":"2022-03-08","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-03-08 12:21","erep_resolution_date":"2022-03-10 12:21","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient had her blood drawn at the phlebotomy lab, by a trained phlebotomist. After the blood was drawn, the patient said that it was more painful than normal. Some time later there was some swelling at the blood draw location. Patient then called the next day and said she had a hematoma where the blood draw occurred. She said it decreased in size when she applied pressure. All relevant information was relayed to PI, Dr. Wixson. ","erep_action_taken":"Patient will continue to be in study. There are no more in person visits for this patient and she wishes to remain in the study.","erep_outcome":"Patient said it seemed to be resolving and would contact Northshore if it got worse. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40164":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40165":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40166":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too involved and doesn't want to go to Evanston\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40167":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VMx2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40168":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40169":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40170":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40171":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VMx2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40172":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"55","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40173":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM, MedHx OK; Cancelled call 7/23; VM7/29\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40174":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"69","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40175":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Surgery 7/28/21\r\nDr. Wixson VMx2 7/7;7/8\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40176":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VMx2\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40177":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"After reviewing the consent form, patient was concerned about data security. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40178":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to it being too much for her to commit to","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40179":{"redcap_data_access_group":"northshore","main_record_id":"10101","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-06","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-01","sp_v1_preop_date":"2021-08-17","sp_v2_6wk_date":"2021-10-13","sp_v3_3mo_date":"2021-12-01","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:01:19","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline Acute daily surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40180":{"redcap_data_access_group":"northshore","main_record_id":"10116","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-10","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-02","sp_v1_preop_date":"2021-08-26","sp_v2_6wk_date":"2021-10-14","sp_v3_3mo_date":"2021-12-02","age":"78","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40181":{"redcap_data_access_group":"northshore","main_record_id":"10105","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-10","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-30","sp_v1_preop_date":"2021-08-20","sp_v2_6wk_date":"2021-10-11","sp_v3_3mo_date":"2021-11-30","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:06:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 15:07:54","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40182":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40183":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Evanston is too far from him.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40184":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40185":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient is canceling surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40186":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-10","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has to work every day leading up to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40187":{"redcap_data_access_group":"northshore","main_record_id":"10104","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-11","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-08","sp_v1_preop_date":"2021-08-19","sp_v2_6wk_date":"2021-10-20","sp_v3_3mo_date":"2021-12-08","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:03:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40188":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40189":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"patient declined participation due to being too disabled by other problems to get to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40190":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-12","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40191":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-12","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"pt declined participation due to previous claustrophobic experiences in an MRI machine.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40192":{"redcap_data_access_group":"northshore","main_record_id":"10117","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-12","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-02","sp_v1_preop_date":"2021-08-27","sp_v2_6wk_date":"2021-10-14","sp_v3_3mo_date":"2021-12-02","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:09:32","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40193":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to leaving for Palm Springs 8 weeks after surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40194":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"70","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having too much else going on before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40195":{"redcap_data_access_group":"northshore","main_record_id":"10113","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-13","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-14","sp_v1_preop_date":"2021-09-08","sp_v2_6wk_date":"2021-10-26","sp_v3_3mo_date":"2021-12-14","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40196":{"redcap_data_access_group":"northshore","main_record_id":"10118","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-13","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-08","sp_v1_preop_date":"2021-08-30","sp_v2_6wk_date":"2021-10-20","sp_v3_3mo_date":"2021-12-08","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:13:25","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 15:14:33","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40197":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"too far to travel and not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40198":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is too busy before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40199":{"redcap_data_access_group":"northshore","main_record_id":"10112","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-16","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-14","sp_v1_preop_date":"2021-08-25","sp_v2_6wk_date":"2021-10-26","sp_v3_3mo_date":"2021-12-14","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40200":{"redcap_data_access_group":"northshore","main_record_id":"10111","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-13","sp_v1_preop_date":"2021-09-02","sp_v2_6wk_date":"2021-10-25","sp_v3_3mo_date":"2021-12-13","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40201":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-17","screening_age":"45","screening_gender":"2","screening_race":"4","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40202":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-17","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40204":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-18","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"the patient declined participation due to not wanting to.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40205":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-18","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Evanston too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40206":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-18","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40207":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"due to not wanting to do anything extra before her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40208":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"due to having too much else going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40209":{"redcap_data_access_group":"northshore","main_record_id":"10122","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-20","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-15","sp_v1_preop_date":"2021-09-02","sp_v2_6wk_date":"2021-10-27","sp_v3_3mo_date":"2021-12-15","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40210":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"due to planning on cancelling surgery leaving for Arizona for the winter at end of October","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40211":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40212":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"due to leaving for Florida for the winter 8 weeks after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40213":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40214":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40215":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"She does not drive and can only participate if transportation can be arranged","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40216":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has mold in her basement and doesn't have time to come in before surgery - soft decline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40217":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-25","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient was initially interested, but now is overwhelmed and doesn't have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40218":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"compensation inadequate for all that time and having two MRIs.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40219":{"redcap_data_access_group":"northshore","main_record_id":"10128","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-24","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-21","sp_v1_preop_date":"2021-09-07","sp_v2_6wk_date":"2021-11-02","sp_v3_3mo_date":"2021-12-21","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40220":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to having too much else going on at this time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40221":{"redcap_data_access_group":"northshore","main_record_id":"10138","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-24","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"She is a nurse and knowledgeable. Had L TKA Nov 2020 with a lot of pain and difficult recovery. Experiences severe fibromyalgia.. ","obtain_date":"2021-09-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-21","sp_v1_preop_date":"2021-09-13","sp_v2_6wk_date":"2021-11-02","sp_v3_3mo_date":"2021-12-21","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40222":{"redcap_data_access_group":"northshore","main_record_id":"10141","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-24","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-21","sp_v1_preop_date":"2021-09-17","sp_v2_6wk_date":"2021-11-02","sp_v3_3mo_date":"2021-12-21","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:17:33","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40223":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"68","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40224":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"1","ptinterest_comment":"patient declined participation due to concern about an unnecessary hospital visit with increasing incidence of Delta variant, particularly since his is immunocompromised due to Crohn's disease","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40225":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to leaving town in November for the winter.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40226":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40227":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Evanston is too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40228":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"73","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too busy ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40229":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-02","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/9/21 After reviewing the information on the study the patient called back Dr. Wixson and declined participation in the study. No reason given.\r\n\r\nAfter discussing it and clarifying what was involved, she wants to think about and see if she will have time. I sent her the information brochure on the study and will reach out again next week.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40230":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-02","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40231":{"redcap_data_access_group":"northshore","main_record_id":"10139","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-03","screening_age":"60","screening_gender":"3","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-28","sp_v1_preop_date":"2021-09-14","sp_v2_6wk_date":"2021-11-08","sp_v3_3mo_date":"2021-12-28","age":"60","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40232":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"patient declined participation due to having just completed a knee pain study at Northwestern that was similar and does not want to do it again.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40233":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to Evanston being too far.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40234":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"1","ptinterest_comment":"patient declined participation due to fear of increased exposure to the Delta covid-19 variant before her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40235":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"47","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to transportation issues. Car is in body shop and taking bus too difficult.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40236":{"redcap_data_access_group":"northshore","main_record_id":"10145","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-07","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-29","sp_v1_preop_date":"2021-09-16","sp_v2_6wk_date":"2021-11-09","sp_v3_3mo_date":"2021-12-29","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40237":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40238":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-07","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40239":{"redcap_data_access_group":"northshore","main_record_id":"10137","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-08","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-28","sp_v1_preop_date":"2021-09-23","sp_v2_6wk_date":"2021-11-08","sp_v3_3mo_date":"2021-12-28","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:16:15","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40240":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too busy.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40241":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-09","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia and not wanting to have an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40242":{"redcap_data_access_group":"northshore","main_record_id":"10140","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-10","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-04","sp_v1_preop_date":"2021-10-01","sp_v2_6wk_date":"2021-11-14","sp_v3_3mo_date":"2022-01-03","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-09-18","ewprimaryreason":"1","ewdisreasons":"5|1","ewpireason":"N/A","ewcomments":"Patient emailed and would like to withdraw from the study. Gave no reason.","sp_data_site":"N/A"},"40243":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to it being too involved.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40244":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Surgery was canceled ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40245":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-13","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40246":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested and too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40247":{"redcap_data_access_group":"northshore","main_record_id":"10157","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-10","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-05","sp_v1_preop_date":"2021-09-28","sp_v2_6wk_date":"2021-11-15","sp_v3_3mo_date":"2022-01-04","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40248":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient called back and declined participation due to having too much going on now.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40249":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to having to care for a son-in-law undergoing cancer treatment at UCH.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40250":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-14","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not being able to take time off from work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40251":{"redcap_data_access_group":"northshore","main_record_id":"10151","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-14","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Her car is still being repaired so timing/transportation may be an issue. \r\nLH left message 9/15/21","obtain_date":"2021-09-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-29","sp_v1_preop_date":"2021-09-27","sp_v2_6wk_date":"2021-11-09","sp_v3_3mo_date":"2021-12-29","age":"54","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:19:59","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40252":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-14","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being the type of person who does this type of thing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40253":{"redcap_data_access_group":"northshore","main_record_id":"10160","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-15","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-05","sp_v1_preop_date":"2021-09-28","sp_v2_6wk_date":"2021-11-15","sp_v3_3mo_date":"2022-01-04","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40254":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40255":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40256":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"65","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40257":{"redcap_data_access_group":"northshore","main_record_id":"10164","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-18","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-12","sp_v1_preop_date":"2021-10-05","sp_v2_6wk_date":"2021-11-22","sp_v3_3mo_date":"2022-01-11","age":"65","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40258":{"redcap_data_access_group":"northshore","main_record_id":"10161","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-17","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-12","sp_v1_preop_date":"2021-10-04","sp_v2_6wk_date":"2021-11-22","sp_v3_3mo_date":"2022-01-11","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40259":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40260":{"redcap_data_access_group":"northshore","main_record_id":"10163","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-16","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-12","sp_v1_preop_date":"2021-10-05","sp_v2_6wk_date":"2021-11-22","sp_v3_3mo_date":"2022-01-11","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:22:13","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40261":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40262":{"redcap_data_access_group":"northshore","main_record_id":"10162","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-16","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-07","sp_v1_preop_date":"2021-10-04","sp_v2_6wk_date":"2021-11-17","sp_v3_3mo_date":"2022-01-06","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40263":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"planning to have a 2nd knee replacement within 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40264":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40265":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-21","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40266":{"redcap_data_access_group":"northshore","main_record_id":"10165","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-21","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-13","sp_v1_preop_date":"2021-10-07","sp_v2_6wk_date":"2021-11-23","sp_v3_3mo_date":"2022-01-12","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40267":{"redcap_data_access_group":"northshore","main_record_id":"10158","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-24","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-18","sp_v1_preop_date":"2021-09-29","sp_v2_6wk_date":"2021-11-28","sp_v3_3mo_date":"2022-01-17","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:21:09","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40268":{"redcap_data_access_group":"northshore","main_record_id":"10175","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-22","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-13","sp_v1_preop_date":"2021-10-06","sp_v2_6wk_date":"2021-11-23","sp_v3_3mo_date":"2022-01-12","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40269":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to developing significant back pain lying in MRI scanner. Othwerwise, would be willing to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40270":{"redcap_data_access_group":"northshore","main_record_id":"10172","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-22","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-13","sp_v1_preop_date":"2021-10-11","sp_v2_6wk_date":"2021-11-23","sp_v3_3mo_date":"2022-01-12","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2021-10-11","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40271":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation since he doesn't do that type of thing.\r\nDecline again for second knee 4/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40272":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not driving and distance being too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40273":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":" the patient declined participation due to being too busy at work and getting ready for surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40274":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to transportation difficulties and time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40275":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient called me back that he would not be able to take time off from work before the surgery and declined participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40276":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to having too much else going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40277":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"71","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40278":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-23","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"patient declined participation due to living in Wheaton with a hour drive to Evanston and being worked up for acute sciatica.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40279":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-23","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being too busy at work getting ready for surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40280":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to having too much else going on in their personal lives.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40281":{"redcap_data_access_group":"northshore","main_record_id":"10168","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-24","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-18","sp_v1_preop_date":"2021-10-12","sp_v2_6wk_date":"2021-11-28","sp_v3_3mo_date":"2022-01-17","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:23:31","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40282":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being unable to take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40283":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to privacy concerns.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40284":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"75","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not having time and not wanting to go to Evanston.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40285":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"68","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia. Otherwise, she would have been willing to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40286":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-24","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia. Otherwise, he would have been willing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40287":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to time commitment would be strain on wife.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40288":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to severe claustrophobia, otherwise would have been willing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40289":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested in research.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40290":{"redcap_data_access_group":"northshore","main_record_id":"10167","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-27","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-21","sp_v1_preop_date":"2021-10-13","sp_v2_6wk_date":"2021-12-01","sp_v3_3mo_date":"2022-01-20","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40291":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"69","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being able to participate due to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40292":{"redcap_data_access_group":"northshore","main_record_id":"10197","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-27","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-25","sp_v1_preop_date":"2021-10-22","sp_v2_6wk_date":"2021-12-05","sp_v3_3mo_date":"2022-01-24","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40293":{"redcap_data_access_group":"northshore","main_record_id":"10166","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-27","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-25","sp_v1_preop_date":"2021-10-18","sp_v2_6wk_date":"2021-12-05","sp_v3_3mo_date":"2022-01-24","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40294":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40295":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"77","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to still working and not being able to take the time off.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40296":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to leaving town for the winter at 4 weeks after surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40297":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being out of town until just before surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40298":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to being unable to take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40299":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40300":{"redcap_data_access_group":"northshore","main_record_id":"10179","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-28","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-26","sp_v1_preop_date":"2021-10-14","sp_v2_6wk_date":"2021-12-06","sp_v3_3mo_date":"2022-01-25","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 13:49:05","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside study window. ","erep_protdev_caplan":"Ensure participants complete surveys within time window. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 13:52:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40301":{"redcap_data_access_group":"northshore","main_record_id":"10171","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-30","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-01","sp_v1_preop_date":"2021-10-22","sp_v2_6wk_date":"2021-12-13","sp_v3_3mo_date":"2022-01-31","age":"73","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40302":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He is trying to \"work for a living\" and doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40303":{"redcap_data_access_group":"northshore","main_record_id":"10191","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-30","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"His son is a researcher who does clinical trials. May want to review consent form","obtain_date":"2021-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-01","sp_v1_preop_date":"2021-10-25","sp_v2_6wk_date":"2021-12-13","sp_v3_3mo_date":"2022-01-31","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2021-10-26 15:35:10","erep_ae_date":"2021-10-26","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-10-26 07:35","erep_resolution_date":"2021-10-31 10:47","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"The visit went fine. After the MRI, the patient was a little dizzy after laying down for an hour. MRI tech had him sit for a while until he felt well enough to stand up. He then got changed and I walked him to the front without incident. He verbally told me he felt fine and found the study interesting. He then left me a voicemail early this morning claiming the MRI gave him vertigo and the vertigo is still happening this morning. He said in the past he has used \"healing crystals\" to help as he has had vertigo issues before.","erep_action_taken":"I communicated this issue to the PI, and spoke to the patient. I recommended that the patient follow up with his primary care doctor.","erep_outcome":"Patient is going to follow up with his Primary care if the vertigo persists.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40304":{"redcap_data_access_group":"northshore","main_record_id":"10170","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-30","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"She is having a simple R TKRevision surgery and does not have much pain to start with compared to knee osteoarthritis","obtain_date":"2021-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-02","sp_v1_preop_date":"2021-10-21","sp_v2_6wk_date":"2021-12-14","sp_v3_3mo_date":"2022-02-01","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40305":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"66","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient was contacted for participation in the study. After discussing it and clarifying what was involved, the patient declined participation due to working all day.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40306":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too involved.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40307":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"78","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"the patient declined participation due to not being sure his insurance company will authorize the surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40308":{"redcap_data_access_group":"northshore","main_record_id":"10203","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-30","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-01","sp_v1_preop_date":"2021-10-27","sp_v2_6wk_date":"2021-12-13","sp_v3_3mo_date":"2022-01-31","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40309":{"redcap_data_access_group":"northshore","main_record_id":"10180","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-30","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-01","sp_v1_preop_date":"2021-10-26","sp_v2_6wk_date":"2021-12-13","sp_v3_3mo_date":"2022-01-31","age":"70","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40310":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to Evanston being too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40311":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"73","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to busy with other activities.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40312":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"patient declined participation due to planning a 2nd TKA within 3 months and being concerned about having to travel to Evanston in the winter.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40313":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-05","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having too tight a schedule.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40314":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-05","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to being out of town in Louisiana in response to the hurricane until just before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40315":{"redcap_data_access_group":"northshore","main_record_id":"10177","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-05","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-01","sp_v1_preop_date":"2021-10-20","sp_v2_6wk_date":"2021-12-13","sp_v3_3mo_date":"2022-01-31","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40316":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-05","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too busy before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40317":{"redcap_data_access_group":"northshore","main_record_id":"10206","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-06","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-04","sp_v1_preop_date":"2021-10-27","sp_v2_6wk_date":"2021-12-16","sp_v3_3mo_date":"2022-02-03","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 13:59:17","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40318":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too much of a wimp and too many other doctor appointments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40319":{"redcap_data_access_group":"northshore","main_record_id":"10190","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-07","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-25","sp_v1_preop_date":"2021-10-21","sp_v2_6wk_date":"2021-12-05","sp_v3_3mo_date":"2022-01-24","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40320":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"patient declined participation due to being too busy at work prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40321":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia, however he would have otherwise participated","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40322":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia, however he otherwise would have participated","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40323":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to leaving town for the winter at two months postop","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40324":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Time-related issue","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40325":{"redcap_data_access_group":"northshore","main_record_id":"10182","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-07","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-11","sp_v1_preop_date":"2021-10-28","sp_v2_6wk_date":"2021-12-23","sp_v3_3mo_date":"2022-02-10","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40326":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"involving too much time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40327":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40328":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"time related","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40329":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Still is working and doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40330":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40331":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"time related","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40332":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"After reviewing the consent, study was too overwhelming ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40333":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40334":{"redcap_data_access_group":"northshore","main_record_id":"10192","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-12","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-11","sp_v1_preop_date":"2021-10-29","sp_v2_6wk_date":"2021-12-23","sp_v3_3mo_date":"2022-02-10","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"2":{"erep_local_dtime":"2022-03-09 14:30:56","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was brought in outside of their window per protocol.","erep_protdev_caplan":"","erep_rel_covid19":"1"}}},"40335":{"redcap_data_access_group":"northshore","main_record_id":"10185","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-12","screening_age":"78","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-09","sp_v1_preop_date":"2021-11-03","sp_v2_6wk_date":"2021-12-21","sp_v3_3mo_date":"2022-02-08","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"2":{"erep_local_dtime":"2022-03-09 14:29:48","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was brought in outside of their window per protocol.","erep_protdev_caplan":"","erep_rel_covid19":"1"}}},"40336":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-13","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"procedure in 2016 involved placing a titanium plate over the skull defect, which could be problematic for the brain fMRI. Advised that we should not move forward with including her in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40337":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Is not interested due to the MRI portion of the study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40338":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40339":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40340":{"redcap_data_access_group":"northshore","main_record_id":"10215","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-15","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-19","sp_v1_preop_date":"2021-11-11","sp_v2_6wk_date":"2021-12-31","sp_v3_3mo_date":"2022-02-18","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40341":{"redcap_data_access_group":"northshore","main_record_id":"10194","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-15","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-17","sp_v1_preop_date":"2021-11-03","sp_v2_6wk_date":"2021-12-29","sp_v3_3mo_date":"2022-02-16","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40342":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to busy at work leading up to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40343":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to being too busy and planning 2nd TKA in two months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40344":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40345":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-20","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40346":{"redcap_data_access_group":"northshore","main_record_id":"10198","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-20","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-16","sp_v1_preop_date":"2021-11-10","sp_v2_6wk_date":"2021-12-28","sp_v3_3mo_date":"2022-02-15","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40347":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-20","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient\u00a0was excluded\u00a0due to planning on having his 2nd TKA within 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40348":{"redcap_data_access_group":"northshore","main_record_id":"10205","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-21","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-17","sp_v1_preop_date":"2021-11-11","sp_v2_6wk_date":"2021-12-29","sp_v3_3mo_date":"2022-02-16","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40349":{"redcap_data_access_group":"northshore","main_record_id":"10202","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-22","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-22","sp_v1_preop_date":"2021-11-15","sp_v2_6wk_date":"2022-01-03","sp_v3_3mo_date":"2022-02-21","age":"62","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40350":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He is an attorney and is still on trial and doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40351":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40352":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40353":{"redcap_data_access_group":"northshore","main_record_id":"10199","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-22","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-15","sp_v1_preop_date":"2021-11-12","sp_v2_6wk_date":"2021-12-27","sp_v3_3mo_date":"2022-02-14","age":"69","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"2":{"erep_local_dtime":"2022-02-23 12:00:20","erep_ae_date":"2021-11-11","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-11-12 12:20","erep_resolution_date":"2021-11-12 12:20","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient became claustrophobic during the MRI scan and pressed the emergency squeeze button and the scan was stopped. ","erep_action_taken":"Still in the study, no MRI in the future","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-12 13:54:42","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Acute daily surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2023-06-12 13:55:45","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40354":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Single mom and does not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40355":{"redcap_data_access_group":"northshore","main_record_id":"10231","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-22","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-02","sp_v1_preop_date":"2021-11-23","sp_v2_6wk_date":"2022-01-13","sp_v3_3mo_date":"2022-03-03","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40356":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40357":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"severe claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40358":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"too busy and claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40359":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40360":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt is not eligible for the study after further MRI review","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40361":{"redcap_data_access_group":"northshore","main_record_id":"10207","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-26","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-19","sp_v1_preop_date":"2021-11-09","sp_v2_6wk_date":"2021-12-31","sp_v3_3mo_date":"2022-02-18","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40362":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40363":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"spinal cord stimulator incompatible with MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40364":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left several voicemails, never heard back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40365":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-29","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to not wanting to have to come back in the winter with ice/snow; too busy; Evanston Hosp parking lot too difficult and will not allow anyone to drive her care including the valet parking attendants.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40366":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-29","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient was contacted for participation in the study. After discussing it and clarifying what was involved, the patient declined participation due to claustrophobia. Otherwise, he would have considered participating.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40367":{"redcap_data_access_group":"northshore","main_record_id":"10221","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-29","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-01","sp_v1_preop_date":"2021-11-18","sp_v2_6wk_date":"2022-01-12","sp_v3_3mo_date":"2022-03-02","age":"69","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"2":{"erep_local_dtime":"2022-03-03 14:01:21","erep_ae_date":"2022-03-03","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-03-03 13:00","erep_resolution_date":"2022-03-03 13:10","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient came in for their three month visit. During the MRI scan the patient said she had post-nasal drip and reflux issues when she was laying down in the scanner and she asked to be pulled out. She then dry heaved a little bit. There was no further incident. She did not complete the scan because of this.","erep_action_taken":"NO further action","erep_outcome":"Scan was not completed.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40368":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-29","screening_age":"72","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left several voicemails, never heard back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40369":{"redcap_data_access_group":"northshore","main_record_id":"10238","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-29","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-09","sp_v1_preop_date":"2021-12-03","sp_v2_6wk_date":"2022-01-20","sp_v3_3mo_date":"2022-03-10","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40370":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-29","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too busy between now and her surgery date to commit that much time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40371":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-29","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to living in Libertyville and not being interested.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40372":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40374":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working full time up until her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40375":{"redcap_data_access_group":"northshore","main_record_id":"10211","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-03","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-17","sp_v1_preop_date":"2021-11-15","sp_v2_6wk_date":"2021-12-29","sp_v3_3mo_date":"2022-02-16","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:00:59","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Acute daily surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40376":{"redcap_data_access_group":"northshore","main_record_id":"10212","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-11-04","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-06","sp_v1_preop_date":"2021-11-16","sp_v2_6wk_date":"2022-01-17","sp_v3_3mo_date":"2022-03-07","age":"N/A","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40377":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to distance from where she lives in Dyer, IN.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40378":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"left multiple VM, never heard back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40379":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40380":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40381":{"redcap_data_access_group":"northshore","main_record_id":"10223","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-05","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-15","sp_v1_preop_date":"2021-12-09","sp_v2_6wk_date":"2022-01-26","sp_v3_3mo_date":"2022-03-16","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40382":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"55","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40384":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40385":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Could not accommodate his schedule\r\n - second TKA scheduled on 3/7/2022 - declined on 2/22/2022 - no reason given","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40386":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to it being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40387":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being more than she wants to be involved in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40388":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having to attend to too many other medical issues prior to his surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40389":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40390":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"67","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40391":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40392":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40393":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40394":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40395":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40396":{"redcap_data_access_group":"northshore","main_record_id":"10234","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-10","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-15","sp_v1_preop_date":"2021-12-02","sp_v2_6wk_date":"2022-01-26","sp_v3_3mo_date":"2022-03-16","age":"77","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40397":{"redcap_data_access_group":"northshore","main_record_id":"10246","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-11","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-14","sp_v1_preop_date":"2021-12-08","sp_v2_6wk_date":"2022-01-25","sp_v3_3mo_date":"2022-03-15","age":"68","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40398":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-11","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40399":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-17","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"doesn't have time before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40400":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-17","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40401":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-17","screening_age":"52","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40402":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-17","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40403":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left several VMs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40404":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt is having neck surgery and may have to delay TKA, will reach out again after Thanksgiving","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40405":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia. Otherwise, he would have been willing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40406":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and not having the time available.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40407":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"66","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined again 11/21/2022","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40408":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"53","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40409":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Works full time and can't take time off before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40410":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40411":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-22","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to having a spinal cord stimulator and unable to have an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40412":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"63","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40413":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40414":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-29","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to busy between now and her surgery date.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40415":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-29","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to leaving town on vacation until just before her surgery and not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40416":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40417":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to not being able to drive or fill out forms. Only his wife can communicate for him","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40418":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"68","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to already having an MRI of her knee and not needing another one","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40419":{"redcap_data_access_group":"northshore","main_record_id":"10250","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-30","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-09","sp_v1_preop_date":"2021-12-20","sp_v2_6wk_date":"2022-03-23","sp_v3_3mo_date":"2022-05-09","age":"81","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:04:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline Surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:12:55","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40420":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being too busy to take the time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40421":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40422":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40423":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40424":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to it being too involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40425":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40426":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to being uncomfortable having and MRI and having to remove her glucose monitor","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40427":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to still having to come to terms with needing a knee replacement much less anything else.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40428":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being a FedEx driver with no time between now and surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40429":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to Evanston being too far away and being too busy with the Holidays and going away between now and his surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40430":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40431":{"redcap_data_access_group":"northshore","main_record_id":"10257","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-09","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-15","sp_v1_preop_date":"2021-12-22","sp_v2_6wk_date":"2022-03-29","sp_v3_3mo_date":"2022-05-15","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:15:26","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"1"}}},"40432":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40433":{"redcap_data_access_group":"northshore","main_record_id":"10258","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-09","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-28","sp_v1_preop_date":"2022-02-24","sp_v2_6wk_date":"2022-04-11","sp_v3_3mo_date":"2022-05-28","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:18:08","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:19:21","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.\r\n","erep_rel_covid19":"0"}}},"40434":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-09","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"leaves town after the surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40435":{"redcap_data_access_group":"northshore","main_record_id":"10253","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-10","screening_age":"73","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-15","sp_v1_preop_date":"2022-01-04","sp_v2_6wk_date":"2022-04-26","sp_v3_3mo_date":"2022-06-15","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-10-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Patient was unable to come in for baseline visit due to the COVID shut down in January at Northshore. ","sp_data_site":"N/A"},"40436":{"redcap_data_access_group":"northshore","main_record_id":"10264","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-01-06","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-01-07","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Patient's surgery was cancelled due to increase in COVID cases. Unable to bring in when surgery was rescheduled because in person research had not been re-started. ","sp_data_site":"N/A"},"40437":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Left several VM, never heard back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40438":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40439":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40440":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40441":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-14","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"still working full time and distance ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40442":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to the time commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40443":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"61","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to being primarily concerned about how she was going to do with the surgery rather than participating in a research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40444":{"redcap_data_access_group":"northshore","main_record_id":"10263","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-16","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-01-11","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-01-07","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Patient's surgery was canceled due to COVID cases increasing in January. Patient was attempted to be re-contacted, but was unreachable. ","sp_data_site":"N/A"},"40445":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too much of a time commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40446":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"the patient declined participation due to \"not wanting to do it\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40447":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-17","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"patient declined participation due to feeling she is not a good candidate for research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40448":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Did not like the genetic language in the consent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40449":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"48","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":" the patient is going to think about it and will call us back after the New Year if he is interested in pursuing it","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40450":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"68","screening_gender":"1","screening_race":"1","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40451":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-21","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40452":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40453":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to distance to Evanston Hospital too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40454":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to leaving town as soon as possible after his surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40455":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-21","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to claustrophobia with MRIs. Otherwise, would consider participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40456":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-21","screening_age":"74","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being too busy at work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40457":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-21","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40458":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40459":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40460":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working full time until just before her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40461":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"12/22/2021 the patient is not inclined to participate but wants to consider it and will get back to us if decides.\r\nsurgery rescheduled from January to March due to Covid situation\r\n2/14/2022 pt did not want to participate because of the brain MRI involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40462":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to still working full time until just before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40463":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to running our emergency room in the middle of a covid surge and having no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40464":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40465":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-22","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too much time and effort.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40466":{"redcap_data_access_group":"northshore","main_record_id":"10285","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-04","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-22","sp_v1_preop_date":"2022-02-15","sp_v2_6wk_date":"2022-04-05","sp_v3_3mo_date":"2022-05-22","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40467":{"redcap_data_access_group":"northshore","main_record_id":"10288","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-08","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-22","sp_v1_preop_date":"2022-02-17","sp_v2_6wk_date":"2022-04-05","sp_v3_3mo_date":"2022-05-22","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40468":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested, but currently no days on the schedule work. Will give her a call if something opens up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40469":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"patient declined participation due to having just retired and wanting to relax","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40470":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to not being able to take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40471":{"redcap_data_access_group":"northshore","main_record_id":"10400","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-08","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-23","sp_v1_preop_date":"2022-06-13","sp_v2_6wk_date":"2022-08-04","sp_v3_3mo_date":"2022-09-23","age":"57","sex":"1","genident":"N/A","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:41:07","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside window time","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 10:42:07","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40472":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Can't take time off from work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40473":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40474":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Totally booked","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40475":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt declined participation due to not having enough time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40476":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40477":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"78","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too much involvement","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40478":{"redcap_data_access_group":"northshore","main_record_id":"10293","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-15","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-02","sp_v1_preop_date":"2022-02-23","sp_v2_6wk_date":"2022-04-13","sp_v3_3mo_date":"2022-06-02","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40479":{"redcap_data_access_group":"northshore","main_record_id":"10294","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-15","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-02","sp_v1_preop_date":"2022-02-23","sp_v2_6wk_date":"2022-04-13","sp_v3_3mo_date":"2022-06-02","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40480":{"redcap_data_access_group":"northshore","main_record_id":"10300","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-16","screening_age":"79","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-04","sp_v1_preop_date":"2022-02-25","sp_v2_6wk_date":"2022-04-15","sp_v3_3mo_date":"2022-06-04","age":"N/A","sex":"2","genident":"2","ethnic":"N/A","dem_race":"2","ewdateterm":"2022-03-02","ewprimaryreason":"1","ewdisreasons":"4","ewpireason":"N/A","ewcomments":"Could not come to her initial appointment, then had to get COVID test for her surgery and quarantine. Unable to come in after.","sp_data_site":"N/A"},"40481":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-16","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt declined participation due to distance to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40482":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-16","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much of a time commitment for patient, lives further north","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40483":{"redcap_data_access_group":"northshore","main_record_id":"10303","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-16","screening_age":"55","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-03","sp_v1_preop_date":"2022-02-28","sp_v2_6wk_date":"2022-04-14","sp_v3_3mo_date":"2022-06-03","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-04-28","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Lost to follow up per Emma G","sp_data_site":"N/A"},"40484":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40485":{"redcap_data_access_group":"northshore","main_record_id":"10296","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-18","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-02-25","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-03-28","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient's surgery was canceled.","sp_data_site":"N/A"},"40486":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-18","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt does not want to participate as he is getting two knees done very close together and has a lot going on. May be interested in study for his second knee.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40487":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-18","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40488":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-18","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too busy between now and surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40489":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-18","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"\"Not something I am interested in spending my time doing\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40490":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40491":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being in too much pain and still working","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40492":{"redcap_data_access_group":"northshore","main_record_id":"10298","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-22","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-17","sp_v1_preop_date":"2022-03-07","sp_v2_6wk_date":"2022-04-28","sp_v3_3mo_date":"2022-06-17","age":"78","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40493":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt declined participation due to his wife just having shoulder surgery and can't be away from home that much","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40494":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"too busy and not having time for the testing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40495":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40496":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40497":{"redcap_data_access_group":"northshore","main_record_id":"10297","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-22","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-08","sp_v1_preop_date":"2022-03-08","sp_v2_6wk_date":"2022-04-19","sp_v3_3mo_date":"2022-06-08","age":"38","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40498":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia with the MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40499":{"redcap_data_access_group":"northshore","main_record_id":"10305","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-23","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-17","sp_v1_preop_date":"2022-03-11","sp_v2_6wk_date":"2022-04-28","sp_v3_3mo_date":"2022-06-17","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40500":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to too bus working to take the time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40501":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too busy to take the time and travel to Evanston","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40502":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40503":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40504":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-25","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40505":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and cannot take the time off before his surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40506":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40507":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Her daughter answered the phone and indicated her mother was very limited in English, a bit older, and would probably not be a good candidate for the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40508":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to it being too much for her.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40509":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to it being too much for her.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40510":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40511":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40512":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40513":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-08","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to being the sole caregiver for his disabled wife and not being able to take the time to leaver her alone.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40514":{"redcap_data_access_group":"northshore","main_record_id":"10314","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-09","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-28","sp_v1_preop_date":"2022-03-18","sp_v2_6wk_date":"2022-05-09","sp_v3_3mo_date":"2022-06-28","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40515":{"redcap_data_access_group":"northshore","main_record_id":"10319","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-09","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-29","sp_v1_preop_date":"2022-03-24","sp_v2_6wk_date":"2022-05-10","sp_v3_3mo_date":"2022-06-29","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40516":{"redcap_data_access_group":"northshore","main_record_id":"10318","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-09","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-30","sp_v1_preop_date":"2022-03-25","sp_v2_6wk_date":"2022-05-11","sp_v3_3mo_date":"2022-06-30","age":"72","sex":"2","genident":"2","ethnic":"N/A","dem_race":"2|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40517":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being that interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40518":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40519":{"redcap_data_access_group":"northshore","main_record_id":"10312","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-23","sp_v1_preop_date":"2022-03-16","sp_v2_6wk_date":"2022-05-04","sp_v3_3mo_date":"2022-06-23","age":"64","sex":"N/A","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40520":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives too far from Evanston","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40521":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40522":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40523":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 4/12. pv lvm 4/22","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40524":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too many appointments leading up to his surgery, does not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40525":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40526":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40527":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40528":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40529":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40530":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40531":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40532":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not wanting anyone to look at her brain.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40533":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40534":{"redcap_data_access_group":"northshore","main_record_id":"10322","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-16","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-03-30","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"74","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"2022-09-22","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"surgery was canceled. ","sp_data_site":"N/A"},"40535":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not being able to take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40537":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40538":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40539":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"the patient declined participation due to distance and an aversion to an hour in the MRI machine.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40540":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to needing to concentrate on a non-healing leg wound before surgery and not enough time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40541":{"redcap_data_access_group":"northshore","main_record_id":"10330","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-18","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-14","sp_v1_preop_date":"2022-04-04","sp_v2_6wk_date":"2022-05-26","sp_v3_3mo_date":"2022-07-14","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:51:18","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40542":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40543":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"63","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance to Evanston from Palos.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40544":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being our of town for the 3 month followup period.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40545":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40546":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not having the time for the testing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40547":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"the patient declined participation due to her husband being blind and not able to be away from him.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40548":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to to busy to take the time before surgery due to work and all the other activities.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40549":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40550":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40551":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"53","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40552":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40553":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40554":{"redcap_data_access_group":"northshore","main_record_id":"10333","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-22","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-18","sp_v1_preop_date":"2022-04-06","sp_v2_6wk_date":"2022-05-30","sp_v3_3mo_date":"2022-07-18","age":"46","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40555":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not driving any distance and not using e-mail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40556":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40557":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being too overwhelmed by everything else going on in her life.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40558":{"redcap_data_access_group":"northshore","main_record_id":"10334","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-23","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-18","sp_v1_preop_date":"2022-04-07","sp_v2_6wk_date":"2022-05-30","sp_v3_3mo_date":"2022-07-18","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-08-03 11:51:27","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant came one day outside of protocol range due to scheduling. ","erep_protdev_caplan":"None.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:53:06","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Acute daily surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40559":{"redcap_data_access_group":"northshore","main_record_id":"10340","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-23","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-20","sp_v1_preop_date":"2022-04-11","sp_v2_6wk_date":"2022-06-01","sp_v3_3mo_date":"2022-07-20","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40561":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-23","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She is not interested in participating in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40562":{"redcap_data_access_group":"northshore","main_record_id":"10328","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-23","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-12","sp_v1_preop_date":"2022-04-04","sp_v2_6wk_date":"2022-05-24","sp_v3_3mo_date":"2022-07-12","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:49:04","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Acute daily surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:50:07","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40563":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too busy remodelling condo.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40564":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to no longer driving and not wanting to participate.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40565":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40566":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40567":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-25","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40568":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"69","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance from Evanston to Oak Lawn.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40569":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-25","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" patient declined participation due to multiple trips out of town prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40570":{"redcap_data_access_group":"northshore","main_record_id":"10345","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-25","screening_age":"65","screening_gender":"1","screening_race":"5","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-26","sp_v1_preop_date":"2022-04-18","sp_v2_6wk_date":"2022-06-07","sp_v3_3mo_date":"2022-07-26","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-08-03 13:23:51","erep_ae_date":"2022-04-18","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-04-18 13:24","erep_resolution_date":"2022-04-18 13:24","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Patient reported at 3 month study visit that the cuff from his baseline visit was very uncomfortable and caused the veins in his legs to bulge out. He is not in any pain. He did not mention this at his 6 week follow up visit or on any follow up phone calls.","erep_action_taken":"No MRI with cuff was done. ","erep_outcome":"No MRI was done. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40571":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-25","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40572":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-26","screening_age":"45","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40573":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working and not having time before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40574":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too much involvement.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40575":{"redcap_data_access_group":"northshore","main_record_id":"10342","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-28","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-26","sp_v1_preop_date":"2022-04-12","sp_v2_6wk_date":"2022-06-07","sp_v3_3mo_date":"2022-07-26","age":"75","sex":"N/A","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 14:54:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside study window. ","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-12 14:55:34","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40576":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to being in Florida until just before her surgery. Also somewhat claustrophobic and nervous about MRI.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40577":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"41","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being busy working and claustrophobia about the MRI.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40578":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being a tax accountant with surgery scheduled on 4/18/22.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40579":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working full time up until his surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40580":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-11","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working full time up until her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40581":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40582":{"redcap_data_access_group":"northshore","main_record_id":"10352","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-12","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-26","sp_v1_preop_date":"2022-04-21","sp_v2_6wk_date":"2022-06-07","sp_v3_3mo_date":"2022-07-26","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:06:04","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys are outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40583":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40584":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40585":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not wanting to travel that far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40586":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"84","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"She is a physician; Interested in participating and will call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40587":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40588":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40589":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Never heard back from patient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40590":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to claustrophobia with MRI. Otherwise, would have participated.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40591":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"declined participation due to being too busy taking care of her grandchildren.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40592":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to distance and time to travel to Evanston Hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40593":{"redcap_data_access_group":"northshore","main_record_id":"10353","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-14","screening_age":"74","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-03","sp_v1_preop_date":"2022-04-27","sp_v2_6wk_date":"2022-06-14","sp_v3_3mo_date":"2022-08-03","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:07:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys are outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40594":{"redcap_data_access_group":"northshore","main_record_id":"10348","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-14","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-05","sp_v1_preop_date":"2022-05-02","sp_v2_6wk_date":"2022-06-16","sp_v3_3mo_date":"2022-08-05","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"2|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:05:05","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40595":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40596":{"redcap_data_access_group":"northshore","main_record_id":"10351","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-15","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-04-28","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-09-22","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-04-28 14:56:20","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient was unable to complete the MRI. He has severe spinal stenosis and the MRI technologist was unable to snap head coil on due to the spine issues. He was unable to be positioned and the technologist could not complete the scan.","erep_protdev_caplan":"Patient will not be scanned at the 3 month visit.","erep_rel_covid19":"0"}}},"40597":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not wanting to do it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40598":{"redcap_data_access_group":"northshore","main_record_id":"10357","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-15","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-09","sp_v1_preop_date":"2022-05-03","sp_v2_6wk_date":"2022-06-20","sp_v3_3mo_date":"2022-08-09","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40599":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being sure he is even going to go ahead with the surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40600":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Seemed interested but then stated it was too much. Requested more info, which I sent via NSC. Advised him how to contact us if he changes his mind. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40601":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40602":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40603":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40604":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being in Florida until just before his ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40605":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not being able to take time off from work as a teacher.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40606":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40607":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"40","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40608":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-21","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40609":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40610":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40611":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"She had not reviewed the information brochure but requested more information and will get back to us if interested. A2CPS info sent via NSConnect.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40612":{"redcap_data_access_group":"northshore","main_record_id":"10374","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-25","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-13","sp_v1_preop_date":"2022-05-09","sp_v2_6wk_date":"2022-06-24","sp_v3_3mo_date":"2022-08-13","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-05-09","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient called and canceled baseline visit, he does not have time for it before his surgery","sp_data_site":"N/A"},"40613":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40614":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia with the MRI.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40615":{"redcap_data_access_group":"northshore","main_record_id":"10375","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-26","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-17","sp_v1_preop_date":"2022-05-11","sp_v2_6wk_date":"2022-06-28","sp_v3_3mo_date":"2022-08-17","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-12 15:08:41","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys are outside study window.","erep_protdev_caplan":"Ensure participants complete surveys within time window.","erep_rel_covid19":"0"}}},"40616":{"redcap_data_access_group":"northshore","main_record_id":"10366","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-26","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-17","sp_v1_preop_date":"2022-05-06","sp_v2_6wk_date":"2022-06-28","sp_v3_3mo_date":"2022-08-17","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40617":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not wanting to make that commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40618":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not wanting to talk about it.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40619":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"the patient is interested but somewhat concerned about MRI. Also has small veins that roll with blood draws always a problem. Wants to think about it. Will call again on Thursday.\r\n\u00a0Interested but somewhat concerned about MRI. Also has small veins that roll with blood draws always a problem. Wants to think about it. Will call again on Thursday. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40620":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not wanting to go up to Evanston.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40621":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"73","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40622":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40623":{"redcap_data_access_group":"northshore","main_record_id":"10364","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-27","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-23","sp_v1_preop_date":"2022-05-10","sp_v2_6wk_date":"2022-07-04","sp_v3_3mo_date":"2022-08-23","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40624":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40625":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is too busy watching his grandchildren during the day","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40626":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to having to take care of grandchildren every day.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40627":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40628":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40629":{"redcap_data_access_group":"northshore","main_record_id":"10376","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-16","sp_v1_preop_date":"2022-05-12","sp_v2_6wk_date":"2022-06-27","sp_v3_3mo_date":"2022-08-16","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40630":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-28","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Overwhelmed before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40631":{"redcap_data_access_group":"northshore","main_record_id":"10381","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-02","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-23","sp_v1_preop_date":"2022-05-18","sp_v2_6wk_date":"2022-07-04","sp_v3_3mo_date":"2022-08-23","age":"75","sex":"1","genident":"N/A","ethnic":"4","dem_race":"5","ewdateterm":"2022-05-18","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Day of appointment patient called and said it was too overwhelming. ","sp_data_site":"N/A"},"40632":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40633":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"concerns about pressure on varicose veins in calf and generally being overwhelmed preparing for the surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40634":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and too busy to participate with the time needed for the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40635":{"redcap_data_access_group":"northshore","main_record_id":"10382","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-25","sp_v1_preop_date":"2022-05-19","sp_v2_6wk_date":"2022-07-06","sp_v3_3mo_date":"2022-08-25","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40636":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-03","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"the patient declined participation without specifying a reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40637":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-03","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40638":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-04","screening_age":"78","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40639":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-04","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40640":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-04","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40641":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-04","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"working full time, moving and distance to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40642":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-04","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to having a bone anchored ear implant as a contradiction to the high intensity research MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40643":{"redcap_data_access_group":"northshore","main_record_id":"10388","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-04","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-28","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Patient's original was rescheduled due to a fall. Unable to reach participant to come back in.","sp_data_site":"N/A"},"40644":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40645":{"redcap_data_access_group":"northshore","main_record_id":"10379","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-05","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-10","sp_v1_preop_date":"2022-05-16","sp_v2_6wk_date":"2022-09-21","sp_v3_3mo_date":"2022-11-10","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-07-13","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient's cat is having surgery and she is overwhelmed before her surgery and can no longer participate. ","sp_data_site":"N/A"},"40646":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-06","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40647":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-06","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to now living in Kentucky.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40648":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-06","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to being a private person and not wanting to be involved in any research.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40649":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-06","screening_age":"78","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"\r\nHe is intereted but wants to discuss with wife and children. Sent info via NSC. I will re-contact next week.\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40650":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-10","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40651":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-10","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40652":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-10","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to having changed surgeons to avoid preop MRI for knee that was to be used for creating patient specific instruments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40653":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-10","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40654":{"redcap_data_access_group":"northshore","main_record_id":"10394","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-11","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-07","sp_v1_preop_date":"2022-05-31","sp_v2_6wk_date":"2022-07-19","sp_v3_3mo_date":"2022-09-07","age":"N/A","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40655":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to busy to take the time for the testing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40656":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"78","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to concerns about claustrophobia with the MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40657":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-11","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having a two day old granddaughter she has to help take care of.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40658":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to anxiety about upcoming surgery and too much going on in her family life. Scheduled for 2nd TKA 3 months and one week after the 1st knee and willing to consider participating at that time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40659":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"clarifying what was involved, the patient declined participation due to not wanting to travel to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40660":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She was not interested in the study and was frustrated that she could not find a doctor for pre-op medical clearance.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40661":{"redcap_data_access_group":"northshore","main_record_id":"10380","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-12","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-09","sp_v1_preop_date":"2022-06-02","sp_v2_6wk_date":"2022-07-21","sp_v3_3mo_date":"2022-09-09","age":"74","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40662":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient's husband passed away decided it was too much on her plate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40663":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40664":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to needing to care for grandchildren.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40665":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40666":{"redcap_data_access_group":"northshore","main_record_id":"10385","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-13","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-10","sp_v1_preop_date":"2022-05-24","sp_v2_6wk_date":"2022-07-22","sp_v3_3mo_date":"2022-09-10","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40667":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not wanting to participate and distance to Evanston.'","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40668":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40669":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-16","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40670":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-16","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to being in Oak Brook and doesn't have time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40671":{"redcap_data_access_group":"northshore","main_record_id":"10386","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-16","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-13","sp_v1_preop_date":"2022-06-06","sp_v2_6wk_date":"2022-07-25","sp_v3_3mo_date":"2022-09-13","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40672":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-16","screening_age":"69","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"the patient wants to think about it.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40673":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-16","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"the patient declined participation due to claustrophobia and time/distance to Evanston form NW suburbs.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40674":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not wanting to be bothered.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40675":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40676":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40677":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"78","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40678":{"redcap_data_access_group":"northshore","main_record_id":"10383","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-17","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-15","sp_v1_preop_date":"2022-06-09","sp_v2_6wk_date":"2022-07-27","sp_v3_3mo_date":"2022-09-15","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40679":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40680":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to claustrophobia and thinking about the study would make her too anxious.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40681":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40682":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40683":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40684":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40685":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"he requested information in writing and to be called again. Sent A2CPS info via NSC.\r\nI will contact again.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40686":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"59","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40687":{"redcap_data_access_group":"northshore","main_record_id":"10387","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-19","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-20","sp_v1_preop_date":"2022-06-07","sp_v2_6wk_date":"2022-08-01","sp_v3_3mo_date":"2022-09-20","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40688":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"74","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40690":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40689":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to severe Benign paroxysmal positional vertigo (BPPV) where she is unable to lay supine for more than a few minutes, which is the position in the MRI scanner.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40691":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too busy and not having reliable transportation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40692":{"redcap_data_access_group":"northshore","main_record_id":"10402","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-24","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-22","sp_v1_preop_date":"2022-06-15","sp_v2_6wk_date":"2022-08-03","sp_v3_3mo_date":"2022-09-22","age":"79","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40693":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working full time up until surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40694":{"redcap_data_access_group":"northshore","main_record_id":"10432","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-26","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-01","sp_v1_preop_date":"2022-07-25","sp_v2_6wk_date":"2022-09-12","sp_v3_3mo_date":"2022-11-01","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40695":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40696":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to taking too much time.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40697":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":" patient declined participation due to having read the information brochure and decided to not do it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40698":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to not being comfortable with her genetic material being part of the study and in a repository.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40699":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not having or using e-mail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40700":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40701":{"redcap_data_access_group":"northshore","main_record_id":"10401","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-10","screening_age":"72","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-22","sp_v1_preop_date":"2022-06-16","sp_v2_6wk_date":"2022-08-03","sp_v3_3mo_date":"2022-09-22","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:43:22","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 10:44:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40702":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being a single mom and working full time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40703":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"74","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40704":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"58","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40705":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to no time, busy with 15 grandchildren and still working.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40706":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-13","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40707":{"redcap_data_access_group":"northshore","main_record_id":"10406","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-13","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-12","sp_v1_preop_date":"2022-06-27","sp_v2_6wk_date":"2022-08-23","sp_v3_3mo_date":"2022-10-12","age":"65","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40708":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40709":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to not wanting to experience any of the discomfort associated with the testing.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40710":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to distance to Evanston from Southside and hates e-mails.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40711":{"redcap_data_access_group":"northshore","main_record_id":"10407","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-14","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-14","sp_v1_preop_date":"2022-06-23","sp_v2_6wk_date":"2022-08-25","sp_v3_3mo_date":"2022-10-14","age":"64","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40712":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40713":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40714":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined due to being too busy. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40716":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"She is willing to participate but planning on re-scheduling surgery in the Fall and will call me back at that time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40715":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"48","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Had insurance issues getting everything approved and now no longer has time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40717":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40718":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40719":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40720":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to already having too many doctor appointments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40721":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-21","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40722":{"redcap_data_access_group":"northshore","main_record_id":"10415","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-22","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-05","sp_v1_preop_date":"2022-06-29","sp_v2_6wk_date":"2022-08-16","sp_v3_3mo_date":"2022-10-05","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40723":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40724":{"redcap_data_access_group":"northshore","main_record_id":"10414","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-22","screening_age":"78","screening_gender":"1","screening_race":"3","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-20","sp_v1_preop_date":"2022-07-07","sp_v2_6wk_date":"2022-08-31","sp_v3_3mo_date":"2022-10-20","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40725":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-24","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40726":{"redcap_data_access_group":"northshore","main_record_id":"10427","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-24","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-21","sp_v1_preop_date":"2022-07-13","sp_v2_6wk_date":"2022-09-01","sp_v3_3mo_date":"2022-10-21","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40727":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having a ton of health problems, too many CTs and MRIs and not up for it.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40728":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40729":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40730":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40731":{"redcap_data_access_group":"northshore","main_record_id":"10428","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-28","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-19","sp_v1_preop_date":"2022-07-14","sp_v2_6wk_date":"2022-08-30","sp_v3_3mo_date":"2022-10-19","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:48:34","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 10:49:26","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40732":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"55","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40733":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having some medical appointment or test nearly every day until surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40734":{"redcap_data_access_group":"northshore","main_record_id":"10419","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-29","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-27","sp_v1_preop_date":"2022-07-18","sp_v2_6wk_date":"2022-09-07","sp_v3_3mo_date":"2022-10-27","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:45:32","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40735":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wants to discuss with husband; Sent info via NSC; Will call back next week","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40736":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"63","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and too involved.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40737":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to living in Wisconsin.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40738":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40739":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40740":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40741":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40742":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40743":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40744":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40745":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40746":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40747":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40748":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40749":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40750":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"77","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"declined participation due to not seeing the need to go to Evanston Hospital if surgery is at Skokie Hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40751":{"redcap_data_access_group":"northshore","main_record_id":"10433","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-11","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-02","sp_v1_preop_date":"2022-07-26","sp_v2_6wk_date":"2022-09-13","sp_v3_3mo_date":"2022-11-02","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-10-12 11:47:06","erep_ae_date":"2022-07-26","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-07-26 01:00","erep_resolution_date":"2022-07-27 01:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Called patient to schedule follow up visit, and patient said after the baseline MRI their ears were ringing for a little bit. It has since resolved. ","erep_action_taken":"None. Willing to do 3 month MRI with additional hearing protection. ","erep_outcome":"None.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40752":{"redcap_data_access_group":"northshore","main_record_id":"10430","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-11","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-03","sp_v1_preop_date":"2022-07-27","sp_v2_6wk_date":"2022-09-14","sp_v3_3mo_date":"2022-11-03","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40753":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"After discussing her history and reviewing the record, she has multiple auto-immune conditions including inflammatory arthritis which is an exclusion for this study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40754":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"80","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and difficulty getting to Evanston Hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40755":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"80","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40756":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"75","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40757":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40758":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40759":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40760":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"77","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40761":{"redcap_data_access_group":"northshore","main_record_id":"10429","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-07-13","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-10","sp_v1_preop_date":"2022-08-03","sp_v2_6wk_date":"2022-09-21","sp_v3_3mo_date":"2022-11-10","age":"79","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:50:43","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Acute daily surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 10:51:25","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40762":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40763":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40764":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40765":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40766":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"patient declined participation due to being sole caregiver for her husband and not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40767":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40768":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40769":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40770":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40771":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40772":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Doesn't want an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40773":{"redcap_data_access_group":"northshore","main_record_id":"10431","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-07-18","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-08","sp_v1_preop_date":"2022-07-28","sp_v2_6wk_date":"2022-09-19","sp_v3_3mo_date":"2022-11-08","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40774":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"the patient felt it was too involved to participate but will discuss it with her husband.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40775":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40776":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to baby sits grandchildren full time until surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40777":{"redcap_data_access_group":"northshore","main_record_id":"10437","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-16","sp_v1_preop_date":"2022-08-10","sp_v2_6wk_date":"2022-09-27","sp_v3_3mo_date":"2022-11-16","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40778":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-19","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40779":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and care for 90 yo mother.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40780":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"67","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40781":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"pt has claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40782":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40783":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40784":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-21","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40785":{"redcap_data_access_group":"northshore","main_record_id":"10434","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-22","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-18","sp_v1_preop_date":"2022-08-08","sp_v2_6wk_date":"2022-09-29","sp_v3_3mo_date":"2022-11-18","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40786":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40787":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40788":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40789":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40790":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"58","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40791":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40792":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"61","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40793":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to having to answer a lot of questionnaires and being subjected to a lot of discomfort sounds like what they do to you in prison.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40794":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40795":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40796":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"63","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40797":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40798":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40799":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-02","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40800":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"\r\nIs getting a 2nd opinion and will decide next week. Described study fully and sent him the info brochure via NSC. He indicated he would call back but if he does not, call and see if he is interested. I specified testing would need to be done before 8/12 \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40801":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40802":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40803":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"75","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40804":{"redcap_data_access_group":"northshore","main_record_id":"10460","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-23","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-13","sp_v1_preop_date":"2022-09-06","sp_v2_6wk_date":"2022-10-25","sp_v3_3mo_date":"2022-12-13","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40805":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to already having too much on her plate.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40806":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40807":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"72","screening_gender":"2","screening_race":"1","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40808":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient indicated she was claustrophobic but could do an MRI with valium. I explained that we could not do that and she may not be eligible. She is going to think about it, review the material and may get back to us if she is interested and thinks she can have a brain MRI and stay still inside the tube for nearly an hour.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40809":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"72","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being an accountant and needing to get all the tax work due on 9/15 done before her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40810":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|1","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40811":{"redcap_data_access_group":"northshore","main_record_id":"10468","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-23","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Retired physician. Understood elements of study. For next five days will be on a bike trip in Appalachian mountains, unable to answer phone. She will be able to answer texts or e-mails. Prefers to not have to use NSConnect. Tue or Fri after Labor day would work out the best. ","obtain_date":"2022-09-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-14","sp_v1_preop_date":"2022-09-09","sp_v2_6wk_date":"2022-10-26","sp_v3_3mo_date":"2022-12-14","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40812":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"79","screening_gender":"2","screening_race":"3","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to already being a nervous wreck.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40813":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to having too many other issues going on.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40814":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40815":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40816":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"78","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40817":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-29","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40818":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-29","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient stated they have too much pain to be able to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40819":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-29","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to no available time between work and taking grandkids to Disney.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40820":{"redcap_data_access_group":"northshore","main_record_id":"10471","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-30","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-20","sp_v1_preop_date":"2022-09-12","sp_v2_6wk_date":"2022-11-01","sp_v3_3mo_date":"2022-12-20","age":"65","sex":"2","genident":"2","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40821":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40822":{"redcap_data_access_group":"northshore","main_record_id":"10472","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-30","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-21","sp_v1_preop_date":"2022-09-19","sp_v2_6wk_date":"2022-11-02","sp_v3_3mo_date":"2022-12-21","age":"68","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40823":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40824":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having too much else to do preparing for surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40825":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not being available at 3 month visit due to going to Fla for winter.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40826":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Followed up with the patient about the study who now recalls she had spine neurostimulator that was removed but left with broken wires and advised to not have an MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40827":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to time and distance to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40828":{"redcap_data_access_group":"northshore","main_record_id":"10474","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-02","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-27","sp_v1_preop_date":"2022-09-20","sp_v2_6wk_date":"2022-11-07","sp_v3_3mo_date":"2022-12-27","age":"83","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40829":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"78","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40830":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40831":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"78","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40832":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40833":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40834":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"73","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40835":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"72","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40836":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to owning his own business and not being able to take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40837":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"66","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to still working full time until just before the surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40838":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40839":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"The patient declined participation due to not having time and not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40840":{"redcap_data_access_group":"northshore","main_record_id":"10479","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-21","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-03","sp_v1_preop_date":"2022-09-29","sp_v2_6wk_date":"2022-11-13","sp_v3_3mo_date":"2023-01-02","age":"77","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-01-17 12:12:04","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"The 3-month post-surgery visit was completed one day outside of the protocol range. ","erep_protdev_caplan":"Visit was still completed","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 10:55:47","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40841":{"redcap_data_access_group":"northshore","main_record_id":"10477","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-21","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-03","sp_v1_preop_date":"2022-09-13","sp_v2_6wk_date":"2022-11-13","sp_v3_3mo_date":"2023-01-02","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:54:08","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40842":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40843":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" The patient declined participation due to still working and does not have the time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40844":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40845":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40846":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40847":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to distance to Evanston and time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40848":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to going to Florida for the winter < 3 months from surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40849":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to too much of a time commitment.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40850":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"72","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient's husband is a cancer patient and she does not have time to do additional activities. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40851":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40852":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to not having enough energy to participate.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40853":{"redcap_data_access_group":"northshore","main_record_id":"10480","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-23","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-13","sp_v1_preop_date":"2022-10-05","sp_v2_6wk_date":"2022-11-23","sp_v3_3mo_date":"2023-01-12","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40854":{"redcap_data_access_group":"northshore","main_record_id":"10544","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-26","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-13","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-22","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:17:36","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40855":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40856":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient declined participation due to not wanting to.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40857":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40858":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient declined participation due to no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40859":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40860":{"redcap_data_access_group":"northshore","main_record_id":"10481","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-28","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-07","sp_v1_preop_date":"2022-10-18","sp_v2_6wk_date":"2022-12-19","sp_v3_3mo_date":"2023-02-06","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40861":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"66","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40862":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40863":{"redcap_data_access_group":"northshore","main_record_id":"10488","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-28","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-17","sp_v1_preop_date":"2022-10-13","sp_v2_6wk_date":"2022-11-27","sp_v3_3mo_date":"2023-01-16","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40864":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"1","ptinterest_comment":"The patient declined participation due to covid exposure fears in the hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40865":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT believes his schedule will not support the additional visits needed in order to participate in this study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40866":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40867":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to having to go down to his house in Naples and take care of the hurricane damage before his surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40868":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-30","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40869":{"redcap_data_access_group":"northshore","main_record_id":"10486","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-30","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-11","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40870":{"redcap_data_access_group":"northshore","main_record_id":"10490","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-30","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-14","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40871":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-30","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to time and distance to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40872":{"redcap_data_access_group":"northshore","main_record_id":"10497","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-30","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-21","sp_v1_preop_date":"2022-10-18","sp_v2_6wk_date":"2022-12-01","sp_v3_3mo_date":"2023-01-20","age":"51","sex":"2","genident":"N/A","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 10:58:38","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 11:02:37","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys Lost to follow up","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40873":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40874":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to extensive travel plans prior to surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40875":{"redcap_data_access_group":"northshore","main_record_id":"10491","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-04","screening_age":"52","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-11","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"52","sex":"1","genident":"1","ethnic":"1","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40876":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not wanting to do any research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40877":{"redcap_data_access_group":"northshore","main_record_id":"10500","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-05","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-24","sp_v1_preop_date":"2022-10-21","sp_v2_6wk_date":"2022-12-04","sp_v3_3mo_date":"2023-01-23","age":"53","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:04:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 11:05:36","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-13 11:06:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40878":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"73","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"the patient declined participation due to not wanting to talk about it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40879":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40880":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40881":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40882":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"65","screening_gender":"1","screening_race":"1","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient is ineligible - second knee within 90 days","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40883":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"66","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40884":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Going to Florida for the winter","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40885":{"redcap_data_access_group":"northshore","main_record_id":"10496","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-06","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-26","sp_v1_preop_date":"2022-10-17","sp_v2_6wk_date":"2022-12-06","sp_v3_3mo_date":"2023-01-25","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40886":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40887":{"redcap_data_access_group":"northshore","main_record_id":"10493","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-06","screening_age":"62","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-26","sp_v1_preop_date":"2022-10-19","sp_v2_6wk_date":"2022-12-06","sp_v3_3mo_date":"2023-01-25","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40888":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40889":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to too many other doctor appointments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40890":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40891":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"declined participation due to being 82 and not wanting to drive that far just for a research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40892":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40893":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40895":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too involved.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40896":{"redcap_data_access_group":"northshore","main_record_id":"10502","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-11","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-27","sp_v1_preop_date":"2022-10-25","sp_v2_6wk_date":"2022-12-07","sp_v3_3mo_date":"2023-01-26","age":"72","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:07:20","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40897":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40898":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to having too many other things to do before his surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40899":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to working full time up until surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40900":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to being uncomfortable having a brain MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40901":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to distance since lives in southwest suburbs.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40902":{"redcap_data_access_group":"northshore","main_record_id":"10501","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-01","sp_v1_preop_date":"2022-10-25","sp_v2_6wk_date":"2022-12-13","sp_v3_3mo_date":"2023-01-31","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40903":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40904":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40905":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40906":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being out of town until just before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40907":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to in too much pain to travel all the way to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40908":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due being in Spain visiting her daughter until just prior to the surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40909":{"redcap_data_access_group":"northshore","main_record_id":"10503","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-17","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-02","sp_v1_preop_date":"2022-10-24","sp_v2_6wk_date":"2022-12-14","sp_v3_3mo_date":"2023-02-01","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"2|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:08:14","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40910":{"redcap_data_access_group":"northshore","main_record_id":"10524","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-14","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-14","sp_v1_preop_date":"2022-11-21","sp_v2_6wk_date":"2023-01-25","sp_v3_3mo_date":"2023-03-15","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:14:18","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation item surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40911":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40912":{"redcap_data_access_group":"northshore","main_record_id":"10504","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-18","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-08","sp_v1_preop_date":"2022-10-27","sp_v2_6wk_date":"2022-12-20","sp_v3_3mo_date":"2023-02-07","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:09:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month survey completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40913":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient declined participation due to having too much else going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40914":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT decided last minute that the study involved more than they were willing to do.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40915":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40916":{"redcap_data_access_group":"northshore","main_record_id":"10510","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-18","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-08","sp_v1_preop_date":"2022-11-03","sp_v2_6wk_date":"2022-12-20","sp_v3_3mo_date":"2023-02-07","age":"69","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40917":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to running a small construction company and too much work left before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40918":{"redcap_data_access_group":"northshore","main_record_id":"10507","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-19","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-09","sp_v1_preop_date":"2022-11-02","sp_v2_6wk_date":"2022-12-21","sp_v3_3mo_date":"2023-02-08","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40919":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to no interest.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40920":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40921":{"redcap_data_access_group":"northshore","main_record_id":"10515","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-09","sp_v1_preop_date":"2022-11-07","sp_v2_6wk_date":"2022-12-21","sp_v3_3mo_date":"2023-02-08","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:13:14","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40922":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined due to no time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40923":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to son just died and she has too many other worries.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40924":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to going to Mexico for the winter after her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40925":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to distance to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40926":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"The patient wanted to review the material she received in the packet asked to be called back next week.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40927":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to being concerned bout what the MRI might do to his brain. Advised that we did not believe this was a risk but respected his decision. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40928":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not having surgery at northshore anymore","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40929":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40930":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to time and distance from Palos to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40931":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to life being too crazy now getting ready for surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40932":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being too busy traveling before his surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40933":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to working full time until just before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40934":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to already having enough going on getting ready for the TKA.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40935":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to work commitments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40936":{"redcap_data_access_group":"northshore","main_record_id":"10519","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-25","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-21","sp_v1_preop_date":"2022-11-10","sp_v2_6wk_date":"2023-01-02","sp_v3_3mo_date":"2023-02-20","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-03-10 14:03:34","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3-month follow-up visit outside the protocol range because they were suffering from severe nerve pain at their surgical knee and could not drive. ","erep_protdev_caplan":"No corrective action needed. Patient herself could not come in due to severe nerve pain. ","erep_rel_covid19":"0"}}},"40937":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40938":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"He declined participation due to a completely full schedule between now and surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40939":{"redcap_data_access_group":"northshore","main_record_id":"10508","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-26","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-22","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-01-03","sp_v3_3mo_date":"2023-02-21","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40940":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being too busy at work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40941":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to not being interested and already getting too many phone calls every day from political parties.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40942":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40943":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"58","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40944":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40945":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"73","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to lack of interest.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40946":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to unable to take time off from work.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40947":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"40","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40948":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"80","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to it being too much.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40949":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to it being too much.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40950":{"redcap_data_access_group":"northshore","main_record_id":"10523","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-02","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-30","sp_v1_preop_date":"2022-11-16","sp_v2_6wk_date":"2023-01-11","sp_v3_3mo_date":"2023-03-01","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40951":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to being more than she wants to be involved in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40952":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40953":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40954":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40955":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40956":{"redcap_data_access_group":"northshore","main_record_id":"10521","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-08","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-30","sp_v1_preop_date":"2022-11-15","sp_v2_6wk_date":"2023-01-11","sp_v3_3mo_date":"2023-03-01","age":"67","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-11-16 15:04:40","erep_ae_date":"2022-11-15","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-11-15 15:04","erep_resolution_date":"2022-11-15 15:04","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"PT became claustrophobic when head coil was placed before scan began.","erep_action_taken":"We tried to make PT feel comfortable but they were unable to do the scan.","erep_outcome":"MRI scan was not performed.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40957":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40958":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being a university professor trying to finish the semester before her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40959":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-08","screening_age":"66","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Runs a small business and doesn't have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40960":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40961":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40962":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to not being able to take time from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40963":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being on jury duty.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40964":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"\"My time is not worth answering this study question\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40965":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"The patient declined participation due to claustrophobia and too much else going on.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40966":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40967":{"redcap_data_access_group":"northshore","main_record_id":"10542","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-15","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-13","sp_v1_preop_date":"2022-12-09","sp_v2_6wk_date":"2023-01-24","sp_v3_3mo_date":"2023-03-14","age":"62","sex":"1","genident":"1","ethnic":"1","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:16:41","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40968":{"redcap_data_access_group":"northshore","main_record_id":"10532","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-16","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-09","sp_v1_preop_date":"2022-11-28","sp_v2_6wk_date":"2023-01-20","sp_v3_3mo_date":"2023-03-10","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40969":{"redcap_data_access_group":"northshore","main_record_id":"10528","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-16","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-15","sp_v1_preop_date":"2022-12-12","sp_v2_6wk_date":"2023-01-26","sp_v3_3mo_date":"2023-03-16","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40970":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40971":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"57","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to having too many other things to address before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40972":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to being uncomfortable with the MRI and being a very difficult blood draw.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40973":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"77","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40974":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being insanely busy at work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40975":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40976":{"redcap_data_access_group":"northshore","main_record_id":"10535","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-22","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-19","sp_v1_preop_date":"2022-12-07","sp_v2_6wk_date":"2023-01-30","sp_v3_3mo_date":"2023-03-20","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-12-05","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Patient reveled that they had a shunt in their skull, and MRI tech deemed that the scan could not continue without significant image artifact.","sp_data_site":"N/A"},"40977":{"redcap_data_access_group":"northshore","main_record_id":"10552","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-22","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-19","sp_v1_preop_date":"2022-12-16","sp_v2_6wk_date":"2023-01-30","sp_v3_3mo_date":"2023-03-20","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:19:25","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40978":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"66","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"she declined participation due to still working full time as a physician and not having enough time. Declined 11/30/2022","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40979":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40980":{"redcap_data_access_group":"northshore","main_record_id":"10534","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-22","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-08","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-22","age":"61","sex":"2","genident":"2","ethnic":"1","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:15:13","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"40981":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-23","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being too busy with teaching responsibilities prior to the surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40982":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-23","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40983":{"redcap_data_access_group":"northshore","main_record_id":"10549","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-23","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-15","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-22","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40984":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-30","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40985":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-30","screening_age":"77","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"After discussing it with her daughter and clarifying what was involved, the they declined participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40986":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40987":{"redcap_data_access_group":"northshore","main_record_id":"10548","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-08","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-28","sp_v1_preop_date":"2022-12-20","sp_v2_6wk_date":"2023-02-08","sp_v3_3mo_date":"2023-03-29","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40988":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to no interest and transportation difficulties.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40989":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to feel any more pain than already feeling","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40990":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"50","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40991":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient declined participation due to no reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40992":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"68","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"The patient wants to think about it and will call me back if interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40993":{"redcap_data_access_group":"northshore","main_record_id":"10561","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-09","screening_age":"77","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-04","sp_v1_preop_date":"2022-12-27","sp_v2_6wk_date":"2023-02-15","sp_v3_3mo_date":"2023-04-04","age":"77","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40994":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"68","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40995":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40996":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-10","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to \"This is not for me.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40997":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40998":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40999":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to his wife having recently become ill and needing his attention.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41000":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Has mild claustrophobia and worried about whether she can do it. Sent info via NSC. Please fup with her and see if she is willing to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41001":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being out of town until just before his surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41002":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"56","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41003":{"redcap_data_access_group":"northshore","main_record_id":"10566","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-13","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Willing to participate but unsure about finding the time. Lives a block from Evanston Hospital. Runs a small business, is doing a system upgrade, many doctor appts, holidays, etc. Please see if he can find a time. We may need to be flexible since he can't predict his availability. ","obtain_date":"2022-12-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-10","sp_v1_preop_date":"2022-12-30","sp_v2_6wk_date":"2023-02-21","sp_v3_3mo_date":"2023-04-10","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41004":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41005":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41006":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to not wanting to have an MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41007":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41008":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41009":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"The patient declined participation due to distance.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41010":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41011":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41012":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-19","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Past experience regarding claustrophobia in MRI tube. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41013":{"redcap_data_access_group":"northshore","main_record_id":"10569","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-10","sp_v1_preop_date":"2023-01-03","sp_v2_6wk_date":"2023-02-21","sp_v3_3mo_date":"2023-04-10","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:24:06","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41014":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-19","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41015":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-19","screening_age":"67","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia in MRI tube.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41016":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41017":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41018":{"redcap_data_access_group":"northshore","main_record_id":"10560","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-20","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-17","sp_v1_preop_date":"2022-12-27","sp_v2_6wk_date":"2023-02-28","sp_v3_3mo_date":"2023-04-17","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:20:31","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41019":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41020":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41021":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"56","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41022":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it she informed me that 22 years ago she had brain surgery with a clip in place, which is a contraindication to the MRI and an exclusion criteria.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41023":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not wanting to do it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41024":{"redcap_data_access_group":"northshore","main_record_id":"10565","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-22","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-18","sp_v1_preop_date":"2023-01-10","sp_v2_6wk_date":"2023-03-01","sp_v3_3mo_date":"2023-04-18","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:21:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation item surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41025":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"81","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Family concerned about study procedure. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41026":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Looking to have contralateral TKA w/in three months.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41027":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41028":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-28","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41029":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-28","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41030":{"redcap_data_access_group":"northshore","main_record_id":"10572","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-25","sp_v1_preop_date":"2023-01-12","sp_v2_6wk_date":"2023-03-08","sp_v3_3mo_date":"2023-04-25","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:25:02","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41031":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-28","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to having already completed all the tests needed for her surgery.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41032":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-28","screening_age":"72","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41033":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-28","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient declined participation due to no reason.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41034":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-29","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41035":{"redcap_data_access_group":"northshore","main_record_id":"10578","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-29","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-23","sp_v1_preop_date":"2023-01-16","sp_v2_6wk_date":"2023-03-06","sp_v3_3mo_date":"2023-04-23","age":"72","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41036":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-29","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to not being able to take any more time off from work.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41037":{"redcap_data_access_group":"northshore","main_record_id":"10575","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-04","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested in A2CPS would like a call back on 1/5/23 at around 10 am.","obtain_date":"2023-01-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-16","sp_v1_preop_date":"2023-01-11","sp_v2_6wk_date":"2023-02-27","sp_v3_3mo_date":"2023-04-16","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41038":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41039":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"71","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41040":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41041":{"redcap_data_access_group":"northshore","main_record_id":"10583","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-09","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-25","sp_v1_preop_date":"2023-01-20","sp_v2_6wk_date":"2023-03-08","sp_v3_3mo_date":"2023-04-25","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-05-16 12:42:34","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit one day outside of protocol","erep_protdev_caplan":"Ensure visits are within protocol range","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 11:32:08","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41042":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41043":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"63","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41044":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"78","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41045":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41046":{"redcap_data_access_group":"northshore","main_record_id":"10576","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-09","screening_age":"71","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-24","sp_v1_preop_date":"2023-01-16","sp_v2_6wk_date":"2023-03-07","sp_v3_3mo_date":"2023-04-24","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41047":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"The patient declined participation due to seeing no benefit to herself.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41048":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Uncomfortable with brain MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41049":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to no interest.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41050":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41051":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to not wanting to be part of a study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41052":{"redcap_data_access_group":"northshore","main_record_id":"10580","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-31","sp_v1_preop_date":"2023-01-27","sp_v2_6wk_date":"2023-03-14","sp_v3_3mo_date":"2023-05-01","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41053":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"31","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41054":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to being away on vacation prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41055":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to still working up until surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41056":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to distance to Evanston.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41057":{"redcap_data_access_group":"northshore","main_record_id":"10582","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-13","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-07","sp_v1_preop_date":"2023-01-30","sp_v2_6wk_date":"2023-03-21","sp_v3_3mo_date":"2023-05-07","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41058":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-16","screening_age":"61","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Initially said yes. EConsent was sent, but after some thought they did not want to participate due to having to undergo an MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41059":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-16","screening_age":"64","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to having a full time job and other commitments. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41060":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-16","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to wanting to just concentrate on her knee.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41061":{"redcap_data_access_group":"northshore","main_record_id":"10581","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-16","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-01","sp_v1_preop_date":"2023-01-24","sp_v2_6wk_date":"2023-03-15","sp_v3_3mo_date":"2023-05-01","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41062":{"redcap_data_access_group":"northshore","main_record_id":"10584","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-19","screening_age":"68","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-01","sp_v1_preop_date":"2023-01-26","sp_v2_6wk_date":"2023-03-15","sp_v3_3mo_date":"2023-05-01","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41063":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"73","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and difficulty getting around as an amputee with an arthritic knee.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41064":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"the patient declined participation due to severe mobility issues with mutliple sclerosis.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41065":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to having too much else going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41066":{"redcap_data_access_group":"northshore","main_record_id":"10587","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-19","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-09","sp_v1_preop_date":"2023-01-31","sp_v2_6wk_date":"2023-03-23","sp_v3_3mo_date":"2023-05-09","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41067":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41068":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"83","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":" the patient declined participation due to not having had the surgery yet.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41069":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"The patient declined participation due to not being interested and being in Florida most of the time before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41070":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"72","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41071":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41072":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"the patient declined participation due to it being too involved.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41073":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobia in MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41074":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41075":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/4\r\nLeft vm DS 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41076":{"redcap_data_access_group":"northshore","main_record_id":"10615","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-23","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-21","sp_v1_preop_date":"2023-02-13","sp_v2_6wk_date":"2023-04-04","sp_v3_3mo_date":"2023-05-21","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:41:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41077":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to busy working before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41078":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Ineligible for study due to multiple gold/titanium earrings that are not removable. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41079":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41080":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41081":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41082":{"redcap_data_access_group":"northshore","main_record_id":"10590","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-23","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-18","sp_v1_preop_date":"2023-04-17","sp_v2_6wk_date":"2023-05-30","sp_v3_3mo_date":"2023-07-18","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:33:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41083":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined due to having too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41084":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being unable to take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41085":{"redcap_data_access_group":"northshore","main_record_id":"10616","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-25","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-15","sp_v1_preop_date":"2023-02-13","sp_v2_6wk_date":"2023-03-29","sp_v3_3mo_date":"2023-05-15","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:44:04","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 11:44:37","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41086":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to being afraid of needles.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41087":{"redcap_data_access_group":"northshore","main_record_id":"10594","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-25","screening_age":"79","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-15","sp_v1_preop_date":"2023-02-03","sp_v2_6wk_date":"2023-03-29","sp_v3_3mo_date":"2023-05-15","age":"79","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41088":{"redcap_data_access_group":"northshore","main_record_id":"10604","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-25","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-16","sp_v1_preop_date":"2023-02-10","sp_v2_6wk_date":"2023-03-30","sp_v3_3mo_date":"2023-05-16","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:40:54","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41089":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working full time as a teacher.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41090":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41091":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41092":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41093":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41094":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Schedule is too busy to be able to make it to appointment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41095":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"60","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to having no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41096":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"the patient terminated the call and hung up.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41097":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41098":{"redcap_data_access_group":"northshore","main_record_id":"10599","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-27","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-06","sp_v1_preop_date":"2023-02-16","sp_v2_6wk_date":"2023-04-17","sp_v3_3mo_date":"2023-06-06","age":"61","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:39:20","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41099":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being out of town before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41100":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient declined due to \"pain being a mental state and a physical one\" and he would \"like to not dwell on it.\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41101":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41102":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"71","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41103":{"redcap_data_access_group":"northshore","main_record_id":"10623","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-30","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-28","sp_v1_preop_date":"2023-02-24","sp_v2_6wk_date":"2023-04-11","sp_v3_3mo_date":"2023-05-28","age":"83","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41104":{"redcap_data_access_group":"northshore","main_record_id":"10651","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-31","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-18","sp_v1_preop_date":"2023-04-04","sp_v2_6wk_date":"2023-05-30","sp_v3_3mo_date":"2023-07-18","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:49:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41105":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient declined participation due to no reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41106":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"81","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to distance to travel.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41107":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41108":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41109":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41110":{"redcap_data_access_group":"northshore","main_record_id":"10612","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-01","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-02","sp_v1_preop_date":"2023-02-23","sp_v2_6wk_date":"2023-04-13","sp_v3_3mo_date":"2023-06-02","age":"73","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41111":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"The patient declined participation due to not being interested.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41112":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Overwhelmed with amount of appointments related to surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41113":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41114":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"52","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"the patient was interested but has limited time and will be out of town extensively before the surgery. Unlikely he will be able to participate but will review the material and get back to us if he can make it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41115":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to time not available and distance to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41116":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"76","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":", the patient declined participation due to having to take care of her daughter, who has been injured, and distance to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41117":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41118":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to too much commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41119":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-13","screening_age":"74","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too many clinical appointments to be able to fit in participating in this study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41120":{"redcap_data_access_group":"northshore","main_record_id":"10620","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-14","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-07","sp_v1_preop_date":"2023-03-03","sp_v2_6wk_date":"2023-04-18","sp_v3_3mo_date":"2023-06-07","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-03-02","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient called to let me know she was \"terrified\" of the MRI and would like to withdraw. ","sp_data_site":"N/A"},"41121":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"After discussing it and clarifying what was involved, she is interested in the study but getting a second opinion and may cancel. Asked that we contact her again at the end of the week.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41122":{"redcap_data_access_group":"northshore","main_record_id":"10635","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-15","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-08","sp_v1_preop_date":"2023-03-06","sp_v2_6wk_date":"2023-04-19","sp_v3_3mo_date":"2023-06-08","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41123":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Medical condition makes participating in study too labor intensive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41124":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41125":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"71","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to distance from Orland Park to Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41126":{"redcap_data_access_group":"northshore","main_record_id":"10625","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-16","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-13","sp_v1_preop_date":"2023-03-09","sp_v2_6wk_date":"2023-04-24","sp_v3_3mo_date":"2023-06-13","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41127":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"82","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient declined participation due to claustrophobia.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41128":{"redcap_data_access_group":"northshore","main_record_id":"10624","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-17","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-09","sp_v1_preop_date":"2023-02-28","sp_v2_6wk_date":"2023-04-20","sp_v3_3mo_date":"2023-06-09","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41129":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"The patient declined participation due to just being diagnosed with prostrate cancer and unavailable for 3 month follow-up.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41130":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"69","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"She has a lot of questions and wants to think about it. Please giver her a call next week to see if she will enroll. Never received the packed so I sent her the info brochure via NSC. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41131":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41132":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She had reviewed the materials in the information brochure in her packet and decided to not participate due to all the testing involved.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41133":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41134":{"redcap_data_access_group":"northshore","main_record_id":"10633","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-17","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-15","sp_v1_preop_date":"2023-03-09","sp_v2_6wk_date":"2023-04-26","sp_v3_3mo_date":"2023-06-15","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41135":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cannot make it due to time constraints. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41136":{"redcap_data_access_group":"northshore","main_record_id":"10628","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-23","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-06","sp_v1_preop_date":"2023-03-02","sp_v2_6wk_date":"2023-04-17","sp_v3_3mo_date":"2023-06-06","age":"70","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:46:08","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41137":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-21","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance and can't take time off from work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41138":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-21","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41139":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41140":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-24","screening_age":"39","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not have time to participate in research study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41141":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"50","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working full time up unitl surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41142":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41143":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient remained focused only on the upcoming surgery and was not felt to be a suitable candidate for informed consent.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41144":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to participate due to MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41145":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to distance from Evanston.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41146":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to lack of time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41147":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41148":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to lack of time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41149":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"77","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to it being too much of a commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41150":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to lack of time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41151":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41152":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41153":{"redcap_data_access_group":"northshore","main_record_id":"10638","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-01","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-22","sp_v1_preop_date":"2023-03-15","sp_v2_6wk_date":"2023-05-03","sp_v3_3mo_date":"2023-06-22","age":"80","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41154":{"redcap_data_access_group":"northshore","main_record_id":"10648","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-01","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-22","sp_v1_preop_date":"2023-03-21","sp_v2_6wk_date":"2023-05-03","sp_v3_3mo_date":"2023-06-22","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:47:09","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-13 11:47:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-13 11:48:40","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41155":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to working full time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41156":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41157":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Following screening for eligibility, the patient was contacted for participation in the study. After discussing it and clarifying what was involved, the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41158":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41159":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not having the time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41160":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"81","screening_gender":"2","screening_race":"0","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to it being too involved.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41161":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41162":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not wanting to fiddle around with having to come to the hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41163":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not feeling up to it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41164":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41165":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-03","screening_age":"80","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41166":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Wants to discuss with husband and think about it. Please call next week and follow-up\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41167":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"\u00a0\r\nI am sorry to have to say that I am going to be unable to participate in the pain study. My surgery is 3/30 and I have too many \"life/work\" issues to wrap up between now and then. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41168":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to still working and no time.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41169":{"redcap_data_access_group":"northshore","main_record_id":"10646","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-14","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will be in Wisconsin for 3mo visit. Willing to come back but need to set up within the two weeks before or after. \r\n","obtain_date":"2023-03-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-03","sp_v1_preop_date":"2023-03-31","sp_v2_6wk_date":"2023-05-15","sp_v3_3mo_date":"2023-07-03","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41170":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41171":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Wants to look at brochure. May be interested. Advised of stipend. Sent info via NSC. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41172":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41173":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41174":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41175":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41176":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41177":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"the patient declined participation due to no reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41178":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41179":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to not wanting another MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41180":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to having the surgery moved up and not having any time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41181":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-20","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41182":{"redcap_data_access_group":"northshore","main_record_id":"10653","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-20","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Wants to get tests all done before Passover. Please call early next week. ","obtain_date":"2023-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-14","sp_v1_preop_date":"2023-03-30","sp_v2_6wk_date":"2023-05-26","sp_v3_3mo_date":"2023-07-14","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41183":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to taking care of husband who just had open heart surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41184":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not having time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41185":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"76","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41186":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"He is concerned about having enough time before surgery. Please call him next week and see if he can fit it in. Nice guy. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41187":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not having time.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41188":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"PT would like a call back unable to speak. Call back around 1-1:30 pm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41189":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not understanding and not wanting to participate in research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41190":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to no specific reason\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41191":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41192":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"57","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient is not eligible to participate due to lack of English language comprehension.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41193":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41194":{"redcap_data_access_group":"northshore","main_record_id":"10652","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-24","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-25","sp_v1_preop_date":"2023-04-03","sp_v2_6wk_date":"2023-06-06","sp_v3_3mo_date":"2023-07-25","age":"64","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:54:54","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41195":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41196":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41197":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41198":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Refused due to having too much going on right now. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41199":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41200":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41201":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"54","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":" the patient declined participation due to not having time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41202":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Concerned about time. Sent info via NSC. Knowledgeable - she does research at Northwestern. Please call and see if you can work out a time for her","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41203":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"74","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wants to think about it. Sent info via NSC. Please call next week. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41204":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-30","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/9\r\nLeft vm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41205":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not having time and not wanting to go through a brain MRI\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41206":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"75","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Unable to speak was headed out to an appointment, call back another day in the morning time, Spanish is primary language","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41207":{"redcap_data_access_group":"northshore","main_record_id":"10671","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-04-03","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-25","sp_v1_preop_date":"2023-04-19","sp_v2_6wk_date":"2023-06-06","sp_v3_3mo_date":"2023-07-25","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41208":{"redcap_data_access_group":"northshore","main_record_id":"10666","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-05","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-24","sp_v1_preop_date":"2023-04-12","sp_v2_6wk_date":"2023-06-05","sp_v3_3mo_date":"2023-07-24","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41209":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41210":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41211":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"75","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41212":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to needing to take care of elderly mother.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41213":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41214":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41215":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41216":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to not having time since working up until day before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41217":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-13","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"the patient declined participation due to not being interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41218":{"redcap_data_access_group":"northshore","main_record_id":"10683","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-13","screening_age":"75","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-27","sp_v1_preop_date":"2023-04-21","sp_v2_6wk_date":"2023-06-08","sp_v3_3mo_date":"2023-07-27","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41219":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"83","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41220":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"75","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41221":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41222":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41223":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":" the patient declined participation due to not being interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41224":{"redcap_data_access_group":"northshore","main_record_id":"10684","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-17","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-15","sp_v1_preop_date":"2023-05-05","sp_v2_6wk_date":"2023-06-26","sp_v3_3mo_date":"2023-08-15","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41225":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41226":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-13","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives an hour and a half away. Does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41227":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"76","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41228":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41229":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41230":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41231":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41232":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He had agreed to participate last Fall but did not follow through. For his 2nd knee, he might consider and call us back but feels he won't have time.\r\n\u00a0","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41233":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"61","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT did not want to have a brain MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41234":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-21","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41235":{"redcap_data_access_group":"northshore","main_record_id":"10698","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-21","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-24","sp_v1_preop_date":"2023-05-08","sp_v2_6wk_date":"2023-07-05","sp_v3_3mo_date":"2023-08-24","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41236":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-21","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41237":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41238":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41239":{"redcap_data_access_group":"northshore","main_record_id":"10688","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-24","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-10","sp_v1_preop_date":"2023-05-03","sp_v2_6wk_date":"2023-06-21","sp_v3_3mo_date":"2023-08-10","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41240":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41241":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41242":{"redcap_data_access_group":"northshore","main_record_id":"10708","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-27","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-25","sp_v1_preop_date":"2023-05-23","sp_v2_6wk_date":"2023-07-06","sp_v3_3mo_date":"2023-08-25","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41243":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being very ill with Influenza A and may need to cancel the surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41244":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"47","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41245":{"redcap_data_access_group":"northshore","main_record_id":"10691","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-15","sp_v1_preop_date":"2023-05-11","sp_v2_6wk_date":"2023-06-26","sp_v3_3mo_date":"2023-08-15","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-08-15 12:01:17","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"The research subject was taken to the ER for evaluation. ","erep_outcome":"The research subject was discharged from the ER and will follow up with clinical team for further care. See PI's assessment regarding relatedness: \"Seems like this is an event related to the total knee procedure and not an adverse event since it is not related to a study procedure. Sounds like normal postoperative course with swelling pain and sometimes redness. In this setting infection needs to be excluded and sending patient to the ER was the right thing to do. Even if it was an infection, it happens with total knee replacement and is not related to a study specific procedure.\" ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41246":{"redcap_data_access_group":"northshore","main_record_id":"10692","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-19","sp_v1_preop_date":"2023-05-10","sp_v2_6wk_date":"2023-06-30","sp_v3_3mo_date":"2023-08-19","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-13 11:57:47","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys completed outside of time window","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41247":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not have time to make it to appointments. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41248":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41249":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41250":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Left vm 5/10 DS\r\nLeft vm 5/22 DS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41251":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":" After discussing it and clarifying what was involved, the patient declined participation due to not wanting an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41252":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 5/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41253":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"70","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not wanting an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41254":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"76","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41255":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"52","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41256":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on right now to be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41257":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"67","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41258":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"71","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41259":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Cannot undergo MRI due to pacemaker. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41260":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt lives too far away, time-related issue","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41261":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated she will have difficulty participating in study due to time-related concerns. Wished her good luck on surgery and thanked her for her time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41262":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41263":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41264":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41265":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41266":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41267":{"redcap_data_access_group":"northshore","main_record_id":"10716","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-19","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-06","sp_v1_preop_date":"2023-05-31","sp_v2_6wk_date":"2023-07-18","sp_v3_3mo_date":"2023-09-06","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41268":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"PT stated they were not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41269":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due wanting to have 2nd knee replaced within 3 months of first one.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41270":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Would like a call back 5/22 at 4:15 pm DS 5/19","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41271":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 5/19","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41272":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not wanting extra MRIs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41273":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41274":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"74","screening_gender":"N/A","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41275":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-19","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Would like a call back did not specify day or time for call back DS 5/19","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41276":{"redcap_data_access_group":"northshore","main_record_id":"10710","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-22","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-31","sp_v1_preop_date":"2023-05-24","sp_v2_6wk_date":"2023-07-12","sp_v3_3mo_date":"2023-08-31","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41277":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41278":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"59","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"SL LVM 5/22/2023\r\nPt has pacemaker-- cannot participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41279":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"SL LVM 5/22/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41280":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41281":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt has rhematoid arthiritis","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41282":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41283":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT is having cataract surgery DS 5/24/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41284":{"redcap_data_access_group":"northshore","main_record_id":"10718","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-24","screening_age":"76","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Would like to have a copy of PDF consent sent via email call back 5/26 DS","obtain_date":"2023-06-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-13","sp_v1_preop_date":"2023-06-07","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"76","sex":"1","genident":"1","ethnic":"N/A","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41285":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"71","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due not wanting to come in for 3rd visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41286":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient canceled surgery prefers to do PT","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41287":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to take the call. Would like a call back DS 5/24/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41288":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent copy of PDF consent form will call back 5/26 DS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41289":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"After discussing it and clarifying what was involved, the patient declined participation due to not having time to take off work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41290":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41291":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 5/24, Spoke with participant would like more information. Will email PDF consent via RC and brochure via NS email-DS 6/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41292":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Left vm DS 5/24\r\nAfter discussing it and clarifying what was involved, the patient declined participation due to not wanting to do an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41293":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41294":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"SL LVM 5-24-2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41295":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt said he'd like some time ot think about it. Refused offer to send consent form. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41296":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left vm DS 5/25, PT returned call, would like to read the consent form PDF sent via email DS 5/25 Left vm and sent brochure via email DS 6/6\r\nLeft vm DS 6/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41297":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Requested a call back later DS 5/25\r\nLeft vm and sent brochure via email DS 6/6\r\nPT was vacation stated not a good time to talk DS 6/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41298":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT unable to take call would like a call back 5/30-5/31 DS 5/25\r\nunable to reach prospect will call back sent brochure email 6/6\r\nPT returned call and declined participation due to the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41299":{"redcap_data_access_group":"northshore","main_record_id":"10723","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-25","screening_age":"79","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"PT would like to read PDF consent form and call back next week DS 5/25","obtain_date":"2023-06-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-28","sp_v1_preop_date":"2023-06-20","sp_v2_6wk_date":"2023-08-09","sp_v3_3mo_date":"2023-09-28","age":"79","sex":"2","genident":"2","ethnic":"N/A","dem_race":"2","ewdateterm":"2023-06-13","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Participant called and requested to be withdrawn from the study. No reason given. ","sp_data_site":"N/A"},"41300":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41301":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"71","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 5/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41302":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to take call would like a call back DS 5/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41303":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 5/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41304":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Uable to take call would like a call back - DS 5/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41305":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 5/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41306":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41307":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41308":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41309":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41310":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41311":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"72","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41312":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"75","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41313":{"redcap_data_access_group":"northshore","main_record_id":"10713","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-26","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-13","sp_v1_preop_date":"2023-06-06","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41314":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41315":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41316":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41317":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41318":{"redcap_data_access_group":"northshore","main_record_id":"10729","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-26","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-20","sp_v1_preop_date":"2023-06-19","sp_v2_6wk_date":"2023-08-01","sp_v3_3mo_date":"2023-09-20","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41319":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41320":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41321":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41322":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41323":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41324":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41325":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41326":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-02","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41327":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-02","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41328":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41329":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41330":{"redcap_data_access_group":"northshore","main_record_id":"10721","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-01","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-21","sp_v1_preop_date":"2023-06-16","sp_v2_6wk_date":"2023-08-02","sp_v3_3mo_date":"2023-09-21","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41331":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41332":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41333":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too involved for him at the moment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41334":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41335":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41336":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41337":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41338":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41339":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 6/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41340":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"68","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"PT did not comprehend English well DS 6/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41341":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41342":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41343":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41344":{"redcap_data_access_group":"northshore","main_record_id":"10733","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-15","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-29","sp_v1_preop_date":"2023-06-21","sp_v2_6wk_date":"2023-08-10","sp_v3_3mo_date":"2023-09-29","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41345":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41346":{"redcap_data_access_group":"northshore","main_record_id":"10730","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-16","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-03","sp_v1_preop_date":"2023-06-23","sp_v2_6wk_date":"2023-08-14","sp_v3_3mo_date":"2023-10-03","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41347":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"just not interested in participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41348":{"redcap_data_access_group":"northshore","main_record_id":"10735","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-05","sp_v1_preop_date":"2023-06-30","sp_v2_6wk_date":"2023-08-16","sp_v3_3mo_date":"2023-10-05","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41349":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"73","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Will not be able to make a baseline appointment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41350":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41351":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Is too busy ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41352":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41353":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41354":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41355":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"64","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41356":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41357":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on right now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41358":{"redcap_data_access_group":"northshore","main_record_id":"10743","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-28","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-17","sp_v1_preop_date":"2023-07-07","sp_v2_6wk_date":"2023-08-28","sp_v3_3mo_date":"2023-10-17","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41359":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41360":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have enough time to drive out to complete visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41361":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41362":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Requested callback 7/7 in afternoon. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41363":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41364":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41365":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"61","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41366":{"redcap_data_access_group":"northshore","main_record_id":"10744","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-17","sp_v1_preop_date":"2023-07-10","sp_v2_6wk_date":"2023-08-28","sp_v3_3mo_date":"2023-10-17","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41367":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to speak said ok to being sent an email-brochure sent via email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41368":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS 7/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41369":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient requested to have brochure and copy of consent form emailed to her-7/7 DS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41370":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"68","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 7/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41371":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm Ds 7/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41372":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 7/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41373":{"redcap_data_access_group":"northshore","main_record_id":"10752","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-07","screening_age":"79","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Unable to speak said ok to beig sent an email-brochure sent via email-DS 7/7","obtain_date":"2023-07-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-24","sp_v1_preop_date":"2023-07-21","sp_v2_6wk_date":"2023-09-04","sp_v3_3mo_date":"2023-10-24","age":"79","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-10-11 10:35:42","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week surveys not completed on time","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"41374":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"72","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41375":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Requested callback at 2:45 pm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41376":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41377":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"77","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41378":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"72","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41379":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41380":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41381":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41382":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41383":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41384":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"70","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was on their way out unable to speak stated ok to getting brochure via email- DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41385":{"redcap_data_access_group":"northshore","main_record_id":"10753","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-18","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-02","sp_v1_preop_date":"2023-07-28","sp_v2_6wk_date":"2023-09-13","sp_v3_3mo_date":"2023-11-02","age":"43","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41386":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"62","screening_gender":"2","screening_race":"5","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT's English is not well, they asked to have brochure emailed-DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41387":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41388":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41389":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak stated ok to email brochure-DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41390":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41391":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS 7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41392":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 7/18\r\nLeft vm- DS 8/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41393":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS-7/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41394":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41395":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Left vm -DS 7/19\r\nSpoke to PT and they stated they are not interested due to lack of time-DS 8/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41396":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 7/19\r\nLeft vm DS -8/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41397":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"PT unable to speak, said ok to have email sent with brochure- DS 7/19\r\nSpoke to PT, they declined participation-DS 8/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41398":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT in the middle of something unable to speak said ok to have brochure sent via email unsure if they will proceed with knee surgery-DS 7/19\r\nSurgery has been canceled DS 8/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41399":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"66","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm-DS 7/19\r\nSpoke to Pt's wife, they stated it was ok to send brochure via email -DS 8/1\r\nLeft vm -DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41400":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT stated Evanston was too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41401":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to speak heading to a doctor's appointment, they said yest to have brochure emailed-DS 7/19\r\nresent brochure via email-DS 8/1\r\nPT declined participation-DS 8/9\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41402":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41403":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41404":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41405":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do any more MRIs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41406":{"redcap_data_access_group":"northshore","main_record_id":"10762","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-25","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-08","sp_v1_preop_date":"2023-08-03","sp_v2_6wk_date":"2023-09-19","sp_v3_3mo_date":"2023-11-08","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41407":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41408":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41409":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient is claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41410":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41411":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41412":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want brain MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41413":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41414":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"61","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to understand, kept giving number for her son to interpret. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41415":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41416":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt was eager to participate, however she did not get back to us until 8/13, and her surgery was 8/15. If she has her left knee done she said she'd like to be reached out to again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41417":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41418":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Will be traveling a lot post-op. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41419":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41420":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to leave vm, mailbox hasn't been set up-DS 8/1 PT unable to talk they said ok to have brochure emailed-DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41421":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Her husband is sick and she wouldn't have time on top of surgery to participate due to taking care of him. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41422":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is traveling before and after procedure-- will not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41423":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"71","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41424":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too far for him ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41425":{"redcap_data_access_group":"northshore","main_record_id":"10777","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"SL LVM 8/1/2023","obtain_date":"2023-08-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-18","sp_v1_preop_date":"2023-08-16","sp_v2_6wk_date":"2023-09-29","sp_v3_3mo_date":"2023-11-18","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41426":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41427":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41428":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41429":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"69","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41430":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too far for him to drive, will be cumbersome.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41431":{"redcap_data_access_group":"northshore","main_record_id":"10780","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-11","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-22","sp_v1_preop_date":"2023-08-18","sp_v2_6wk_date":"2023-10-03","sp_v3_3mo_date":"2023-11-22","age":"68","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41432":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"59","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41433":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT travels to Florida often","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41434":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was at work unable to take call they stated ok to have brochure and PDF consent form sent via email-DS 8/2 PT stated they wanted brochure resent via email-DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41435":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 8/3\r\nLeft vm-DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41436":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak they said ok to have brochure sent via email-DS 8/3 Left vm -DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41437":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT will have second knee replacement in October","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41438":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41439":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"76","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT was on their way out unable to speak, they stated it was ok to send brochure via email-DS 8/3\r\nPT declined participation DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41440":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41441":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"78","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to take call would like to have brochure sent via email-DS 8/3\r\nPT would like to have brochure resent-DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41442":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Not interested and will not have time due to traveling the weeks before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41443":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41444":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41445":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41446":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/4\r\nLeft vm DS 8/9\r\nPT returned call and asked to have PDF consent form sent in order to consider participation -DS 8/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41447":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"77","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 8/4\r\nPT requested brochure to be sent via email-DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41448":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery rescheduled to 10/24/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41449":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/4\r\nLeft vm DS 8/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41450":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/4\r\nLeft vm DS 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41451":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT decided not to participate due to working until surgery day.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41452":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt said ok to have brochure sent via email. Will call back next week to follow up-DS 8/4/23\r\nLeft vm DS 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41453":{"redcap_data_access_group":"northshore","main_record_id":"10776","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-04","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS-8/4\r\nLeft vm DS 8/10","obtain_date":"2023-08-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-07","sp_v1_preop_date":"2023-08-30","sp_v2_6wk_date":"2023-10-19","sp_v3_3mo_date":"2023-12-07","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41454":{"redcap_data_access_group":"northshore","main_record_id":"10774","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-08","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-30","sp_v1_preop_date":"2023-08-15","sp_v2_6wk_date":"2023-10-11","sp_v3_3mo_date":"2023-11-30","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41455":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-08","screening_age":"82","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41456":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"lvm 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41457":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41458":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41459":{"redcap_data_access_group":"northshore","main_record_id":"10783","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/10\r\nPT returned call left vm and sent brochure via email-DS 8/11","obtain_date":"2023-08-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-12","sp_v1_preop_date":"2023-08-23","sp_v2_6wk_date":"2023-10-24","sp_v3_3mo_date":"2023-12-12","age":"70","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41460":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak they said ok to have brochure sent via email-DS 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41461":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"65","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41462":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41463":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"69","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41464":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Does not have time to do MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41465":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak they said ok to sending brochure via email-DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41466":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT is not sure due to MRI, PDF consent form sent-DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41467":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to take requested to have brochure sent via email and a call back on Mon 8/14-DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41468":{"redcap_data_access_group":"northshore","main_record_id":"10787","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-11","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-19","sp_v1_preop_date":"2023-08-29","sp_v2_6wk_date":"2023-10-31","sp_v3_3mo_date":"2023-12-19","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41469":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT stated they would like to see the brochure via email-DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41470":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was driving said ok to have brochure sent to think about it-DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41471":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41472":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-11","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41474":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41473":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 8/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41475":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41476":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"cannot schedule in baseline ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41477":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41478":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41479":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is 50-50 on participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41480":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41481":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41482":{"redcap_data_access_group":"northshore","main_record_id":"10806","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-12","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-04","sp_v1_preop_date":"2023-09-29","sp_v2_6wk_date":"2023-11-14","sp_v3_3mo_date":"2024-01-03","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-22 14:40:39","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient had 3 month visit outside protocol window. ","erep_protdev_caplan":"No action. In future we will ensure patients come within the study window.","erep_rel_covid19":"0"}}},"41483":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT travels for work will not have time to commit to study 9/13/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41484":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak, said ok to having brochure sent to wife's email DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41485":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was unable to discuss the study they asked to have brochure sent via email DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41486":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT requested a call back they were driving unable to speak -DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41487":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41488":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was at work unable to discuss study they said ok to have brochure sent via email-DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41489":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT is currently moving would like a call back 9/22 DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41490":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41491":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41492":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41493":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41494":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt would like to receive brochre and consent form via email to discuss with wife will call back -DS 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41495":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 9/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41496":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to have an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41497":{"redcap_data_access_group":"northshore","main_record_id":"10818","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-22","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-23","sp_v1_preop_date":"2023-10-02","sp_v2_6wk_date":"2023-12-03","sp_v3_3mo_date":"2024-01-22","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-11-20","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"PT's surgery was canceled due to a staph infection. May have knee replacement in 2024","sp_data_site":"N/A"},"41498":{"redcap_data_access_group":"northshore","main_record_id":"10827","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-27","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-16","sp_v1_preop_date":"2023-10-12","sp_v2_6wk_date":"2023-11-26","sp_v3_3mo_date":"2024-01-15","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41499":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"77","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 9/27","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41500":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time to make the drive to study site. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41501":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41502":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"59","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"lvm 10/4","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41503":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"66","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cannot drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41504":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Will be in Colorado during 3-month post op and will be staying there all winter. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41505":{"redcap_data_access_group":"northshore","main_record_id":"10838","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-25","sp_v1_preop_date":"2023-10-24","sp_v2_6wk_date":"2023-12-05","sp_v3_3mo_date":"2024-01-24","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41506":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41507":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41508":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41509":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was waiting for labs requested brochure to be sent via email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41510":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/20 DS, Left vm 10/23 and sent brochure via email , PT asked to be called after 3:30 pm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41511":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left Vm DS 10/20, PT would prefer to participate when she gets second knee done","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41512":{"redcap_data_access_group":"northshore","main_record_id":"10848","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-20","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"No answer and no answering machine DS 10/20","obtain_date":"2023-10-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-01","sp_v1_preop_date":"2023-10-31","sp_v2_6wk_date":"2023-12-13","sp_v3_3mo_date":"2024-02-01","age":"67","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41513":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"67","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Mailbox full unable to leave vm-DS 10/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41514":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/20, Left vm 10/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41515":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"prefers to have brochure emailed- DS 10/20 Left vm 10/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41516":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left vm, unable to speak said ok to having brochure sent DS 10/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41517":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41518":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"inflammatory osteoarthritis ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41519":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"left vm 10/23, unable to make appointment won't be in town in December","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41520":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Sent brochure via email asked for a call back on Thurs 10/26 at 10 am DS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41521":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/23, Left vm 10/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41522":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"75","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Left vm 10/23\r\nPT declined due to clips placed on brain","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41523":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to PT briefly wanted to speak about A2CPS knee pain study. PT unbale to speak as they were at work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41524":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41525":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41526":{"redcap_data_access_group":"northshore","main_record_id":"10849","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-23","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/23\r\n","obtain_date":"2023-10-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-14","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2023-12-26","sp_v3_3mo_date":"2024-02-13","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41527":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to take call they were driving , asked to have brochure sent via email they will be out of town-10/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41528":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41529":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 10/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41530":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41531":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 10/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41532":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 10/24\r\nDS Left vm 11/20, PT called back and requested to have a brochure sent via email-11/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41533":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient overwhelmed and does not have enough time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41534":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 10/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41535":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41536":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41537":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 10/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41538":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was having a late breakfast unable to speak said ok to have brochure sent via email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41539":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"73","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was working unable to take the call, asked to have brochure sent via email DS 10/26 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41540":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41541":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm DS 10/26\r\nPT hung up 11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41542":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt was unable to take the call asked for a brochure to be sent via email-DS 10/26\r\nDS left vm 11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41543":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"PT did not want to any extra work during recovery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41544":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"PT refused to participate states she is no good at filling out anything DS 10/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41545":{"redcap_data_access_group":"northshore","main_record_id":"10854","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-26","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Seems amenable to participating, although time is tight. He requested to be recontacted next week. PV lvm 10/30","obtain_date":"2023-11-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-14","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2023-12-26","sp_v3_3mo_date":"2024-02-13","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41546":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"PV called 10/30; pt not free, asked to call back on 11/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41547":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Works full time and does not have time for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41548":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"68","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 10/31","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41549":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 10/31","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41550":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 10/31","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41551":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 10/31. pv lvm 11/8","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41552":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-31","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 10/31. pv lvm 11/8","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41553":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41554":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"60","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has too much going on to be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41555":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called patient in regard to A2CPS Knee pain study pat was unable to take the call asked for a brochure to be sent via email.\r\nLeft vm 11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41556":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT is claustrophobic.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41557":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left vm 11/07\r\nleft vm 11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41558":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"66","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41559":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"left vm 11/07\r\n PT returned call does not have time to come for baseline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41560":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT was driving would like a call back 11/7\r\nDS left vm 11/9\r\nAfter discussing it and clarifying what was involved, the patient declined participation due to not having claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41561":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Left vm 11/7\r\nAfter discussing it and clarifying what was involved, the patient declined participation due to notbeing interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41562":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"unable to speak said yes to having brochure sent via email DS 11/7\r\nPT would like a call back next week Ds 11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41563":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"asked for brochure to be sent via email 11/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41564":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on right now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41565":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"80","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Interested but asked to be called back because he was busy at the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41566":{"redcap_data_access_group":"northshore","main_record_id":"10876","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-28","sp_v1_preop_date":"2023-11-27","sp_v2_6wk_date":"2024-01-09","sp_v3_3mo_date":"2024-02-27","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41567":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41568":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Did not want to do MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41569":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Left vm 11/9\r\nAfter discussing it and clarifying what was involved, the patient declined participation due to claustrophobia.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41570":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"75","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41571":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT refused due to claustrophobia. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41572":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV LVM 11/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41573":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":" PT wants to speak with Dr. Srinivasan regarding study 11/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41574":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cannot take time off.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41575":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was driving unable to take the call asked for brochure to be sent via email-11/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41576":{"redcap_data_access_group":"northshore","main_record_id":"10868","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-09","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"PT would a like a copy of PDF consent form and brochure 11/9","obtain_date":"2023-11-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-11","sp_v1_preop_date":"2023-12-01","sp_v2_6wk_date":"2024-01-22","sp_v3_3mo_date":"2024-03-11","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41577":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"72","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with PT's daughter left message and said ok to have brochure sent via email-DS 11/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41578":{"redcap_data_access_group":"northshore","main_record_id":"10886","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-14","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/14","obtain_date":"2023-12-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-12","sp_v1_preop_date":"2023-12-05","sp_v2_6wk_date":"2024-01-23","sp_v3_3mo_date":"2024-03-12","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41579":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/14\r\nLeft vm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41580":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Ds Left vm 11/14\r\nAfter discussing it and clarifying what was involved, the patient declined participation due to not having time. Ds 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41581":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Due to not having time working until surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41582":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"77","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak requested to have brochure sent via email-DS 11/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41583":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT would like to have brochure sent via email, if she is interested she will call back -DS 11/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41584":{"redcap_data_access_group":"northshore","main_record_id":"10887","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-14","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"PT requested brohure via email and PDF consent form via RC sent-Ds 11/15","obtain_date":"2023-12-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-13","sp_v1_preop_date":"2023-12-04","sp_v2_6wk_date":"2024-01-24","sp_v3_3mo_date":"2024-03-13","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41585":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41586":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/14\r\npv lvm 11/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41587":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was at work unable to talk requsted brochure via email and a call back after 4pm-DS11/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41588":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt was at work unable to take the call, asked to have brochure sent via email DS 11/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41589":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/15\r\nA bit far for PT but would like a copy of PDF consent and brochure via email-DS 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41590":{"redcap_data_access_group":"northshore","main_record_id":"10897","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-15","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/15\r\nleft vm 11/28","obtain_date":"2023-12-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-15","sp_v1_preop_date":"2023-12-13","sp_v2_6wk_date":"2024-01-26","sp_v3_3mo_date":"2024-03-15","age":"67","sex":"2","genident":"2","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41591":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41592":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PV lvm 11/16/23\r\npv lvm 11/20/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41593":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/16\r\npv called 3/5--pt could not take call but agreed to receiving informational brochure and would like a call back 3/6 @ 10am\r\npv lvm 3/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41595":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41596":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/20\r\nLeft vm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41597":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have enough time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41598":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 11/20\r\nPT unable to speak would like a brochure sent via email-DS 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41599":{"redcap_data_access_group":"northshore","main_record_id":"10872","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-16","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-19","sp_v1_preop_date":"2023-12-05","sp_v2_6wk_date":"2024-01-30","sp_v3_3mo_date":"2024-03-19","age":"64","sex":"2","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41600":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"73","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"pv lvm 11/16/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41601":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41602":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has too much going on and will not be able to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41603":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/16\r\npv lvm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41604":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pv lvm 11/16","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41605":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41606":{"redcap_data_access_group":"northshore","main_record_id":"10889","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-17","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-13","sp_v1_preop_date":"2023-12-06","sp_v2_6wk_date":"2024-01-24","sp_v3_3mo_date":"2024-03-13","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41607":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41608":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41609":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/17\r\npv lvm 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41610":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41611":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41612":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41613":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41614":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was unable to take the call was heading to airport to go to Belgium, requested brochure to be sent via email will call back 11/29-DS 11/21","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41615":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Left vm 11/21\r\nAfter discussing it and clarifying what was involved, the patient declined participation due to wanting to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41616":{"redcap_data_access_group":"northshore","main_record_id":"10877","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-20","sp_v1_preop_date":"2023-12-08","sp_v2_6wk_date":"2024-01-31","sp_v3_3mo_date":"2024-03-20","age":"59","sex":"2","genident":"2","ethnic":"1","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41617":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to take the call asked to have the brochure sent via email-DS 11/21","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41618":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"78","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Left vm 11/21\r\nPT did not speak English well- DS 11/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41619":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41620":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 11/29","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41621":{"redcap_data_access_group":"northshore","main_record_id":"10882","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-29","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-20","sp_v1_preop_date":"2023-12-11","sp_v2_6wk_date":"2024-01-31","sp_v3_3mo_date":"2024-03-20","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-19 10:45:18","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside the window.","erep_protdev_caplan":"We will ensure participants complete surveys prior to the study window closing. ","erep_rel_covid19":"0"}}},"41622":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41623":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"68","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41624":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41625":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called no answer DS 12/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41626":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 12/7/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41627":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to family member PT was unable to speak asked if a brochure could be sent via email they said yes-DS 12/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41628":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT declined due to not wanting to come in 3 times for visits-DS 12/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41629":{"redcap_data_access_group":"northshore","main_record_id":"10892","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-07","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-21","sp_v1_preop_date":"2023-12-18","sp_v2_6wk_date":"2024-02-01","sp_v3_3mo_date":"2024-03-21","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41630":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41631":{"redcap_data_access_group":"northshore","main_record_id":"10894","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-07","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-03","sp_v1_preop_date":"2023-12-18","sp_v2_6wk_date":"2024-02-14","sp_v3_3mo_date":"2024-04-03","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41632":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"47","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 12/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41633":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 12/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41634":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 12/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41635":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 12/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41636":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41637":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 12/13. patient considering participating and wants call back this afternoon.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41638":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 12/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41639":{"redcap_data_access_group":"northshore","main_record_id":"10899","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-14","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-28","sp_v1_preop_date":"2023-12-26","sp_v2_6wk_date":"2024-02-08","sp_v3_3mo_date":"2024-03-28","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-15 15:34:11","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit and surveys completed outside study window.","erep_protdev_caplan":"We will endeavor to schedule participants within the study window. ","erep_rel_covid19":"0"}}},"41640":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41641":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-15","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41642":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-15","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41643":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-20","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41644":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-20","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41645":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 1/4","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41646":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41647":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41648":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Call after 4pm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41649":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 1/4","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41650":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41651":{"redcap_data_access_group":"northshore","main_record_id":"10917","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-04","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 1/4","obtain_date":"2024-01-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-23","sp_v1_preop_date":"2024-01-16","sp_v2_6wk_date":"2024-03-05","sp_v3_3mo_date":"2024-04-23","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41652":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 1/4. pv lvm 1/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41653":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41654":{"redcap_data_access_group":"northshore","main_record_id":"10919","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-08","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-23","sp_v1_preop_date":"2024-01-15","sp_v2_6wk_date":"2024-03-05","sp_v3_3mo_date":"2024-04-23","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41655":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"call back 1/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41656":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"62","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41657":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 1/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41658":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-10","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"attempted to call but line was busy/disconnected.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41659":{"redcap_data_access_group":"northshore","main_record_id":"10920","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-11","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-31","sp_v1_preop_date":"2024-01-19","sp_v2_6wk_date":"2024-03-13","sp_v3_3mo_date":"2024-05-01","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41660":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-11","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"unable to talk due to being at work. Agreed to a call back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41661":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-11","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41662":{"redcap_data_access_group":"northshore","main_record_id":"10921","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-16","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-29","sp_v1_preop_date":"2024-01-26","sp_v2_6wk_date":"2024-03-11","sp_v3_3mo_date":"2024-04-29","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41663":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-16","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41664":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-16","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Brochure sent via email 1/16/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41665":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-16","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41666":{"redcap_data_access_group":"northshore","main_record_id":"10923","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-17","screening_age":"68","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-22","sp_v1_preop_date":"2024-01-18","sp_v2_6wk_date":"2024-03-04","sp_v3_3mo_date":"2024-04-22","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41667":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"45","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 1/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41668":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT was unable to take the call to discuss A2CPS knee pain study requested a brochure to be sent via email-1/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41669":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak heading out to PCP preop appointment, requested brochure to be sent via email-1/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41670":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT said no due to the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41671":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 1/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41672":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 1/18, Left vm 2/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41673":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery canceled due to blood clot-1/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41674":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to speak said ok to have brochure sent via email-1/18. PT does not have time to particiate-DS 2/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41675":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called PT to discuss study they were unable to speak they were out on vacation said ok to have brochure sent via email-1/18 PT just returned from vacation would like a call back 2/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41676":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Left vm 1/18, PT returned call did not want to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41677":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"57","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"no answer 1/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41678":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to speak said ok to have brochure sent via email-1/18\r\nPT was at physical therapy unable to take call-2/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41679":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"53","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 1/18, Left vm 2/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41680":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left vm 1/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41681":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-25","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 1/25","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41682":{"redcap_data_access_group":"northshore","main_record_id":"10930","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-25","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-06","sp_v1_preop_date":"2024-02-01","sp_v2_6wk_date":"2024-03-19","sp_v3_3mo_date":"2024-05-06","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41683":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-30","screening_age":"74","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41684":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-30","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Cannot make the drive out to study site and does not want to do an MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41685":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-30","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41686":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-30","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 2/1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41687":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-31","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 1/31","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41688":{"redcap_data_access_group":"northshore","main_record_id":"10932","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-01","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-20","sp_v1_preop_date":"2024-02-16","sp_v2_6wk_date":"2024-04-02","sp_v3_3mo_date":"2024-05-20","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41689":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have time to make the drive to study site. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41690":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-02","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41691":{"redcap_data_access_group":"northshore","main_record_id":"10934","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-02","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-12","sp_v1_preop_date":"2024-02-06","sp_v2_6wk_date":"2024-03-25","sp_v3_3mo_date":"2024-05-12","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41692":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-02","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41693":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-02","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 2/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41694":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"unable to speak ook to send brocure via email-DS 2/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41695":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"unable to speak they were at a Starbucks ok to send brochure via email 2/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41696":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"54","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT is claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41697":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm -DS 2/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41698":{"redcap_data_access_group":"northshore","main_record_id":"10939","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-06","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-22","sp_v1_preop_date":"2024-02-14","sp_v2_6wk_date":"2024-04-04","sp_v3_3mo_date":"2024-05-22","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41699":{"redcap_data_access_group":"northshore","main_record_id":"10942","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-07","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left vm 2/7","obtain_date":"2024-02-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-26","sp_v1_preop_date":"2024-02-12","sp_v2_6wk_date":"2024-04-08","sp_v3_3mo_date":"2024-05-26","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41700":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 2/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41701":{"redcap_data_access_group":"northshore","main_record_id":"10940","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-07","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-28","sp_v1_preop_date":"2024-02-21","sp_v2_6wk_date":"2024-04-10","sp_v3_3mo_date":"2024-05-28","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41702":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Left vm 2/7, Declined due to MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41703":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 2/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41704":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"pt was unavailable at the time of call. Requested information via email, agreed to a call back later in the evening. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41705":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-09","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 2/9/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41706":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-09","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 2/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41707":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-09","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 2/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41708":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-09","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41709":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-09","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41710":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-09","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41711":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41712":{"redcap_data_access_group":"northshore","main_record_id":"10944","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-09","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-26","sp_v1_preop_date":"2024-02-22","sp_v2_6wk_date":"2024-04-08","sp_v3_3mo_date":"2024-05-26","age":"79","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41713":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-13","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 2/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41714":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-13","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 2/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41715":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-13","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41716":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Left vm 2/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41717":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Does not want to commit her time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41718":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41719":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"PT does not want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41720":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"61","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41721":{"redcap_data_access_group":"northshore","main_record_id":"10952","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-28","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-15","sp_v1_preop_date":"2024-03-08","sp_v2_6wk_date":"2024-04-26","sp_v3_3mo_date":"2024-06-15","age":"67","sex":"1","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41722":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"69","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 2/28/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41723":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left vm 2/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41724":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41725":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Requested brochure via email in order to think about it-2/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41726":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"PT unable to speak, said ok to have brochure sent via email asked for a call back after 3/4","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41727":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cannot take time off. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41728":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Might not be able to due to time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41729":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"sent brochure via email. call back 3/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41730":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 3/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41731":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cannot participate due to no time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41732":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41733":{"redcap_data_access_group":"northshore","main_record_id":"10956","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-05","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 3/7","obtain_date":"2024-03-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-25","sp_v1_preop_date":"2024-03-14","sp_v2_6wk_date":"2024-05-06","sp_v3_3mo_date":"2024-06-25","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41734":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"68","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41735":{"redcap_data_access_group":"northshore","main_record_id":"10957","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-05","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-27","sp_v1_preop_date":"2024-03-20","sp_v2_6wk_date":"2024-05-08","sp_v3_3mo_date":"2024-06-27","age":"2","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41736":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"60","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41737":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41738":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41739":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 4/4","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41740":{"redcap_data_access_group":"northshore","main_record_id":"10975","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-04","screening_age":"82","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 4/4","obtain_date":"2024-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-15","sp_v1_preop_date":"2024-04-10","sp_v2_6wk_date":"2024-05-27","sp_v3_3mo_date":"2024-07-15","age":"82","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41741":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 4/4","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41742":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"pv called 4/4--Not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41743":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"pv called 4/4 and pt refused due to being in too much pain to want to do functional testing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41744":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41745":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41746":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41747":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"74","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41748":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41749":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"59","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41750":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41751":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41752":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41753":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41754":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41755":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41756":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41757":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41758":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"55","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41759":{"redcap_data_access_group":"northshore","main_record_id":"10979","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-11","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-29","sp_v1_preop_date":"2024-04-16","sp_v2_6wk_date":"2024-06-10","sp_v3_3mo_date":"2024-07-29","age":"71","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41760":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 4/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41761":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT refused due to too much going on but is willing to participate in the future for second TKA.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41762":{"redcap_data_access_group":"northshore","main_record_id":"10980","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-11","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Agreed to a call back for 15 April 2024.","obtain_date":"2024-04-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-30","sp_v1_preop_date":"2024-04-17","sp_v2_6wk_date":"2024-06-11","sp_v3_3mo_date":"2024-07-30","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41763":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"63","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 4/12\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41764":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41765":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 4/12","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41766":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"60","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41767":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pv lvm 4/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40029":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Evanston is too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40203":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-18","screening_age":"N/A","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"had cosmetic enhancement with microblading of her eyebrows with placement of iron oxide","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40373":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40383":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40536":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the patient declined participation due to being too busy at work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40560":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-23","screening_age":"N/A","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40160":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Dr. Wixson left VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"40000":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"41594":{"redcap_data_access_group":"northshore","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50001":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50002":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50003":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50004":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50005":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"66","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She's concerned about how her recovery will go ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50006":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50008":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"needs an LAR","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50009":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"69","screening_gender":"2","screening_race":"0","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50010":{"redcap_data_access_group":"uchicago","main_record_id":"10036","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-05-24","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-05-25","date_and_time":"2021-05-25 09:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-06-29","sp_v1_preop_date":"2021-06-22","sp_v2_6wk_date":"2021-08-10","sp_v3_3mo_date":"2021-09-29","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-30 12:41:36","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month survey completed out of window ","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50011":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"82","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50012":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50013":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"51","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50014":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-25","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50015":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50016":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50017":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50018":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50019":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-24","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50020":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50021":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives far away. Doesn't want to drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50022":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-26","screening_age":"50","screening_gender":"1","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50023":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50024":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"84","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Hung up phone during call","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50025":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-26","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Hung up phone during study description ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50026":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-01","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50027":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"72","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50028":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-05-28","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Indicated during screening call that revision is for possible infection that cannot be cultured until after surgery. Confirmed with surgeon. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50029":{"redcap_data_access_group":"uchicago","main_record_id":"10040","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-02","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-03","date_and_time":"2021-07-01 11:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-18","sp_v1_preop_date":"2021-08-12","sp_v2_6wk_date":"2021-09-29","sp_v3_3mo_date":"2021-11-18","age":"49","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-30 12:45:11","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50030":{"redcap_data_access_group":"uchicago","main_record_id":"10064","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-29","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-01","date_and_time":"2021-07-01 11:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-16","sp_v1_preop_date":"2021-07-20","sp_v2_6wk_date":"2021-09-27","sp_v3_3mo_date":"2021-11-16","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50031":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-03","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Asked to be re called in 10 minutes. Declined all calls after ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50032":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-07","screening_age":"55","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50033":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-03","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50034":{"redcap_data_access_group":"uchicago","main_record_id":"10399","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-06-09","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-19","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-08-30","sp_v3_3mo_date":"2022-10-19","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"2022-12-12","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"On 12/12/2022, subject 10399 had a single episode malignant neoplasm that resulted in the subject's death. This occurred after the second research visit. The PI determined that the cause of death was unrelated to the study. ","sp_data_site":"N/A"},"50035":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-09","screening_age":"46","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50036":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-07","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Study visits take too long","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50037":{"redcap_data_access_group":"uchicago","main_record_id":"10055","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-08","screening_age":"39","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-21","date_and_time":"2021-06-14 10:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-06","sp_v1_preop_date":"2021-07-06","sp_v2_6wk_date":"2021-09-17","sp_v3_3mo_date":"2021-11-06","age":"39","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50038":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50039":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50040":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-08","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"call when anesthesia appt is scheduled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50041":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50042":{"redcap_data_access_group":"uchicago","main_record_id":"10046","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-06-10","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-11","date_and_time":"2021-07-01 12:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-20","sp_v1_preop_date":"2021-07-13","sp_v2_6wk_date":"2021-08-31","sp_v3_3mo_date":"2021-10-20","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2022-01-26","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject has missed standard of care appointments and no contact with research via phone or email. Last contact was 10/18/2021 surgical follow-up with her surgeon. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-14 11:17:18","erep_ae_date":"2021-07-13","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-07-13 12:00","erep_resolution_date":"2023-06-14 11:20","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Participant experienced extreme claustrophobia while in MRI but before the scans started.","erep_action_taken":"Subject was removed from the machine and the MRI was aborted. Subject can continue with study but participate in the MRI portion moving forward.","erep_outcome":"Subject was withdrawn on 1/26/22 after they did not show up for multiple visits and stopped responding to surgeon.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50043":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50044":{"redcap_data_access_group":"uchicago","main_record_id":"10058","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-06-24","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-24","date_and_time":"2021-07-01 13:26","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-27","sp_v1_preop_date":"2021-07-14","sp_v2_6wk_date":"2021-09-07","sp_v3_3mo_date":"2021-10-27","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50045":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50046":{"redcap_data_access_group":"uchicago","main_record_id":"10290","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-01","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-16","date_and_time":"2022-02-16 09:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-08","sp_v1_preop_date":"2022-02-16","sp_v2_6wk_date":"2022-04-19","sp_v3_3mo_date":"2022-06-08","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject no called/no showed to the first visit. Study staff attempted to reschedule the visit but were not able to contact the subject. Surveys were completed for V1 but no other procedures. ","sp_data_site":"N/A"},"50047":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50048":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"38","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50049":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50050":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"64","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50051":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-10","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Just not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50052":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50053":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-11","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50054":{"redcap_data_access_group":"uchicago","main_record_id":"10049","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-14","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-15","date_and_time":"2021-06-24 12:10","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-11","sp_v1_preop_date":"2021-07-16","sp_v2_6wk_date":"2021-09-22","sp_v3_3mo_date":"2021-11-11","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50055":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-14","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50056":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-16","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50057":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-15","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50058":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-15","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50059":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50060":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"54","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50061":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-16","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Will not have time to do the daily surveys","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50062":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-16","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50063":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-18","screening_age":"49","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50064":{"redcap_data_access_group":"uchicago","main_record_id":"10067","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-30","screening_age":"44","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-01","date_and_time":"2021-07-01 11:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-20","sp_v1_preop_date":"2021-07-13","sp_v2_6wk_date":"2021-08-31","sp_v3_3mo_date":"2021-10-20","age":"44","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-14 11:35:47","erep_ae_date":"2021-07-13","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-07-13 16:17","erep_resolution_date":"2023-06-14 11:36","erep_ae_severity":"2","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Subject depressed the call button once during the DWI exam. When the tech asked how she was doing she said she thought she could tough it out but that her, \"back was on fire.\" Before the start of the first resting fMRI scan the subject reported 10 out of 10 body pain. ","erep_action_taken":"RA asked the tech to halt the MRI exam out of concern for the subject and alerted with the investigator on site who concurred the exam should stop. ","erep_outcome":"Subject did not complete scans for V1 but was willing and able to complete scans for V3.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-11-30 12:52:26","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week survey's completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes.","erep_rel_covid19":""}}},"50065":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-23","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Might go to another hospital because of insurance problems ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50066":{"redcap_data_access_group":"uchicago","main_record_id":"10065","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-06-24","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-01","date_and_time":"2021-07-01 12:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-08","sp_v1_preop_date":"2021-08-03","sp_v2_6wk_date":"2021-12-20","sp_v3_3mo_date":"2022-02-07","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-09-27","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject had past acrimonious attitude toward clinic staff. PI chose to discontinue enrollment. ","sp_data_site":"N/A"},"50067":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-24","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50068":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-24","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50069":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50070":{"redcap_data_access_group":"uchicago","main_record_id":"10066","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-30","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-01","date_and_time":"2021-07-01 11:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-10","sp_v1_preop_date":"2021-08-06","sp_v2_6wk_date":"2021-09-21","sp_v3_3mo_date":"2021-11-10","age":"65","sex":"1","genident":"N/A","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-30 12:49:23","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50071":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50072":{"redcap_data_access_group":"uchicago","main_record_id":"10083","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-22","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-22","date_and_time":"2021-07-22 11:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-08-09","sp_v1_preop_date":"2021-08-03","sp_v2_6wk_date":"2021-09-20","sp_v3_3mo_date":"2021-11-09","age":"63","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50073":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-30","screening_age":"72","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Cannot get MRI due to defibrillator","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50074":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50075":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-30","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50076":{"redcap_data_access_group":"uchicago","main_record_id":"10069","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-01","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-06","date_and_time":"2021-07-06 12:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-02","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"N/A"},"50077":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50078":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-29","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50079":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She's in too much pain to partake in the tests. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50080":{"redcap_data_access_group":"uchicago","main_record_id":"10068","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-06","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-06","date_and_time":"2021-07-06 12:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-07-14","sp_v1_preop_date":"2021-07-09","sp_v2_6wk_date":"2021-08-25","sp_v3_3mo_date":"2021-10-14","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-30 13:01:45","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""}}},"50081":{"redcap_data_access_group":"uchicago","main_record_id":"10363","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-07","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-04","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-06-15","sp_v3_3mo_date":"2022-08-04","age":"65","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 13:39:33","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline survey completed out of window ","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50082":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50083":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50084":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"No transportation to main campus ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50085":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-15","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50086":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50087":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50088":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50090":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50091":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-15","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50092":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-20","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50093":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50094":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50095":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Extremely claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50096":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-27","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50097":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50098":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50099":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-27","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50100":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-27","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50101":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much time for baseline visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50102":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with family and declined after ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50104":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-29","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50105":{"redcap_data_access_group":"uchicago","main_record_id":"10143","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-29","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-16","date_and_time":"2021-09-16 10:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-07","sp_v1_preop_date":"2021-09-16","sp_v2_6wk_date":"2021-11-17","sp_v3_3mo_date":"2022-01-06","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50089":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50106":{"redcap_data_access_group":"uchicago","main_record_id":"10096","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-02","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-04","date_and_time":"N/A","consent_process_form_complete":"0","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-02","sp_v1_preop_date":"2021-08-31","sp_v2_6wk_date":"2021-10-14","sp_v3_3mo_date":"2021-12-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-08-31","ewprimaryreason":"1","ewdisreasons":"1|5","ewpireason":"N/A","ewcomments":"Subject had personal issues and feeling overwhelmed. She was willing to do it after her surgery but per study protocol that would exclude her. ","sp_data_site":"N/A"},"50107":{"redcap_data_access_group":"uchicago","main_record_id":"10098","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-05","date_and_time":"2021-08-19 08:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-03","sp_v1_preop_date":"2021-08-18","sp_v2_6wk_date":"2021-10-15","sp_v3_3mo_date":"2021-12-03","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50109":{"redcap_data_access_group":"uchicago","main_record_id":"10102","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-06","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-11","date_and_time":"2021-08-19 08:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-07","sp_v1_preop_date":"2021-08-24","sp_v2_6wk_date":"2021-10-19","sp_v3_3mo_date":"2021-12-07","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50110":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50111":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"74","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50112":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-09","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50113":{"redcap_data_access_group":"uchicago","main_record_id":"10103","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-09","screening_age":"71","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-10","date_and_time":"2021-09-09 15:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-14","sp_v1_preop_date":"2021-10-11","sp_v2_6wk_date":"2021-11-24","sp_v3_3mo_date":"2022-01-13","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-30 13:09:30","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 wk survey out of window","erep_protdev_caplan":"follow-up with participants before window closes","erep_rel_covid19":""},"2":{"erep_local_dtime":"2023-11-30 13:22:09","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey out of window","erep_protdev_caplan":"follow-up with participants before window closes","erep_rel_covid19":""},"3":{"erep_local_dtime":"2023-11-30 13:23:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"expectation item & acute daily completed outside of window ","erep_protdev_caplan":"follow-up with participants before window closes","erep_rel_covid19":""}}},"50114":{"redcap_data_access_group":"uchicago","main_record_id":"10341","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-09","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-07","date_and_time":"2022-04-07 11:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-11","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-05-23","sp_v3_3mo_date":"2022-07-11","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-07-28 11:41:37","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Study staff conducted imaging and cuff procedures without asking the subject the contraindication questions. After the imaging was completed, research staff asked the question regarding contraindication of cuff. Subject reported having a history of neuropathy. Study staff had a conversation with the subject about the increased risk of complication from the cuff. Study staff asked if the subject had any questions. Subject reported no. Study staff asked if the subject would like to speak to a physician/PI. Subject reported no. Study staff asked if the subject was comfortable continuing with study procedures. Subject reported yes. Study staff informed subject that if they had any change to their health at any point now or in the future to please contact the research team. ","erep_protdev_caplan":"Research staff had a brief retraining session on the importance of screening questions before study procedures. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 15:11:12","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6wk survey completed outside of window","erep_protdev_caplan":"followup about completing surveys while in window","erep_rel_covid19":""},"3":{"erep_local_dtime":"2023-12-04 15:12:10","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3month survey completed outside of window","erep_protdev_caplan":"followup about completing surveys while in window","erep_rel_covid19":""},"4":{"erep_local_dtime":"2023-12-04 15:12:42","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"12-month survey completed outside of window","erep_protdev_caplan":"followup about completing surveys while in window","erep_rel_covid19":""}}},"50115":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-09","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50116":{"redcap_data_access_group":"uchicago","main_record_id":"10133","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-09","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-07","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-10","sp_v1_preop_date":"2021-09-07","sp_v2_6wk_date":"2021-10-22","sp_v3_3mo_date":"2021-12-10","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50103":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Is uncomfortable with getting an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50117":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50118":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"call monday","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50119":{"redcap_data_access_group":"uchicago","main_record_id":"10120","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-16","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-31","date_and_time":"2021-08-31 10:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-11","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2021-12-23","sp_v3_3mo_date":"2022-02-10","age":"60","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50120":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-17","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50121":{"redcap_data_access_group":"uchicago","main_record_id":"10114","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-17","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-25","date_and_time":"2021-08-25 09:35","consent_process_form_complete":"2","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"2","ewcomments":"Subject was enrolled in the study, but elected to get the second knee done within three months after she had signed consent. No study related procedures were preformed. ","sp_data_site":"N/A"},"50122":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50123":{"redcap_data_access_group":"uchicago","main_record_id":"10136","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-08-20","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-09","date_and_time":"2021-09-13 14:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-20","sp_v1_preop_date":"2021-09-14","sp_v2_6wk_date":"2021-11-01","sp_v3_3mo_date":"2021-12-20","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50124":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50125":{"redcap_data_access_group":"uchicago","main_record_id":"10147","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-26","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-21","date_and_time":"2021-09-09 12:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-25","sp_v1_preop_date":"2021-10-20","sp_v2_6wk_date":"2021-12-05","sp_v3_3mo_date":"2022-01-24","age":"56","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-14 11:46:31","erep_ae_date":"2021-10-21","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-10-21 18:20","erep_resolution_date":"2023-06-14 11:47","erep_ae_severity":"2","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Subject reported severe pain before the first MRI resting scan.","erep_action_taken":"Scan was aborted after subject reported severe pain before the first resting scan. Subject was removed from MRI.","erep_outcome":"Subject completed was able to complete T1 and DWI. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50126":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-26","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50127":{"redcap_data_access_group":"uchicago","main_record_id":"10119","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-30","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-08-30","date_and_time":"2021-09-02 10:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-10-05","sp_v1_preop_date":"2021-10-01","sp_v2_6wk_date":"2021-11-15","sp_v3_3mo_date":"2022-01-04","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-30 14:03:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month survey's completed out of window","erep_protdev_caplan":"follow-up with participants about completing surveys before window closes","erep_rel_covid19":""}}},"50128":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-30","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"said will call us if interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50129":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-30","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Said will call office if interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50130":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-02","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Cannot get MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50131":{"redcap_data_access_group":"uchicago","main_record_id":"10135","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-02","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-08","date_and_time":"2021-09-08 14:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-30","sp_v1_preop_date":"2021-09-21","sp_v2_6wk_date":"2021-11-10","sp_v3_3mo_date":"2021-12-30","age":"66","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-30 14:33:57","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline surveys completed out of window.","erep_protdev_caplan":"follow-up with participants about completing surveys before window closes","erep_rel_covid19":""}}},"50132":{"redcap_data_access_group":"uchicago","main_record_id":"10132","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-07","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-20","sp_v1_preop_date":"2021-09-17","sp_v2_6wk_date":"2021-11-01","sp_v3_3mo_date":"2021-12-20","age":"68","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50133":{"redcap_data_access_group":"uchicago","main_record_id":"10153","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-14","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-23","date_and_time":"2021-11-23 13:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-30","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-01-11","sp_v3_3mo_date":"2022-03-01","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50134":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50135":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50136":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50137":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Did not answer follow-up calls after repeated tries","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50138":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"53","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not comfortable with information shared at the federal government level","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50139":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-02","screening_age":"75","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50140":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50141":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-09","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophbic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50142":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Already had surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50143":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50144":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50145":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-09","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50146":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50147":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-14","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50148":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-14","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50149":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50150":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-21","screening_age":"64","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50151":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Subject has a metal insert in her lumbar region that prevents her from getting MRIs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50152":{"redcap_data_access_group":"uchicago","main_record_id":"10152","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-09-21","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-23","date_and_time":"2021-09-30 16:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-09-27","sp_v1_preop_date":"2021-09-23","sp_v2_6wk_date":"2021-11-07","sp_v3_3mo_date":"2021-12-27","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-30 15:00:25","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline surveys completed out of window","erep_protdev_caplan":"follow-up with participants about completing surveys before window closes","erep_rel_covid19":""}}},"50153":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-21","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50154":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50155":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-23","screening_age":"77","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50157":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50158":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-16","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"will call if interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50159":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50160":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Subject in too much pain and doesn't have anyone to help her get about. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50161":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50162":{"redcap_data_access_group":"uchicago","main_record_id":"10186","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-12","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"0","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-08-24","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"No surgery ","sp_data_site":"N/A"},"50163":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50164":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Not ready for surgery yet","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50165":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50166":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No transportation ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50167":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Will call us","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50168":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Will call us","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50169":{"redcap_data_access_group":"uchicago","main_record_id":"10193","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-19","screening_age":"47","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-19","date_and_time":"2021-10-20 08:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-19","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-03-02","sp_v3_3mo_date":"2022-04-19","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject decided to continue with conservative treatment and elected to not have surgery. ","sp_data_site":"N/A"},"50170":{"redcap_data_access_group":"uchicago","main_record_id":"10201","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-19","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-25","date_and_time":"2021-10-25 16:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-11-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2021-12-15","sp_v3_3mo_date":"2022-02-02","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-30 15:02:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window ","erep_protdev_caplan":"follow-up with participants about completing surveys before window closes","erep_rel_covid19":""},"2":{"erep_local_dtime":"2023-11-30 15:02:55","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-month surveys completed out of window","erep_protdev_caplan":"follow-up with participants about completing surveys before window closes","erep_rel_covid19":""}}},"50171":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-28","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50172":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Subject now wants to be called in the first week o January because she's unsure if she wants to maintain the surgery date or push it to spring","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50173":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50174":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50175":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50176":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50177":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-29","screening_age":"59","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No transportation, coming from suburb","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50178":{"redcap_data_access_group":"uchicago","main_record_id":"10244","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-02","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-06","date_and_time":"2021-12-20 10:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-15","sp_v1_preop_date":"2022-02-22","sp_v2_6wk_date":"2022-04-26","sp_v3_3mo_date":"2022-06-15","age":"69","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50179":{"redcap_data_access_group":"uchicago","main_record_id":"10235","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-03","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Before first study visit","obtain_date":"2021-11-30","date_and_time":"2021-12-20 10:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-15","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-04-26","sp_v3_3mo_date":"2022-06-15","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-30 15:04:29","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline surveys completed out of window ","erep_protdev_caplan":"follow-up with participants about completing surveys before window closes","erep_rel_covid19":""},"2":{"erep_local_dtime":"2023-11-30 15:05:17","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"acute daily completed outside of window ","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""},"3":{"erep_local_dtime":"2023-11-30 15:06:58","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week surveys completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""},"4":{"erep_local_dtime":"2023-12-04 14:15:29","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""},"5":{"erep_local_dtime":"2023-12-04 14:25:22","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""},"6":{"erep_local_dtime":"2023-12-04 14:26:07","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"12-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""}}},"50182":{"redcap_data_access_group":"uchicago","main_record_id":"10331","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-10","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-04","date_and_time":"2022-04-04 12:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-12","sp_v1_preop_date":"2022-04-04","sp_v2_6wk_date":"2022-05-24","sp_v3_3mo_date":"2022-07-12","age":"74","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50183":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-10","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She will contact us","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50181":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Never showed up for in-person visit. Surgery already occurred","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50184":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-08","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50185":{"redcap_data_access_group":"uchicago","main_record_id":"10229","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-11-11","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject no called/no showed to the first visit. Study staff attempted to reschedule the visit but were not able to make contact with the subject before their surgery. No study related procedures were completed. ","sp_data_site":"N/A"},"50186":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-15","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50187":{"redcap_data_access_group":"uchicago","main_record_id":"10228","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-11-16","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-19","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject was not able to schedule a visit before their surgery. No study related tasks were completed.","sp_data_site":"N/A"},"50188":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-16","screening_age":"63","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Subject never returned calls or answered follow up call. Surgery occurred","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50189":{"redcap_data_access_group":"uchicago","main_record_id":"10237","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-18","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-01","date_and_time":"2021-12-01 08:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-27","sp_v1_preop_date":"2021-12-01","sp_v2_6wk_date":"2022-02-07","sp_v3_3mo_date":"2022-03-28","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50190":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50191":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50192":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-02","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50193":{"redcap_data_access_group":"uchicago","main_record_id":"10256","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-02","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-17","date_and_time":"2021-12-17 08:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2021-12-21","sp_v1_preop_date":"2021-12-17","sp_v2_6wk_date":"2022-02-01","sp_v3_3mo_date":"2022-03-22","age":"54","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 14:38:37","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline surveys completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""},"2":{"erep_local_dtime":"2023-12-04 14:39:26","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"acute daily completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""},"3":{"erep_local_dtime":"2023-12-04 14:40:07","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6wk survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""},"4":{"erep_local_dtime":"2023-12-04 14:41:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""}}},"50194":{"redcap_data_access_group":"uchicago","main_record_id":"10245","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-03","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-06","date_and_time":"2021-12-06 15:58","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-24","sp_v1_preop_date":"2022-03-23","sp_v2_6wk_date":"2022-05-05","sp_v3_3mo_date":"2022-06-24","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-09-27 09:51:23","erep_ae_date":"2022-03-23","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-03-23 09:00","erep_resolution_date":"2022-03-23 09:00","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"subject asked to be removed from scanner after feeling a painful tingling sensation in her left arm in the scanner. Subject was removed from scanner and felt \"normal\" a few minutes later. ","erep_action_taken":"subject removed from MRI scanner","erep_outcome":"scan stopped","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 14:31:26","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6wk survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""},"3":{"erep_local_dtime":"2023-12-04 14:31:59","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""}}},"50195":{"redcap_data_access_group":"uchicago","main_record_id":"10242","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-03","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-03","date_and_time":"2021-12-06 16:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-11","sp_v1_preop_date":"2022-01-07","sp_v2_6wk_date":"2022-02-22","sp_v3_3mo_date":"2022-04-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-02-08","ewprimaryreason":"1","ewdisreasons":"1|4|6","ewpireason":"N/A","ewcomments":"Subject elected to withdraw from the study due to COVID and time constraints. ","sp_data_site":"N/A"},"50196":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50197":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50198":{"redcap_data_access_group":"uchicago","main_record_id":"10243","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-03","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-06","date_and_time":"2021-12-20 09:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-01-04","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-02-15","sp_v3_3mo_date":"2022-04-04","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 14:29:11","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""}}},"50199":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50200":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50201":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50202":{"redcap_data_access_group":"uchicago","main_record_id":"10365","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-13","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-15","date_and_time":"2022-05-05 08:28","consent_process_form_complete":"2","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-20","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject Signed consent 12/15/2021with a surgery date of 1/25/2022, and then canceled surgery on 12/20/202. Subject has not called to reschedule or returned to joints clinic since. ","sp_data_site":"N/A"},"50203":{"redcap_data_access_group":"uchicago","main_record_id":"10259","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-13","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-20","date_and_time":"2021-12-20 10:06","consent_process_form_complete":"2","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject was not able to find time before surgery to schedule their visit. No study related procedures were completed. ","sp_data_site":"N/A"},"50204":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-13","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50205":{"redcap_data_access_group":"uchicago","main_record_id":"10252","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-13","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-14","date_and_time":"2021-12-20 10:09","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-02-25","sp_v1_preop_date":"2022-01-05","sp_v2_6wk_date":"2022-04-08","sp_v3_3mo_date":"2022-05-25","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 14:34:04","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""},"2":{"erep_local_dtime":"2023-12-04 14:35:06","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6wk survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""},"3":{"erep_local_dtime":"2023-12-04 14:36:10","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""}}},"50206":{"redcap_data_access_group":"uchicago","main_record_id":"10254","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-13","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-16","date_and_time":"2021-12-20 10:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-28","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-05-09","sp_v3_3mo_date":"2022-06-28","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject signed up for the study, but study staff was unable to schedule a visit that would work with the subject schedule prior to surgery. No study related procedures were completed. ","sp_data_site":"N/A"},"50180":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-03","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Wrong entry. Subject's surgery occurred in October","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50207":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Subject lives in the suburb. She was willing to do it if the study occurred in the Orland Park campus. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50208":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50209":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-10","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|1","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50210":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-10","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Will call when she picks a surgery date ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50211":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-19","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50212":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-20","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50213":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-21","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50214":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-21","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Drive is too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50215":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-25","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Subject stopped answering phone ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50216":{"redcap_data_access_group":"uchicago","main_record_id":"10286","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-01-28","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-10","date_and_time":"2022-02-11 13:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-15","sp_v1_preop_date":"2022-03-01","sp_v2_6wk_date":"2022-04-26","sp_v3_3mo_date":"2022-06-15","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-12","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject had V1 and all pre-op appointments on the same day with the intention of doing everything in one day. The visit started with the MRI. A few minutes into the MRI the subject asked to be removed and brought to her appointments. She did not complete anything related to the study after that. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-05-19 09:51:11","erep_ae_date":"2022-03-01","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-03-01 10:00","erep_resolution_date":"2022-03-01 10:10","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"While subject was undergoing research MRI as a part of her\r\nBaseline A2CPS visit she reported feeling short of breath and\r\n\"having trouble breathing\" and asked to be removed from\r\nthe scanner. After being removed from the scanner the\r\nsubject reported she had experienced claustrophobia during\r\npast MRI's requiring sedation. She reported feeling better as\r\nsoon as she was out of the MRI and no further symptoms.\r\nShe was seen by multiple providers from her clinical care\r\nteam throughout the rest of the day as a part of her preoperative SOC visit.","erep_action_taken":"Research MRI halted and not resumed","erep_outcome":"Recovered without sequelae","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50217":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50218":{"redcap_data_access_group":"uchicago","main_record_id":"10291","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-03","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-16","date_and_time":"2022-02-16 14:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-06","sp_v1_preop_date":"2022-11-30","sp_v2_6wk_date":"2023-01-17","sp_v3_3mo_date":"2023-03-07","age":"59","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 14:44:03","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""},"2":{"erep_local_dtime":"2023-12-04 14:44:33","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6wk survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""},"3":{"erep_local_dtime":"2023-12-04 14:45:18","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""}}},"50219":{"redcap_data_access_group":"uchicago","main_record_id":"10327","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-07","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-30","date_and_time":"2022-04-15 14:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-21","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-06-02","sp_v3_3mo_date":"2022-07-21","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 15:01:52","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"expectation completed outside of window","erep_protdev_caplan":"followup about completing surveys while in window","erep_rel_covid19":""}}},"50220":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-08","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50221":{"redcap_data_access_group":"uchicago","main_record_id":"10306","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-28","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with again, still thinking about it ","obtain_date":"2022-03-03","date_and_time":"2022-03-03 08:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject no called/no showed to the first visit. Study team attempted to reschedule but no contact was made. No study related procedures were completed. ","sp_data_site":"N/A"},"50222":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-07","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50223":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Stopped answering phone","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50224":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Travel issues ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50225":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50226":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50227":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50229":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50230":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-25","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Potential subject is interested in doing study but lives in Indiana and will have trouble with transportation so she declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50231":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50232":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Is ruled out for wanting second knee done ASAP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50234":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50235":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-01","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50236":{"redcap_data_access_group":"uchicago","main_record_id":"10307","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-02","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-03","date_and_time":"2022-03-03 14:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-16","sp_v1_preop_date":"2022-03-07","sp_v2_6wk_date":"2022-04-27","sp_v3_3mo_date":"2022-06-16","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 14:46:40","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""}}},"50237":{"redcap_data_access_group":"uchicago","main_record_id":"10309","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-02","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-04","date_and_time":"2022-03-04 13:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-29","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-05-10","sp_v3_3mo_date":"2022-06-29","age":"63","sex":"2","genident":"2","ethnic":"3","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 14:50:06","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6wk survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""}}},"50238":{"redcap_data_access_group":"uchicago","main_record_id":"10308","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-03","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-04","date_and_time":"2022-03-04 10:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-09","sp_v1_preop_date":"2022-05-04","sp_v2_6wk_date":"2022-06-20","sp_v3_3mo_date":"2022-08-09","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50239":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50240":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50241":{"redcap_data_access_group":"uchicago","main_record_id":"10350","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-28","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wants to meet in person to discuss further ","obtain_date":"2022-04-20","date_and_time":"2022-07-11 15:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-28","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-06-09","sp_v3_3mo_date":"2022-07-28","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 13:28:21","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline survey completed out of window ","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-01 13:31:07","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month survey completed out of window ","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50242":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50243":{"redcap_data_access_group":"uchicago","main_record_id":"10332","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-04","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-05","date_and_time":"2022-04-05 13:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-20","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-06-01","sp_v3_3mo_date":"2022-07-20","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 15:08:26","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6wk survey completed outside of window","erep_protdev_caplan":"followup about completing surveys while in window","erep_rel_covid19":""}}},"50244":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50245":{"redcap_data_access_group":"uchicago","main_record_id":"10310","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-09","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-10","date_and_time":"2022-03-10 07:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-16","sp_v1_preop_date":"2022-03-10","sp_v2_6wk_date":"2022-04-27","sp_v3_3mo_date":"2022-06-16","age":"61","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-03-10 14:48:47","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"1","erep_protdev_desc":"Subject was enrolled the night of March 9th, 2022. During their visit on March 10th, study staff realized that only 86 days had elapsed between the first TKA and the second TKA. Visit was conducted as normal. ","erep_protdev_caplan":"New plan to allowed one business day between enrollment and visit one must occur now to prevent this from occurring again. ","erep_rel_covid19":"0"}}},"50246":{"redcap_data_access_group":"uchicago","main_record_id":"10371","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-10","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-05","date_and_time":"2022-07-11 15:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-19","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-06-30","sp_v3_3mo_date":"2022-08-19","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50247":{"redcap_data_access_group":"uchicago","main_record_id":"10315","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-10","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-16","date_and_time":"2022-03-16 10:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-03-18","sp_v1_preop_date":"2022-03-16","sp_v2_6wk_date":"2022-04-29","sp_v3_3mo_date":"2022-06-18","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50248":{"redcap_data_access_group":"uchicago","main_record_id":"10527","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-11","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Research was unable to schedule the subject for their baseline visit prior to their surgery. ","sp_data_site":"N/A"},"50250":{"redcap_data_access_group":"uchicago","main_record_id":"10325","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-17","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-28","date_and_time":"2022-03-28 13:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-06","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-05-18","sp_v3_3mo_date":"2022-07-06","age":"64","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 15:00:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed outside of window","erep_protdev_caplan":"followup about completing surveys before window ends or begins","erep_rel_covid19":""}}},"50254":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50255":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50256":{"redcap_data_access_group":"uchicago","main_record_id":"10378","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-22","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-12","date_and_time":"2022-07-11 15:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-27","sp_v1_preop_date":"2022-05-24","sp_v2_6wk_date":"2022-07-08","sp_v3_3mo_date":"2022-08-27","age":"60","sex":"2","genident":"2","ethnic":"1","dem_race":"1","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 13:45:37","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-01 13:46:33","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50257":{"redcap_data_access_group":"uchicago","main_record_id":"10455","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-22","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-08-24","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject was not able to schedule baseline before surgery ","sp_data_site":"N/A"},"50252":{"redcap_data_access_group":"uchicago","main_record_id":"10321","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-17","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-24","date_and_time":"2022-03-24 08:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-11","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-05-23","sp_v3_3mo_date":"2022-07-11","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 14:51:32","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":""}}},"50258":{"redcap_data_access_group":"uchicago","main_record_id":"10323","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-24","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-25","date_and_time":"2022-03-25 08:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-04","sp_v1_preop_date":"2022-03-15","sp_v2_6wk_date":"2022-05-16","sp_v3_3mo_date":"2022-07-04","age":"59","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 14:53:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys completed outside of window","erep_protdev_caplan":"followup about completing surveys before window ends","erep_rel_covid19":""}}},"50259":{"redcap_data_access_group":"uchicago","main_record_id":"10329","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-29","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-01","date_and_time":"2022-07-11 15:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-12","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-05-24","sp_v3_3mo_date":"2022-07-12","age":"62","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-10-03 14:20:42","erep_ae_date":"2022-04-12","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-04-12 15:00","erep_resolution_date":"2022-04-12 15:15","erep_ae_severity":"1","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"subject reported that she was having an asthma attack while in the MRI. She was removed from the scanner; the study team retrieved her inhaler. The subject used her inhaler and felt \"fine\" a few moments later. The MRI was not resumed after it was terminated. She requested to finish the last two tests of the visit before going home. ","erep_action_taken":"Scan was stopped. She was removed from the scanner; the study team retrieved her inhaler. The subject used her inhaler and felt \"fine\" a few moments later. The MRI was not resumed after it was terminated. She requested to finish the last two tests of the visit before going home. ","erep_outcome":" The MRI was not resumed after it was terminated. She requested to finish the last two tests of the visit before going home. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 15:06:36","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline survey completed outside of window","erep_protdev_caplan":"followup about completing surveys while in window","erep_rel_covid19":""}}},"50260":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50262":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50263":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50264":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50265":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50266":{"redcap_data_access_group":"uchicago","main_record_id":"10377","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-30","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-25","sp_v1_preop_date":"2022-08-12","sp_v2_6wk_date":"2022-10-06","sp_v3_3mo_date":"2022-11-25","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50267":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-31","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50268":{"redcap_data_access_group":"uchicago","main_record_id":"10335","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-31","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-05","date_and_time":"2022-07-11 15:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-22","sp_v1_preop_date":"2022-04-15","sp_v2_6wk_date":"2022-06-03","sp_v3_3mo_date":"2022-07-22","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-08-08 12:34:15","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Cuff was applied to the subject during QST assessment. Research staff inflated the cuff to baseline and then assessed the prior history contraindications. Subject reported a history of blood clots. Cuff was removed and assessment was stopped. Cuff was applied the MRI but not inflated. Subject was informed that this increased their risk and was offered an opportunity to speak with a physician or PI. Subject declined. Subject was instructed to monitor their health and notify the research team if anything changes. Subject agreed to continue the remaining portion of the visit. ","erep_protdev_caplan":"Research assistant wrote in permanent marker \"Ask History\" on the cuff and added a checkbox to the checklist to make sure history is assessed before QSTs are started. ","erep_rel_covid19":"0"}}},"50269":{"redcap_data_access_group":"uchicago","main_record_id":"10338","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-05","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-06","date_and_time":"2022-04-15 11:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-04-25","sp_v1_preop_date":"2022-04-21","sp_v2_6wk_date":"2022-06-06","sp_v3_3mo_date":"2022-07-25","age":"68","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 15:09:33","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6wk survey completed outside of window","erep_protdev_caplan":"followup about completing surveys while in window","erep_rel_covid19":""}}},"50270":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-11","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50271":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50272":{"redcap_data_access_group":"uchicago","main_record_id":"10360","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-18","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-27","date_and_time":"2022-04-27 16:21","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-13","sp_v1_preop_date":"2022-05-05","sp_v2_6wk_date":"2022-06-24","sp_v3_3mo_date":"2022-08-13","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 13:35:10","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline survey completed out of window ","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-01 13:36:13","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed out of window ","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-12-01 13:37:35","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-month survey completed out of window ","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50273":{"redcap_data_access_group":"uchicago","main_record_id":"10354","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-19","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-21","date_and_time":"2022-04-26 12:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-05-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-06-24","sp_v3_3mo_date":"2022-08-13","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 13:33:14","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week survey completed out of window ","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50274":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50275":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50276":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-21","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50277":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50278":{"redcap_data_access_group":"uchicago","main_record_id":"10356","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-25","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-25","date_and_time":"2022-04-25 10:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-09","sp_v1_preop_date":"2022-06-29","sp_v2_6wk_date":"2022-09-20","sp_v3_3mo_date":"2022-11-09","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50279":{"redcap_data_access_group":"uchicago","main_record_id":"10403","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":1,"date_of_contact":"2022-04-26","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-14","date_and_time":"2022-07-11 15:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-23","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-08-04","sp_v3_3mo_date":"2022-09-23","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 13:51:32","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50280":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50281":{"redcap_data_access_group":"uchicago","main_record_id":"10359","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-26","screening_age":"63","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-27","date_and_time":"2022-04-27 15:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"0","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"1","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-05-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Upon further review, the PI could not rule out revision for infection for this subject. They decided to end their enrollment in the study before any study related activities could occur. ","sp_data_site":"N/A"},"50283":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50284":{"redcap_data_access_group":"uchicago","main_record_id":"10426","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-29","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-12","date_and_time":"2022-07-12 14:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-18","sp_v1_preop_date":"2022-07-12","sp_v2_6wk_date":"2022-08-29","sp_v3_3mo_date":"2022-10-18","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50285":{"redcap_data_access_group":"uchicago","main_record_id":"10442","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-03","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"After expressing interest, subject did not return calls after several tries. ","obtain_date":"2022-08-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-13","sp_v1_preop_date":"2022-08-18","sp_v2_6wk_date":"2022-10-25","sp_v3_3mo_date":"2022-12-13","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50286":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-03","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50287":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50289":{"redcap_data_access_group":"uchicago","main_record_id":"10369","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-04","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-05","date_and_time":"2022-05-05 12:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2022-05-11","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-10-02","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50290":{"redcap_data_access_group":"uchicago","main_record_id":"10370","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-04","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-05","date_and_time":"2022-07-11 15:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-05","sp_v1_preop_date":"2022-06-08","sp_v2_6wk_date":"2022-08-16","sp_v3_3mo_date":"2022-10-05","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 13:43:46","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50291":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-04","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50292":{"redcap_data_access_group":"uchicago","main_record_id":"10372","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-05","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-06","date_and_time":"2022-07-11 15:36","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-21","sp_v1_preop_date":"2022-06-10","sp_v2_6wk_date":"2022-08-02","sp_v3_3mo_date":"2022-09-21","age":"66","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50294":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-09","screening_age":"78","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50293":{"redcap_data_access_group":"uchicago","main_record_id":"10411","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-10","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-23","date_and_time":"2022-07-11 15:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-07","sp_v1_preop_date":"2022-07-06","sp_v2_6wk_date":"2022-08-18","sp_v3_3mo_date":"2022-10-07","age":"81","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 13:58:10","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"acute daily survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50295":{"redcap_data_access_group":"uchicago","main_record_id":"10410","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-11","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-23","date_and_time":"2022-07-11 15:43","consent_process_form_complete":"0","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-08-24","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject missed two appointments for baseline and was unable to reschedule before he surgery. ","sp_data_site":"N/A"},"50296":{"redcap_data_access_group":"uchicago","main_record_id":"10409","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-16","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-23","date_and_time":"2022-07-11 15:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-01","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-09-12","sp_v3_3mo_date":"2022-11-01","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 13:56:03","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50297":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"77","screening_gender":"1","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50298":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Surgeon mentioned study prior to a member of the research team entering the room and reported they declined before research approached. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50299":{"redcap_data_access_group":"uchicago","main_record_id":"10392","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-26","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-27","date_and_time":"2022-07-11 10:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-09-14","sp_v3_3mo_date":"2022-11-03","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50300":{"redcap_data_access_group":"uchicago","main_record_id":"10393","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-26","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-27","date_and_time":"2022-07-11 11:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-18","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-08-29","sp_v3_3mo_date":"2022-10-18","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 13:49:55","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3--month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50301":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50302":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-27","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50303":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50304":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50305":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-01","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50306":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-09","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50307":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-01","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Surgery cancelled till further notice","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50308":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50309":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50310":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50311":{"redcap_data_access_group":"uchicago","main_record_id":"10412","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-06-02","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"1","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"1","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-06-23","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject signed consent on 6/3/2022 before PI review. PI assessed eligibility on 6/23/2022 and reported the subject has rheumatoid arthritis. Subject was notified and withdrawn. ","sp_data_site":"N/A"},"50312":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50313":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50314":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Subject said she'll call back when she decides ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50315":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50316":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too close to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50317":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Will contact us","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50318":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50319":{"redcap_data_access_group":"uchicago","main_record_id":"10413","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-14","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-21","sp_v1_preop_date":"2022-07-18","sp_v2_6wk_date":"2022-09-01","sp_v3_3mo_date":"2022-10-21","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50320":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50321":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50322":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50323":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-08","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50324":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"83","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50325":{"redcap_data_access_group":"uchicago","main_record_id":"10418","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-06-16","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-23","sp_v1_preop_date":"2022-07-19","sp_v2_6wk_date":"2022-10-04","sp_v3_3mo_date":"2022-11-23","age":"66","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"2023-01-30","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject chose to get surgery at outside hospital. ","sp_data_site":"N/A"},"50326":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-17","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50327":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-17","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50328":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-17","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50329":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50330":{"redcap_data_access_group":"uchicago","main_record_id":"10416","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-23","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-06","sp_v1_preop_date":"2022-07-05","sp_v2_6wk_date":"2022-08-17","sp_v3_3mo_date":"2022-10-06","age":"65","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 14:00:25","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50331":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-24","screening_age":"77","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50332":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-24","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50333":{"redcap_data_access_group":"uchicago","main_record_id":"10439","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-24","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-09","sp_v1_preop_date":"2022-08-26","sp_v2_6wk_date":"2022-10-21","sp_v3_3mo_date":"2022-12-09","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 14:06:14","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50334":{"redcap_data_access_group":"uchicago","main_record_id":"10440","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-24","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-09","sp_v1_preop_date":"2022-09-01","sp_v2_6wk_date":"2022-10-21","sp_v3_3mo_date":"2022-12-09","age":"61","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"2023-03-06","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50335":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50336":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50337":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50338":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50339":{"redcap_data_access_group":"uchicago","main_record_id":"10422","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-07","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-27","sp_v1_preop_date":"2022-07-19","sp_v2_6wk_date":"2022-09-07","sp_v3_3mo_date":"2022-10-27","age":"76","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"2022-08-24","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject was identified as having RA by the PI. Subject completed baseline surveys before being withdrawn. Study staff discussed the importance of withdrawing ineligible subjects in a timely manner. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-08-24 13:33:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Subject completed surveys but was not eligible for the study. ","erep_protdev_caplan":"Research staff discussed the importance of withdrawing subjects in a timely manner. ","erep_rel_covid19":"0"}}},"50340":{"redcap_data_access_group":"uchicago","main_record_id":"10423","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-07","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-20","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-08-31","sp_v3_3mo_date":"2022-10-20","age":"56","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-07-28 13:03:03","erep_ae_date":"2022-07-19","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-07-19 10:00","erep_resolution_date":"2022-07-19 10:15","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Subject reported no history of claustrophobia and marked \"no\" to claustrophobia on MRI screening form. 15 minutes into the MRI the subject asked to be removed and reported feeling anxious and being out of breath. Subject immediately removed from MRI and all symptoms resolved within a few minutes. Subject reported that they had just learned they were claustrophobic. Subject declined to continue MRI.","erep_action_taken":"Subject will stay in study but does not wish to complete MRI.","erep_outcome":"Recovered without sequelae","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-01 14:02:50","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Acute daily survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50341":{"redcap_data_access_group":"uchicago","main_record_id":"10425","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-07","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-19","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-10-31","sp_v3_3mo_date":"2022-12-19","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50342":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50343":{"redcap_data_access_group":"uchicago","main_record_id":"10424","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-08","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-02","sp_v1_preop_date":"2022-07-26","sp_v2_6wk_date":"2022-09-13","sp_v3_3mo_date":"2022-11-02","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50344":{"redcap_data_access_group":"uchicago","main_record_id":"10436","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-14","screening_age":"77","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"vm","obtain_date":"2022-07-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-23","sp_v1_preop_date":"2022-08-15","sp_v2_6wk_date":"2022-10-04","sp_v3_3mo_date":"2022-11-23","age":"77","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-01 14:04:56","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50345":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50346":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50347":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50348":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"78","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"no contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50349":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50350":{"redcap_data_access_group":"uchicago","main_record_id":"10443","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-20","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-29","sp_v1_preop_date":"2022-08-19","sp_v2_6wk_date":"2022-10-10","sp_v3_3mo_date":"2022-11-29","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50351":{"redcap_data_access_group":"uchicago","main_record_id":"10441","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-20","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-20","sp_v1_preop_date":"2023-02-16","sp_v2_6wk_date":"2023-04-03","sp_v3_3mo_date":"2023-05-20","age":"62","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-05-26 14:28:32","erep_ae_date":"2023-05-26","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-05-26 12:40","erep_resolution_date":"2023-05-26 17:28","erep_ae_severity":"3","erep_ae_relation":"3","erep_ae_serious":"1","erep_ae_desc":"During the subject's 3-month follow up visit the subject developed symptoms concerning for a stroke. Throughout most of the course of the visit the subject was AO3 and reported no symptoms. Near the end of the visit the subject began to complain of blurry vision while filling out a form. After completing the form the subject and research assistant went to a hallway in clinic to complete the 10 meter walk. Before the 10 meter walk the subject stumbled briefly but did not fall. The RA asked if the subject would like to continue, and she said yes. The subject completed the 10 meter walk with normal ambulation, but then reported dizziness. The RA had the subject sit in a chair and alerted clinic staff who took the subject's blood pressure. The subject's blood pressure was normal and clinic staff asked if the subject felt OK to walk. The subject said yes and stood up to walk back to the exam room. When the subject began to walk clinic staff noticed a new symptom that the subject was dragging their left foot when they walked and were visibly unsteady and unbalanced standing or walking. Clinic staff asked the subject to sit again and initiated a stroke assessment. The subject was no longer AO3 and displayed stroke symptoms. Clinical staff initiated an emergency response code. The code response team assessed the subject and admitted them on 26May2023 at 12:40.","erep_action_taken":"Subject will continue in study as planned. This was the subject's 3 month visit so they do not need to return for additional in-person visits. ","erep_outcome":"Following admission, the subject was seen by neuro who reported no concern for stroke or TIA at the time. At 17:18 subject appeared well and was discharged home with close PCP follow-up. Plan and return precautions discussed with subject, who verbalized understanding and agreement. All questions were answered to subject's satisfaction. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50352":{"redcap_data_access_group":"uchicago","main_record_id":"10438","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-27","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-29","date_and_time":"2022-07-29 13:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-01","sp_v1_preop_date":"2022-07-29","sp_v2_6wk_date":"2022-09-12","sp_v3_3mo_date":"2022-11-01","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50353":{"redcap_data_access_group":"uchicago","main_record_id":"10446","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-04","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-08","sp_v1_preop_date":"2022-08-26","sp_v2_6wk_date":"2022-10-20","sp_v3_3mo_date":"2022-12-08","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 07:52:27","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 07:53:33","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Acute daily survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-12-04 07:54:17","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2023-12-04 07:55:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50354":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-04","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50355":{"redcap_data_access_group":"uchicago","main_record_id":"10539","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-04","screening_age":"71","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-23","sp_v1_preop_date":"2023-01-18","sp_v2_6wk_date":"2023-03-06","sp_v3_3mo_date":"2023-04-23","age":"71","sex":"1","genident":"1","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50356":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50357":{"redcap_data_access_group":"uchicago","main_record_id":"10450","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-05","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-26","sp_v1_preop_date":"2022-09-21","sp_v2_6wk_date":"2022-12-06","sp_v3_3mo_date":"2023-01-25","age":"67","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 07:58:06","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 07:58:55","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50358":{"redcap_data_access_group":"uchicago","main_record_id":"10465","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-11","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-22","sp_v1_preop_date":"2024-04-19","sp_v2_6wk_date":"2024-06-03","sp_v3_3mo_date":"2024-07-22","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50359":{"redcap_data_access_group":"uchicago","main_record_id":"10448","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-11","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-14","sp_v1_preop_date":"2022-09-22","sp_v2_6wk_date":"2022-11-24","sp_v3_3mo_date":"2023-01-13","age":"77","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50360":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50361":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"74","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50362":{"redcap_data_access_group":"uchicago","main_record_id":"10454","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-12","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-07","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-12-19","sp_v3_3mo_date":"2023-02-06","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-11-21","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject was verbally abusive to site staff on multiple occasions. Please do not contact this subject.","sp_data_site":"N/A"},"50363":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-08","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50364":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50365":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-04","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50366":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50367":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-15","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50368":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-22","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50369":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50370":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50371":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50372":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50373":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50374":{"redcap_data_access_group":"uchicago","main_record_id":"10462","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-19","screening_age":"54","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-14","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"During baseline visit subject was only able to complete T1 scan. Subject could not be rescheduled to complete rest of visit before their surgery. ","sp_data_site":"N/A"},"50375":{"redcap_data_access_group":"uchicago","main_record_id":"10463","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-25","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-14","sp_v1_preop_date":"2022-09-06","sp_v2_6wk_date":"2022-10-26","sp_v3_3mo_date":"2022-12-14","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-11-01","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"2","ewcomments":"Subject scheduled their second knee surgery 3< months after their first knee. Subject notified and withdrawn. ","sp_data_site":"N/A"},"50376":{"redcap_data_access_group":"uchicago","main_record_id":"10461","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-25","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-17","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-11-27","sp_v3_3mo_date":"2023-01-16","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2023-01-30","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject canceled baseline visit appointment and then proceeded with the surgery. ","sp_data_site":"N/A"},"50377":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50378":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50379":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Can't get time off from work before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50380":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"83","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50381":{"redcap_data_access_group":"uchicago","main_record_id":"10484","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-31","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-06-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was cancelled. ","sp_data_site":"N/A"},"50382":{"redcap_data_access_group":"uchicago","main_record_id":"10466","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-02","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-02","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50383":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50384":{"redcap_data_access_group":"uchicago","main_record_id":"10489","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-02","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"80","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"2023-10-25","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Surgery was canceled, not rescheduled.","sp_data_site":"N/A"},"50389":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50400":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50401":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"78","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50402":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50403":{"redcap_data_access_group":"uchicago","main_record_id":"10483","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-28","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-29","date_and_time":"2023-03-13 09:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-08","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-12-20","sp_v3_3mo_date":"2023-02-07","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:00:20","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50404":{"redcap_data_access_group":"uchicago","main_record_id":"10525","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-30","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-11-29","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject had to cancel visit and was unable to reschedule due to the visit being scheduled close to surgery. ","sp_data_site":"N/A"},"50405":{"redcap_data_access_group":"uchicago","main_record_id":"10487","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-29","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-10","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"69","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:02:47","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 08:03:29","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50406":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-30","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50407":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Planned bilateral surgery less than 3m apart","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50408":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50409":{"redcap_data_access_group":"uchicago","main_record_id":"10536","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-03","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Research staff was unable to scheduled the subject for their baseline visit prior to their surgery. ","sp_data_site":"N/A"},"50410":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50411":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"69","screening_gender":"2","screening_race":"5","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50418":{"redcap_data_access_group":"uchicago","main_record_id":"10663","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-12","screening_age":"37","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-26","sp_v1_preop_date":"2023-04-24","sp_v2_6wk_date":"2023-06-07","sp_v3_3mo_date":"2023-07-26","age":"38","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50419":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50420":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"82","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50421":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50422":{"redcap_data_access_group":"uchicago","main_record_id":"10513","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-14","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-11","sp_v1_preop_date":"2022-11-09","sp_v2_6wk_date":"2022-12-23","sp_v3_3mo_date":"2023-02-10","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50423":{"redcap_data_access_group":"uchicago","main_record_id":"10498","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-18","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-11","sp_v1_preop_date":"2022-12-07","sp_v2_6wk_date":"2023-02-22","sp_v3_3mo_date":"2023-04-11","age":"64","sex":"2","genident":"2","ethnic":"1","dem_race":"1","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50424":{"redcap_data_access_group":"uchicago","main_record_id":"10506","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-26","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-14","sp_v1_preop_date":"2022-10-28","sp_v2_6wk_date":"2022-12-26","sp_v3_3mo_date":"2023-02-13","age":"66","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-03-10 08:50:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Research staff accidently inflated the cuff during the first resting scan in the mri. Research staff treated this scan like cuff 1 and proceeded with cuff 2 afterwards. Rest 1 was completed at the end of the scan. ","erep_protdev_caplan":"Research staff reviewed the imaging protocol, and discussed how to avoid this mistake in the future. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 08:05:11","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50416":{"redcap_data_access_group":"uchicago","main_record_id":"10511","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-07","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-29","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-01-10","sp_v3_3mo_date":"2023-02-28","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50425":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50430":{"redcap_data_access_group":"uchicago","main_record_id":"10518","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-08","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-15","sp_v1_preop_date":"2022-11-21","sp_v2_6wk_date":"2023-01-26","sp_v3_3mo_date":"2023-03-16","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:06:12","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 08:06:59","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50431":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50432":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50433":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-25","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50434":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50435":{"redcap_data_access_group":"uchicago","main_record_id":"10537","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-08","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject stopped responding to study team after consenting. Multiple emails and calls were made to the subject but they did not respond.","sp_data_site":"N/A"},"50436":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50412":{"redcap_data_access_group":"uchicago","main_record_id":"10538","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-07","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-23","sp_v1_preop_date":"2023-01-20","sp_v2_6wk_date":"2023-03-06","sp_v3_3mo_date":"2023-04-23","age":"64","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50437":{"redcap_data_access_group":"uchicago","main_record_id":"10589","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-15","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-26","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-03-09","sp_v3_3mo_date":"2023-04-26","age":"68","sex":"1","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50438":{"redcap_data_access_group":"uchicago","main_record_id":"10591","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-16","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-14","sp_v1_preop_date":"2023-02-07","sp_v2_6wk_date":"2023-03-28","sp_v3_3mo_date":"2023-05-14","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"1|3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:08:59","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"expectation items completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 08:09:33","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50439":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50440":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50441":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"76","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50442":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50443":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50444":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50445":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50446":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50447":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50448":{"redcap_data_access_group":"uchicago","main_record_id":"10553","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-14","screening_age":"71","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-16","date_and_time":"2022-12-16 11:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-27","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-03-10","sp_v3_3mo_date":"2023-04-27","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50449":{"redcap_data_access_group":"uchicago","main_record_id":"10554","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-16","date_and_time":"2022-12-16 11:20","consent_process_form_complete":"2","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Research staff was unable to schedule the subject for their baseline visit prior to their surgery. ","sp_data_site":"N/A"},"50451":{"redcap_data_access_group":"uchicago","main_record_id":"10592","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-16","sp_v1_preop_date":"2023-02-13","sp_v2_6wk_date":"2023-03-30","sp_v3_3mo_date":"2023-05-16","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50452":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50453":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50454":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50455":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50456":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No contact ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50457":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50458":{"redcap_data_access_group":"uchicago","main_record_id":"10577","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-11","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-11","date_and_time":"N/A","consent_process_form_complete":"0","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Research staff was unable to schedule the subject for their baseline visit prior to their surgery. ","sp_data_site":"N/A"},"50459":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50460":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50464":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50465":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50466":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50467":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50468":{"redcap_data_access_group":"uchicago","main_record_id":"10636","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-24","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-18","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-29","sp_v3_3mo_date":"2023-08-18","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was canceled and not rescheduled.","sp_data_site":"N/A"},"50469":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50470":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50471":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50472":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50473":{"redcap_data_access_group":"uchicago","main_record_id":"10595","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-26","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-13","sp_v1_preop_date":"2023-02-09","sp_v2_6wk_date":"2023-03-27","sp_v3_3mo_date":"2023-05-13","age":"50","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50474":{"redcap_data_access_group":"uchicago","main_record_id":"10603","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-27","screening_age":"64","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-15","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-03-29","sp_v3_3mo_date":"2023-05-15","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:10:46","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 08:11:24","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-12-04 08:12:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50475":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50476":{"redcap_data_access_group":"uchicago","main_record_id":"10601","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-30","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-24","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-05-05","sp_v3_3mo_date":"2023-06-24","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject completed V1 then stopped answering our calls/emails. Research team made multiple attempts to contact subject April - May 2023.","sp_data_site":"N/A"},"50478":{"redcap_data_access_group":"uchicago","main_record_id":"10607","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-01","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-16","sp_v1_preop_date":"2023-02-15","sp_v2_6wk_date":"2023-03-30","sp_v3_3mo_date":"2023-05-16","age":"80","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50479":{"redcap_data_access_group":"uchicago","main_record_id":"10606","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-01","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-10","sp_v1_preop_date":"2023-02-08","sp_v2_6wk_date":"2023-03-24","sp_v3_3mo_date":"2023-05-10","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50480":{"redcap_data_access_group":"uchicago","main_record_id":"10610","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-01","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-21","sp_v1_preop_date":"2023-02-17","sp_v2_6wk_date":"2023-04-04","sp_v3_3mo_date":"2023-05-21","age":"51","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50481":{"redcap_data_access_group":"uchicago","main_record_id":"10605","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-21","sp_v1_preop_date":"2023-02-15","sp_v2_6wk_date":"2023-04-04","sp_v3_3mo_date":"2023-05-21","age":"67","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:13:08","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 08:13:59","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-12-04 08:14:28","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-month survey completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50482":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-03","screening_age":"83","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50483":{"redcap_data_access_group":"uchicago","main_record_id":"10617","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-03","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-01","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"PI identified that subject has rheumatoid arthritis. ","sp_data_site":"N/A"},"50484":{"redcap_data_access_group":"uchicago","main_record_id":"10614","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-10","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-10","date_and_time":"2023-02-10 19:26","consent_process_form_complete":"0","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-28","sp_v1_preop_date":"2023-02-27","sp_v2_6wk_date":"2023-04-11","sp_v3_3mo_date":"2023-05-28","age":"72","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:16:22","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 08:17:14","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50485":{"redcap_data_access_group":"uchicago","main_record_id":"10613","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-10","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-21","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-05-02","sp_v3_3mo_date":"2023-06-21","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-03-17 14:05:54","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-03-21 08:07:19","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Subject requested to get blood draw day of surgery before surgery. They declined blood draw during visit. ","erep_protdev_caplan":"Everything was done correctly to accommodate the subject giving blood on their visit day. Subject elected to not give blood on this day. ","erep_rel_covid19":"0"}}},"50486":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50487":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50488":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50489":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50490":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50491":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50492":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50493":{"redcap_data_access_group":"uchicago","main_record_id":"10632","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-20","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-03","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject stopped responding after signing the consent form. The research team followed up multiple times leading up to her surgery date on 7/18/23.","sp_data_site":"N/A"},"50494":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50496":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50500":{"redcap_data_access_group":"uchicago","main_record_id":"10631","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-01","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-07","sp_v1_preop_date":"2023-04-04","sp_v2_6wk_date":"2023-05-19","sp_v3_3mo_date":"2023-07-07","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject completed V1 then stopped answering our calls and emails. The research team made multiple attempts to contact him in May and June 2023.","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-02-29 08:04:17","erep_ae_date":"2023-04-04","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-04-04 13:15","erep_resolution_date":"2023-04-04 13:25","erep_ae_severity":"1","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"The subject warned about his claustrophobia. He believed talking through the process before and during the exam would help. ","erep_action_taken":" Extra care was given to ensure his comfort when preparing for the MRI but the subject could not continue once the head coil was placed and asked to leave.","erep_outcome":"In the future, we plan on giving a brief summary of the MRI process when calling the subject for their screen. In this way they are more informed therefore mentally equipped for the procedure. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50497":{"redcap_data_access_group":"uchicago","main_record_id":"10641","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-28","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-05-02","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50501":{"redcap_data_access_group":"uchicago","main_record_id":"10637","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-02","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-05-25","sp_v3_3mo_date":"2023-07-13","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50505":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-08","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50506":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50507":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"84","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50508":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50509":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50514":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50515":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"56","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50520":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"52","screening_gender":"1","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50523":{"redcap_data_access_group":"uchicago","main_record_id":"10665","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-31","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-05","date_and_time":"2023-10-03 13:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-22","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-03","sp_v3_3mo_date":"2023-09-22","age":"60","sex":"1","genident":"1","ethnic":"N/A","dem_race":"1","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50524":{"redcap_data_access_group":"uchicago","main_record_id":"10677","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-05","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-26","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-07","sp_v3_3mo_date":"2023-08-26","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-02","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was canceled and not rescheduled.","sp_data_site":"N/A"},"50525":{"redcap_data_access_group":"uchicago","main_record_id":"10670","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-03","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-11","date_and_time":"2023-10-03 13:31","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-25","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-06","sp_v3_3mo_date":"2023-08-25","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:25:39","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50526":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-13","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50527":{"redcap_data_access_group":"uchicago","main_record_id":"10703","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-13","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-16","date_and_time":"2023-10-03 13:35","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-26","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-07","sp_v3_3mo_date":"2023-08-26","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50528":{"redcap_data_access_group":"uchicago","main_record_id":"10680","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-18","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-28","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-09","sp_v3_3mo_date":"2023-07-28","age":"54","sex":"1","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50530":{"redcap_data_access_group":"uchicago","main_record_id":"10685","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-20","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-24","date_and_time":"2023-10-03 13:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"78","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50531":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50532":{"redcap_data_access_group":"uchicago","main_record_id":"10695","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-02","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-08","date_and_time":"2023-10-03 13:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-06","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-17","sp_v3_3mo_date":"2023-10-06","age":"70","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50533":{"redcap_data_access_group":"uchicago","main_record_id":"10699","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-02","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-09","date_and_time":"2023-10-03 13:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-29","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-10","sp_v3_3mo_date":"2023-09-29","age":"59","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:27:07","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50535":{"redcap_data_access_group":"uchicago","main_record_id":"10697","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-03","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was canceled and not rescheduled.","sp_data_site":"N/A"},"50536":{"redcap_data_access_group":"uchicago","main_record_id":"10706","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-21","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-23","date_and_time":"2023-10-03 13:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-23","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-04","sp_v3_3mo_date":"2023-09-23","age":"70","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-29 15:18:19","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-10-03 14:34:09","erep_ae_date":"2023-06-14","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-06-14 14:34","erep_resolution_date":"2023-06-18 14:34","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"When completing reminder call for 3-month visit, participant stated she did not want to do the MRI. She said that after the last MRI she had a headache for 4 days. Participant attributed headache to the MRI. ","erep_action_taken":"did not complete MRI for 3-month visit. ","erep_outcome":"MRI was not completed during 3-month visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50534":{"redcap_data_access_group":"uchicago","main_record_id":"10696","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-27","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-08","date_and_time":"2023-10-03 13:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-07","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-19","sp_v3_3mo_date":"2023-09-07","age":"61","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50537":{"redcap_data_access_group":"uchicago","main_record_id":"10707","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-12","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-23","date_and_time":"2023-10-03 13:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-05","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-17","sp_v3_3mo_date":"2023-09-05","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-09-22 15:11:49","erep_ae_date":"2023-09-11","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-09-11 13:50","erep_resolution_date":"2023-09-11 13:50","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"We positioned subject in scanner and left room. Subject immediately pushed the emergency call button and said she couldn't complete MRI. Subject asked to be removed from scanner. Subject felt claustrophobic during her clinical spine MRI but was willing to try this one. No scans were completed/begun during this MRI.","erep_action_taken":"MRI scan did not begin; subject was removed","erep_outcome":"subject did not complete MRI scan","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50541":{"redcap_data_access_group":"uchicago","main_record_id":"10732","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-08","screening_age":"47","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-26","sp_v1_preop_date":"2024-02-19","sp_v2_6wk_date":"2024-04-08","sp_v3_3mo_date":"2024-05-26","age":"48","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-10 09:50:29","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participant had a knee revision surgery on 3/15.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50544":{"redcap_data_access_group":"uchicago","main_record_id":"10745","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-12","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-10","date_and_time":"2023-10-03 14:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-24","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-09-04","sp_v3_3mo_date":"2023-10-24","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50545":{"redcap_data_access_group":"uchicago","main_record_id":"10731","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-14","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-06-23","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Study team tried repeatedly to contact the subject to schedule their baseline visit but were unable to do so prior to their surgery date. ","sp_data_site":"N/A"},"50547":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50548":{"redcap_data_access_group":"uchicago","main_record_id":"10878","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-20","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-27","date_and_time":"2023-11-27 08:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-03","sp_v1_preop_date":"2023-12-01","sp_v2_6wk_date":"2024-02-14","sp_v3_3mo_date":"2024-04-03","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50558":{"redcap_data_access_group":"uchicago","main_record_id":"10768","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"N/A","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-02-26","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Surgery canceled; no reschedule date.","sp_data_site":"N/A"},"50559":{"redcap_data_access_group":"uchicago","main_record_id":"10779","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-04","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"1","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-08-11","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject was consented in person at baseline visit. While reviewing the consent form, the subject could not remember the details of the study, had difficulty remembering and spelling her name, and was confused about how to complete the form overall. Research staff consulted the clinical team and decided not to move forward with consenting the subject. ","sp_data_site":"N/A"},"50561":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50553":{"redcap_data_access_group":"uchicago","main_record_id":"10755","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-19","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-11-13","sp_v3_3mo_date":"2024-01-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject changed their mind about participating due to the MRI/their claustrophobia. ","sp_data_site":"N/A"},"50554":{"redcap_data_access_group":"uchicago","main_record_id":"10756","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-19","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-24","date_and_time":"2023-10-03 14:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-28","sp_v1_preop_date":"2023-08-31","sp_v2_6wk_date":"2023-11-08","sp_v3_3mo_date":"2023-12-28","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:30:35","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50566":{"redcap_data_access_group":"uchicago","main_record_id":"10785","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-11","screening_age":"73","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-19","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-10-31","sp_v3_3mo_date":"2023-12-19","age":"73","sex":"2","genident":"2","ethnic":"N/A","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-05 07:49:03","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline survey completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before the window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-05 07:50:14","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed outside of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50565":{"redcap_data_access_group":"uchicago","main_record_id":"10789","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-11","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-03","sp_v1_preop_date":"2023-09-22","sp_v2_6wk_date":"2023-11-13","sp_v3_3mo_date":"2024-01-02","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-05 07:51:56","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-01-24 13:50:31","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"MRI imaging was done outside of time window due to both patient, research staff, and MRI schedule availabilities. \r\n\r\nSubject originally had an MRI time slot that was within window, but then she had to cancel last minute. The next MRI spot that worked for everyone was out of window.","erep_protdev_caplan":"Follow up with patient sooner to coordinate schedules.","erep_rel_covid19":"0"}}},"50572":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-14","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50573":{"redcap_data_access_group":"uchicago","main_record_id":"10800","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-31","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-24","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2023-12-04","sp_v3_3mo_date":"2024-01-23","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50574":{"redcap_data_access_group":"uchicago","main_record_id":"10805","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-01","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-10","sp_v1_preop_date":"2023-11-02","sp_v2_6wk_date":"2023-12-22","sp_v3_3mo_date":"2024-02-09","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50575":{"redcap_data_access_group":"uchicago","main_record_id":"10802","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-01","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-08","date_and_time":"2023-10-03 13:20","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-02","sp_v1_preop_date":"2023-11-01","sp_v2_6wk_date":"2023-12-14","sp_v3_3mo_date":"2024-02-01","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-12-05","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was canceled and not rescheduled.","sp_data_site":"N/A"},"50577":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50578":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50579":{"redcap_data_access_group":"uchicago","main_record_id":"10810","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-14","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-15","date_and_time":"2023-10-03 13:10","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-09-20","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-12-05","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject completed V1 9/20/23. Subject's surgery was cancelled the same day and rescheduled for 12/5/23. Subject cancelled new surgery and will not be rescheduling until next year. Will reach out again once surgery is rescheduled.","sp_data_site":"N/A"},"50580":{"redcap_data_access_group":"uchicago","main_record_id":"10817","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-14","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-22","date_and_time":"2023-10-03 13:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-13","sp_v1_preop_date":"2023-10-04","sp_v2_6wk_date":"2023-11-23","sp_v3_3mo_date":"2024-01-12","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50581":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50582":{"redcap_data_access_group":"uchicago","main_record_id":"10821","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-22","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-28","date_and_time":"2023-10-03 13:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-02","sp_v1_preop_date":"2023-10-30","sp_v2_6wk_date":"2023-12-14","sp_v3_3mo_date":"2024-02-01","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50546":{"redcap_data_access_group":"uchicago","main_record_id":"10738","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-28","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-30","date_and_time":"2023-10-03 14:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-10","sp_v1_preop_date":"2023-07-07","sp_v2_6wk_date":"2023-08-21","sp_v3_3mo_date":"2023-10-10","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50555":{"redcap_data_access_group":"uchicago","main_record_id":"10757","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-20","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-24","date_and_time":"2023-10-03 14:12","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-07","sp_v1_preop_date":"2023-08-29","sp_v2_6wk_date":"2023-10-19","sp_v3_3mo_date":"2023-12-07","age":"60","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50556":{"redcap_data_access_group":"uchicago","main_record_id":"10758","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-21","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-24","date_and_time":"2023-10-03 14:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-11","sp_v1_preop_date":"2023-09-01","sp_v2_6wk_date":"2023-10-23","sp_v3_3mo_date":"2023-12-11","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:32:18","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50557":{"redcap_data_access_group":"uchicago","main_record_id":"10766","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-28","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-04","date_and_time":"2023-10-03 14:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-21","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-10-02","sp_v3_3mo_date":"2023-11-21","age":"61","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-05 07:42:54","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50560":{"redcap_data_access_group":"uchicago","main_record_id":"10775","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-04","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-10","date_and_time":"2023-10-03 14:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-05","sp_v1_preop_date":"2023-10-02","sp_v2_6wk_date":"2023-11-15","sp_v3_3mo_date":"2024-01-04","age":"67","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-14 11:43:39","erep_ae_date":"2023-10-30","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-10-30 00:00","erep_resolution_date":"","erep_ae_severity":"2","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"After participant's surgery and when trying to see when they could come in for their 6-week visit, it was noted in their chart that they were newly diagnosed with an acute DVT.","erep_action_taken":"None","erep_outcome":"Recovered without sequelae.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":""}}},"50519":{"redcap_data_access_group":"uchicago","main_record_id":"10658","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-28","screening_age":"57","screening_gender":"1","screening_race":"6","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-12","sp_v1_preop_date":"2023-04-10","sp_v2_6wk_date":"2023-05-24","sp_v3_3mo_date":"2023-07-12","age":"57","sex":"1","genident":"1","ethnic":"1","dem_race":"1","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50584":{"redcap_data_access_group":"uchicago","main_record_id":"10833","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-09","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject does not have the time to participate in the study at this time. ","sp_data_site":"N/A"},"50585":{"redcap_data_access_group":"uchicago","main_record_id":"10834","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-12","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-12-05","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Subject recently had a cochlear implant put in that is not compatible with the MRI. We informed her she could no longer participate in the study. ","sp_data_site":"N/A"},"50586":{"redcap_data_access_group":"uchicago","main_record_id":"10836","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-10","sp_v1_preop_date":"2023-11-03","sp_v2_6wk_date":"2023-12-22","sp_v3_3mo_date":"2024-02-09","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50587":{"redcap_data_access_group":"uchicago","main_record_id":"10835","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-02","sp_v1_preop_date":"2023-10-26","sp_v2_6wk_date":"2023-12-14","sp_v3_3mo_date":"2024-02-01","age":"55","sex":"1","genident":"1","ethnic":"N/A","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-05 07:55:31","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline survey completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50588":{"redcap_data_access_group":"uchicago","main_record_id":"10844","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-19","sp_v1_preop_date":"2023-12-05","sp_v2_6wk_date":"2024-01-30","sp_v3_3mo_date":"2024-03-19","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2024-01-19","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Patient's surgery was cancelled after they completed their V1. Multiple attempts were made to contact the subject to see if they planned to reschedule their surgery, but they did not respond. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-20 11:52:07","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys completed out of window.","erep_protdev_caplan":"Follow-up with participant about completing surveys within window.","erep_rel_covid19":"0"}}},"50589":{"redcap_data_access_group":"uchicago","main_record_id":"10837","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"1","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-12-05","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"MRI cancelled due to contraindication. Subject can no longer participate in study. ","sp_data_site":"N/A"},"50590":{"redcap_data_access_group":"uchicago","main_record_id":"10853","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-01","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-02","date_and_time":"2023-11-02 12:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-15","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2023-12-27","sp_v3_3mo_date":"2024-02-14","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50591":{"redcap_data_access_group":"uchicago","main_record_id":"10865","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-10","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-13","date_and_time":"2023-11-13 07:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-14","sp_v1_preop_date":"2023-11-13","sp_v2_6wk_date":"2023-12-26","sp_v3_3mo_date":"2024-02-13","age":"53","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-30 12:45:50","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month surveys were completed one day before window started. The tracker that the research staff uses had incorrect window start date because it did not take into account the additional day for leap year.","erep_protdev_caplan":"Research staff will correct the tracker that is used for scheduling patients by one day in order to account for leap year.","erep_rel_covid19":"0"}}},"50592":{"redcap_data_access_group":"uchicago","main_record_id":"10864","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-10","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-10","date_and_time":"2023-11-10 08:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-27","sp_v1_preop_date":"2023-11-15","sp_v2_6wk_date":"2024-01-08","sp_v3_3mo_date":"2024-02-26","age":"60","sex":"2","genident":"N/A","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50593":{"redcap_data_access_group":"uchicago","main_record_id":"10866","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-13","screening_age":"54","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-13","date_and_time":"2023-11-13 16:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-30","sp_v1_preop_date":"2023-11-29","sp_v2_6wk_date":"2024-01-11","sp_v3_3mo_date":"2024-02-29","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-01 08:41:14","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Subject's 3-month visit is out of window. Participant was initially supposed to come in during time window but had to reschedule due to a pressing family matter. Then there were many issues with rescheduling the visit due to MRI availability and participant's work schedule, therefore visit is out of window.","erep_protdev_caplan":"Research staff has worked with MRI team on site to start blocking MRI spots ahead of time. We hope this will resolve some of the scheduling issues that might come up in the future.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-04-01 08:48:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Subject's 3-month post-op surveys were completed one day after window. ","erep_protdev_caplan":"Follow up with participant and send reminders to ensure surveys are completed within time frame.","erep_rel_covid19":"0"}}},"50594":{"redcap_data_access_group":"uchicago","main_record_id":"10867","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-13","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-14","date_and_time":"2023-11-14 14:00","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-04","sp_v1_preop_date":"2023-11-27","sp_v2_6wk_date":"2024-01-15","sp_v3_3mo_date":"2024-03-04","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-07 08:08:09","erep_ae_date":"2023-11-27","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-11-27 13:40","erep_resolution_date":"2023-11-27 13:41","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Participant was asleep during the initial scans. Then, after DWI and before Rest 1 scan, participant woke up and pressed emergency call button and wanted to be removed from scanner. Stated he felt very hot and claustrophobic and did not want to continue with MRI imaging.","erep_action_taken":"Removed participant from scanner and ended scans.","erep_outcome":"Recovered without sequelae.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50595":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"73","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50596":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"34","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50597":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-13","screening_age":"72","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50598":{"redcap_data_access_group":"uchicago","main_record_id":"10875","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-21","date_and_time":"2023-11-21 13:41","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-14","sp_v1_preop_date":"2023-12-12","sp_v2_6wk_date":"2024-01-25","sp_v3_3mo_date":"2024-03-14","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50599":{"redcap_data_access_group":"uchicago","main_record_id":"10879","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-27","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-27","date_and_time":"2023-11-27 09:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-02","sp_v1_preop_date":"2023-12-21","sp_v2_6wk_date":"2024-02-13","sp_v3_3mo_date":"2024-04-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-01-05","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject's V1 was originally scheduled for 12/6 but asked to reschedule for 12/21 because she was going through a lot personally and financially. Subject emailed research team on 12/19 and cancelled the visit. Research team made multiple attempts to reschedule the subject via phone calls and email but were unable to reach her prior to her surgery on 1/2/24.","sp_data_site":"N/A"},"50600":{"redcap_data_access_group":"uchicago","main_record_id":"10880","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-28","screening_age":"45","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-28","date_and_time":"2023-11-28 12:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"45","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"2024-04-01","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"surgery postponed - white blood count was up. Do not know when new date will be.","sp_data_site":"N/A"},"50601":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50602":{"redcap_data_access_group":"uchicago","main_record_id":"10885","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-30","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-30","date_and_time":"2023-11-30 15:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-26","sp_v1_preop_date":"2024-01-11","sp_v2_6wk_date":"2024-03-08","sp_v3_3mo_date":"2024-04-26","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50603":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-01","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Subject has some other health and personal issues that need to be take priority.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50604":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Surgery is being rescheduled. Does not have new date yet.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50605":{"redcap_data_access_group":"uchicago","main_record_id":"10916","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-07","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-17","date_and_time":"2024-01-18 09:18","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-25","sp_v1_preop_date":"2024-02-09","sp_v2_6wk_date":"2024-05-06","sp_v3_3mo_date":"2024-06-25","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-31 12:40:07","erep_ae_date":"2024-01-17","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2024-01-17 09:30","erep_resolution_date":"2024-01-17 09:32","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Subject was in MRI and pressed call button at the end of DWI scan stating that she was having a lot of pain and discomfort in her right knee, opposite knee that she is having surgery on. Noted she has never had that pain before. Research and MRI staff tried to add more pillows under knee to help with pain but that did not help.","erep_action_taken":"","erep_outcome":"Asked subject if she wanted to continue with MRI procedure and she said no. Rest of the scans were not completed.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50606":{"redcap_data_access_group":"uchicago","main_record_id":"10896","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-08","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-08","date_and_time":"2023-12-08 12:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-29","sp_v1_preop_date":"2023-12-11","sp_v2_6wk_date":"2024-02-09","sp_v3_3mo_date":"2024-03-29","age":"66","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"2024-01-19","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Patient's surgery was cancelled after they completed their V1. Multiple attempts were made to contact the subject to see if they planned to reschedule their surgery but they did not respond. ","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-04 08:02:49","erep_ae_date":"2023-12-11","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-12-11 12:30","erep_resolution_date":"2023-12-11 12:31","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Participant had pain while blood was being drawn, so she asked phlebotomist to stop. She developed a bruise on her hand where the needle was inserted.","erep_action_taken":"Stopped drawing blood.","erep_outcome":"Recovered without sequelae.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50607":{"redcap_data_access_group":"uchicago","main_record_id":"10902","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-21","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-21","date_and_time":"2023-12-21 13:19","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-04-01","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"surgery postponed - being treated for cancer right now. New surgery date TBD","sp_data_site":"N/A"},"50608":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-21","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient recently had a PFO closure. Her doctor recommended that she not do an MRI until after 3 months of procedure, therefore she declined participation in study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50609":{"redcap_data_access_group":"uchicago","main_record_id":"10904","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-22","screening_age":"63","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-27","date_and_time":"2023-12-27 10:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-08","sp_v1_preop_date":"2024-01-04","sp_v2_6wk_date":"2024-02-19","sp_v3_3mo_date":"2024-04-08","age":"63","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50610":{"redcap_data_access_group":"uchicago","main_record_id":"10943","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-13","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-13","date_and_time":"2024-02-13 17:26","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-29","sp_v1_preop_date":"2024-02-19","sp_v2_6wk_date":"2024-04-11","sp_v3_3mo_date":"2024-05-29","age":"61","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50611":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient surgery was cancelled.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50612":{"redcap_data_access_group":"uchicago","main_record_id":"10911","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-04","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-10","date_and_time":"2024-01-10 13:06","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-12","sp_v1_preop_date":"2024-01-10","sp_v2_6wk_date":"2024-02-23","sp_v3_3mo_date":"2024-04-12","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50613":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-16","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50614":{"redcap_data_access_group":"uchicago","main_record_id":"10926","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-19","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-23","date_and_time":"2024-01-23 11:54","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-09","sp_v1_preop_date":"2024-02-08","sp_v2_6wk_date":"2024-03-22","sp_v3_3mo_date":"2024-05-09","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50615":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-19","screening_age":"70","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Subject ultimately decided that the study was too time consuming and did not want to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50616":{"redcap_data_access_group":"uchicago","main_record_id":"10924","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-18","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-18","date_and_time":"2024-01-18 13:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-22","sp_v1_preop_date":"2024-01-31","sp_v2_6wk_date":"2024-04-04","sp_v3_3mo_date":"2024-05-22","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-13 10:23:09","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"The subject wanted to schedule his V2 as the same time as his ortho appointment so V2 was 2 weeks early, so it was out of window.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-03-13 10:27:30","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Subject V2 survey was completed out of window due to RA sending it early.","erep_protdev_caplan":"Next time we will make sure the surveys are sent in window.","erep_rel_covid19":"0"}}},"50617":{"redcap_data_access_group":"uchicago","main_record_id":"10929","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-18","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-24","date_and_time":"2024-01-24 07:43","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-20","sp_v1_preop_date":"2024-02-16","sp_v2_6wk_date":"2024-04-02","sp_v3_3mo_date":"2024-05-20","age":"63","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-16 07:41:48","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant's V2 is out of window because she wanted to come in the same day as her post-op appointment with her doctor.","erep_protdev_caplan":"Work with doctors and nurses to see if patient appointments can be changed so they are in-window with A2CPS.","erep_rel_covid19":"0"}}},"50618":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"82","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient ultimately decided not to participate. Has some other health issues and a lot going on right now.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50619":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-26","screening_age":"74","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50620":{"redcap_data_access_group":"uchicago","main_record_id":"10935","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-01","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-05","date_and_time":"2024-02-05 15:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-03-20","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Surgery postponed because her insurance lapsed. Do not know when new surgery date will be.","sp_data_site":"N/A"},"50621":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-12","screening_age":"63","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50622":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-05","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives in South Bend. Has a lot going on and lives far away, so ultimately chose not to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50623":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient has MRI contraindication","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50624":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-05","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50625":{"redcap_data_access_group":"uchicago","main_record_id":"10938","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-06","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-06","date_and_time":"2024-02-06 14:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-03-20","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Surgery postponed indefinitely. New date TBD as she has gained weight and has family issues at the moment.","sp_data_site":"N/A"},"50626":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-05","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient decided not to particpate. Sounds like too much for her and does not want to go through with it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50627":{"redcap_data_access_group":"uchicago","main_record_id":"10936","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-05","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-13","date_and_time":"2024-02-13 14:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-26","sp_v1_preop_date":"2024-02-13","sp_v2_6wk_date":"2024-04-08","sp_v3_3mo_date":"2024-05-26","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2024-03-20","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Surgery postponed because she had new onset A fib in the pre op area. She has to be cleared by cardiology and see the hospitalist again.","sp_data_site":"N/A"},"50628":{"redcap_data_access_group":"uchicago","main_record_id":"10937","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-06","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-06","date_and_time":"2024-02-06 13:37","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-20","sp_v1_preop_date":"2024-03-12","sp_v2_6wk_date":"2024-05-01","sp_v3_3mo_date":"2024-06-20","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-02-26","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"2","ewcomments":"Second knee procedure scheduled.","sp_data_site":"N/A"},"50629":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-26","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Participant did not want anyone having access to blood sample and DNA, and ultimately decided he was uninterested in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50630":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50631":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Could not commit to amount of time due to her work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50632":{"redcap_data_access_group":"uchicago","main_record_id":"10947","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-20","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-20","date_and_time":"2024-02-20 09:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-07","sp_v1_preop_date":"2024-02-21","sp_v2_6wk_date":"2024-04-18","sp_v3_3mo_date":"2024-06-07","age":"84","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50633":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-21","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Participant has already been in study for other knee.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50634":{"redcap_data_access_group":"uchicago","main_record_id":"10953","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-29","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-29","date_and_time":"2024-02-29 15:08","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-14","sp_v1_preop_date":"2024-03-12","sp_v2_6wk_date":"2024-04-25","sp_v3_3mo_date":"2024-06-14","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-18 06:59:06","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"V1 surveys were completed a couple days after subject's surgery.","erep_protdev_caplan":"Complete surveys with subject in-person at next visit.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-04-18 09:10:54","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participant is having a revision surgery on 4/18.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50635":{"redcap_data_access_group":"uchicago","main_record_id":"10951","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-28","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-28","date_and_time":"2024-02-28 12:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2024-03-11","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"66","sex":"2","genident":"2","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50636":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-26","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50637":{"redcap_data_access_group":"uchicago","main_record_id":"10954","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-26","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-12","date_and_time":"2024-03-12 12:22","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-20","sp_v1_preop_date":"2024-03-12","sp_v2_6wk_date":"2024-05-01","sp_v3_3mo_date":"2024-06-20","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50638":{"redcap_data_access_group":"uchicago","main_record_id":"10949","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-26","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-26","date_and_time":"2024-02-26 09:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-26","sp_v1_preop_date":"2024-03-04","sp_v2_6wk_date":"2024-05-07","sp_v3_3mo_date":"2024-06-26","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50639":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-26","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50640":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-29","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50641":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Declined- uninterested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50642":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-08","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50643":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"82","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Participant spends part of the year in Florida, so too many uncertainties with where she will be throughout the year.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50644":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50645":{"redcap_data_access_group":"uchicago","main_record_id":"10959","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-12","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-08","date_and_time":"2024-04-08 13:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2024-04-08","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2024-04-18","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Participant fell twice and fractured her ankle, therefore she postponed surgery. New surgery date is TBD. She is interested in participating in study in the future once she has a new date, but as of right now, her surgery is cancelled until further notice.","sp_data_site":"N/A"},"50646":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-05","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Declined due to MRI and too many requirements.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50647":{"redcap_data_access_group":"uchicago","main_record_id":"10965","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-19","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-21","date_and_time":"2024-03-21 12:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-30","sp_v1_preop_date":"2024-04-16","sp_v2_6wk_date":"2024-06-11","sp_v3_3mo_date":"2024-07-30","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50648":{"redcap_data_access_group":"uchicago","main_record_id":"10963","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-26","screening_age":"81","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-20","date_and_time":"2024-03-20 10:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-07","sp_v1_preop_date":"2024-04-15","sp_v2_6wk_date":"2024-06-18","sp_v3_3mo_date":"2024-08-07","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50649":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50650":{"redcap_data_access_group":"uchicago","main_record_id":"10961","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-18","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-04-01","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Participant has MRI contraindication - 2 deep brain neurostimulators that would damage image quality. MRI staff and physician on-site recommended not proceeding with scans.","sp_data_site":"N/A"},"50651":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Declined due to MRI and too many requirements.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50652":{"redcap_data_access_group":"uchicago","main_record_id":"10962","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-20","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-20","date_and_time":"2024-03-20 10:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-18","sp_v1_preop_date":"2024-04-15","sp_v2_6wk_date":"2024-05-30","sp_v3_3mo_date":"2024-07-18","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50653":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-18","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50654":{"redcap_data_access_group":"uchicago","main_record_id":"10964","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-20","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Participant consented before 1st study visit over the phone, but signed document on paper, not e-consent.","obtain_date":"2024-03-20","date_and_time":"2024-03-20 13:56","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-25","sp_v1_preop_date":"2024-04-23","sp_v2_6wk_date":"2024-06-06","sp_v3_3mo_date":"2024-07-25","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50655":{"redcap_data_access_group":"uchicago","main_record_id":"10967","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-21","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-22","date_and_time":"2024-03-21 12:34","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-29","sp_v1_preop_date":"2024-03-29","sp_v2_6wk_date":"2024-06-10","sp_v3_3mo_date":"2024-07-29","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50657":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50658":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-03","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50659":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-05","screening_age":"63","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do MRI - claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50660":{"redcap_data_access_group":"uchicago","main_record_id":"10981","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-16","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-16","date_and_time":"2024-04-16 14:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-29","sp_v1_preop_date":"2024-04-24","sp_v2_6wk_date":"2024-06-10","sp_v3_3mo_date":"2024-07-29","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50661":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-12","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Participant has a lot of family coming into town for Passover celebration and she lives far from UChicago. Is concerned about the time commitment and does not want to come to campus an additional time before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50662":{"redcap_data_access_group":"uchicago","main_record_id":"10972","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-21","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-16","sp_v1_preop_date":"2024-04-24","sp_v2_6wk_date":"2024-06-27","sp_v3_3mo_date":"2024-08-16","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50663":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-08","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50664":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-16","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50665":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-17","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Participant cannot breathe when he lays flat, so will not be able to do MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50666":{"redcap_data_access_group":"uchicago","main_record_id":"10983","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-17","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-17","date_and_time":"2024-04-17 13:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-24","sp_v1_preop_date":"2024-05-13","sp_v2_6wk_date":"2024-07-05","sp_v3_3mo_date":"2024-08-24","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50656":{"redcap_data_access_group":"uchicago","main_record_id":"10976","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-09","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-09","date_and_time":"2024-04-09 11:11","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-16","sp_v1_preop_date":"2024-04-29","sp_v2_6wk_date":"2024-06-27","sp_v3_3mo_date":"2024-08-16","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50667":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50288":{"redcap_data_access_group":"uchicago","main_record_id":"10389","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-03","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-23","date_and_time":"2022-05-23 12:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-06-07","sp_v1_preop_date":"2022-06-05","sp_v2_6wk_date":"2022-07-19","sp_v3_3mo_date":"2022-09-07","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-09-26 15:27:34","erep_ae_date":"2022-06-02","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-06-06 11:30","erep_resolution_date":"2022-06-06 11:30","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"subject reported claustrophobia and did not want to complete MRI","erep_action_taken":"No MRI was completed","erep_outcome":"No MRI was completed","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50576":{"redcap_data_access_group":"uchicago","main_record_id":"10804","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-11","date_and_time":"2023-10-03 13:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-25","sp_v1_preop_date":"2023-09-22","sp_v2_6wk_date":"2023-11-05","sp_v3_3mo_date":"2023-12-25","age":"72","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-05 07:54:28","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline survey completed outside of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-02-29 08:24:50","erep_ae_date":"2023-12-12","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-12-12 13:15","erep_resolution_date":"2023-12-12 13:50","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"After the MRI scans were completed, participant said back was in pain from lying down for 45 minutes.","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"50521":{"redcap_data_access_group":"uchicago","main_record_id":"10662","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-30","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-04","date_and_time":"2023-10-03 13:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-10","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-12-22","sp_v3_3mo_date":"2024-02-09","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was canceled and not rescheduled. ","sp_data_site":"N/A"},"50538":{"redcap_data_access_group":"uchicago","main_record_id":"10715","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-26","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-30","date_and_time":"2023-10-03 13:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-11","sp_v1_preop_date":"2023-08-01","sp_v2_6wk_date":"2023-09-22","sp_v3_3mo_date":"2023-11-11","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:29:21","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50540":{"redcap_data_access_group":"uchicago","main_record_id":"10714","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-26","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-30","date_and_time":"2023-10-03 13:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-31","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-09-11","sp_v3_3mo_date":"2023-10-31","age":"N/A","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:28:27","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50542":{"redcap_data_access_group":"uchicago","main_record_id":"10725","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-08","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-09","date_and_time":"2023-10-03 13:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-28","sp_v1_preop_date":"2023-08-30","sp_v2_6wk_date":"2023-10-09","sp_v3_3mo_date":"2023-11-28","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-02-26","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject was unable to be contacted after consent form was signed. Research team followed up multiple times; surgery date has passed. ","sp_data_site":"N/A"},"50108":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Paper copy given in clinic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50228":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50251":{"redcap_data_access_group":"uchicago","main_record_id":"10456","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-17","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-08-24","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Subject was unable to schedule baseline before surgery ","sp_data_site":"N/A"},"50253":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50261":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"N/A","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50282":{"redcap_data_access_group":"uchicago","main_record_id":"10373","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-04-27","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-13","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject expressed interest in surgery and the study March 2022. Subject has not returned to ortho clinic since March 2022. ","sp_data_site":"N/A"},"50386":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50387":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50388":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50390":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50391":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50392":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50393":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50394":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50395":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"N/A","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50396":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50397":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50398":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"MRI - claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50399":{"redcap_data_access_group":"uchicago","main_record_id":"10478","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-16","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-14","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-12-26","sp_v3_3mo_date":"2023-02-13","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"N/A"},"50413":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50414":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50415":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50417":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50426":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"N/A","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50427":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50428":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50429":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50450":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50461":{"redcap_data_access_group":"uchicago","main_record_id":"10598","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-19","screening_age":"N/A","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-21","sp_v1_preop_date":"2023-02-13","sp_v2_6wk_date":"2023-05-02","sp_v3_3mo_date":"2023-06-21","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50462":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50463":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50477":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50495":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50498":{"redcap_data_access_group":"uchicago","main_record_id":"10634","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-27","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-05-02","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"New medical problems that prevented her from making time","sp_data_site":"N/A"},"50499":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50502":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50503":{"redcap_data_access_group":"uchicago","main_record_id":"10639","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-08","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-08-15","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was cancelled.","sp_data_site":"N/A"},"50504":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50510":{"redcap_data_access_group":"uchicago","main_record_id":"10644","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-22","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-05-03","sp_v3_3mo_date":"2023-06-22","age":"52","sex":"2","genident":"N/A","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-03-22 11:13:47","erep_ae_date":"2023-03-31","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-03-21 02:05","erep_resolution_date":"2023-03-21 02:05","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Subject began the first scan in the MRI but asked to pause and leave the MRI bed due to claustrophobia. Subject was unaware of their claustrophobia as they had done MRI scans before but never for brain/head.","erep_action_taken":"Subject was removed from MRI machine and scans did not continue. ","erep_outcome":"Subject was removed from MRI machine and scans did not continue. Subject completed the rest of their research activities as planned.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 08:20:03","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline survey completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-12-04 08:20:39","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50511":{"redcap_data_access_group":"uchicago","main_record_id":"10645","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-14","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-21","sp_v1_preop_date":"2023-03-20","sp_v2_6wk_date":"2023-05-02","sp_v3_3mo_date":"2023-06-21","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-03-22 10:20:38","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"On baseline visit the subject had small and rolling veins, Phlebotomus did not attempt to draw due to this. The subject was willing to try to have preop staff draw blood from catheter line for surgery. ","erep_protdev_caplan":"Difficult blood draws may be hard to prevent but we can ask subjects to hydrate beforehand to make the process as easy as possible. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-04 08:22:34","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline survey completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-12-04 08:23:23","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week survey completed out of wndow.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50512":{"redcap_data_access_group":"uchicago","main_record_id":"10643","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-15","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-05-15","sp_v3_3mo_date":"2023-07-03","age":"69","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:18:41","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline survey completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50513":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50516":{"redcap_data_access_group":"uchicago","main_record_id":"10655","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-23","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-11","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-22","sp_v3_3mo_date":"2023-08-11","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50518":{"redcap_data_access_group":"uchicago","main_record_id":"10657","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-22","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-27","sp_v1_preop_date":"2023-04-26","sp_v2_6wk_date":"2023-06-08","sp_v3_3mo_date":"2023-07-27","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50522":{"redcap_data_access_group":"uchicago","main_record_id":"10661","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-30","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-23","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-04","sp_v3_3mo_date":"2023-09-23","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-02","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Subject's surgery was canceled and not rescheduled.","sp_data_site":"N/A"},"50529":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50539":{"redcap_data_access_group":"uchicago","main_record_id":"10726","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-26","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-24","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject could not commit to research visits.","sp_data_site":"N/A"},"50543":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50549":{"redcap_data_access_group":"uchicago","main_record_id":"10739","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-28","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-02-26","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Surgery canceled","sp_data_site":"N/A"},"50550":{"redcap_data_access_group":"uchicago","main_record_id":"10741","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-28","screening_age":"N/A","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"2","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-02-26","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Surgery canceled; no reschedule date.","sp_data_site":"N/A"},"50551":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-28","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50552":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-14","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50562":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50563":{"redcap_data_access_group":"uchicago","main_record_id":"10782","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-11","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-06","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-11-17","sp_v3_3mo_date":"2024-01-06","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-01-19","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Patient was scheduled for surgery in Oct2023 but was cancelled by surgeon. Research team was waiting to see if the surgery would be rescheduled but there is no indication that will occur.","sp_data_site":"N/A"},"50564":{"redcap_data_access_group":"uchicago","main_record_id":"10781","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-11","screening_age":"N/A","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-03","sp_v1_preop_date":"2023-09-25","sp_v2_6wk_date":"2023-11-13","sp_v3_3mo_date":"2024-01-02","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50567":{"redcap_data_access_group":"uchicago","main_record_id":"10791","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-18","sp_v1_preop_date":"2023-10-12","sp_v2_6wk_date":"2023-11-28","sp_v3_3mo_date":"2024-01-17","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2024-02-26","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Surgery canceled, not rescheduled. ","sp_data_site":"N/A"},"50568":{"redcap_data_access_group":"uchicago","main_record_id":"10792","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-01","sp_v1_preop_date":"2023-10-11","sp_v2_6wk_date":"2023-12-13","sp_v3_3mo_date":"2024-01-31","age":"65","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50569":{"redcap_data_access_group":"uchicago","main_record_id":"10794","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-22","sp_v1_preop_date":"2023-09-18","sp_v2_6wk_date":"2023-11-03","sp_v3_3mo_date":"2023-12-22","age":"65","sex":"1","genident":"1","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-05 07:53:01","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month survey completed out of window","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50570":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50571":{"redcap_data_access_group":"uchicago","main_record_id":"10793","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-25","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-04","sp_v1_preop_date":"2023-09-27","sp_v2_6wk_date":"2023-11-14","sp_v3_3mo_date":"2024-01-03","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-25","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Subject was a no call, no show for baseline visit. Has not answered our calls or emails since. Surgery has passed, 10/4/23.","sp_data_site":"N/A"},"50583":{"redcap_data_access_group":"uchicago","main_record_id":"10828","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-06","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-04","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2024-01-15","sp_v3_3mo_date":"2024-03-04","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50517":{"redcap_data_access_group":"uchicago","main_record_id":"10656","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-18","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-29","sp_v3_3mo_date":"2023-08-18","age":"71","sex":"2","genident":"2","ethnic":"N/A","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 08:24:35","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation items completed out of window.","erep_protdev_caplan":"follow-up with participant about completing surveys before window closes","erep_rel_covid19":"0"}}},"50000":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50233":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"50385":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140001":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"06/20/2022-LVM\r\n06/22/2022-LVM\r\n\r\nCould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140002":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"MRI-INELIGIBLE ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140003":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"82","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"06/22/2022 -Participant stated they are too old to come in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140004":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-23","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/23/22-Participant stated she would look over the brochure's and let us know if she wants to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140005":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-27","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"06/27/22-participant stated she lives too far to come in. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140006":{"redcap_data_access_group":"rush_university_me","main_record_id":"15001","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-27","screening_age":"36","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-28","date_and_time":"2022-06-28 08:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-29","sp_v1_preop_date":"2022-06-28","sp_v2_6wk_date":"2022-08-10","sp_v3_3mo_date":"2022-09-29","age":"N/A","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140007":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"06/29-Participant stated she does not have the time-commitment available.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140008":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/29/22-participant said to call her back due to her going to doctors appointment \r\n06/29/22-lvm ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140009":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/29/22-LVM\r\n07/06/22-LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140010":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/29-sent econsent document, participant stated to call her back 07/06.\r\n07/06/22-particpant said she would call back if interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140011":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"06/29-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140012":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"06/29/22-Participant does not want to be in any pain tests. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140013":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/06/22- Participant stated they do not have the time to be in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140014":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/11/22-participant stated she has enough problems already and does not want to drive up to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140015":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/11/22-SURGERY will be rescheduled \r\n07/20/22-lvm\r\n07/25/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140016":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/11/22-Participant said they have too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140017":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/14/22-LVM\r\n07/20/22-PT needs Vietnamese Interpreter ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140018":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/11/22-participant stated that their surgery will be rescheduled\r\n07/20/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140019":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/21/22-LVM\r\n07/22/22-partcipant stated that she does not have the time for the study with her surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140020":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/22/22 participant does not want to make extra trips to the hospital ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140021":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"07/25/22-needs Spanish interpreter ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140022":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"83","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/25/22-lvm\r\n07/27/22-lvm\r\n08/12/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140023":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/22/22-Participant declined with no specific reason. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140024":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"07/25/22-lvm\r\nUnable to contact participant ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140025":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/25/22-LVM\r\n07/27/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140026":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/25/22-lvm\r\n07/27/22-Participant stated she is not interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140027":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"07/25/22-lvm\r\n07/27/22-pt declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140028":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-29","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"07/29/22-pt declined, too far to drive. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140029":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/03/22-pt declined with no specific reason ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140030":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/03/22-lvm\r\n08/05/22-lvm\r\nNot able to reach pt ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140031":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/03/22-partcipant stated it is too far of a drive ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140032":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"37","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/05/22-MB is full, could not leave a voice message. \r\n08/08/22-MB is full, could not leave a voice message. \r\n\r\n--->Could not reach patient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140033":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"08/05/22-pt stated to give her a call back\r\n08/08/22-pt stated they are not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140034":{"redcap_data_access_group":"rush_university_me","main_record_id":"15002","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-09","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"08/09/22-sent a copy of the consent form. ","obtain_date":"2022-08-10","date_and_time":"2022-08-10 10:57","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-28","sp_v1_preop_date":"2022-08-11","sp_v2_6wk_date":"2022-11-09","sp_v3_3mo_date":"2022-12-28","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140035":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/09/22-Participant stated that they canno't go to the city for the study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140036":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"08/09/22-sent a copy of the consent form call tomorrow \r\n08/10/22-pt stated call back at a later date \r\n\r\nCould not reach patient before surgery date after sending consent form out. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140037":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"08/09/22-sent a copy of the consent form.\r\n08/12/22-lvm \r\n08/29/22-stated would give a call back\r\n\r\nCould not reach before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140038":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"08/09/22-participant stated they are not interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140040":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/10/22-patient declined, too much going on before surgery date. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140041":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"08/11/22-sent a copy of the consent form \r\n08/16/22-lvm\r\n08/23/22-pt declined, not willing to try MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140042":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"08/12/22-lvm\r\n05/15/22-pt declined, stated that she just wants the surgery to be over with. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140043":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-17","screening_age":"21","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/17/22-pt stated they cannot participate in the study due to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140044":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/19/22-pt declined, too far to drive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140045":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"49","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"08/23/22-pt stated they are not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140046":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/23/22-pt stated they will look over the brochures.\r\n08/24/22-lvm\r\n\r\nCould not reach pt before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140047":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"08/23/22-stated they will give a call back.\r\n08/24/22-participant stated they need time to think about it. \r\n1/5/23-MB full\r\n1/6/23-Sent a copy of consent \r\n1/7/23-Pt stated she will speak with her doctor and to give her a call back tomorrow \r\n1/10/23-Pt stated she will give a call back.\r\nPt cancelled sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140048":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"08/23/22-pt stated they will look over brochures.\r\n08/29/22-pt stated they still need more time to look over brochures, call back at a later date. \r\n9/2/22-pt stated she does not want to go back and forth from chicago","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140049":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/24/22-patient hung up the phone. \r\n08/29/22-sent a copy of the consent form \r\n09/01/22-participant stated they are no longer interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140050":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"08/24/22-pt is Spanish speaking, difficult to understand her and her children live in California.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140051":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"08/24/22-not interested in participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140052":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/31/22-pt stated she is not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140053":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"09/6/22-lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140054":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"09/6/22-pt declined, not interested in research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140055":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/6/22-declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140056":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"53","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/8/22-pt stated to give a call back in 20mins \r\n9/8/22-lvm\r\n9/9/22-sent a copy of the consent form \r\n9/9/22-Pt declined, stated that its a lot going on with her mom also getting surgery in the following months. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140057":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/8/22-pt stated to give a back tomorrow since he is currently at another doctor's office. \r\n9/9/22-sent a copy of the consent form \r\n9/12/22-lvm\r\n\r\nCould not reach before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140058":{"redcap_data_access_group":"rush_university_me","main_record_id":"15003","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-08","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/8/22-Called mobile phone (it did not ring). \r\nI called Home phone than and the Husband picked up and stated he will tell his wife to give a call back when she gets home. \r\n9/9/22-pt stated she will call back in the afternoon\r\n9/12/22-","obtain_date":"2022-09-12","date_and_time":"2022-09-12 13:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-26","sp_v1_preop_date":"2022-09-22","sp_v2_6wk_date":"2022-11-07","sp_v3_3mo_date":"2022-12-26","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140059":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/9/22-Pt needs a Cantonese interpreter, does not speak English. Not eligible to be in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140060":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/12/22-pt hung up the phone \r\n9/14/22-no MB\r\n\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140061":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"09/14/22-pt declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140062":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/15/22-lvm\r\n9/21/22-pt declined, not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140063":{"redcap_data_access_group":"rush_university_me","main_record_id":"15004","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-15","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-16","date_and_time":"2022-09-16 12:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-20","sp_v1_preop_date":"2022-09-16","sp_v2_6wk_date":"2022-11-01","sp_v3_3mo_date":"2022-12-20","age":"N/A","sex":"2","genident":"2","ethnic":"N/A","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2022-11-29 10:51:56","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week visit was outside of timeline.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"140064":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/15/22-call will not go through \r\n\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140065":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/15/22-lvm\r\n9/20/22-pt declined, states that its too far and she works full time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140066":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"44","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/20/22-lvm\r\n9/21/22-lvm\r\nCould not reach before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140067":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/20/22-pt declined, stated its too far and she is too old. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140068":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/20/22-lvm\r\n9/20/22- pt called back, declined not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140069":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/20/22-pt declined, not interested in research. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140070":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/21/22- pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140071":{"redcap_data_access_group":"rush_university_me","main_record_id":"15005","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-21","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/21/22-Pt hung up the phone \r\n9/26/22-lvm","obtain_date":"2022-10-03","date_and_time":"2022-10-03 14:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-06","sp_v1_preop_date":"2022-10-05","sp_v2_6wk_date":"2022-11-17","sp_v3_3mo_date":"2023-01-06","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140072":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/21/22-phone number on file has been disconnected \r\nPt lives in Michigan ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140073":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/4/22-pt declined, stated that there is too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140074":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/26/22-lvm\r\n9/27/22-declined, too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140075":{"redcap_data_access_group":"rush_university_me","main_record_id":"15006","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-27","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"09/26/22-pt is interested, will consent at first study visit. ","obtain_date":"2022-10-06","date_and_time":"2022-10-06 13:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"2022-10-06","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"2022-11-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Patient's surgery was canceled due to complications and will not be rescheduled.","sp_data_site":"N/A"},"140076":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"22","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/27/22-declined, not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140077":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/27/22-lvm\r\n10/4/22-lvm\r\ncould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140078":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/28/22-pt declined, states does not want to go to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140079":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/10/22-lvm\r\n10/11/22-lvm\r\n10/12/22-Pt declined, states not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140080":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/10/22-lvm\r\n10/14/22-lvm\r\n10/17/22-pt declined, stated its inconvenient to go back and forth to Chicago. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140081":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/10/22-pt's sister said she will talk with Pete. \r\n10/17/22-pt's sister declined, stated Pete has bad dysphagia and he's not the best candidate to have in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140082":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/2022- Pt. declined, not interested.\r\n\r\n12/7/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140083":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/12/2022- call back today at 4pm.\r\n10/12/2022- Pt. declined, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140084":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/13/22-Sent a copy of the informed consent form\r\n10/14/22-lvm\r\nCould not reach patient before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140085":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/19/22-Declined, stated they have too much going on before surgery to come in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140086":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/19/22-pt stated to give a call back tomorrow. \r\n10/20/2022- LVM\r\n10/21/2022- Pt. declined, not interested to participated in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140087":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"10/19/22-lvm\r\n10/25/22-pt hung up the phone\r\n10/31/22-pt declined, does not have any time to come in before the surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140088":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/20/2022- Pt. not interested, hung up twice.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140089":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/21/2022-LVM\r\n10/24/2022- Pt. declined, not interested to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140090":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-21","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10-21-2022- Talked with her sister Betty, send a copy of informed consent.\r\n10/21/2022- call back on Monday morning.\r\n10/24/2022- Pt. Said had major surgery on September 2022.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140091":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/27/22-Both home and cell phone numbers wont allow me to leave vm.\r\n10/31/22-pt declined, stated they live 2.5 hours away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140092":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"32","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/28/2022- LVM.\r\n11/01/2022- Talked with a member of the pt. family member. She stated the participant can hear me explain about the research but he can not talk with me. She stated that he does not want to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140093":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/01/2022- She has her surgery in Naperville Center. Pt. declined to come to Rush for the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140094":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/1/2022- Pt. declined to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140095":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/12/22-Patient's house worker stated to give him a call back tomorrow since he is at a dr's appointment. \r\n11/3/22-Mobile phone has full mb, home phone number is the apartment complex's office. \r\n11/7/22-pt stated to give a call back\r\n11/8/22-Mobile phone has full mb, can't lvm. \r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140096":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/1/22-lvm\r\n11/7/22-lvm\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140097":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"34","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/2/22-pt stated to give a call back, on another phone call\r\n11/3/22-pt stated to give a call back tomorrow \r\n11/4/22-pt stated the research study is too intense and he does not have the time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140098":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/2/22-lvm\r\n11/3/22-lvm\r\n11/7/22-pt declined, does not want to drive up to the city. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140099":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/02/2022- Call back tomorrow morning 11/03/2022- Pt. declined. Does not want to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140100":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/3/22-LVM\r\n11/3/22-pt's daughter gave a call back and stated he does not want to do anything extra.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140101":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/03/2022- I contact her sister Doris, request call back on Monday 11/07/2022 at 11 am.\r\n11/07/2022- Sister stated Pt. has dementia and she is not able to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140102":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/03/2022- LVM\r\n11/04/2022- Does not have free time today. Call back Monday 11/07/2022 at 9 am. \r\n11/07/2022- Pt. stated she will reschedule her surgery for the next year. She want to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140103":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/04/2022- LVM\r\n11/08/2022- LVM\r\n11/11/2022- Pt. declined. does not want to participate in the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140104":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/14/2022-pt. declined. Does not have time to travel to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140105":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/17/22-Pt stated it is not a good time. Stated that her father is currently in Hospice. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140106":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/17/22-lvm\r\n11/21/2022-Pt. has an emergency and request call another day.\r\n11/22/22-lvm\r\n11/28/2022- Cannot make commute.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140107":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/17/22-pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140108":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/22/2022- call back 11/23/2022 in the morning.\r\n11/23/2022- Does not have time to come for 3 in person visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140109":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/22/22-pt stated to give a call back \r\n11/28/2022- Cannot make commute.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140110":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"29","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/22/2022- Pt. declined to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140111":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/22/22-pt declined, not interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140112":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/22/2022- phone ringing but voice mail not set up.\r\n11/23/2022- Pt. busy, request call back today at 3pm.\r\n11/23/2022- Unable to come before her surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140113":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"41","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/22/22-sent a copy of the consent form \r\n11/28/2022-Pt declined because she does not have time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140114":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-23","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/23/2022-Pt. declined does not want to come to the hospital more than the required for his procedure.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140115":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-23","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/23/2022- Call back on Monday 11/28/2022 in the morning.\r\n11/28/2022- LVM.\r\n12/5/22-Pt stated that she is at a doctors appointment \r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140116":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/22/22-sent a copy of the informed consent\r\n11/28/22-pt declined, stated they are not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140117":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/29/2022- send a copy of informed consent.\r\n11/29/2022- Pt. declined. She state I do not wish to participate in this study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140118":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-01","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/1/22-sent a copy of the consent form\r\n12/2/22-pt stated she needs to look over it this evening with her daughter. \r\n12/5/22-Pt declined, not interested in participating.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140119":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/2/22-Pt declined, not interested in research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140120":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/5/22-LVM\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140121":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/6/22-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140122":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/7/22-lvm\r\nCould not reach before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140123":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"27","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/7/22-lvm\r\n12/8/22-Pt declined, stated she does not have time before her surgery to come in.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140124":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/13/22- Pt declined, stated that he has too much going on. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140125":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/13/22-pt stated to give a call back tomorrow. \r\n12/15/22- pt stated to give a call back tomorrow\r\nCould not reach before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140126":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/7/2022-Sent a copy of consent \r\n12/13/22-Pt stated to resend the consent form and give a call back tomorrow \r\nCould not reach back before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140127":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/15/22-Pt declined, stated its too far of a drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140128":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/15/22-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140129":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"12/16/22-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140130":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/16/22-Pt's wife declined, stated that George would not be interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140131":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"25","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/16/22-Pt's dad stated to give a call back \r\n12/19/22-the automated voice stated that the number is not accepting phone calls at the moment \r\n12/22/22-Attempted to reach both numbers. Both numbers the automated voice stated that the number is not accepting phone calls at the moment \r\nCould not reach patient before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140132":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/16/22-lvm\r\n12/19/22-lvm\r\n12/22/22-lvm\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140133":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/16/22-pt declined, stated that they live too far away and won't have time to come in after the holidays. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140134":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/16/22-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140135":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/16/22- Pt declined, does not want to go up to Chicago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140136":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/16/22-Pt declined, stated she has a lot of doctors appointments coming up and will probably need another sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140137":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-22","screening_age":"50","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/22/22-Sent a copy of the consent form \r\n12/28/22-Participant stated that their father passed away and they will not be able to be part of the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140138":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/4/23-Pt stated to give a call back, they are at the Dr's office. \r\n\r\n1/5/23-Pt declined, stated its too far of a drive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140139":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/4/23-LVM\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140140":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"20","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/4/23-sent a copy of consent form \r\n1/5/23-Pt declined stated they are unwilling to do mri stated they are claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140141":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/5/23-Pt declined, does not have time to come in before baseline ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140142":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/5/23-Sent a copy of consent. Participant stated they will look it over and then give a call back. \r\n1/10/23-Pt declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140143":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/5/23-sent a copy of consent \r\n1/10/23-Pt stated she will need more time to look it over. \r\n1/11/23-Pt declined, not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140144":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/6/23-Sent a copy of the consent form \r\n1/9/23-Pt's brother stated he will talk to James about the study later today and to give him a call tomorrow. \r\n1/10/23-Pt declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140145":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/11/23-Pt declined, not interested in participating. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140146":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/12/23-Sent a copy of the consent \r\n1/13/23-Pt declined, stated they have too much going on before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140147":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/18/23-pt stated to give a call back tomorrow\r\n1/19/23-Sent a copy of consent \r\n1/20/23-Pt said to give a call back on Monday. She hasn't had a chance to read the copy. \r\n1/23/23-lvm\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140148":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"57","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/18/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140149":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"1/18/23-Pt declined, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140150":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/18/23-LVM\r\n1/19/23-Pt declined, stated she does not have time to come in before sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140151":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/18/23-LVM\r\n1/19/23-Pt requested to give a call back. \r\n1/24/23-lvm\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140152":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-27","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/27/23-Pt's wife stated to give a call back this afternoon\r\n1/27/23- Pt stated Rush is 60 miles away from him & it's too far away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140153":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/31/23-lvm\r\n2/7/23-lvm\r\n2/9/23-lvm\r\ncould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140154":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/2/23-Pt stated she is absolutely not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140155":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/7/23-Pt stated she lives in Indiana ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140156":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-07","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/7/23-lvm\r\n2/9/23-Pt declined, can't take off of work and sx is too soon.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140157":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"2/7/23-Pt stated she is at work and to call back tomorrow. \r\n2/8/23-Pt stated she is canceling sx and going with the radiation option. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140158":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-07","screening_age":"27","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/7/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140159":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"2/9/23-sent a copy of the consent \r\n2/10/23-Pt sent an email declining to be in the study: not willing to try the MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140160":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/9/23-lvm\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140161":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is ineligible for the study to the procedure she is having.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140162":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/9/23-lvm\r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140163":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"2/9/23-Pt stated tp give a call back tomorrow \r\nCould not reach before sx ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140164":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"2/14/23-Pt declined, not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140165":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/15/23-lvm\r\n2/16/23-Pt stated that she is moving to Arizona after her sx and will not be able to come in for the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140166":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140167":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/16/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140168":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"78","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/6/23: no answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140169":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/6/23: would need translator","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140170":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"4/6/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140171":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/6/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140172":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-06","screening_age":"78","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/6/23: sent consent\r\n4/11/23: mbf\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140173":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/20/23: lives too far, doesnt want to miss work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140174":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/20/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140175":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/20/23: sent consent\r\n4/24/23: sent consent again\r\ncaroline.bleka@gmail.com","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140176":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/20/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140177":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/27/23: lives too far, not intertested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140178":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/27/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140179":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/27/23: lives too far away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140180":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/27/23: requested a call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140181":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/27/23: hard to get here, lives too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140183":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/4/23: lvm\r\n5/11/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140184":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"5/4/23: requested call back\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140185":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/11/23: sent consent\r\n5/15/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140186":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/25/23: call back tuesday\r\n5/30/23: too far and too close to surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140187":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/25/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140188":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/25/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140189":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"40","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"6/8/23: interested, sent a copy of consent form\r\n6/9/23: call monday\r\n6/12/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140190":{"redcap_data_access_group":"rush_university_me","main_record_id":"15007","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-09","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6/9/23: sent consent\r\n6/13/23: call tmrw","obtain_date":"2023-06-14","date_and_time":"2023-06-14 09:32","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-10","sp_v1_preop_date":"2023-06-26","sp_v2_6wk_date":"2023-08-21","sp_v3_3mo_date":"2023-10-10","age":"72","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-06-29 16:15:31","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"pt was unable to complete second cuff scan because there was too much pain, couldn't tolerate another 6 minutes of pressure","erep_protdev_caplan":"Did not do scan, will ask about cuff again at 3 months before applying","erep_rel_covid19":"0"}}},"140192":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"43","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6*/21/23: sent consent\r\n6/29/23: resent consent\r\n7/5/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140193":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/29/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140194":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/29/23: sent consent\r\n7/2/23: resent consent\r\n\r\nunable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140195":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/29/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140196":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"7/3/23: lvm\r\n\r\nDUPLICATE","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140197":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/18/23: sent consent form\r\n7/20/23: lvm\r\n8/3/23: call Friday, surgery may be rescheduled at different hospital\r\n8/4/23: lvm\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140198":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"7/18/23: lvm\r\n7/27/23: not interested, won't do an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140199":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/20/23: lvm; sent consent\r\n\r\ncouldnt reach again before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140200":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/20/23: Doesnt have time for more appointments","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140201":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/20/23: line busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140202":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/20/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140203":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/20/23: lvm\r\n7/27/23: sent consent\r\n8/3/23: unable to come in for a baseline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140204":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/20/23: mbf\r\n7/27/23: asked for cb 8/1\r\n8/3/23: lvm\r\n8/10/23: lvm\r\n\r\nunable to explain study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140205":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-27","screening_age":"49","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/27/23: busy with work, cant come in before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140206":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"8/3/23: call tomorrow morning\r\n8/4/23: lives too far, not interested in being at hospital more than needed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140207":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/3/23: too much going on, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140208":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/3/23: doesnt have time for baseline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140209":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/3/23: mbf\r\n8/10/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140210":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/3/23: lvm\r\n8/10/23: lvm\r\n\r\nunable to reach ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140211":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/10/23: calling back, may not have time for baseline\r\n8/14/23: not interested, doesn't think he will have time to make the trips to Rush","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140212":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"54","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/16/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140213":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/16/23: lvm\r\n8/24/23: lives too far, surgery too soon","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140214":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"8/16/23: lvm\r\n8/24/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140215":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"8/16/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140216":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/16/23: lvm\r\n8/24/23: doesnt have time for a study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140217":{"redcap_data_access_group":"rush_university_me","main_record_id":"15008","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-24","screening_age":"55","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/23/23: sent consent. Calling Fri to possibly consent","obtain_date":"2023-08-29","date_and_time":"2023-08-29 10:23","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-28","sp_v1_preop_date":"2023-09-08","sp_v2_6wk_date":"2023-11-09","sp_v3_3mo_date":"2023-12-28","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-13 15:26:00","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt completed surveys out of timeframe","erep_protdev_caplan":"Ensure pt is completing them on time and sending out emails all future ones are completed on time. ","erep_rel_covid19":"0"}}},"140218":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"65","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/24/23: niece went to get him, no answer for 6 min\r\n\r\nphone # for his niece, April","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140219":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"43","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/31/23: not interested, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140220":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"65","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"8/31/23: not interested, too many possible appointments after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140221":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"9/7/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140222":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/7/23: line busy\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140223":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140224":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/7/23: doesnt want to come in person","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140225":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"58","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/14/23: lvm\r\n9/21/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140226":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/21/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140227":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/21/23: vm not set up\r\n9/28/23: vm not set up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140228":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-21","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/21/23: vm not set up\r\n9/28/23: vm not set up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140229":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/28/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140230":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/28/23: lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140231":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/28/23: lvm\r\n10/5/23: unable to come in for baseline, lives too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140232":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/5/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140233":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/5/23: lvm\r\n\r\nunable to reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140234":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/5/23: cant make it in for baseline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140235":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10/5/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140236":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/5/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140237":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"74","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23: mbf","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140238":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/12/23: lvm; spends winter in AZ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140239":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/12/23: unable to come in before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140240":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/12/23: Out of state a lot, cant come in person, but would be free if online only","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140241":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/12/23: sent consent, call back monday\r\n10/16/23: has covid, still resent consent in case he is able to come in","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140242":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/12/23: sent consent\r\n10/19/23: unable to confirm interest","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140243":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/12/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140244":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/12/23: couldnt talk, requested info by email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140245":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/19/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140246":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/19/23: call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140247":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/19/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140248":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/19/23: dosnt want to come downtown","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140249":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"42","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/9/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140250":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/9/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140251":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-30","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"12/1/23: busy, asked to email him info\r\nemailed - not enough time before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140252":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-30","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/1/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140253":{"redcap_data_access_group":"rush_university_me","main_record_id":"15016","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-01","screening_age":"43","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/1/23:consenting","obtain_date":"2023-12-01","date_and_time":"2023-12-01 15:26","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-07","sp_v1_preop_date":"2023-12-06","sp_v2_6wk_date":"2024-01-18","sp_v3_3mo_date":"2024-03-08","age":"43","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140254":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-01","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"12/1/23:lvm - called back and lives too far away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140255":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/7/23:not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140256":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/7/23:lvm\r\n12/7/23: called back and is not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140257":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/14/23: no voicemail box\r\n12/21/23:no voicemail box\r\n1/2/24: no voicemail box\r\n\r\ncould not reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140258":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-21","screening_age":"84","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/23:lvm\r\n1/4/24:lvm\r\n1/8/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140259":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-21","screening_age":"37","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/23:will call back later today to confirm interests \r\nnot interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140260":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-21","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/23:sent consent and want me to check in next week\r\n12/27/23: lvm\r\n1/4/23: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140261":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-21","screening_age":"52","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/21/23:lvm\r\n12/27/23: lvm\r\n1/4/24:not interested too close to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140262":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-02","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/2/24: lvm\r\n1/8/24: not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140263":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-11","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/11/24:sent consent \r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140264":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-11","screening_age":"77","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/11/24:lvm\r\n1/18/24:lvm\r\n1/29/24:lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140265":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/18/24:busy\r\n1/19/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140266":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/18/24: too far to drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140267":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/18/24:sent consent\r\n1/25/24: lvm\r\n1/29/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140268":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-25","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/25/24:call back monday to confirm interest \r\n1/29/24: needs a translator","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140269":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-01","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/24: lvm\r\n2/15/24: busy\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140270":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-01","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/1/24: lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140271":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15/24:lvm\r\n2/22/24: sent consent \r\n2/23/24:need more time\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140272":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"2/15/24:needs interpreter","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140273":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15/24:busy\r\n2/22/24: busy\r\n2/27/24:sent consent \r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140274":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-22","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22/24: sent consent \r\n2/23/24: need more time \r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140275":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-22","screening_age":"82","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140276":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-22","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/22/24:time constraint ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140277":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-22","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22/24:doesnt want to drive in ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140278":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-22","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/22/24:sent consent \r\n2/27/24: time constraint ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140279":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-22","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22/24: lvm\r\n2/27/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140280":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-22","screening_age":"46","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22/24: lvm\r\n2/27/24: lvm\r\n\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140281":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-22","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140282":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-22","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/22/24:too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140283":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-29","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/29/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140284":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-29","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/29/24:lvm\r\n3/4/24: lvm\r\n3/7/24: busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140285":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-29","screening_age":"61","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/29/24:lvm\r\n3/4/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140286":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/7/24: not enough time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140287":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/7/24: sent consent \r\n3/8/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140288":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"45","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/7/24: sent consent\r\n3/8/24: resent \r\n3/11/24: lvm\r\n3/12/24: lvm\r\n3/13/24: not enough time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140289":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/7/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140290":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"72","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/7/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140291":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/14/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140292":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/14/24: doesnt want to drive out ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140293":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"59","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/14/24: too far","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140294":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"80","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/14/24: sent consent \r\n3/21/24: too close to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140295":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21/24: lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140296":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21/24:sx too soon","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140297":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"79","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/21/24: lvm\r\n4/2/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140298":{"redcap_data_access_group":"rush_university_me","main_record_id":"15026","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-21","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/21/24: looking over consent form","obtain_date":"2024-03-21","date_and_time":"2024-03-21 15:59","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-04-11","sp_v1_preop_date":"2024-03-29","sp_v2_6wk_date":"2024-05-23","sp_v3_3mo_date":"2024-07-11","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140299":{"redcap_data_access_group":"rush_university_me","main_record_id":"15027","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-02","screening_age":"30","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/2/24:sent consent ","obtain_date":"2024-04-04","date_and_time":"2024-04-04 09:18","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-04-30","sp_v1_preop_date":"2024-04-25","sp_v2_6wk_date":"2024-06-11","sp_v3_3mo_date":"2024-07-30","age":"30","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140300":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"83","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/2/24: looking over consent\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140301":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"25","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/2/24: will call me back\r\n4/3/24: lvm \r\n4/4/24: lvm\r\nsx passed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140302":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"73","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/11/24: sent consent\r\n4/12/24: not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140303":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"81","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/11/24: busy\r\n4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140304":{"redcap_data_access_group":"rush_university_me","main_record_id":"15030","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-11","screening_age":"41","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/11/24: sent consent\r\n4/15/24: willing to consent \r\n","obtain_date":"2024-04-16","date_and_time":"2024-04-16 12:48","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-05-09","sp_v1_preop_date":"2024-05-03","sp_v2_6wk_date":"2024-06-20","sp_v3_3mo_date":"2024-08-09","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140305":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/18/24: too close to sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140306":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"76","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140307":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"39","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140308":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/18/24: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140039":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"08/9/22-participant stated they do not want to participate, \"no more doctors\".","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140182":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"4/27/23: not interested, too much going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140191":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"6/9/23: lvm","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"140000":{"redcap_data_access_group":"rush_university_me","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160002":{"redcap_data_access_group":"uchicago","main_record_id":"15009","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-04","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-04","date_and_time":"2023-10-05 12:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-31","sp_v1_preop_date":"2023-10-04","sp_v2_6wk_date":"2023-12-11","sp_v3_3mo_date":"2024-01-30","age":"64","sex":"N/A","genident":"1","ethnic":"3","dem_race":"N/A","ewdateterm":"2023-11-02","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Subject asked to be withdrawn from study after their V1. He is overwhelmed with his upcoming surgery and overall health and does not have the capacity to continue the research activities. ","sp_data_site":"N/A"},"160003":{"redcap_data_access_group":"uchicago","main_record_id":"15010","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-11","date_and_time":"2023-10-11 12:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-17","sp_v1_preop_date":"2023-10-11","sp_v2_6wk_date":"2023-11-27","sp_v3_3mo_date":"2024-01-16","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160004":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-20","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160005":{"redcap_data_access_group":"uchicago","main_record_id":"15011","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-20","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-20","date_and_time":"2023-10-20 13:12","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-14","sp_v1_preop_date":"2023-11-08","sp_v2_6wk_date":"2023-12-26","sp_v3_3mo_date":"2024-02-13","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-15 10:36:16","erep_ae_date":"","erep_visit_inv":"","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":""}}},"160006":{"redcap_data_access_group":"uchicago","main_record_id":"15012","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-24","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-25","date_and_time":"2023-10-25 15:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-31","sp_v1_preop_date":"2023-10-25","sp_v2_6wk_date":"2023-12-11","sp_v3_3mo_date":"2024-01-30","age":"58","sex":"2","genident":"2","ethnic":"N/A","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2023-11-30 13:59:18","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline surveys completed outside of window","erep_protdev_caplan":"Participant mentioned being very busy with work but said she would complete surveys. When she had the time to complete them, they fell outside of the window.","erep_rel_covid19":""}}},"160007":{"redcap_data_access_group":"uchicago","main_record_id":"15013","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-03","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-09","date_and_time":"2023-11-09 11:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-15","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2023-12-27","sp_v3_3mo_date":"2024-02-14","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-01-03 10:41:48","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"participant had a second surgery/complete lobectomy on same side of original surgical site (L-side) after baseline visit and before 6-week visit. Second surgery was scheduled after post-op visit from original surgery. ","erep_protdev_caplan":"","erep_rel_covid19":""}}},"160008":{"redcap_data_access_group":"uchicago","main_record_id":"15014","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-10","screening_age":"29","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-10","date_and_time":"2023-11-10 14:46","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-21","sp_v1_preop_date":"2023-11-20","sp_v2_6wk_date":"2024-01-02","sp_v3_3mo_date":"2024-02-20","age":"29","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160009":{"redcap_data_access_group":"uchicago","main_record_id":"15015","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-29","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-29","date_and_time":"2023-11-29 11:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-05","sp_v1_preop_date":"2023-11-29","sp_v2_6wk_date":"2024-01-16","sp_v3_3mo_date":"2024-03-05","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160010":{"redcap_data_access_group":"uchicago","main_record_id":"15017","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-07","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-07","date_and_time":"2023-12-07 12:49","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-21","sp_v1_preop_date":"2023-12-13","sp_v2_6wk_date":"2024-02-01","sp_v3_3mo_date":"2024-03-21","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160011":{"redcap_data_access_group":"uchicago","main_record_id":"15018","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-15","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-20","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-16","sp_v1_preop_date":"2023-12-20","sp_v2_6wk_date":"2024-02-27","sp_v3_3mo_date":"2024-04-16","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-15 09:57:30","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"During patients 2-month checkup with surgeon, surgeon and team decided a complete lobectomy on same side (L) as original surgery was needed","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"160012":{"redcap_data_access_group":"uchicago","main_record_id":"15019","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-27","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-28","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-11","sp_v1_preop_date":"2024-01-08","sp_v2_6wk_date":"2024-02-22","sp_v3_3mo_date":"2024-04-11","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-29 09:25:12","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"participant had a second surgery on opposite side (R-side) of original surgical site (L-side) after 6-wk visit and before 3-month visit. Second surgery was scheduled after post-op visit. ","erep_protdev_caplan":"","erep_rel_covid19":""}}},"160013":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-09","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"patient said would reach back out after visit but never did; called and contacted 4x but patient wouldn't give definitive response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160014":{"redcap_data_access_group":"uchicago","main_record_id":"15020","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-22","screening_age":"70","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-23","date_and_time":"2024-01-23 11:40","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-29","sp_v1_preop_date":"2024-01-23","sp_v2_6wk_date":"2024-03-11","sp_v3_3mo_date":"2024-04-29","age":"70","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-02-13 12:20:17","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline surveys completed outside of window","erep_protdev_caplan":"remind participant to complete surveys before they're out of window ","erep_rel_covid19":"0"}}},"160015":{"redcap_data_access_group":"uchicago","main_record_id":"15021","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-23","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-23","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-30","sp_v1_preop_date":"2024-01-24","sp_v2_6wk_date":"2024-03-12","sp_v3_3mo_date":"2024-04-30","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-03-06 13:17:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"baseline demographic survey completed outside of window","erep_protdev_caplan":"mention surveys to participants during study visit; try and complete surveys during study visits ","erep_rel_covid19":""}}},"160016":{"redcap_data_access_group":"uchicago","main_record_id":"15022","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-29","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-31","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-05","sp_v1_preop_date":"2024-01-31","sp_v2_6wk_date":"2024-03-18","sp_v3_3mo_date":"2024-05-05","age":"65","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160017":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160018":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160019":{"redcap_data_access_group":"uchicago","main_record_id":"15023","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-13","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-14","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-20","sp_v1_preop_date":"2024-02-14","sp_v2_6wk_date":"2024-04-02","sp_v3_3mo_date":"2024-05-20","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160020":{"redcap_data_access_group":"uchicago","main_record_id":"15024","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-23","screening_age":"49","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-29","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-03-01","sp_v1_preop_date":"2024-02-29","sp_v2_6wk_date":"2024-04-12","sp_v3_3mo_date":"2024-06-01","age":"49","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160021":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"didn't want to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160022":{"redcap_data_access_group":"uchicago","main_record_id":"15025","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-08","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-12","date_and_time":"2024-03-12 07:30","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-03-18","sp_v1_preop_date":"2024-03-12","sp_v2_6wk_date":"2024-04-29","sp_v3_3mo_date":"2024-06-18","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160023":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160024":{"redcap_data_access_group":"uchicago","main_record_id":"15028","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-09","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-09","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-05-02","sp_v1_preop_date":"2024-04-25","sp_v2_6wk_date":"2024-06-13","sp_v3_3mo_date":"2024-08-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160025":{"redcap_data_access_group":"uchicago","main_record_id":"15029","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-16","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-16","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-05-02","sp_v1_preop_date":"2024-04-17","sp_v2_6wk_date":"2024-06-13","sp_v3_3mo_date":"2024-08-02","age":"44","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A","adverse_effects":{"1":{"erep_local_dtime":"2024-04-19 09:15:46","erep_ae_date":"2024-04-18","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2024-04-18 14:40","erep_resolution_date":"2024-04-18 14:55","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"0","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":""}}},"160001":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"160000":{"redcap_data_access_group":"uchicago","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"}} \ No newline at end of file diff --git a/src/data/subjects/subjects-2-latest.json b/src/data/subjects/subjects-2-latest.json index 74971fd..c38cebd 100644 --- a/src/data/subjects/subjects-2-latest.json +++ b/src/data/subjects/subjects-2-latest.json @@ -1 +1 @@ -{"60001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"41","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives in Saginaw and will have difficulty commuting to Ann Arbor for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60003":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Did not want to do MRI, concerned with their health ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt asked to be called 6/28 in the afternoon, pt didn't know about sx date or pre-op visit on 6/29. Will try to approach in person on 6/29\r\n6/29 Unable to reach at appt, attempted call that went to VM\r\n7/1: Pt sounded like he was interested, but hung up and return call went to VM, left VM\r\n7/6: not sure if pt clear for MRI, but interested in participating\r\n7/8: No available documentation of removal of metal from eye, excluded from study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Called 3 times, no answer\r\n6/28- spoke with patient, said to call back in afternoon\r\n6/28- called back in afternoon, no answer\r\n6/30- called in afternoon, no answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60007":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"57","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"43","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/1 sx cancelled, re-contact when scheduled as very interested in participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60010":{"redcap_data_access_group":"university_of_mich","main_record_id":"20001","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-28","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will see patient in clinic today 6/28","obtain_date":"2021-06-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-20","sp_v1_preop_date":"2022-01-17","sp_v2_6wk_date":"2022-03-03","sp_v3_3mo_date":"2022-04-20","age":"42","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60011":{"redcap_data_access_group":"university_of_mich","main_record_id":"20003","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-06-28","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will email consent form and schedule a later date to complete enrollment\r\nConfirm BV time: Currently available for 10:30am w/ imaging at 13:15","obtain_date":"2021-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-07-15","sp_v1_preop_date":"2021-07-12","sp_v2_6wk_date":"2021-08-26","sp_v3_3mo_date":"2021-10-15","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-07-01","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. is overwhelmed with the possibility of needing to go under cancer treatment and so they do not want to commit to the extra study activities. ","sp_data_site":"1"},"60012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient declined via email 7/1 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|2","ptinterest_comment":"Declined on 6/29\r\nToo far to commute for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60014":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Study visits too long","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left VM on 6/28 and emailed study information\r\nNA @ 12:23 7/1\r\nNA @ 11:28 7/6 and VM full","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60016":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Per patient has been in and out of the hospital and does not want to come in for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Already had several MRIs this year","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60019":{"redcap_data_access_group":"university_of_mich","main_record_id":"20002","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-29","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-07-23","sp_v1_preop_date":"2021-07-14","sp_v2_6wk_date":"2021-09-03","sp_v3_3mo_date":"2021-10-23","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60020":{"redcap_data_access_group":"university_of_mich","main_record_id":"20008","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-30","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient interested, filled out MRI form, waiting to hear back about possible imaging appt on 8/05 ","obtain_date":"2021-07-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-24","sp_v1_preop_date":"2021-08-05","sp_v2_6wk_date":"2021-10-05","sp_v3_3mo_date":"2021-11-24","age":"36","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60021":{"redcap_data_access_group":"university_of_mich","main_record_id":"20004","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-30","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call back 6/30 4pm","obtain_date":"2021-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-07-15","sp_v1_preop_date":"2021-07-14","sp_v2_6wk_date":"2021-08-26","sp_v3_3mo_date":"2021-10-15","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"2|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-07-15 10:08:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Used dominant leg for cuff rather than non-dominant leg. To be consistent, same leg (dominant) was used for imaging. ","erep_protdev_caplan":"To confirm with patients which hand they write with (dominant hand) instead of asking about dominant leg. ","erep_rel_covid19":"0"}}},"60022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is extremely claustrophobic and needs medication prior to MRI. Also requested open MRI, which is not available for this study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60023":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Per patient not interested in research at this time. Was involved in another research project and does not want to be in another at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60024":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60025":{"redcap_data_access_group":"university_of_mich","main_record_id":"20005","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-09-01","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt's surgery was postponed after enrollment and following up we found that the patient was deceased on 8/11/21.","sp_data_site":"N/A"},"60026":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient would like to be met with in clinic on 7/6\r\nPer patient does not want to drive to U of M for study visit- too far 7/6 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60027":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Has sever claustrophobia and will not agree to MRI scans ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was interested, but cannot image due to permanent body piercing 7/20\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-06","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Memory issues to the point of potentially not remembering that they signed a consent form.\r\nThe sternotomy is planned for but not necessarily going to happen.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to come in for baseline visit due to distance and needing to take care of children\r\n\r\nSpoke to pt in clinic. Explain study quickly and gave patient brochure. Previoiusly declined in 2021 due to travel and child care. Will follow up next week if don't hear from pt 4/20/23 SL.\r\n\r\nLVM 4/25/23 SL \r\nPt. still needs more time 5/1\r\nLVM 5/4\r\n\r\nPatient's surgery tomorrow 5/9. Kept declined since did not hear answer about this second surgery. 5/8 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60031":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"79","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60032":{"redcap_data_access_group":"university_of_mich","main_record_id":"20006","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-08","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-09-02","sp_v1_preop_date":"2021-08-27","sp_v2_6wk_date":"2021-10-14","sp_v3_3mo_date":"2021-12-02","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-10-26 15:11:55","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 6 week surveys were not delivered to the patient, so they did not complete them in the approved window.","erep_protdev_caplan":"Patient's 6 week surveys were manually delivered and they completed them 5 days outside of window.","erep_rel_covid19":"0"}}},"60033":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-09","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"Over 300 mile commute and inconvenient trip as they live on an island ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60034":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-09","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No response but was interested, contact in future if possible \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60035":{"redcap_data_access_group":"university_of_mich","main_record_id":"20007","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-09","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed information will follow up next week\r\nWill call patient after 3pm today 7/13","obtain_date":"2021-07-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-09","sp_v1_preop_date":"2021-08-02","sp_v2_6wk_date":"2021-09-20","sp_v3_3mo_date":"2021-11-09","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"Patient too overwhelmed, states she wants to focus just on healing, not interested in research at this time- declined 7/19","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60037":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"65","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient emailed and said no thank you \r\n\r\nSpoke to pt again on 4/20/23 and seemed overwhelmed and not really interested. Did not follow up again. 4/24/23 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60038":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Patient was very overwhelmed with upcoming surgery- no interested in research at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60039":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. disliked the wording of the consent form such as \"What if I am Injured as a Result of Participation in This Study?\" and \"We will tell you about new information that may affect your willingness to stay in this study.\" The patient was also not willing to consent to the possible physical risks as he is cannot be sure his insurance will cover it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60040":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient wanted her results from the imaging and testing. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60041":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60042":{"redcap_data_access_group":"university_of_mich","main_record_id":"20009","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-14","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient interested, making sure cleared for imaging prior to full consent 7/14\r\nCleared for imaging, will fully consent soon 7/15\r\nNo answer 7/19\r\nSeeing if can image 7/22 SL","obtain_date":"2021-07-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-09-03","sp_v1_preop_date":"2021-08-20","sp_v2_6wk_date":"2021-10-15","sp_v3_3mo_date":"2021-12-03","age":"55","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-10-26 15:20:16","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 6 week surveys were not delivered to patient, therefore they did not complete them within the approved window.","erep_protdev_caplan":"Surveys were manually delivered to the patient and the patient completed them 4 days outside of the visit window.","erep_rel_covid19":"0"}}},"60043":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"32","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Lives too far and not enough travel compensation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-14","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined 7/19- patient does not want to make the drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60046":{"redcap_data_access_group":"university_of_mich","main_record_id":"20010","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cleared for imaging 7/22 SL","obtain_date":"2021-07-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-04","sp_v1_preop_date":"2021-08-02","sp_v2_6wk_date":"2021-09-15","sp_v3_3mo_date":"2021-11-04","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2021-07-30","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. asked to be withdrawn from the study because they began to feel overwhelmed with their surgery approaching and the study team calling to set up and confirm their baseline visit. Unfortunately, their appointment had to be scheduled last minute because of the study team receiving the MRI schedule only 1 week before the patients surgery date. The patient stated they just \"didn't want to do it anymore\" they wanted to focus on their surgery. ","sp_data_site":"1"},"60047":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Exclude patient- cannot have an MRI per patient ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60048":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt. currently overwhelmed with upcoming procedure and wants to pass on enrolling this time around but has expressed that it was bad timing and would potentially enroll if eligible in the future.\r\n\r\nPt. no longer eligible due to age","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60049":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Too much extra work ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60050":{"redcap_data_access_group":"university_of_mich","main_record_id":"20011","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-21","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested in participating, but only if can image on 8/2 or 8/3 (with a hotel stay), will f/u when imaging schedule available \r\nInterested 7/27 SL","obtain_date":"2021-07-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-08-02","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"1","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-02-01 12:51:41","erep_ae_date":"2021-08-02","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-08-02 15:30","erep_resolution_date":"2021-08-02 15:45","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient became claustrophobic upon entering the scanner. ","erep_action_taken":"Patient will continue in the study.","erep_outcome":"Patient will not do the 3 month scan, but will continue with other study activities.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"chronic back pain and unable to do consecutive MRI scans. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Excluded- hx of metal in eye w/o documentation, cant image","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient cancelled his surgery, exclude for now 7/28 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60054":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. periodically gets MRIs as part of their healthcare maintenance, so they were unwilling to go through extra MRI scans. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60055":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-26","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was interested, but cant image due to very sever claustrophobia (due to an incident as a child)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60056":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-27","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No answer x 3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60057":{"redcap_data_access_group":"university_of_mich","main_record_id":"20013","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-07-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, waiting to be cleared for imaging 7/27 SL","obtain_date":"2021-07-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-19","sp_v1_preop_date":"2021-08-12","sp_v2_6wk_date":"2021-09-30","sp_v3_3mo_date":"2021-11-19","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-10-13 13:54:54","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Patient answered 6wks surveys at 8wks after surgery. ","erep_protdev_caplan":"We created a segment that RAs to see when a patient has not completed their 6wk surveys. This will let the RAs check when surveys are not filled out by patients in time. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-03-04 13:05:48","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed their 6-month day 14 daily survey on 6-month day 15.","erep_protdev_caplan":"No action plan at this time.","erep_rel_covid19":"0"}}},"60058":{"redcap_data_access_group":"university_of_mich","main_record_id":"20012","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-27","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-09-15","sp_v1_preop_date":"2021-09-03","sp_v2_6wk_date":"2021-10-27","sp_v3_3mo_date":"2021-12-15","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2021-09-20","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Patient declined having their scheduled procedure as they would rather deal with their current symptoms than the painful recovery process. So their surgery was canceled without being rescheduled.","sp_data_site":"1"},"60059":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-27","screening_age":"78","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"potentially interested but did not want to commit as there future healthcare plan is dependent on the results of their biopsy being performed on 8/4. Will re-contact after 3 months. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60061":{"redcap_data_access_group":"university_of_mich","main_record_id":"20015","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-28","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, cleared for imaging","obtain_date":"2021-08-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-27","sp_v1_preop_date":"2021-08-20","sp_v2_6wk_date":"2021-10-08","sp_v3_3mo_date":"2021-11-27","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-08-27 07:38:19","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was unable to make it to schedule baseline visit and was unable to reschedule one before surgery. ","erep_protdev_caplan":"Performed the baseline blood draw, current medications, and breathing and coughing test with patient in Pre-Op day of surgery. ","erep_rel_covid19":"0"}}},"60062":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"31","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVm x 3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60063":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Did not want to commit to extra visit outside of their usual health plan. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60064":{"redcap_data_access_group":"university_of_mich","main_record_id":"20016","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-02","screening_age":"59","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested but was too busy to go over MRI screening/enrollment, cb tomorrow 8/10","obtain_date":"2021-08-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-24","sp_v1_preop_date":"2021-08-12","sp_v2_6wk_date":"2021-10-05","sp_v3_3mo_date":"2021-11-24","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-09-16 09:46:11","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Patient being scheduled for another thoracic procedure on 10/5 within 6 months due to an unexpected pathology result","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60065":{"redcap_data_access_group":"university_of_mich","main_record_id":"20014","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-02","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is very interested, waiting to be cleared for MRI 8/5","obtain_date":"2021-08-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-25","sp_v1_preop_date":"2021-08-13","sp_v2_6wk_date":"2021-10-06","sp_v3_3mo_date":"2021-11-25","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60067":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested in study, but cannot get a ride down to U of M (lives in Grayling, MI 3 hours away). She is not comfortable with ride service, but would be willing to participate in the future if possible. Wil exclude patient for now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60068":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"37","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Per patient does not want to do follow up visits. Overwhelmed right now and just wants to \"get back to normal life\" after the surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60069":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Excluded from study- extreme claustrophobia and cannot image unless medicated prior, bad experience as a child, 8/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60070":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient surgery was moved back due to positive covid test, asked patient if he was interested in possibly participating now that he is not out of town, was overwhelmed and said he would pass","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60071":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is sole caregiver for husband can only participate if visit can be done the day before her surgery (which is a sunday). Recontact in future if eligible","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60072":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM x 3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60073":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-05","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient did not want to image and thought the study was too involved. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60074":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No response x 3 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60075":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wanted to focus on surgery but did not decline, so emailed information and if pt. wants to participate, they will reach out.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60076":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. was very distressed with their upcoming procedure and said that they could not handle anything extra on top of their surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60077":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-09","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Cannot image, found out patient has a metal plate in jaw","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60078":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Due to age and needing hearing implants, pt. doesn't want to do anything extra outside of her required treatment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60079":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient declined immediately, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60080":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Interested in study but cannot come in for baseline visit before upcoming sx. Will approach after 3 months if pt. has another eligible procedure.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60081":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient gets frequent MRIs due to a health condition and did not want another. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60082":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient cannot image due to cervical vertebrae fusion","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60083":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-12","screening_age":"43","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient overwhelmed with current surgery but willing to possibly participate in the future if eligible 8/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60084":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Excluded from imaging- surgery on cervical vertebrae","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60085":{"redcap_data_access_group":"university_of_mich","main_record_id":"20018","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-18","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent at clinic visit on ","obtain_date":"2021-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-09-27","sp_v1_preop_date":"2021-09-03","sp_v2_6wk_date":"2021-11-07","sp_v3_3mo_date":"2021-12-27","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60086":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-19","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt's pre op visit is during scanner time, unable to schedule a baseline visit, ok to approach in the future if eligible 8/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60087":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-19","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated he is much sicker than he has been, was in the hospital up until yesterday, per patient too sick to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60088":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-19","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Waiting to be cleared for imaging - patient is going to try and find information on cardiac stents- still waiting to hear as of 9/7\r\nPatient excluded- could not obtain information on multiple different stents from different providers in Indiana","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60089":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt seen in clinic. Scheduled for week after next and only available imaging slot did not work for their schedule. Also of note, does not have own transportation so it is difficult for him to sign up for study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60090":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient excluded due to claustrophobia from head cage- had previous MRI of the brain and was not able to scan with head cage, required open MRI, otherwise patient was very interested in participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60091":{"redcap_data_access_group":"university_of_mich","main_record_id":"20017","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-23","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, waiting to be cleared for imaging, consent in a couple days ","obtain_date":"2021-08-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-09-28","sp_v1_preop_date":"2021-09-14","sp_v2_6wk_date":"2021-11-08","sp_v3_3mo_date":"2021-12-28","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-01-13 12:06:14","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit is 1 day outside of window. Window expired on 1/11 but patient wasn't able to come till 1/12 ","erep_protdev_caplan":"No corrective action needed, as this was due to patient's availability. ","erep_rel_covid19":"0"}}},"60092":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient cannot come in before surgery for baseline, cannot take more time off work, open imaging slot does not work for him, would be willing to enroll in future if eligible ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60093":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"36","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient does not have time for a baseline visit prior to surgery, cannot take time off of work, ok being approach in the future 8/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60094":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient would have a hard time making baseline visit prior to surgery and also does not want to do another MRI of the brain- had one in the last 2mo for diagnostic purposes","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60095":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-25","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Cluster phobic to the point of needing an open MRI or medication.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60096":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-26","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient does not have time for baseline visit, ok being called again in the future if eligible 9/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60097":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-26","screening_age":"26","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM x 2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60098":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Cannot come in for a visit before surgery but was intersted","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60099":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined, no reason given","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60100":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-25","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Excluded from imaging- cervical fusion","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60101":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not interested in coming in for optional study visits as they have almost a 4 hour drive one way to the hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60102":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was interested but surgery scheduled very quickly (cancellation slot), no real time for imaging ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60103":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60104":{"redcap_data_access_group":"university_of_mich","main_record_id":"20024","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-02","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cleared for imaging, LVM x 2","obtain_date":"2021-09-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-11","sp_v1_preop_date":"2021-09-22","sp_v2_6wk_date":"2021-11-21","sp_v3_3mo_date":"2022-01-10","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-11-10 09:13:43","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Research assistant (myself) was calling patient to do daily surveys. Filled out last daily Acute Daily Trajectory Items survey on day 29 instead of day 28. ","erep_protdev_caplan":"When calling patients to do surveys, we will make sure to check the due date of the surveys prior to filling them out over the phone in coordinator mode. Also, we will try to fill out the other day 28 surveys on day 28 instead of day 29 and this will ensure we are not calling patients on day 29 and risk this mistake again. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-11-29 15:33:31","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week blood draw will not be performed as pt. is unable to find transportation ","erep_protdev_caplan":"No further actions required as this was upon the patient's request","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-02-01 12:43:29","erep_ae_date":"2021-09-22","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-09-22 13:30","erep_resolution_date":"2022-02-01 15:46","erep_ae_severity":"2","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient completed the baseline MRI, but asked not to do the 3-month scan when we reached out to schedule their visit because the noise was too loud and they feel like their hearing has been \"off\" since then. They \"don't know how much\", they \"just know they couldn't do it again\".","erep_action_taken":"Patient is continuing in the study.","erep_outcome":"Patient will not do the 3 month scan, but will continue with other study activities.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2022-02-04 14:43:53","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Filled out surveys with patient 4 days late. The patient did not want to use the app, so RA were doing surveys over the phone with patient. RA's called patient 3-4 times over the course of 2 weeks and patient asked to do surveys at later times. Patient was able to do surveys on 1/27/22, 4 days outside of window.","erep_protdev_caplan":"More firmly schedule date and time when need to do surveys over the phone with patient. ","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2022-04-25 09:54:54","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Last daily acute 6mo survey filled out 1 day past window. Patient did not answer yesterday when called for last daily survey over the phone. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60105":{"redcap_data_access_group":"university_of_mich","main_record_id":"20019","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-02","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-11","sp_v1_preop_date":"2021-09-22","sp_v2_6wk_date":"2021-11-21","sp_v3_3mo_date":"2022-01-10","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-11-10 09:09:53","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Research assistant (myself) was calling patient to do daily surveys. Filled out last daily Acute Daily Trajectory Items survey on day 29 instead of day 28. ","erep_protdev_caplan":"When calling patients to do surveys, we will make sure to check the due date of the surveys prior to filling them out over the phone in coordinator mode. Also, we will try to fill out the other day 28 surveys on day 28 instead of day 29 and this will ensure we are not calling patients on day 29 and risk this mistake again. ","erep_rel_covid19":"0"}}},"60106":{"redcap_data_access_group":"university_of_mich","main_record_id":"20020","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-03","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Waiting to be cleared for imaging 9/7 SL","obtain_date":"2021-09-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-18","sp_v1_preop_date":"2021-09-14","sp_v2_6wk_date":"2021-11-28","sp_v3_3mo_date":"2022-01-17","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60107":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt's mother-in-law just passed away, so trying to plan a funeral between now and DOS.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60108":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"27","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt has a fear of MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60109":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Surgery got moved, trying to schedule possibly","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60110":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-07","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Can not get time off for baseline visit, approachable in the future.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60112":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Per patient wants \"no bad luck and this is like a black cat\" and declined 9/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60113":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance and unable to lay flat in an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60114":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60115":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-09","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"History of metal in the eye without removal documentation, have to exclude from study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60116":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-09","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Wants to pass on enrolling at this time due to having another surgery planned in the next couple months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60117":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"41","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient she cannot have blood drawn- only R arm is available due to tumor on left and she has to save available blood draw sites for surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60118":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Excluded due to surgery on neck as a child in the 1950s and no documentation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60119":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Excluded- patient with regurgitation and can possibly aspirate if this happens while laying flat- cannot image due to safety concern","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60120":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-14","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 9/14 @ 10:10- MD\r\nDeclined- per patient he is \"sick of going in and out in and out of the hospital\" and is not willing to come in before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60121":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Talked to Pt's spouse and notified about the recruitment email. Patient will reach out if interested\r\n\r\nPatient never reached back out, considered no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60122":{"redcap_data_access_group":"university_of_mich","main_record_id":"20025","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-15","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, waiting to see if cleared for imaging ","obtain_date":"2021-09-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-14","sp_v1_preop_date":"2021-10-06","sp_v2_6wk_date":"2021-11-24","sp_v3_3mo_date":"2022-01-13","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-10-27 14:28:45","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Patient blood was drawn on DOS rather than baseline. ","erep_protdev_caplan":"We will ensure patient has enough time to get blood drawn with baseline visit. For patients who need to finish their baseline surveys at their visits, we will factor in an extra half hour to ensure we have enough time for all study activities. ","erep_rel_covid19":"0"}}},"60123":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much travel time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60124":{"redcap_data_access_group":"university_of_mich","main_record_id":"20021","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-16","screening_age":"28","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-07","sp_v1_preop_date":"2021-09-29","sp_v2_6wk_date":"2021-11-17","sp_v3_3mo_date":"2022-01-06","age":"28","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60125":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response from patient or patient's daughter. Spoke to in person for a third time, said would call if if interested after holiday ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60126":{"redcap_data_access_group":"university_of_mich","main_record_id":"20023","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-17","screening_age":"45","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent after approved for imaging","obtain_date":"2021-09-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-04","sp_v1_preop_date":"2021-09-29","sp_v2_6wk_date":"2021-11-14","sp_v3_3mo_date":"2022-01-03","age":"45","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60127":{"redcap_data_access_group":"university_of_mich","main_record_id":"20022","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-17","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-12","sp_v1_preop_date":"2021-10-04","sp_v2_6wk_date":"2021-11-22","sp_v3_3mo_date":"2022-01-11","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60128":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient doesn't want to commit to research study .","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60129":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"45","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60130":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60131":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-21","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Per patient cannot take any time off of work before surgery and does not want to make long drive, reiterated increased compensation and travel compensation but politely declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60132":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient declined, had seen in clinic previously and was somewhat interested. Would not allow me to continue phone conversation after decline. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60133":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"25","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient 3-4 times in last 1-2 weeks. Patient was interested but unsure if could come in for visits prior to surgery depending on work schedule. Emailed patient last week again asking about possible availability for baseline visit, explained could work around their schedule. No response, spoke to patient again today and patient deferred participation. Stated unable to get time off work prior to surgery next week. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60134":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sx was moved up to 10/14, which is 3 weeks earlier than patient was scheduled for originally, per patient too much going on with sooner surgery date and feels too overwhelmed to do study 10/11 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60135":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient spoke with patient's daufther and she decided not to enroll. Per patient and her daughter she gets \"very tired very easily\" and could not make the drive to U of M and home. Patient stated she would not have anyone to driver her to an appt before surgery (daughter cannot) and did not want to use a ride sharing app even if reimbursed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60136":{"redcap_data_access_group":"university_of_mich","main_record_id":"20026","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested will cb after talking to husband","obtain_date":"2021-09-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-26","sp_v1_preop_date":"2021-10-18","sp_v2_6wk_date":"2021-12-06","sp_v3_3mo_date":"2022-01-25","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60137":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient worried about driving for appointment- lives 3 hours away- reiterated travel compensation but still declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60138":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on per patient just very overwhelmed with surgery etc\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60139":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was at U of M for a second opinion, decided to have surgery at hospital closer to home in grand rapids area, will be excluded since surgery not at a qualifying hospital","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60140":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"78","screening_gender":"1","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Would feel too overwhelmed if he participated","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60141":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Surgery will be bilateral lung reduction, exclude","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60142":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Per patient he is extremely overwhelmed before surgery. Stated he has \"a lot to take care of\" and cannot commit to a study visit. Reiterated compensation etc, pt still politely declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60143":{"redcap_data_access_group":"university_of_mich","main_record_id":"20038","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-05","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-29","sp_v1_preop_date":"2021-11-24","sp_v2_6wk_date":"2022-01-10","sp_v3_3mo_date":"2022-02-28","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60144":{"redcap_data_access_group":"university_of_mich","main_record_id":"20027","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-05","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email","obtain_date":"2021-10-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-04","sp_v1_preop_date":"2021-10-18","sp_v2_6wk_date":"2021-12-16","sp_v3_3mo_date":"2022-02-03","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60145":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-05","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to traveling distance- reiterated compensation but says due to time and traveling, also her husband is currently sick, if closer she would \"do it in a heartbeat\", declined 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60146":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Per patient read over information and would like to decline, patient is very overwhelmed with surgery and wants to only focus on surgery, does not wany any extra appts or calls","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60147":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Excluded due to implant in patient's neck; she really wanted to be in study, told her would call her if anything changes 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60148":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is excluded, microblading of eyebrows","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60149":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to image, ear implants","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60150":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"had a sternotomy within the last 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60151":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"New MS diagnosis just a couple months ago (patient is having a hard time walking), very overwhelmed and surgery was scheduled very quickly (1wk from when the patient had first visit with thoracic surgeon) declined at this time but was very sweet and said would enroll if different life circumstances","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60152":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Last minute patient's work scheduled changed. Patient is a corrections officer and now has to work every day until day before surgery. Is not able to come in for a visit but willing in future if eligible. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60153":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-11","screening_age":"45","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient declined, too overwhelmed at the moment and does not want to do any more testing\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60154":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"25","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient has tattoo behind ear, excluded from MRI and study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60155":{"redcap_data_access_group":"university_of_mich","main_record_id":"20031","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-13","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient very interested in participating and no major contraindications in MRI screening. Hopefully can consent the patient once they get scheduled for Sx.","obtain_date":"2021-11-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-09","sp_v1_preop_date":"2021-11-19","sp_v2_6wk_date":"2022-01-20","sp_v3_3mo_date":"2022-03-10","age":"44","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60156":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Cancelled surgery, contact in future if scheduled again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60157":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"22","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Unable to come for baseline visit ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60158":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"39","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"deferred participation due to drive, maybe enroll in future if eligible","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60159":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to drive 5 hours 1 way for study activity","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60160":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient is to be excluded, surgery is no longer necessary and will be canceled by the doctor.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60161":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unwilling to travel for study especially when winter is coming up ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60162":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to travel, lives 5 hours away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60163":{"redcap_data_access_group":"university_of_mich","main_record_id":"20028","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-19","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cb tomorrow","obtain_date":"2021-10-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-28","sp_v1_preop_date":"2021-10-21","sp_v2_6wk_date":"2021-12-08","sp_v3_3mo_date":"2022-01-27","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5|6","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60164":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-20","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60165":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":" patient scheduled w/in 2wks of clinic visit, felt too overwhelmed since surgery was so soon and not able to find a time to come in, also had to have transportation and was not comfortable with uber etc. and did not have a ride next week- deferred participation\r\n\r\nPt. is excluded due to too many implants","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60166":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Physician advised against participating in research due to prevent them from being overwhelmed. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60167":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60168":{"redcap_data_access_group":"university_of_mich","main_record_id":"20030","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-26","screening_age":"35","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-22","sp_v1_preop_date":"2021-11-10","sp_v2_6wk_date":"2022-01-03","sp_v3_3mo_date":"2022-02-21","age":"35","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-02-21 14:44:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"On day of surgery, doctors deviated from the original sternotomy approach and went with a clamshell incision which would have been an excluded approach.","erep_protdev_caplan":"Proceeded 3 month visit with using the left side as surgical side for all testing. ","erep_rel_covid19":"0"}}},"60169":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient excluded from MRI/study due to pacemaker","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60170":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response from patient after tried contacting again 3x. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60171":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM x 3 No response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60172":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-29","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"BMI 55, weight 360lbs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60173":{"redcap_data_access_group":"university_of_mich","main_record_id":"20032","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-29","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-16","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-01-27","sp_v3_3mo_date":"2022-03-17","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-12-07","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"The patient's original surgery was postponed and now they are scheduled for a procedure that is exclusionary. ","sp_data_site":"1"},"60174":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-29","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient's surgery got changed to a non-qualifying procedure, exclude for now","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60175":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-01","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation for this surgery. patient was scheduled within 2wks of new patient appointment. Had to take care of many things with work, no time to take off. Would be willing to participate in future if more time before surgery and eligible again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60176":{"redcap_data_access_group":"university_of_mich","main_record_id":"20034","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-01","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Phone is patient's wife mobile;\r\nPer patient's wife could do visit on 11/22 or 11/23, will call in a few days once scheduled for pre op testing and talk to patient (patient was not home before)","obtain_date":"2021-11-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-24","sp_v1_preop_date":"2021-11-22","sp_v2_6wk_date":"2022-01-05","sp_v3_3mo_date":"2022-02-23","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60177":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60178":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Too overwhelmed with surgery etc","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60179":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much of an extra commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60180":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60181":{"redcap_data_access_group":"university_of_mich","main_record_id":"20033","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-04","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient interested, waiting to get cleared for imaging ","obtain_date":"2021-11-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-21","sp_v1_preop_date":"2021-11-15","sp_v2_6wk_date":"2022-02-01","sp_v3_3mo_date":"2022-03-22","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60182":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM x 3\r\nNo response from patient after 3 calls and recruitment email\r\nMD spoke with pt, declined as visits would be too far away from home 11/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60183":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Want to know if there have bene studies linking prolonged pressure exposure to things like DVT\r\n\r\nPatient did not respond","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60184":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient's cancer is terminal, stated only a little while to live after surgery, very overwhelmed, no time for research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60185":{"redcap_data_access_group":"university_of_mich","main_record_id":"20036","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-09","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-24","sp_v1_preop_date":"2021-11-23","sp_v2_6wk_date":"2022-01-05","sp_v3_3mo_date":"2022-02-23","age":"77","sex":"2","genident":"2","ethnic":"4","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60186":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined- does not want to drive to extra appointments or do extra testing as she needs her daughter to driver her. Offered baseline on same day as other appts but patient still declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60187":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"38","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Metallic fragment in eye excludes pt. for imaging","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60188":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60189":{"redcap_data_access_group":"university_of_mich","main_record_id":"20037","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-11","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Home # preferred\r\nInterested, cb next week","obtain_date":"2021-11-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-02","sp_v1_preop_date":"2021-12-17","sp_v2_6wk_date":"2022-03-16","sp_v3_3mo_date":"2022-05-02","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-01-11 15:29:00","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in on 12/17/21 for their baseline visit and then their surgery was pushed back to 2/2/22 due to illness which will make their visit 5 days outside the 6-week window.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-02-18 14:45:21","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Filled out Opioid Use Acute Follow Up Day 14 on day 16 with patient. Patient has not been using app to do surveys after surgery, so RA has been calling them. ","erep_protdev_caplan":"RA will make a better schedule to ensure a daily patient call for surveys is not missed. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-03-21 10:07:39","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Patient went out of town (1month in Florida) and was not able to come in for 6wk blood draw. Was also sick the week prior to leaving. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60190":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-11","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Excluded- spinal cord stimulator, cannot image","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60191":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-12","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60192":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-16","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No response from patient after a few voicemails after initial call","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60193":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-24","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"research wasn't related to their diagnosis","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60194":{"redcap_data_access_group":"university_of_mich","main_record_id":"20039","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-16","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Home # is spouse's phone\r\nLVM x 1","obtain_date":"2021-11-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-17","sp_v1_preop_date":"2021-12-03","sp_v2_6wk_date":"2022-01-28","sp_v3_3mo_date":"2022-03-18","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60195":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-17","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Too short of a notice and won't be able to come in for baseline visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60196":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Too overwhelmed with cancer etc","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60197":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives too far, nervous about time commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60198":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Excluded- tattoo on neck","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60199":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unwilling to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60200":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient has been \"poked and prodded\" enough ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60201":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"did not respond for surgery in 12/2021. Scheduled for second surgery now in 2023. \r\n\r\nPt previous no response. Patient is interested in joining the study. However, unsure if patient's surgery will qualify. Emailed Chand and Dr. Chang to inquire further. 8.21 SL\r\n\r\nSurgery actually doesn't qualify per Dr. Chang (no chest wall resection just subcutaneous nodules). Pt excluded 8.22 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60202":{"redcap_data_access_group":"university_of_mich","main_record_id":"20042","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-24","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Wanted more information.","obtain_date":"2021-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-21","sp_v1_preop_date":"2021-12-15","sp_v2_6wk_date":"2022-02-01","sp_v3_3mo_date":"2022-03-22","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-04-06 09:05:22","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Patient developed blood clots a week before 3mo visit. Unable to do cuff or CPM for safety reasons.\r\n","erep_protdev_caplan":"No corrective plan needed. Patient's illness unrelated to study. Noted in QST document as well. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-04-06 09:11:39","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient 2 days outside of 3mo window. Patient cancelled appointment last week and rescheduled for this week. ","erep_protdev_caplan":"RA will attempt to schedule 3mo visits earlier in window if there is availability in case patient needs to reschedule. ","erep_rel_covid19":"0"}}},"60203":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No response from patient \r\nExpressed interest but then did not answer after 3 more calls","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60205":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-01","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient's wife called and expressed that he would like to decline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60206":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-01","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60207":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-02","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60208":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM x 3 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60209":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was interested if did not enroll in a clinical trial. Patient had to do mutation testing to see if eligible for clinical trial. These results did not come back until very close to patient's surgery date. No time to schedule a patient visit. Deferred participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60210":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"declined- too overwhelmed by surgery and diagnosis","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60211":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60212":{"redcap_data_access_group":"university_of_mich","main_record_id":"20045","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-07","screening_age":"57","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"No Response emailed info","obtain_date":"2021-12-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-27","sp_v1_preop_date":"2022-01-06","sp_v2_6wk_date":"2022-03-10","sp_v3_3mo_date":"2022-04-27","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60213":{"redcap_data_access_group":"university_of_mich","main_record_id":"20044","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-07","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"cb tomorrow 12/8 SL","obtain_date":"2021-12-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-06-08","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"1"},"60214":{"redcap_data_access_group":"university_of_mich","main_record_id":"20046","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-07","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-19","sp_v1_preop_date":"2022-01-04","sp_v2_6wk_date":"2022-03-02","sp_v3_3mo_date":"2022-04-19","age":"44","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-04-20 14:42:24","erep_ae_date":"2022-04-19","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-04-19 13:30","erep_resolution_date":"2022-04-19 13:40","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Patient had her 3mo visit on 4/19/20221. Patient stated she has had a lot of pain since surgery. Patient also has fibromyalgia and pain in her R arm (previous injury). After CPM in QST testing, patient stated she still felt the pressure/pain from the algometer still about 5 minutes after the test was completed. ","erep_action_taken":"Patient did not ask to withdraw or any similar action. Patient wished to finish QST testing and went to do MRI as well. ","erep_outcome":"Patient had discomfort through most of the QST testing. RA made sure to ask patient if she was ok proceeding prior to every test at 3mo visit. Patient was happy at end of visit and no follow up was needed. Patient's arm pain/pressure from the PPTs had dulled by the time she was leaving. No further follow up was conducted. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60215":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Home # preferred\r\n\r\nSpoke with pt, interested if surgery still occurs, cb in a few weeks at PET scan on 12/21\r\n\r\nPatient very interested but unable to make baseline visit before surgery, deferred participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60216":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient's husband answered and patient cannot consent for herself. Per husband patient has short term memory loss and he is advocate and handles all medical decisions. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60217":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to make extra trips into Ann Arbor","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60218":{"redcap_data_access_group":"university_of_mich","main_record_id":"20049","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-10","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-19","sp_v1_preop_date":"2022-01-04","sp_v2_6wk_date":"2022-03-02","sp_v3_3mo_date":"2022-04-19","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60219":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No specific reason for decline, patient just stated he was not interested on the phone","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60220":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60221":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"62","screening_gender":"1","screening_race":"6","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM x 3 and emailed no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60222":{"redcap_data_access_group":"university_of_mich","main_record_id":"20050","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-13","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, cb tomorrow","obtain_date":"2021-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-28","sp_v1_preop_date":"2021-12-17","sp_v2_6wk_date":"2022-02-08","sp_v3_3mo_date":"2022-03-29","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-02-18 14:04:35","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"6wk blood draw completed 6 days outside of window. Patient did not want to come in extra for blood work, so scheduled with one of her appointments on 2/21/22, 6 days outside of window.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-04-11 13:00:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3mo visit ended up being 29 days outside of window. Patient was ill when called to confirm 3mo visit the day before. Rescheduled for the following week and then patient had a conflict with new doctor appointment. Had to then look for a new appointment/MRI opening for patient. ","erep_protdev_caplan":"No corrective action needed. ","erep_rel_covid19":"0"}}},"60223":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient just stated he is not interested. No further explanation given","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60224":{"redcap_data_access_group":"university_of_mich","main_record_id":"20052","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-16","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"2021-12-23","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-07-07","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"1"},"60225":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt lives far away and thought the visits would take too much time, especially with tax season coming up 12/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60226":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-17","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not have a car, daughter must driver her. Lives over 2 hours away and cannot make a baseline visit before her surgery since it is right around the holiday. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60227":{"redcap_data_access_group":"university_of_mich","main_record_id":"20054","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-17","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, sign consent form at baseline visit (patient has a trach and hard to talk)","obtain_date":"2021-12-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-07","sp_v1_preop_date":"2021-12-23","sp_v2_6wk_date":"2022-02-18","sp_v3_3mo_date":"2022-04-07","age":"82","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60228":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No time for baseline visit right now- surgery on 1/3 and only imaging slots available are on 12/23 and patient is busy with holiday. MRI not open week of 12/27, so just no time for visit. Patient interested but deferred participation for now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60229":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wanted to read information on the study, pt. will reach out if they are interested and have been notified that there might be a tight scheduling timeline due to the holidays. \r\n\r\nDid not reach back out, no response\r\n\r\nNew surgery scheduled for 8.18.23. Previous no response pt from surgery back in 2021/early 2022, LVM and sent email 7.20 SL\r\n\r\nLVM 7.25 SL\r\n\r\nNo Response for 2nd time\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60230":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-21","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to reach patient before holiday and cannot scheduled baseline visit in time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60231":{"redcap_data_access_group":"university_of_mich","main_record_id":"20053","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-21","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested- consent later today","obtain_date":"2021-12-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-04","sp_v1_preop_date":"2021-12-23","sp_v2_6wk_date":"2022-02-15","sp_v3_3mo_date":"2022-04-04","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-12-23","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient said they've gotten really overwhelmed with surgery/scared with cancer diagnosis and didn't want to commit to the study.","sp_data_site":"1"},"60232":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-21","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60233":{"redcap_data_access_group":"university_of_mich","main_record_id":"20056","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-04","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-12","sp_v1_preop_date":"2022-01-07","sp_v2_6wk_date":"2022-02-23","sp_v3_3mo_date":"2022-04-12","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60234":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60235":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60236":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60237":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Just had a procedure and wasn't feeling well enough to talk\r\nLVM for patient\r\nNo response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60238":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60239":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"has difficulty with winter travel ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60240":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"not interested in doing in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60241":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient not interested in doing any of the testing","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60242":{"redcap_data_access_group":"university_of_mich","main_record_id":"20057","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-05","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested cb monday","obtain_date":"2022-01-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-03","sp_v1_preop_date":"2022-01-11","sp_v2_6wk_date":"2022-03-17","sp_v3_3mo_date":"2022-05-03","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60243":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Overwhelmed with surgery, this was patient's second try as first surgery they reacted bad to anesthesia and surgery was not able to be completed. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60244":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"23","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to do \"all the testing\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60245":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is claustrophobic but maybe willing to try, emailed info and will f/u early next week\r\n\r\nLVM x 2 after initial contact no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60246":{"redcap_data_access_group":"university_of_mich","main_record_id":"20062","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-13","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM x 3 no response","obtain_date":"2022-01-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-31","sp_v1_preop_date":"2022-01-28","sp_v2_6wk_date":"2022-03-14","sp_v3_3mo_date":"2022-05-01","age":"49","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60247":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Declined- patient did not to do MRI and states he lives in Ohio so it is a burden to travel to Michigan for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60248":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Need sedation for MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60249":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Excluded- extreme claustrophobia in addition to special needs son, so hard to schedule a time for BL visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60250":{"redcap_data_access_group":"university_of_mich","main_record_id":"20063","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-01-13","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-10","sp_v1_preop_date":"2022-02-02","sp_v2_6wk_date":"2022-03-24","sp_v3_3mo_date":"2022-05-10","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-02-01","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient was scheduled for baseline visit tomorrow. With inclement weather suspected for the area tomorrow, patient wished to cancel baseline visit. I spoke to the patient and offered other times later in the week or early next week prior to the patient's surgery on 2/10 but patient declined. Patient asked to not continue study procedures, stated she was stressed before surgery. ","sp_data_site":"1"},"60251":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by upcoming surgery and doesn't want to add anything more. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60252":{"redcap_data_access_group":"university_of_mich","main_record_id":"20067","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-13","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cb this evening","obtain_date":"2022-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-14","sp_v1_preop_date":"2022-02-11","sp_v2_6wk_date":"2022-03-28","sp_v3_3mo_date":"2022-05-14","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60253":{"redcap_data_access_group":"university_of_mich","main_record_id":"20059","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-13","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Need to clear a potential conflict of interest with another study.","obtain_date":"2022-01-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-16","sp_v1_preop_date":"2022-01-25","sp_v2_6wk_date":"2022-04-27","sp_v3_3mo_date":"2022-06-16","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-03-16 08:51:08","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's baseline visit is 5 days over 6 week window due to surgery being rescheduled several times. \r\n\r\nAlso, we have collected expectation responses from the patient based off their original surgery date and do to the last minute rescheduling of the patient's surgery, we were unable to collect a new set of expectation data. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60254":{"redcap_data_access_group":"university_of_mich","main_record_id":"20061","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-13","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-14","sp_v1_preop_date":"2022-02-22","sp_v2_6wk_date":"2022-04-25","sp_v3_3mo_date":"2022-06-14","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60255":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Exclude- patient willing gave info about sacral nerve stimulator, must exclude from MRI and study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60256":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"50","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60257":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Cannot travel by themselves and on 24h O2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60258":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-17","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery has not been scheduled as of 8/24/22. Patient ended up deferring participation for now. Will contact in future possibly if they do get scheduled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60259":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-17","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"spinal cord stimulator not compatible with 3T MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60260":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-17","screening_age":"28","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. wants to focus on sx and recovery so that they can get get back to work as soon as they can.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60261":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-17","screening_age":"26","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60262":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-18","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by all study activities.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60263":{"redcap_data_access_group":"university_of_mich","main_record_id":"20066","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-18","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, schedule once get pre-op scheduled","obtain_date":"2022-01-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-11","sp_v1_preop_date":"2022-02-10","sp_v2_6wk_date":"2022-03-25","sp_v3_3mo_date":"2022-05-11","age":"44","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-05-10 12:51:40","erep_ae_date":"2022-05-10","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-05-10 10:30","erep_resolution_date":"2022-05-10 10:45","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient became claustrophobic in the scanner. Per patient was unable to get comfortable and obtain good positioning in the scanner due to height/weight. After a few minutes of trying patient became claustrophobic/nervous and asked to be removed from the scanner and did not want to continue.","erep_action_taken":"Patient was removed from the scanner when requested and felt better afterwards. ","erep_outcome":"Patient did not scan at 3mo. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60264":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-18","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient overwhelmed and potentially joining a a clinical trial. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60265":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-18","screening_age":"51","screening_gender":"2","screening_race":"3","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Severely clusterphobic and unwilling to do MRI for study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60266":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-18","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM x 3 \r\n\r\nSaw patient in clinic and they declined, no time for BL appt prior to surgery, was not able to get ahold of him on phone so talked to him in clinc at pre op appt 1wk before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60267":{"redcap_data_access_group":"university_of_mich","main_record_id":"20072","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-21","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cb next wednesday \r\nLVM","obtain_date":"2022-02-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-23","sp_v1_preop_date":"2022-03-17","sp_v2_6wk_date":"2022-05-04","sp_v3_3mo_date":"2022-06-23","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-05-13 18:29:58","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Patient had to reschedule 6 week blood draw due to testing positive for covid and was not able to come in until after the visit window. Patient was 2 days past window (7 weeks and 2 days). ","erep_protdev_caplan":"None needed as deviation was due to accommodating the patient's schedule. ","erep_rel_covid19":"0"}}},"60268":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-21","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient has a brain tumor, must be excluded from study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60269":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-21","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Surgery never scheduled as on 8/24/22. Patient deferred participation for now. will reach out if surgery does get scheduled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60270":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-25","screening_age":"59","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Exclude- Patient had a hard time understanding description of study over the phone, and staff was working remote on his clinic visit day, so we could not meet with him in person. Patient also needed his daughter present for explanation with medical topics. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60271":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-25","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too overwhelmed with study commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60272":{"redcap_data_access_group":"university_of_mich","main_record_id":"20068","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-25","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Maybe interested cb in 1wk","obtain_date":"2022-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-21","sp_v1_preop_date":"2022-02-15","sp_v2_6wk_date":"2022-05-02","sp_v3_3mo_date":"2022-06-21","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60273":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-25","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by study and does not have the mental capacity to handle it along with their sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60274":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-26","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Out of State residence, unable to come in for in person visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60275":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-31","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM x 3 and email x 1\r\nNo response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60276":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Deferred participation, would participate in future, but patient lives 3 hours away and cant make baseline appt, also in processing of redoing his home before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60277":{"redcap_data_access_group":"university_of_mich","main_record_id":"20070","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-01","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-10","sp_v1_preop_date":"2022-03-01","sp_v2_6wk_date":"2022-04-21","sp_v3_3mo_date":"2022-06-10","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-02-28","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"1"},"60278":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"62","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"felt overwhelmed if they did study on top of their cancer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60279":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Distance and swamped with other pre-op visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60280":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-02","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60281":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-02","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"needs general anesthesia for all MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60282":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-07","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient does not want to travel to U of M for extra appts","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60283":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-07","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60284":{"redcap_data_access_group":"university_of_mich","main_record_id":"20069","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-07","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"call tomorrow","obtain_date":"2022-02-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-24","sp_v1_preop_date":"2022-03-14","sp_v2_6wk_date":"2022-05-05","sp_v3_3mo_date":"2022-06-24","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-02-16","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"RA initiated withdrawal. Patient's surgery was originally scheduled for 3/24/22 and baseline visit was scheduled for 3/14/22. There was a cancellation, so patient's surgery was changed to 2/17/22 on 2/15/22. Team became aware of this change on 2/16/22 and there was no time to conduct baseline visit prior to patient's surgery. ","sp_data_site":"1"},"60286":{"redcap_data_access_group":"university_of_mich","main_record_id":"20071","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-08","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-01","sp_v1_preop_date":"2022-02-21","sp_v2_6wk_date":"2022-04-12","sp_v3_3mo_date":"2022-06-01","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-03-24 14:48:24","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Day 21 opioid use acute followup and deep breathing and coughing surveys were collected 1 day out of window","erep_protdev_caplan":"No action plan needed","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-03-31 10:22:03","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Day 28 Acute trajectory survey was collected on day 29 due to staff's inability to follow up on day 28","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"60287":{"redcap_data_access_group":"university_of_mich","main_record_id":"20075","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-09","screening_age":"27","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-16","sp_v1_preop_date":"2022-02-25","sp_v2_6wk_date":"2022-04-27","sp_v3_3mo_date":"2022-06-16","age":"27","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-02-28 13:01:51","erep_ae_date":"2022-02-25","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-02-25 09:45","erep_resolution_date":"2022-02-25 10:10","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"After use of the neuropen during the temporal summation test, the patient had small red bumps on her arm and chest (more prominent on the arm) where the pen had been used. The bumps did not appear until a few minutes after the test was complete. Patient stated these did not hurt and that she just has \"sensitive skin. \" Bumps were almost completely resolved by the end of QST testing. Only a small amount of redness left. ","erep_action_taken":"Patient stated she is still willing to participate in the study. She was not concerned about the bumps since they dissipated quickly. ","erep_outcome":"Patient was happy to continue with the rest of testing and later study visits. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60288":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation or now. Patient had hard time making decision before surgery and surgery date was moved a couple times. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60289":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-10","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60290":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-11","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"cannot commit to the time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60291":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Voicemail full, sent email\r\nSurgeon talked to pt, not a good candidate and declined 2/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60285":{"redcap_data_access_group":"university_of_mich","main_record_id":"20073","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-07","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent later today","obtain_date":"2022-02-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-04","sp_v1_preop_date":"2022-04-01","sp_v2_6wk_date":"2022-05-16","sp_v3_3mo_date":"2022-07-04","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60292":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient's daughter wanted to know about the study as well. Spoke iwth her and patient. Emailed and was told would follow up. Followed up with patient's daughter and she asked for protocol to be sent (she is a research coordinator at UM as well). Explained to daughter we cannot send full protocol as this time. After this no response from patient or daughter.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60293":{"redcap_data_access_group":"university_of_mich","main_record_id":"20074","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-15","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-24","sp_v1_preop_date":"2022-02-21","sp_v2_6wk_date":"2022-04-07","sp_v3_3mo_date":"2022-05-24","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-02-17","ewprimaryreason":"1","ewdisreasons":"5|1","ewpireason":"N/A","ewcomments":"Due to low energy, patient wanted to prioritize it to be with family rather than on study visits.","sp_data_site":"1"},"60294":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"short term memory loss","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60295":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"38","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"pt postponing sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60296":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much to add onto their schedule. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60297":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60298":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-18","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60299":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"wants to focus on sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60300":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"extreme claustrophobia to the point of needing sedation ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60301":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he does not have time for a visit prior to surgery. Still working and already overwhelmed with surgery etc. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60302":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60303":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt. unable to come in before sx for baseline visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60304":{"redcap_data_access_group":"university_of_mich","main_record_id":"20076","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-17","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-18","sp_v1_preop_date":"2022-03-07","sp_v2_6wk_date":"2022-04-29","sp_v3_3mo_date":"2022-06-18","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-03-21 10:38:00","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Expectation Survey was collected day of surgery","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"60305":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient in clinic, wanted more time to think/email with information.\r\n\r\nLVM \r\n\r\nDid not respond","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60306":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient got nervous about driving 2 hours for the baseline visit. Decline due to travel distance. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60307":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was running errands, asked to be called back the next day\r\n\r\nPatient surgery's got moved up (surgeon had to move it), no time for baseline visit. Deferred participation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60308":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too big of a travel commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60309":{"redcap_data_access_group":"university_of_mich","main_record_id":"20078","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-24","screening_age":"76","screening_gender":"1","screening_race":"3","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Yes- enroll next week on 2/28","obtain_date":"2022-02-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-18","sp_v1_preop_date":"2022-03-17","sp_v2_6wk_date":"2022-04-29","sp_v3_3mo_date":"2022-06-18","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60310":{"redcap_data_access_group":"university_of_mich","main_record_id":"20081","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-01","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cb next week, patient lives 7 hours away","obtain_date":"2022-03-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-06","sp_v1_preop_date":"2022-04-05","sp_v2_6wk_date":"2022-05-18","sp_v3_3mo_date":"2022-07-06","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60311":{"redcap_data_access_group":"university_of_mich","main_record_id":"20079","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-21","sp_v1_preop_date":"2022-04-07","sp_v2_6wk_date":"2022-06-02","sp_v3_3mo_date":"2022-07-21","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-04-06","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. noted that they didn't want to go through with the study as they already couldn't image to begin with. ","sp_data_site":"1"},"60312":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient overwhelmed with surgery and chemotherapy at the moment. Also, patient stated they will not have time for visits after surgery- will be back to work \"6 days a week from dawn to dark as soon as I can\"\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60313":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. can't fit study visits in their schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60314":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"53","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Per patient extremely claustrophobic (gave this information when mentioned MRI)- will exclude","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60315":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Did not want to do MRI and bloodwork- per patient just had these 2 things done for pre-surgical workout and does not want to do again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60316":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient deferred participation for now. Very overwhelmed with current appointments, upcoming surgery, and cancer diagnosis. Stated that he may have another surgery in the future and would be willing to be approached again if he qualifies. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60317":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not want to drive again for BL visit (lives 3.5 hrs away and with gas prices). Offered patient day before surgery but did not want this either. Stated they are likely driving down day of surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60319":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was see on 3/11/22 and surgery was scheduled on 3/25/22 only 2 weeks out.\r\n\r\nAlso, patient just had a death in the family and does not have time for a baseline visit before surgery. Wished patient the best and let her know we will defer participation for now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60318":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient very overwhelmed with surgery and current situation. Stated research study would add too much on his plate.\r\n\r\nAlso, patient was see on 3/11/22 and surgery was scheduled for 3/22/22, less than 2wks ok. So, also a very quick turn around and hard for patient to have time for baseline visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60320":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient stated she is overwhelmed with surgery and does not want to do any more tests etc before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60321":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient does not want to travel for study visits (>1hr away). Offered have visits same day as other appt and patient still declined. Patient said she also does not want to do any more testing. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60322":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60323":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60324":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60325":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation- patient unable to come in for BL visit on the day she planned (lives 150 miles away) because she has more appts than expected","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60326":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient lives 3 hours away and stated she will not be coming to Ann Arbor unless for medical reasons. Did not let me finish explaining study/compensation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60327":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"scheduled very quickly for surgery (w/in 2wks) and lives 150 miles away, no time for BL visit\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60328":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient surgery was scheduled w/in 2wks of appearing on OR schedule. Surgery scheduled on 3/14 and surgery on 3/31. Patient in Florida until 3/26 and then has other appts on 3/28 and 3/29 and unable to come in for baseline appt (only 1 open day for patient to prep for surgery). ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60329":{"redcap_data_access_group":"university_of_mich","main_record_id":"20084","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-18","screening_age":"24","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-21","sp_v1_preop_date":"2022-04-12","sp_v2_6wk_date":"2022-06-02","sp_v3_3mo_date":"2022-07-21","age":"25","sex":"1","genident":"3","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-04-21 12:52:40","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys were completed day of surgery","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"60330":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVm x 3\r\nEmailed recruitment info\r\n\r\nNo response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60331":{"redcap_data_access_group":"university_of_mich","main_record_id":"20088","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-18","screening_age":"26","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-18","sp_v1_preop_date":"2022-04-07","sp_v2_6wk_date":"2022-06-29","sp_v3_3mo_date":"2022-08-18","age":"26","sex":"1","genident":"1","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60332":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"has stainless implants ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60333":{"redcap_data_access_group":"university_of_mich","main_record_id":"20085","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-22","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-01","sp_v1_preop_date":"2022-03-31","sp_v2_6wk_date":"2022-05-13","sp_v3_3mo_date":"2022-07-01","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-04-06","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Patient unfortunately passed shortly after surgery due to complications after procedure. ","sp_data_site":"1"},"60334":{"redcap_data_access_group":"university_of_mich","main_record_id":"20086","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-23","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-09","sp_v1_preop_date":"2022-04-21","sp_v2_6wk_date":"2022-07-21","sp_v3_3mo_date":"2022-09-09","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-05-10 13:27:35","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was exposed to covid 2 days before surgery on 5/5/22. So, patient's surgery was postponed to 6/9/2022. Will be 1 week outside of baseline window (baseline completed 7wks before surgery). ","erep_protdev_caplan":"None at this time. ","erep_rel_covid19":"0"}}},"60335":{"redcap_data_access_group":"university_of_mich","main_record_id":"20093","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-29","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-12","sp_v1_preop_date":"2022-04-19","sp_v2_6wk_date":"2022-06-23","sp_v3_3mo_date":"2022-08-12","age":"42","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-07-28 10:37:56","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's visit date was wrong in RK studios. Expectation items were filled out after surgery and all acute daily surveys (3d-28d post op) are 7 days late. ","erep_protdev_caplan":"Date was corrected in RK studios. 6wk visit/surveys and all upcoming visits and surveys will not be affected. \r\nTeam will make sure to check all participants' surgery date the week of surgery to ensure we don't miss these last minute scheduling changes. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-08-10 08:31:08","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Blood pressure machine glitched when took patient's blood pressure at beginning of QST. Planned to take blood pressure again prior to cuff, but I (RA) forgot to take blood pressure again. ","erep_protdev_caplan":"I (RA) will make sure to check entire CRF to make sure all fields are filled out. Blood pressure is listed first on our paper CRF, so checking back will allow the RA to see if something is missing. ","erep_rel_covid19":"0"}}},"60336":{"redcap_data_access_group":"university_of_mich","main_record_id":"20095","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-29","screening_age":"66","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Potentially interested, emailed info, follow up in a couple of days.","obtain_date":"2022-04-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-04","sp_v1_preop_date":"2022-04-21","sp_v2_6wk_date":"2022-06-15","sp_v3_3mo_date":"2022-08-04","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-04-22 09:21:41","erep_ae_date":"2022-04-21","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-04-21 15:00","erep_resolution_date":"2022-04-21 15:10","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient was claustrophobic once in the MRI and having head cage put on. Patient tried a couple times with head cage but stated \"this would not work\" and decided not to do scan. Was too claustrophobic with head cage. Patient never had an MRI before and when enrolled stated she was willing to try. ","erep_action_taken":"Patient did not ask to withdraw or discontinue participation. Patient stated she will do all other study procedures besides MRI. ","erep_outcome":"Patient will continue with study but will not image at 3mo visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60337":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed and too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60338":{"redcap_data_access_group":"university_of_mich","main_record_id":"20092","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-30","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-14","sp_v1_preop_date":"2022-04-04","sp_v2_6wk_date":"2022-05-26","sp_v3_3mo_date":"2022-07-14","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60339":{"redcap_data_access_group":"university_of_mich","main_record_id":"20096","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-30","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Wants to finalize all surgical detail before considering research. ","obtain_date":"2022-04-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-22","sp_v1_preop_date":"2022-04-19","sp_v2_6wk_date":"2022-06-03","sp_v3_3mo_date":"2022-07-22","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60340":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI images can't be read unless contrast is used.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60341":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Interested but too tight of a time frame for them to come in for baseline visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60342":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Too busy for research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60343":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-01","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient lives alone and doesn't drive much, son is coming from California to take care of him, does not want to \"run his son around\" politely declined\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60344":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No time before surgery per patient. Patient states she will be very busy before surgery. Surgery was scheduled quickly within 2-3 wks of appearing on OR schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60345":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient scheduled for surgery on 4/18 from appointment on 4/5 (only 13 days between scheduling and surgery). Per patient unable to make baseline visit with personal commitments and work before surgery. Declined at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60346":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-07","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient does not want to do any more tests before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60347":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-08","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Patient stated he is not really interested in research and is going to be \"too busy\" after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60348":{"redcap_data_access_group":"university_of_mich","main_record_id":"20098","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-08","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"F/U in 1wk","obtain_date":"2022-04-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-26","sp_v1_preop_date":"2022-04-21","sp_v2_6wk_date":"2022-06-07","sp_v3_3mo_date":"2022-07-26","age":"46","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-06-06 14:51:16","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient not able to come in for 6wk visit. Patient lives on other side of the state and unable to come in until after 8wks post-op, outside of 6wk window. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60349":{"redcap_data_access_group":"university_of_mich","main_record_id":"20097","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-08","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVm and emailed","obtain_date":"2022-04-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-11","sp_v1_preop_date":"2022-04-25","sp_v2_6wk_date":"2022-06-22","sp_v3_3mo_date":"2022-08-11","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60350":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-08","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient unable to make baseline visit but potentially interested in future. Patient was scheduled for surgery very quickly (12 days) and lives about 2 hours away. Coming down day before surgery and considered this, but was told he now has to have a bronchial scope the day before surgery. So, declined participation at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60351":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient will talk to husband and f/u- starting chemo and radiation and then has a lot of appts coming up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60352":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Patient very overwhelmed at the moment and does not want to participant in research. Just finished chemo, been very sick, and likely having bladder surgery 2wks prior to thoracic surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60353":{"redcap_data_access_group":"university_of_mich","main_record_id":"20104","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-14","screening_age":"36","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"F/U after CT scan in early May patient not yet officially scheduled for surgery","obtain_date":"2022-05-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-01","sp_v1_preop_date":"2022-05-20","sp_v2_6wk_date":"2022-07-13","sp_v3_3mo_date":"2022-09-01","age":"36","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-07-28 08:23:03","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was going to come in around 6wks post-op for clinic appointment. Patient's appointment was cancelled and moved to a virtual one, so patient could not longer come in. Patient came in yesterday 7/27 for lab draw and we did 6wk draw concurrently with this. 1 week outside of window. ","erep_protdev_caplan":"None at this time. Due to patient changing availability. ","erep_rel_covid19":"0"}}},"60354":{"redcap_data_access_group":"university_of_mich","main_record_id":"20099","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-14","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Ready to enroll at 14:00 on 4/20","obtain_date":"2022-04-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-15","sp_v1_preop_date":"2022-05-13","sp_v2_6wk_date":"2022-07-27","sp_v3_3mo_date":"2022-09-15","age":"42","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60355":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"28","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60356":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation. Willing to maybe be talked to again in future. Right now patient just wants to focus on surgery and healing. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60357":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Issues with transportation and too short of a window. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60358":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Per patient's reply email, has been at \"facility enough\" with recent surgery and upcoming surgery. Does not want to do anything extra. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60359":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was overwhelmed with surgery to begin with, was unsure if she wanted to have it. Would like to focus on diagnosis and surgery at this time and not add \"anything extra to her plate.\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60360":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Relies on someone else for transportation and would require things to be scheduled a couple weeks in advance. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60361":{"redcap_data_access_group":"university_of_mich","main_record_id":"20101","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-26","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"email and follow up on 4/27","obtain_date":"2022-04-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-11","sp_v1_preop_date":"2022-05-02","sp_v2_6wk_date":"2022-06-22","sp_v3_3mo_date":"2022-08-11","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60362":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"unable to make time commitment for things like the baseline visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60363":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"F/U Friday- surgery scheduled w/in 8 days, lives 3 hours away\r\n\r\nDeferred participation, timeline to short with surgery and distance to U of M, willing to be re-contacted in the future","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60364":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM x 2\r\nSent recruitment email x 1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60365":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"35","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient's surgery was cancelled. Did not contact patient again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60366":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-29","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Surgery being moved to October 2022. Will contact closer to then. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60367":{"redcap_data_access_group":"university_of_mich","main_record_id":"20102","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-04","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cb later today to consent ","obtain_date":"2022-05-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-07","sp_v1_preop_date":"2022-05-16","sp_v2_6wk_date":"2022-07-19","sp_v3_3mo_date":"2022-09-07","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60368":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much of a commitment and relies on other for rides into Ann Arbor. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60369":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No reliable transport and feel like it's too much on their plate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60370":{"redcap_data_access_group":"university_of_mich","main_record_id":"20103","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-06","screening_age":"41","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested cb tomorrow to consent","obtain_date":"2022-05-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-12","sp_v1_preop_date":"2022-05-10","sp_v2_6wk_date":"2022-06-23","sp_v3_3mo_date":"2022-08-12","age":"41","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-05-10 17:38:16","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Due to baseline visit after typical business hours, blood draw couldn't be performed. Blood will be collected on day of surgery. ","erep_protdev_caplan":"none needed as deviation was due to adjusting baseline visit to accommodate patient's schedule. ","erep_rel_covid19":"0"}}},"60371":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-06","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in research that doesn't have a positive benefit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60372":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-07","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI\r\n\r\nPatient was going to enroll but had head MRI prior to enrollment phone call. Per patient had a bad experience with MRI and was too scared/did not want to do this MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60373":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60374":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"75","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60375":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Don't want medically unnecessarily scans. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60376":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"overwhelmed with medical visit for multiple family members currently.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60377":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"40","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to commit to time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60378":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"Not willing to commit due to travel ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60379":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"69","screening_gender":"3","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60380":{"redcap_data_access_group":"university_of_mich","main_record_id":"20107","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-27","screening_age":"67","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call next week to consent","obtain_date":"2022-05-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-03","sp_v1_preop_date":"2022-05-25","sp_v2_6wk_date":"2022-07-15","sp_v3_3mo_date":"2022-09-03","age":"67","sex":"1","genident":"1","ethnic":"4","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60381":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60382":{"redcap_data_access_group":"university_of_mich","main_record_id":"20114","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-17","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Saw in clinic, consent next week","obtain_date":"2022-05-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-06-06","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Pt. was enrolled on 5/27/22 and pt. has not had surgery. RC consulted w/ pt.'s surgeon and they stated that patient is currently following a surveillance protocol and has not made indication of pursuing sx. ","sp_data_site":"N/A"},"60383":{"redcap_data_access_group":"university_of_mich","main_record_id":"20105","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-19","screening_age":"34","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-27","sp_v1_preop_date":"2022-05-24","sp_v2_6wk_date":"2022-07-08","sp_v3_3mo_date":"2022-08-27","age":"34","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60384":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"67","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60385":{"redcap_data_access_group":"university_of_mich","main_record_id":"20109","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-12","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-03","sp_v1_preop_date":"2022-09-22","sp_v2_6wk_date":"2022-11-13","sp_v3_3mo_date":"2023-01-02","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60386":{"redcap_data_access_group":"university_of_mich","main_record_id":"20113","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-19","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-03","sp_v1_preop_date":"2022-06-09","sp_v2_6wk_date":"2022-09-14","sp_v3_3mo_date":"2022-11-03","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60387":{"redcap_data_access_group":"university_of_mich","main_record_id":"20106","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-20","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-15","sp_v1_preop_date":"2022-06-14","sp_v2_6wk_date":"2022-07-27","sp_v3_3mo_date":"2022-09-15","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-07-01 11:40:14","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt. 6-week blood draw occurred 2 weeks and 2 days after surgery. Pt. has a long commute and was only in the area at that time","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"60388":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60389":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Never responded ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60390":{"redcap_data_access_group":"university_of_mich","main_record_id":"20118","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-26","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM ","obtain_date":"2022-06-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-21","sp_v1_preop_date":"2022-06-17","sp_v2_6wk_date":"2022-08-02","sp_v3_3mo_date":"2022-09-21","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-10-14 11:49:43","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient 8 days outside of 3mo window. One of the only days patient had availability with work schedule. Attempted to have patient come in within window but was not able to (and patient did not answer for a couple weeks). So, had patient come in at first available time. ","erep_protdev_caplan":"No corrective plan at this time. ","erep_rel_covid19":"0"}}},"60391":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient has to have diagnostic MRI and would not want to do another one with study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60392":{"redcap_data_access_group":"university_of_mich","main_record_id":"20115","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-26","screening_age":"22","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-20","sp_v1_preop_date":"2022-06-13","sp_v2_6wk_date":"2022-08-01","sp_v3_3mo_date":"2022-09-20","age":"22","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60393":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Per patient not interested in the \"chronic pain study.\" Did not give further reasoning. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60394":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much travel and scheduled for sx. with less than 2 business days in between.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60395":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient has had brain MRI in past with head cage and \"could not do it.\" Stated if didnt have to do MRI then would definitely enroll for study, but since this is a procedure will decline at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60396":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM x 2\r\nsent recruitment email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60397":{"redcap_data_access_group":"university_of_mich","main_record_id":"20119","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-03","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-06","sp_v1_preop_date":"2022-06-24","sp_v2_6wk_date":"2022-08-17","sp_v3_3mo_date":"2022-10-06","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60398":{"redcap_data_access_group":"university_of_mich","main_record_id":"20121","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-08","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-22","sp_v1_preop_date":"2022-06-21","sp_v2_6wk_date":"2022-08-03","sp_v3_3mo_date":"2022-09-22","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-08-12 13:04:22","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week blood draw was performed 2 days past visit window","erep_protdev_caplan":"none needed as this was the earliest pt. could come in for the blood draw. ","erep_rel_covid19":"0"}}},"60399":{"redcap_data_access_group":"university_of_mich","main_record_id":"20125","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-08","screening_age":"70","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed","obtain_date":"2022-06-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-27","sp_v1_preop_date":"2022-07-11","sp_v2_6wk_date":"2022-09-07","sp_v3_3mo_date":"2022-10-27","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60400":{"redcap_data_access_group":"university_of_mich","main_record_id":"20128","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-08","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM no email on file","obtain_date":"2022-06-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-25","sp_v1_preop_date":"2022-07-22","sp_v2_6wk_date":"2022-09-05","sp_v3_3mo_date":"2022-10-25","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-02-10 12:46:16","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient filled out day 14 6mo trajectory survey on day 15.","erep_protdev_caplan":"Check all end dates in redcap to ensure surveys sent. ","erep_rel_covid19":"0"}}},"60401":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"travel and would make there schedule too packed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60402":{"redcap_data_access_group":"university_of_mich","main_record_id":"20123","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-09","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-08","sp_v1_preop_date":"2022-06-16","sp_v2_6wk_date":"2022-08-19","sp_v3_3mo_date":"2022-10-08","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-07-08 12:39:13","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Had patient's blood drawn on day of surgery from pre-op nurse after she placed patient's IV. At baseline visit patient stated she is vasovagal and usually faints when she gets blood drawn. So, for patient safety we decided to do it day of surgery when she was able to lay down and would not need an extra poke. ","erep_protdev_caplan":"None at this time. Patient's blood draw went very well and she was give cold compress and lavender scent by nurse. Patient did not faint with IV and nurse was able to obtain the blood for our study. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-08-30 09:58:51","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-Week surveys were resent and completed past the visit window.","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"60403":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM x 2\r\n\r\nPatient did not email address on file. Patient finally called back 2 days and thought we were surgical team. No time for baseline visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60404":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient unable to accommodate baseline visit in schedule and overwhelmed with surgery. Offered patient same day as other appt and still politely declined due to time constraints","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60405":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Overwhelmed\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60406":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation. Patient left Michigan Medicine care to seek other treatments. Will let her surgeon know if she needs to come back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60407":{"redcap_data_access_group":"university_of_mich","main_record_id":"20130","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-16","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-07","sp_v1_preop_date":"2022-06-27","sp_v2_6wk_date":"2022-08-18","sp_v3_3mo_date":"2022-10-07","age":"63","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60408":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"31","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient unable to come in for baseline visit- surgery scheduled very quickly and lives 2 hours away with little kids, but would have participated if closer to Ann Arbor and said ok to contact in future if eligible ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60409":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Per patient a lot of things going on right now and does not have time for study. Patient was scheduled very quickly and hard to fit in other appts for surgery and she needs a driver.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60410":{"redcap_data_access_group":"university_of_mich","main_record_id":"20131","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-22","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal Yes, consent on 6/28 @ 9am","obtain_date":"2022-06-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-29","sp_v1_preop_date":"2022-08-12","sp_v2_6wk_date":"2022-10-10","sp_v3_3mo_date":"2022-11-29","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60411":{"redcap_data_access_group":"university_of_mich","main_record_id":"20129","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-22","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"2022-06-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-17","sp_v1_preop_date":"2022-08-01","sp_v2_6wk_date":"2022-09-28","sp_v3_3mo_date":"2022-11-17","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-08-17 07:29:27","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Due to time restraints at baseline visit, blood collection was delayed till day of surgery.","erep_protdev_caplan":"none needed.","erep_rel_covid19":"0"}}},"60412":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60413":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60414":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-24","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much on their plate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60415":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-24","screening_age":"43","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient cannot miss any work prior to surgery. No time for baseline visit- offered same day as other appts but stated he works evenings and cant afford to be late. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60416":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Per patient no time for baseline visit. Offered same day as other appts but politely declines. Lot going on before surgery. Long distant to travel to U of M as well. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60417":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do unnecessary scans.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60418":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"would be too much added stress on them","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60419":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Overwhelmed with current situation and not willing to participate ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60420":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60421":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"63","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60422":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60423":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to do closed MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60424":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"Compensation is not enough to cover the days of work they will need to take off for visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60425":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Difficulty arranging transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60426":{"redcap_data_access_group":"university_of_mich","main_record_id":"20136","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-07","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-25","sp_v1_preop_date":"2022-07-20","sp_v2_6wk_date":"2022-09-05","sp_v3_3mo_date":"2022-10-25","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60427":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Won't do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60428":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60429":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-07","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60430":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"24","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60431":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"30","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by anything medical related, would be too stressful for them. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60432":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Too short of a turn around and pt. seemed overwhelmed by the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60433":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Study is too involved and pt. is unwilling to commit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60434":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"61","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Not enough time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60435":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Too much in not enough time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60436":{"redcap_data_access_group":"university_of_mich","main_record_id":"20139","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-13","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Ready to consent but currently busy, follow up on 7/18 to sched a time for enrollment.","obtain_date":"2022-07-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-29","sp_v1_preop_date":"2022-08-11","sp_v2_6wk_date":"2022-10-10","sp_v3_3mo_date":"2022-11-29","age":"37","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60437":{"redcap_data_access_group":"university_of_mich","main_record_id":"20140","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-13","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Saw patient in clinic. Patient was very overwhelmed, going to f/u next week. ","obtain_date":"2022-07-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-11","sp_v1_preop_date":"2022-07-25","sp_v2_6wk_date":"2022-09-22","sp_v3_3mo_date":"2022-11-11","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-09-12","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt. deceased on 9/12/22","sp_data_site":"1"},"60438":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"no longer able to come in for baseline visit ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60439":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do an MRI. Was very clear would not do this. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60440":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM for patient x 3 starting July 20th (when came on OR schedule). Patient called back yesterday 8/2, only 2 days before surgery (tomorrow 8/4). No time for baseline visit but would be ok being contacted in the future if more time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60441":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient does not have a car and niece takes him everywhere. He is overwhelmed before surgery and would like to defer participation for now. But patient stated maybe in future when transportation is more secure and he is not as overwhelmed. Surgery scheduled within 2 weeks and other appts and mediastinoscopy inbetween. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60442":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pacemaker- exclude. Saw in chart right before called pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60443":{"redcap_data_access_group":"university_of_mich","main_record_id":"20142","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-18","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed info follow up in a couple days.","obtain_date":"2022-07-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-09","sp_v1_preop_date":"2022-07-28","sp_v2_6wk_date":"2022-09-20","sp_v3_3mo_date":"2022-11-09","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60444":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Exclude- patient is extremely claustrophobic. Would be willing to do study if not. Exclude. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60445":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much on their plate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60446":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"26","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60447":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Sx never scheduled\r\n\r\nPt is deceased","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60448":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt felt overwhelmed with all of the study tasks. 7/20- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60449":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-21","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60450":{"redcap_data_access_group":"university_of_mich","main_record_id":"20141","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-21","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-30","sp_v1_preop_date":"2022-08-17","sp_v2_6wk_date":"2022-10-11","sp_v3_3mo_date":"2022-11-30","age":"58","sex":"1","genident":"1","ethnic":"4","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60451":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Very overwhelmed but did not decline. Will review brochure but asked to not be followed. Pt will reach out if they want to participate. \r\n\r\nNo response from patient after contacting a few times after initial contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60452":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was seen on Friday 7/22 and surgery was scheduled over the weekend for the following Friday 7/29. Called patient when she came on OR report Monday 7/22. She was getting a bone scan and spoke mostly to her son. Patient deferred participant, too long of a drive (5 hours) and to short of a timeline before surgery. Also have to recover from bone scan today before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60453":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Came on OR report on 7/26 and scheduled for 7/29.\r\nPatient does not drive and her daughters drive her. Unable to make a trip in 3 days prior to surgery. Patient lives over 3 hours away as well. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60454":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60455":{"redcap_data_access_group":"university_of_mich","main_record_id":"20143","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-26","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-17","sp_v1_preop_date":"2022-08-05","sp_v2_6wk_date":"2022-09-28","sp_v3_3mo_date":"2022-11-17","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60456":{"redcap_data_access_group":"university_of_mich","main_record_id":"20144","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-07-28","screening_age":"43","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-11","sp_v1_preop_date":"2023-01-06","sp_v2_6wk_date":"2023-02-22","sp_v3_3mo_date":"2023-04-11","age":"44","sex":"2","genident":"2","ethnic":"1","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-08-24 12:45:43","erep_ae_date":"2022-08-23","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-08-23 14:45","erep_resolution_date":"2022-08-23 15:00","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"After patient had her blood draw at baseline visit, she became slightly SOB a few minute after and had a headache and a little dizzy. Patient described though that due to the mass in her chest, she gets SOB very often and this is normal for her. She also has headaches quite frequently due to a previous neck injury. Patient also admitted she had not eaten since the day before due to an upset stomach the previous day. So, patient did not attribute her symptoms to the blood draw but other health conditions. ","erep_action_taken":"Research coordinator got patient some cold water and a snack. Had patient continue to sit in chair with door open and research coordinator sat outside of exam room to allow patient to eat and drink while keeping an eye on her. After about 15 minutes after eating/drinking, research assistant checked on patient and she felt much better. Continued with rest of QST testing without trouble. ","erep_outcome":"Patient felt much better after eating and drinking. She was able to finish QST testing and visit. She stated everyone was very accommodating and appreciated the help. Patient left the visit feeling well. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-05-12 09:27:22","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient canceled her first 3mo visit. Patient was unable to come in earlier for 3mo after canceling first 3mo appointment. 15 days past window. ","erep_protdev_caplan":"No corrective action plan at this time. ","erep_rel_covid19":"0"}}},"60457":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-04","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient lives about 2.5 hrs away and surgery scheduled within a week. Unable to come in for baseline visit. Offered pt tomorrow (as coming in for pre op) but patient can't leave dogs that long (since 3 hour ride home too). Surgery scheduled for 8/10. Would be ok being contacted in the future if eligible. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60458":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"bad joint pain limiting mobility and wants to get it resolved first. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60459":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"42","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVm x 2 and emailed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60461":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"58","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Very overwhelmed and stressed with current life situations/health. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60462":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"32","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient not very comfortable with blood draws. Also lives about 2 hours away. Offered to do appointment same day as pre op appt and to do labs while patient gets other labs done. Patient politely still declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60463":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVm x 2 and emailed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60465":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-08","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60466":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No Response to pt. and no update in chart","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60467":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"18","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient has Aspergers and is afraid of blood draws, has to take medcation for them. Decline study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60468":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI Exclusion (cervical fusion)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60469":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Will read email and reach out if interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60470":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"55","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"will discuss w/ spouse and follow up next week","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60471":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"unable to add study visit on top of their current responsibilities. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60472":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much added stress for them.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60473":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Exclude- very claustrophobic and cannot do MRI without sedative, otherwise would have been willing to enroll","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60474":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Current health issues makes it difficult for them to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60475":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is nervous about traveling. Is care taker for special needs son and her husband. Unable to do any extra trips for visits. Offered same day as other appts but pt politely declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60476":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Must exclude. Patient has lesions on brain. Was very interested but told us this information prior to enrollment, so explained to pt this is an exclusion for MRI and we would not be able to enroll her. Patient very understanding. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60477":{"redcap_data_access_group":"university_of_mich","main_record_id":"20149","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-16","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-16","sp_v1_preop_date":"2022-09-01","sp_v2_6wk_date":"2022-10-28","sp_v3_3mo_date":"2022-12-16","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-09-12 10:38:47","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete baseline surveys or expectation items prior to DOS.","erep_protdev_caplan":"Met with pt in family waiting on DOS and had her complete her baseline surveys and expectation items.","erep_rel_covid19":"0"}}},"60478":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is severely claustrophobic and cannot do an MRI unless medicated or in twilight sleep. Explained to patient this is an exclusion criteria for the MRI and we would not enroll her in the study. Patient understood- excluded from study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60479":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-22","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60480":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"unable to make time commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60481":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to fit visits into schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60482":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. doesn't think study will be relevant to themselves","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60483":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-29","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60484":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. wants to focus on recover and doesn't want to add any extra tasks to schedule.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60485":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Potentially interested \r\nNo response from patient- patient also was admitted prior to surgery and was unable to be contacted","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60486":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60487":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Exclude- patient was very interested but extremely claustrophobic and cannot do MRI. Explained to patient must exclude due to claustrophobia and she understood- 8/31 SL. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60488":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient excluded due to claustrophobia. Patient was interested but admitted to claustrophobia after talking about MRI. 9/6/22 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60489":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"58","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too involved and unable to fit in personal schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60490":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"62","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60491":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Severe claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60492":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. splits time between MI and FL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60493":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Too busy to fit in schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60494":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 9/7 SL\r\nVM full 9/12 SL\r\nVM full, sent 1 more email 9/16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60495":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and emailed x 1 9/8/22 SL\r\n\r\nPer patient \"not going to do it.\" Asked patient why and she said she does \"not do surveys.\" Thanked patient for her time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60496":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"50","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unable to leave VM and no email on file- 9/8/22 SL\r\n\r\nLVM 9/12 SL\r\n\r\nvery hard to hear patient on phone; patient immediately said no thank you when mentioned research and hung up the phone 9/16 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60497":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"unable to commit to study due to other commitments ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60498":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt. getting biopsy first then mass removal several weeks later. Reach out to patient if they do get scheduled for second surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60500":{"redcap_data_access_group":"university_of_mich","main_record_id":"20162","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-14","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-07","sp_v1_preop_date":"2022-10-25","sp_v2_6wk_date":"2022-12-19","sp_v3_3mo_date":"2023-02-06","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60499":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient potentially interested. Would usually say yes right away but worried about time commitment (surgery scheduled in 2wks). Will think about it, asked for email to be send with information. F/U in a couple days 9/14 SL\r\n\r\nPatient stated he had too many time commitments in coming months (Oct and Nov). Offered to do baseline on same day as pre op visit but patient still politely declined. 9/16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60501":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is very overwhelmed at the moment. Cancer was an incidental finishing after an MRI for rotator cuff tear in shoulder. Spoke with patient at length and going to send information in an email. if patient does not follow up in a 1 week will call back. Also lives about 4 hours away, offered appointment on days she is coming down. 9/16 SL\r\n\r\nPatient still extremely overwhelmed with cancer diagnosis and is too nervous to participate in the study at this time. Thanked patient and wished her the best with surgery. 9/23 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60502":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"overwhelmed by sx and does not want extra stress of participating in a study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60503":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in committing to study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60504":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and sent email 9/20 SL\r\n\r\nSpoke to patient at length about study. Asked for website and more information to be sent. Sent email to patient and told him I would follow up early next week 9/22 SL. \r\n\r\nPatient lives in Marquette, MI (about 8 hours away). Per patient cannot make the time commitments for visits, especially with winter coming and travel. 9/26 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60505":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient lives 2 horus away and seemed slightly unsure about study. Also was not sure when his surgery was. Wanted to tallk to wife. Offered to work around patient's schedule for visits. Wanted some info sent. Will plan to f/u in a couple days 9/20 SL\r\n\r\nLVM 9/23 SL\r\n\r\nLVM and sent f/u email 9/27 SL\r\n\r\nPatient was in the hospital up until last night and surgery may be moved up. Very down and overwhelmed and cant do research project right now at the moment. Hospital stay was unexpected per pt, did not elaborate. 9/30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60506":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to lay flat for MRI for 1 hour","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60507":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"unsure and wants to think about it\r\n\r\nLVM 9/26 SL\r\n\r\nSpoke to patient and he was in the middle of helping his brother. Talked about his battle with cancer throughough his life and how he is raising his daughter on his own. Does not own a car at this moment. Told him about study and compensation with it. Sent him information over email and will follow up at the end of next week 9/30 SL. \r\n\r\nCalled patient and he was not able to look at information and wasn't sure about study. F/U in another week or so 10/7 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60508":{"redcap_data_access_group":"university_of_mich","main_record_id":"20166","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-21","screening_age":"32","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent on 9/22 @ 12:15","obtain_date":"2022-09-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-12","sp_v1_preop_date":"2022-10-10","sp_v2_6wk_date":"2022-11-22","sp_v3_3mo_date":"2023-01-11","age":"32","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60509":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"74","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Emailed & LVM JC \r\n\r\nLVM 9/26 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60510":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Emailed and LVM \r\n\r\nPer patient she is unable to drive to Ann arbor on her own. Her daughter is her driver and she will be out of town in October and then is taking time off work around surgery to help her mom (the patient). Per patient that is no way she can come down to Ann Arbor prior to surgery because her daughter has no time. Declined patient since unable to come in for baseline visit. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60511":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Scheduled w/in 6 days of virtual appt and came on OR report 4 days before surgery. LVM for pt and send recruitment email. 9/23 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60512":{"redcap_data_access_group":"university_of_mich","main_record_id":"20170","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-27","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested in participating and wants to do enrollment tomorrow monring (9/28). She also stated she would like her appt next Friday in afternoon after her other doc appt. 9/27 SL\r\n","obtain_date":"2022-09-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-18","sp_v1_preop_date":"2022-10-13","sp_v2_6wk_date":"2022-11-28","sp_v3_3mo_date":"2023-01-17","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60513":{"redcap_data_access_group":"university_of_mich","main_record_id":"20172","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-27","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Straight to VM 9/27 SL. sent recruitment email ","obtain_date":"2022-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-14","sp_v1_preop_date":"2022-10-13","sp_v2_6wk_date":"2022-11-24","sp_v3_3mo_date":"2023-01-13","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-01-13 11:54:51","erep_ae_date":"2023-01-12","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-01-12 13:15","erep_resolution_date":"2023-01-12 13:15","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt was on MRI table and as soon as they were ready to start the MRI, he squeezed the ball asking to stop. Pt reports he was feeling claustrophobic. ","erep_action_taken":"Scan was not started and pt was allowed to go home. He apologized but said that he was already too claustrophobic.","erep_outcome":"Pt's symptoms resolved as soon as he got up. No follow-up needed.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60514":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient must be excluded from study. On oxygen (at rest) and bad back so unable to lay flat for fMRI. Patient stated if he could do MRI would have been interested. Also has claustrophobia. 9/28 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60515":{"redcap_data_access_group":"university_of_mich","main_record_id":"20171","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-27","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient in clinic. She would like to think about the study. Seems a little quiet/ overwhelmed when talking to her. Once patient's surgery gets scheduled will follow up if patient has not contacted us by that time 9/28 SL\r\n\r\nPatient called back and is interested","obtain_date":"2022-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-10","sp_v1_preop_date":"2022-10-06","sp_v2_6wk_date":"2022-11-20","sp_v3_3mo_date":"2023-01-09","age":"67","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-02-10 13:13:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in 16 days past end of 3mo window (1 day before 4mo post-op date). Patient had previously been scheduled 2 other times for 3mo visit, but was sick from chemo/radiation. One of these times patient was in ER and admitted for a few days. ","erep_protdev_caplan":"No plan at this time. ","erep_rel_covid19":"0"}}},"60516":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt. chose not to participate due to travel and busy work schedule but did not decline. Pt. may change their mind about participating ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60517":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Interested in participating but unable to do baseline due to sx being sched sooner than they anticipated","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60518":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"50","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No transport","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60519":{"redcap_data_access_group":"university_of_mich","main_record_id":"20175","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-04","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-24","sp_v1_preop_date":"2022-10-20","sp_v2_6wk_date":"2022-12-04","sp_v3_3mo_date":"2023-01-23","age":"44","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60520":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to do in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60521":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"52","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to do in person study activates","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60522":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to fit study in schedule as they are missing too much work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60523":{"redcap_data_access_group":"university_of_mich","main_record_id":"20178","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-05","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Enrollment on 10/7 @ 4pm ","obtain_date":"2022-10-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-08","sp_v1_preop_date":"2022-10-26","sp_v2_6wk_date":"2022-12-20","sp_v3_3mo_date":"2023-02-07","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60524":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too much of a travel commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60525":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60526":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient excluded from MRI due to BMI/weight/back problems. Unable to fit into the scanner or lay flat for full time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60527":{"redcap_data_access_group":"university_of_mich","main_record_id":"20181","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-11","screening_age":"47","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-17","sp_v1_preop_date":"2022-10-20","sp_v2_6wk_date":"2022-12-29","sp_v3_3mo_date":"2023-02-16","age":"47","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-02 14:19:17","erep_ae_date":"2023-03-02","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-03-02 13:19","erep_resolution_date":"2023-03-02 14:19","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"The pt. had experienced lingering cramping type feeling, one of the possible side effects of using the pressure cuff, longer than anticipated. ","erep_action_taken":"The pt was followed up with about half hour upon the completion of the scan and noted that the feeling in their calf returned to normal and had just lasted longer than anticipated.","erep_outcome":"Side effect of pressure cuff on pt has resolved itself, it just had taken longer than anticipated. ","erep_prot_dev":"","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60528":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt doesn't think they have time for study but has agreed to think about it over the next several days.\r\n\r\nPer patient unable to commit to baseline visit due to work schedule. Unable to take any more time off. Would love to participate but must decline due to time related concerns. 10/17 SL\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60529":{"redcap_data_access_group":"university_of_mich","main_record_id":"20183","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-12","screening_age":"40","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-01","sp_v1_preop_date":"2022-11-17","sp_v2_6wk_date":"2023-01-12","sp_v3_3mo_date":"2023-03-02","age":"40","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60530":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"no time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60531":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60532":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to come in for baseline visit before sx, only 4 days possible to conduct BL and pt. busy on 3 of those days","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60533":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unwilling to travel for in-person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60534":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"No transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60535":{"redcap_data_access_group":"university_of_mich","main_record_id":"20186","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-17","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient was interested in enrolling after hearing brief overview of study. Did not have access to email at this time, so will call tomorrow evening to enroll 10/17 SL","obtain_date":"2022-10-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-10-17","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Pt. was enrolled on 10/18/22 but pt. still has not been scheduled for sx by 10/17/23. Pt's most recent visit with thoracic surgery was 11/29/22. RA followed up with pt on 10/17/23 and they stated that they sought alternative treatment for their primary diagnosis and afterwards, sx became unnecessary and canceled afterwards. ","sp_data_site":"1"},"60536":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"has implant not compatible with MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60537":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"47","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60538":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much going on w/ health visits and testing","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60539":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unable to do study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60540":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Does not want to make long drive to and from hospital for extra visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60541":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60542":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"confirmed declined but did not provide reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60543":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60544":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"48","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM \r\n\r\nPer patient she does not want to enroll. When asked why she said it is a \"timing issue\" and did not elaborate. 10/31 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60545":{"redcap_data_access_group":"university_of_mich","main_record_id":"20193","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-20","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-02","sp_v1_preop_date":"2022-11-29","sp_v2_6wk_date":"2023-01-13","sp_v3_3mo_date":"2023-03-03","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60546":{"redcap_data_access_group":"university_of_mich","main_record_id":"20191","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-24","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, wants to enroll, cb tomorrow 10/24 SL","obtain_date":"2022-10-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-02","sp_v1_preop_date":"2022-11-01","sp_v2_6wk_date":"2022-12-14","sp_v3_3mo_date":"2023-02-01","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-07-12 10:53:07","erep_ae_date":"2023-02-14","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-02-14 10:53","erep_resolution_date":"2023-02-14 10:53","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Participant pulled emergency ball during DWI with 2 minutes left. Participant said his anxiety was high and could not continue on.","erep_action_taken":"Patient will continue in the study. ","erep_outcome":"The scan was stopped but the patient will continue with all other tasks since this was the last scan for the study. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60547":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-24","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Interested but surgery scheduled within 2wks and unsure If she can make baseline appt work with her schedule and work. Will call back with answer in a couple days but call but Thursday if havent heard back 10/24 SL\r\n\r\nNo response from patient. LVM again today 10/31 SL\r\n\r\nLVM 10/27 SL\r\nLVM 10/28 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60548":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. unable to fit visit in before Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60549":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent email follow up before Friday 10/28\r\n\r\nLVM 10/31 JC\r\n\r\nPatient is likely interested, seemed nervous and asked a lot of questions but per Rhonda that is her baseline. Patient has fibro and interested in research. Will f/u on Friday if don't hear from pt. 11/3\r\n\r\nSpoke to pt briefly and she said a lot has been going on with the surgery coming up etc and she did not have time to talk with her daughter about the study. Seemed nervous on the phone and I assured patient partiicpation is voluntary and while we would love to have her in the study it is completely up to her. Patient seemed to understand and just wanted more time to think/talk with daughter. Will call tomorrow late morning 11/7 SL\r\n\r\nTalked to pt again and she is still unusre, likely decline but her daughter has covid so her surgery may be moved back. Patient stated she would do it if more time, so told patient we would keep an eye on her surgery date and only call again if it was moved back. She seemed happy with plan 11/9 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60550":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60551":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Don't want added stress of study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60552":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance to Ann Arbor for visits is too much for patient 10/27- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60553":{"redcap_data_access_group":"university_of_mich","main_record_id":"20195","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-28","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, consent Monday 10/31 around 4:00pm\r\n\r\nLVM on 10/31 pt did not answer\r\nLVM on 11/2","obtain_date":"2022-11-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-15","sp_v1_preop_date":"2022-11-29","sp_v2_6wk_date":"2023-01-26","sp_v3_3mo_date":"2023-03-16","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-01-03 13:10:01","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-Week visit was performed 2 days before window due to pt. not being able to come in during window. (primarily due to travel)","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"60554":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"overwhelmed by sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60555":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Scheduled within 5 days\r\n\r\nLVM and sent recruitment email 10/28 SL\r\n\r\nPatient did not respond over weekend and then on Monday it was too close to surgery (on Wednesday) to contact patient again and try for visit tomorrow. Made no response/day of. - SL 10/31","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60556":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"exclude, pt needs bypass after lung resection","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60557":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient's VM not yet setup. Sent recruitment email 10/31 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60558":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Saw patient in clinic. Patient was interested in study but after talking to patient for a couple minutes she stated she has a cervical fusion. Informed patient this is an MRI contraindication and she would need to be excluded. Patient understood. 11/1 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60559":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"wants to focus on sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60560":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient likely to be scheduled for surgery but going to tumor board first (but Dr. Lagisetty said likely to be scheduled). Spoke to pt and he was interested but did not consent since surgery is not guaranteed at this time. Once patient surgery is confirmed will call and consent. Patient's daughter asked that appointments be on same day as others since they live far away. Told daughter we can likely accommodate. 11/1 SL\r\n\r\nspoke with patient on 1/11 who said he had not received materials yet and was not ready to make a decision. I sent materials to an updated e-mail address and breifly went over study with him. If we do not hear from him then we can follow up week of 1/16 - CJB\r\n\r\nSpoke to pt on 1/20 and did not want to do extra trips to UMich, however offered same day as other appt, will talk to his daughter and we will call him back Monday 1/23 SL\r\n\r\nLVM 1/23 SL\r\n\r\nNo response from pt for official answer. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60561":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to make travel arrangements","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60562":{"redcap_data_access_group":"university_of_mich","main_record_id":"20194","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-02","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. interested in enrolling, waiting on Dr. Chang to respond on eligibility of Sx approach","obtain_date":"2022-11-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-18","sp_v1_preop_date":"2022-11-15","sp_v2_6wk_date":"2022-12-30","sp_v3_3mo_date":"2023-02-17","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60563":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60564":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient may be interested but getting scheduled within 2 weeks, unsure if could come in for baseline visit, will call me if can but will f/u on Monday11/7 if don't hear from pt\r\n\r\nLVM for pt, will f/u again on Wednesday if do not hear back 11/7 SL\r\n\r\nSpoke to pt on 11/9 (surgery in 5 days) and per patient not able to find transportation or time for baseline visit. Patient was scheduled within 2wks of clinic appointment. Wished patient luck and voiced understanding.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60565":{"redcap_data_access_group":"university_of_mich","main_record_id":"20200","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-04","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 11/4 SL\r\nPatient is interested, replied to my email and gave me a call, will consent this friday 11/11 at 9am SL","obtain_date":"2022-11-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-23","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-02-03","sp_v3_3mo_date":"2023-03-24","age":"64","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"2022-11-18","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"2","ewcomments":"Patient was originally only scheduled for a mediastinal mass resection on 12/23/2022. However, based on some imaging, the patient is now also having a thoracoscopy lung biopsy on 11/28/2022. So, based on our criteria, the patient was notified and withdrawn. ","sp_data_site":"1"},"60566":{"redcap_data_access_group":"university_of_mich","main_record_id":"20199","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-09","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Ready to enroll, call back after 3pm on 11/9","obtain_date":"2022-11-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-17","sp_v1_preop_date":"2022-11-16","sp_v2_6wk_date":"2022-12-29","sp_v3_3mo_date":"2023-02-16","age":"56","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"2022-11-16","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Pt. unable to come in for baseline visit due to weather","sp_data_site":"1"},"60567":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"35","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60568":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"69","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Talk w/ family follow up on 11/11 or 11/14\r\n\r\nPatient wanted to be consented at 8pm on 11/14. Patient did not answer when called. Emailed them to see if we can reschedule enrollment 11/14 JC. \r\n\r\nLVM 11/17 SL\r\n\r\nWas able to speak to patient and he wanted to enroll. However, he did not understand he had to come in for a visit prior to surgery. With holiday we only have 1 day (day before his surgery) to have him come in. Patient said he could not do this. We talked and decided to defer his participation. 11/21 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60569":{"redcap_data_access_group":"university_of_mich","main_record_id":"20202","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-14","screening_age":"27","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Asked for email and time to look it over","obtain_date":"2022-11-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-28","sp_v1_preop_date":"2022-11-22","sp_v2_6wk_date":"2023-01-09","sp_v3_3mo_date":"2023-02-27","age":"27","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-07 08:37:18","erep_ae_date":"2023-03-06","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-03-06 11:37","erep_resolution_date":"2023-03-06 11:39","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"First blood poke at 3mo appointment was unsuccessful. When RA went to try second poke patient said she was getting a little lightheaded. RAs did not proceed with second poke. Patient stated she used to (prior to study) have a hard time with blood draws (would be close to fainting) so this reaction was not abnormal. ","erep_action_taken":"RAs did not proceed with second poke. Got the patient a glass of water and she immediately felt better. No other action needed. ","erep_outcome":"Patient felt better after some water and not proceeding with second poke. Was able to continue with rest of QST and MRI without issue. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60570":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"doesn't want to deal with study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60571":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"77","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Don't want to do blood draws","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60572":{"redcap_data_access_group":"university_of_mich","main_record_id":"20201","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-14","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-02","sp_v1_preop_date":"2022-11-21","sp_v2_6wk_date":"2023-01-13","sp_v3_3mo_date":"2023-03-03","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60573":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"conflict of interest with another active study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60574":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to pt in clinic. He seemed potentially interested but was leaving his appointment for more testing. Will f/u with patient in a couple days 11/15 SL\r\n\r\nPatient would like a callback on Monday, he has not had time to look at info and wants wife to look at it too 11/17 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60575":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient in clinic and patient was a double below knee amputee. Would be unable to do MRI (cannot position/walk himself to scanner), fully wheel chair bound. Patient also had his surgery moved up 2 weeks to today 11/15. Was scheduled for 11/30 so did not get chance to call pt and let him know he was excluded. 11/15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60576":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke to patient in clinic and maybe interested. Just worried about back pain with MRI (patient has low back pain) and laying flat for 1hr. Gave patient contact info if he has questions but told him I'd follow up with him next week. 11/15 SL\r\n\r\nSpoke to pt on 11/21 and stated he does not want any other \"extra testing or appointments\" and has been \"through enough\" so far. Patient also admitted he is not sure if he will go through with the surgery. Thanked patient for time wished him luck with everything SL. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60577":{"redcap_data_access_group":"university_of_mich","main_record_id":"20211","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-15","screening_age":"45","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient maybe interested, lives in Grand Rapids around 2 hours away. Wanted a little more time to think about it since would be coordinating a 2 hour drive. Will f/u with pt before holiday next week if he does not reach out first 11/15 SL.\r\n\r\nPatient is still waiting on surgery to be scheduled. Would like to wait until have this date to move forward with study (wants to make sure has the time for all study activities). Will f/u with pt next week. 11/21 SL\r\n\r\nPatient is interested in enrolling, enroll tomorrow 12/1 SL","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-17","sp_v1_preop_date":"2023-01-30","sp_v2_6wk_date":"2023-03-31","sp_v3_3mo_date":"2023-05-17","age":"45","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-19 10:12:30","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient unable to come in earlier for 6wk blood draw due to work and distance of travel to facility. Came in at exactly 8wks out of surgery. ","erep_protdev_caplan":"No action plan at this time. Team tried to get patient in during window but patient unable/unwilling. Got in 1wk outside of window. ","erep_rel_covid19":"0"}}},"60578":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was out shopping, call back tomorrow. However patient was scheduled within 6 days of new patient appointment. -11/17 SL \r\n\r\nLVM 11/18 , patient LVM for RA on Saturday 11/19.\r\n\r\nCalled patient back Monday 11/21. Patient was scheduled quickly then didn't get back to us until Satruday 11/19 and surgery was Wednesday 11/23. Unable to do a baseline visit. Spoke with pt about this and stated we would contact her in the future if she qualified. SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60579":{"redcap_data_access_group":"university_of_mich","main_record_id":"20205","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-17","screening_age":"40","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested. Will call on Monday 11/28 at 10:00am to enroll. Went over basics of study. 11/17 SL\r\n","obtain_date":"2022-11-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-04","sp_v1_preop_date":"2022-12-19","sp_v2_6wk_date":"2023-02-15","sp_v3_3mo_date":"2023-04-04","age":"40","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-05-03 11:17:45","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was unable to come in during 3-month window.","erep_protdev_caplan":"Pt came in to complete 3-month visit on 4/28/2023 which was 11 days past the end of their window.","erep_rel_covid19":"0"}}},"60580":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is currently dealing with 3 different cancers (lung just being 1 of them). Per patient he has had almost 50 scans (CTs, MRIs, etc) in the last 3 years. He is too overwhelmed at the moment to add more to his plate. Wished patient best of luck and reiterated understanding. - SL 11/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60581":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email. Patient was scheduled within 11 days of first appointment with holiday during this time. 11/18 SL\r\n\r\nTalked to pt briefly on 11/22 and he was busy at the moment. However we discussed that coming in for an appointment before surgery would not work with his schedule (and we are off for the next few days and that only left day before surgery for pt to come in). Defer participation and wished pt best of luck with surgery and a good holiday. 11/22 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60582":{"redcap_data_access_group":"university_of_mich","main_record_id":"20206","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-21","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient was busy please call tomorrow 11/21 SL\r\n\r\nPer patient is interested in enrolling, enroll after holiday on Monday 11/28 around 11:00am SL","obtain_date":"2022-11-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-09","sp_v1_preop_date":"2023-01-03","sp_v2_6wk_date":"2023-02-20","sp_v3_3mo_date":"2023-04-09","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-07 09:12:49","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was originally scheduled for 6wk blood draw on Friday, 2/24/23 at 1:00pm. Patient called on Wednesday, 2/22/23 and cancelled this appointment (due to weather and her husband's doctor appointment time had changed). We called patient to reschedule the following week and she was only able to come in Monday 3/3 at the earliest. This was 1wk past her 6wk window.","erep_protdev_caplan":"No corrective action plan at this time. We try to schedule patients more around 4 or 5 weeks after surgery but this patient's availability did not allow this. ","erep_rel_covid19":"0"}}},"60583":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 11/22 SL\r\n\r\nNo response from patient and no time for baseline visit. 12/1 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60584":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"41","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60585":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Doesn't want any more testing - 2nd time dealing with cancer. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60586":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"61","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives in Moutn Pleasant and does not want to take the time to travel to Ann Arbor for study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60587":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated her husband is older and they lives about 2.5 hours away. Stated it was too much running around. Made sure to tell patient about payment and she politely still declined. -SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60588":{"redcap_data_access_group":"university_of_mich","main_record_id":"20215","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-29","screening_age":"24","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 11/29 SL\r\n\r\nLVM 12/5 - CJB","obtain_date":"2022-12-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-23","sp_v1_preop_date":"2022-12-20","sp_v2_6wk_date":"2023-02-03","sp_v3_3mo_date":"2023-03-24","age":"24","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60589":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Cb around 4:00pm SL\r\n\r\nSpoke to pt and she is interested in enrolling. Call morning of 6th or 7th to enroll. Patient was having a little bit of a hard time understanding study but think we got it cleared up. 11/29 SL\r\n\r\nRe-explained the study to the patient as she was confused, but she would like to enroll tomorrow around 2 PM. Of note, pt maybe traveling to FL after surgery, but does not have any definitive plans and stated that if she is not travelling, she is willing to come in for follow-up visits and also willing to do all surveys regardless of travel 12/7- MD\r\n\r\nWent through consent form with pt on 12/9/2022 because patient stated she wanted to enroll. Went go to end of consent form pt decided she wanted to wait to sign form until after her tests the follow week. Called patient today 12/16 to have her sign consent form and she decided to decline. Stated she is overwhelmed with surgery and more upcoming appts and would like to focus on that. 12/16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60590":{"redcap_data_access_group":"university_of_mich","main_record_id":"20219","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-29","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient going out of the country for 2wks and will be back after Dec. 14th. Will think about it and can call pt then. Sent recruitment email. If comes in will likely want same day as pre op appt 11/29 SL. \r\n\r\nPatient is interested, plan to enroll this Friday 12/23 SL","obtain_date":"2022-12-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-20","sp_v1_preop_date":"2023-01-09","sp_v2_6wk_date":"2023-03-03","sp_v3_3mo_date":"2023-04-20","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-01-24 12:09:40","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Patient's baseline blood was collected on day of surgery due to kit shortage when patient came in for baseline visit. Holidays caused kits to be delayed with shipping.","erep_protdev_caplan":"No plan needed at this time. Will continue to monitor and order kits routinely. ","erep_rel_covid19":"0"}}},"60591":{"redcap_data_access_group":"university_of_mich","main_record_id":"20212","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-01","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient was busy callback around 1:00pm 12/1 SL\r\nPatient was on a zoom call callback tomorrow afternoon- 12/1 SL\r\n\r\nPt is interested, going to enroll on 12/5 or 12/6, did not have time to go over consent on 12/2. - CJB","obtain_date":"2022-12-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-16","sp_v1_preop_date":"2022-12-07","sp_v2_6wk_date":"2023-01-27","sp_v3_3mo_date":"2023-03-17","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60592":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-01","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Spoke to patient and went over study and compensation. Patient stated she has a lot going on over the next 4 months and is not interested in any extra appointments. Thanked pt for her time and wished her the best with surgery. Also learned that Sx was not going to have a thoracotomy. 12/1 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60593":{"redcap_data_access_group":"university_of_mich","main_record_id":"20208","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-01","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 12/1 SL\r\n","obtain_date":"2022-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-16","sp_v1_preop_date":"2023-01-03","sp_v2_6wk_date":"2023-02-27","sp_v3_3mo_date":"2023-04-16","age":"61","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-02-10 14:07:01","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Surgery date not correct in RKStudio. The day 7 and day 14 surveys (deep breathing/coughing, opioid use) were both completed 3 days early (2 days outside of window). This was corrected so the day 21 surveys are within window.","erep_protdev_caplan":"Double check that surgery dates in RK match what's in RedCap. ","erep_rel_covid19":"0"}}},"60594":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-01","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to patient and his wife (wife was on other end of the phone). Spoke about the project at length and sent email with summary. Patient and wife very concerned about travel for study. Told them they could come in same day as another appointment if needed discussed compensation. Wanted time think about it and have patient finish chemo/radiation. Call back around December 15th, 2022. \r\n\r\nCalled pt on 12/15 and stated they were willing to do it. Spoke to pt wife as well (who helps with phone calls, scheduling, etc) and will consent tomorrow around 2:30pm 12/15 SL. \r\n\r\nSpoke to pt and wife and just very overwhelmed. Per pt's wife pt needs another scan done and there is some family stuff going on . Too overwhelmed and stressed to add on a study at this time. Thanked for their time and wished them best. 12/16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60595":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-01","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"pt no longer having sx at MM but still interested in participating if they have sx at MM in the future\r\n\r\nPt is deceased","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60596":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"72","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unwilling to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60597":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Ineligible due to having leg sx within 1 month of thoracic sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60598":{"redcap_data_access_group":"university_of_mich","main_record_id":"20216","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-02","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Unsure if they can commit to BL visit (pt. will be out of town from 12/19-right before Sx)","obtain_date":"2022-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-16","sp_v1_preop_date":"2022-12-14","sp_v2_6wk_date":"2023-02-27","sp_v3_3mo_date":"2023-04-16","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60599":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt would be interested only if he can do research visits at spectrum due to time constraints. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60600":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"40","screening_gender":"1","screening_race":"6","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60601":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient has autoimmune disorder and works midnights. Has a hard time driving. With surgery being scheduled less than 2wks away as well she stated she would not be abel to do the study visits. Per patient if she was able to drive more often and did not work midnights it may have worked. Wished her the best. - SL 12/5\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60602":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to come in for baseline visit before Sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60603":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Call patient back tomorrow after 9:30am, was working today (spoke to pts wife) 12/5 SL\r\n\r\nPt declined due to travel (lives two hours away). 12/6 - CJB\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60604":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with patient who declined due to travel requirements. 12/5 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60605":{"redcap_data_access_group":"university_of_mich","main_record_id":"20222","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-06","screening_age":"25","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Potentially interested emailed info, follow up in a couple days.\r\n\r\nVerbal yes on 12/13 but no time for enrollment, wanted callback on 12/14 at 11 - CJB\r\n\r\nLVM 12/14 - CJB\r\n\r\nSpoke with pt 12/16, requested call back 12/20 at 11 - CJB\r\n\r\nLVM on 12/20 at 11:00am. - CJB","obtain_date":"2023-01-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-04-14","sp_v3_3mo_date":"2023-06-03","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Pt canceled BL visit and staff was unable to get a hold of pt to schedule another visit. Staff was unable to set up surveys with pt on DOS.","sp_data_site":"1"},"60606":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Travel and MM not primary hospital","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60607":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt. no longer having sx at MM, excluded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60608":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Travel, not a resident of the state (West Coast)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60609":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"39","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with patient who stated they were not interested, no specific reason given. 12/9 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60610":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60611":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60612":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"26","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 12/13\r\n\r\nSpoke with patient 12/14 who wanted to think about it, prefers to reach out to us instead of us reaching out to him. Sent e-mail again at pt's request. - CJB 12/14\r\n\r\nLVM 12/20 - CJB\r\n\r\nNo response from pt 1/27 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60613":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"29","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60614":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60615":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60616":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"49","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to pt in clinic and she is interested. Patient will be scheduled for surgery within 3wks. Plan to consent tomorrow. 12/15 SL\r\n\r\nSpoke with patient 12/16 and she let me know her surgery was moved up to 12/23 (from 1/6) and therefore she does not want to have a research visit with this condensed timeline. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60617":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient in clinic and she may be interested. Per surgeon will need to have a bronch first and then will be scheduled at least a few weeks from that. Patient was slightly overwhelmed, first time at U of M. Gave patient information and contact number. Will f/u when shes scheduled for surgery 12/15 SL. \r\n\r\nPatient Decided to cancel surgery at MiMed and will be going to Mayo Clinic instead. Exclude 1/4 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60618":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not enough time to do BL visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60619":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"31","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. excluded due to MRI ineligibility","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60620":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-19","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined due to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60621":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"No Blood","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60622":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"34","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient potentially interested, had meeting in a few minutes, will call back around 11:30 today 12/20 SL\r\n\r\nPatient had a lot of questions and asked for an email with all information, including consent form per pt request. Will follow up with pt after holiday but told him to call or email with any questions in the meantime 12/20 SL.\r\n\r\nLVM 1/9, 1/23 SL\r\n\r\nPatient emailed back after looking over consent form and decided not to participate due to \"fine print\". - SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60623":{"redcap_data_access_group":"university_of_mich","main_record_id":"20228","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-21","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"follow up after heart testing results.","obtain_date":"2023-01-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-31","sp_v1_preop_date":"2023-01-21","sp_v2_6wk_date":"2023-03-14","sp_v3_3mo_date":"2023-05-01","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60624":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"overwhelmed but wants to think it over\r\n\r\nPt is cancelling surgery and doing drug trial. Also found she now has a pacemaker. Excluded from study. 1/11 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60625":{"redcap_data_access_group":"university_of_mich","main_record_id":"20232","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-21","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt will undergo bronch biopsy on 12/28 and pt will decide if they will be pursuing sx after results.\r\n\r\nSpoke to pt again and she stated she is very overwhelmed. However, she listened and said she is likely interested in the study but does not want to full commit at this time. I sent patient a summary of information over email and we will follow up next week with her. 1/11 SL\r\n\r\nCalled patient and she was at a museum, call back Monday around 11:00am 1/20 SL; \r\n\r\nPatient is not sure if she will have surgery because may be doing a cliical trial. We will check her chart in a week and see if surgery is still scheduled. Patient stated she is still very overwhelmed. Also told patient we do reimburse for uber/lyft siince she does not drive. 1/23 SL","obtain_date":"2023-01-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-08","sp_v1_preop_date":"2023-02-02","sp_v2_6wk_date":"2023-03-22","sp_v3_3mo_date":"2023-05-08","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60626":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"23","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60627":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"pt. doesn't have time for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60628":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed JC 12/21\r\nLVM JC 1/4\r\nPatient stated she had received the other calls (VMs) and is not interested in participating. Was short and did not give specific reason. Thanked for her time. 1/9 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60629":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"unable to communicate w/o spouse","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60630":{"redcap_data_access_group":"university_of_mich","main_record_id":"20220","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-19","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-10","sp_v1_preop_date":"2023-01-10","sp_v2_6wk_date":"2023-02-21","sp_v3_3mo_date":"2023-04-10","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-01-10 11:30:53","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt surveys were done day of surgery due to surgery being moved up with less than 24 hours to respond. Pt was unable to complete all the surveys before surgery.","erep_protdev_caplan":"None","erep_rel_covid19":"0"}}},"60631":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60633":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives about 2 hours away and was referred by local physician to U of M. Per patient is hoping to only have surgery at U of M and then transition care back to home. Per patient drive is a little too far and not planning on coming back this way. Offered to do baseline on same day as patient's pre op and patient politely declined. 1/4 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60634":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"38","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Called patient and she immediately said \"I am not interested in research and do not want to be a research subject.\" Declined 1/4 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60635":{"redcap_data_access_group":"university_of_mich","main_record_id":"20221","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-04","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, will consent tomorrow morning. patient would like to visit on same day as pre op on 1/25 if possible. 1/4 SL","obtain_date":"2023-01-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-26","sp_v1_preop_date":"2023-01-25","sp_v2_6wk_date":"2023-03-09","sp_v3_3mo_date":"2023-04-26","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60636":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60637":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n\r\nPatient declined due to travel and due to the fact she needs a driver. Also very overwhelmd. LVM with JC. Documented by SL 1/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60638":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"64","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not willing to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60639":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not willing to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60640":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not willing to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60641":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"23","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60642":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to fit study in schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60643":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient in clinic. Verbal yes, would like enrollment call on Friday, 1/6 around noon. Of note, patient lives/works in Flint 3PM-3AM and would need to schedule her BL visit on a day off. Believes she has an MRI in past without any problems 1/5- MD\r\n\r\nSpoke with patient on 1/11 who said they will call back on 1/12 - CJB\r\n\r\nDeferring participation for now. Patients works at an ER and works 12 hours shits. No set shift right now because she is helping train new people. Unable to make baseline visit but she is interested in participating in the future if she is able and has another qualifying surgery. Will also call us if her schedule does change and can find time. 1/17 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60644":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not a good time for research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60645":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not willing to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60646":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60647":{"redcap_data_access_group":"university_of_mich","main_record_id":"20226","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-09","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Possibly interested, f/u next week 1/9 SL\r\n\r\nPatient emailed back and stated he watned to move forward. Sent email asking about avaibility for enrollment and will set up enrollment call when he responds. 1/11 SL","obtain_date":"2023-01-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-22","sp_v1_preop_date":"2023-05-02","sp_v2_6wk_date":"2023-07-03","sp_v3_3mo_date":"2023-08-22","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60648":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"38","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"DH left a VM 1/13\r\n\r\nSurgery 1/23 patient no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60649":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"45","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient stated that she's already dealing with a lot and adding on additional appointments and things to do isn't something she's interested in doing at this time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60650":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Just not interested in doing any sort of follow-up after the surgery (surveys or visits). Has participated in studies before and found it too difficult to complete all of the tasks.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60651":{"redcap_data_access_group":"university_of_mich","main_record_id":"20229","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-16","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 1/16/2023 - CJB\r\n\r\nPatient called back and is interested. Sent consent form to look over. Will call on Friday to go over and enroll 1/17 SL","obtain_date":"2023-01-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-22","sp_v1_preop_date":"2023-01-24","sp_v2_6wk_date":"2023-04-05","sp_v3_3mo_date":"2023-05-22","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60652":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient possibly interested, would like appt same day as pre op on Feb 1st, call next year to follow up if don't hear from her 1/19 SL\r\n\r\nPt's surgery got moved up by 2 weeks (to 2/1/23 from 2/15/2023). With weather, patient not comfortable driving back and fourth to ann arbor this week and too short of timeline to come in next week with surgery on Wednesday. If surgery stayed had stayed pt stated she would have enrolled. Thanked pt for her time. SL- 1/25\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60653":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt, husband, and daughter in clinic. They live close to 3 hours away, said sounds good otherwise. Would like some time to think about it. Call tomorrow (1/20) or next week to gauge interest. 1/19- MD\r\n\r\nPatient is unsure still witht the drive (lives about 3 horus away). Would like a call back next week 1/20 SL\r\n\r\nLVM 1/25 SL\r\n\r\nPatient does not want to travel over 3 hours for visit and surgery scheduled in a shorter timeline. 1/27 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60654":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is extremely claustrophobic. Had MRI of brain before and \"couldn't handle it\". Exclude from study, wished her best with surgery 1/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60655":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery scheduled within 4 days of being seen.\r\n\r\nPatient had a very hard time understanding concept of study. Wife was also on phone. Patient and wife continued to talk about patient's history of back pain. Also said no time for baseline visit. Exclude pt, unable to understand study. 1/19 SL ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60656":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt requires xanax for claustrophobia related to MRIs, excluded - CJB 1/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60657":{"redcap_data_access_group":"university_of_mich","main_record_id":"20230","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-20","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, consent on Monday, 1/23 after 1PM - CJB 1/20","obtain_date":"2023-01-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-30","sp_v1_preop_date":"2023-01-27","sp_v2_6wk_date":"2023-03-13","sp_v3_3mo_date":"2023-04-30","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60658":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient did not provide a reason - CJB 1/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60659":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"33","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient was overwhelmed with their health issues and did not want to take on any more commitments prior to surgery - CJB 1/24\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60660":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated they do not have time to go to ann arbor for research visits - CJB 1/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60661":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"no time for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60662":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Verbal yes on 1/24, set up an enrollment call for 1/25 after 2pm. - CJB\r\n\r\npatient called 1/25 to express they are no longer interested. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60663":{"redcap_data_access_group":"university_of_mich","main_record_id":"20231","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-24","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Breifly spoke with pt on 1/24 but did not go over any part of study, requested callback at 8am on 1/25 - CJB\r\n\r\nVerbal yes, requested callback at 9am on friday the 27th for enrollment process. - CJB 1/25","obtain_date":"2023-01-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-06","sp_v1_preop_date":"2023-02-27","sp_v2_6wk_date":"2023-04-17","sp_v3_3mo_date":"2023-06-06","age":"47","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60664":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 1/26 SL\r\n\r\npatient did not answer first 2 attempted and then surgery within 2 business days, no response 2/3 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60665":{"redcap_data_access_group":"university_of_mich","main_record_id":"20239","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-26","screening_age":"36","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patinet in clinic and said she would do it (althought patient seemed a little overwhelmed). Patient would want appt day before or on same day as other appts due to living in Flint/travel time. Will follow up with patient next week when her other appts and operation are officially scheduled. 1/26 SL\r\n\r\nPatient is interested but has limited availability and lives further away. Prefers saturday appt, will get back to pt if this is possible 2/3 SL\r\n\r\nLet patient know we could not do sat appt. Pt was ok with this and agreed to enroll. Plan for enrollment call wed at 4 2/6 SL\r\n\r\nPt did not answer for enrollment call and VM was full, sent email and will try again llater in the week 2/8 SL","obtain_date":"2023-02-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-20","sp_v1_preop_date":"2023-02-17","sp_v2_6wk_date":"2023-04-03","sp_v3_3mo_date":"2023-05-20","age":"36","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-02-20 10:55:45","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient filled out some of the baseline surveys on day of surgery (expectation items filled out on time). Patient had baseline visit on Friday 2/17/2023 and surgery was on Monday 2/20/2023. Patient was not able to set up MyDataHelps before baseline visit, so was set up on Friday 2/17/2023. Patient worked on some surveys on Friday and over the weekend but did not finish them before her surgery on Monday. So, we (RAs) met patient in waiting area of pre op and had her finish surveys. ","erep_protdev_caplan":"None at this time. Team monitored over the weekend and patient was working on surveys but did not finish on Sunday night. Met patient to finish in pre op as last backup. ","erep_rel_covid19":"0"}}},"60666":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient having a very hard time understanding study. Spoke to patient in clinic and husband did most/all of talking. Patient did not answer any of RAs questions. Displayed no understanding of study. Exclude 1/30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60667":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wanted to think about it- JC\r\n\r\nSurgery being pushed back per pt message, will plan to follow up in a few days 2/6 SL\r\n\r\nPt. sx not scheduled, ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60668":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was grocery shopping, call back around 2:30pm 2/3 SL\r\n\r\nLVM - CJB 2/3\r\n\r\nLVM- SL 2/6\r\n\r\npatient called back on 2/6, talked to patient on 2/7 and is considering study. Only apprehension is short timeline since surgery is this upcoming Monday. Will think about it overnight and we will touch base tomorrow 2/7 SL\r\n\r\nLVM 2/8 SL\r\n\r\nPatient does not have time for a baseline visit before surgery on Monday. Patient would have participated if more time. Defer participation. SL 2/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60669":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60670":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"23","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"travel & needing to take time off for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60671":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Not very interested but did not want to make a final decision\r\n\r\nClaustrophobic, cannot do MRI per patient as her doctor usually tries to \"avoid them\"- excluded 2.3 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60672":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Not willing to do physical tests and MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60673":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"excluded due to sx in last 3 month","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60674":{"redcap_data_access_group":"university_of_mich","main_record_id":"20235","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-01","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-21","sp_v1_preop_date":"2023-02-08","sp_v2_6wk_date":"2023-04-04","sp_v3_3mo_date":"2023-05-21","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60675":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"not willing to do pain testing","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60676":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Travel and MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60677":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Overwhelmed by study activities and having to travel for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60678":{"redcap_data_access_group":"university_of_mich","main_record_id":"20237","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-06","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-03","sp_v1_preop_date":"2023-03-14","sp_v2_6wk_date":"2023-05-15","sp_v3_3mo_date":"2023-07-03","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60679":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-07","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"unable to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60680":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM 2/8 JC\r\n\r\nLVM 2/14 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60681":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to patient in clinic and he is interested in enrolling. Patient's surgery will be scheduled in a month or so after smoking cessation. will call patient next week to follow up and likely enroll 2/8 SL\r\n\r\nSurgery scheduled much faster than patient originally was told/anticipated. Surgery 10 days away and unable to make baseline appoitment work. Declined due to this. 2/14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60682":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 2/10 SL\r\n\r\nPt has a hard time imaging with disease (could not hear pt say name) and then also does not want to make time commitment. SL 2/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60683":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 2/10 SL\r\n\r\nLVM 2/13 SL\r\n\r\nLVM 2/16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60684":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-13","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60685":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt deferred participation. Surgery scheduled within 1wk of coming onto OR schedule. No time to come in for baseline but would be interested if more than 3 days before week and surgery on Monday. 2/14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60686":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested in enrolling. Call tomorrow at noon to enroll 2/14 SL\r\n\r\nLVM 2/15 SL- did not answer for enrollment call\r\n\r\nPatient's surgery got moved up by 5 days (Feb. 27 to Feb 22). He is overwhelmed and does not have time for baseline visit now. Wished patient well with surgery and told him we would defer participation. 2/16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60687":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient stated she was not interested very quickly and hung up the phone. Did not elaborate or give reason or let us finish explaining study. 2/14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60688":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not want any more appointments at this time. Very overwhelmed/been a whirlwind since right after thanksgiving. Does not want to participate in something extra at this time. 2/14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60689":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient may be interested but unsure if time for baseline. Needs to talk to daughter because she is her driver. Sent email with info and will follow up in a few days. 2/14 SL\r\n\r\nLVM 2/16 SL\r\n\r\nSpoke to pt and reminder her of shorter timeframe. Had not yet talked to daughter 2/20 JC\r\n\r\nSpoke to pt and she said her daughter will be out of town and she is unable to get a ride to baseline appt. Also surgery is next week and said she does not really have time to come in. Said maybe in future if she is eligible. Deferred participation 2/22 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60690":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives too far away - CJB 2/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60691":{"redcap_data_access_group":"university_of_mich","main_record_id":"20244","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-14","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who wanted time to think and information to be emailed - CJB 2/14","obtain_date":"2023-03-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"2023-03-07","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60692":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient was extremely frustrated, overwhelmed, and agitated when he answered the phone. Stated he has to schedule stuff and did not how etc (tests related to surgery). Tried to console patient and then gently get off phone but patient kept talking and stating how frustrated he was. Told patient to not worry about extra at this time (research, etc) and it was completely voluntary. Declined patient but left him our number if he does need it. 2/15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60693":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"83","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient's daughter in law answered the phone. This was the only number on file for pt. Daughter was not with the patient at this time. Stated she coordinates all his appts etc. and he would likely not be interested because the patient is stubborn and already hesitant about surgery. However, said we could call back tomorrow after 4:30pm and she would be with the pt. Will try to call back tomorrow 2/15 SL. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60694":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"69","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too time consuming per patient. Did not elaborate on this. 2/15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60695":{"redcap_data_access_group":"university_of_mich","main_record_id":"20240","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-16","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, enroll tomorrow at 11:00am. 2/16 SL","obtain_date":"2023-02-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-30","sp_v1_preop_date":"2023-03-23","sp_v2_6wk_date":"2023-05-11","sp_v3_3mo_date":"2023-06-30","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-07-24","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Patient passed away on 7/24/23. Metastatic breast cancer listed as primary cause of death. ","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-30 09:50:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation survey was collected outside of survey window as pt. had surgery rescheduled 2 times. Staff did resend expectation surveys each time sx was rescheduled and reach out to the pt to try to complete over phone. Pt declined both times stating they will do it on their own and pt. unfortunately did not complete new expectation survey.","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-05-25 09:51:08","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient cancelled first blood draw visit (in window) and only wanted to come in when she had another appointment at University of Michigan hospital since she has a port. Came in 5 days past window. ","erep_protdev_caplan":"None at this time. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-09-21 13:11:40","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"The team plans to check back to the original HSIP email with the generated Proxy ID to confirm that it matches for the payment reloads in the future. \r\nIn addition, the team has been reminded to double check their work and take their time when copying and/or entering information. ","erep_outcome":"While looking into this issue, our team discovered that 20240 passed away in July, 2023. We have also filled out an early withdrawal form for this participant.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60696":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60697":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"spoke to pt, gave info, she wants to think about it, working full time still, let know saturdays could be an option, follow up in a week or so once scheduled 2/16 SL\r\n\r\nSpoke to patient in clinic and they emailed me on Friday stating they did not want to participate after all. Did not give specific reason. 2/20 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60698":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"76","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60699":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to travel for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60700":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"bad timing as pt. is about to have multiple surgeries over next couple months, pt placed in deferred participation 2.15.23\r\n\r\nPatient ended up not having surgery. Was decided to watch lung nodules for 3m. Came back in and surgeons decided to go forward with surgery, Called patient again, she is interested in the study. However, her daughter is her driver and she is unsure if she will be available to take her in for another visit. Patient is coming down on 7/5 for an in infusion and I said we could try to do before this. Emailed w/information for her and her daughter to look at. Will follow up by end of the week 6.27 SL\r\n\r\nPatient emailed and declined. Said her daughter travels for work/with summer does not have time to take her to appts. 6.28.SL\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60701":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to undergo pain testing","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60702":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"26","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to get time off for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60703":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-21","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt no longer having sx at MM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60704":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-21","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60705":{"redcap_data_access_group":"university_of_mich","main_record_id":"20242","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-23","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-02","sp_v1_preop_date":"2023-03-02","sp_v2_6wk_date":"2023-04-13","sp_v3_3mo_date":"2023-06-02","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-06 09:59:37","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was scheduled to come in for baseline visit on Monday February 27th. Patient emailed that morning and said she was very sick and could not make it in. Asked patient if she would like to reschedule but she said she would not be able to (surgery was in 3 days and she wanted to focus on feeling better before). Patient was willing for us to meet her in pre op and collect any data that we could. She had already filled out the surveys on time. ","erep_protdev_caplan":"No corrective action plan needed. Patient came on OR report only 1 week before surgery. We were able to find fMRI opening through cancellation and schedule patient before surgery. ","erep_rel_covid19":"0"}}},"60706":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60707":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested (however will need to watch body habitus for MRI- 300lbs). Patient is moving surgery back to likely late march. Enroll next week on Tuesd 3/7, 3/1 SL\r\n\r\nPatient was very interested but with recent vitals body habitus too large for scanner. Exclude and wished patient best with surgery. 3/7 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60708":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt has not responded to 3 attempts in a row and unable to LVM. Pt. will be listed as no response.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60709":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60710":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"travel not feasible, 400mi one way","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60711":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"43","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60712":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too busy for research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60713":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60714":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60715":{"redcap_data_access_group":"university_of_mich","main_record_id":"20245","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-06","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-01","sp_v1_preop_date":"2023-04-28","sp_v2_6wk_date":"2023-06-12","sp_v3_3mo_date":"2023-08-01","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-04-27","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Pt. had family matters come up and can no longer commit to participation.","sp_data_site":"1"},"60716":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"75","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not resident of state, unable to come in for visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60717":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Bad experience with research in the past","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60718":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"no reliable transportation for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60719":{"redcap_data_access_group":"university_of_mich","main_record_id":"20246","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-09","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, enroll tomorrow at 9:00am SL","obtain_date":"2023-03-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-05","sp_v1_preop_date":"2023-05-30","sp_v2_6wk_date":"2023-07-17","sp_v3_3mo_date":"2023-09-05","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60720":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to take time off for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60721":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to fit BL visit in before Sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60722":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sx ended up not being scheduled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60723":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60725":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60726":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60727":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"declined due to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60728":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60729":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60730":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unable to commit time to study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60731":{"redcap_data_access_group":"university_of_mich","main_record_id":"20248","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-22","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent in person on 3/24 @ 3:30 in K&D's Office. Meet Pt at TC by P2","obtain_date":"2023-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-20","sp_v1_preop_date":"2023-04-04","sp_v2_6wk_date":"2023-06-01","sp_v3_3mo_date":"2023-07-20","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-14 12:33:39","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"completed 6-week surveys with pt in coordinator mode 6 days past window.","erep_protdev_caplan":"None needed","erep_rel_covid19":""}}},"60732":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. unable to commit to study at this time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60733":{"redcap_data_access_group":"university_of_mich","main_record_id":"20251","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-28","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"pt will email date and time for enrollment","obtain_date":"2023-04-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-04-04","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Ultimately decided participation in the study would be too much on top of their current medical needs","sp_data_site":"N/A"},"60734":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"pt couldn't provide final decision day before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60735":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt. didn't respond before Sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60736":{"redcap_data_access_group":"university_of_mich","main_record_id":"20250","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-31","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call pt back around 230/3pm 3.31 SL\r\nPatient is interested in enrolling. Call Monday 4/3 to enroll. 3/31 SL","obtain_date":"2023-04-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-24","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-05","sp_v3_3mo_date":"2023-07-24","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-04-13","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient emailed a couple of days ago asking to be withdrawn from the study. Called patient to check in and was able to get ahold of them today. Per patient just overwhelmed with getting everything \"ready\" and \"settled\" before surgery in a couple of weeks. Offered a shorter baseline appointment but patient still politely refused. Asked to be withdraw from study. ","sp_data_site":"1"},"60737":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke to pt in clinic and they were interested. However, admitted she had a cervical fusion but she did have recent brain fMRI. Let pt know that cervical fusion is usually an exclusion with fMRI team but would check again just in case (very interested). - 3/38/23\r\n\r\nFollow up with fMRI team and they said no matter cervical fusion is an exclusion. Let pt know and thanked her for her time. 4/7 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60738":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to do anything extra","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60739":{"redcap_data_access_group":"university_of_mich","main_record_id":"20258","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-06","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 4/10","obtain_date":"2023-04-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-12","sp_v1_preop_date":"2023-04-25","sp_v2_6wk_date":"2023-06-23","sp_v3_3mo_date":"2023-08-12","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60740":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-07","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt in clinic and she seemed interested but did not have time to decide at the moment. Gave paitent information and my contact info. I will follow up early next week 4/6 SL\r\n\r\nFollow up on 4/12 4/10 JC\r\n\r\nPatient still hadnt had a chance to look at materials. Callback Friday afternoon 4/12 SL.\r\n\r\nLVM 4/14 SL\r\n\r\nPatient called back and we talked. Patient stated she was worried about her state of health after surgery and worried about doing chemo/radiation. Stated she was too worried to do other appointments after surgery. Politely declined. 4/14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60741":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-07","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60742":{"redcap_data_access_group":"university_of_mich","main_record_id":"20254","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-07","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"MD referral. LVM and sent recruitment email. 4/7 SL\r\n\r\nPatient called back and is interested. Will consent monday afternoon. 4/7 SL","obtain_date":"2023-04-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-15","sp_v1_preop_date":"2023-04-27","sp_v2_6wk_date":"2023-06-26","sp_v3_3mo_date":"2023-08-15","age":"54","sex":"1","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60743":{"redcap_data_access_group":"university_of_mich","main_record_id":"20253","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-07","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested. Lived in Alpena so will need to schedule visits in advance for travel. Consent Monday at 8:00am. 4/7 SL","obtain_date":"2023-04-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-22","sp_v1_preop_date":"2023-05-08","sp_v2_6wk_date":"2023-07-03","sp_v3_3mo_date":"2023-08-22","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-07-13 11:50:51","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt's 6-week draw was performed 3 days past window. visit was rescheduled twice due to pt. not feeling well","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"60744":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-07","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60745":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to make time for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60746":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-13","screening_age":"29","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient came on OR report on 4/13/23. Surgery 4/20/23 and patient lives a few hours away. Per patient does not have time for baseline visit. We wished pt best with surgery. 4/13 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60747":{"redcap_data_access_group":"university_of_mich","main_record_id":"20262","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-14","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent Email follow up on 4/19","obtain_date":"2023-04-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-28","sp_v1_preop_date":"2023-04-24","sp_v2_6wk_date":"2023-06-09","sp_v3_3mo_date":"2023-07-28","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-07-31","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt. deceased on 7/9/23","sp_data_site":"1"},"60748":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"No TIme","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60749":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"72","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient was about to head out the door, will callback tomorrow to explain study. 4/17 SL\r\n\r\nPatient cannot travel for baseline visit. Per patient, they are even having a hard time finding transportation for their surgery. Wife unable to drive and lives about 2hrs away in Grand Rapids. Does not want to worry about trying to come in for extra visits. Wished them the best with surgery 4/18 SL. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60750":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 4/18 SL\r\n\r\nPt replied over email and declined, no reason give. 4.19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60751":{"redcap_data_access_group":"university_of_mich","main_record_id":"20269","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-18","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 4/18 SL\r\n\r\nPatient is interested and wants to enroll. Will be out of town next week, so planning to enroll May 5th. Email sent to pt for reminder of enrollment on that day 4/21 SL. ","obtain_date":"2023-05-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-13","sp_v1_preop_date":"2023-05-19","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-09-19 10:07:28","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Patient's non-dominant leg is the R leg. This was documented correctly in QST CRF, but RA (initials SL) put it on the L leg by accident. So, reading was taken on patient's L leg (the dominant) instead of the R (non-dominant). Then, since L was marked, imaging cuff protocol was also performed on L leg (dominant). ","erep_protdev_caplan":"SL will make sure to double check with paper and patient that they are putting cuff on correct leg. Letting imaging team know as well they can call us if there are ever any discrepancies. ","erep_rel_covid19":"0"}}},"60752":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60753":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unable to arrange transpo for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60754":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives around Toledo and stated it is a long drive to Ann Arbor. Also, patient's husband has dementia and it is hard to bring him to appointments etc. Does not think she can do extra visits wit him and situation. Wished her the best before surgery. 4/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60755":{"redcap_data_access_group":"university_of_mich","main_record_id":"20260","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-19","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested. Would like to consent this afternoon 4/19 SL. ","obtain_date":"2023-04-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-25","sp_v1_preop_date":"2023-05-15","sp_v2_6wk_date":"2023-07-06","sp_v3_3mo_date":"2023-08-25","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-07-19 12:57:44","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"visit was completed 6 days past visit window. Pt. was out of town for the duration of their 6-week visit window and was only available 7 weeks post surgery.","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"60756":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated she has had a lot go on with her health in the last few months. She was in ER, had 2 eye surgeries, and multiple scans (CTs, etc). Patient is also still working and has a lot of appointments before surgery as well. Does not want/doesn't have time for more testing and appts. Wished her best with surgery, declined. 4/20 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60757":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"19","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was not home, mom answered. Mom stated pt will not answer her phone if does not know the number. Will try again tomorrow around 4:45pm. 4/20 SL\r\n\r\nCalled and patient's mother answered again. Stated patient was not home and to try again next week. Patient's direct line not give out. 4/21 SL.\r\n\r\nLVM 4/25 SL. 3 attempts, moved to no response in logs. Will not attempt again unless patient calls or emails back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60758":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-21","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Started explaining study to patient and when talking about visits she stated she was not interested. 4/21 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60759":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient came on OR report only 3 days before surgery (Monday came on, surgery Thursday). No time for baseline visit, but would be open to being called again in future if eligible. Defer participation 4/24 SL. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60760":{"redcap_data_access_group":"university_of_mich","main_record_id":"20264","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-24","screening_age":"32","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient came on OR report on Monday, surgery scheduled for Friday. Stated he would be interested if we can get an appointment after work hours, maybe around 4:00pm. Spoke to team and we can accommodate this. Emailed pt to see if still interested. 4/24 SL","obtain_date":"2023-04-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-28","sp_v1_preop_date":"2023-04-26","sp_v2_6wk_date":"2023-06-09","sp_v3_3mo_date":"2023-07-28","age":"32","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60761":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 4/24\r\n\r\nSpoke to pt and she did say she was interested if we could do a visit this Friday, unavalable next week. KS team said visit at 9, 12, 0r 1 would work. Called pt back and she did not answer. Will wait to hear from her and see if she would still like to move forward with enrollment. 4/26 SL\r\nPt. not responded after 3 attempts\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60762":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"34","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to LVM 4/24\r\n\r\nCalled pt once and LVM. Surgery was on 5/12 then got moved to 4/28. No time for baseline visit (within 48hrs). 4/26 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60763":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-25","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Study is too much for patient","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60764":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"travel is too much for pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60765":{"redcap_data_access_group":"university_of_mich","main_record_id":"20270","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-26","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient was at work, so spoke shortly. However, is interested. Will plan to enroll next week on Saturday, may 6th. Would also need saturday appt for baseline. 4/26 SL","obtain_date":"2023-05-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-21","sp_v1_preop_date":"2023-06-03","sp_v2_6wk_date":"2023-08-02","sp_v3_3mo_date":"2023-09-21","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-14 10:18:17","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month visit was conducted 9 days past visit window due to pt. needing a weekend visit. Research staff was unable to accommodate a weekend visit until after the patient's visit window ended. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"60766":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ spouse and will speak w/ pt in clinic on 5/3\r\nPt unable to do baseline before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60767":{"redcap_data_access_group":"university_of_mich","main_record_id":"20265","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-02","sp_v1_preop_date":"2023-05-09","sp_v2_6wk_date":"2023-07-14","sp_v3_3mo_date":"2023-09-02","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-06-05","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Pt's procedure ended up not having a thoracic approach. Withdrawing pt. on recommendation of PI.","sp_data_site":"1"},"60768":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt's physician recommended against participation due to memory issues","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60769":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"74","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 5/2, 5/4","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60770":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60771":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"37","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60772":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt will be leaving the country as soon as they recover","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60773":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Study is too much for patient","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60774":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 5/4, 5/9, 5/12\r\n\r\nPt. not responded after 3 attempts","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60775":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-08","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60776":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-08","screening_age":"27","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and sent recruitment email 5/8 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60777":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-08","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM not setup. Sent recruitment email 5/8 SL\r\n\r\nUnable to leave VM, no answer 5/12 SL\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60778":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"47","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 5/9 and sent recruitment email\r\n\r\nLVM 5/12 SL\r\n\r\nPt. canceled sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60779":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient and significant other. Significant other raised concerns about pt being in a research study and it \"affecting pt's healthcare treatment\". Tried to assure pt and significant other that this was not the case. Significant other stated she was a nurse and does know it can affect insurance etc. Tried to reassure but pt declined on recommendations of significant other. 5/9 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60780":{"redcap_data_access_group":"university_of_mich","main_record_id":"20272","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-10","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, consent tomorrow at 10:00am in clinic waiting room. 5/10 SL\r\n","obtain_date":"2023-05-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-25","sp_v1_preop_date":"2023-05-17","sp_v2_6wk_date":"2023-07-06","sp_v3_3mo_date":"2023-08-25","age":"63","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-05-22 14:46:22","erep_ae_date":"2023-05-22","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-05-22 12:10","erep_resolution_date":"2023-05-22 12:20","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient had hand in water bath for about 19 seconds and she started to tear up. I (RA) had patient take her hand out of the water. The patient started to cry harder and rocking back and fourth. I asked patient if it was from pain of water bath/cold and she said yes. Had patient heat hand by hold it in other hand and drying with towel. After about 5 minutes patient was calmed down and not longer crying. Was able to perform PPT and within 10 minutes pain seemed to full resolve. ","erep_action_taken":"Stopped test immediately and had patient rest and heat up hand. Stayed with patient in room until she was feeling better. Will not perform CPM test at next visit. ","erep_outcome":"Patient's pain in hand was resolved within 10 minutes. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60781":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. doesn't have transpo","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60782":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 5/12 SL\r\n\r\nPatient called back and said he lives about 4 horus away. Unsure if he can afford/make time for visits due to this travel. Talked to pt about payment and mileage reimbursement and visits same day as others. Pt will call with questions and we will plan to follow up in a week or two. 5/12 SL\r\n\r\nPt declined, too worried about travel. 5/22 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60783":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60784":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt unsure and unable to talk very long. sent email follow up on 5/19\r\n\r\nPt. not comfortable answering surveys electronically","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60785":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"study is too much extra for pt. to take on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60786":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. waiting for surgeon to determine if sx is really the best treatment option for them at the momment.\r\n\r\nLVM 5/23\r\n\r\nLVM 5/25\r\n\r\nPt didn't respond by 6/5 & pt. undergoing Sx on 6/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60787":{"redcap_data_access_group":"university_of_mich","main_record_id":"20274","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-18","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-31","sp_v1_preop_date":"2023-05-30","sp_v2_6wk_date":"2023-07-12","sp_v3_3mo_date":"2023-08-31","age":"50","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-09-15 12:55:30","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt's 3-month visit was completed 1 day outside of window. Pt was initially scheduled for 9/8 but needed to reschedule and 9/15 was the earliest they could come in.","erep_protdev_caplan":"None Needed","erep_rel_covid19":"0"}}},"60788":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-18","screening_age":"70","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60789":{"redcap_data_access_group":"university_of_mich","main_record_id":"20275","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-18","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-13","sp_v1_preop_date":"2023-06-05","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60790":{"redcap_data_access_group":"university_of_mich","main_record_id":"20277","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-18","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient in clinic and she is likely interested. Slightly overwhelmed at clinic and asked if we can follow up next week. Told patient we can and gave her brochure and information. Will call next week 5/18 SL.\r\n\r\nCalled patient and she does want to participate. Planned enrollment for tomorrow morning at 9:00am. 5/25 SL\r\n\r\nLVM for enrollment 5/26 SL \r\n\r\nLVM and sent email 5/30 SL. Patient replied to email, she is still interested and got called into work last Friday. Planning another time this week for enrollment 5/30 SL. ","obtain_date":"2023-06-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-14","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-26","sp_v3_3mo_date":"2023-09-14","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-06-14","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Approached pt. on DOS and offered them the option to remain in the study with survey only. (Pt was complete with pre-surgery prep so obtaining blood wasn't possible) Pt. ultimately decided not to proceed and asked to be withdrawn.","sp_data_site":"1"},"60791":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Enrollment @ 2pm on 5/30\r\n\r\nPatient did not answer for enrollment call, LVM 5/30 \r\n\r\nSent email 5/31\r\n\r\nLVM 6/6 \r\n\r\nLVM 6/13 \r\n\r\nLVM 6/21 \r\n\r\nLVM 6/27, moving to no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60792":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"not comfortable with data repository","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60793":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt picked up but didn't respond to anything. Followed up w/ email.\r\n\r\nSent second email 5/30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60794":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt has severe ADHD making periodic surveys difficult","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60795":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"no time for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60796":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"68","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60797":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-31","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Overwhelmed by study procedures","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60798":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-01","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60799":{"redcap_data_access_group":"university_of_mich","main_record_id":"20278","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. wanted to look at recruitment email before making final decision. 6/6\r\n\r\nReady to enroll, pt emailed. Planning enrollment tomorrow 6/8 10:00am SL","obtain_date":"2023-06-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-16","sp_v1_preop_date":"2023-06-12","sp_v2_6wk_date":"2023-07-28","sp_v3_3mo_date":"2023-09-16","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-12 12:48:55","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt's 3-month visit was conducted 12 days past window as they were out of town during their whole 3-month window. 3-month visit was conducted on the only day they were in town. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"60800":{"redcap_data_access_group":"university_of_mich","main_record_id":"20284","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-01","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Ready to enroll on 6/6 between 9:30 & 10:00\r\n\r\nLVM 6/6 \r\n\r\nSched to enroll @ 10:00 on 6/15\r\n\r\nPt answered on 6/15 at 10:00am and said she was on the other line. Seemed hesitant. Asked pt if she would like to call me back and she said yes. Called back at 11:00am and pt didn't answer. 6/15 SL\r\n\r\nPatient can enroll tomorrow 6/20 at 9:00am. Called patient today and she gave this time tomorrow. 6/19 SL. ","obtain_date":"2023-06-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-26","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-07","sp_v3_3mo_date":"2023-09-26","age":"42","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60801":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60802":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"exclude due to possible metal particles in eye","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60803":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"due to travel distance, study would take too much of a time commitment to accommodate in their schedule ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60804":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is excluded. Very interested, however cannot do an MRI. Per patient has degenerative disc disease and extremely painful to lay on MRI table. Unable to do any type of MRI w/o a sedative. Thanked pt for his interest. 6/8 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60805":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient wants to think about it. Stated he did not need email with more information, so just sent my contact info. Follow up in about a week maybe next Fri 6/16. 6/8 SL\r\n\r\nCalled patient and he asked for the study to be explained again. Went over the study and stated he needs to talk to his wife. Offered to do appointment on same day a pre op if this helps. Will call at end of week to follow and send version of recruitment email for him and wife to look at together. 6.19 SL\r\n\r\nPt emailed back and declined. Did not want to do any extra testing. 6/23 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60806":{"redcap_data_access_group":"university_of_mich","main_record_id":"20279","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-08","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt in clinic. Patient is interested in enrolling, must have appt before 6/21 as going out of town. Will enroll tomorrow at 9:00am. 6/8 SL","obtain_date":"2023-06-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-07","sp_v1_preop_date":"2023-06-15","sp_v2_6wk_date":"2023-08-18","sp_v3_3mo_date":"2023-10-07","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-11 13:59:13","erep_ae_date":"2023-06-15","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-06-15 13:59","erep_resolution_date":"2023-06-19 13:59","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"at 3-month visit, patient noted that after the baseline visit, the patient was still feeling pain in the areas where the temporal summation test was performed at the left shoulder and right chest. Pt. stated the pain lasted for 4 days after the completion of the BL visit. Pt. did note that the pain did go away afterwards. Due to this reaction, pt. declined to do the temporal summation test at 3-month visit. ","erep_action_taken":"Temporal summation test was not performed aft 3-month visit to prevent situation from happening again. ","erep_outcome":"Pt's pain went away and test was not repeated. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60807":{"redcap_data_access_group":"university_of_mich","main_record_id":"20280","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-09","screening_age":"41","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested in enrolling. COnsent Monday around 11:15am. 6/9 SL","obtain_date":"2023-06-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-30","sp_v1_preop_date":"2023-06-26","sp_v2_6wk_date":"2023-08-11","sp_v3_3mo_date":"2023-09-30","age":"41","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-08-24 12:29:20","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt's 6-week visit was performed 6 days past window. Pt was didn't want to make an exclusive trip just for blood, so waited until pt's next appt.","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-10-19 13:44:15","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Collected patient's 3m bloodwork today. Unable to obtain at patient's 3m visit last week. Patient had scheduled blood draw today and met patient at it. Gave phlebotomist research tubes and it was drawn with patient's other labs through patient's port. ","erep_protdev_caplan":"None at this time.","erep_rel_covid19":"0"}}},"60808":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60809":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient came on OR schedule only 2 days before surgery. No time for baseline visit, as he is also having construction done on his house before surgery. Politely declined 6/13 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60810":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"38","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt did not allow me to study, as soon as mentioned research pt said he was not interested. Unable to explain study. 6/12 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60811":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"45","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient seemed concerned about pain after surgery and stated he was not told about any pain after surgery. Tried to reassure patient he is not more or less likely to have pain after surgery than the average pt. Explained study to pt and he asked for more information to read. Sent pt recruitment email and brochure and will follow up. 6/13 SL\r\n\r\nLVM 6/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60812":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient already signed up for another research study relating to heart. Did not want to do a second since his other one also involves appts etc. Thanked for his time. 6.13 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60813":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives about 4 hours away from Ann Arbor and is not able to do a baseline visit. Stated would have been interested otherwise. Doing a lot of appointments the day before surgery and does not have time for another. 6/13 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60814":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to commit time to study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60815":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"60","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 6/14\r\n\r\nLVM 6/21 SL\r\n\r\nLVM 6/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60816":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"47","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much of a travel commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60817":{"redcap_data_access_group":"university_of_mich","main_record_id":"20282","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-14","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. trying to resched sx. follow up in a week if DOS changes. ","obtain_date":"2023-06-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-07","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-18","sp_v3_3mo_date":"2023-10-07","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-06-20","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. having second thoughts resulting in being less willing to do study activities.","sp_data_site":"1"},"60818":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Needs time to consider\r\n\r\nResent recruitment email.\r\n\r\nLVM 6/26\r\n\r\nToo busy for BL Visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60819":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"too much for pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60820":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 6/15 SL\r\n\r\nPatient electively cancelled surgery. Excluded. 6/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60821":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Was telling patient about study and she stopped me and said she was not interested. Likely time commitment. Thanked pt for her time and wished her best wit surgery. 6.16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60822":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient interested in enrolling. Works night so wife's contact info is listed in chart, but call pt's cell at (517) 815-4878. Enroll next Wed 6/21 at 9:00am. 6/15 SL\r\n\r\nLVM for enrollment 6/21 SL. Called pt's wife cell since this is his preferred and got ahold of pt. Wants to move enrollment call to tomorrow at 9am. 6/21 SL\r\n\r\nWent through consent orally w/ pt. waitng for consent to be retruned. MRI Screening collected, waiting on conset to send. 6/22 JC\r\n\r\nEmail reminder given on 6/22; call reminder given on 6/23\r\n\r\nNo answer, LVM for pt about signing consent form again 7/6 SL\r\n\r\nAttempted call again 7/12 JC\r\n\r\nPatient had pre-op visit scheduled on 7/18, was going to try and talk to in person. Patient no-showed to appointment. Has not answered calls or emails. 7.19 SL\r\n\r\nPt chose to cancel Sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60823":{"redcap_data_access_group":"university_of_mich","main_record_id":"20290","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-15","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient potentially interested. Wanted us to make sure its ok with is neurologist that he participates. Told pt we will reach out with his permisson. Follow up after here from doctor. 6/15 SL\r\n\r\nPatient is interested in enrolling. Said he is not really worried about asking doctor but he will include it in his portal message. Enroll next Wed at 9:00am SL. \r\n","obtain_date":"2023-06-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-10","sp_v1_preop_date":"2023-08-01","sp_v2_6wk_date":"2023-09-21","sp_v3_3mo_date":"2023-11-10","age":"N/A","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60824":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"40","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and sent recruitment email SL 6.16\r\n\r\nPatient seemed somewhat interested but worried about quick turn around/time commitment with surgery (surgery this Friday). Offered appt same day as pre op this week but pt stated with work he doesn't have time for another appt. Also seemed slightly apprehensive about closed MRI. Wished pt best with surgery, declined. 6/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60825":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was willing to enroll even with surgery this upcoming Thursday (and just scheduled today) but unfortunately extremely claustrophobic. Tried brain MRI previously and panicked per patient. Excluded but thanked pt for williningness. 6/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60826":{"redcap_data_access_group":"university_of_mich","main_record_id":"20288","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-19","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient potentially interested and was driving, so has slightly hard time hearing me. Sent email with brochure and will follow up with at end of week on Fri. 6/19 SL\r\n\r\nPt is interested, read over email w/information. Enroll tomorrow 6/24 at 1:00pm. ","obtain_date":"2023-06-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-24","sp_v1_preop_date":"2023-07-03","sp_v2_6wk_date":"2023-09-04","sp_v3_3mo_date":"2023-10-24","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-03 11:04:13","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"As pt wasn't able to have their diagnosis resolved with their first surgery, so pt is undergoing a second sx on 10/9 which is the day before their 3-month window begins. Project supervisors recommend to have the pt's 3-month visit completed before their sx on 10/9. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"60827":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60828":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Per patient her surgery is now moved up (was originally scheduled later than 7/7/23) and she has family coming in and other appointments until her DOS. Would like to help but no time for baseline visit prior to surgery. Politely declined. 6/21 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60829":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. wanted to focus on surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60830":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient she would like to participate but does not want to do MRI. Per patient she \"panicked during her last MRI\" and had to be given \"calming medication\". Politely declined due to this. 6/21 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60831":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 6/14 JC\r\nPhone just kept ringing 6/21 SL\r\nLVM 6/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60832":{"redcap_data_access_group":"university_of_mich","main_record_id":"20289","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-23","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 6/23 ","obtain_date":"2023-06-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-10","sp_v1_preop_date":"2023-06-28","sp_v2_6wk_date":"2023-08-21","sp_v3_3mo_date":"2023-10-10","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60833":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-23","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient said he has \"a lot of things going on right now\" and couldn't talk. Asked if he could be called next week and he was hesitant but said yes. Did not explain anything about the study. 6/23 SL. \r\n\r\nPatient too overwhelmed right now. Declined. 6.28 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60835":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient was very kind and interested in the study. However, per patient he is unable to do a brain MRI. He had one recently and said \"even thinking about another one is giving me the chills\". Declined due to MRI. 6.27 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60836":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient is also scheduled for a double masectomy at the end of August. She has primary lung and breast CA. Too overwhelmed to participate in study at this time and have more appts. Declined 6.27 SL.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60837":{"redcap_data_access_group":"university_of_mich","main_record_id":"20291","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-29","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 6/29","obtain_date":"2023-06-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-24","sp_v1_preop_date":"2023-07-13","sp_v2_6wk_date":"2023-09-04","sp_v3_3mo_date":"2023-10-24","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60838":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"unable to do baseline visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60839":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"emailed follow up after 7/4\r\n\r\nLVM 7/12 (pt had asked to be calld back at 2pm and didn't answer then as well)\r\n\r\nSpoke to pt and said she does not have time to come in before surgery. 7/18 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60841":{"redcap_data_access_group":"university_of_mich","main_record_id":"20294","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-30","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested in enrolling. Would need appt on same day as pre op (July 20th). Patient does not have voicemail, so if doesn't answer try again. Enroll next Thursday July 6th. 6.30 SL","obtain_date":"2023-07-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-31","sp_v1_preop_date":"2023-07-20","sp_v2_6wk_date":"2023-09-11","sp_v3_3mo_date":"2023-10-31","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60842":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 6.30 SL\r\n\r\nLVM 7/6\r\n\r\nnot willing to add extra appts.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60843":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient stated he was asked about a research project in clinic and stated he was not interested. Said he \"doesn't want to be in a fish bowl again and be watched\". Explained to pt our study is likely different than the one her heard about in clinic and does not involving watching during surgery. Still declined, not interested in research. 6.30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60844":{"redcap_data_access_group":"university_of_mich","main_record_id":"20299","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-30","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient was busy. Would like to be called again next week after the holiday. Did not explain anything about study. 6.30 SL\r\n\r\nTried again on 7.7 but phone kept ringing. Try again next week 7.7 SL\r\n\r\nPatient is interested. Needs baseline appointment on 7/27. Plan to enroll this Friday at 1:00pm, 7/18 SL","obtain_date":"2023-07-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-28","sp_v1_preop_date":"2023-09-20","sp_v2_6wk_date":"2023-11-08","sp_v3_3mo_date":"2023-12-28","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"60845":{"redcap_data_access_group":"university_of_mich","main_record_id":"20292","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-30","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 6.30 SL","obtain_date":"2023-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-12","sp_v1_preop_date":"2023-07-10","sp_v2_6wk_date":"2023-08-23","sp_v3_3mo_date":"2023-10-12","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60846":{"redcap_data_access_group":"university_of_mich","main_record_id":"20296","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-30","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call again around 3:30pm\r\n\r\nPatient is interested in enrolling, enroll next Friday 7.14 at 11:00am. 7.7 SL\r\n","obtain_date":"2023-07-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-17","sp_v1_preop_date":"2023-08-08","sp_v2_6wk_date":"2023-09-28","sp_v3_3mo_date":"2023-11-17","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60847":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Study overwhelming on top of pt's current situation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60848":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not willing to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60849":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"did not want to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60850":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"21","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Sent recruitment email and follow up 7/12\r\n\r\nLVM 7/12\r\n\r\nPer patient she is very far away from Ann Arbor and not interested in the study. 7/18 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60851":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient would like to participate, however, her dad is very ill and had TIA yesterday and will be in rehab for 6wks. Pt is his only caregiver and works as a nurse. Also, surgery scheduled even before NP appt in less than 2 weeks. Unable to commit to study/baseline visit, but would be interested in future if qualifies. Defer participation. 7.7 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60852":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Study approached with surgeon. RA called pt and let them know with cervical fusion they would be excluded. LVM for them, 7.7 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60853":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient's mobile phone VM was that of a doctor that didn't match pt name. Called home phone and rang then went to dial tone. May need to only communicate by email. Send recruitment email. 7.12 SL\r\n\r\nMRI Excluded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60854":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Per patient cannot do study. Depends on daughter for travel and she doesn't want her to take any extra time off work before or after surgery. Politely declined. 7.12 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60855":{"redcap_data_access_group":"university_of_mich","main_record_id":"20297","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-12","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 7.12 SL","obtain_date":"2023-07-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-16","sp_v1_preop_date":"2023-08-03","sp_v2_6wk_date":"2023-09-27","sp_v3_3mo_date":"2023-11-16","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60856":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Talked to pt about study. She asked for an email to be sent to her with information. Sent recruitment email with in-person study visits laid out. Will follow up next week 7.12 SL\r\n\r\nLVM 7/20 SL\r\n\r\nPt LVM and said the study is just \"too much\" for her right now with surgery etc. Politely declined. 7.24 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60857":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 7.12 SL\r\n\r\ninterested but still needs time to think on it 7/18 JC\r\n\r\nLVM 7.25\r\n\r\nLVM 7/31\r\n\r\nLVM 8/7\r\n\r\nUnable to sched bl visit if pt. enrolled. Pt. being put in deferred participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60858":{"redcap_data_access_group":"university_of_mich","main_record_id":"20295","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-12","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested in enrolling. Plan to enroll this Friday at 9am. 7/12 SL","obtain_date":"2023-07-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-22","sp_v1_preop_date":"2023-08-03","sp_v2_6wk_date":"2023-10-03","sp_v3_3mo_date":"2023-11-22","age":"79","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60859":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"46","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unwilling to travel for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60860":{"redcap_data_access_group":"university_of_mich","main_record_id":"20300","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-17","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"wants to speak w/ spouse follow up before EOD on 7/21\r\n\r\nPt's husband in the hospital when called. Maybe call next week but likely will not be able to get in. 7.21 SL\r\n","obtain_date":"2023-07-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-07","sp_v1_preop_date":"2023-08-07","sp_v2_6wk_date":"2023-09-18","sp_v3_3mo_date":"2023-11-07","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-08-07 07:50:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was unable to come in for a baseline visit prior to surgery due to last minute consent and family emergency.","erep_protdev_caplan":"Met pt on DOS to complete Deep Breathing and Coughing as well as baseline blood draw and Imaging Items.","erep_rel_covid19":"0"}}},"60861":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to patient in clinic and she was with her son as well. She will consider the study. Lives about 1.5hrs away, so said scheduling is main worry. Assured pt we can try and make it work if she does decide she is interested. Gave patient email and direct line. Will f/u once see surgery date. 7/13 SL\r\n\r\nPatient uncomfortable driving to ann arbor for visit. Lives a couple hour away. Wanted to participate if closer drive but patient said she is just not comfortable with distance and did not mention she had anyone to drive her instead. Thanked pt for her time. 7.19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60862":{"redcap_data_access_group":"university_of_mich","main_record_id":"20305","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-13","screening_age":"45","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Getting TTHHR. Spoke to pt, she seemed interested but lives about 3hrs away. Told patient with her surgery not being planned until September, a weekend appt would likely be possible. Told patient we would be in contact once her surgery gets on the books and gave her pamphlet and direct contact information. Call once surgery gets scheduled. 7/13 SL\r\n\r\nPt was at work when called. Call Friday at 4:00pm SL","obtain_date":"2023-08-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-20","sp_v1_preop_date":"2023-09-15","sp_v2_6wk_date":"2023-11-01","sp_v3_3mo_date":"2023-12-20","age":"45","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60863":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60864":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient would be interested, however, goes to Florida during the winter. Pending everything goes well with surgery planning to go down in October. Would not be able to do 3m visit (all study tasks) so politely declined. 7.19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60865":{"redcap_data_access_group":"university_of_mich","main_record_id":"20301","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-18","screening_age":"35","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Unsure when pt will have surgery. Spoke to her and just explained the study and gave pamphlet. Will talk to her if/when scheduled surgery. 7.18 SL \r\n\r\nPatient's surgery got scheduled and she emailed that she was interested. Followed up with email asking when would like to do the enrollment call. 7.26 SL","obtain_date":"2023-08-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-28","sp_v1_preop_date":"2023-08-14","sp_v2_6wk_date":"2023-10-09","sp_v3_3mo_date":"2023-11-28","age":"35","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60866":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke to pt and he has a revisit today with Dr. Chang. Will think about it and also bring it up at the visit today. Follow up tomorrow. 7.20 SL\r\n\r\nPatient very overwhelmed and nervous about surgery. Wants to focus on this for now. Politely declined. 7.21 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60867":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient works as a truck driver and states after surgery she will be driving all over again. Can't make follow up visits. Thanked pt for her time, she declined. 7.25 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60868":{"redcap_data_access_group":"university_of_mich","main_record_id":"20307","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-25","screening_age":"40","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 7.25 SL\r\n\r\nLVM 7/31 \r\n\r\nLVM 8/7","obtain_date":"2023-08-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-24","sp_v1_preop_date":"2023-08-21","sp_v2_6wk_date":"2023-10-05","sp_v3_3mo_date":"2023-11-24","age":"40","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60869":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Sent pt recruitment email. Tried to call # on file but seemed to go to anothers VM. Did not leave VM. 7.25 SL\r\n\r\nPt. claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60870":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke to pt's wife and gave her direct line. Pt will give us a call back. 7.25 SL\r\n\r\nSpoke to wife and stated pt is working. Call cell later 7.31 SL\r\n\r\nUnable to leave voicemail 8.9 SL\r\n\r\nLVM on cell and sent recruitment email 8.1 SL\r\n\r\nPt. not willing to travel for all study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60871":{"redcap_data_access_group":"university_of_mich","main_record_id":"20302","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-26","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM (call went straight to VM) 7/26\r\n\r\nLVM 8/3","obtain_date":"2023-08-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"2023-08-17","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60872":{"redcap_data_access_group":"university_of_mich","main_record_id":"20310","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-26","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 7/26 JC\r\n\r\nFollow up around 10th or 11th of August, procedure may be changing. Pt mentioned may be in a clinic trial and procedure may not qualify. 7.28 \r\n\r\nLVM asking pt. to confirm which procedure they were randomized to for PRIMARY study. 8/17\r\n\r\nPatient will be having surgery via thoracotomy. Interested in enrolling but wanted to do it in person. Enroll tomorrow 8.22, 8.21 SL","obtain_date":"2023-08-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-01","sp_v1_preop_date":"2023-08-24","sp_v2_6wk_date":"2023-10-13","sp_v3_3mo_date":"2023-12-01","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60873":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 7/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60874":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 7/26\r\n\r\nLVM 7/31\r\n\r\nLVM 8/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60875":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 7/26\r\n\r\nLVM 7/31\r\n\r\nLVM 8/7 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60876":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unwilling to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60877":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unwilling to travel for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60878":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60879":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. unwilling to do pain testing","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60880":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"34","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unwilling to come in extra for study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60881":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"39","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Used interpreter service to call pt. Had interpreter leave a voicemail with my direct line. Sent recruitment email as well. 7.28 SL\r\n\r\nUnable to enroll due to invalid language service","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60882":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60883":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 7/31 (No email)\r\n\r\nLVM 8/7\r\n\r\nPt. Sx. was canceled.\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60884":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI Excluded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60885":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LMV 8/1\r\n\r\nWants to think on it 8/7\r\n\r\nNeeding to have more urgent health issue addressed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60886":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 7/31/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60888":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60889":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 8/1/23\r\n\r\nPt. declines stating that they cannot be objective report their pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60890":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60891":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"49","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Did not want to give reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60892":{"redcap_data_access_group":"university_of_mich","main_record_id":"20326","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-07","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Orally went through consent w/ pt but during consent they wanted more time to decide. Follow up in a couple of days to determine how pt. wants to proceed.\r\n\r\nFollowed up w/ pt. w/ no response 8/23\r\n\r\nPt. currently being sched for a cath proceedure, FU later half of week of 9/4. 8/28 JC; Pt. stated that hospital staff is trying to have their cath procedure scheduled before Sx w/ Khan, will give pt another week to try and finalize that change. 9/12 JC \r\n\r\nCalled pt and she said \"surgeries are still out of whack and dates likely not in stone\" and is waiting to hear back. Follow up next week 9.18 SL. \r\n\r\nSx postponed, follow up once sx is rescheduled\r\n\r\nWas rescheduled. pt enrolled 10.11 SL","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-15","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2023-12-27","sp_v3_3mo_date":"2024-02-14","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60893":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-08","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to scan","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60894":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient signed up for a cancer biobank study for this upcoming surgery and was not interested in doing another study at this time. Did not allow time to explain our study. 8.9.23 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60895":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient let me know that surgery is going to be very superficial and will not really involve thoracic cavity, more removing something right underneart the skin. 8.9 SL\r\n\r\nPt. ready to enroll on 8/17. Pt also planning on postponing Sx by a couple of weeks\r\n\r\nPt. planning on canceling Sx. Hold of on excluding pt. until sx is canceled in their chart.\r\n\r\nFound out from PIs that surgery would not qualify since so superficial. Exclude. 8.17 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60896":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives about 1.5 hours away and does not think that he'd be able to fit the visits into his schedule 8/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60897":{"redcap_data_access_group":"university_of_mich","main_record_id":"20306","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-15","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt answered and was crying, said she was OK to hear about study then asked me to hold. Held for a few minutes and then call disconnected. Emailed info with call back info 8/15- MD\r\n\r\nWent through consent w/ pt orally due to pt. not having access to email. Will follow up w/ pt. once consent is sent back. 8/17","obtain_date":"2023-08-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-29","sp_v1_preop_date":"2023-08-28","sp_v2_6wk_date":"2023-10-10","sp_v3_3mo_date":"2023-11-29","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"60898":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"25","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 8/15- MD\r\nLVM 8.23 SL\r\nPt has no response and pt is less than 48 hours away from Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60899":{"redcap_data_access_group":"university_of_mich","main_record_id":"20318","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-16","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt and she seemed interested but was emotional at surgeon visit. Explained study and gave patient brochure and direct line. Will follow up w/pt if don't hear from her once surgery is scheduled. 8.15 SL\r\n\r\nPlanning to enroll tomorrow monring 8.31 SL\r\n\r\n\r\nPatient is still waiting to be scheduled but is interested. She will call or we will call her once scheduled. 8.25 SL\r\n\r\n","obtain_date":"2023-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-11","sp_v1_preop_date":"2023-09-07","sp_v2_6wk_date":"2023-10-23","sp_v3_3mo_date":"2023-12-11","age":"70","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60900":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. cannot commit to 3 hour visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60901":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"58","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. wants to think on it despite RA being unable to explain study 8/16\r\n\r\nPer patient too much to handle with surgery 8.23 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60902":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM, sent email 8/16 JC\r\nLVM 8.23 SL\r\nLVM 8/28 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60903":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"pt. did not respond @ unable to email or LVM 8/16 JC\r\n\r\nSpoke to patient but he was very quiet on phone. Asked if I should call back later and he said yes. Did not get a chance to explain study. 8.23 SL\r\n\r\nPt. declined as they are not willing to travel for study visits due to road construction near them.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60904":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cannot make extra trips per pt. Surgery also scheduled within 10 days. Unable to do study. 8.17 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60905":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to pt and potentially interested but doesn't really want to travel for appts. Offered same day as others and sent detailed email. Follow up in a week 8.17 SL\r\n\r\nFollowed up with pt and he said \"timing of it doesn't work\" and declined. 8.24 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60906":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LVM and sent recruitment email 8.17 SL\r\n\r\nPt answered but then hung up right away, tried calling back but no answer LVM 8.23 SL\r\n\r\nPt declined over email on 8.21 (RA missed it before call at 8/23). Does not want extra testing/blood draws. 8.31 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60907":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and sent recruitment email 8.17 SL\r\n\r\nPt emailed back with a question but stated they were interested. LVM for pt and emailed them back more details. 8.22 SL\r\n\r\nPt. busy at time of call. follow up in a couple days. 8/28\r\n\r\nPt not willing to commit to extra study visits\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60908":{"redcap_data_access_group":"university_of_mich","main_record_id":"20309","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-18","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-25","sp_v1_preop_date":"2023-08-23","sp_v2_6wk_date":"2023-10-06","sp_v3_3mo_date":"2023-11-25","age":"60","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60909":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient was in Florida and on her way to the airport. Callback tomorrow after 2pm. Did not get to explain study to pt. 8.21 SL\r\n\r\nPt lives in Florida half the year. Unable to make commitment to visits as she goes back and fourth between there and Michigan. Also doesn't want more scans. 8.22 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60910":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient was with her kids and giving them lunch. Asked for a callback Thursday early-mid afternoon. 8.21 SL\r\n\r\nPatient interested but has 3 young kids and too hard to cooridnate extra appointments at this time. Would be interested in other studies or things in the future. 8.24 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60911":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Callback tomorrow or Wednesday patient driving back from Chicago. Did not discuss study. 8.21 SL\r\n\r\nPatient is a retired physician and is definitely interested in research. However, travels back and fourth to Florida and is worried about making follow up appts. Let patient know we could likely make it work but politely declined due to scheduling. 8.23 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60912":{"redcap_data_access_group":"university_of_mich","main_record_id":"20311","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-22","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-18","sp_v1_preop_date":"2023-09-11","sp_v2_6wk_date":"2023-10-30","sp_v3_3mo_date":"2023-12-18","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-09-12 08:55:17","erep_ae_date":"2023-09-11","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-09-11 14:00","erep_resolution_date":"2023-09-11 14:30","erep_ae_severity":"1","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"When laying down during the scan, the pt began to develop abdominal pain and then squeezed the ball once it became unbearable. Once pt was pulled out of the scanner and sat up right, the abdominal pain began to dissipate. Pt. then ask scan tech how much longer the remaining scan protocol was. When they were told 45 minutes remained, they responded stating that they cannot stay on their back for that long and asked if there were alternatives such as elevating one side of their body. When scan tech said that it wasn't an option, the scan was terminated. ","erep_action_taken":"After the scan, RA followed up w/ pt. and they stated that they believe that the abdominal pain was caused by where their thoracic mass as it is in close proximity to their spine and exerts pressure on the spine which is believed to be the trigger for the abdominal pain. Pt. said that all their pain went away quickly once they stopped laying on their back. ","erep_outcome":"Pt's condition went back to how it was prior to the scan and research team believes that the AE was not directly related to the the study procedure. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-09-18 09:53:22","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient filled out Expectations Survey today on day of surgery. Patient did not fill it out over the weekend, so staff met him in waiting area prior to surgery and had patient fill it out in coordinator mode. ","erep_protdev_caplan":"None at this time. Staff calls patients for reminders and sends calendar invites as well to remind team to check on survey deadlines. Per patient they were not on their computer over the weekend. ","erep_rel_covid19":"0"}}},"60913":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"47","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to LVM for patient. No answer. Sent recruitment email. 8.23 SL\r\n\r\nPt. has not responded and are less than 48 hours from Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60914":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 8.23 SL\r\n\r\nLVM 8/28\r\n\r\nPt. didn't respond and pt. has less than 48 hours left before Sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60915":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient said she was interested however is worried about the hour drive. Patient's husband would need to drive her. Sent her email and she will talk it over with her husband. Call again next week 8.23 SL\r\n\r\nLVM 8/28 JC \r\n\r\nPt. sx was moved up and didn't want to add anything extra. 8/30","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60916":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not want to travel or do extra testing, lives over an hour from Ann Arbor. Did not allow RA to fully finish explaining. 8.23 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60917":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 8.23 SL\r\n\r\nLVM 8/28\r\n\r\nLVM and replied to original recruitment email. Moved to no response as this is the third attempt. 9.14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60918":{"redcap_data_access_group":"university_of_mich","main_record_id":"20324","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-23","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 8.23 SL\r\n\r\nLVM 8/28 \r\n\r\nPt was driving. Will call tomorrow around 5pm. 9.14 SL\r\n\r\nPt called back on Monday 9/18 in evening. Discussed study and he was interested in enrolling next monring. Plan enrollment for tomorrow 9.18 SL. Tried calling pt at 8am as planned and no answer. 9.19 SL\r\n\r\nLVM 9.20 SL; LVM 9.27 SL\r\n\r\nLVM 10/3","obtain_date":"2023-10-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-20","sp_v1_preop_date":"2023-10-13","sp_v2_6wk_date":"2023-11-30","sp_v3_3mo_date":"2024-01-19","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-20","ewprimaryreason":"1","ewdisreasons":"1|6","ewpireason":"N/A","ewcomments":"Attempted to contact patient multiple times to setup baseline visit without success. Patient had agreed for RA to meet him in surgical family waiting/pre op to setup MDH, do FT, and have nurse draw blood when getting prepped for surgery. RA met patient in surgical family waiting Attempted to help patient setup MyDataHelps on phone. Patient's apple password needed resetting. After 3 attempts patient did not want to try again, even with RA's help. RA explained to patient that we would need the surveys answered and other things done to keep in study or would need to withdraw. Patient ok with withdrawal and did not want to keep going. ","sp_data_site":"1"},"60919":{"redcap_data_access_group":"university_of_mich","main_record_id":"20321","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-23","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested. Enroll later tonight 8.23 SL","obtain_date":"2023-09-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-20","sp_v1_preop_date":"2023-09-26","sp_v2_6wk_date":"2023-11-30","sp_v3_3mo_date":"2024-01-19","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60920":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient unsure about study. Wants time to think about it. Asked to be called back. Will plan to callback in about a week. Call patient back on cellphone but home. 8.24 SL\r\n\r\nPt. will be relocating to TX in Oct. won't be able to do follow up visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60921":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called home phone since mobile is wife's cell. LVM and sent recruitment email (to wife's email and patient's) 8.24 SL\r\n\r\nWants to think more on the study 8/30\r\n\r\nPt. did not want to commit to extra visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60922":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-25","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is unable to make extra visits because her daughter would need to drive. Per patient daughter already taking a lot of time off work for other visits and surgery. 8.25 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60923":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-25","screening_age":"40","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Call could not go through on patient's number. Home is SO's phone number and she is listed on friends and family form and is the preferred number. Tried this and LVM, sent recruitment email. 8.25 SL\r\n\r\nLVM 8/30\r\n\r\nPt. didn't respond after 3 attempts","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60924":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-25","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unsure if patient will be able to image due to body habitus. Will look into with MRI team. Patient will also think about study during this time. Spoke to him and spouse today. 8.25 SL\r\n\r\nExcluded due to body habitus. 8.30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60925":{"redcap_data_access_group":"university_of_mich","main_record_id":"20316","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-25","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 8.25 SL\r\nPatient called back and is interested 9am Tuesday morning for enrollment 8.25 \r\n\r\nRA called patient ","obtain_date":"2023-08-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-19","sp_v1_preop_date":"2023-09-25","sp_v2_6wk_date":"2023-11-29","sp_v3_3mo_date":"2024-01-18","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60926":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-28","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt wants to be randomized for PRIMARY study before discussing further. Pt. anticipates randomization to occur at end of Aug or early Sep. 8/28\r\n\r\nPt ended up being randomized to the non-eligible branch of their cardiac study. Pt is to be excluded. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60927":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt's main residence is in a different state. Unable to come in for study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60928":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. not willing to undergo scan","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60929":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt unable to do baseline visit before Sx which is tentatively scheduled for 9/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60930":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unwilling to travel for visits nor willing to undergo scan.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60931":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to LVM sent Email 9/1\r\n\r\nLVM 9/12 \r\n\r\nLVM 9/18 SL and followed up on recruitment email sent. Will be listed as a no response. 9.18 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60932":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Sx date and procedure is just a place holder just in case pt's case needs surgery. Wait till results of colorectal tumor board before following up w/ pt. 9/1\r\n\r\nPt pursuing non-sx treatment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60933":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"42","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 9/1\r\n\r\nToo much extra for pt. 9/12","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60934":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt interested in study but they haven't decided on a final treatment plan and pt. may not proceed on w/ sx. Follow up latter half of week of 9/11. 9/1 JC \r\n\r\nPt still undecided if will do radiation or surgery but leaning towards radiation. Will follow up again in a couple weeks, last appt next Wed and then will make final decision 9.14 SL\r\n\r\nSx. Canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60935":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60936":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt cannot undergo MRI at advice from physician due to previous head procedures.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60937":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"40","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient was MD referral. LVM and sent recruitment email, 9.8 SL\r\n\r\nLVM 9.14 SL\r\n\r\nPt. wanting to enroll @ TC after 11am pre-op appt on 10/2 9/28\r\n\r\nPt can not attend visit prior to Sx- 10/2 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60938":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Potentially interested, asked to be followed up on 9/13. 9/12\r\n\r\nPt doesn't have time to participate in study before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60939":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Maybe interested, sent recruitment email and asked to be approached in clinic on 9/19. 9/12\r\n\r\nClaustrophobia requiring meds ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60940":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Usure, sent recruitment email and follow up early week of 9/18\r\n\r\nPatient at work when called and could not talk long. Stated she was going to call us after surgery. Quickly explained to pt that our study requires time before surgery. She stated she was seeing the nurse before surgery and then had to go due to work. 9.18 SL\r\n\r\nSx postponed due to pt. needing to have other issues addressed first. 9/27\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60941":{"redcap_data_access_group":"university_of_mich","main_record_id":"20320","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-12","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Ready to enroll on 9/13 @ 14:00. ","obtain_date":"2023-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-08","sp_v1_preop_date":"2023-10-02","sp_v2_6wk_date":"2023-12-20","sp_v3_3mo_date":"2024-02-07","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60942":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient excluded. Had thoracic surgery a month ago that was aborted due to low oxygen and incisions were made and lymph nodes removed. Explained to pt that since surgery happened within 3mo we cannot have him in the study. 9.14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60943":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-15","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt's surgery scheduled within 1wk of coming on schedule. Pt was interested at first, but when realized would have to drive to a couple different location for QST/MRI, she said she was not. Pt has pre op next week and offered same day as this, but pt declined due to travel between locations. 9.15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60944":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-15","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient has trach. Excluded from imaging and study. 9.15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60945":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-15","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Has a lot going on at this time but would if they didn't - 9/15 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60946":{"redcap_data_access_group":"university_of_mich","main_record_id":"20322","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-21","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested, needs appt on either weeked of 10.1/10.2 or with pre op on Mon 10.3, 9.20 SL. Enroll Saturday\r\n","obtain_date":"2023-09-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-05","sp_v1_preop_date":"2023-10-03","sp_v2_6wk_date":"2023-11-15","sp_v3_3mo_date":"2024-01-04","age":"62","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60948":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt at work but off on Tuesday. Call then, did not get a chance to explain study. 9.22 SL\r\n\r\nLVM 9.26 SL\r\n\r\nPt. did not want to do all study procedures 10/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60949":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 9/26\r\n\r\nUnable to come in for study visits, pt already has difficulty coming in for MD visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60950":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 9/26 \r\n\r\nUnable to come in for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60951":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 9/26\r\n\r\nPt currently really sick and not willing to join study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60952":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LVM 9/26\r\n\r\nPt. not willing to commit to 3 hour visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60953":{"redcap_data_access_group":"university_of_mich","main_record_id":"20325","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-26","screening_age":"28","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. interested but wants to think on it. Follow up in a week and a half to 2 weeks. 9/26\r\n\r\nPt. ready to enroll after 3:30pm 10/10","obtain_date":"2023-10-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-12","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-01-23","sp_v3_3mo_date":"2024-03-12","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60954":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt's first major Sx and too busy for study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60955":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60956":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LVM but no email 9/28\r\n\r\nPt. doesn't have a reliable internet source, and will not be able to do surveys consistently ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60947":{"redcap_data_access_group":"university_of_mich","main_record_id":"20323","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-22","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 9.22 SL\r\n\r\nReady to enroll @ 11am on 9/29, 9/28","obtain_date":"2023-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-05","sp_v1_preop_date":"2023-10-03","sp_v2_6wk_date":"2023-11-15","sp_v3_3mo_date":"2024-01-04","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-08 12:43:42","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"No actions have been taken and waiting on a recommendation from CCC before taking any further actions.\r\nCCC's recommendation as stated below. \r\n\"the study team will carefully review each email for accuracy to participants names, etc., before sending out to participants to avoid this happening in the future.\"","erep_outcome":"Waiting on what CCC recommends before proceeding with further actions. \r\n\r\n","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60957":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. is unable to do extra visits to Ann Arbor","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60958":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-29","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. has limited mobility and not willing to come to AA for extra study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60959":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-29","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unable to talk, asked to be called @ 11:30 on 10/2 9/29\r\n\r\nLVM 10/3 JC\r\n\r\nDeclined due to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60960":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"sent email, unable to LVM 10/3\r\n\r\nPt. unsure but somewhat interested, follow up early week of 10/9 10/6\r\n\r\nPt. currently on dialysis and unable to do BL, otherwise pt would have enrolled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60961":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"39","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. not willing to travel for visit, 4 hours one way. 10/3/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60962":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"25","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt cannot spare time for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60963":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"interested in research but not sold on the study visits or MRI. 10/3 \r\n\r\nResent recruitment email, follow up on 10/20 10/16\r\n\r\nSpoke to pt and he had not had a chance to look at all information yet. Patient is an MD. Will look at email this weekend and make decision. He just is not sure about \"multiple trips\" for visit. 10.20 SL\r\n\r\nPt declined call on 10/27 \r\n\r\nPt unable to come in for BL visit before Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60964":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 10/3\r\n\r\nAsked to be call week of 10/9 10/6\r\n\r\nPt. unable to do BL visit before Sx, otherwise would have enrolled. 10/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60965":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. doesn't want extra MRI scans.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60966":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"79","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Doesn't think it's the right time for them to join a study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60967":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt out of town until 11/1, wait till then to reach out. 10/4 \r\n\r\nLVM 11/2- JC\r\nPatient was in clinic this day as well, although left before we could speak to her. Will call next week 11.2 SL\r\n\r\nPatient is still thinking about it. Wants to look at information one more time before making decision. Had family in. Assurred patient that study is voluntary. Call back next Tuesday pm 11.8 SL\r\n\r\nPer KD patient deferred participation. 11.15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60968":{"redcap_data_access_group":"university_of_mich","main_record_id":"20332","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-06","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. ready to be enrolled and wants to do it in person @ TC on 10/19\r\n\r\nLVM on 10/16 asking if pt. would be willing to enroll sooner due to sx being moved up to 10/26","obtain_date":"2023-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-26","sp_v1_preop_date":"2023-10-25","sp_v2_6wk_date":"2023-12-06","sp_v3_3mo_date":"2024-01-25","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60969":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 10/6 JC\r\n\r\nLVM 10.25 SL\r\n\r\nPt at work when I called, did not really want to talk, said we could try next week 11.3 SL\r\n\r\nPt at work again, asked pt if an email is easier and she said yes. Resent recruitment email 11.8 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60970":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient in clinic. Pt interested but spoke to pt and let them know we would wait to enroll until officially scheduled for surgery after his case is reviewed at tumor board (pt also going out of town until 10/27). 10.9 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60971":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Ready to enroll any day after 13:00. 10/10\r\n\r\nPt. decided that they were too claustrophobic and no longer was willing to try to scan. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60972":{"redcap_data_access_group":"university_of_mich","main_record_id":"20329","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60973":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient going to be scheduled for mediastinal mass resection with Dr. Reddy. Spoke to pt in clinic. Per patient does not want any extra appointments and just wants surgery \"done\". 10.12 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60974":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Per patient joining another research study and does not want a second. 10.13 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60975":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Per patient she is going to have surgery at a different health system. Will be excluding. 10.13 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60976":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives 4.5 hours away and states they can't do extra appointments. Was willing to try baseline after surgery but not willing to do follow ups. Declined. 10.16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60977":{"redcap_data_access_group":"university_of_mich","main_record_id":"20331","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-16","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested in study, planning enrollment for Wednesday. Checking with surgeon to make sure surgical approach qualifies. 10.16 SL","obtain_date":"2023-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-27","sp_v1_preop_date":"2023-11-16","sp_v2_6wk_date":"2024-01-08","sp_v3_3mo_date":"2024-02-26","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60978":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-16","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, however goes to Arizona for the winter. Will defer participation and call in the future if patent is in town. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60979":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. interested but unable to fully explain study. Sent pt. recruitment email and will follow up in about 2 weeks. 10/17\r\n\r\nPt will take a look at email when they get a chance and will follow up in 2 weeks if pt does not reply back. 10/30\r\n\r\nLVM 11.13 SL\r\n\r\nPt no longer able to come in for BL visit before Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60980":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Ready to enroll on 11/2 in person after 11:10 appointment @ CC\r\n\r\nPt. is excluded from MRI due to implant","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60981":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Extremely claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60982":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt potentially interested, follow up in 2 weeks 10/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60983":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not able to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60984":{"redcap_data_access_group":"university_of_mich","main_record_id":"20336","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-25","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 10.25 SL\r\n\r\nLVM 10/30 \r\n\r\nSpoke to pt in clinic on 10.31. Patient unsure if wants to join just due to schedule and her husband's schedule/current helath problems. Also recent death in family. Spoke to pt at length about study commitment, including visit timelines and surveys. Gave direct line and pt will call tomorrow. If she doens't ill give her a quick call to see what she decides. Aware she woiuld need to come in this thurs or fri with surgery Mon. 10.31 SL\r\n","obtain_date":"2023-11-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-06","sp_v1_preop_date":"2023-11-02","sp_v2_6wk_date":"2023-12-18","sp_v3_3mo_date":"2024-02-05","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60985":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt very briefly. She was at work and in the middle of a project, unable to talk. Asked to be called anytime next week in the morning . Did not explain anything about study. 10.25 SL\r\n\r\nPt. asked to be followed up with on 11/1 @ 9am (recruitment email sent in the meantime) 10/30\r\n\r\nPatient is potentially interested. Worried about timing with work, but does have pre op this Monday 11/6. Will think about it and give me a call or text with response. Would like to possibly do on 11/6 after pre op. 11.1 SL\r\n\r\ndid not hear from pt, called at end of day friday but pt was going into a meeting and no time to talk. 11.3 SL\r\n\r\nSpoke to patient during clinic pre op visit. Interested in research and study but works full time and is unsure if has time for baseline visit with surgery next week. Will call me if she changes her mind. 11.6 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60986":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"31","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 10.25 SL\r\n\r\nLVM 11.3 SL\r\n\r\nLVM 11.16 SL. \r\n\r\nNo response from pt after 3 attempts. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60987":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives 4 hrs away in Alpena. Does not think he can do extra visits. Offered to try and do on same days as other appts but patient was very hesitant. Eventually said no. 10.26 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60988":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unable to travel for visits due to age and distance.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60989":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient was anxious about extra visits and time commitment. Politely declined 10.27 SL. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60990":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"41","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60991":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60992":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. not willing to travel for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60993":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unable to do BL visit before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60994":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-02","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient going to be scheduled for L VATS. Talked to pt and wife in clinic and potentially interested. Pt's wife worked in clinical research. All questions answered. Asked for consent to be sent to them at wife's email. Sent and will follow up next week if dont hear back 11.2 SL\r\n\r\nPatient politely declined. Does not want to do extra travel in the winter. 11.8 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60995":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"At patient's new patient visit, surgeon had a cancellation and surgery to be scheduled next week. No time for baseline before surgery. Declined due to time issues. 11.2 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60996":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 11/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60997":{"redcap_data_access_group":"university_of_mich","main_record_id":"20338","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-07","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-15","sp_v1_preop_date":"2023-11-14","sp_v2_6wk_date":"2023-12-27","sp_v3_3mo_date":"2024-02-14","age":"68","sex":"1","genident":"N/A","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60998":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unsure, sent recruitment email and will follow up in 2 weeks 11/7 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60999":{"redcap_data_access_group":"university_of_mich","main_record_id":"20340","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-08","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt interested in enrolling, wait till DOS is finalized in MiChart before enrolling. 11/8\r\n\r\nPatient interested, scheduled for Tuesday mid morning. 11.10 SL","obtain_date":"2023-11-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-08","sp_v1_preop_date":"2023-11-21","sp_v2_6wk_date":"2024-01-19","sp_v3_3mo_date":"2024-03-08","age":"61","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 11/9\r\n\r\nSpoke to pt and potentially interested, but wanted to discuss with daughter. Also would need appt on 12.20 with other pre op testing. Sent email with information, follow up if don't hear from pt by next week. 11.29 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt and family. Unsure about pt's understanding of study. Daughter very pointed questions. Worried about logistics. Gave pt direct line, will follow up with her if don't hear. May or may not go forward with surgery- meeting with radiation oncology Monday. 11.7 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61003":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Said she would be happy to participate but does not have any availability between now and her surgery date (DOS was moved up from 11/28 to 11/15). If something changes with her schedule or surgery date she will reach out.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"78","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Per patient does not have time for this at the moment. Thanked her and wished her the best. 11.15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Very interested in enrolling, patient scheduled for surgery this Monday. Plan to enroll tonight late around 8:30pm. 11.15 SL\r\n\r\nPatient said he got sick this evening and did not sound very well on the phone. Will try to call Friday to see if still interested. If so, will go from there. 11.15 SL\r\n\r\nLVM for pt letting him know that we won't be able to move forward with enrollment since surgery is on monday and no time for baseline visit. Deferred participation. 11.17 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. wants to focus on treating their various health issues.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61007":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 11/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 11/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 11.21 SL\r\n\r\nPatient decided to go with different surgeon in Lansing, cancelled surgery at Michigan. Excluded. 11.27 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61010":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not drive and her husband is still working. Unable to do extra visits since he would have to take time off work to drive her down here. Also, they live about 2 hours away. 11.21 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Emailed recruitment information. Will call next week 11.21 SL. \r\n\r\nLVM 11.27 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-27","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment 11.27 SL (on home #)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-27","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Was at doc appt in morning. Will call back this afternoon 11.27 SL\r\nLVM 11.27, did not send recruitment email yet SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61014":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt seen in clinic. Pt declined due to travel not interested in hearing anything more once heard extra visit were required. 11.28 SL (Also ended up getting scheduled for surgery the next day with cancellation). ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61016":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"28","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated just very overwhelmed with appointments and new diagnosis of cancer this year. Also lives in Grand Rapids about 2 hours away. Politely declined but said if closer would have done study. 11.29 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60204":{"redcap_data_access_group":"university_of_mich","main_record_id":"20040","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-01","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Only will enroll if they can do baseline visit on 1/12/22","obtain_date":"2021-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-13","sp_v1_preop_date":"2022-01-02","sp_v2_6wk_date":"2022-02-24","sp_v3_3mo_date":"2022-04-13","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60460":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"N/A","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"unwilling to do QST","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60464":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-08","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60632":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient lives in Florida and is only here in Michigan for her surgery/treatment (originally from Michigan, moved to Florida 30 years ago). Patient unable to do follow up visits but likely would have participated if lived in state and timeline not as short (with having to get back home to Florida). ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60887":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt. surgery very soon, could not make it into a surgery visit due to time constraints. Could contact again in the future.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sx. canceled cannot enroll right now but potentially could in the future.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70003":{"redcap_data_access_group":"university_of_mich","main_record_id":"20029","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-21","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-04","sp_v1_preop_date":"2021-10-27","sp_v2_6wk_date":"2021-12-16","sp_v3_3mo_date":"2022-02-03","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"34","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-08","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Cannot scan","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70007":{"redcap_data_access_group":"university_of_mich","main_record_id":"20035","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-11","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-16","sp_v1_preop_date":"2021-11-15","sp_v2_6wk_date":"2021-12-28","sp_v3_3mo_date":"2022-02-15","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-15","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70010":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Cannot Scan","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70012":{"redcap_data_access_group":"university_of_mich","main_record_id":"20041","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-29","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-01","date_and_time":"2021-12-06 10:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-15","sp_v1_preop_date":"2021-12-07","sp_v2_6wk_date":"2022-01-26","sp_v3_3mo_date":"2022-03-16","age":"81","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-03-21 15:12:14","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient was unable to take oxy before imaging like at baseline visit due to no longer having a prescription for it. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"70013":{"redcap_data_access_group":"university_of_mich","main_record_id":"20043","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-06","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-08","date_and_time":"N/A","consent_process_form_complete":"0","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-17","sp_v1_preop_date":"2021-12-15","sp_v2_6wk_date":"2022-01-28","sp_v3_3mo_date":"2022-03-18","age":"83","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-01-10","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. is in more pain than expected after sx. and is feeling overwhelmed by his recovery. He also had a bad experience doing the MRI during his baseline and does not want to continue doing the daily surveys. He said he has a lot on his plate and needs to discontinue his involvement in the study.","sp_data_site":"1"},"70014":{"redcap_data_access_group":"university_of_mich","main_record_id":"20051","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-13","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-18","sp_v1_preop_date":"2022-01-10","sp_v2_6wk_date":"2022-03-01","sp_v3_3mo_date":"2022-04-18","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70015":{"redcap_data_access_group":"university_of_mich","main_record_id":"20047","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-13","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-07","sp_v1_preop_date":"2021-12-23","sp_v2_6wk_date":"2022-02-18","sp_v3_3mo_date":"2022-04-07","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-02-13 12:34:52","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt. was scanned on a different scanner at 3-month visit my mistake and discrepancy was caught after visit was complete","erep_protdev_caplan":"Scanners are verified before being documented in local logs to prevent this incident from occurring again.","erep_rel_covid19":"0"}}},"70016":{"redcap_data_access_group":"university_of_mich","main_record_id":"20048","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-13","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-12-16","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient re-read consent form after enrollment and determined the study activities to be too overwhelming for her. ","sp_data_site":"N/A"},"70017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70018":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-03","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70021":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-03","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-03","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70019":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She did not want to use the MRIs at UofM because she previously had a bad experience there.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70023":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-10","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70024":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-10","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She is in another research study related to her sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70025":{"redcap_data_access_group":"university_of_mich","main_record_id":"20058","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-10","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-24","sp_v1_preop_date":"2022-01-21","sp_v2_6wk_date":"2022-04-07","sp_v3_3mo_date":"2022-05-24","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70026":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-20","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70027":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-07","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70031":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70032":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70033":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She is claustrophobic and didn't want to do the MRI without being sedated.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70034":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70035":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"34","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70037":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70038":{"redcap_data_access_group":"university_of_mich","main_record_id":"20090","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-28","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-11","sp_v1_preop_date":"2022-04-01","sp_v2_6wk_date":"2022-05-23","sp_v3_3mo_date":"2022-07-11","age":"69","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70039":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70040":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70041":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has too many appts. before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70042":{"redcap_data_access_group":"university_of_mich","main_record_id":"20094","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-31","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-29","sp_v1_preop_date":"2022-04-20","sp_v2_6wk_date":"2022-06-10","sp_v3_3mo_date":"2022-07-29","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70049":{"redcap_data_access_group":"university_of_mich","main_record_id":"20111","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-26","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-13","sp_v1_preop_date":"2022-06-01","sp_v2_6wk_date":"2022-07-25","sp_v3_3mo_date":"2022-09-13","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-31","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She thinks it is too involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70066":{"redcap_data_access_group":"university_of_mich","main_record_id":"20117","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-06","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-30","sp_v1_preop_date":"2022-06-20","sp_v2_6wk_date":"2022-08-11","sp_v3_3mo_date":"2022-09-30","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70067":{"redcap_data_access_group":"university_of_mich","main_record_id":"20120","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-06","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-22","sp_v1_preop_date":"2022-06-17","sp_v2_6wk_date":"2022-08-03","sp_v3_3mo_date":"2022-09-22","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70068":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has a lot going on prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70069":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have a way of getting to Ann Arbor and husband has dementia so she has to stay and take care of him.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70070":{"redcap_data_access_group":"university_of_mich","main_record_id":"20126","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-06-20","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-04","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-09-15","sp_v3_3mo_date":"2022-11-04","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-07-13","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Pt was recently hospitalized and became overwhelmed with the new updates in their health. ","sp_data_site":"1"},"70071":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Has contra-indications to MRI. Stated her doctor said she could not do them due to metal in her body from procedure and in general not willing to do one. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70072":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Called Friday (7/15) left vm. Surgery scheduled for 7/21, unable to consent in time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70073":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"32","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called 7/20 @ 11:20am - pt asked to call back in an hour\r\n2nd call 7/20 @ 12:30pm - Pt not willing to do MRI, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70074":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Stated she has a lot going on due to a previous surgery/car accident. Also, husband drives her everywhere, and does not want to burden him with additional appts.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70075":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. said she is unable to do MRIs due to extreme claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70076":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70077":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70078":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"waiting for sx to be scheduled\r\nNever got scheduled for sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70079":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to get in contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70080":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"After a brief overview pt stated he was not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70081":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/12 - left vm\r\n8/16 - sx. no longer on schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70082":{"redcap_data_access_group":"university_of_mich","main_record_id":"20150","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-16","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-16","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-10-28","sp_v3_3mo_date":"2022-12-16","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-09-02","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient had given availability for baseline visit 1-2 weeks prior. No fMRI slots were available at that time, so we let patient know we would call them as soon as possible when one opened (we obtained a cancellation). We also let patient know that if an opening did not come through by 9/6 we could schedule a non-imaging visit. We called patient on 9/6 to schedule this non-imaging visit since an fMRI opening had not come through. Patient stated all his availability for a baseline visit before surgery was now gone. He was also overwhelmed with the upcoming surgery and said he wants to focus on recovery only and asked to be withdrawn. ","sp_data_site":"1"},"70083":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Met with pt in clinic, was not interested specifically due to MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70084":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70085":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70086":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated \"I don't think that's for me, I have too much going on\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70087":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"25","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt was too busy before surgery to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70088":{"redcap_data_access_group":"university_of_mich","main_record_id":"20163","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-15","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-26","sp_v1_preop_date":"2022-09-20","sp_v2_6wk_date":"2022-11-06","sp_v3_3mo_date":"2022-12-26","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70089":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Was going to approach in clinic, but decided not to due to comorbidities/MRI contraindications","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70090":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is too busy/nervous before surgery to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70091":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too far to drive/too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70092":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70093":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated she is still working and has no additional time off other than for the scheduled surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70094":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Was concerned about the study procedures and transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70095":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"83","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Attempted to approach in clinic, PT was Non-English speaking.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70096":{"redcap_data_access_group":"university_of_mich","main_record_id":"20189","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-13","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-28","sp_v1_preop_date":"2022-10-26","sp_v2_6wk_date":"2022-12-08","sp_v3_3mo_date":"2023-01-27","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70097":{"redcap_data_access_group":"university_of_mich","main_record_id":"20190","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-13","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"3","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-10-21","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Pt. began having reservations after signing consent and decided to prioritize time w/ family ","sp_data_site":"N/A"},"70098":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Dr. Adams stated pt. has MRI contraindications","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70099":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Dr. Adams recommended. Sx. was 3 days after office visit. Patient was too overwhelmed by study procedures on top of upcoming sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70100":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"44","screening_gender":"2","screening_race":"5","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient did not have surgery date at initial contact; due to study staff transition, patient was not able to be recontacted and consented prior to surgery date.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70101":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to reach patient","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70102":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/7 - spoke with pt, is on vacation up until his sx. date, time concerns","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70103":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"called 11/11 - left vm\r\n1/18/23--Unable to reach patient prior to scheduled surgery date.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70104":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Not interested in research, had a lot going on prior to sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70105":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too much going on/too far to drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70106":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"wants to talk it over with significant other/advocate; will call me back [1/18/23]\r\npt did not return email/call before surgery date ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70107":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No surgery date scheduled as of 2/16/23; need to check back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70108":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/16: not a good time but would like to hear more, call back.\r\n2/21: left voicemail and sent email.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70109":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Initially called on 2/16, said she would like to participate but to call her back in 15 min.; returned call 2/16 and had to leave voicemail with call back; \r\nEmailed on 2/17 to ask to set up a time; no response.\r\nCalled on 2/21/23 and left voicemail with call back number.\r\nReturned call on 2/24/23; stated not interested due to too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70110":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too much going on with other doctors","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70111":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-13","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Did not talk to patient due to staff limitations and new staff not fully trained yet prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70112":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"61","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"declined by phone. no longer meets inclusion criteria due to surgery being unscheduled - not having surgery after all.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70113":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"blood draws are a deciding factor; she will not participate if blood draws involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70114":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Staff limitation in contacting patient \r\n prior to surgery, if eligible. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70115":{"redcap_data_access_group":"university_of_mich","main_record_id":"20252","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-03","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-18","sp_v1_preop_date":"2023-04-14","sp_v2_6wk_date":"2023-05-30","sp_v3_3mo_date":"2023-07-18","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70116":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"private person","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70117":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70118":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Due to staff time limitations (supervisor) and new staff onboarding schedule we missed reaching out to patient before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70119":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70120":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"31","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70121":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70122":{"redcap_data_access_group":"university_of_mich","main_record_id":"20263","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-10","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-05","sp_v1_preop_date":"2023-05-01","sp_v2_6wk_date":"2023-06-16","sp_v3_3mo_date":"2023-08-05","age":"79","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70123":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"reviewed information (well-versed as daughter is a research staff in another state, unrelated to A2CPS) and has too busy of a week coming up to fit this in, and ongoing has a spouse with health needs as well. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70124":{"redcap_data_access_group":"university_of_mich","main_record_id":"20268","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-27","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"called at 2:50, is interested but not at home to use computer. Will call back at 3:30 when he is home.\r\n\r\nCalled, he wants to research MRI more before possibly consenting. RA will call 5/4 AM.","obtain_date":"2023-05-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-10","sp_v1_preop_date":"2023-05-08","sp_v2_6wk_date":"2023-06-21","sp_v3_3mo_date":"2023-08-10","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70125":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"called and LM 4/27, then met with Pt in clinic 5/1. Gave folder for review. Initially seemed interested, but worries about missing work for any additional appointments. Says she will call me if interested after all.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70126":{"redcap_data_access_group":"university_of_mich","main_record_id":"20273","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-15","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-06","sp_v1_preop_date":"2023-05-24","sp_v2_6wk_date":"2023-07-18","sp_v3_3mo_date":"2023-09-06","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 10:32:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient did demographic surveys after surgery. Patient did not enroll in MyDataHelps until night before surgery and did not do any surveys before except expectations. So, sent demographic surveys after surgery for patient to fill out. ","erep_protdev_caplan":"None at this time. Patient was contacted multiple times by U of M and Trinity teams to do MyDataHelps. Patient did not enroll in MyDataHelps until day before surgery and did not do surveys. ","erep_rel_covid19":"0"}}},"70127":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient felt it was too much of a time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70128":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has been overwhelmed by the diagnosis and frequent doctor appointments. He and his wife discussed and decided not to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70129":{"redcap_data_access_group":"university_of_mich","main_record_id":"20293","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-26","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. contacted but was in middle of a social activity. Requested that I call back tomorrow before 5p. 6/27/23=pt recontacted. She sounds interested but doesn't have laptop or computer. She has an iphone. Consent was USPS mailed 6/27. She will bring back to me in person if interested.","obtain_date":"2023-07-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-13","sp_v1_preop_date":"2023-07-07","sp_v2_6wk_date":"2023-08-24","sp_v3_3mo_date":"2023-10-13","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70130":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. was called on 6/27/23. Wife answered. Agreed to ICF being emailed to pt. Pt must quit smoking x 4wks prior to surgery. \r\nLM on phone 7/12/23. Declined 7/17/23. Lives too far away and will disrupt his work schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70131":{"redcap_data_access_group":"university_of_mich","main_record_id":"20298","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-27","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left a message on cell. Sent an email as well.\r\n6/28-pt. wants to do the study. He is going on vacation until 7/16. He will sign consent when he returns.","obtain_date":"2023-07-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-24","sp_v1_preop_date":"2023-08-09","sp_v2_6wk_date":"2023-10-05","sp_v3_3mo_date":"2023-11-24","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70132":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Needs to focus more on her surgery and recovery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70133":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to pt. initially. He talked about his extensive surgeries. He sounded interested possibly. I looked into what MRI he had done. Left message on pt. phone to call back and I could send ICF if he is interested. 7/17/23-pt called back and declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70134":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient leaves for Florida for 6 months in October.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70135":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient's daughter, Cindy would like all contact to go through her phone number (provided above) and then she could go over survey Q's with her father. He has trouble with his phone/computers. Paper ICF provided for them to review over the weekend. Would need to get daughter's email address if he agrees to participate.\r\n7/17-LM on Daughter's cell\r\n7/21-no response from daughter. Surgery today","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70136":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LM on cell on 7/18/23 at 10:15am. Patient called back. She said she has a very hard time seeing signs and only drives familiar routes, so going to Domino's Farm was going to be too difficult for her.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70138":{"redcap_data_access_group":"university_of_mich","main_record_id":"20304","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-28","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent email 7/28/2023. Waiting for reply. 8/1/23 called and spoke to pt. Didn't receive the emailed docs d/t broken email. Snail mailed ICF, etc. 8/4-LM on VM. Will try again on 8/7 Monday. LM on 8/7. LM on 8/8. She CB and wants to talk 8/9 at 11am after reading the ICF.","obtain_date":"2023-08-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-29","sp_v1_preop_date":"2023-08-24","sp_v2_6wk_date":"2023-10-10","sp_v3_3mo_date":"2023-11-29","age":"63","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70139":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-08","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Called and emailed the ICF to patient on 8/8/23.\r\nCalled and LM on cell 8/10\r\nCalled and LM on cell 8/16. Pt. called back and declined due to \"too much on her plate preparing for her surgery\".","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70140":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Emailed ICF, brochure and PI letter on 8/16/23\r\nCalled 8/17 for our 1:30 appt but pt. didn't answer. LM on phone. Pt. never returned my phone calls by 8/24 surgery date.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70141":{"redcap_data_access_group":"university_of_mich","main_record_id":"20317","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-16","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LM on cell 8/16/23 at 3pm. Pt. called back and LM on 8/24/23. I called back, pt is interested so an ICF was emailed to her.\r\n8/25/23-Pt wants to sign up on Tues 8/29 at 1130am. I will call her. ","obtain_date":"2023-08-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-12","sp_v1_preop_date":"2023-09-06","sp_v2_6wk_date":"2023-10-24","sp_v3_3mo_date":"2023-12-12","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70142":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LM on phone 8/16/23 at 3pm. Never heard back. Surgery date was moved earlier to 9/7/23 and I missed him.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70143":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Called 8/16-pt in an emergency driving to the hospital. Told her I would follow-up at a later time. Email sent 8/29 with ICF and brochure. No response from pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70144":{"redcap_data_access_group":"university_of_mich","main_record_id":"20313","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-18","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/18/23 LM on voicemail\r\n8/23/23-Pt called me back. I sent her the ICF. Will follow-up on 8/24.","obtain_date":"2023-08-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-05","sp_v1_preop_date":"2023-08-29","sp_v2_6wk_date":"2023-10-17","sp_v3_3mo_date":"2023-12-05","age":"70","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70145":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/12/23: Emailed pt with ICF, brochure and MD letter.\r\n9/14/23-LM on phone voicemail\r\n9/22/23-Spoke with pt. She has no transportation to study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70146":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Emailed ICF, MD note, brochure on 9/12/23\r\nLeft message on 9/14/23\r\n9/22/23-spoke to pt. He is not interested because he doesn't want to travel to the study site.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70147":{"redcap_data_access_group":"university_of_mich","main_record_id":"20328","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-27","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/27/23-sent an email with attachments. \r\n10/2/23 @1300pm-left VM on patient's cell\r\n10/11/23 Spoke w/pt. Had biopsy of lymph nodes on 10/9/23. waiting for results. Results neg, so surgery date stays the same. Resent ICF. Have a phone appt to answer questions and possibly consent tomorrow 10/13/23 at 0900.","obtain_date":"2023-10-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-20","sp_v1_preop_date":"2023-10-19","sp_v2_6wk_date":"2023-11-30","sp_v3_3mo_date":"2024-01-19","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70148":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/5/23-LM on voicemail\r\n10/9/23-Pt. called back. We set up meeting on 10/11/23. ICF given to pt & sister. They will discuss and let me know.\r\n10/13/23-I called pt. He said he and sister are meeting tomorrow to discuss. I will CB on 10/16.\r\nFU p/c=he is overwhelmed and feels it is too much at this time. Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70149":{"redcap_data_access_group":"university_of_mich","main_record_id":"20333","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-18","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/18/23-called pt. Emailed ICF. Will call to FU on Friday 10/20/23.","obtain_date":"2023-10-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-07","sp_v1_preop_date":"2023-11-01","sp_v2_6wk_date":"2023-12-19","sp_v3_3mo_date":"2024-02-06","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70150":{"redcap_data_access_group":"university_of_mich","main_record_id":"20335","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-27","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/27/23-spoke to pt. I emailed ICF, brochure.\r\n10/31/23-spoke with pt. He needs to have wife set up his phone with his email tonight. I will re-connect with him tomorrow at 0900. ","obtain_date":"2023-11-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-30","sp_v1_preop_date":"2023-11-13","sp_v2_6wk_date":"2024-01-11","sp_v3_3mo_date":"2024-02-29","age":"50","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70151":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-06","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70152":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/17/23 (Fri) LM on cell w/my CB number.\r\n11/28/23-refused due to not enough time in his schedule to participate (still working)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70153":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/17-spoke to pt. He is interested. Emailed ICF, brochure and dr. letter. 11/20-spoke w/pt. He couldn't find the email. Resent it. 11/21-LM on VM\r\n11/27/23-pt had told me he wanted to enroll and to call him at 1pm today. No answer, LM on VM. 11/28-LM on VM. No response from pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to put her body through any more than it already is going through.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70043":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has too much going on prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70046":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70047":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"He expressed that he would only join the study as a way to have someone monitor his pain control after surgery. He also wanted to see his results from the MRI/genetic information, so he declined when he heard he would receive no medical benefit from the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70048":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She did not want to do a closed MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70050":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-31","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She does not want to come to Ann Arbor for another visit before her surgery. I offered to line it up with other visits, but she said all of her visits will be on the same day so she does not have time to add this visit as well.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. runs his own business and has no time before surgery to come in for a visit. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No reason. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70054":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He is dealing with asthma and health concerns prior to surgery (old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70055":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-01","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"A lot going on prior to sx. (old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70056":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on before sx. (old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70057":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She is recovering from a different surgery and doesn't want to join (old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70058":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too many appointments before sx. (old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70059":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|1","ptinterest_comment":"He is worried about being exposed to covid and also has too much going on before surgery. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Doesn't feel well prior to sx. and thinks he will be in too much pain after sx to participate. Also a lot going on. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70061":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"He has \"been poked and prodded enough\" before sx. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70062":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Old decline entered 6/2/2022","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70063":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on before sx. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70064":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt. is dependent on son to drive her and doesn't want to ask him to take time off. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70065":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on before sx. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70154":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/28-Left VM and sent email w/ICF, brochure and MD letter.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80001":{"redcap_data_access_group":"university_of_mich","main_record_id":"20055","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-15","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will call patient to schedule the baseline visit","obtain_date":"2022-01-05","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-22","sp_v1_preop_date":"2022-01-17","sp_v2_6wk_date":"2022-04-05","sp_v3_3mo_date":"2022-05-22","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80003":{"redcap_data_access_group":"university_of_mich","main_record_id":"20060","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-01-19","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-19","date_and_time":"2022-01-19 10:36","consent_process_form_complete":"0","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-01-20","ewprimaryreason":"1","ewdisreasons":"1|4","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80004":{"redcap_data_access_group":"university_of_mich","main_record_id":"20065","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-01-27","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-22","sp_v1_preop_date":"2022-02-01","sp_v2_6wk_date":"2022-04-05","sp_v3_3mo_date":"2022-05-22","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"3|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient's family member seems interested. Patient's concern is the long hours in clinic. Patient took the study folder home and was asked to contact study coordinator if she decides to join or have any questions.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80006":{"redcap_data_access_group":"university_of_mich","main_record_id":"20077","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-24","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-12","sp_v1_preop_date":"2022-03-21","sp_v2_6wk_date":"2022-05-24","sp_v3_3mo_date":"2022-07-12","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"80007":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-25","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-25","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance concern. Patient asked if there are other locations for study visits in addition to Wayne State and UM. Compensation is not an issue.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80009":{"redcap_data_access_group":"university_of_mich","main_record_id":"20080","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-04","screening_age":"55","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-11","sp_v1_preop_date":"2022-03-08","sp_v2_6wk_date":"2022-04-22","sp_v3_3mo_date":"2022-06-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-03-07","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient would like to withdraw due to an insufficient travel compensation in relation to the rise in gas prices","sp_data_site":"1"},"80010":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left voicemail for patient to call back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"35","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has a lot going on this week. Currently in hospital at the time of this call. Won't be able to make baseline visit before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is a school teacher and may not be able to attend in person visits due to work schedule. Wants ICF emailed to her and wants to think about joining.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80014":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Left voicemail. Will call back next week if patient doesn't call us back.\r\n4/5/22 16:06 NA, left voicemail\r\n4/6/22 15:30: Declined enrollment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80016":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/14: Left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80018":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined because they get lost in Detroit a lot and would need daughter to take off of work to help her navigate to Wayne State. Patient lives too far from UofM.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80019":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to participate in the MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-31","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Left first voicemail on 3/17.\r\nLeft a second voicemail on 3/31.\r\nPatient called back on 4/1 to hear more about the study. Patient declined; won't be able to make anymore appointments before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80021":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient is not eligible.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is interested, but she works full time and does not drive. She relies on husband for driving.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80023":{"redcap_data_access_group":"university_of_mich","main_record_id":"20083","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-18","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-01","sp_v1_preop_date":"2022-03-28","sp_v2_6wk_date":"2022-05-13","sp_v3_3mo_date":"2022-07-01","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80024":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\nPatient was offered two thoracic surgery studies. Interested in the first one. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80025":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No answer.\r\n2nd attempt was made on 3/23/22 at 3:22 p.m. \r\nNo returned call from patient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80026":{"redcap_data_access_group":"university_of_mich","main_record_id":"20089","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-23","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/24: No answer. Pt called back and left a voicemail at 12:06 p.m. Spoke to pt at 12:47 p.m. \r\nCalled at 2:22 p.m.","obtain_date":"2022-03-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-30","sp_v1_preop_date":"2022-03-28","sp_v2_6wk_date":"2022-05-11","sp_v3_3mo_date":"2022-06-30","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-03-30 11:31:07","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed their baseline surveys on the morning of their day of surgery. ","erep_protdev_caplan":"No corrective action. The patient was reminded to do the surveys, but did not so the patient was seen in pre-op before surgery to complete the surveys.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-07-28 14:59:58","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit was performed 14 days past visit window due to inability to come in sooner.","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"80027":{"redcap_data_access_group":"university_of_mich","main_record_id":"20091","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-30","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-21","sp_v1_preop_date":"2022-04-13","sp_v2_6wk_date":"2022-06-02","sp_v3_3mo_date":"2022-07-21","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-04-21 14:09:28","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys were completed the day of surgery.","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"80028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-05","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too close to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-05","screening_age":"70","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Distance-related issue or concern","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't want to come into the clinic more than she already has to; tired.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80031":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Has a lot of health problems. Wanted to join, but lives far from Wayne State and U of M. Also, the baseline appointment had to take place before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80032":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/12: Left message with woman on phone for him to call me back.\r\n4/13: Declined. Too busy.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80033":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Has had so many doctor's appointments in the last 9 months and doesn't want to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80034":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not eligible. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80035":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has a lot going on and lives far from U of M and Wayne State.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't do well with MRI's; claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80037":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Doesn't have time to join the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80038":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"AJ 4/18: Patient just wants to get surgery over with. Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80039":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too weak to join; is getting feeding tube put back in tomorrow (4/19/22), and has a doctor's appointment on Wednesday to confirm that he's strong enough to have the eligible surgery on 4/25/22. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80040":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-21","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined; lives 2 hours away from clinic sites.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80041":{"redcap_data_access_group":"university_of_mich","main_record_id":"20100","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-25","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/25: Sent pt study information\r\n4/26: No answer","obtain_date":"2022-04-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-17","sp_v1_preop_date":"2022-05-10","sp_v2_6wk_date":"2022-06-28","sp_v3_3mo_date":"2022-08-17","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-04 11:13:42","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete baseline surveys.","erep_protdev_caplan":"Re-sent Demographics 1 and 2 from baseline surveys. Pt completed these surveys on 2/22/2023.","erep_rel_covid19":"0"}}},"80042":{"redcap_data_access_group":"university_of_mich","main_record_id":"20112","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-26","screening_age":"26","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/26: No answer; possibly hung up on. Will call again tomorrow.\r\n5/5: Left voicemail.\r\n5/12: Consent form sent. Wants to think about it. Says he will call us back by 6/1. If he doesn't call back, we will call him on 6/1.\r\n5/24: Patient called. ICF resent to new email. Will consent on 5/25.\r\n5/26: ","obtain_date":"2022-05-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-23","sp_v1_preop_date":"2022-06-17","sp_v2_6wk_date":"2022-08-04","sp_v3_3mo_date":"2022-09-23","age":"N/A","sex":"1","genident":"1","ethnic":"1","dem_race":"6","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-08-16 14:24:47","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant's 6-week follow up window is 7/28/22 - 8/11/22. They were scheduled for 8/10, but same day cancelled and rescheduled for 8/15. So their blood draw was 4 days past their window close date.","erep_protdev_caplan":"We will try to schedule participants towards the beginning of their follow-up window just in case a reschedule is needed.","erep_rel_covid19":"0"}}},"80043":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"AJ 4/28: Wants to think about it; ICF sent via email. Will call back 5/2 for decision.\r\n5/2: Declined; not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"75","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"Works so he can't come in to study visits. Not really interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80046":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/28: Has a lot going on today. Wants a call back next week. Will call on 5/3.\r\n5/5: Declined. No specific reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80047":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"31","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/5: Did not contact. Epic states patient is having a bilateral procedure.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80048":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/5: Pt has a lot going on. She asks if she can do the visits on weekends. She will think about it. Sent study documents to pts.\r\n5/9: Pt was reminded about this research opportunity and upcoming surgery. Pt stated that she's still thinking about it and will let me know.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80049":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"5/12: Left voicemail\r\n5/17: Declined. Doesn't want to do blood draw and other tasks. May change his mind.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80050":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Declined; Works during study visit hours. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"71","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Daughter answered; requested call back at 2:10pm. Spoke with patient at 2:15pm. He received the brochure from Popoff's clinic. Wants a call back Monday for final decision.\r\n5/17: Patient declined. He travels from Michigan to Florida. Can't make study appointments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Declined; lives two hours away. Too far of a drive. Patient hard of hearing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"63","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested. Not convenient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80054":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"56","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"5/19: Left voicemail.\r\n5/19: Patient called back. Wants to enroll. Sending consent form via email for patient to sign. U of M.\r\n5/20: Left voicemail. \r\n5/20: Patient called back. Declined due to MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80055":{"redcap_data_access_group":"university_of_mich","main_record_id":"20110","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-19","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/19: Left voicemail.\r\n5/23: Left voicemail.\r\n5/26: Interested in joining. ICF sent","obtain_date":"2022-05-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-14","sp_v1_preop_date":"2022-07-03","sp_v2_6wk_date":"2022-07-26","sp_v3_3mo_date":"2022-09-14","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-07-15 14:39:24","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's surgery date was entered incorrectly on the MDH app. It was listed as 7/14/22 versus their actual date of 6/14/22. Patient did not receive their acute daily surveys. The post-consent form was also not finished in RedCap, so they patient's name was not flagged to missing any surveys or visits. ","erep_protdev_caplan":"The Wayne State, Henry Ford, and U of M teams will communicate more frequently about participants. Also, the HF team will make sure to fill out the post-consent form directly after enrollment and Wayne State will check surgery dates when the patient enrolls in MDH. ","erep_rel_covid19":"0"}}},"80056":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"5/19: Left voicemail.\r\n5/23: Declined. Not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80057":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"5/23: Declined. She lives in Bad Axe, and both study visit locations are too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80058":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"5/26: Patient says they'll call back in 20 min (around 2pm). If not, another attempt will be made on 5/27\r\n5/26: Patient called back. Declined because he won't have time to make the baseline appointment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80059":{"redcap_data_access_group":"university_of_mich","main_record_id":"20116","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-26","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/26: Interested. Only available June 6 and 7 for baseline appt. ICF failed to send twice. Will call back.\r\n5/27: Patient called back to try to have ICF sent again. ICF failed to send to the patient's email. He will call back when he gets to another computer with his daughter for assistance. \r\n5/31: Patient called back. ICF sent to new email address\r\n6/1: ICF signed.","obtain_date":"2022-06-01","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-09","sp_v1_preop_date":"2022-06-07","sp_v2_6wk_date":"2022-07-21","sp_v3_3mo_date":"2022-09-09","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"80060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/26: Patient wants to be called back at 4:00. Called back and left a voicemail.\r\n6/2: Declined. Not enough time to complete baseline visit. Daughter has graduation right before surgery. Patient will be busy with that and working.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80061":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"6/2: Left voicemail. Patient called back around 3:30pm. ICF sent via email. Wants call back on 6/3 at 1:30 to continue with consenting.\r\n6/3: Patient will call back after she reads consent form. Patient called back around 2:05pm. Decided to decline joining.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80062":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/2: Left voicemail\r\n6/9: Declined. Not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80063":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"68","screening_gender":"1","screening_race":"1","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/2: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80064":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"6/9 WLC: Sounds like the pt is interested. She stated that she was half asleep and agreed to receive a follow-up call tomorrow afternoon.\r\n6/10 WLC: The patient stated that she cannot go into an MRI machine.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80065":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/9: Patient was driving. Will call us back to discuss study.\r\n6/14: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80066":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"6/9: Left voicemail.\r\n6/14: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80067":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-17","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/17: ICF Sent. Will call back 6/20.\r\n6/20: Patient in staff meeting. Will call back later today. Called patient back at 2:45pm. Patient has a lot on their plate and has a lot going on. Declined enrollment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80068":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-17","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/17: ICF sent. Will follow up 6/20.\r\n6/20: Patient didn't read ICF yet. Wants call back 6/21.\r\n6/21: Patient called back and cannot find ICF in email. No availability for Wayne State. Patient declined. No time for baseline appt before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80069":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-23","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/23: Declined. Moving out of Michigan soon. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80070":{"redcap_data_access_group":"university_of_mich","main_record_id":"20132","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-30","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-12","sp_v1_preop_date":"2022-06-29","sp_v2_6wk_date":"2022-08-23","sp_v3_3mo_date":"2022-10-12","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80071":{"redcap_data_access_group":"university_of_mich","main_record_id":"20133","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-06-30","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Enrolled.","obtain_date":"2022-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-12","sp_v1_preop_date":"2022-07-06","sp_v2_6wk_date":"2022-08-23","sp_v3_3mo_date":"2022-10-12","age":"56","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"80072":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined enrollment for no specific reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80073":{"redcap_data_access_group":"university_of_mich","main_record_id":"20134","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-30","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"6/30: Interested. Only available July 16 early morning.\r\n7/1: ICF sent. Will call back 7/5 for final decision.\r\nPatient signed ICF on 7/1 after business hours.","obtain_date":"2022-07-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-19","sp_v1_preop_date":"2022-07-11","sp_v2_6wk_date":"2022-08-30","sp_v3_3mo_date":"2022-10-19","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-09-15 18:55:48","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"blood collected 9 days past visit window. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"80074":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"72","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/1: Left voicemail. \r\n7/6: Patient called back. Declined enrollment. Has been going through a lot health-wise.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80075":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/7: Declined. Has to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80076":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Declined. Doesn't want to travel.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80077":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/7: Wants to think about joining. ICF sent. \r\n7/11: Declined. Joined COP-AF.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80078":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80080":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/14: LVM.\r\n7/15: Declined. Has a lot going on in her life right now.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80081":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80082":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|3","ptinterest_comment":"Declined. Lives far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80083":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/20: ICF sent. Call back tomorrow.\r\n7/21: Still wants to think about joining. Call back Monday, 7/25.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80084":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined. Lives in Northern Michigan (5 hour drive to Metro Detroit).","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80085":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-21","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"7/21: Left voicemail. Patient called back and declined. Lives three hours away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80086":{"redcap_data_access_group":"university_of_mich","main_record_id":"20145","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-07-21","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/21: Left voicemail.\r\n7/27: Didn't receive eICF. Plan on meeting with the patient at his appointment on Friday. \r\n7/29: Consented pt in person. The RKStudio consent was sent to the caregiver's email. Pt will set it up with the caregiver when he gets home. A follow-up call was scheduled to provide assistance on 8/2 (Tue) morning.","obtain_date":"2022-07-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-09","sp_v1_preop_date":"2022-08-05","sp_v2_6wk_date":"2022-09-20","sp_v3_3mo_date":"2022-11-09","age":"67","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80087":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"72","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80079":{"redcap_data_access_group":"university_of_mich","main_record_id":"20147","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-03","screening_age":"63","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-08","sp_v1_preop_date":"2022-08-05","sp_v2_6wk_date":"2022-09-19","sp_v3_3mo_date":"2022-11-08","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-08-08","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Wasn't answering calls and did not complete baseline surveys.","sp_data_site":"2"},"80088":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"67","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80089":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/28: Left voicemail. Patient called back and declined. She has a lot to do before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80090":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Declined. Lives too far away to attend clinic visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80091":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"39","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Declined. Has a lot of doctors visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80092":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"7/28: Declined. Lives too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80093":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28: Left voicemail.\r\n8/9: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80094":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/28: Left voicemail.\r\n8/10: Left voicemail. Patient called back. Wants call on 8/11 at 9am.\r\n8/11: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80095":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. Has too much going on right now.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80096":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/10: Left voicemail.\r\n8/11: Left voicemail.\r\n8/12: Left voicemail. Called patient 3 times.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80097":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined. Has to rely on daughter for transportation and doesn't want to do anymore testing/blood draws.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80098":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined. Is having liver resection, too. Says she'll be \"out of it\" and does not want to take surveys. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80099":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. No specific reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80100":{"redcap_data_access_group":"university_of_mich","main_record_id":"20148","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-11","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/11: Wants to think about joining. ICF sent to email. Will call back Monday, Aug 15.\r\n8/15: Left voicemail. Patient called back. Wants UofM availability before signing consent.\r\n8/16: Will sign ICF on his own. Signed ICF.","obtain_date":"2022-08-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-02","sp_v1_preop_date":"2022-08-10","sp_v2_6wk_date":"2022-10-14","sp_v3_3mo_date":"2022-12-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-08-17","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant could not schedule study appointments due to work hours.","sp_data_site":"1"},"80101":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"82","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80102":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80103":{"redcap_data_access_group":"university_of_mich","main_record_id":"20151","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-12","screening_age":"28","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/12: Interested. ICF sent. Will call back 8/16.\r\n8/17: Will join and sign ICF. Wayne State.","obtain_date":"2022-08-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-07","sp_v1_preop_date":"2022-09-09","sp_v2_6wk_date":"2022-11-17","sp_v3_3mo_date":"2023-01-06","age":"28","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-12-12 09:11:13","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt. had to last minute reschedule their 6-week blood draw which resulted in them coming in 4 days outside their window.","erep_protdev_caplan":"New internal scheduling SOP was created to make sure participants are scheduled at the beginning of their window.","erep_rel_covid19":"0"}}},"80104":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-18","screening_age":"23","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/18: Father answered the phone. Says patient has a lot going on right now and was previously in a sarcoma research study. He will talk to the patient when he gets off work tonight. Patient will call back if interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80105":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-18","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. No specific reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80106":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"8/25: Patient wants call back in afternoon.\r\n8/26: Declined. Doesn't want blood drawn.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80107":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Declined. Mom lives with her and would have to take her to appointments. Study visits also too far from patient home.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80108":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. Decided to join a different research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80109":{"redcap_data_access_group":"university_of_mich","main_record_id":"20152","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-26","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-13","sp_v1_preop_date":"2022-09-08","sp_v2_6wk_date":"2022-10-25","sp_v3_3mo_date":"2022-12-13","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"80110":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"39","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"8/26: Declined. Can barely make it to exisitng appointments and is overwhelmed.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80111":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80112":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80113":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"9/1: Patient says she'll call back. \r\n10/27: *Surgery rescheduled to 11/15* Wants call back 10/28.\r\n10/28: Patient called back to decline due to MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80114":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/1: Declined. Does not want to complete MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80115":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"39","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/1: Left voicemail.\r\n9/8: Might be interested. ICF sent. \r\n9/14: Unable to leave voicemail. Mailbox full.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80116":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"77","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80117":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/8: Call back at 2:30pm\r\n9/26: Declined. Already nervous about surgery. Doesn't want to join.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80118":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/16: Call back in afternoon. Called patient back. Declined. Patient will be in Florida for 3 months following surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80119":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80120":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/23: Might be interested. ICF sent. \r\n9/26: Declined. Not sure if she'll be up to coming to study visits after surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80121":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/23: Left voicemail.\r\n9/26: Left message with wife.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80122":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/23: Declined. Wants to work every day up until surgery date. Can't make it to baseline.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80123":{"redcap_data_access_group":"university_of_mich","main_record_id":"20167","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-23","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/23: Enrolled.","obtain_date":"2022-09-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-07","sp_v1_preop_date":"2022-10-04","sp_v2_6wk_date":"2022-11-17","sp_v3_3mo_date":"2023-01-06","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80124":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"47","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/23: Does not speak English or Spanish.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80125":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/26: Might be interested. Needs to talk to husband first. ICF sent to email.\r\n9/27: Wants call back Friday.\r\n9/30: Wants a call back on Tuesday.\r\n10/6: Wants ICF sent to husband. Call back Monday.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80126":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/26: Left voicemail. Patient called back and left voicemail requesting a call back tomorrow.\r\n9/27: Patient may be interested. Call back tomorrow.\r\n9/28: Needs more time to look over the ICF; has been sick. Will call us back at a later time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80127":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80128":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"9/29: Call back at 2:30pm. Called patient back. Declined; study requirements would be too much work for the patient because they are a homeschool teacher to two teenage kids. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80129":{"redcap_data_access_group":"university_of_mich","main_record_id":"20177","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-06","screening_age":"32","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/6: Interested. Wants a call back tomorrow. Signed consent.","obtain_date":"2022-10-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-13","sp_v1_preop_date":"2022-10-11","sp_v2_6wk_date":"2022-11-23","sp_v3_3mo_date":"2023-01-12","age":"32","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80130":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"10/6: Pleasantly declined. Doesn't want to do MRI; gets claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80131":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"10/6: Declined. Doesn't want to do MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80132":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/26: Might be interested. Needs to talk to husband first. ICF sent to email.\r\n9/27: Wants call back Friday.\r\n9/30: Wants a call back on Tuesday.\r\n10/6: Wants ICF sent to husband. Call back Monday.\r\n10/10: Sent ICF to different email. Patient will call back after she reviews it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80133":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/10: Interested. ICF sent. Call back 10/11. Patient emailed redcap email and declined enrollment. No reason specified for decline.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80134":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"10/20: Left voicemail. Patient called back and left voicemail after work hours for someone to call back.\r\n10/21: Declined. Doesn't want to travel.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80135":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/20: Wants a call back next Wednesday. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80136":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/27: Significant other will give patient message that we called. Will call back after 3pm today. Called patient back. Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80137":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/27: Had procedure done today. Wants call back on 10/28.\r\n10/28: Patient doesn't want to join because she can't have music playing during MRI for the entire 60 min.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80138":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/27: Left voicemail.\r\n11/1: Called patient but got disconnected.\r\n11/7: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80139":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/27: Left voicemail\r\n11/1: Left voicemail.\r\n11/7: Patient's surgery was cancelled. No longer eligible.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80140":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/3: Declined. No specific reason. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80141":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/4: ICF sent. F/U on Monday.\r\n11/7: Has to get MRI done before he knows if he's proceeding with surgery. Call back on or around 11/23.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80142":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"11/7: Call back in an hour. Called back and patient declined. Doesn't want to travel.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80143":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"11/7: Declined. Extremely claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80144":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16: Wants ICF sent to email. Will call back 11/17.\r\n11/17: Declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80145":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Surgery was rescheduled to an earlier date. I could not get in touch with the patient with enough time for them to complete a baseline.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80146":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to have an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80147":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80148":{"redcap_data_access_group":"university_of_mich","main_record_id":"20207","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-21","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-14","sp_v1_preop_date":"2022-12-13","sp_v2_6wk_date":"2023-01-25","sp_v3_3mo_date":"2023-03-15","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-24 08:53:27","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant had to cancel their 3 month session and we were unable to bring them back in.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"80149":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient did not answer phone calls.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80150":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"11/21: Declined. Lives too far away from clinic sites.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80151":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80152":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/28: Declined. Surgery is Friday. Too soon.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80153":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/28: Declined. Won't have time to complete study tasks.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80154":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/28: Declined. Lives 2.5 hours away from metro Detroit/Ann Arbor.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80155":{"redcap_data_access_group":"university_of_mich","main_record_id":"20217","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-28","screening_age":"35","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/28: Possibly interested. ICF sent. Will call back 11/30 for decision.\r\n11/30: Will sign consent form after work. Call back 12/1 at 1:10PM.\r\n12/1: Left voicemail.","obtain_date":"2022-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-15","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Patient signed consent form without follow up with coordinator. This resulted in no baseline visit before surgery.","sp_data_site":"N/A"},"80156":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"46","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/28: Interested. ICF sent. Call back at end of week for decision.\r\n12/6: Surgery was rescheduled and there isn't a set date yet. Will call back once new date is set.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80157":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/29: Declined. Didn't give a specific reason, but when clinics were mentioned, it seemed like she didn't want to travel. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80158":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/29: ICF sent. Will call us back if interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80159":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"27","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/29: Wants ICF sent. ICF was sent. Will call back Monday for decision.\r\n12/5: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80160":{"redcap_data_access_group":"university_of_mich","main_record_id":"20210","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-29","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-07","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-01-18","sp_v3_3mo_date":"2023-03-08","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-02","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"participant said there wasn't enough time between them enrolling today and their surgery scheduled for 12/7 so decided to withdraw from the study","sp_data_site":"2"},"80161":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"64","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/5: Patient is now ineligible. Surgery was cancelled.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80162":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/5: Wife answered. Call back tomorrow.\r\n12/6: Voicemail box not yet set up.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80163":{"redcap_data_access_group":"university_of_mich","main_record_id":"20213","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-06","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/6: Left voicemail. Patient called back and is interested. ICF sent. Will call back tomorrow for questions.\r\n12/7: Enrolled.\r\n","obtain_date":"2022-12-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-19","sp_v1_preop_date":"2022-12-16","sp_v2_6wk_date":"2023-01-30","sp_v3_3mo_date":"2023-03-20","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80164":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/8: May be interested. ICF sent. Call back Monday.\r\n12/12: Wants to look over ICF with son. Will resend ICF and call back 12/13. \r\n12/14: Patient will go over ICF with son today and submit today. Will call on 12/16.\r\n12/16: Patient left voicemail declining to join study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80165":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"52","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Did not call. Patient can't scan.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80166":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80167":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/16: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80168":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/16: Left voicemail. Patient called back and may be interested. ICF sent. Will call back Monday because patient couldn't talk at the moment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80169":{"redcap_data_access_group":"university_of_mich","main_record_id":"20218","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-16","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/16: Wants to join. ICF sent. Offered to stay on phone with patient, but she told me to call back Monday.\r\n12/19: Left voicemail.\r\n12/20: Patient called back. Enrolled.","obtain_date":"2022-12-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80170":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't want to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80171":{"redcap_data_access_group":"university_of_mich","main_record_id":"20225","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-03","screening_age":"28","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-06","sp_v1_preop_date":"2023-01-31","sp_v2_6wk_date":"2023-03-20","sp_v3_3mo_date":"2023-05-06","age":"29","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-17 09:10:07","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participant did not complete 6 week visit because they same day cancelled on 3 separate occasions. ","erep_protdev_caplan":"Changes being made on who schedules participants.","erep_rel_covid19":"0"}}},"80172":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4: Left voicemail. Patient called back. May be interested. ICF sent to daughter's email. Call back Friday. Patient wants to think about it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80173":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/5: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80174":{"redcap_data_access_group":"university_of_mich","main_record_id":"20223","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-05","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/5: Patient will call back. Patient is interested. He will know for sure if he has time on Wednesday. ICF sent.\r\n1/11: Patient is at work. ICF resent. Follow Up tomorrow.\r\n1/12: Enrolled.","obtain_date":"2023-01-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-03","sp_v1_preop_date":"2023-01-30","sp_v2_6wk_date":"2023-03-17","sp_v3_3mo_date":"2023-05-03","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-04 11:04:44","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week visit was 10 days outside of window due to participant having to last minute reschedule","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"80175":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/5: Left voicemail.\r\n1/6: Patient called back. Wants to look over ICF with son. ICF sent. Patient says she will call back. We will continue to watch REDCap for a signed ICF.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80176":{"redcap_data_access_group":"university_of_mich","main_record_id":"20224","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-12","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/12: Interested. ICF sent. Will call back tomorrow to go over ICF and for enrollment.","obtain_date":"2023-01-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-24","sp_v1_preop_date":"2023-01-19","sp_v2_6wk_date":"2023-03-07","sp_v3_3mo_date":"2023-04-24","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80177":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80178":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is too nervous about surgery to participate in a research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80179":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80180":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/25: Declined. Won't have time for baseline. Surgery is next week.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80181":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/25: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80182":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/31: Wife answered. Will call back in 30 min. Called back. Patient declined due to living too far away and wife's health isn't the best. Traveling would be too disruptive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80183":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/31: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80184":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Did not contact patient. Unable to scan. Pacemaker.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80185":{"redcap_data_access_group":"university_of_mich","main_record_id":"20234","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-31","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/31: Left voicemail. Patient's wife called back and left message. Called back. ICF sent. Will call tomorrow.\r\n2/1: ICF not signed yet. Will call back once it's signed for follow up.\r\n2/2: Enrolled.","obtain_date":"2023-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-20","sp_v1_preop_date":"2023-02-17","sp_v2_6wk_date":"2023-04-03","sp_v3_3mo_date":"2023-05-20","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-02-13","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient has other health issue and appts they need to deal with. Unable to go to A2CPS appointments.","sp_data_site":"2"},"80186":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/31: Declined due to MRIs. Already gets a lot of them and doesn't want to be exposed to any extra radiation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80187":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"28","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient's surgery was rescheduled and will no longer have time to do baseline visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80188":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient will call back when they get home.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80189":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80190":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80191":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-21","screening_age":"79","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient just wants to focus on getting better.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80192":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80193":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80194":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80195":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"18","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/17: ICF sent. Wants to think about it. Will call us back either today or Monday.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80196":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/17: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80197":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"47","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80198":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80199":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-30","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/30: Declined. Doesn't want to do MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80200":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-30","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/30: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80201":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. Wants to only focus on surgery. Called back because she decided that she did want to hear more. But after hearing about the MRI and blood draw, she declined again.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80202":{"redcap_data_access_group":"university_of_mich","main_record_id":"20271","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-10","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-31","sp_v1_preop_date":"2023-05-23","sp_v2_6wk_date":"2023-07-12","sp_v3_3mo_date":"2023-08-31","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-05-22","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"This participant just reached out and said they would like to withdraw from the study. They mentioned being overburden with additional surgeries and that it was just too much at this time. ","sp_data_site":"2"},"80203":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80204":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80205":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Received MyChart message expressing interest in joining. Coordinator called patient and Left voicemail.\r\nCalled back. ICF sent. WSU preferred. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80206":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-13","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Declined. Lives too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80207":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80208":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80209":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. Does not want to participate in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80210":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"76","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80211":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80212":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80213":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80214":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80215":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-30","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Study clinic sites are too far for the patient to travel to. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80216":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"wants to think about joining. Will follow up.\r\n6/8: Not feeling well today. Wants a call back next week.\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80217":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80218":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't want to attend extra clinic visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80219":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Seen in clinic. Left voicemail for follow up.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80220":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"42","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80221":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80222":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80224":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"74","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80225":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80226":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-16","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/16/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80227":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/24/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80228":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Said she will contact in the near future if she is interested- does not have an email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80229":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Sent E consent 10/24/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80230":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/25/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80231":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/25/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80232":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80233":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-06","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called 11/6/2023 no answer ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80234":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No active email or appointments coming up prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80235":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Distance with travel patient's age is too much","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80236":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VM left 11/15/23\r\nCalled again on 11/21/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80237":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"53","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VM left 11/15/23\r\nE consent send on 11/15/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80238":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VM left 11/15/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80239":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80223":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90001":{"redcap_data_access_group":"university_of_mich","main_record_id":"20064","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-24","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consented. The study team was notified by Macomb staff that surgery has been scheduled for 2/18/2022. Reached out to patient and went over MRI Screenin Questions. Need to obtain documentations for prior surgeries (titianium clips and screws) to clear the patient for MRI.","obtain_date":"2022-01-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-21","sp_v1_preop_date":"2022-02-15","sp_v2_6wk_date":"2022-04-04","sp_v3_3mo_date":"2022-05-21","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"90002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient has a difficult time with a 15-minute heart stress test recently. Patient is not willing to do MRI since it will last longer than that.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90003":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"36","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM on 4/6; Call back tomorrow\r\nLVM on 4/7; surgery is monday, 4/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient is wheelchair-bound and declined participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90007":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Not eligible.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/13: Left voicemail. Probably not a good candidate, as surgery is set for 4/15 and patient has a clinic appointment tomorrow, 4/14.\r\n4/13: Patient called back 20 min later and left a voicemail to call her home phone number. AJ left another voicemail on patient's home phone.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-10","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is ineligible due to having thoracic surgery less than 3 months ago.\r\nAlso declined in April per Winnie (internal screening log)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90010":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/17: Left voicemail.\r\n5/19: Left voicemail.\r\n5/23: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Ineligible due to having had thoracic surgery less than 3 months ago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"28","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Declined. He's not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90014":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Did not contact patient. Ineligible. Having another major procedure 10 days after A2CPS eligible surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined. Lives too far from clinic sites.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90016":{"redcap_data_access_group":"university_of_mich","main_record_id":"20122","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-06-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"6/9: ICF sent. Waiting on actual surgery date before baseline visit can be scheduled. Will call back on 6/13 at 9:30am.\r\n6/10: Patient called back to let study team know that her surgery was moved up to 6/13. This means that there's no time to do the baseline appt, as today is Friday, 6/10 and surgery is Monday, 6/13. No clinic appts available.","obtain_date":"2022-06-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-06-13","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"The patient's surgery was moved up to 6/13 and could not come in for the baseline appointment.","sp_data_site":"N/A"},"90017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"76","screening_gender":"1","screening_race":"3","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90018":{"redcap_data_access_group":"university_of_mich","main_record_id":"20168","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-30","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/30: Left message.\r\n9/2: Patient interested. ICF sent. Will call back Wednesday morning for final decision. Use work number to call back.\r\n9/14: ICF resent.\r\n9/15: Still has to look over ICF. Wants a call back Monday in afternoon.\r\n9/21: Needs to know WSU availability before signing consent form. ","obtain_date":"2022-09-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-14","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-12-26","sp_v3_3mo_date":"2023-02-13","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-10-24","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient states that there was a lot of back and forth trying to schedule a baseline visit, and that the clinic doesn't have a lot of availability. Saturdays would've worked better.","sp_data_site":"2"},"90019":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined. Surgery is too soon to schedule a baseline visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined. Surgery is Friday and patient cannot make the baseline appointment in time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90021":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/2: Left voicemail.\r\n9/6: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90023":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/8: Declined. Having back pain/issues. Patient also anticipates getting back surgery in less than 6 months following thoracic surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90024":{"redcap_data_access_group":"university_of_mich","main_record_id":"20161","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-08","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/8: ","obtain_date":"2022-09-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-23","sp_v1_preop_date":"2022-09-12","sp_v2_6wk_date":"2022-11-04","sp_v3_3mo_date":"2022-12-23","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"90025":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90026":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/27: Declined. Doesn't want to do blood draws.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90027":{"redcap_data_access_group":"university_of_mich","main_record_id":"20188","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-19","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-21","sp_v1_preop_date":"2022-10-28","sp_v2_6wk_date":"2023-06-02","sp_v3_3mo_date":"2023-07-21","age":"81","sex":"1","genident":"N/A","ethnic":"2","dem_race":"N/A","ewdateterm":"2023-04-17","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"called to schedule repeat baseline, but participant said they no longer wanted to participate and would like to be withdrawn","sp_data_site":"2"},"90028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"10/27: Declined. Lives up north and daughter would have to drive her to clinic locations. Doesn't like city traffic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90031":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/20: Left message. Patient called back. Declined because it's getting cold out and they don't want to travel for the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90032":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/20: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90033":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"12/13: Will join. ICF sent. Call back 12/15.\r\n12/15: Patient decided not to join. Husband is sick and it's too much going on right now.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90034":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"34","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/4: Left voicemail.\r\n1/5: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90035":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/4: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/4: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90037":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"77","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90038":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90039":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"68","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90040":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90041":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90042":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to go to clinic visits in Detroit or Ann Arbor.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90043":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient has too many other clinic appointments to attend to add research ones on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to attend extra clinic visits at either location option.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90046":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90047":{"redcap_data_access_group":"university_of_mich","main_record_id":"20259","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-13","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-24","sp_v1_preop_date":"2023-04-19","sp_v2_6wk_date":"2023-06-05","sp_v3_3mo_date":"2023-07-24","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-05-16 14:21:35","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"This patient's surgery was initially scheduled for 4/21/2023 but was rescheduled on 4/18/2023 for 4/28/2023. SMM made the study team aware and updated RedCap and MDH. \r\n\r\nThis surgery was then rescheduled again on 4/20/2023 for 4/24/2023. SMM saw this update on 4/24/2023 and updated RedCap and MDH. \r\n\r\nDue to these changes MDH did not send out the expectation items survey and they were therefore not completed by the patient. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"90048":{"redcap_data_access_group":"university_of_mich","main_record_id":"20266","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-24","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-12","sp_v1_preop_date":"2023-05-09","sp_v2_6wk_date":"2023-06-23","sp_v3_3mo_date":"2023-08-12","age":"79","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"90049":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient doesn't want to go to clinic visits at the sites that are offered. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90050":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Said the study is too much of a commitment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90054":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to travel to clinic sites.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90055":{"redcap_data_access_group":"university_of_mich","main_record_id":"20267","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-01","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-12","sp_v1_preop_date":"2023-05-08","sp_v2_6wk_date":"2023-06-23","sp_v3_3mo_date":"2023-08-12","age":"48","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"90056":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't want an MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90057":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90058":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Metal in body.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90059":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-30","screening_age":"32","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient did not answer.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-30","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90061":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-30","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is too busy with current diagnosis.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90062":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient has attended so many clinic visits already and the clinic visits for this study are too far from home. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90063":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90064":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Didn't want to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined because there is a lot going on before surgery and surgery is coming up.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was unavailable and would like to talk about the study the following Monday at a.m. (10 a.m.)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100003":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No answer. Contacted pt again on 3/9/22, no answer.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No answer. Contacted pt on 3/9/2022. Patient would like a call back in the afternoon on 3/10/2022. Pt declined the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100007":{"redcap_data_access_group":"university_of_mich","main_record_id":"20082","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-09","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt on 3/14/22 at 2:03 p.m. Pt is still interested in participating, but he hasn't had the time to go over the e-consent. A follow-up phone call is scheduled for 3/21/22 afternoon.","obtain_date":"2022-03-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-25","sp_v1_preop_date":"2022-04-18","sp_v2_6wk_date":"2022-06-06","sp_v3_3mo_date":"2022-07-25","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-04-18","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"On day of baseline visit, pt. had flu and said that they weren't able to come for a baseline visit before surgery. So patient decided to stop further participation with the study. ","sp_data_site":"1"},"100008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"25","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was sleeping. Wife has asked us to call around 1-2 p.m. Pt is interested and agreed to receive study information in his email.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100010":{"redcap_data_access_group":"university_of_mich","main_record_id":"20087","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-23","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/23/22 3:30 p.m. No answer","obtain_date":"2022-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-06","sp_v1_preop_date":"2022-03-30","sp_v2_6wk_date":"2022-05-18","sp_v3_3mo_date":"2022-07-06","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"100011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"WLC called on 3/24/22, no answer\r\n2nd attempt on 3/28/22 at 11:28 a.m., pt was with two nurses, asked to call back in half an hour.\r\n3/31: Pt stated that he spoke to Dr. Kulkarni's nurse and that he can't travel. Therefore, he declined to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt prefers to do visits at Jackson. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"36","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/29/22 09:04 NA\r\n3/31 10:36 NA\r\n4/5 15:48 Declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100014":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-31","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient doesn't drive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance-related concern - too far from patient's home","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100016":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"WLC: 4/6 No answer\r\nWLC: 4/7 Left voicemail\r\nAJ: 4/12 \r\n5/23 WLC updated record - Surgery has passed. No return calls from the patient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100018":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/15: AJ left voicemail\r\n4/18: AJ left voicemail\r\n4/19: AJ spoke with patient; she wants to think about it. Will call back on 4/20 at 2:30pm\r\n4/20: AJ called back for answer. Patient still has not signed consent, but says she will do it when she gets home. Will call back on 4/21 @ 10AM\r\n4/21: AJ left voicemail for patient to call back\r\n4/22: AJ left final voicemail for patient to call back to join. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100019":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"AJ 4/18: Wife answered phone and says he has dementia and may not comply.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"AJ 4/19: Declined; won't have time to travel due to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100021":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"AJ 4/20: Left voicemail.\r\nAJ 4/21: Left voicemail. Patient called back on 4/21. Wants to think about joining. Email link with ICF sent. AJ will call back on 4/22 for decision.\r\nAJ 4/22: Left voicemail for patient to call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance-related issue or concern","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100023":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"4/26 WLC: Interested, requested study documents\r\n5/2 WLC: Pt is not feeling well. The study trips are too much for her. Therefore, patient declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100024":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"4/27: Went straight to voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100025":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/27 WLC: pt needs to take care of granddaughter and sounds interested. Pt was offered study information in the mail.\r\n5/3/22: Pt stated that she has a cochlear implant and won't be able to get an MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100026":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/5: Follow up with patient. Patient stated that he is not feeling well and plan to sign consent today.\r\n5/9: Pt stated that he will get to it. It has been a crazy week.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100027":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-03","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"5/9: Pt can't drive ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-03","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"5/3 WLC: Left voicemail\r\n5/9, 5/12 WLC: Directed straight to voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-09","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"5/9 WLC: Left voicemail to patient\r\n5/12: No Answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100031":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/12: No Answer\r\n5/13: Buying a house in Florida. Will be travelling back and forth.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100032":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/18 WLC: Interested, Sent study information to pt's email\r\n5/23 WLC: Distance-related issue or concern. UM Ann Arbor is the closest to pt's house, but it is too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100033":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/19 WLC: Left VM\r\n5/23 WLC: Pt just wanted to wait for and complete surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100034":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/23 WLC: Left voicemail\r\n5/25 WLC: Pt was at work, and asked to be called back at 4 p.m. Called back, but no answer.\r\n6/2 WLC: Declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100035":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/9 WLC: Left voicemail\r\n6/10: Sent study info. to pt for review\r\n6/20: No answer\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"2|0","ptinterest_comment":"5/25 WLC: money concerns especially the current inflation and increasing gas prices","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100037":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"45","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/25 WLC: Left Voicemail\r\n6/2 WLC: Declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100038":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/3 WLC: Daughter stated that the patient cannot read or write, experienced no pain\r\nExcluded based on the inability to read English","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100039":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/3 WLC: Too much is going on, not interested at this time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100040":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/3 WLC: Too much is going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100041":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/3 12:13 p.m. WLC: Concerns about long commitment. Wants to think about it and agrees to receive study info via email. Email is sent.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100042":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/9 WLC: Left voicemail\r\n6/14: No answer\r\nPt cannot be reached and surgery has passed.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100043":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/9 WLC: No Answer\r\n6/17: Left VM\r\n6/20: No answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"6/20: No answer\r\n6/22: Not interested due to travel-related issue/concern, but was open for discussion with Dr. Kulkarni. Notified Dr. Kulkarni. \r\n6/24: Followed up with Dr. Kulkarni and Tess. According to Tess, pt declined due to travel and extra testing.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100046":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100047":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100048":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-27","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/27: Pt expressed interest in joining the study.\r\n7/1 & 7/8: Followed up with the patient and left voice messages\r\n7/5: No answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100049":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100050":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"The patient would not answer and never returned calls.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100054":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100056":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100055":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-01","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"The patient became ineligible during screening.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100057":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"The patient became ineligible during screening.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100058":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-22","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100059":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100061":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100062":{"redcap_data_access_group":"university_of_mich","main_record_id":"20155","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-30","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-16","sp_v1_preop_date":"2022-09-13","sp_v2_6wk_date":"2022-10-28","sp_v3_3mo_date":"2022-12-16","age":"69","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"100063":{"redcap_data_access_group":"university_of_mich","main_record_id":"20160","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-06","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-19","sp_v1_preop_date":"2022-09-13","sp_v2_6wk_date":"2022-10-31","sp_v3_3mo_date":"2022-12-19","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-01-09 13:09:49","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-Month visit was performed 8 days past visit window. Visit was originally scheduled within window but was rescheduled at pt needed more time to recover from care separate from thoracic surgery","erep_protdev_caplan":"none","erep_rel_covid19":"0"}}},"100064":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100065":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100066":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100067":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100068":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100069":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100070":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100071":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100072":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100073":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient never answered calls.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100074":{"redcap_data_access_group":"university_of_mich","main_record_id":"20182","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-03","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-17","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"69","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"100075":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-30","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"The patient did not answer or return calls.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100076":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient unable to be contacted.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100077":{"redcap_data_access_group":"university_of_mich","main_record_id":"20179","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-07","screening_age":"37","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-18","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"37","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"100078":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100079":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100080":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100081":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-24","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100082":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to being overwhelmed by diagnosis and upcoming surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100083":{"redcap_data_access_group":"university_of_mich","main_record_id":"20196","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-02","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-09","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-12-21","sp_v3_3mo_date":"2023-02-08","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-11-04","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant changed mind after talking with their partner. ","sp_data_site":"1"},"100084":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to being overwhelmed by diagnosis and upcoming surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100085":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100086":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100087":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient did not want to travel the distance to clinic.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100088":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer or callbacks. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100089":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives 90 minutes away from scan site and does not want to make the drive for the clinic visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100090":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100091":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100092":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100093":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100094":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"61","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient does not want to go to clinic appointments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100095":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to go to additional clinic appointments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100096":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to travel to the clinic sites.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100097":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"61","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is overwhelmed with medical issues.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100098":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"42","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100099":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"76","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient cannot drive to clinic and lives in an area too remote for other means of transportation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100100":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100101":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100102":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to attend clinic visits outside of Jackson.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100103":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100104":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100105":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100106":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Clinic visits are too far for patient to travel.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100107":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100108":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100109":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100110":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to travel to clinic visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100111":{"redcap_data_access_group":"university_of_mich","main_record_id":"20255","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-29","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-22","sp_v1_preop_date":"2023-05-09","sp_v2_6wk_date":"2023-07-03","sp_v3_3mo_date":"2023-08-22","age":"79","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"100112":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100113":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100114":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100115":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100116":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100117":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100118":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100119":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100120":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-05","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100121":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-05","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100122":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100123":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100124":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"68","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100125":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-30","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100126":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient already lives pretty far from Jackson and doesn't want to have to travel further to get to extra clinic visits. The patient is also overwhelmed with diagnosis and just wants to get the surgery over with. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100127":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Does not want to travel to UM or WSU for study visits as they are too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100128":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100129":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Major surgery last month","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Interested, but the patient has concerns about traveling to either WSU or UM.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110003":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"The patient never answered calls and did not return messages.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110005":{"redcap_data_access_group":"university_of_mich","main_record_id":"20157","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-22","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-16","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-10-28","sp_v3_3mo_date":"2022-12-16","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-09-07","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant said they have \"too many things going on\" and would not be able to continue with the study.","sp_data_site":"2"},"110006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No answer/wasn't able to get ahold of the patient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110007":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"62","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110010":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110014":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No Answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110016":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110018":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient doesn't want to attend clinic visits outside of their regular hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110019":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110021":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives way up north and relies on other family members for transportation ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"170001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"54","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called 10/13/23 : VM inbox full","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"170002":{"redcap_data_access_group":"university_of_mich","main_record_id":"20337","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-30","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-06","date_and_time":"2023-11-06 11:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-28","sp_v1_preop_date":"2023-11-21","sp_v2_6wk_date":"2024-01-09","sp_v3_3mo_date":"2024-02-27","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"170003":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VM left 11/15/23\r\nConsent sent 11/17/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"170004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"170000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130001":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-16","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient stated will contact research staff if changed mind","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130002":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130003":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"44","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/19/22 Voicemail Left\r\n5/23/22 Spoke with subject- declines participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130004":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"5/19/22 LVM\r\n5/23/22 LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130005":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/19 LVM\r\n5/23 Declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130006":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/24 Consents and brochure sent via email.\r\n6/1 LVM\r\n6/6 Declines participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130007":{"redcap_data_access_group":"spectrum_health","main_record_id":"20108","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-24","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent completed in office at visit","obtain_date":"2022-05-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-14","sp_v1_preop_date":"2022-06-09","sp_v2_6wk_date":"2022-07-26","sp_v3_3mo_date":"2022-09-14","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130008":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-01","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Information provided at clinic visit. Would like follow up end of next week (6/2 or 6/3)\r\n6/1: Declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130009":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"38","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/26 left voicemail\r\n5/31 Spoke with patient, information/consents emailed\r\n6/2 Declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130010":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130011":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/2 LVM\r\n6/6 LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130012":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives too far away- worried about additional drives into Grand Rapids","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130013":{"redcap_data_access_group":"spectrum_health","main_record_id":"20124","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-14","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-08","sp_v1_preop_date":"2022-06-23","sp_v2_6wk_date":"2022-08-19","sp_v3_3mo_date":"2022-10-08","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130014":{"redcap_data_access_group":"spectrum_health","main_record_id":"20127","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-16","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-11","sp_v1_preop_date":"2022-06-30","sp_v2_6wk_date":"2022-08-22","sp_v3_3mo_date":"2022-10-11","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 10:46:47","erep_ae_date":"2022-10-06","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-10-06 14:20","erep_resolution_date":"2022-10-06 15:30","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Headache/migraine present prior to MRI, patient willing to participate in MRI. Headache/migraine significantly worsened by MRI.","erep_action_taken":"Patient willing to complete all study activities.","erep_outcome":"Headache/migraine improved after MRI completed. No intervention needed.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130015":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130016":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Traveling from home, about 60 miles away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130017":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Still working full time, has already missed 3 days of work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130018":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130019":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130020":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"worried about missing work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130021":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130022":{"redcap_data_access_group":"spectrum_health","main_record_id":"20135","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-01","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-26","sp_v1_preop_date":"2022-07-07","sp_v2_6wk_date":"2022-09-06","sp_v3_3mo_date":"2022-10-26","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130023":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Attempted consent over the phone; signature not working on patient's phone. Patient interested, but spine stimulator unknown during screening- visit 1 canceled and will not enroll.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130024":{"redcap_data_access_group":"spectrum_health","main_record_id":"20137","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-07-12","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-27","sp_v1_preop_date":"2022-07-21","sp_v2_6wk_date":"2022-09-07","sp_v3_3mo_date":"2022-10-27","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-07-25 09:38:56","erep_ae_date":"2022-07-21","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-07-21 09:38","erep_resolution_date":"2022-07-21 09:38","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Subject became claustrophobic as soon as the MRI table rolled into position. MRI could not be completed.","erep_action_taken":"Subject will remain in the study but will be unable to have follow-up MRI","erep_outcome":"Subject was fine as soon as they were off the MRI table.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130025":{"redcap_data_access_group":"spectrum_health","main_record_id":"20138","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-07-12","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-01","sp_v1_preop_date":"2022-07-28","sp_v2_6wk_date":"2022-09-12","sp_v3_3mo_date":"2022-11-01","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130026":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-29","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130027":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-29","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130028":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-01","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130029":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-02","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"feeling overwhelmed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130030":{"redcap_data_access_group":"spectrum_health","main_record_id":"20146","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-03","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-16","sp_v1_preop_date":"2022-08-25","sp_v2_6wk_date":"2022-10-28","sp_v3_3mo_date":"2022-12-16","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130031":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spends winter in Florida- will not be around for 3 month visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130032":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Childcare and transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130033":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-04","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Transportation- lives over an hour away and does not want extra trips to Grand Rapids","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130034":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"40","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130035":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-18","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to come in for baseline visit before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130036":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-22","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130037":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-29","screening_age":"25","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130038":{"redcap_data_access_group":"spectrum_health","main_record_id":"20153","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-30","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-19","sp_v1_preop_date":"2022-09-15","sp_v2_6wk_date":"2022-10-31","sp_v3_3mo_date":"2022-12-19","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130039":{"redcap_data_access_group":"spectrum_health","main_record_id":"20154","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-30","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-20","sp_v1_preop_date":"2022-09-15","sp_v2_6wk_date":"2022-11-01","sp_v3_3mo_date":"2022-12-20","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-12-06 11:13:23","erep_ae_date":"2022-12-06","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-12-06 10:30","erep_resolution_date":"2022-12-06 10:40","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient became claustrophobic when on MRI table, prior to scan starting. Unable to complete scan. Removed from MRI, symptoms resolved quickly.","erep_action_taken":"Visit completed except MRI, will continue in study.","erep_outcome":"Symptoms resolved quickly when removed from MRI.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130040":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"74","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130041":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to Reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130042":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Will be in Florida after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130043":{"redcap_data_access_group":"spectrum_health","main_record_id":"20158","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-31","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-16","sp_v1_preop_date":"2022-09-14","sp_v2_6wk_date":"2022-10-28","sp_v3_3mo_date":"2022-12-16","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-11-29 14:58:35","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient will be leaving for winter prior to visit window opening, so visit 3 performed as close to window as possible ","erep_protdev_caplan":"None","erep_rel_covid19":"0"}}},"130044":{"redcap_data_access_group":"spectrum_health","main_record_id":"20156","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-31","screening_age":"25","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-26","sp_v1_preop_date":"2022-09-01","sp_v2_6wk_date":"2022-11-06","sp_v3_3mo_date":"2022-12-26","age":"25","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130045":{"redcap_data_access_group":"spectrum_health","main_record_id":"20159","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-06","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-11","sp_v1_preop_date":"2022-09-22","sp_v2_6wk_date":"2022-11-21","sp_v3_3mo_date":"2023-01-10","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-01-04 08:06:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Imaging questionnaire missed by coordinator due to REDCap not working properly for them during visit.","erep_protdev_caplan":"Retraining of staff to remind them of all forms that need to be completed.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-19 12:59:14","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation survey not completed prior to OR","erep_protdev_caplan":"Continue to contact patients to attempt completion of all surveys according to timeline","erep_rel_covid19":"0"}}},"130046":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130047":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic, not willing to complete MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130048":{"redcap_data_access_group":"spectrum_health","main_record_id":"20180","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-09","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-29","sp_v1_preop_date":"2022-11-10","sp_v2_6wk_date":"2023-01-10","sp_v3_3mo_date":"2023-02-28","age":"33","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130049":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Overwhelmed with amount of medical appointments already","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130050":{"redcap_data_access_group":"spectrum_health","main_record_id":"20164","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-13","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-14","sp_v1_preop_date":"2022-10-06","sp_v2_6wk_date":"2022-11-24","sp_v3_3mo_date":"2023-01-13","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130051":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Has had an MRI in the past and \"I won't ever do one of those again\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130052":{"redcap_data_access_group":"spectrum_health","main_record_id":"20165","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-20","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-28","sp_v1_preop_date":"2022-09-22","sp_v2_6wk_date":"2022-11-08","sp_v3_3mo_date":"2022-12-28","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130053":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"82","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130054":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"already feeling overwhelmed, do not feel they can add anything else right now","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130055":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130056":{"redcap_data_access_group":"spectrum_health","main_record_id":"20169","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-23","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-03","sp_v1_preop_date":"2022-09-29","sp_v2_6wk_date":"2022-11-13","sp_v3_3mo_date":"2023-01-02","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130057":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Going to Florida postop","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130058":{"redcap_data_access_group":"spectrum_health","main_record_id":"20174","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-30","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-28","sp_v1_preop_date":"2022-10-27","sp_v2_6wk_date":"2022-12-08","sp_v3_3mo_date":"2023-01-27","age":"49","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-10-20 15:17:00","erep_ae_date":"2022-10-20","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-10-20 14:30","erep_resolution_date":"2022-10-20 14:50","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient has history of claustrophobia but was willing to attempt MRI scan. Eye mask, ear plugs, pillows, warm blankets, etc were utilized to help the patient feel more relaxed. Patient began to feel extremely claustrophobic when placed in the scanner and heart was racing. Resolved upon exiting the scanner.","erep_action_taken":"MRI was stopped and not reattempted. Subject will continue participation in study but will not attempt an MRI at the 3 month visit.","erep_outcome":"All symptoms resolved without further intervention.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130059":{"redcap_data_access_group":"spectrum_health","main_record_id":"20176","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-30","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-31","sp_v1_preop_date":"2022-10-20","sp_v2_6wk_date":"2022-12-11","sp_v3_3mo_date":"2023-01-30","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130060":{"redcap_data_access_group":"spectrum_health","main_record_id":"20173","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-04","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-01","sp_v1_preop_date":"2022-11-29","sp_v2_6wk_date":"2023-01-12","sp_v3_3mo_date":"2023-03-02","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-12-07 15:32:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed baseline surveys and visit. Surgery then rescheduled. Visit repeated with in window, but patient unable to redo surveys prior to visit- became ill with influenza and did not complete.","erep_protdev_caplan":"Educate staff and patients on need to complete within window.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-03-16 14:04:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed 3-month surveys 1 day outside of window. Staff had tried to reach patient several times within window & patient said they would be available after window closed to do surveys with coordinator. ","erep_protdev_caplan":"Make sure to remind patients that surveys are set to be done within certain time windows. Staff can also reach out sooner if we know the patient is difficult to contact.","erep_rel_covid19":"0"}}},"130061":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"80","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130063":{"redcap_data_access_group":"spectrum_health","main_record_id":"20184","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-12","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-04","sp_v1_preop_date":"2022-10-27","sp_v2_6wk_date":"2022-12-16","sp_v3_3mo_date":"2023-02-03","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-10-17","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Feeling overwhelmed, no longer able/wanting to travel for extra appointments.","sp_data_site":"3"},"130064":{"redcap_data_access_group":"spectrum_health","main_record_id":"20187","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-17","screening_age":"42","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-28","sp_v1_preop_date":"2022-10-27","sp_v2_6wk_date":"2022-12-08","sp_v3_3mo_date":"2023-01-27","age":"42","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130065":{"redcap_data_access_group":"spectrum_health","main_record_id":"20185","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-17","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-01","sp_v1_preop_date":"2022-10-27","sp_v2_6wk_date":"2022-12-13","sp_v3_3mo_date":"2023-01-31","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-12-05 15:05:55","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed the deep breathing & coughing day 28 survey one day outside of window","erep_protdev_caplan":"Staff will continue to assist patients in completing surveys according to timeline.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-01-19 15:08:54","erep_ae_date":"2023-01-19","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-01-19 14:50","erep_resolution_date":"2023-01-19 15:09","erep_ae_severity":"2","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"Patient became nauseous between 1st resting scan and cuff scan 1. No vomiting or other symptoms. Patient removed from scanner- remained nauseous, unable to complete additional scans. Okay to continue with remainder of visit.","erep_action_taken":"Provided patient with water and crackers, symptoms resolved.","erep_outcome":"Continued with remained of study activities.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130066":{"redcap_data_access_group":"spectrum_health","main_record_id":"20192","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-25","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-10","sp_v1_preop_date":"2022-10-28","sp_v2_6wk_date":"2022-12-22","sp_v3_3mo_date":"2023-02-09","age":"63","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130067":{"redcap_data_access_group":"spectrum_health","main_record_id":"20197","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-01","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-15","sp_v1_preop_date":"2022-11-14","sp_v2_6wk_date":"2022-12-27","sp_v3_3mo_date":"2023-02-14","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130068":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to Reach prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130069":{"redcap_data_access_group":"spectrum_health","main_record_id":"20198","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-09","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-21","sp_v1_preop_date":"2022-11-17","sp_v2_6wk_date":"2023-01-02","sp_v3_3mo_date":"2023-02-20","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130070":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Feeling overwhelmed already","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130071":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130072":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"28","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to miss work prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130073":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Feeling overwhelmed with upcoming surgery already","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130074":{"redcap_data_access_group":"spectrum_health","main_record_id":"20209","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-16","screening_age":"26","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-09","sp_v1_preop_date":"2022-12-06","sp_v2_6wk_date":"2023-01-20","sp_v3_3mo_date":"2023-03-10","age":"26","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-04-04 12:09:21","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient did not do baseline surveys prior to DOS. ","erep_protdev_caplan":"Re-sent demographics 1 and 2 from baseline surveys per Martin. Patient completed these on 2/9/23 and 2/10/23.","erep_rel_covid19":"0"}}},"130075":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient not appropriate after conversation, unable to under study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130076":{"redcap_data_access_group":"spectrum_health","main_record_id":"20203","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-18","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-02","sp_v1_preop_date":"2022-11-22","sp_v2_6wk_date":"2023-01-13","sp_v3_3mo_date":"2023-03-03","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-11-22 12:21:37","erep_ae_date":"2022-11-22","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-11-22 11:21","erep_resolution_date":"2022-11-22 11:45","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient became claustrophobic when being put in the MRI scanner. Stated heart was racing, short of breath. Resolved upon exiting scanner. ","erep_action_taken":"Patient unable to complete MRI scan, but willing to continue to participate in the rest of study activities.","erep_outcome":"Provided patient with water, snacks, and quiet room outside of MRI scanner. Symptoms resolved and patient went home when study activities were completed.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130077":{"redcap_data_access_group":"spectrum_health","main_record_id":"20204","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-18","screening_age":"45","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-07","sp_v1_preop_date":"2022-11-29","sp_v2_6wk_date":"2023-01-18","sp_v3_3mo_date":"2023-03-08","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-11-29","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"No reason given- just stated he would not be participating in the study.","sp_data_site":"3"},"130078":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-01","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130079":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-01","screening_age":"62","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"worried about the amount of time needed to participate, unable to dedicate time to the study, especially with the holidays approaching","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130080":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130081":{"redcap_data_access_group":"spectrum_health","main_record_id":"20214","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-09","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-15","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-22","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130082":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do brain MRI's","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130083":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130084":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No transportation, otherwise very interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130085":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130086":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130087":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130088":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Transportation concerns","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130089":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130090":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130091":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130092":{"redcap_data_access_group":"spectrum_health","main_record_id":"20227","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-17","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-17","sp_v1_preop_date":"2023-01-19","sp_v2_6wk_date":"2023-02-28","sp_v3_3mo_date":"2023-04-17","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 12:11:01","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Due to patient medical condition and post op complications unable to complete during visit window. 3 month visit completed as close to window as able.","erep_protdev_caplan":"continue to attempt to complete visits within visit windows","erep_rel_covid19":"0"}}},"130093":{"redcap_data_access_group":"spectrum_health","main_record_id":"20233","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-30","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-15","sp_v1_preop_date":"2023-02-02","sp_v2_6wk_date":"2023-03-29","sp_v3_3mo_date":"2023-05-15","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130094":{"redcap_data_access_group":"spectrum_health","main_record_id":"20236","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-30","screening_age":"28","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-24","sp_v1_preop_date":"2023-02-03","sp_v2_6wk_date":"2023-04-07","sp_v3_3mo_date":"2023-05-24","age":"28","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130095":{"redcap_data_access_group":"spectrum_health","main_record_id":"20241","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-14","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-28","sp_v1_preop_date":"2023-02-23","sp_v2_6wk_date":"2023-04-11","sp_v3_3mo_date":"2023-05-28","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130096":{"redcap_data_access_group":"spectrum_health","main_record_id":"20238","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-07","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-06","sp_v1_preop_date":"2023-03-02","sp_v2_6wk_date":"2023-04-17","sp_v3_3mo_date":"2023-06-06","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-06-29 15:42:22","erep_ae_date":"2023-06-01","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-06-01 15:42","erep_resolution_date":"2023-06-01 15:42","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt experienced discomfort due to the MRI machine constricting their shoulders. Scan was stopped at 299/450 volumes. ","erep_action_taken":"Visit 3 activities were completed successfully after the scan was stopped.","erep_outcome":"Pt continues to participate in the program. No issues were presented by the pt after the scan was stopped.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130097":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-07","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130098":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130099":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"37","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"just started new job and unable to take time off work for the visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130100":{"redcap_data_access_group":"spectrum_health","main_record_id":"20243","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-24","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-13","sp_v1_preop_date":"2023-03-09","sp_v2_6wk_date":"2023-04-24","sp_v3_3mo_date":"2023-06-13","age":"59","sex":"1","genident":"1","ethnic":"4","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130101":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130102":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"overwhelmed with surgery and other medical issues","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130103":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"only 3 work days until surgery, unable to schedule visit in that time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130104":{"redcap_data_access_group":"spectrum_health","main_record_id":"20247","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-17","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-28","sp_v1_preop_date":"2023-03-23","sp_v2_6wk_date":"2023-05-09","sp_v3_3mo_date":"2023-06-28","age":"47","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130105":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"leaving state for 1 week prior to surgery. Feels overwhelmed.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130106":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130107":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130108":{"redcap_data_access_group":"spectrum_health","main_record_id":"20249","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-29","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-12","sp_v1_preop_date":"2023-04-06","sp_v2_6wk_date":"2023-05-24","sp_v3_3mo_date":"2023-07-12","age":"43","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130109":{"redcap_data_access_group":"spectrum_health","main_record_id":"20257","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-05","screening_age":"32","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-17","sp_v1_preop_date":"2023-04-13","sp_v2_6wk_date":"2023-05-29","sp_v3_3mo_date":"2023-07-17","age":"32","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130110":{"redcap_data_access_group":"spectrum_health","main_record_id":"20256","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-11","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-19","sp_v1_preop_date":"2023-04-13","sp_v2_6wk_date":"2023-05-31","sp_v3_3mo_date":"2023-07-19","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130111":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to get time off work, has to save PTO","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130112":{"redcap_data_access_group":"spectrum_health","main_record_id":"20261","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-19","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"2023-04-20","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"70","sex":"4","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"2023-05-30","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Baseline visit completed prior to scheduled OR; OR cancelled due to patient worsening medical condition. No longer a surgical candidate.","sp_data_site":"3"},"130113":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130114":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130115":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130116":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined phone 4.26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130117":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130118":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"21","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130119":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives 4 hours away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130123":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-30","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"unable to contact prior to OR","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130124":{"redcap_data_access_group":"spectrum_health","main_record_id":"20276","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-30","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-12","sp_v1_preop_date":"2023-06-08","sp_v2_6wk_date":"2023-07-24","sp_v3_3mo_date":"2023-09-12","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-10-04 15:18:21","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was out of the state, scheduled as soon as return to home. Unavoidable due to length of vacation. ","erep_protdev_caplan":"Will continue to schedule visits within window.","erep_rel_covid19":"0"}}},"130125":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-01","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130126":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"19","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130127":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-05","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM, unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130128":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"6/16 pt states that he won't be available to participate between now and his OR date. Respectfully declined.\r\n6/16 patient called back and would like to participate\r\n6/16 patient called back to say he changed his mind again and will be unable to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130129":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-05","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130131":{"redcap_data_access_group":"spectrum_health","main_record_id":"20303","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-21","sp_v1_preop_date":"2023-08-17","sp_v2_6wk_date":"2023-10-02","sp_v3_3mo_date":"2023-11-21","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130132":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Feeling overwhelmed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130133":{"redcap_data_access_group":"spectrum_health","main_record_id":"20281","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-13","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-12","sp_v1_preop_date":"2023-06-15","sp_v2_6wk_date":"2023-08-23","sp_v3_3mo_date":"2023-10-12","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130134":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to OR","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130135":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to OR date","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130136":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6.16 phone call, pt declined- CL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130137":{"redcap_data_access_group":"spectrum_health","main_record_id":"20283","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-16","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6.16 LVM - CL\r\n6.19 LVM, missed call back from pt- CL\r\n6.19 pt called back, consented to participate","obtain_date":"2023-06-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-10","sp_v1_preop_date":"2023-07-06","sp_v2_6wk_date":"2023-08-21","sp_v3_3mo_date":"2023-10-10","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-07-25 16:20:55","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient unable to come in during visit window. ","erep_protdev_caplan":"Will continue to attempt to schedule within window. Reviewed next visit window at this appointment.","erep_rel_covid19":"0"}}},"130138":{"redcap_data_access_group":"spectrum_health","main_record_id":"20285","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-20","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-12","sp_v1_preop_date":"2023-06-22","sp_v2_6wk_date":"2023-08-23","sp_v3_3mo_date":"2023-10-12","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130139":{"redcap_data_access_group":"spectrum_health","main_record_id":"20286","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-20","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-29","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-10","sp_v3_3mo_date":"2023-09-29","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130140":{"redcap_data_access_group":"spectrum_health","main_record_id":"20287","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-21","screening_age":"41","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-27","sp_v1_preop_date":"2023-06-22","sp_v2_6wk_date":"2023-08-08","sp_v3_3mo_date":"2023-09-27","age":"41","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-10-05 15:46:33","erep_ae_date":"","erep_visit_inv":"","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":""}}},"130141":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130142":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7.13 patient declined over phone- CL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130146":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"feeling very overwhelmed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130147":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Does not want to do MRI, feeling overwhelmed, does not live locally","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130148":{"redcap_data_access_group":"spectrum_health","main_record_id":"20314","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-02","screening_age":"34","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-25","sp_v1_preop_date":"2023-09-14","sp_v2_6wk_date":"2023-11-05","sp_v3_3mo_date":"2023-12-25","age":"34","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130149":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"20","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130150":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130151":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130152":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"broke ankle immediately prior to OR, unable to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130153":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130155":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient declined- has been having an intense medical work up for almost a year and does not want any more labs/scans/etc.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130156":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130157":{"redcap_data_access_group":"spectrum_health","main_record_id":"20308","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-16","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-23","sp_v1_preop_date":"2023-08-17","sp_v2_6wk_date":"2023-10-04","sp_v3_3mo_date":"2023-11-23","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-10-04","ewprimaryreason":"1","ewdisreasons":"1|2","ewpireason":"N/A","ewcomments":"Patient stated he would like to no longer participate in the study. He shared he was claustrophobic in the MRI and has no interest in repeating any of the other activities either.","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-08-17 16:22:36","erep_ae_date":"2023-08-17","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-08-17 16:23","erep_resolution_date":"2023-08-17 16:23","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient panicked in the MRI and decided that they could NOT do that portion of the study.","erep_action_taken":"The MRI portion of the appointment was omitted.","erep_outcome":"Patient was appreciative and the rest of the appointment and measurements took place as normal.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130158":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10.27 Too much going on in personal life to participate at this time (recent death of a family member), politely declined participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130160":{"redcap_data_access_group":"spectrum_health","main_record_id":"20312","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-24","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-08","sp_v1_preop_date":"2023-08-31","sp_v2_6wk_date":"2023-10-20","sp_v3_3mo_date":"2023-12-08","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130161":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-25","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130162":{"redcap_data_access_group":"spectrum_health","main_record_id":"20315","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-28","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-29","sp_v1_preop_date":"2023-08-28","sp_v2_6wk_date":"2023-10-10","sp_v3_3mo_date":"2023-11-29","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130163":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130164":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-05","screening_age":"56","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130165":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-05","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130159":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130166":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-06","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130167":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":" Decided not to participate. Too much to deal with at this time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130168":{"redcap_data_access_group":"spectrum_health","main_record_id":"20319","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-13","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-17","sp_v1_preop_date":"2023-09-21","sp_v2_6wk_date":"2023-11-27","sp_v3_3mo_date":"2024-01-16","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130169":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt doesn't have time to participate in study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130170":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Contact 10/6 decided too much going on and will decline participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130171":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130172":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130173":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM; no return phone call","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130174":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"voice mail left, no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130175":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt discussed with wife and decided to decline.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130176":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130177":{"redcap_data_access_group":"spectrum_health","main_record_id":"20327","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-02","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130178":{"redcap_data_access_group":"spectrum_health","main_record_id":"20330","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-06","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-02","sp_v1_preop_date":"2023-10-19","sp_v2_6wk_date":"2023-12-14","sp_v3_3mo_date":"2024-02-01","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130179":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130180":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130181":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130182":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130183":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11.13.23-spoke with pt and he politely declined participation in the program due to travel and time constraints.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130184":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130185":{"redcap_data_access_group":"spectrum_health","main_record_id":"20334","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-23","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10.23.23 interested. Didn't have time to cover consent today but wants a call tmrw.","obtain_date":"2023-10-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-13","sp_v1_preop_date":"2023-11-02","sp_v2_6wk_date":"2023-12-25","sp_v3_3mo_date":"2024-02-12","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130186":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130187":{"redcap_data_access_group":"spectrum_health","main_record_id":"20343","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-31","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11.17 - consented on 11/17/23 at 11:40 AM","obtain_date":"2023-11-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-07","sp_v1_preop_date":"2023-11-29","sp_v2_6wk_date":"2024-01-18","sp_v3_3mo_date":"2024-03-07","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130188":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"don't want any additional work. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130189":{"redcap_data_access_group":"spectrum_health","main_record_id":"20339","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-01","screening_age":"34","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-27","sp_v1_preop_date":"2023-11-21","sp_v2_6wk_date":"2024-01-08","sp_v3_3mo_date":"2024-02-26","age":"34","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130190":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130191":{"redcap_data_access_group":"spectrum_health","main_record_id":"20344","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-09","screening_age":"75","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11.9-Info given","obtain_date":"2023-11-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-28","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2024-01-09","sp_v3_3mo_date":"2024-02-27","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130192":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The online surveys were a deterrence for him. Larry does not do well with technology.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130193":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130194":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11.10- sent info\r\n11.13-patient reached","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130195":{"redcap_data_access_group":"spectrum_health","main_record_id":"20345","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11.10-LVM\r\n\r\n11.14- pt was interested and wanted to sign consent. They couldn't activate their email so they will get family member to assist. Follow up call will be tmrw morning.\r\n\r\n11.16 Spoke with pt and they needed more time to review with family member. Asked if we could call tmrw.\r\n\r\n11.17 Follow up with pt and they will participate. Scheduled V1 on 11/21/23 NO MRI, consent onsite.","obtain_date":"2023-11-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-06","sp_v1_preop_date":"2023-11-22","sp_v2_6wk_date":"2024-01-17","sp_v3_3mo_date":"2024-03-06","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130197":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-13","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130198":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-13","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130199":{"redcap_data_access_group":"spectrum_health","main_record_id":"20341","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-13","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/14 - consented at 1513, V1 scheduled for 11/16/23","obtain_date":"2023-11-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-22","sp_v1_preop_date":"2023-11-16","sp_v2_6wk_date":"2024-01-03","sp_v3_3mo_date":"2024-02-21","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130200":{"redcap_data_access_group":"spectrum_health","main_record_id":"20342","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-14","screening_age":"39","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11.14-info given ","obtain_date":"2023-11-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-30","sp_v1_preop_date":"2023-11-15","sp_v2_6wk_date":"2024-01-11","sp_v3_3mo_date":"2024-02-29","age":"39","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130201":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130196":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11.10-LVM\r\n11.17-patient reached ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130202":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-22","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130203":{"redcap_data_access_group":"spectrum_health","main_record_id":"20346","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-24","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-29","sp_v1_preop_date":"2023-11-28","sp_v2_6wk_date":"2024-01-10","sp_v3_3mo_date":"2024-02-28","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130204":{"redcap_data_access_group":"spectrum_health","main_record_id":"20347","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-24","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-30","sp_v1_preop_date":"2023-11-28","sp_v2_6wk_date":"2024-01-11","sp_v3_3mo_date":"2024-02-29","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130205":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-27","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130206":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-27","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130062":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Going to Florida for the winter- leaving 2 weeks post op","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130120":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130121":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to OR","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130122":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to OR","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130130":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Since Larry wasn't available I spoke with Dawn (spouse), and she indicated she was quite positive that Larry wouldn't be intested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130154":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact; multiple phone calls, email sent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130143":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130144":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130145":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130000":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-27","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives 4.5 hours away and is does not want to travel for visits -MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120002":{"redcap_data_access_group":"university_of_mich","main_record_id":"25044","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-17","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt wanted some emailed info. Apprehensive about participating, but wants to think about it. Emailed 10/17- MD","obtain_date":"2022-10-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-26","sp_v1_preop_date":"2022-10-24","sp_v2_6wk_date":"2022-12-06","sp_v3_3mo_date":"2023-01-25","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120003":{"redcap_data_access_group":"university_of_mich","main_record_id":"25002","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-06-27","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 6/27- MD\r\nLVM 6/29- MD\r\nVerbal yes, would like call after 2PM today to get enrolled 7/5-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-11","sp_v1_preop_date":"2022-07-07","sp_v2_6wk_date":"2022-08-22","sp_v3_3mo_date":"2022-10-11","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-08-09","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt emailed expressing that she wished to stop participation, did not name any specific reason why. Said we could keep data already collected.","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-07-11 10:25:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation Items not completed within time frame.","erep_protdev_caplan":"Expectation Items completed on DOS.","erep_rel_covid19":"0"}}},"120004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Could not reach prior to August DOS\r\nUnable to contact prior to DOS again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and emailed 6/29- MD\r\nPt called back, MD spoke with pt and after reading email, pt decided they did not want to participate 6/30- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt has extreme claustrophobia and would not be willing to do MRI 6/30- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120007":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed 6/30- MD\r\nSpoke with pt at work, would like additional info emailed and for a call back on Thursday (7/7) 7/5- MD\r\nDeclined- time 7/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed 6/30- MD\r\nPt did not want to come in for visits, says he spends too much time coming to the hospital for appointments already 7/6- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt would not be willing to go into MRI without taking Valium- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120010":{"redcap_data_access_group":"university_of_mich","main_record_id":"25001","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-30","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes after approached in clinic. Asked for call 7/1 afternoon to go through enrollment process- MD","obtain_date":"2022-08-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-26","sp_v1_preop_date":"2023-04-19","sp_v2_6wk_date":"2023-06-07","sp_v3_3mo_date":"2023-07-26","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-15 11:00:54","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt had RTKA on 4/26/23. At the time of re-consent and time of surgery, she was not scheduled to have a LTKA. Pt ended up being scheduled for and receiving a LTKA on 6/14/23 (within the exclusionary 3-month window).","erep_protdev_caplan":"Will attempt to bring pt in towards the end of her 3-month window (7/12-8/9) for her 3-month visit. She may not be eligible or willing to scan so soon after her LTKA, but will complete as many tests as possible.","erep_rel_covid19":"0"}}},"120011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt very interested, but needs to make sure she would have a ride. Pt will call me back with answer 7/6- MD\r\nPt concerned with MRI as she has had many in the past, would like to defer for now, but is ok if we re-approach if she comes in for other knee in the future 7/7- MD\r\nPt was re-scheduled for 8/24, called to touch base. Might be trying to move appts around. Call 8/9 morning to see what she's thinking 8/5- MD\r\nLVM 8/9- MD\r\nSpoke with pt. Still wants to defer to other knee as she lives far away and wants definitive dates for possible BL visit 8/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt's husband who said pt stepped out for a while, asked for me to email the pt some details. Emailed 7/6- MD\r\nPt would like to defer, too close to surgery date for her to feel comfortable committing at this time 7/7- MD\r\n\r\nLVM and emailed - CJB 5/3\r\n\r\nLVM - CJB 5/5\r\n\r\nCall answered on 5/10 but she was not home - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt is claustrophobic and will not do MRI 7/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120014":{"redcap_data_access_group":"university_of_mich","main_record_id":"25003","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 7/7- MD","obtain_date":"2022-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-18","sp_v1_preop_date":"2022-07-12","sp_v2_6wk_date":"2022-08-29","sp_v3_3mo_date":"2022-10-18","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too involved for the given time frame 7/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120016":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt was in the middle of a workout. Asked for emailed information and follow-up call later this week 7/11- MD\r\nPt is claustrophobic and would require sedation for MRI 7/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt gets frequent MRIs and they cause him anxiety. Also, the distance is too far to come for research visits on top of other visits in Ann Arbor- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120018":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic, would like to think about study, will reach out closer to DOS- 7/14- MD\r\n\r\nPt declined- stated he did not remember expressing interest in the study and does not want to participate 8/30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120019":{"redcap_data_access_group":"university_of_mich","main_record_id":"25009","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-05","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-15","sp_v1_preop_date":"2022-08-10","sp_v2_6wk_date":"2022-09-26","sp_v3_3mo_date":"2022-11-15","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt is nervous about doing the MRIs and decided not to participate 7/18- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120021":{"redcap_data_access_group":"university_of_mich","main_record_id":"25004","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-15","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-25","sp_v1_preop_date":"2022-07-21","sp_v2_6wk_date":"2022-09-05","sp_v3_3mo_date":"2022-10-25","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt concerned with time/holiday weekend- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120023":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt would like to participate, but is traveling and would like call Thursday (7/21) afternoon to go through consent process 7/18- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120024":{"redcap_data_access_group":"university_of_mich","main_record_id":"25005","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-18","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-27","sp_v1_preop_date":"2022-07-25","sp_v2_6wk_date":"2022-09-07","sp_v3_3mo_date":"2022-10-27","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-11-11 12:42:56","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-Month visit conducted 1 day past visit window due to inability to obtain imaging slot during window","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"120025":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt is claustrophobic and would require sedation for MRI- 7/18 MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120026":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120027":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is having a very hard time ambulating and is concerned that she would not be able to make it into the study visits/would be \"wiped out\" for a whole day afterwards. 7/20- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is still teaching and could not commit to coming in for study visits 7/22-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-21","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives multiple hours away and is not willing to travel for study visits 7/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120031":{"redcap_data_access_group":"university_of_mich","main_record_id":"25007","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-22","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-02","sp_v1_preop_date":"2022-07-30","sp_v2_6wk_date":"2022-09-13","sp_v3_3mo_date":"2022-11-02","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120032":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120033":{"redcap_data_access_group":"university_of_mich","main_record_id":"25006","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-22","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested in participating. Would like call Monday morning (7/25) around 9AM to go through consent. 7/22- MD","obtain_date":"2022-07-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-07","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Consented before 1st TKA, postponed participation to second TKA as 1st was moved up.\r\nCalled patient to re-consent and she asked to be removed from study.","sp_data_site":"1"},"120034":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120035":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt unwilling to do MRI 7/22- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120037":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt does not have time before surgery to come in for a visit 7/27- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120038":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120039":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120040":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt does not have access to a car and would have a very difficult time getting to Ann Arbor for study visits 7/28- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120041":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt is unwilling to do MRI 8/3- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120042":{"redcap_data_access_group":"university_of_mich","main_record_id":"25008","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-28","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is unsure if she is having surgery or not. Asked for additional info to be emailed and a call back next Wednesday 8/3. 7/28 - MD","obtain_date":"2022-08-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120043":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt does not want to come in for any study visits 7/28- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-08","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too many appointments already, does not want to come in extra for research 8/8- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120046":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-08","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 8/8- MD\r\nLVM 8/9- MD\r\nPt returned call and LVM, called back, no answer 8/9- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120047":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-08","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt does not want to come in for MRIs or any other extra visits 8/8- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120048":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120049":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"1","ptinterest_comment":"Pt is isolating prior to surgery and does not want to come in for visits 8/9- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120050":{"redcap_data_access_group":"university_of_mich","main_record_id":"25074","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-15","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt interested, but unsure if she'd be able to come in for a visit. Can call later today to check in. Also OK with being re-approached for other knee (after new year) 8/9- MD\r\n\r\nLVM, emailed 12/15 - CJB","obtain_date":"2022-12-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-11","sp_v1_preop_date":"2023-01-09","sp_v2_6wk_date":"2023-02-22","sp_v3_3mo_date":"2023-04-11","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed 8/9-MD\r\nPt lives in the UP and would be willing to do virtual visits but not travel to Ann Arbor 8/12- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and emailed 8/9- MD\r\nSpoke with family member who said he was not there. Not sure a good time to call back 8/12- MD\r\nDOS moved to 9/13/22, not interested in research 9/2- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120054":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt goes to Florida 7 months of the year and will be leaving before 3 month visit time. He said he thinks he'll be too busy recovering/ prepping to leave and decided to decline 8/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120055":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt said he is still working and watching grandkids. Feels like too much to add to his plate 8/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120056":{"redcap_data_access_group":"university_of_mich","main_record_id":"25010","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-12","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-22","sp_v1_preop_date":"2022-08-17","sp_v2_6wk_date":"2022-10-03","sp_v3_3mo_date":"2022-11-22","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120057":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-15","screening_age":"78","screening_gender":"2","screening_race":"5","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt states that she does not live near the university and it would be difficult for her to get to Ann Arbor for the visits 8/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120058":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt said he has a lot going on and does not want to add this to his plate 8/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120059":{"redcap_data_access_group":"university_of_mich","main_record_id":"25011","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-26","sp_v1_preop_date":"2022-08-24","sp_v2_6wk_date":"2022-10-07","sp_v3_3mo_date":"2022-11-26","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt was driving and asked for info to be emailed. Emailed 8/16- MD\r\nLVM 8/18- SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120061":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-18","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient admitted he is very claustrophobic. Exclude. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120062":{"redcap_data_access_group":"university_of_mich","main_record_id":"25012","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Enroll tomorrow at 10:30am, SL 8/18","obtain_date":"2022-08-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-29","sp_v1_preop_date":"2022-08-24","sp_v2_6wk_date":"2022-10-10","sp_v3_3mo_date":"2022-11-29","age":"71","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-08-29 10:45:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient finished baseline surveys on day of surgery. Patient did not realize she needed to do these surveys before her surgery. RA had discussed with patient at baseline visit that surveys were due day before surgery but patient forgot. The due date listed on the MDH app was 9/8. Apologized and explained to patient this due date is not always correct. Patient was amicable and finished surveys today while waiting to be taken back.","erep_protdev_caplan":"Will make sure patients understand when baseline surveys are due and that due date listed on MDH app is automatically generated and not always correct (if sent within 2 weeks of surgery date). Explain to patient that surveys will close at correct timepoint. Also, will make sure to continue to do reminder calls or emails to ask patients to finish baseline surveys . ","erep_rel_covid19":"0"}}},"120063":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt was interested in participating, but is very claustrophobic and unwilling to try MRI8/19- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120064":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120065":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt said Ann Arbor is too far to come for him for the study visits. Would be interested otherwise 8/19- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120066":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Emailed 8/19- MD\r\nPt declined MRI, claustrophobic- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120067":{"redcap_data_access_group":"university_of_mich","main_record_id":"25013","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-22","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-30","sp_v1_preop_date":"2022-08-25","sp_v2_6wk_date":"2022-10-11","sp_v3_3mo_date":"2022-11-30","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120068":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined as it is too involved for what he would want to do right now 8/24- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120069":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Not interested in undergoing the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120070":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Emailed 8/23- MD\r\nParticipant asked for table with breakdown of events and will think about it. He will reach out with interest. Sent another email 8/24- MD\r\nPatient did not reach out, no response. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120071":{"redcap_data_access_group":"university_of_mich","main_record_id":"25018","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-30","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-05","sp_v1_preop_date":"2023-08-29","sp_v2_6wk_date":"2023-10-17","sp_v3_3mo_date":"2023-12-05","age":"72","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120072":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Exclude- patient extremely claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120073":{"redcap_data_access_group":"university_of_mich","main_record_id":"25017","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-30","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-12","sp_v1_preop_date":"2022-09-09","sp_v2_6wk_date":"2022-10-24","sp_v3_3mo_date":"2022-12-12","age":"67","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-09-12 09:30:26","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete Expectation Items before they were due.","erep_protdev_caplan":"Pt completed Expectation Items on DOS. Completed in Coordinator Mode in MDH.","erep_rel_covid19":"0"}}},"120074":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient going out of town until right before surgery 8/30 SL\r\n\r\nDeferred participation\r\n\r\nLVM and emailed 4/5 - CJB\r\n\r\nDeclined due to travel - CJB 4/18\r\n\r\n\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120075":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 8/30 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120076":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 8/30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120077":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt's phone was going in and out, will email info and try again 9/1- MD\r\n\r\nPatient would like to discuss with husband (forgot about the study) and will cb tomorrow. If would like to enroll will do visit this Friday since surgery is Monday. 9/7 SL\r\n\r\nPatient very overwhelmed with current surgery, declined 9/11 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120078":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Would be more interested if visits could be done closer to home- 9/1 MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120079":{"redcap_data_access_group":"university_of_mich","main_record_id":"25019","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-01","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 9/1- MD\r\nPt called back, verbal yes. Will call when she gets to her office","obtain_date":"2022-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-13","sp_v1_preop_date":"2022-09-09","sp_v2_6wk_date":"2022-10-25","sp_v3_3mo_date":"2022-12-13","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120080":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"68","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt was very confused and thought that this was required for surgery. Wanted me to talk to her son. I will email information for them to review, but I think enrolling would confuse the patient more 9/1- MD\r\nNo response prior to DOS- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120081":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt said he would not be able to come in for extra in person visits 9/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120082":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was at work, asked for emailed info 9/2- MD\r\n\r\nSpoke to patient and her surgery was moved up from 9/20 to 9/14. Patient did not have time for baseline visit. However, hopes to get other knee done in future and ok being contacted again for this surgery. Deferred participation for this surgery. 9/7/22 SL\r\n\r\nPt initially deferred after first knee, but feels like she does not have time to participate. Declined 5/4- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120083":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed- MD\r\n\r\nSpoke with pt who did not have any time to go over study, requested call back on 1/18 \"after lunch\" - CJB 1/17\r\n\r\nPt did not answer on 1/18 at 12:30pm, LVM and emailed - CJB\r\n\r\nLVM - CJB 1/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120084":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120085":{"redcap_data_access_group":"university_of_mich","main_record_id":"25022","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-08","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-19","sp_v1_preop_date":"2022-09-14","sp_v2_6wk_date":"2022-10-31","sp_v3_3mo_date":"2022-12-19","age":"61","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-11-22 13:56:09","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt had Left TKA on 9/19/2022 without plans to have Right TKA within 3 months. Prior to scheduling 3- month follow-up visit, the pt reached out to me to let me know that he was scheduled to have Right TKA on 11/21/2022 (confirmed). ","erep_protdev_caplan":"Will wait until closer to end of window to get patient scheduled for 3-month visit.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-01-12 13:46:59","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt came in for 3-month follow-up visit 9 days past the closing of his window. He had his second knee replacement within 3-months of his first and was not comfortable undergoing the testing until the very end of his window.","erep_protdev_caplan":"The pt let us know as soon as he was comfortable to come in for QST/blood draw/fMRI and we scheduled him within a few days. Pt did complete 3-Month surveys within his window.","erep_rel_covid19":"0"}}},"120086":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Emailed 9/8- MD\r\nLVM 9/9- SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120087":{"redcap_data_access_group":"university_of_mich","main_record_id":"25021","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-08","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed 9/8- MD\r\n","obtain_date":"2022-09-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-19","sp_v1_preop_date":"2022-09-16","sp_v2_6wk_date":"2022-10-31","sp_v3_3mo_date":"2022-12-19","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120088":{"redcap_data_access_group":"university_of_mich","main_record_id":"25024","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-08","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Definitely interested. Contact as soon as she gets on OR schedule 9/8- MD","obtain_date":"2022-09-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-27","sp_v1_preop_date":"2022-09-26","sp_v2_6wk_date":"2022-11-07","sp_v3_3mo_date":"2022-12-27","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120089":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Previously a \"no response\" for LTKA. DH talked to at workshop and pt declined. No specific reason given 7/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120090":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Emailed 9/12- MD\r\nPt asked for additional emailed info and I will check in later this week 9/14- MD\r\nLVM with cb number 9/16 SL\r\nNo Response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120091":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Time commitment/ too much additional imaging- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120092":{"redcap_data_access_group":"university_of_mich","main_record_id":"25023","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-12","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed 9/12- MD\r\nVerbal yes, want to go through consent at 7:30 AM Friday, 9/16 with visit first thing Monday morning (9/19) 9/15- MD","obtain_date":"2022-09-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-03","sp_v1_preop_date":"2022-09-19","sp_v2_6wk_date":"2022-11-13","sp_v3_3mo_date":"2023-01-02","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-10-04 09:46:48","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete Expectation survey prior to DOS.","erep_protdev_caplan":"Met pt in pre-op on DOS (10/3/2022) and went through Expectation Survey in coordinator mode.","erep_rel_covid19":"0"}}},"120093":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No reason, said \"it's not for me\" 9/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120094":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt was busy and asked for a call back later today (2PM) 9/15- MD\r\nLVM 9/15- SL\r\nPt did not call back prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120095":{"redcap_data_access_group":"university_of_mich","main_record_id":"25038","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-15","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt very interested, call as soon as on OR schedule 9/15- MD","obtain_date":"2022-09-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-11","sp_v1_preop_date":"2022-10-06","sp_v2_6wk_date":"2022-11-21","sp_v3_3mo_date":"2023-01-10","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-10-06 15:03:01","erep_ae_date":"2022-10-06","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-10-06 12:40","erep_resolution_date":"2022-10-06 13:00","erep_ae_severity":"2","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient was known to have vertigo prior to enrolling in study and participating in MRI. Research coordinator explained study procedures in detail to patient prior to enrollment and patient wanted to attempt MRI. After fMRI was finished and when patient went from laying to sitting he had an episode of vertigo. Patient had to lay back down because he was extremely dizzy. After a few minutes research coordinator and MRI tech helped patient into a chair outside the scanner room. Patient took medication for vertigo (antivert) and after about 15 minutes he began to feel better. Patient was able to walk to the car where wife was driving him home. Per patient these \"spells\" happen 3-4 times per month. He had planned to have his wife drive home.","erep_action_taken":"Patient was monitored until he felt better and was well enough to walk to the car. We will plan to exclude patient from the fMRI portion of the study for his 3mo visit, since laying flat is what may have triggered/contributed to his vertigo. Patient felt fine during QST and blood draw since he could sit-up during this. The head of the patient bed was elevated. ","erep_outcome":"Patient was feeling better once he left. Patient would like to continue participation but we will exclude him from the fMRI at the 3mo visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120096":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120097":{"redcap_data_access_group":"university_of_mich","main_record_id":"25028","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-19","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-28","sp_v1_preop_date":"2022-09-21","sp_v2_6wk_date":"2022-11-08","sp_v3_3mo_date":"2022-12-28","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120098":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt cannot miss any work prior to surgery. Taking off a lot of time after 9/22- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120099":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt will be out of town until 2 days prior to surgery and does not feel that she could fit a baseline visit in 9/22- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120100":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not able to commit to this 9/22- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120101":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120102":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Would like to defer until other knee as pt does not have any availability prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120103":{"redcap_data_access_group":"university_of_mich","main_record_id":"25033","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-23","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-09-23","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Pt emailed after we confirmed baseline visit date/time and said that after further consideration that they did not want to participate in the study.","sp_data_site":"N/A"},"120104":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to do an MRI. Has never had one but sates she is claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120105":{"redcap_data_access_group":"university_of_mich","main_record_id":"25034","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-23","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-12","sp_v1_preop_date":"2022-12-05","sp_v2_6wk_date":"2023-01-23","sp_v3_3mo_date":"2023-03-13","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-09-29 14:33:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"Pt's bp was outside the study's accepted range. Pt. had a bp of 95/55 while study's lower limit is 90/60. Pt. was questioned on if they felt fine and if it was normal for them. The pt responded yes to both. Due to the bp being just outside the range, a second bp was not taken and proceeded on with the 5x STS test.","erep_protdev_caplan":"None was taken","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-04-10 09:33:43","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was out of town for entire 3-month window.","erep_protdev_caplan":"Pt came in for his 3-month visit and was able to complete it 11 days past end of 3-month window.","erep_rel_covid19":"0"}}},"120106":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response before DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120107":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120108":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt emailed saying that she lives too far away to commit to this 9/27- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120109":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt will leave for second home shortly after surgery and does not want to commit to participating 9/28- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120110":{"redcap_data_access_group":"university_of_mich","main_record_id":"25035","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-27","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-05","sp_v1_preop_date":"2022-09-30","sp_v2_6wk_date":"2022-11-15","sp_v3_3mo_date":"2023-01-04","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120111":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt's surgery was moved up from 10/19 to 10/5, would like to be re-contacted when she comes in for other knee early to mid 2023 9/29- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120112":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt would be willing to do all study activities except the MRI 9/29- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120113":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120114":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt in clinic, interested, but wary of MRI. Recontact\r\n\r\nLVM and emailed 12/15 - CJB\r\n\r\nPt. declined saying he was too busy to participate. - CJB 1/5/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120115":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt. unable to fit study in schedule and asked to not be contacted when they get their left knee replaced","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120116":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives in Gaylord and is concerned with driving that far for research 10/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120117":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt cannot accommodate in-person visits 10/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120118":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"65","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt cannot commit as he is still working full time 10/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120119":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt cannot get to Ann Arbor on her own and does not want to come in for in person visits 10/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120120":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is a snowbird and will be going to FL as soon as she is cleared by surgeon 10/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120121":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120122":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt will be out of town prior to surgery and cannot make a baseline visit 10/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120123":{"redcap_data_access_group":"university_of_mich","main_record_id":"25040","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-05","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-17","sp_v1_preop_date":"2022-10-14","sp_v2_6wk_date":"2022-11-27","sp_v3_3mo_date":"2023-01-16","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120124":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is having other knee done in spring and would prefer we call her about that one. Not ready to participate at this time 10/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120125":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120126":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives in Florida December through May and does not want to come in for visits 10/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120127":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"too busy to fit study in schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120128":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No response prior to DOS in 2022\r\n\r\nWorkshop 4/12/23 reapproach\r\n\r\nDeclined at workshop, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120129":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120131":{"redcap_data_access_group":"university_of_mich","main_record_id":"25042","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-11","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-24","sp_v1_preop_date":"2022-10-19","sp_v2_6wk_date":"2022-12-04","sp_v3_3mo_date":"2023-01-23","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120132":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined via Patient Portal 4/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120133":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 10/13- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120134":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too busy, doesn't want to get involved 10/13- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120135":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120136":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120137":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too involved 10/17- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120138":{"redcap_data_access_group":"university_of_mich","main_record_id":"25043","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-17","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-09","sp_v1_preop_date":"2023-01-04","sp_v2_6wk_date":"2023-02-20","sp_v3_3mo_date":"2023-04-09","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120139":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120140":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120141":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was going to participate, but had a death in the family and can no longer make it 10/31- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120142":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt unable to come in for baseline visit prior to DOS. She works until 4 PM everyday. Maybe try again if she comes in for other knee 11/3- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120143":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120144":{"redcap_data_access_group":"university_of_mich","main_record_id":"25046","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-27","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is willing to participate, would like to call me around 2 PM today to go through consent and get enrolled. Pt asked for a text with info 10/27- MD\r\n\r\nCalled patient and she had some more questions but agreed to participate. On vacation and did not want to enroll right now. Call Monday around 11:00am to enroll 10/27 SL","obtain_date":"2022-10-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-08","sp_v1_preop_date":"2022-11-02","sp_v2_6wk_date":"2022-12-20","sp_v3_3mo_date":"2023-02-07","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120145":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120146":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is out of town until DOS and cannot make it in for baseline visit 10/28- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120147":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120148":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Never talked to patient, they declined via the patient portal invitation 11/1- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120149":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt said it's too hard to get to Ann Arbor for study visits 11/1- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120150":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives too far from Ann Arbor to come for visits 11/1- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120151":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt called back and said she is out of town until DOS 11/1- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120152":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt cannot fit visits into schedule, has extra PT for back problem 11/1- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120153":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too involved 11/1- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120154":{"redcap_data_access_group":"university_of_mich","main_record_id":"25049","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-04","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-14","sp_v1_preop_date":"2022-11-10","sp_v2_6wk_date":"2022-12-26","sp_v3_3mo_date":"2023-02-13","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-07-10 15:25:50","erep_ae_date":"2022-11-10","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-11-10 15:25","erep_resolution_date":"2022-11-10 15:25","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Upon entering the scanner patient became claustrophobic.","erep_action_taken":"Scan was not completed, but patient will stay in the study. ","erep_outcome":"Patient will not scan at 3 months.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120155":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120156":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120157":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt lives alone and said it would be too much for him to participate in research at this time 11/9- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120158":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives too far and also leaves for the winter 11/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120159":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was confusing our study with another study he is participating in. Does not want to drive to Ann Arbor 11/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120160":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"77","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120161":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120162":{"redcap_data_access_group":"university_of_mich","main_record_id":"25054","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-10","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt might be interested, but wants to discuss with family. Asked for emailed info and call back on Monday 11/10- MD","obtain_date":"2022-11-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-21","sp_v1_preop_date":"2022-11-16","sp_v2_6wk_date":"2023-01-02","sp_v3_3mo_date":"2023-02-20","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-11-17 11:27:46","erep_ae_date":"2022-11-16","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-11-16 17:00","erep_resolution_date":"2022-11-23 12:25","erep_ae_severity":"2","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient emailed the day after their baseline visit that they had ringing in their ears that began after their MRI. They said that it has started to resolve, but remains in his right ear.","erep_action_taken":"Let patient know that this can happen if the earplugs are not placed correctly or if they fall out during the scan. Informed him that if it does not resolve within 48-72 hours to get it checked out.","erep_outcome":"Checked in with patient to see how he was doing and if the ringing in his ears had resolved. He let me know that it took about a week after onset for it to fully resolve and he did not have it checked by his physician or an ENT. He was very grateful that we continued to check in on him.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120163":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt has multiple procedures for another health issue leading up to DOS and cannot commit to in-person visits 11/10- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120164":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Case cancelled\r\n\r\n12/15 pt declined - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120165":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120166":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120167":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120168":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120169":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120170":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"70","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120171":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt has a lot of medical issues right now and thinks it would be too much to participate 11/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120172":{"redcap_data_access_group":"university_of_mich","main_record_id":"25058","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-15","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-28","sp_v1_preop_date":"2022-11-22","sp_v2_6wk_date":"2023-01-09","sp_v3_3mo_date":"2023-02-27","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120173":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives in Brighton and doesn't want to drive to Ann Arbor for visits 11/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120175":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke with pt in clinic. Declined as she considered research before her other knee replacement and decided against it 11/17- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120176":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt considered study and decided that, considering her age, weather, and distance to travel, it would be too much to participate 11/18- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120177":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"67","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to reach pt prior to DOS - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120178":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to reach pt prior to DOS - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120179":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120180":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Previously a No Response (12/22). SW spoke with pt at workshop- no reason given for decline 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120181":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120182":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120183":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120184":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120185":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120186":{"redcap_data_access_group":"university_of_mich","main_record_id":"25060","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-29","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-10","sp_v1_preop_date":"2022-12-08","sp_v2_6wk_date":"2023-01-21","sp_v3_3mo_date":"2023-03-11","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120187":{"redcap_data_access_group":"university_of_mich","main_record_id":"25061","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-12","sp_v1_preop_date":"2022-12-08","sp_v2_6wk_date":"2023-01-23","sp_v3_3mo_date":"2023-03-13","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120188":{"redcap_data_access_group":"university_of_mich","main_record_id":"25066","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-01","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to in clinic on 12/1, was interested and wanted call back 12/5 or 12/6. Called on 12/5 and LVM. -CJB\r\n\r\nPt called and requested to be called on 12/8 at 11:00 AM. - CJB","obtain_date":"2022-12-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-31","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-03-14","sp_v3_3mo_date":"2023-05-01","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-12","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt emailed over the weekend and asked to be withdrawn as she is no longer comfortable with the idea of having an fMRI. I called and spoke to patient to see if she would be willing to do the non-imaging portions of the study and she decided that she would rather not participate.","sp_data_site":"1"},"120189":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed. - MD\r\n\r\nSpoke with patient who didn't have time to talk but requested callback tomorrow - CJB 12/15\r\n\r\nPt. declined saying he was too busy and did not want to make extra trips to Ann Arbor. - CJB 1/5/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120190":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120191":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120192":{"redcap_data_access_group":"university_of_mich","main_record_id":"25062","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-02","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-13","sp_v1_preop_date":"2022-12-06","sp_v2_6wk_date":"2023-01-24","sp_v3_3mo_date":"2023-03-14","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120193":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"75","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. stated he is unable to commit to additional visits. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120194":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 12/2/22 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120195":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS\r\n\r\nWorks nights, so it would be hard to come for visits during the day -10/12 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120196":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. stated they have too much going on as well as travel plans that would conflict with post-op visits. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120197":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke with patient who requested more information, e-mail sent and stated we would follow up with her. 12/2 - CJB\r\n\r\nLVM 12/5 - CJB\r\n\r\nPatient called back 12/5 and declined due to MRI. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120198":{"redcap_data_access_group":"university_of_mich","main_record_id":"25065","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-05","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-16","sp_v1_preop_date":"2022-12-14","sp_v2_6wk_date":"2023-01-27","sp_v3_3mo_date":"2023-03-17","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-12-16 13:09:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient had not completed Expectation Survey prior to DOS.","erep_protdev_caplan":"Completed Expectation Survey in person on DOS.","erep_rel_covid19":"0"}}},"120199":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to reach prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120200":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke with wife who stated since he works long hours he won't be able to be reached during the day and that she doesn't think he will be interested in any research. 12/6 - CJB\r\n\r\nPt declined due to MRI on 12/9 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120201":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and e-mailed 12/6. Of note, patient lives in the UP - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120202":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"67","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt. on 12/6, pt. stated they have an electronic, unremovable tether on their wrist. Checked with MRI team who said the scanner would deactivate the tether, making this pt. excluded. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120203":{"redcap_data_access_group":"university_of_mich","main_record_id":"25068","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-06","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 12/6 - CJB\r\n\r\nSpoke with patient 12/12 would like to be called 12/13 at 10:00 am for enrollment. - CJB","obtain_date":"2022-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-06","sp_v1_preop_date":"2023-05-24","sp_v2_6wk_date":"2023-07-18","sp_v3_3mo_date":"2023-09-06","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-07 12:12:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt had not completed Expectation Items Survey prior to DOS.","erep_protdev_caplan":"Re-sent the survey on the morning of her surgery and called her to complete it as her surgery was at a remote location. Pt did not answer and I left a voicemail. Pt completed survey on DOS, but after surgery.","erep_rel_covid19":"0"}}},"120204":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed 12/6 - CJB\r\n\r\nSpoke with patient on 12/12 who declined due to scheduling issues. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120205":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed 12/6 - CJB\r\n\r\nPt called back 12/6 and had questions answered. Is on the fence due to time commitment but would like to be called later in the week. 12/6 CJB\r\n\r\nSpoke with on 12/8, wants to be called back on 12/9 - CJB\r\n\r\nPt declined on 12/12 due to scheduling constraints. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120206":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to reach again prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120207":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with patient who was busy at the moment and requested callback 12/7 any time. Sent recruitment e-mail. - 12/6 CJB\r\nLVM 12/7 - CJB\r\n\r\nSpoke with pt. 12/7 and answered his questions. He wants to think about it and will call us later in the week. If he doesn't call us by Monday he would like us to call him. - CJB\r\n\r\nDeclined due to travel 12/9 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120208":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed 12/6 - CJB\r\n\r\nDeclined on 12/8 due to time constraints around the holidays - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120209":{"redcap_data_access_group":"university_of_mich","main_record_id":"25064","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-06","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 12/6 - cjb","obtain_date":"2022-12-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-29","sp_v1_preop_date":"2022-12-12","sp_v2_6wk_date":"2023-02-09","sp_v3_3mo_date":"2023-03-30","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120210":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who is interested and would like to participate but didnt' have time for the enrollment process, would like to be called back on 12/13 at 4:15 PM - CJB\r\n\r\nCalled at 4:15 on 12/13, LVM - CJB\r\n\r\nLVM - CJB 12/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120211":{"redcap_data_access_group":"university_of_mich","main_record_id":"25070","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-13","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-24","sp_v1_preop_date":"2023-01-16","sp_v2_6wk_date":"2023-03-07","sp_v3_3mo_date":"2023-04-24","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120212":{"redcap_data_access_group":"university_of_mich","main_record_id":"25069","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-13","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-03","sp_v1_preop_date":"2022-12-21","sp_v2_6wk_date":"2023-02-14","sp_v3_3mo_date":"2023-04-03","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-22","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Patient arrived to baseline appointment on 12/21/22 but did not call or e-mail. Our team had been waiting in the lobby for them and ended up calling them when they let us know they were waiting in the parking lot but said they couldn't find any contact information or where to go so they left. We confirmed that contact information was sent to his e-mail and they also received a reminder call the day before their appointment explaining the process for coming in to the building. He did say he tried to go through his michigan medicine app to find his appointment but didn't see anything. I apologized for the mix-up and asked if he was still interested in the study at all and he said no.","sp_data_site":"1"},"120213":{"redcap_data_access_group":"university_of_mich","main_record_id":"25071","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient 12/14 who wanted to think about it overnight and be called back 12/15. Sent e-mail. - CJB","obtain_date":"2022-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-03","sp_v1_preop_date":"2022-12-21","sp_v2_6wk_date":"2023-02-14","sp_v3_3mo_date":"2023-04-03","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120214":{"redcap_data_access_group":"university_of_mich","main_record_id":"25072","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-14","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-05","sp_v1_preop_date":"2023-01-04","sp_v2_6wk_date":"2023-02-16","sp_v3_3mo_date":"2023-04-05","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120215":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt took a cancellation and cannot fit a visit in before surgery 12/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120216":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120217":{"redcap_data_access_group":"university_of_mich","main_record_id":"25073","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-16","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-16","sp_v1_preop_date":"2023-01-05","sp_v2_6wk_date":"2023-02-27","sp_v3_3mo_date":"2023-04-16","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120218":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke with patient in clinic and she stated that she is not interested in undergoing additional MRIs 12/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120219":{"redcap_data_access_group":"university_of_mich","main_record_id":"25077","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-03","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 1/3- MD","obtain_date":"2023-01-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-12","sp_v1_preop_date":"2023-01-10","sp_v2_6wk_date":"2023-02-23","sp_v3_3mo_date":"2023-04-12","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120220":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt called to let me know that he and Dr. Kheir decided to cancel surgery as pt is managing well with Physical Therapy. Excluded 1/3- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120221":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120222":{"redcap_data_access_group":"university_of_mich","main_record_id":"25076","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-03","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes from patient. Would like to enroll this afternoon (2/2:15 PM) 1/3- MD\r\n\r\nLVM at 2:12pm - CJB 1/3","obtain_date":"2023-01-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-14","sp_v1_preop_date":"2023-01-06","sp_v2_6wk_date":"2023-02-25","sp_v3_3mo_date":"2023-04-14","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120223":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient in clinic. Not yet scheduled for surgery, having issues with insurance/post-op care. Might not be a great candidate given he lives alone and has nobody to help after surgery. 1/5- MD\r\n\r\nSpoke with patient who didn't have time to go over any part of study, requested callback on morning of 2/17 - CJB\r\n\r\nLVM 2/17-MD\r\n\r\nLVM - CJB 3/3\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120224":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Emailed and LVM - CJB 1/5\r\n\r\nPt called back 1/5 and declined due to living 2.5 hours away. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120225":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"47","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120226":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120227":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120229":{"redcap_data_access_group":"university_of_mich","main_record_id":"25078","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-05","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-08","sp_v1_preop_date":"2023-04-22","sp_v2_6wk_date":"2023-06-19","sp_v3_3mo_date":"2023-08-08","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-05-08 09:53:37","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt did not complete Expectation Items before DOS.","erep_protdev_caplan":"Re-sent Expectation Items and met pt in pre-op to go through the questions in coordinator mode.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-05-08 09:54:41","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to attempt to collect baseline blood sample at patient's baseline visit. She had a Saturday visit and no phlebotomists were available that day.","erep_protdev_caplan":"Met patient in pre-op to ask her Current Med and Blood Sample Collection questions. Pre-op nurse drew baseline sample with 20 gauge needle at time of IV placement.","erep_rel_covid19":"0"}}},"120230":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic, not on OR schedule yet but verbal yes. Knows one of our other participants. Would like to enroll, but wants to wait until on OR schedule as she is still working right now 1/5- MD\r\n\r\nLVM and emailed - CJB 2/15\r\n\r\nLVM - CJB 2/28\r\n\r\nLVM - CJB 3/3\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120231":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120232":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120233":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined without providing reason - 1/5 CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120234":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested right now. Maybe if we had offered him a trial 1/9- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120235":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in research at this time 1/9- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120236":{"redcap_data_access_group":"university_of_mich","main_record_id":"25079","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, would like call tomorrow, after 1 PM. Requested timeline/info emailed. Sent 1/9- MD","obtain_date":"2023-01-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-10","sp_v1_preop_date":"2023-04-07","sp_v2_6wk_date":"2023-05-22","sp_v3_3mo_date":"2023-07-10","age":"66","sex":"3","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120237":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is overwhelmed with other health issues at this time 1/9- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120238":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 1/17\r\n\r\nPt called back on 1/26 to express interest in the study but since his surgery was in two days we could not accommodate. He let us know will be having his other knee (left) done after this one so we will keep an eye out for his name in the future. - CJB 1/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120239":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120240":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient felt overwhelmed with surgery - CJB 1/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120241":{"redcap_data_access_group":"university_of_mich","main_record_id":"25084","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-17","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt would like time to think about it, emailed him more information. F/u on 1/20 if we do not hear sooner. - CJB 1/17","obtain_date":"2023-01-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-30","sp_v1_preop_date":"2023-01-27","sp_v2_6wk_date":"2023-03-13","sp_v3_3mo_date":"2023-04-30","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120242":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Could not take any time off work for research visits - CJB 1/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120243":{"redcap_data_access_group":"university_of_mich","main_record_id":"25085","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 1/18 - CJB\r\nPt was in the middle of a webinar, asked to be called back in about an hour (11:30 AM) 1/19- MD\r\nTry after 2:30 today or tomorrow","obtain_date":"2023-01-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120244":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who is interested but not sure how it will impact her recovery, she is going to talk with Urquhart tomorrow and review the recruitment email and let us know. - CJB 1/18\r\n\r\n\r\nNew DOS 10/26 - 9/25 SW\r\n\r\nPt is having family fly in to take care of her and doesn't want to add anymore to their plate- 9/25 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120245":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"66","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and emailed - CJB 1/18\r\nLVM 1/19- MD\r\nSpoken with patient who requested informational email. If we don' thear from them soon we'll follow up. - CJB 1/25\r\n\r\nPatient responded to email on 1/28 and declined without giving a reason. - CJB 1/30","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120246":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LVM and emailed - CJB 1/18\r\nLVM, went directly to VM 1/19- MD\r\n\r\nDeclined 1/25, not willing to undergo MRI - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120247":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt is a pediatric cardiologist\r\n\r\nCall back after 2:30 on 1/18 - CJB\r\n\r\nPt stated she does not have time for in person visits - CJB 1/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120248":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 1/18\r\n\r\nLVM - CJB 2/6\r\n\r\nLVM - CJB 2/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120249":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient overwhelmed with other health issues - CJB 1/19","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120250":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Did not give a reason - CJB 1/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120251":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120252":{"redcap_data_access_group":"university_of_mich","main_record_id":"25102","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-19","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient in clinic on 1/19/23, interested. we will reach out when he is put on schedule. He worked with patient data management and will likely have questions about how we manage our data.\r\n\r\nCalled 3/2, unable to LVM. Emailed. - CJB\r\n\r\nVerbal yes, call anytime starting tomorrow - CJB 3/6","obtain_date":"2023-03-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-28","sp_v1_preop_date":"2023-03-14","sp_v2_6wk_date":"2023-05-09","sp_v3_3mo_date":"2023-06-28","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120253":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient in clinic on 1/19, interested. Surgery is not scheduled yet\r\n\r\nLVM and emailed - 3/2 CJB\r\n\r\nLVM - CJB 3/6\r\n\r\nLVM - CJB 3/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120254":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic with family member, definitely interested, call when on OR schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120255":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives in Grayling and does not want to come down to Ann Arbor for visits 1/26- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120256":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 1/26- MD\r\nPt called back and Let me know that she is likely not having surgery a this time but would like to be on our list for participation. Did participate in NI CPS for other knee. 1/26- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120257":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No reason given 1/26- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120258":{"redcap_data_access_group":"university_of_mich","main_record_id":"25088","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-26","screening_age":"82","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Possibly interested. Asked for emailed info and we can follow-up tomorrow or early next week 1/26- MD\r\n\r\nVerbal yes, call 1/31 at 9am for enrollment - CJB 1/30","obtain_date":"2023-01-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-13","sp_v1_preop_date":"2023-02-03","sp_v2_6wk_date":"2023-03-27","sp_v3_3mo_date":"2023-05-13","age":"82","sex":"2","genident":"N/A","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120259":{"redcap_data_access_group":"university_of_mich","main_record_id":"25087","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-26","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-13","sp_v1_preop_date":"2023-02-01","sp_v2_6wk_date":"2023-03-27","sp_v3_3mo_date":"2023-05-13","age":"64","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-07 13:41:36","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt.'s visit was performed 11 days past -month visit window due to pt having to cancel original 3-month visit due to illness","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"120260":{"redcap_data_access_group":"university_of_mich","main_record_id":"25086","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-26","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-14","sp_v1_preop_date":"2023-02-10","sp_v2_6wk_date":"2023-03-28","sp_v3_3mo_date":"2023-05-14","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120261":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt has history of severe claustrophobia, cannot do MRI. - CJB 2/1/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120262":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient on 2/1, requested email and time to think about it. - CJB\r\n\r\nSpoke with patient on 2/6 who requested more time and to not call back - they will reach out - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120263":{"redcap_data_access_group":"university_of_mich","main_record_id":"25089","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-01","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who did not have time to go over the study but was very excited at the opportunity to participate in research. Call 2/2 at 10:00 am. - CJB","obtain_date":"2023-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-15","sp_v1_preop_date":"2023-02-14","sp_v2_6wk_date":"2023-03-29","sp_v3_3mo_date":"2023-05-15","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-10 09:20:52","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Pt was unable to come in during her window for her 6-week blood draw.","erep_protdev_caplan":"Pt came in one day past the end of her window and successfully completed her 6-week blood draw.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-25 10:02:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3m blood draw 11 days outside of window. When patient came in for 3m visit (inside of window), blood draw was attempted and RA was unable to obtain blood during draw. Patient was coming in for lab work at U of M hospital and agreed to let us drop off our tubes to be drawn with other lab work. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120264":{"redcap_data_access_group":"university_of_mich","main_record_id":"25091","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-01","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, didn't have time for enrollment. Callback 2/2 at 9:00am - CJB 2/1\r\n\r\nSpoke with patient at 9:00am on 2/2 who stated he was driving and could not access consent form. Rescheduled to 2/3 at 9:00am. - CJB","obtain_date":"2023-02-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-15","sp_v1_preop_date":"2023-02-08","sp_v2_6wk_date":"2023-03-29","sp_v3_3mo_date":"2023-05-15","age":"58","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120265":{"redcap_data_access_group":"university_of_mich","main_record_id":"25093","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - 2/2 CJB\r\n\r\nverbal yes, call for enrollment on 2/7 at 11:30am - CJB","obtain_date":"2023-02-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-20","sp_v1_preop_date":"2023-02-10","sp_v2_6wk_date":"2023-04-03","sp_v3_3mo_date":"2023-05-20","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-08 14:07:30","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Subject reached out on 3/8 after one of their surveys closed to see if survey could be readministered. The survey was open from 3/6 to 3/8. Survey in question was: \"opioid use acute followup v1.o (opioid use II) day 7, 14, 21 (opioid use II)\" that was sent at 21 days.","erep_protdev_caplan":"Survey was manually readministered to subject with open date of 3/8 and close date of 3/10.","erep_rel_covid19":"0"}}},"120266":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with patient 2/2 and emailed more info, would like to think about it. - CJB\r\n\r\nLVM - CJB 2/6\r\n\r\nPt called and declined due to time constraints - CJB 2/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120267":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery canceled due to patient improving - CJB 2/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120268":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120269":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined without giving reason - CJB 2/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120270":{"redcap_data_access_group":"university_of_mich","main_record_id":"25092","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-02","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who requested e-mailed information and time to think. - CJB 2/2\r\n\r\nSpoke with patient who wants to be called at 2pm 2/3 for enrollment","obtain_date":"2023-02-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-21","sp_v1_preop_date":"2023-02-09","sp_v2_6wk_date":"2023-04-04","sp_v3_3mo_date":"2023-05-21","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120271":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who requested emailed information and time to consider - CJB 2/2\r\n\r\nLVM - 2/6 CJB\r\n\r\nLVM - 2/10 CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120272":{"redcap_data_access_group":"university_of_mich","main_record_id":"25090","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-02","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-09","sp_v1_preop_date":"2023-07-25","sp_v2_6wk_date":"2023-09-20","sp_v3_3mo_date":"2023-11-09","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120273":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/6\r\n\r\nSpoke with patient who requested emailed information and time to consider - CJB 2/10\r\n\r\nEmailed on 2/13 declining without giving a reason - CJB 2/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120274":{"redcap_data_access_group":"university_of_mich","main_record_id":"25094","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-07","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-27","sp_v1_preop_date":"2023-02-20","sp_v2_6wk_date":"2023-04-10","sp_v3_3mo_date":"2023-05-27","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-24 12:32:25","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain baseline blood sample at pt's baseline visit on 2/20/2023 as we were out of kits.","erep_protdev_caplan":"Me pt in pre-op and baseline blood sample was obtained on DOS.","erep_rel_covid19":"0"}}},"120275":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt did not have time to go over any part of study, call back at 4 on 2/8 - CJB\r\n\r\nCall back Friday at 8AM for enrollment - CJB 2/8\r\n\r\nPt emailed stating she needs medications to get through MRI, therefore they are excluded. - CJB 2/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120276":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/8\r\n\r\nLVM - CJB 2/13\r\n\r\nLVM - CJB 2/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120277":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Interested but wanted emailed information and time to think - CJB 2/8\r\n\r\nLVM - CJB 2/13\r\n\r\nLVM - CJB 2/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120278":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states they rely on others to drive them and they didn't feel comfortable asking others to drive them for research visits - CJB 2/8","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120279":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt takes care of husband who is ill and cannot commit to research. - CJB 2/8","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120280":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/8","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120281":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with patient who was on the fence, requested e-mailed information and would like to talk to Dr. Dailey about the study at her appointment on 2/20 - CJB 2/9\r\n\r\nLVM 2/22 - CJB\r\n\r\nPt called back 2/22 and stated that the requirements of the surgery are too much for her at this point - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120282":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120283":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Phone number results in \"this number is currently screening calls with callblocker and will not accept your call, please hang up\" - there is no option to leave a voicemail. The other number in the chart does not work. Emailed- CJB 2/9\r\n\r\nCall screened, unable to LVM - CJB 2/13\r\n\r\nCall screened, unable to LVM - CJB 3/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120284":{"redcap_data_access_group":"university_of_mich","main_record_id":"25100","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-09","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/9\r\n\r\nLVM - CJB 2/13\r\n\r\nCall Monday the 20th at 2pm for enrollment - CJB 2/17","obtain_date":"2023-02-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-13","sp_v1_preop_date":"2023-02-27","sp_v2_6wk_date":"2023-04-24","sp_v3_3mo_date":"2023-06-13","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120285":{"redcap_data_access_group":"university_of_mich","main_record_id":"25096","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-09","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt did not have time to go over study, requested callback around noon today - CJB 2/9\r\n\r\nPt got called into an unexpected meeting. Asked for later this afternoon or sometime tomorrow- 2/9 MD\r\n\r\nVerbal yes on 2/13, callback at 9:00 am on 2/14 for enrollment - CJB ","obtain_date":"2023-02-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-05","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-16","sp_v3_3mo_date":"2023-08-05","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-04-26","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"KD spoke with pt at workshop on 4/26/23. Pt's original DOS was moved out and pt no-showed his initial baseline visit. When approached, he asked to end participation. Pt did not complete any surveys in MDH, so deleted from project.","sp_data_site":"1"},"120286":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"64","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who was on the fence and wanted more time to think. She also wanted to talk with her PCP at her pre-op appointment that I think is on 2/17, but might be on 3/8. Told her we will send her an email and then reach out closer to her surgery date. - CJB 2/9\r\n\r\nLVM - CJB 2/28\r\n\r\nDeclined 3/3 without giving reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120287":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who wants to think about it. Sent email. - CJB 2/9\r\n\r\nLVM - CJB 2/15\r\n\r\nLVM - CJB 2/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120288":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who was interested but couldn't commit yet. Sent email with information. - CJB 2/9\r\n\r\nPt emailed 2/14 with questions which were answered via email - CJB\r\n\r\nLVM 2/28 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120289":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with patient in clinic on 2/9, possibly interested. Has contact info. We can reach out later. CJB\r\n\r\nPt declined 3/2, overwhelmed with healthcare - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120290":{"redcap_data_access_group":"university_of_mich","main_record_id":"25098","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-10","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-15","sp_v1_preop_date":"2023-02-23","sp_v2_6wk_date":"2023-04-26","sp_v3_3mo_date":"2023-06-15","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120291":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"77","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No voicemail set up, emailed. - CJB 2/10\r\n\r\nCalled but no VM set up - CJB 2/15\r\n\r\nCalled but no VM set up - CJB 2/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120292":{"redcap_data_access_group":"university_of_mich","main_record_id":"25097","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-10","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, would like a callback on 2/14 after 4pm - CJB","obtain_date":"2023-02-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-15","sp_v1_preop_date":"2023-02-17","sp_v2_6wk_date":"2023-04-26","sp_v3_3mo_date":"2023-06-15","age":"66","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120293":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/15\r\n\r\nLVM - CJB 2/28\r\n\r\nLVM - CJB 3/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120294":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/15\r\n\r\nLVM - CJB 2/28\r\n\r\nInterested but will be out of town during 3M window. Excluded. - CJB 3/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120295":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt not willing to do MRI - CJB 2/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120296":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/15\r\n\r\nLVM - CJB 2/28\r\n\r\nLVM - CJB 3/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120297":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT states they live too far away to attend research visits - CJB 2/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120298":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed - CJB 2/15\r\n\r\nPt declined 3/2, is overwhelmed with health-care responsibilities. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120299":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/15\r\n\r\nLVM 3/2 - CJB\r\n\r\nLVM 3/6 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120300":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed - CJB 2/15\r\n\r\nDeclined because \"surgery is in 3 weeks.\" - CJB 3/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120302":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have enough time to attend research visits or do surveys - CJB 2/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120303":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM, no email on file - CJB 2/15\r\n\r\nLVM - CJB 3/2\r\n\r\nLVM - CJB 3/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120305":{"redcap_data_access_group":"university_of_mich","main_record_id":"25099","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-15","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, enrollment call 2/16 at 10:00 am - CJB 2/15\r\n","obtain_date":"2023-02-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-27","sp_v1_preop_date":"2023-02-23","sp_v2_6wk_date":"2023-05-08","sp_v3_3mo_date":"2023-06-27","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-24 12:47:41","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain pt's baseline blood sample on day of visit as his veins collapsed upon attempt. Pt has h/o chemotherapy and said we could collect on DOS.","erep_protdev_caplan":"Met pt in pre-op and pre-op nurse drew baseline blood sample.","erep_rel_covid19":"0"}}},"120306":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient in clinic on 2/16, he is considering and has not yet been scheduled for surgery. Dr. Urquhart emphasized that this patient has a complex medical history and their knee replacement will not be straightforward - CJB\r\n\r\nLVM AND EMAILED- CJB 5/16\r\n\r\nNo response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120307":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who requested info be emailed and said he needed time to evaluate his schedule. Follow up around 2/22 - CJB\r\n\r\nCalled 2/22 but VM was full - CJB\r\n\r\nSpoke to at workshop on 3/1 - still considering but said we can follow up later. - CJB\r\n\r\nCalled 4/4 but VM full - CJB\r\n\r\nCalled 4/18, could not get through - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120308":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 2/22 - CJB\r\n\r\nLVM - CJB 3/2\r\n\r\nPt called back 3/2 and all questions were answered. We will follow up 3/6 if we do not hear back sooner. - CJB\r\n\r\nLVM - CJB 3/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120309":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed - CJB 2/28\r\n\r\nDeclined at workshop on 3/1, \"too much going on.\" - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120310":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt who requested email and to think about it. Follow up early next week if we don't hear from her sooner. - CJB 2/22, LVM - CJB 2/28, LVM - CJB 3/3\r\n\r\nPt had been cancelled and and offered surgery again. Spoke with her in clinic and she would like to participate. Will reach out when she gets scheduled. Pt has my contact info in case she has questions. 6/29- MD\r\n\r\nNeuro aneurysm clip, excluded 7/28\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120311":{"redcap_data_access_group":"university_of_mich","main_record_id":"25106","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-28","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who requested emailed info and time to consider - CJB 2/28\r\n\r\nVerbal yes. call at noon on thursday march 9th to enroll - CJB 3/6","obtain_date":"2023-03-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-20","sp_v1_preop_date":"2023-03-13","sp_v2_6wk_date":"2023-05-01","sp_v3_3mo_date":"2023-06-20","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-24 12:44:49","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain pt's baseline blood sample on day of visit as we were out of kits.","erep_protdev_caplan":"Met pt in pre-op on DOS to draw blood sample.","erep_rel_covid19":"0"}}},"120312":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"69","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to at education class 3/1/23, verbal yes. Call any afternoon to enroll. - CJB.\r\n\r\nLVM 3/3 at 2:00pm - CJB\r\n\r\npt unwilling to attempt MRI due to claustrophobia, excluded. - CJB 3/9\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120313":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested in participating but is planning to go overseas mid-June through mid- July (missing entire 3-month window 3/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120314":{"redcap_data_access_group":"university_of_mich","main_record_id":"25103","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-01","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with at education class 3/1/23. verbal yes, enrollment call on 3/7 at 1pm - CJB","obtain_date":"2023-03-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-19","sp_v1_preop_date":"2023-04-12","sp_v2_6wk_date":"2023-05-31","sp_v3_3mo_date":"2023-07-19","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-08-18 08:54:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was scheduled for her 3M visit in late July (within window) but tested positive for COVID. We were unable to get her a scan on the needed scanner within her window, so pushed her out to the deviation window in hopes of finding a scan.","erep_protdev_caplan":"We were unable to obtain a scan on the needed scanner, even within the deviation window. We had the patient come in for the non-imaging portion of the visit. This did take place during the deviation time-frame, 13 days after the 3M window ended.","erep_rel_covid19":"0"}}},"120316":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with at education class 3/1/23 and is interested but wanted time to talk with their spouse. Follow up week of 3/6 - CJB\r\n\r\nRequested more time to think and a call back on 3/13 - CJB\r\n\r\nSpoke with pt who requested callback at 3pm, LVM at 3pm - CJB 3/14\r\n\r\nLVM 3/16 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120317":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and emailed - CJB 3/1\r\n\r\nLVM - CJB 3/6\r\n\r\nDeclined 3/9 with no reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120318":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"78","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Called but no answer, could not leave VM. Emailed - CJB 3/1\r\n\r\nDeclined 3/6 due to MRI requirement - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120319":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with patient who is considering but would need to take an uber/lyft/cab to make it to the appointments. Is considering. Emailed. - CJB 3/2\r\n\r\nDoes not have transportation to visits - CJB 3/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120320":{"redcap_data_access_group":"university_of_mich","main_record_id":"25101","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-02","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who is considering. Emailed. - CJB 3/2\r\n\r\nVerbal yes, call at 2:30 on 3/6 - CJB","obtain_date":"2023-03-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-03","sp_v1_preop_date":"2023-03-20","sp_v2_6wk_date":"2023-05-15","sp_v3_3mo_date":"2023-07-03","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120321":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 3/2\r\n\r\nLVM - CJB 3/6\r\n\r\nLVM - CJB 3/9\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120322":{"redcap_data_access_group":"university_of_mich","main_record_id":"25104","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-02","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested but wanted time to consider. emailed. - CJB 3/2\r\n\r\npt still reviewing study, will call us back - CJB 3/6\r\n\r\nVerbal yes, call Wednesday between 12:30 1pm on 3/8 - CJB","obtain_date":"2023-03-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-04","sp_v1_preop_date":"2023-03-23","sp_v2_6wk_date":"2023-05-16","sp_v3_3mo_date":"2023-07-04","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120323":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed - CJB 3/6\r\n\r\nLVM - CJB 3/9\r\n\r\nSpoke with patient and answered questions. Wants more time to think and will call us back. Emailed again per request - CJB 3/14\r\n\r\nDeclined 3/17 via email, stating \"It's more of a commitment than I'm willing to make. And it would entail sharing more of my health data than I'm comfortable with\" - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120324":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM. No email on file 3/7- MD\r\nspoke with pt in workshop, wanted to think about it. F/u week of 3/20\r\nLVM 3/21- MD\r\nLVM 3/23 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120325":{"redcap_data_access_group":"university_of_mich","main_record_id":"25108","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-08","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-28","sp_v1_preop_date":"2023-11-16","sp_v2_6wk_date":"2024-01-09","sp_v3_3mo_date":"2024-02-27","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120326":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-08","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 3/9\r\nLVM 3/21- MD\r\nLVM 3/27 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120327":{"redcap_data_access_group":"university_of_mich","main_record_id":"25113","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-08","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, call 3/10 for enrollment anytime BESIDES 12-1 - CJB\r\n\r\nLVM - CJB 3/10","obtain_date":"2023-03-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120328":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-08","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed - CJB 3/9\r\n\r\nSpoke with patient who wants to think about it until education class on 3/29, then will decide - CJB 3/27\r\n\r\nDeclined 3/29 at workshop - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120329":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"55","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined 3/15 no reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120330":{"redcap_data_access_group":"university_of_mich","main_record_id":"25111","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-09","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-13","sp_v1_preop_date":"2023-03-17","sp_v2_6wk_date":"2023-05-25","sp_v3_3mo_date":"2023-07-13","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-13 12:56:12","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt completed Expectations Items prior to original DOS (4/6/23), but pt was re-scheduled to 4/13/2023. We re-sent the expectations survey and left a voicemail for the patient to complete them again prior to his new DOS. Pt did not complete the survey before it closed.","erep_protdev_caplan":"Met pt in pre-op and completed the Expectation Items in coordinator mode.","erep_rel_covid19":"0"}}},"120331":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined 3/29, no reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120332":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke with pt in clinic- not interested in research 3/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120333":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and emailed - CJB 3/27\r\n\r\nDeclined - not interested in research - CJB 3/29","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120334":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop\r\n\r\nCall Monday the 27th at 2pm for enrollment - CJB\r\n\r\nLVM 3/27 at 2:00 pm - CJB\r\n\r\nLVM 3/29 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120335":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"83","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined at workshop due to travel - CJB 3/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120336":{"redcap_data_access_group":"university_of_mich","main_record_id":"25123","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-15","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop 3/15\r\n\r\nCall april 6th in the afternoon for enrollment - CJB 3/23\r\n\r\nPt out running errands- would like call tomorrow at 3. will need direction on how to be on phone and email at the same time 4/6- MD","obtain_date":"2023-04-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-19","sp_v1_preop_date":"2023-04-12","sp_v2_6wk_date":"2023-05-31","sp_v3_3mo_date":"2023-07-19","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-24 13:02:14","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Attempted baseline blood draw at baseline visit, but vein blew. Then attempted blood draw on DOS.","erep_protdev_caplan":"Unable to obtain baseline blood sample. Will not obtain future blood samples.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-07-10 15:37:40","erep_ae_date":"2023-04-12","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-04-12 15:37","erep_resolution_date":"2023-04-12 15:37","erep_ae_severity":"2","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Patient had to stop the scan because she was having a migraine and said the \"lights were too much and her shoulder hurt\"","erep_action_taken":"Patient will continue in the study. ","erep_outcome":"Patient requested not to image at 3 months. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120337":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop 3/15 due to \"too much going on.\" - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120338":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined at workshop due to MRI requirement - CJB 3/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120339":{"redcap_data_access_group":"university_of_mich","main_record_id":"25115","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-15","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop 3/15\r\n\r\ncall 3/24 at 12:30 for enrollment - CJB","obtain_date":"2023-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-11","sp_v1_preop_date":"2023-04-06","sp_v2_6wk_date":"2023-05-23","sp_v3_3mo_date":"2023-07-11","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120340":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined at workshop due to MRI requirement - CJB 3/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120341":{"redcap_data_access_group":"university_of_mich","main_record_id":"25116","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-15","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop 3/15\r\n\r\nCall monday 3/27 for enrollment - CJB","obtain_date":"2023-03-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-01","sp_v1_preop_date":"2023-03-30","sp_v2_6wk_date":"2023-05-13","sp_v3_3mo_date":"2023-07-01","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120342":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop 3/15\r\nLVM @ 11:21 3/16- MD\r\nLVM 3/23 - CJB\r\nSpoke to patient 3/27, wants call back 4/3 late morning/early afternoon - CJB\r\nPt would like emailed info to talk over with wife. Will reach out with interest/questions 4/3- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120343":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt in clinic. She's too busy taking care of family members to participate 3/16 -MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120344":{"redcap_data_access_group":"university_of_mich","main_record_id":"25178","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-16","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Asked how long in-person visits take. Would like to think about it and requested f/u call 3/16- MD\r\n\r\nPt spoke with KD at workshop and told her he was already enrolled. Follow-up 8/16- MD","obtain_date":"2023-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-16","sp_v1_preop_date":"2023-10-10","sp_v2_6wk_date":"2023-11-26","sp_v3_3mo_date":"2024-01-15","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120345":{"redcap_data_access_group":"university_of_mich","main_record_id":"25114","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-23","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-03","sp_v1_preop_date":"2023-03-30","sp_v2_6wk_date":"2023-05-15","sp_v3_3mo_date":"2023-07-03","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-08 13:48:37","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"At time of consent and time of surgery, the patient was not scheduled to have her other knee replaced. About a month and a half after her RTKA (4/3/23), the patient reached out to let me know that she was now scheduled for a LTKA on 6/7/23 (less than 3 months since first TKA).","erep_protdev_caplan":"Her second TKA falls shortly before the start of her 3-month visit window. As our MRI will typically not scan patient who have had any implants placed within 8 weeks of a scan, this patient will likely not image at 3-months but is willing to continue surveys and come in for bloods/QST towards the end of her 3-month window.","erep_rel_covid19":"0"}}},"120346":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop 3/29 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120347":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined at workshop 3/29 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120348":{"redcap_data_access_group":"university_of_mich","main_record_id":"25122","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-29","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop 3/29, call in the afternoon\r\n\r\nCall 4/5 at 2:00pm for enrollment - CJB\r\nCall at 3:15 today 4/5- MD","obtain_date":"2023-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-26","sp_v1_preop_date":"2023-09-15","sp_v2_6wk_date":"2023-11-06","sp_v3_3mo_date":"2023-12-26","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"7|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120349":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Verbal yes at workshop 3/29, call 3/31 afternoon\r\n\r\ncallback 3/31 around 2:30/3:00\r\n\r\nPatient reconsidered and has had issues with MRIs in the past and does not want to do study. - CJB 3/31","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120350":{"redcap_data_access_group":"university_of_mich","main_record_id":"25126","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-29","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop 3/29, call on tuesdays or thursdays between 10 and 5, is hard of hearing\r\n\r\nLVM 4/4 - CJB\r\n\r\nLVM 4/7 - CJB\r\n\r\nLVM and emailed 4/11 - CJB\r\n\r\nLVM 4/13 to return his call - CJB","obtain_date":"2023-04-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-18","sp_v1_preop_date":"2023-04-17","sp_v2_6wk_date":"2023-05-30","sp_v3_3mo_date":"2023-07-18","age":"83","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-04-29","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt was inpatient after surgery and was never discharged. After a few days, he was moved to SICU with respiratory issues and passed away on 4/29/23. Removed DOS from MDH so no more surveys are sent to the family.","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-18 09:53:43","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt completed all baseline surveys prior to DOS with the exception of the BPI survey. He was having issues selecting areas of the body with pain.","erep_protdev_caplan":"Met pt in pre-op and completed BPI survey in coordinator mode.","erep_rel_covid19":"0"}}},"120351":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Maybe at workshop 3/29, will reach out to us unless gets close to DOS, then we will reach out - CJB\r\n\r\n?phone issues? called twice on 4/18 but couldn't get through - CJB\r\n\r\nverbal yes 4/19, call 4/19 at 3:00 pm for enrollment - CJB\r\n\r\nSent pt consent form on 4/19, while going over consent form, pt decided that brain MRI would be too stressful and decided not to participate. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120352":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop 3/29 no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120353":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined at workshop 3/29 - time/travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120354":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined at workshop 3/29; time/travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120355":{"redcap_data_access_group":"university_of_mich","main_record_id":"25118","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-29","screening_age":"65","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"call 3/30 between 11 and 1pm for enrollment - CJB 3/29","obtain_date":"2023-03-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-12","sp_v1_preop_date":"2023-04-05","sp_v2_6wk_date":"2023-05-24","sp_v3_3mo_date":"2023-07-12","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-12 07:22:00","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt completed all baseline surveys except SCQ.","erep_protdev_caplan":"Met pt in preop and completed SCQ in coordinator mode.","erep_rel_covid19":"0"}}},"120356":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 5/17\r\n\r\nDeclined, not interested in research - CJB 5/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120357":{"redcap_data_access_group":"university_of_mich","main_record_id":"25117","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-29","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call 9:00am for enrollment on 3/30 - CJB","obtain_date":"2023-03-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-05","sp_v1_preop_date":"2023-04-03","sp_v2_6wk_date":"2023-05-17","sp_v3_3mo_date":"2023-07-05","age":"62","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-05 07:17:05","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt only completed some of his baseline surveys prior to his DOS.","erep_protdev_caplan":"Re-sent remaining baseline surveys and met pt in pre-op and gave him an iPad to complete his remaining baseline surveys. Pt was able to complete all baseline surveys prior to surgery.","erep_rel_covid19":"0"}}},"120358":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Call back 3/30 anytime, did not go over study - CJB\r\n\r\nSurgery being postponed from 4/19 to ??? but is definitely interested\r\n\r\nSpoke with pt and wife in clinic. He is definitely interested in participating, likely won't be scheduled until March 2024. He and wife are concerned about making BL visit as they have some travel planned. I let them know that we can work with their schedule and see what it's looking like when the time comes to enroll. Watch for him on the OR schedule 10/19/23- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120359":{"redcap_data_access_group":"university_of_mich","main_record_id":"25121","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-03","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt currently driving home from Missouri. Call Wednesday or Thursday to tell about study. Emailed info, likely won't see it until we talk. 4/3- MD\r\n\r\nCall at 1:00pm for enrollment - CJB\r\n\r\n","obtain_date":"2023-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-24","sp_v1_preop_date":"2023-04-21","sp_v2_6wk_date":"2023-06-05","sp_v3_3mo_date":"2023-07-24","age":"81","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-08-24 14:01:45","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was scheduled for a 3M visit within her window, but cancelled day of. We were not able to find another scan inside her window that would work with her schedule.","erep_protdev_caplan":"Pt came in 2 weeks after the end of her window (last day of deviation window) and completed her 3M visit.","erep_rel_covid19":"0"}}},"120360":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A phone kept ringing... no email on file 4/3- MD\r\n\r\nLVM 4/5 - CJB\r\n\r\nSpoke with patient 4/18 and they were busy, requested call back 4/19 - CJB\r\n\r\nLVM 4/19 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120361":{"redcap_data_access_group":"university_of_mich","main_record_id":"25120","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-03","screening_age":"45","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 4/3- MD","obtain_date":"2023-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-24","sp_v1_preop_date":"2023-04-12","sp_v2_6wk_date":"2023-06-05","sp_v3_3mo_date":"2023-07-24","age":"45","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-24 12:24:51","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to obtain baseline blood sample at patient's baseline visit as there were no phlebotomists available.","erep_protdev_caplan":"Met patient in pre-op on DOS and went through Current Med questions and pre-blood draw questions. Pt's pre-op nurse drew the baseline samples for us using a 20-gauge needle.","erep_rel_covid19":"0"}}},"120362":{"redcap_data_access_group":"university_of_mich","main_record_id":"25119","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-03","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-24","sp_v1_preop_date":"2023-04-14","sp_v2_6wk_date":"2023-06-05","sp_v3_3mo_date":"2023-07-24","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120363":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call 4/4 at 1:45 to enroll - CJB; had a bunch of questions about data sharing, found answers and called back on 4/5, LVM - CJB\r\n\r\nLVM 4/11 - CJB\r\n\r\nLVM 4/17 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120364":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt didn't have time to go over study, call back 4/6 or 4/7 at 11:00 am to go over study. Emailed - CJB 4/5\r\n\r\nSpoke with patient 4/18 who didnt' have time, requested call back on 4/19 at 9am or later - CJB\r\n\r\nDeclined 4/19, no reason - CJB\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120365":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and emailed - CJB 4/5\r\n\r\nDeclined, no reason - CJB 4/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120366":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 4/5\r\n\r\nLVM - CJB 4/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120367":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt considering study and requested emailed info. F/u in about a week or so - CJB 4/5\r\n\r\nLVM 4/18 - CJB\r\n\r\nspoke to at workshop 4/26, is considering, would like a call week of 5/1 between 11 and 1\r\n\r\nLVM - CJB 5/5\r\n\r\nDeclined, overwhelmed with other medical decision making - CJB 5/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120368":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined, no reason - CJB 4/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120369":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop, no reason 4/12","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120370":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop, no reason - 4/12/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120371":{"redcap_data_access_group":"university_of_mich","main_record_id":"25137","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"From workshop 4/12 is a maybe, can call anytime\r\n\r\nLVM and emailed - CJB 5/2\r\n\r\nLVM 5/3 - CJB\r\n\r\nverbal yes, call 5/23 at 2:00 pm for enrollment CJB 5/18","obtain_date":"2023-05-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-13","sp_v1_preop_date":"2023-05-31","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120372":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Workshop 4/12 - verbal yes, call whenever\r\n\r\nDeclined 5/17 - claustrophobic with MRI - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120373":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Workshop 4/12, is considering. Reach out closer to DOS\r\n\r\nLVM and emailed 6/29- MD\r\n\r\nLVM 7/10- MD\r\n\r\nMoved to no response - 7/26 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120374":{"redcap_data_access_group":"university_of_mich","main_record_id":"25125","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-12","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-30","sp_v1_preop_date":"2023-05-02","sp_v2_6wk_date":"2023-07-11","sp_v3_3mo_date":"2023-08-30","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120375":{"redcap_data_access_group":"university_of_mich","main_record_id":"25124","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-12","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-02","sp_v1_preop_date":"2023-04-26","sp_v2_6wk_date":"2023-06-13","sp_v3_3mo_date":"2023-08-02","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-05-02 08:24:53","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"DOS was incorrectly entered in our survey management system and the expectation survey was not sent out at the proper time. Expectation survey was resent on DOS and was collected from pt before surgery.","erep_protdev_caplan":"No corrective actions needed.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-08-24 11:36:27","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was scheduled for a 3-month visit within his window, but had to cancel due to car troubles. He was then out of town for most of the rest of his window.","erep_protdev_caplan":"We were able to get a scan 8 days past his window and completed his 3-month visit then.","erep_rel_covid19":"0"}}},"120376":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"workshop 4/12, is a maybe, call later this week or early next\r\n\r\nVerbal yes, call 4/20 at 10:30 am - CJB\r\n\r\nchecking schedule about a visit, was going to call us back 4/20 but never did - CJB\r\n\r\nPT answered then hung up during introduction 4/25 - CJB\r\n\r\nPt would like to defer until other knee gets replaced - CJB 4/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120377":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"workshop 4/12, is a maybe, has our contact info and will reach out with questions, we will call closer to DOS if we haven't heard\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120378":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Workshop 4/12, verbal yes - call whenever\r\n\r\npt reconsidering, f/u 4/19 afternoon - CJB\r\n\r\nDeclined 4/19, no reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120379":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined at workshop 4/12 due to MRI requirement - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120380":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop 4/12, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120381":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-13","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Interested in participating. Likely not having sx until later summer or fall this year. Will contact when closer to DOS 4/13- MD\r\n\r\nLVM and emailed - CJB 5/5\r\n\r\nLVM - CJB 5/10\r\n\r\nPT called and LVM on 5/17, called back on 5/17 and LVM - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120382":{"redcap_data_access_group":"university_of_mich","main_record_id":"25127","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-19","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is considering, emailed. - CJB 4/19","obtain_date":"2023-04-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-08","sp_v1_preop_date":"2023-05-03","sp_v2_6wk_date":"2023-06-19","sp_v3_3mo_date":"2023-08-08","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-05-03 10:50:13","erep_ae_date":"2023-05-03","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-05-03 10:00","erep_resolution_date":"2023-05-03 10:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Upon entering the fMRI scanner, the patient had a panic attack and could not start the scan. ","erep_action_taken":"Patient was removed from scanner and panic attack resolved.","erep_outcome":"Patient will now be non-imaging and will not attempt to scan at 3-month visit.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120385":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Talked to at workshop 4/26, is considering but lives in battle creek. call any time after 4/28 - CJB\r\n\r\nDeclined due to travel - CJB 5/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120386":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to at workshop 4/26, is considering\r\n\r\nLVM - CJB 5/2\r\n\r\nSpoke with patient, still considering, will call us on 5/4 with a decision - CJB 5/3\r\n\r\nDeclined 5/4, no reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120387":{"redcap_data_access_group":"university_of_mich","main_record_id":"25131","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-26","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt but didn't have time to go over study, emailed and will call back later - CJB 5/2\r\n\r\nVerbal yes - 11:00am on 5/4 for enrollment - CJB 5/3","obtain_date":"2023-05-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-15","sp_v1_preop_date":"2023-05-10","sp_v2_6wk_date":"2023-06-26","sp_v3_3mo_date":"2023-08-15","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120388":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"would like to defer to the other knee - CJB 5/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120389":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - 5/2 CJB\r\n\r\nLVM 5/3 - CJB ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120390":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Declined, no reason - CJB 5/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120391":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to at workshop, is considering, f/u later\r\n\r\nSpoke with patient on 5/2, still considering, f/u on 5/5 - CJB\r\n\r\nLVM - CJB 5/5","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120392":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to at workshop 4/26, is considering. call early afternoon during week of 5/1\r\n\r\ndeclined due to travel - CJB 5/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120393":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop 4/26, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120394":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"36","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Voicemail full, emailed - CJB 5/5\r\n\r\nDeclined, overwhelmed with other things in life - CJB 5/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120395":{"redcap_data_access_group":"university_of_mich","main_record_id":"25128","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-26","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-01","sp_v1_preop_date":"2023-05-04","sp_v2_6wk_date":"2023-07-13","sp_v3_3mo_date":"2023-09-01","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-01 12:55:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt did not complete expectations survey prior to DOS.","erep_protdev_caplan":"Gave pt a reminder call one day prior to surgery, but pt still did not complete survey. Re-sent survey and met pt in pre-op to complete expectations survey in coordinator mode. ","erep_rel_covid19":"0"}}},"120396":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to at workshop 4/26, is considering, f/u as appropriate\r\n\r\nLVM - CJB 5/16\r\n\r\nReached pt but they had too much going on to talk, asked to be called back but wouldn't say when - CJB 5/18\r\n\r\n spoke with patient on 5/23 who was busy again but will try to call us on 5/24 - CJB\r\n\r\nNo response prior to DOS 6/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120397":{"redcap_data_access_group":"university_of_mich","main_record_id":"25129","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-26","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-14","sp_v1_preop_date":"2023-05-08","sp_v2_6wk_date":"2023-07-26","sp_v3_3mo_date":"2023-09-14","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120398":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt overwhelmed with other healthcare issues - CJB 4/27/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120399":{"redcap_data_access_group":"university_of_mich","main_record_id":"25130","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-02","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, call 5/3 at 10:30am - CJB 5/2","obtain_date":"2023-05-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-10","sp_v1_preop_date":"2023-05-04","sp_v2_6wk_date":"2023-06-21","sp_v3_3mo_date":"2023-08-10","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120400":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined, too busy with other things prior to surgery - CJB 5/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120401":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"surgery is being delayed, open to participation once rescheduled - CJB 5/3\r\n\r\nDecline 11/28 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120402":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined 5/3 no reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120403":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined because he did not feel as though he could make it to DF three times for research visits - CJB 5/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120404":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 5/3\r\n\r\nLVM - CJB 5/5\r\n\r\nLVM - CJB 5/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120405":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 5/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120406":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt definitely interested in participating. Spoke in clinic and will reach out when on OR schedule. 5/4- MD\r\n\r\nMissed pt at workshop on 6/21- MD\r\n\r\nMoved to no response - 9/12 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120407":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt emailed to let me know that he does not have time to participate given he is the pastor of a church 6/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120408":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient feels like she has too much going on and has already helped medical research enough in the past 5/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120409":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-05","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"spoke with patient 5/5 but did not have time to go over study - CJB 5/5\r\n\r\npt considering, sent email with more info - CJB 5/5\r\n\r\nLVM - CJB 5/16","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120410":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-05","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 5/5\r\n\r\nD spoke with pt in workshop. Initially said no but then maybe? Would like a call on Friday (5/12) to chat about study 5/10- MD\r\n\r\nLVM 5/12 - CJB\r\n\r\nLVM 5/16 - CJB\r\n\r\nNo response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120411":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-05","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Voicemail was full, emailed - CJB 5/5\r\n\r\nVerbal yes, call 5/15 at 9 am - CJB\r\n\r\nCould not complete enrollment on 5/15, call back 5/19 at 2:00 pm for enrollment - CJB\r\n\r\nDid not answer on 5/19, mailbox full - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120412":{"redcap_data_access_group":"university_of_mich","main_record_id":"25132","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-10","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in workshop on 5/10. Verbal yes, call before 9 AM tomorrow 5/10-MD","obtain_date":"2023-05-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-01","sp_v1_preop_date":"2023-05-23","sp_v2_6wk_date":"2023-07-13","sp_v3_3mo_date":"2023-09-01","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120413":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient about study, seemed interested. Sent recruitment email for her to review and get back to me - 7/26 SW\r\n\r\nShe wants to be involved but won't have anyone to take her to study visits - 9/28 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120414":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt did not want to hear about study at workshop 5/10- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120415":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Declined at workshop, just signed up for another study 5/10- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120416":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke with pt at workshop, does not want to participate. Very uncomfortable with MRI 5/10- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120417":{"redcap_data_access_group":"university_of_mich","main_record_id":"25133","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-11","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, call 5/12 at 11:00 am to enroll - CJB","obtain_date":"2023-05-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120418":{"redcap_data_access_group":"university_of_mich","main_record_id":"25135","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-11","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, call 5/15 at 9am to enroll - CJB","obtain_date":"2023-05-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-06","sp_v1_preop_date":"2023-05-24","sp_v2_6wk_date":"2023-07-18","sp_v3_3mo_date":"2023-09-06","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-08 14:03:19","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to obtain baseline blood sample on day of baseline visit as the patient's veins rolled.","erep_protdev_caplan":"Met patient in pre-op on DOS and asked pre-op nurse to draw sample.","erep_rel_covid19":"0"}}},"120419":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient but didn't have time to go over study. emailed. call 5/12 in the AM - CJB\r\n\r\nCalled 5/17, couldn't talk, call back \"in a little bit\" - CJB\r\n\r\nDeclined, no reason - CJB 5/18\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120420":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Went over study with patient and emailed info. They are considering and will reach out via email/phone. We can f/u if it gets close to DOS. - CJB 5/11\r\n\r\nDeclined, no reason - CJB 5/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120421":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Verbal yes. Lives in Pinckney, asked to be talked to when on OR schedule. 5/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120422":{"redcap_data_access_group":"university_of_mich","main_record_id":"25156","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-11","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic, verbal yes. Lives in Brighton. Hoping for August DOS. Going to FL in January. Call when on OR schedule 5/11- MD\r\n\r\nSpoke with pt at 7/5 class, verbal yes. Would like call Friday morning (7/7) after 9 AM, before 1 PM 7/5- MD","obtain_date":"2023-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-02","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-09-13","sp_v3_3mo_date":"2023-11-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-07-10","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt called on 7/10 and, after re-reviewing the consent form, decided that it was too involved for her to participate. Not enrolled in MDH and has not completed any study tasks past enrolling. 7/11- MD","sp_data_site":"1"},"120423":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Declined, no reason - CJB 5/16","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120424":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop 6/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120425":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who is considering the study. Will reach out with questions/decision. We can follow up in a week. Emailed - CJB 5/16\r\n\r\nDeclined, no reason - CJB 5/22","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120426":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt didn't have time to go over study, call back after 2:30 - CJB 5/17\r\n\r\nPt is considering, would most likely need a saturday visit. emailed. - CJB 5/17\r\n\r\nNo response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120427":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in research 5/31- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120428":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Workshop 5/24 - Is interested but still considering, can call any day between 9:30 and 12:00 (otherwise will be at work)\r\n\r\nPt still deciding. Asked for emailed info to review and I will reach out again next week 6/2- MD\r\n\r\nLVM 6/8- MD\r\n\r\nNo response prior to DOS\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120429":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Workshop 5/24 - excluded - Team prerogative - patient is not a good fit for the study as they are unable to hold a conversation regarding the research\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120430":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Workshop 5/24 - Maybe - follow up week of 5/29\r\n\r\nPt leaning towards participating, but would like emailed info. Will follow-up next week. Sent 6/2- MD\r\n\r\nLVM- 7/24 SW\r\n\r\nPt out of town prior to surgery, would like to be recontacted when she has 2nd knee done - 8/1 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120431":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Workshop 5/24 - declined, did not want to do surveys","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120432":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Workshop 5/24 - declined, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120433":{"redcap_data_access_group":"university_of_mich","main_record_id":"25138","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-24","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Workshop 5/24","obtain_date":"2023-05-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-14","sp_v3_3mo_date":"2023-10-03","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"2|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120434":{"redcap_data_access_group":"university_of_mich","main_record_id":"25157","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-24","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Workshop 5/24 - is interested but she has to regularly travel to alabama to assist her mom. We will reach out when it's closer to her DOS (August 1st) to assess her schedule and see if she will be in ann arbor for all three visit time-points","obtain_date":"2023-07-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-01","sp_v1_preop_date":"2023-07-19","sp_v2_6wk_date":"2023-09-12","sp_v3_3mo_date":"2023-11-01","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120435":{"redcap_data_access_group":"university_of_mich","main_record_id":"25140","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-24","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient, interested and considering. Emailed - CJB 5/24\r\n\r\nPt emailed with interest on 5/25. Called 5/26 and would like to enroll around 11:00 today 5/26. Has pre-op appt morning of 6/1, would like BL to be same day if possible- MD","obtain_date":"2023-05-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-12","sp_v1_preop_date":"2023-06-01","sp_v2_6wk_date":"2023-07-24","sp_v3_3mo_date":"2023-09-12","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120436":{"redcap_data_access_group":"university_of_mich","main_record_id":"25141","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-26","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes - call 5/30 at 10am for enrollment - CJB 5/26","obtain_date":"2023-05-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-26","sp_v1_preop_date":"2023-06-23","sp_v2_6wk_date":"2023-09-06","sp_v3_3mo_date":"2023-10-26","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-09-19 13:00:29","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to reach the patient until close to the end of her 6-week window. By the time we were able to get a hold of her, she only had availability past the end of her window. She was originally scheduled for 1 day past her window, but no-showed the appointment.","erep_protdev_caplan":"We were able to get a hold of the patient and she was able to come in 6 days past the end of her window.","erep_rel_covid19":"0"}}},"120437":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-02","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt was interested in participating but decided that she would not have time to fit in a baseline visit prior to surgery. Excluded 6/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120438":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-02","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt feels he doesn't have time to participate 6/7- KD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120439":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and emailed 6/2- MD\r\n\r\nDeclined, no reason 6/8- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120440":{"redcap_data_access_group":"university_of_mich","main_record_id":"25143","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-12","sp_v1_preop_date":"2023-06-20","sp_v2_6wk_date":"2023-08-23","sp_v3_3mo_date":"2023-10-12","age":"49","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-20 15:43:31","erep_ae_date":"2023-06-20","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-06-20 11:15","erep_resolution_date":"2023-06-20 11:20","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"As soon as pt was put into scanner, she began to have a panic attack and asked to be removed.","erep_action_taken":"Pt was able to calm down as soon as she was out of the scanner. She was very apologetic that she could not complete the scan. No lasting side-effects.","erep_outcome":"Pt is willing to continue participation. No further action needed as her panic attack resolved while at the MRI suite.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120443":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined at workshop (KD) 6/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120441":{"redcap_data_access_group":"university_of_mich","main_record_id":"25142","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-21","sp_v1_preop_date":"2023-06-19","sp_v2_6wk_date":"2023-08-02","sp_v3_3mo_date":"2023-09-21","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120444":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined at workshop, feels she doesn't have time 6/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120445":{"redcap_data_access_group":"university_of_mich","main_record_id":"25145","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt at workshop, verbal yes, would like call to enroll. Call Friday anytime except 1:30-3PM 6/7- MD\r\n\r\nLVM and emailed 6/9- MD\r\n\r\nLVM 6/12- MD","obtain_date":"2023-06-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-26","sp_v1_preop_date":"2023-06-16","sp_v2_6wk_date":"2023-08-07","sp_v3_3mo_date":"2023-09-26","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120446":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined at workshop, no reason (KD) 6/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120447":{"redcap_data_access_group":"university_of_mich","main_record_id":"25146","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and husband at workshop. Verbal yes. Call tomorrow or Friday morning to enroll 6/7- MD\r\n\r\nLVM and emailed 6/9- MD","obtain_date":"2023-06-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-17","sp_v1_preop_date":"2023-06-26","sp_v2_6wk_date":"2023-08-28","sp_v3_3mo_date":"2023-10-17","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-07-17 08:01:40","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt was unable to see Expectations Items Survey in MDH. Emailed me and I emailed her my phone number. Pt did not call prior to DOS (when survey expires).","erep_protdev_caplan":"Re-sent Expectations Items survey on DOS and met pt in pre-op to complete it. Completed in coordinator mode and closed pt-facing task.","erep_rel_covid19":"0"}}},"120442":{"redcap_data_access_group":"university_of_mich","main_record_id":"25144","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120448":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined at workshop, feels he doesn't have time 6/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120449":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt at workshop. Interested, concerned as she is a snow bird. With current DOS, shouldn't be a problem. Follow-up this week or next 6/7- MD\r\n\r\nLVM and emailed 6/13- MD\r\n\r\nPt responded to my email and let me know that, given some things that have happened with friends, she will be too busy tot participate. Willing to be approached again if/when her other knee is replaced 6/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120450":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Interested, but has spinal cord stimulator 6/8- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120451":{"redcap_data_access_group":"university_of_mich","main_record_id":"25187","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-08","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and husband in clinic. Likely interested, double check eligibility when she comes up on OR schedule 6/8- MD\r\n\r\nLVM- SW","obtain_date":"2023-09-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-25","sp_v1_preop_date":"2023-09-29","sp_v2_6wk_date":"2023-12-05","sp_v3_3mo_date":"2024-01-24","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-25 16:27:54","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Due to thin veins, a second blood collection attempt was done on pt's DOS ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"120452":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined at workshop, no time 6/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120453":{"redcap_data_access_group":"university_of_mich","main_record_id":"25149","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-09","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Likely interested, would want a weekend visit as she is still working and trying to minimize time off prior to surgery. Emailed info and will follow-up early next week 6/9- MD\r\n\r\nWould like to enroll at workshop on 6/21- MD","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-10","sp_v1_preop_date":"2023-06-24","sp_v2_6wk_date":"2023-08-21","sp_v3_3mo_date":"2023-10-10","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-25 09:22:17","erep_ae_date":"2023-06-24","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-06-24 09:40","erep_resolution_date":"2023-06-26 12:43","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"After the CPM test, the patient stated her shoulder was throbbing. Per patient she has problems with both her shoulders (arthritis in both and possible rotator cuff tear in her L shoulder). She stated the PPTs to the L shoulder likely \"aggravated\" her usual discomfort/pain. The pain was starting to subside as the patient was leaving and she was \"not worried about it at all\". ","erep_action_taken":"RA talked to the patient and made sure the pain was not severe. Patient stated she was \"not worried about it at all\" and did not need any intervention for it. As patient was leaving she said it was starting to subside. Called patient on Monday 6/26 (2 days after visit) and she said her shoulder is back to normal, no lingering issue. ","erep_outcome":"Patient's shoulder is back to baseline and there are no problems at this time. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120454":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 6/9- MD\r\n\r\nNo response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120455":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Read email and decided to not participate 6/20- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120456":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt will not do an MRI without sedation. Otherwise would be willing to participate. Excluded 6/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120460":{"redcap_data_access_group":"university_of_mich","main_record_id":"25150","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-21","screening_age":"74","screening_gender":"1","screening_race":"3","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-01","sp_v1_preop_date":"2023-07-17","sp_v2_6wk_date":"2023-09-12","sp_v3_3mo_date":"2023-11-01","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-30 09:34:37","erep_ae_date":"2023-10-23","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-10-23 09:34","erep_resolution_date":"2023-10-25 09:34","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient's pain in shoulder went up from a 2 to 3 after use of the neuropen was finished during 3m visit. Called patient to check in and he stated pain from the neuropen in the shoulder lasted overnight. Pain at knee from neuropen lasted 2 days and averaged about a 5 out of 10. ","erep_action_taken":"Called patient to check in since they had mentioned an increase in pain at the shoulder towards the end of the 3m visit (a few minutes after RA had finished using the neuropen). During this call patient mentioned that pain from neuropen had persisted at the knee as well. ","erep_outcome":"Patient's pain resolved. No further action needed. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120465":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined at workshop, no time (JC) 6/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120467":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No reason decline at workshop (JC) 6/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120462":{"redcap_data_access_group":"university_of_mich","main_record_id":"25154","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-21","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop. Call morning of 6/22 to enroll. Anytime before 11 AM 6/21- MD","obtain_date":"2023-06-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-18","sp_v1_preop_date":"2023-09-26","sp_v2_6wk_date":"2023-11-28","sp_v3_3mo_date":"2024-01-17","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-07-05 13:16:26","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline imaging was performed outside of 6 week window designated for baseline visit. On day of baseline visit (on 7/5/23) RA was notified in person that Sx is being postponed more that 6 weeks out. As pt. was already present and willing, imaging slot was available, and that imaging doesn't need to be repeated within 6 months; the study team unanimously decided to proceed on with imaging on 7/5/23 and will be conducting the rest of the baseline visit within 6 week visit window. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"120464":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"82","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Workshop decline, no reason 6/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120463":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt did not want to hear about study 6/29- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120461":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt will be going back to work as a teacher about 4.5 weeks after surgery so follow-up would be hard for him. Also mentioned a bad experience with MRI in the past. 6/29- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120457":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt's spouse. Said he'd likely be interested but that the pt is considered high risk, so they won't know until after his appointment this afternoon if he will actually be having surgery. Asked for emailed info and they can reach out with interest. I also mentioned that I can follow-up with a phone call next week if we don't hear from them. Emailed 6/29- MD\r\n\r\nLVM 7/12- MD\r\n\r\nmoved to no response - 7/26 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120459":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No reason 7/18- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120468":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Workshop decline, no reason 6/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120458":{"redcap_data_access_group":"university_of_mich","main_record_id":"25148","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-21","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-12","sp_v1_preop_date":"2023-07-05","sp_v2_6wk_date":"2023-08-23","sp_v3_3mo_date":"2023-10-12","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120469":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-22","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt new in report and at appts all day, so emailed 6/22- MD\r\n\r\nNo response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120470":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with pt and wife at workshop, declined. No specific reason given 7/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120471":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke with pt at workshop and pt declined, no reason given 7/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120472":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Emailed 6/29. Could probably use call on 6/30 if they don't respond to the email 6/29- MD\r\n\r\nPatient has to arrange for travel through PACE program which will only cover medical appointments. Patient decided to decline. DH","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120473":{"redcap_data_access_group":"university_of_mich","main_record_id":"25155","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-30","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-28","sp_v1_preop_date":"2023-07-19","sp_v2_6wk_date":"2023-09-08","sp_v3_3mo_date":"2023-10-28","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120474":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"DH spoke with pt. Pt concerned about timeline prior to surgery. Said he will consider and he will reach out to us if interested 7/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120475":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke with pt at workshop and pt declined, no reason given 7/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120476":{"redcap_data_access_group":"university_of_mich","main_record_id":"25162","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-05","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes (SL). Would like a call next M-W between 8-10 AM 7/5- MD\r\n\r\nLVM 7/12 SL\r\n\r\nCalled pt and she can consent monday 7/31- 7/24 SW","obtain_date":"2023-07-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-21","sp_v1_preop_date":"2023-08-17","sp_v2_6wk_date":"2023-10-02","sp_v3_3mo_date":"2023-11-21","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120477":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt at workshop. He participated in one of our hip studies after THA. Grateful that we asked him, but wants to focus on rehab of knee this time 7/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120478":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with pt in clinic. Might be interested, but not crazy about fMRI. Has required sedation for MRIs in the past. Wanted to think about it and we will reach out when on the OR schedule. Aiming for late September 7/6- MD\r\n\r\nDeclined 7/26, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120479":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt in clinic (in wheelchair). Seems like she will not be interested, but can call. Has a few other medical concerns currently 7/6- MD\r\n\r\nPt concerned about transportation 8/2 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120480":{"redcap_data_access_group":"university_of_mich","main_record_id":"25170","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-06","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and wife in clinic. Likely interested 1 hr drive away so would like to make appts on same day. Lots of good questions. Would like a call when they are on our schedule 7/6- MD\r\n\r\nLVM -7/26 SW","obtain_date":"2023-08-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-13","sp_v1_preop_date":"2023-08-23","sp_v2_6wk_date":"2023-10-25","sp_v3_3mo_date":"2023-12-13","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-09-25 13:01:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Upon check specimens for shipment, it was discovered that BL blood data had not been entered into RC and the source doc could not be found at the time of discovery. \r\n\r\n10/31/2023 - Our team was notified that the blood draw CRF was found and entered/uploaded into RedCap.","erep_protdev_caplan":"The samples that were discovered in the freezer provided some data that was entered into the RC form retrospectively. Data that could not be verified with the physical samples were left blank. \r\n\r\n10/31/2023 - Our team was notified that the blood draw CRF was found and entered/uploaded into RedCap. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-11-10 12:03:56","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt cancelled original (in-window) 6-week blood draw due to a family emergency.","erep_protdev_caplan":"Pt came in 1 week past the end of his window for his 6-week blood draw.","erep_rel_covid19":"0"}}},"120481":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt has a lot going on as surgery is next week and wants to take a vacation after surgery so doesn't want to come in for visits 7/14- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120482":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives 2.5 hrs away and is still working. Would be difficult for him to get time off of work for visits 7/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120483":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt doesn't want to drive for study visits 7/14- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120484":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt and wife are not comfortable doing surveys on computer or phone 7/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120485":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and wife in clinic. Interested and would like to get surveys via app. Wait until on OR schedule to consent 7/13- MD\r\n\r\nspoke with pt and he is cancelling surgery and waiting 3 mos. Still interested & wants us to reach out once new surgery date is confirmed- 7/21 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120486":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with pt in clinic. May be interested, but wanted to think about it. Approach when on OR schedule 7/13- MD\r\n\r\nDeclined in workshop - 8/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120487":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Doesn't seem like she'll be interested, but asked for follow-up call next week 7/13- MD\r\n\r\nPt called as she was interested, but has required a washcloth over eyes or sedation in the past for the fMRI. Follow up next week. 7/14- MD\r\n\r\nLVM 7/18-MD\r\n\r\nMoved to HFH - 7/26 SW ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120488":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"no reason - SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120489":{"redcap_data_access_group":"university_of_mich","main_record_id":"25158","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-18","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 7/18- MD","obtain_date":"2023-07-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-31","sp_v1_preop_date":"2023-07-21","sp_v2_6wk_date":"2023-09-11","sp_v3_3mo_date":"2023-10-31","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120490":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent initial email- 7/18 SW\r\n\r\ndeclined 7/24 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120491":{"redcap_data_access_group":"university_of_mich","main_record_id":"25165","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient has other health concerns to address currently. Will reach back out closer to surgery date (date will be moved poss.) - 7/18- SW\r\n\r\n\r\nConsent scheduled for 8/4 - 8/3 SW","obtain_date":"2023-08-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-27","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-01-08","sp_v3_3mo_date":"2024-02-26","age":"79","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-08-15 12:36:55","erep_ae_date":"2023-08-14","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-08-15 13:45","erep_resolution_date":"2023-08-15 13:48","erep_ae_severity":"1","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"Patient was laying on exam bed for knee PPT, neuropen, and cuff testing. When patient sat back up to get off the bed and move back to chair for water bath, felt a little dizzy. Gave patient some water and helped her off the exam table. Patient sat in chair and after drinking more water, symptoms resolved. Continued on with water bath as normal. Patient admitted that she had only drank coffee so far that day, no water. ","erep_action_taken":"Made sure patient felt safe to get off exam table and had 2 research assistants help her down. Gave her water and stayed in room until symptoms resolved.","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120492":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient lives 4 hrs away 7/18-SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120493":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Needs to focus on doing pre-op things ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120494":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke with pt at workshop (MD). Maybe interested, but might be iffy on the MRI. Follow- up in a few weeks 7/19- MD\r\n\r\nDeclined- 7/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120495":{"redcap_data_access_group":"university_of_mich","main_record_id":"25161","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-19","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt interested, but had to leave so will call to consent later 7/19 SW\r\n\r\nAvailability: mondays or before 10am \r\nLVM- 7/24 SW","obtain_date":"2023-07-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-11","sp_v1_preop_date":"2023-09-25","sp_v2_6wk_date":"2023-11-21","sp_v3_3mo_date":"2024-01-10","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-08-15 12:41:42","erep_ae_date":"2023-08-15","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-08-15 10:45","erep_resolution_date":"2023-08-15 10:46","erep_ae_severity":"1","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"Patient sat up from exam table to move back to the chair for last test in water bath. Had just finished neuropen. Stated she was a little dizzy when sat up. Patient said fluorescent lights can make her a little dizzy. Patient drank water and symptoms resolved. Research assistants made sure to stay in the room and help her off exam table. Helped patient due to hip/leg pain as well. This is unrelated to event- patient pulled muscles from \"leg to hip\" and needed assistance getting on table in the first place. ","erep_action_taken":"Gave patient water and stayed in room. Assisted her off table. ","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120496":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"72","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop (MD). No reason 7/19- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120497":{"redcap_data_access_group":"university_of_mich","main_record_id":"25160","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-19","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-21","sp_v1_preop_date":"2023-08-09","sp_v2_6wk_date":"2023-10-02","sp_v3_3mo_date":"2023-11-21","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120498":{"redcap_data_access_group":"university_of_mich","main_record_id":"25159","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-19","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-09","sp_v1_preop_date":"2023-08-02","sp_v2_6wk_date":"2023-09-20","sp_v3_3mo_date":"2023-11-09","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120499":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is somewhat interested but worried about MRI. Will send follow up email with study info 7/19 SW\r\n\r\nMoved surgery to March. Unsure about participation, recontact closer to new date - 7/24 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120500":{"redcap_data_access_group":"university_of_mich","main_record_id":"25166","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-19","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes from workshop (SL) . Asked for us to email her to set up a time to enroll as she works slot. SW following up with email 7/19- MD\r\n\r\nStarted consent, wants to check with insurance about injury. will call back at 8am 7/28- 7/26 SW\r\n\r\nPt checked with insurance and can consent. Power is out so asked to call back later - 7/28 SW\r\n\r\nCalled back and LVM - 7/28 SW","obtain_date":"2023-08-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-19","sp_v1_preop_date":"2023-09-01","sp_v2_6wk_date":"2023-10-31","sp_v3_3mo_date":"2023-12-19","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-10 12:10:28","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was very difficult to reach to get her 6-week blood draw scheduled. By the time we got in touch, we could not get her in during her window.","erep_protdev_caplan":"Pt came in 3 days past her window for her 6-week blood draw.","erep_rel_covid19":"0"}}},"120501":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Called pt, was not able to leave voicemail. Recruitment email sent 7/27 SW\r\n\r\ndeclined, change in family matters 8/29","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120502":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 7/21 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120503":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop (MD). No reason 7/19- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120504":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt deferred participation 8/8\r\n\r\nPt now back on OR schedule: MD spoke with pt at workshop. Pt is a verbal yes, no specific date or time given for call (retired). Of note, pt lives in Jackson 11/7- MD\r\n\r\nLVM 11/28 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120505":{"redcap_data_access_group":"university_of_mich","main_record_id":"25168","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-27","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient gave a verbal yes and is available to consent anytime 8/7-8/11 (retired) - 7/27 SW","obtain_date":"2023-08-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-09","sp_v1_preop_date":"2023-08-14","sp_v2_6wk_date":"2023-10-21","sp_v3_3mo_date":"2023-12-09","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120506":{"redcap_data_access_group":"university_of_mich","main_record_id":"25172","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-27","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patients daughter answered, will recontact at later date ( no email) - 7/27 SW\r\n\r\nPt can consent 8/23 - 8/16 SW","obtain_date":"2023-08-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-15","sp_v1_preop_date":"2023-10-06","sp_v2_6wk_date":"2023-12-27","sp_v3_3mo_date":"2024-02-14","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-15 14:56:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Blood collection @ BL visit was unsuccessful so a second attempt was done on DOS.","erep_protdev_caplan":"None needed.","erep_rel_covid19":"0"}}},"120507":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke with pt at workshop and pt declined, no reason given 8/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120508":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Declined at workshop for travel 8/2 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120509":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt at workshop on 8/2. Was VERY interested, but let me know that she has a loop recorder (MRI Contraindicated) 8/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120510":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke to PT at workshop. Deferred participation until 2nd tka 8/2 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120511":{"redcap_data_access_group":"university_of_mich","main_record_id":"25163","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-02","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-21","sp_v1_preop_date":"2023-09-19","sp_v2_6wk_date":"2023-11-02","sp_v3_3mo_date":"2023-12-21","age":"72","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-16 10:51:51","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Due to pt being difficult to get ahold of 6-week blood was collected 7 days past window. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"120512":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt not interested. She participated in research for other knee and it was too much for her","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120513":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt declined at workshop (MD) as he just finished another research study for his wrist 8/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120514":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SL spoke with pt at workshop and pt declined, no reason given 8/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120515":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SL spoke with pt at workshop and pt declined, no reason given 8/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120516":{"redcap_data_access_group":"university_of_mich","main_record_id":"25164","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-01","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 8/1 SW\r\n\r\nPt is interested and will consent 8/4- 8/2 SW","obtain_date":"2023-08-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-22","sp_v1_preop_date":"2023-08-17","sp_v2_6wk_date":"2023-10-03","sp_v3_3mo_date":"2023-11-22","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120517":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt, he is interested but wants to look things over and get back to us. Gave him contact # and sent recruitment docs - 8/1 SW\r\n\r\nSpoke with pt, busy at the moment but wants a call tmrw afternoon -8/7 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120518":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested has very poor experiences with MRI (closes eyes when going into MRI room & needs valium)- Excluded- 8/1 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120519":{"redcap_data_access_group":"university_of_mich","main_record_id":"25167","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-03","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Definitely interested. Lives just north of AA. Double check eligibility and call when on OR schedule 8/3- MD\r\n\r\nPt busy at the moment, would like a call tmrw - 8/8 SW","obtain_date":"2023-08-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-29","sp_v1_preop_date":"2023-08-14","sp_v2_6wk_date":"2023-10-10","sp_v3_3mo_date":"2023-11-29","age":"82","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120520":{"redcap_data_access_group":"university_of_mich","main_record_id":"25176","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-10","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt to see about comfort with MRI (notes in chart were mixed). She is interested and will consent at workshop - 8/10 SW","obtain_date":"2023-08-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-11","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-10-23","sp_v3_3mo_date":"2023-12-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-09-06","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt was not able to obtain additional information to be cleared for scanning. Did not want to continue if she could not scan. ","sp_data_site":"1"},"120521":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM & tried to send recruitment email but email is not valid- 8/10 SW \r\n\r\nPt answered phone but in AA meeting, asked for call a little after 12PM 8/18- MD\r\n\r\nNo response - 9/6 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120522":{"redcap_data_access_group":"university_of_mich","main_record_id":"25169","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"N/A","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-03","sp_v1_preop_date":"2023-09-19","sp_v2_6wk_date":"2023-11-13","sp_v3_3mo_date":"2024-01-02","age":"54","sex":"2","genident":"2","ethnic":"4","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-03 09:19:33","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt had not completed their Expectation Items by their DOS.","erep_protdev_caplan":"Re-sent Expectation Items in MDH and met the pt in pre-op to complete the survey in coordinator mode.","erep_rel_covid19":"0"}}},"120523":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop - 8/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120524":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt does not have email address, but wants to think about it. Follow-up next week 8/18- MD\r\n\r\nSurgery cancelled due to smoking - 8/28 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120525":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120526":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Maybe. Call after 2PM in next couple of days. Gave brochure - 8/16 DH\r\n\r\nSpoke with pt in clinic. He had declined the other day, but now wants to think about it some more. I can follow-up next week 8/31- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120527":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Pt declined at workshop (DH). Already in another study. 8/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120528":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"MD spoke with pt at workshop. Unwilling to try MRI. Excluded 8/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120529":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt wants to defer until she gets her 2nd knee done - 8/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120530":{"redcap_data_access_group":"university_of_mich","main_record_id":"25179","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-16","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt spoke with KD at workshop. Verbal yes. Pt is retired, call anytime to consent 8/16- MD\r\n\r\n\r\nConsent 9/6- SW","obtain_date":"2023-09-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-03","sp_v1_preop_date":"2023-09-18","sp_v2_6wk_date":"2023-11-13","sp_v3_3mo_date":"2024-01-02","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120531":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt not interested for coming in for research visits. Would have listened about study if it did not involve in-person visits. 8/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120532":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Can consent 8/25 @ 1pm - 8/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120533":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt declined because he lives about 1.5 hrs away -8/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120534":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Verbal yes. Pt asked to enroll early next week, anytime. Also asked for emailed info. Sent 8/18- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120535":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too involved 8/18- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120536":{"redcap_data_access_group":"university_of_mich","main_record_id":"25171","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-23","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Can consent at 1pm - SW 8/23","obtain_date":"2023-08-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-19","sp_v1_preop_date":"2023-10-09","sp_v2_6wk_date":"2023-11-29","sp_v3_3mo_date":"2024-01-18","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120537":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120538":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120539":{"redcap_data_access_group":"university_of_mich","main_record_id":"25177","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-30","screening_age":"62","screening_gender":"2","screening_race":"3","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt at workshop, wants time to think 8/30\r\n\r\nSpoke with pt in clinic and answered all of her questions. Wishes she got to see more results/scientific side of study, but willing to participate. MD will call tomorrow morning around 10AM to consent 8/31- MD","obtain_date":"2023-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-18","sp_v1_preop_date":"2023-09-14","sp_v2_6wk_date":"2023-10-30","sp_v3_3mo_date":"2023-12-18","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-08 09:57:23","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was difficult to reach to get her scheduled for her 6-week blood draw. Could not get her in during her window.","erep_protdev_caplan":"Pt came in one day past the 6-week window for her blood draw.","erep_rel_covid19":"0"}}},"120540":{"redcap_data_access_group":"university_of_mich","main_record_id":"25174","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-30","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-18","sp_v1_preop_date":"2023-09-13","sp_v2_6wk_date":"2023-10-30","sp_v3_3mo_date":"2023-12-18","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120541":{"redcap_data_access_group":"university_of_mich","main_record_id":"25173","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-30","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-09-07","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Pt has a lot going on at this time","sp_data_site":"N/A"},"120542":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"73","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120543":{"redcap_data_access_group":"university_of_mich","main_record_id":"25181","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-30","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"spoke with pt and they are interested but worried they cant do MRI because they shake a little bit - 9/1 SW","obtain_date":"2023-09-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-26","sp_v1_preop_date":"2023-09-22","sp_v2_6wk_date":"2023-11-06","sp_v3_3mo_date":"2023-12-26","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120544":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"75","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120545":{"redcap_data_access_group":"university_of_mich","main_record_id":"25175","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-30","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Consented at workshop 8/30","obtain_date":"2023-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-09","sp_v1_preop_date":"2023-09-05","sp_v2_6wk_date":"2023-10-21","sp_v3_3mo_date":"2023-12-09","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-09-09 09:34:06","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt wanted the least amount of pokes possible so asked for baseline sample to be drawn on DOS, at time of IV placement.","erep_protdev_caplan":"Met pt in pre-op and asked Current Medication and Blood Sample Collection questions. Pre-op RN collected sample and I processed on DOS.","erep_rel_covid19":"0"}}},"120546":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120547":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120548":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120549":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"65","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and husband in clinic. Maybe interested, but would like to discuss it prior to making a decision. Asked to be contacted when added to the OR schedule. They also have our contact info in case they decide before then 8/31- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120550":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120551":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120552":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-06","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120553":{"redcap_data_access_group":"university_of_mich","main_record_id":"25180","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-06","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-09","sp_v1_preop_date":"2023-09-22","sp_v2_6wk_date":"2023-11-19","sp_v3_3mo_date":"2024-01-08","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120554":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-06","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt lives too far and works as a lawyer - 9/6 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120555":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-05","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment info- 9/5 SW\r\nPt emailed they are interested, LVM - 9/6 SW\r\nJC and MD spoke with pt at workshop. Would like to enroll between 2-3 on Friday 9/15. - MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120556":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and sent recruitment email\r\n\r\nDeclined -9/19 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120557":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120558":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt interested but lives 3 hours away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120559":{"redcap_data_access_group":"university_of_mich","main_record_id":"25196","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"CB spoke to pt in clinic 1/23, now scheduled for surgery and coming in to class 10/11/23","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-12","sp_v1_preop_date":"2023-11-06","sp_v2_6wk_date":"2024-01-23","sp_v3_3mo_date":"2024-03-12","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120560":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Definitely interested. She is a CRNA and is very interested in research. Call when on OR schedule 9/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120561":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Could not LVM, but sent recruitment email- 9/11 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120562":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt interested but unsure about MRI. Has done brain MRIs before and is not sure they are willing to do it again. Sent them the recruitment email and will give them time to think - 9/11 SW\r\n\r\nSpoke with pt and will give one more day to make a decision- 9/18 SW\r\n\r\nDeclined b/c of MRI- 9/19 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120563":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and sent recruitment email- 9/11 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120564":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt owns her own business and doesn't feel she'll have time to come in for visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120565":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"DH spoke with pt at workshop on 9/13. Pt is interested, but would like to be contacted at a later date to go through details\r\n\r\nLVM- 9/18 SW\r\n\r\nCan not make all the visits -9/29SW\r\n\r\nLVM-9/25 SW\r\n\r\nSpoke with pt, wants to receive an email with info. Will check in early next week - 9/22 SW\r\n\r\nLVM - 9/25 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120566":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke to pt at workshop. Not interested. No Reason 9/13- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120567":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"41","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"MD spoke with pt at workshop. Verbal yes. Call anytime to enroll 9/13- MD\r\n\r\nConsent 9/21 -SW\r\n\r\nNo answer missed pt callback. will call back after 1 to reschedule --9/21 SW\r\n\r\nNo response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120568":{"redcap_data_access_group":"university_of_mich","main_record_id":"25184","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-13","screening_age":"54","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-10-11","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"54","sex":"1","genident":"1","ethnic":"1","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120569":{"redcap_data_access_group":"university_of_mich","main_record_id":"25183","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-13","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-02","sp_v1_preop_date":"2023-09-26","sp_v2_6wk_date":"2023-11-12","sp_v3_3mo_date":"2024-01-01","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120570":{"redcap_data_access_group":"university_of_mich","main_record_id":"25185","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-13","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-16","sp_v1_preop_date":"2023-11-14","sp_v2_6wk_date":"2023-12-28","sp_v3_3mo_date":"2024-02-15","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120571":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120572":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke to pt at workshop. Declined, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120573":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke to pt at workshop. Declined, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120574":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM & recruitment email-9/15 SW\r\n\r\nSpoke with pt, daughter has a complicated pregnancy and not sure when she'll have to leave for that. She wants to make sure she has the feasibility to commit to the study. Will give her time to think and will check in 9/25- 9/18 SW\r\n\r\nLVM- 9/25 SW\r\n\r\nVery interested but will be traveling after surgery and won't be able to do 3m visit 9/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120575":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke to pt at workshop. Declined, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120576":{"redcap_data_access_group":"university_of_mich","main_record_id":"25186","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-13","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt can consent 9/20@ 10am ","obtain_date":"2023-09-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-18","sp_v1_preop_date":"2023-09-29","sp_v2_6wk_date":"2023-11-28","sp_v3_3mo_date":"2024-01-17","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120577":{"redcap_data_access_group":"university_of_mich","main_record_id":"25182","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-13","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-09","sp_v1_preop_date":"2023-10-02","sp_v2_6wk_date":"2023-11-19","sp_v3_3mo_date":"2024-01-08","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120578":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke to pt at workshop. Declined, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120579":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"KD spoke with pt at workshop. Said it's too far for him to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120580":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and recruitment email -9/15 SW\r\n\r\nDeclined on 9/15 via email -9/18 SW ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120581":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email - 9/14 SW\r\n\r\nSpoke to pt, he will review my email today and let me know if he is interested - 9/21 SW \r\n\r\nCalled, VM full- 9/25 SW\r\n\r\nPt has a lot going on with his visit and wife's health and doesn't want to commit and not be able to fully participate- 10/3 SW ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120582":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Verbal yes, but is also having a consult at St. Joe's next week. Call if/when she shows up on OR schedule. 9/14- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120583":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email -9/22 SW\r\n\r\nPt is interested in helping, wants an email and recontact 10/4- 9/29 SW\r\n\r\nLVM- 10/4 SW\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120584":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LVM and sent recruitment email- 9/25 SW\r\n\r\nPt called back and is not interested in coming in 3x- 9/25 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120585":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with patient and is interested. Sent recruitment email, check in Friday -9/25 SW\r\n\r\nLVM -10/2 SW\r\n\r\nBrother had Sx in jersey and may have to fly out prior to his Sx depending on brothers recovery. He's now in the 10/11 class so I will check in with him then - 10/4 SW\r\n\r\nDH spoke with pt at workshop. No time to participate 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120586":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt lives 3 hours away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120587":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is very interested but can not make the BL visit. She wants to be re-contacted for her 2nd knee- 10/5 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120588":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"On vacation before Sx and not interested in doing MRI 9/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120589":{"redcap_data_access_group":"university_of_mich","main_record_id":"25188","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-18","sp_v1_preop_date":"2023-10-09","sp_v2_6wk_date":"2023-11-28","sp_v3_3mo_date":"2024-01-17","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120590":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 9/26 SW\r\n\r\nNo Sx too soon, no time -9/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120591":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"There was an opening so he actually had Sx on 10/3 instead on 10/25. would like to be recontacted for 2nd knee- 10/12 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120592":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120593":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pt has dementia, excluded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120594":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"82","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120595":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt won't have help after surgery to come to study visits-9/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120596":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Missed at WS- 9/27\r\n\r\nLVM and sent recruitment email \r\n\r\ndeclined 10/3 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120597":{"redcap_data_access_group":"university_of_mich","main_record_id":"25189","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-26","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-01","sp_v1_preop_date":"2023-10-09","sp_v2_6wk_date":"2023-12-13","sp_v3_3mo_date":"2024-01-31","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-01 08:31:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain blood sample at baseline visit.","erep_protdev_caplan":"Met pt in pre-op on DOS and asked her the pre-blood draw questions. Able to gather sample in pre-op.","erep_rel_covid19":"0"}}},"120598":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is cancelling his surgery and wants to be contacted once he has rescheduled - 9/26 SW ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120599":{"redcap_data_access_group":"university_of_mich","main_record_id":"25190","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-27","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, will consent 9/29- SW","obtain_date":"2023-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-31","sp_v1_preop_date":"2023-10-11","sp_v2_6wk_date":"2023-12-11","sp_v3_3mo_date":"2024-01-30","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120600":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"spoke with pt and wife in clinic. Likely interested but they want to talk about it for a bit. I gave them my number and let them know that if I don't hear from them by mid-next week, I will reach out to see what they are thinking. 9/28- MD\r\n\r\nLVM and sent recruitment email - 10/19 SW\r\n\r\nLVM- 10/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120601":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt and wife in clinic. Don't want to commit the time to the study 9/28- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120602":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke with pt in clinic. She was overwhelmed by all of the news she was getting/being offered surgery. Likely not interested, but said that we can reach out to her if/when she is on the OR schedule 9/28- MD\r\n\r\nNot interested in research at this time, wants to focus on her Sx (not planning to do her second knee)- 11/29 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120604":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120605":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke with pt at workshop. no reason given 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120606":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested but does not have the means to travel to Ann Arbor - 10/5 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120607":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Verbal yes, but will likely not be scheduled until January at the earliest as she needs to be at UH (lungs). Of note, pt lives north of Flint and does not currently have a car as hers was recently totaled. Re-check eligibility when she pops up on the OR schedule 10/5- MD\r\n\r\nLVM -11/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120608":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SL spoke with pt at workshop, no reason given 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120609":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"KD spoke with pt at workshop. Declined as it is too close to her DOS (was just scheduled yesterday) 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120610":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Missed at classed 11/7\r\n\r\nLVM and sent recruitment email - 11/10 SW\r\n\r\nLVM -11/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120611":{"redcap_data_access_group":"university_of_mich","main_record_id":"25194","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-21","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2024-01-02","sp_v3_3mo_date":"2024-02-20","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120612":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"DH spoke to at workshop. Pt is a maybe. Has a copy of the consent form and will reach out to us if interested 10/11- MD\r\n\r\nno response -11/27 SW (DOS today)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120613":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt at workshop. She is willing to participate, but let me know that she has a benign brain tumor. Excluded 10/11- MD (LVM letting pt know that she's not eligible 10/12- MD)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120614":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"KD spoke with pt at workshop. Said it's too far for him to travel for visits 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120615":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"spoke with pt at workshop. No reason given 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120616":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"KD spoke with pt at workshop- Pt would like f/u call, no specific date/time given- 10/11- MD\r\n\r\nCould not LVM but sent recruitment email- 10/18 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120617":{"redcap_data_access_group":"university_of_mich","main_record_id":"25195","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-03","sp_v1_preop_date":"2023-10-16","sp_v2_6wk_date":"2023-12-15","sp_v3_3mo_date":"2024-02-02","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-28 13:03:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt did not complete any of his baseline surveys prior to surgery.","erep_protdev_caplan":"Re-sent the patient's Demographic surveys on 11/27/23 and let him know at the 6-week visit that they were available to him in his MDH account. He completed them on the same day (11/27/23).","erep_rel_covid19":"0"}}},"120618":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Missed at WS 10/11\r\nLVM and sent recruitment email - 10/12 SW\r\n\r\nDeclined- 10/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120619":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"81","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"\"Missed at workshop 10/11\r\nLVM and sent recruitment email - 10/12 SW\"\r\n\r\nLVM- 10/16 SW\r\n\r\nIs interested but already has a lot of visits in Ann Arbor for other health concerns and doesn't want to add to it (80 miles RT)- 10/31 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120620":{"redcap_data_access_group":"university_of_mich","main_record_id":"25197","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-29","sp_v1_preop_date":"2023-10-30","sp_v2_6wk_date":"2024-01-10","sp_v3_3mo_date":"2024-02-28","age":"74","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120621":{"redcap_data_access_group":"university_of_mich","main_record_id":"25209","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop 10/11\r\nVM full; Sent recruitment email - 10/12 SW\r\nNo answer, VM full- 10/16 SW\r\n\r\nVerbal yes in clinic, call anytime. I told her it may be early next week d/t all of our visits tomorrow. Of note, she is getting nervous and had a lot of PT and recovery questions 10/19- MD\r\n","obtain_date":"2023-10-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-07","sp_v1_preop_date":"2023-11-02","sp_v2_6wk_date":"2023-12-19","sp_v3_3mo_date":"2024-02-06","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-07 08:57:00","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt did not complete Expectation Items prior to DOS.","erep_protdev_caplan":"Met pt in pre-op and completed her Expectation Items in Coordinator Mode.","erep_rel_covid19":"0"}}},"120622":{"redcap_data_access_group":"university_of_mich","main_record_id":"25193","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-27","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2024-01-08","sp_v3_3mo_date":"2024-02-26","age":"69","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120623":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic, maybe interested, but won't be scheduled until Jan '24. Double check eligibility and reach out when on OR schedule 10/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120624":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"71","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Blood/poke 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120625":{"redcap_data_access_group":"university_of_mich","main_record_id":"25198","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-23","sp_v1_preop_date":"2023-10-16","sp_v2_6wk_date":"2023-12-03","sp_v3_3mo_date":"2024-01-22","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120626":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with pt at workshop, no reason given 10/24- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120627":{"redcap_data_access_group":"university_of_mich","main_record_id":"25204","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-12","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-25","sp_v1_preop_date":"2023-10-24","sp_v2_6wk_date":"2023-12-05","sp_v3_3mo_date":"2024-01-24","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-25 10:21:56","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain blood sample at baseline visit.","erep_protdev_caplan":"Met pt in pre-op and asked him the current meds and pre-blood draw questions. The Pre-op RN drew the sample for us and we processed at UH.","erep_rel_covid19":"0"}}},"120628":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-16","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 10/16 SW\r\n\r\nSpoke with pt, is going to look over recruitment email (resent) and I will contact him Monday 11/30 before his appt @ 4pm - 10/24 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120629":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-16","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120630":{"redcap_data_access_group":"university_of_mich","main_record_id":"25207","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-18","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, consent tmrw @4pm - 10/18 SW","obtain_date":"2023-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-04","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-01-15","sp_v3_3mo_date":"2024-03-04","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120631":{"redcap_data_access_group":"university_of_mich","main_record_id":"25208","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-18","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested but wants to think about it to make sure they are able to commit to the 3 visits (working) - 10/18 SW","obtain_date":"2023-10-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-04","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-01-15","sp_v3_3mo_date":"2024-03-04","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-11-14","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120632":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke with pt at workshop. No reason given 11/7-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120633":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt at workshop. Pt does not have transportation and does not want to travel for research 10/24- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120634":{"redcap_data_access_group":"university_of_mich","main_record_id":"25212","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-24","screening_age":"72","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"DH spoke with pt at workshop. She is apprehensive as she participated in another study in the past. Would like a call this Friday, 10/27 @ 10AM- 10/24 MD","obtain_date":"2023-10-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-10-30","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120635":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120636":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Has done some other research studies and is taking a break - 10/25 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120637":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120638":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt at workshop, said they live up north and does not want to come down for visits 10/24- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120639":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and sent recruitment email- 10/25 SW\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120640":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Missed workshop 10/24\r\nLVM and sent recruitment email - 10/25 SW\r\n\r\nNot a good time; hard time finding transportation and has a grandchild on the way- 10/31 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120641":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"JC spoke with pt at workshop. No reason given 10/24-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120642":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"SW spoke with pt at workshop. Pt said it's too far to come for research 10/24- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120643":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SW spoke with pt at workshop. No reason given 10/24-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120644":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"79","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"no reason - 10/25 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120645":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. He would like to do own research on the study and will call me. Likely won't be scheduled until jan at the earliest. 10/19- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120646":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Excluded. Would love to participate but has issues with MRIs- 10/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120647":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested but lives too far- 10/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120649":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SW spoke with pt at workshop. No reason given 11/7-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120650":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"66","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SW spoke with pt at workshop. No reason given 11/7-MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120651":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt will call me back tomorrow, recruitment email sent for him to look over- 11/8 SW\r\n\r\nLVM- 11/14 SW\r\n\r\nMD spoke with pt at workshop. Said surgery is now delayed until June 2024, so reach out closer to new DOS 11/21- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120652":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop 11/7\r\n\r\nSpoke with pt and just has too many visits outside of the study already - 11/8 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120653":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"DH spoke with pt at workshop. She would like to think about it 11/7- MD\r\n\r\nLVM- 11/14 SW\r\n\r\nJust not a good time. Pt had a hip replacement and ankle Sx so they are just tired of being at the hospital for visits - 11/14 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120654":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke with pt at workshop. No reason given 11/7-MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120655":{"redcap_data_access_group":"university_of_mich","main_record_id":"25216","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-07","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-18","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-01-29","sp_v3_3mo_date":"2024-03-18","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120656":{"redcap_data_access_group":"university_of_mich","main_record_id":"25215","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-07","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-20","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-01-31","sp_v3_3mo_date":"2024-03-20","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120657":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"JC spoke with pt at workshop. Pt cannot come for BL visit 11/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120658":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email - 11/8 SW\r\n\r\nPt would love to help but lives in TX and is scheduled for 11/13- 11/9 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120659":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt at work, will call back another day- 11/8 SW\r\n\r\nPt cancelled Sx. Non-surgical options helping and Dr. recommended she wait since shes so young. Would like to be recontacted when rescheduled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120660":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt. He had a visit 11/7 and is now scheduled for two Sx. Recheck eligibility. First Sx not a TKA now, scheduled for a revision in March, Infection?? - 11/8 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120661":{"redcap_data_access_group":"university_of_mich","main_record_id":"25218","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-09","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt gave verbal yes, consent Monday 12-1 (flexible) - 11/9 SW","obtain_date":"2023-11-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-11","sp_v1_preop_date":"2023-11-14","sp_v2_6wk_date":"2024-01-22","sp_v3_3mo_date":"2024-03-11","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120662":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt does not want to go online and do surveys- 11/10 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120663":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"If he could do his visits at Brighton he would - 11/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120664":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop 11/21\r\n\r\nNot a good time but would like to be recontacted when she has her 2nd knee done -11/29 SW ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120665":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"DH spoke with pt at workshop. Said she lives too far away 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120666":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke with pt at workshop. No reason given 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120667":{"redcap_data_access_group":"university_of_mich","main_record_id":"25223","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"SL spoke with pt at workshop. Verbal yes, open schedule. Call at 513-374-3851 11/21- MD\r\n\r\n\r\nConsent 11/28 @1:30pm","obtain_date":"2023-11-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-10","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-01-21","sp_v3_3mo_date":"2024-03-10","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120668":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"\"removed from 11/21 class\r\n\r\nHusband said she would not be a good fit as he has started to see signs of dementia -11/27 SW\"\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120669":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120670":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Their was an error in scheduling, he is not have his knee replaced, he is having his hip replaced -11/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120671":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"DH spoke with pt at workshop. Said he is not interested and does not like MRIs 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120672":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 11/29 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120673":{"redcap_data_access_group":"university_of_mich","main_record_id":"25220","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-12","sp_v1_preop_date":"2023-12-07","sp_v2_6wk_date":"2024-02-23","sp_v3_3mo_date":"2024-04-12","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120674":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"MD spoke with pt at workshop. He would like a few days to think about participating. Said we could give him a call next week 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120675":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"47","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"MD spoke with pt at workshop. Pt feels she does not have the time to participate 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120676":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 11/29 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120677":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"DH spoke with pt at workshop. Pt would like to think about it and will call us with interest 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120678":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"MD spoke with pt at workshop. No reason given 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120679":{"redcap_data_access_group":"university_of_mich","main_record_id":"25219","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120680":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"SL spoke with pt at workshop. She is very interested, but would like a call in April (11th at the earliest as she will be out of town until then) 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120681":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-27","screening_age":"82","screening_gender":"2","screening_race":"1","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"pt is sick and does not want to leave The house prior to Sx- 11/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120682":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-27","screening_age":"71","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 11/27 SW\r\n\r\nLVM-11/29 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120683":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email -11/28 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120130":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was interested in participating but admitted to claustrophobia. Discussed fMRI in detail and patient stated she could not do fMRI without a sedative (too claustrophobic). Thanked patient for her time and explained she would be excluded since she cannot do the fMRI 10/10 SL. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120174":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to pt in clinic. Declined because he's too busy with work to commit to participating 11/17- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120603":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt at workshop, he feels he doesn't have the time to participate/drive to visits 9/27- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120648":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 10/31 SW\r\n\r\nJust not a good time, but would like to be recontacted for her second knee-11/14 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120466":{"redcap_data_access_group":"university_of_mich","main_record_id":"25151","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-24","sp_v3_3mo_date":"2023-10-13","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-07-05","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt decided to no longer participate as she is still working and would not be able to make it to Ann Arbor for visits 7/5- MD","sp_data_site":"1"},"120000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150001":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt does not know if he is having the surgery due to other medical issues. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150002":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150003":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives in Gaylord, too far of a drive ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150004":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"79","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150005":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt's husband has cancer and so she has too much to deal with at the moment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150006":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"75","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt said that she would be willing to do surveys but not the in-person visits as they would be too inconvenient. So pt is ineligible. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150007":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"74","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"left pt a voicemail on 8/24/22. Spoke to pt on 8/25/22, he wants to read the consent form and think about it. 8/26/22 pt declined, said he didn't want to deal with it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150008":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt wants to read the consent form. Will follow-up with her in a few days. 8/26/22 pt declined, does not want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150009":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"78","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"8/26/22 left voicemail. 8/30/2022 left voicemail. pt called back and wants to review consent form. 9/1/2022 pt declined, too many tasks","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150010":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"72","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/26/22 left voicemail. 8/30/2022 left voicemail. 9/7/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150011":{"redcap_data_access_group":"N/A","main_record_id":"25036","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-26","screening_age":"54","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/26/22 pt said she wanted to join, e-consent sent. 8/30/2022 left voicemail because pt has not signed consent form. 9/7/2022 e-consent not signed yet, left pt a voicemail to remind her. 9/8/2022 have not heard back from patient, she changed her mind about joining.","obtain_date":"2022-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-09-29","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Patient said she wanted to participate on the phone but sign the consent form on her own time. She did not sign the consent form for 2 weeks. I called her 3 times over the course of 2 weeks to follow up with her about signing the consent form but she never called me back. I also checked to see if she signed the consent form everyday for 2 weeks and she did not, so I assumed she changed her mind. She signed the consent form 2 days before her surgery. ","sp_data_site":"N/A"},"150012":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150013":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/30/2022 left voicemail. 9/7/2022 left voicemail. 9/8/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150014":{"redcap_data_access_group":"N/A","main_record_id":"25014","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":1,"date_of_contact":"2022-08-30","screening_age":"66","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-30","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-15","sp_v1_preop_date":"2022-09-12","sp_v2_6wk_date":"2022-10-27","sp_v3_3mo_date":"2022-12-15","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-11-09 11:54:07","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant's 6 week blood draw happened 4 days outside of their window","erep_protdev_caplan":"Focus on scheduling participants at the beginning of their window just in case they have to reschedule to a later date","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-07-18 11:06:11","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 month surveys and 6 month daily surveys were not completed by participant","erep_protdev_caplan":"We will complete a Patient Encounter Form for any reminder calls or scheduling attempts. We will attempt to gather availability for patients at enrollment to assist with scheduling within protocol windows. We will also contact patients just before, or at the beginning of their window to confirm scheduling.","erep_rel_covid19":"0"}}},"150015":{"redcap_data_access_group":"N/A","main_record_id":"25015","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-30","screening_age":"48","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-30","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-15","sp_v1_preop_date":"2022-09-06","sp_v2_6wk_date":"2022-10-27","sp_v3_3mo_date":"2022-12-15","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-06-20 12:18:09","erep_ae_date":"2022-12-12","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-12-12 15:30","erep_resolution_date":"2022-12-12 15:35","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Pt. was experiencing pain while being scanned","erep_action_taken":"The action was we ended the scan early","erep_outcome":"Only T1 and DWI was collected from the participants' 3 month follow up visit","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150016":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"63","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/1/2022 Wanted to initially enroll but changed his mind when he read the consent form ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150017":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/31/2022 patient lost her husband less than a week ago so she does not want to do the study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150018":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/31/2022 tried to leave a voicemail but pt's mailbox is full. 9/7/2022 wants to read consent form and wants to meet me to discuss at her appointment tomorrow","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150019":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/31/2022 left voicemail. 8/31.2022 pt wants to read the consent form and think about it","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150020":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"70","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/31/2022 left voicemail. 9/7/2022 declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150021":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"75","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/31/2022 pt was too busy to talk and will call me back another time. 9/7/2022 left voicemail. 9/8/2022 left voicemail. 9/9/2022 pt called back and wants to join the study. 9/12/2022 pt let me know that her surgery date changed to december but she wants to join when she's eligible","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150022":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"83","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/31/2022 left voicemail. 9/7/2022 left voicemail. 9/8/2022 cannot reach patient, voicemail unavailable","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150023":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/31/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150024":{"redcap_data_access_group":"N/A","main_record_id":"25016","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-31","screening_age":"65","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-31","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-29","sp_v1_preop_date":"2022-09-15","sp_v2_6wk_date":"2022-11-09","sp_v3_3mo_date":"2022-12-29","age":"65","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150025":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"75","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"does not want to deal with parking or driving","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150026":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"76","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"left voicemail. pt called back and decline, does not want to deal with in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150027":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"59","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/2/2022 left voicemail. Pt called back and declined, does not have time for in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150028":{"redcap_data_access_group":"N/A","main_record_id":"25020","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-02","screening_age":"69","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/2/2022 left voicemail. 9/7/2022 left voicemail. 9/8/2022 left voicemail ","obtain_date":"2022-09-08","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-12","sp_v1_preop_date":"2022-09-09","sp_v2_6wk_date":"2022-10-24","sp_v3_3mo_date":"2022-12-12","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150029":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"60","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150030":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"56","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150031":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"49","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150032":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"70","screening_gender":"N/A","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150033":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 left voicemail. 9/13/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150034":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/9/2022 unable to reach pt, does not have a voicemail. 9/12/2022 declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150035":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"79","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 left voicemail. 9/13/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150036":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"58","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150037":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"75","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150038":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/9/2022 declined, does not want to take a half day off off from work to go to the in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150039":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"76","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150040":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150041":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"48","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/9/2022 declined, does not want to take time off to come for in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150043":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"53","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/9/2022 unable to reach pt, no voicemail. 9/12/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150044":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150045":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"83","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 left voicemail. 9/13/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150046":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/12/2022 left voicemail. 9/12/2022 pt wants to join, will sign the consent form once she is back from vacation ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150047":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150048":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150049":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/13/2022 declined, does not have time for in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150050":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"79","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/13/2022 declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150051":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/13/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150052":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 pt was too busy to talk and will give me a call later","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150053":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150054":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 unable to reach pt, phone not ringing and no voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150055":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"66","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150056":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"43","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150057":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/14/2022 declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150058":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/14/2022 declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150059":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150060":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"61","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 unable to reach pt, phone not ringing and no voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150061":{"redcap_data_access_group":"N/A","main_record_id":"25025","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-14","screening_age":"74","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-19","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-06","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-11-16","sp_v3_3mo_date":"2023-01-05","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-09-30","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant texted back saying they are no longer able to participate in the study.","sp_data_site":"2"},"150062":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150063":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"71","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/14/2022 declined, does not want to do in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150064":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150065":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/15/2022 pt sent me an email to let me know she can't participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150066":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"74","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150067":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150068":{"redcap_data_access_group":"N/A","main_record_id":"25026","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-16","screening_age":"74","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-19","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-12","sp_v1_preop_date":"2022-10-07","sp_v2_6wk_date":"2022-11-22","sp_v3_3mo_date":"2023-01-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-10-10","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"After the Participant no showed for their 10/7/22 baseline visit, they called and spoke with Tamera Burnett letting her know he would like to be removed from the study.","sp_data_site":"2"},"150069":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/16/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150070":{"redcap_data_access_group":"N/A","main_record_id":"25027","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-19","screening_age":"73","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-19","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-06","sp_v1_preop_date":"2022-09-23","sp_v2_6wk_date":"2022-11-16","sp_v3_3mo_date":"2023-01-05","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150071":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"76","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150072":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"54","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/20/2022 no voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150073":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150074":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"76","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150075":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/20/2022 phone not ringing","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150076":{"redcap_data_access_group":"N/A","main_record_id":"25030","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-20","screening_age":"59","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-22","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-11-02","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"2","ewcomments":"The patient scheduled a 2nd knee replacement surgery in a little over a month after her 1st knee replacement surgery. Therefore she is no longer eligible to continue her participation. ","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-10-28 11:28:10","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Participant is continuing with the study. ","erep_outcome":"The study team was screening patients for Dr. Charters via normal protocols, but did not realize that 4 of the patients had procedures at a Henry Ford site (West Bloomfield) that was not listed on the cIRB until they were asked to do some data review. Once the issue was identified recruitment of any patients from this site ceased and the CCC was notified. To correct this, West Bloomfield was added to the cIRB and a deviation was completed for the 5 patients that were recruited. Moving forward, the study team will closely follow where patients procedures are being performed in addition to the surgeon to ensure that they are only at sites listed in the cIRB.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150077":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/20/2022 pt in appointment, wants me to call her back in 30 mins. 9/20/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150078":{"redcap_data_access_group":"N/A","main_record_id":"25029","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-20","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/20/2022 left voicemail","obtain_date":"2022-09-20","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-11","sp_v1_preop_date":"2022-09-28","sp_v2_6wk_date":"2022-11-21","sp_v3_3mo_date":"2023-01-10","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-10-28 11:29:06","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Participant is continuing with the study. ","erep_outcome":"The study team was screening patients for Dr. Charters via normal protocols, but did not realize that 5 of the patients had procedures at a Henry Ford site (West Bloomfield) that was not listed on the cIRB until they were asked to do some data review. Once the issue was identified recruitment of any patients from this site ceased and the CCC was notified. To correct this, West Bloomfield was added to the cIRB and a deviation was completed for the 4 patients that were recruited. Moving forward, the study team will closely follow where patients procedures are being performed in addition to the surgeon to ensure that they are only at sites listed in the cIRB.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-12-16 09:46:49","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant had to cancel their original appointment due to COVID. By the time they came in they were 17 days outside their window.","erep_protdev_caplan":"","erep_rel_covid19":"1"}}},"150079":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/20/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150080":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"82","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/21/2022 left voicemail. 9/28/2022 called me back and left me a voicemail saying she was interested in hearing about the study. I tried to call her back but it went to voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150081":{"redcap_data_access_group":"N/A","main_record_id":"25031","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-21","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-22","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150082":{"redcap_data_access_group":"N/A","main_record_id":"25032","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-21","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-22","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-18","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-11-28","sp_v3_3mo_date":"2023-01-17","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-09-30 12:02:14","erep_ae_date":"2022-09-29","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-09-29 13:15","erep_resolution_date":"2022-09-29 13:18","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient become claustrophobic once in the MRI machine. Patient was put into the scanner but as soon she was fully in she said \"I can't do this.\" Patient was too anxious to continue and no scans were completed. Patient was anxious as appointment about fMRI. Staff talked to her and told her exactly how it would go. Patient stated she was willing to try it (staff offered for her not to go to MRI). ","erep_action_taken":"Patient did not ask to withdraw or discontinue participation. Patient stated she will do all other study procedures. Patient felt bad she was too claustrophobic to do MRI. Staff assumed her it was ok. ","erep_outcome":"Patient will continue with study but will not image at 3mo visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-10-28 11:26:45","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Participant is continuing with the study. ","erep_outcome":"The study team was screening patients for Dr. Charters via normal protocols, but did not realize that 5 of the patients had procedures at a Henry Ford site (West Bloomfield) that was not listed on the cIRB until they were asked to do some data review. Once the issue was identified recruitment of any patients from this site ceased and the CCC was notified. To correct this, West Bloomfield was added to the cIRB and a deviation was completed for the 4 patients that were recruited. Moving forward, the study team will closely follow where patients procedures are being performed in addition to the surgeon to ensure that they are only at sites listed in the cIRB.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150083":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"78","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"does not want to do in-person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150084":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/23/2022 declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150085":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Will be in Florida when 3 month follow up with occur","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150086":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"68","screening_gender":"N/A","screening_race":"6","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/28/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150087":{"redcap_data_access_group":"N/A","main_record_id":"25037","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-28","screening_age":"70","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-29","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-12","sp_v1_preop_date":"2022-10-11","sp_v2_6wk_date":"2022-11-22","sp_v3_3mo_date":"2023-01-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-10-12","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt was a no-show to their baseline visit on 10/11/2022 and DOS was 10/12/2022.","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-01-31 12:55:52","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Participant was withdrawn from the study on 10/12/2022","erep_outcome":"The study team was screening patients for Dr. Charters via normal protocols, but did not realize that 5 of the patients had procedures at a Henry Ford site (West Bloomfield) that was not listed on the cIRB until they were asked to do some data review. Once the issue was identified recruitment of any patients from this site ceased and the CCC was notified. To correct this, West Bloomfield was added to the cIRB and a deviation was completed for the 5 patients that were recruited. Moving forward, the study team will closely follow where patients procedures are being performed in addition to the surgeon to ensure that they are only at sites listed in the cIRB.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150088":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/28/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150089":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"78","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/28/2022 not interested in in-person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150090":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"does not have the time for in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150091":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"55","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/28/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150092":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/28/2022 voicemail full","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150093":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"73","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150094":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150095":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"63","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150096":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"67","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150097":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"79","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150098":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"does not want to do in-person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150099":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"60","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150100":{"redcap_data_access_group":"N/A","main_record_id":"25039","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-03","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-03","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-24","sp_v1_preop_date":"2022-10-07","sp_v2_6wk_date":"2022-12-04","sp_v3_3mo_date":"2023-01-23","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-10-28 11:23:42","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Participant is continuing with the study. ","erep_outcome":"The study team was screening patients for Dr. Charters via normal protocols, but did not realize that 4 of the patients had procedures at a Henry Ford site (West Bloomfield) that was not listed on the cIRB until they were asked to do some data review. Once the issue was identified recruitment of any patients from this site ceased and the CCC was notified. To correct this, West Bloomfield was added to the cIRB and a deviation was completed for the 4 patients that were recruited. Moving forward, the study team will closely follow where patients procedures are being performed in addition to the surgeon to ensure that they are only at sites listed in the cIRB.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150101":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"59","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150102":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"76","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150103":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"71","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150104":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"74","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150105":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150106":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150107":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"69","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150108":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150109":{"redcap_data_access_group":"N/A","main_record_id":"25041","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-06","screening_age":"52","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-07","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-26","sp_v1_preop_date":"2022-10-18","sp_v2_6wk_date":"2022-12-06","sp_v3_3mo_date":"2023-01-25","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150110":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150111":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"75","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150112":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"60","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150113":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"74","screening_gender":"N/A","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150114":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150115":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"53","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150116":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"73","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150117":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"69","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150118":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"71","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150119":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"74","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150120":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"57","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150121":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"57","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not wish to complete many surveys. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150122":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150123":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150124":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"59","screening_gender":"N/A","screening_race":"6","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150125":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"59","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150126":{"redcap_data_access_group":"N/A","main_record_id":"25045","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-26","screening_age":"71","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-31","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-10","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-12-22","sp_v3_3mo_date":"2023-02-09","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-11-04","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. said they did not want to do any parts of the study until a month after their surgery so they decided to withdraw","sp_data_site":"2"},"150127":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"53","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150128":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"56","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150129":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"58","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150130":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"65","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the time required for the in-person appointments is too long ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150131":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"in person appointments are too much ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150132":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"59","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150133":{"redcap_data_access_group":"N/A","main_record_id":"25048","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-27","screening_age":"56","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-03","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-17","sp_v1_preop_date":"2022-11-07","sp_v2_6wk_date":"2022-12-29","sp_v3_3mo_date":"2023-02-16","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150134":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"62","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|2","ptinterest_comment":"Compensation insufficient for the amount of time the study takes. Not interested in in-person appointments ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150135":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150136":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"80","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150137":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"68","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150138":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150139":{"redcap_data_access_group":"N/A","main_record_id":"25047","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-27","screening_age":"65","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-01","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-21","sp_v1_preop_date":"2022-11-14","sp_v2_6wk_date":"2023-01-02","sp_v3_3mo_date":"2023-02-20","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150140":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Locations were too far for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150141":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Locations were too far for the patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150142":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150143":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"70","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150144":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150145":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"70","screening_gender":"N/A","screening_race":"3","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150146":{"redcap_data_access_group":"N/A","main_record_id":"25055","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-14","screening_age":"54","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-15","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-29","sp_v1_preop_date":"2022-11-21","sp_v2_6wk_date":"2023-01-10","sp_v3_3mo_date":"2023-02-28","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150147":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150148":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150149":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"60","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150150":{"redcap_data_access_group":"N/A","main_record_id":"25052","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-07","screening_age":"70","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-09","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-05","sp_v1_preop_date":"2022-11-29","sp_v2_6wk_date":"2023-01-16","sp_v3_3mo_date":"2023-03-06","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150151":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"58","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150152":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"62","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150153":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"55","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150154":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150155":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"56","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150156":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"53","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150157":{"redcap_data_access_group":"N/A","main_record_id":"25050","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-07","screening_age":"60","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-08","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-19","sp_v1_preop_date":"2022-12-02","sp_v2_6wk_date":"2023-01-30","sp_v3_3mo_date":"2023-03-20","age":"N/A","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-12-12 09:25:01","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant only completed T1 and DWI because the scanner was too loud.","erep_protdev_caplan":"Verified with scan tech that ear plugs were used.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-04-24 07:24:10","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant had to reschedule so ended up coming in 19 days after the end of their 3-month window","erep_protdev_caplan":"Will schedule participants on the front end of their window in case they have to reschedule","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-20 12:25:44","erep_ae_date":"2022-12-08","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-12-08 13:45","erep_resolution_date":"2022-12-08 13:46","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"MRI noise was too loud for the ppt to continue the scan","erep_action_taken":"Removed participant from the scanner and did not collect scans after T1 & DWI","erep_outcome":"Participant was only able to complete T1 & DWI during their baseline visit. Verified with scan tech that ear plugs were used.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150158":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"75","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150159":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"60","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150160":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150161":{"redcap_data_access_group":"N/A","main_record_id":"25051","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-08","screening_age":"59","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-09","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-03","sp_v1_preop_date":"2022-11-16","sp_v2_6wk_date":"2023-02-14","sp_v3_3mo_date":"2023-04-03","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-01-03 13:07:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline visit was 6 days prior to the start of the visit timeline. The visit took place on 11/16/2022 and their surgery is 1/3/2023.","erep_protdev_caplan":"We were able to reschedule them to come in and repeat measures, but it was right before our holiday closure and a winter storm closed down campus. Given the bad weather this time of year, we will build in a buffer time period for a reschedule if needed.","erep_rel_covid19":"0"}}},"150162":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"53","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150163":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"63","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150164":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"66","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150165":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"75","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150166":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150167":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150168":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"66","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150169":{"redcap_data_access_group":"N/A","main_record_id":"25053","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-09","screening_age":"50","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-10","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-07","sp_v1_preop_date":"2022-12-05","sp_v2_6wk_date":"2023-01-18","sp_v3_3mo_date":"2023-03-08","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-01-12 13:07:02","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"The patient is able to continue participation in the study.","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"The participant had a knee replacement surgery on her left knee on 12/7/2022. The patient is scheduled for another knee replacement surgery on her right knee on 2/8/2023. Therefore, she is getting another knee replacement surgery less than 3 months after her first one. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150170":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"58","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150171":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"55","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150172":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150173":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"62","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150174":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"81","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150175":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150176":{"redcap_data_access_group":"N/A","main_record_id":"25059","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-16","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-29","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-06","sp_v1_preop_date":"2022-12-05","sp_v2_6wk_date":"2023-01-17","sp_v3_3mo_date":"2023-03-07","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150177":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"52","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150178":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"62","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150179":{"redcap_data_access_group":"N/A","main_record_id":"25057","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-16","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-16","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-01","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-01-12","sp_v3_3mo_date":"2023-03-02","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150180":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"70","screening_gender":"N/A","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150181":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"59","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150182":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150183":{"redcap_data_access_group":"N/A","main_record_id":"25056","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-16","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-16","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-14","sp_v1_preop_date":"2022-12-09","sp_v2_6wk_date":"2023-01-25","sp_v3_3mo_date":"2023-03-15","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-04 11:06:12","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt was not enrolled in MDH prior to DOS and therefore did not complete any baseline surveys.","erep_protdev_caplan":"Got patient enrolled in MDH after surgery. Re-sent Demographics 1 and 2 from baseline surveys. Pt completed them on 3/10/23.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-07-18 12:17:50","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt. did not complete their 6M daily surveys","erep_protdev_caplan":"We will complete a Patient Encounter Form for any reminder calls or scheduling attempts. We will attempt to gather availability for patients at enrollment to assist with scheduling within protocol windows. We will also contact patients just before, or at the beginning of their window to confirm scheduling.","erep_rel_covid19":"0"}}},"150184":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"72","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150185":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"81","screening_gender":"N/A","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150186":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"56","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150187":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"65","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150188":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"44","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150189":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150190":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"46","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150191":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"67","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150192":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"59","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150193":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150194":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"78","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150195":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150196":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"79","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150197":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150198":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"65","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150199":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150200":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"63","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150201":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150202":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150203":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"76","screening_gender":"N/A","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150204":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150205":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150206":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"62","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150207":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150208":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"locations are too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150209":{"redcap_data_access_group":"N/A","main_record_id":"25067","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-05","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-09","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-02-14","sp_v3_3mo_date":"2023-04-03","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150210":{"redcap_data_access_group":"N/A","main_record_id":"25063","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-05","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-06","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-09","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-02-20","sp_v3_3mo_date":"2023-04-09","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"2023-01-03","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant said he didn't have enough energy to continue with the study and asked to be withdrawn.","sp_data_site":"2"},"150211":{"redcap_data_access_group":"N/A","main_record_id":"25075","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-05","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-20","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-10","sp_v1_preop_date":"2022-08-12","sp_v2_6wk_date":"2023-02-21","sp_v3_3mo_date":"2023-04-10","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-01-03","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant said they were unable to participate in the study.","sp_data_site":"2"},"150212":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"68","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150213":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150214":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150215":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"63","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150216":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150217":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"76","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150218":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"50","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150219":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"does not want to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150220":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"57","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150221":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150223":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"62","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150224":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150225":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150226":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150227":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"75","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150228":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150229":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150230":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150231":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150232":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"81","screening_gender":"1","screening_race":"4","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150233":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150234":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"64","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150235":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150236":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"72","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150237":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"71","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150238":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150239":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"63","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150240":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150241":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"75","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150242":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"52","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150243":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150244":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150245":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150246":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150247":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150248":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150249":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150250":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150251":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150252":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150253":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"81","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"patient does not have an email address.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150254":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150255":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150256":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150257":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150258":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150259":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150260":{"redcap_data_access_group":"N/A","main_record_id":"25082","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-10","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-12","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-02","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-03-16","sp_v3_3mo_date":"2023-05-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-01-24","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Pt was difficult to reach to go through MRI screening form. When we did reach her, she said that she could no longer come in for any visit prior to surgery. She had not yet been enrolled in MyDataHelps (no surveys completed).","sp_data_site":"1"},"150261":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150262":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150263":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150264":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"64","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150265":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"76","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150266":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150267":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150268":{"redcap_data_access_group":"N/A","main_record_id":"25080","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-12","screening_age":"54","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-12","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-08","sp_v1_preop_date":"2023-01-23","sp_v2_6wk_date":"2023-04-19","sp_v3_3mo_date":"2023-06-08","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150269":{"redcap_data_access_group":"N/A","main_record_id":"25081","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-12","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-12","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-26","sp_v1_preop_date":"2023-01-17","sp_v2_6wk_date":"2023-03-09","sp_v3_3mo_date":"2023-04-26","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150270":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"80","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150271":{"redcap_data_access_group":"N/A","main_record_id":"25083","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-12","screening_age":"79","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-02","sp_v1_preop_date":"2023-01-27","sp_v2_6wk_date":"2023-03-16","sp_v3_3mo_date":"2023-05-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-01-24","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"The participant said they no longer wanted to be in the study because it was too difficult to make the long drive for in-person sessions.","sp_data_site":"2"},"150272":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150273":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150274":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150275":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150276":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150277":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150278":{"redcap_data_access_group":"N/A","main_record_id":"25095","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-09","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-13","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-23","sp_v1_preop_date":"2023-02-17","sp_v2_6wk_date":"2023-04-06","sp_v3_3mo_date":"2023-05-23","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-02-28 12:02:46","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed the baseline surveys on the day of surgery. ","erep_protdev_caplan":"Patient was reminded to complete online surveys before procedure. Will make sure that patients understand when baseline surveys are due, and that due date listed on MDH app is automatically generated and not always correct. Will continue reminder calls to ask patients to complete baseline surveys. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-04-17 09:00:57","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Only 3 aliquots of plasma collected because of a slow draw and participant unwilling to have a 2nd attempt.","erep_protdev_caplan":"We will continue to remind participants to stay very hydrated prior to blood draws.","erep_rel_covid19":"0"}}},"150279":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150280":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150281":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"79","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150282":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150283":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150284":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150285":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150286":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150287":{"redcap_data_access_group":"N/A","main_record_id":"25112","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-02","screening_age":"72","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-16","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-21","sp_v1_preop_date":"2023-03-20","sp_v2_6wk_date":"2023-05-02","sp_v3_3mo_date":"2023-06-21","age":"72","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-22 08:57:49","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete all baseline surveys prior to surgery. We re-sent the 2 he missed (Demographics 2 and SCQ) on the morning of his surgery.","erep_protdev_caplan":"Pt completed the 2 missed surveys the same day (but after) his surgery.","erep_rel_covid19":"0"}}},"150288":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150289":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150290":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150291":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150292":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150293":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150294":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150295":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150296":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150297":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-08","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150298":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-08","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient no longer wishes to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150299":{"redcap_data_access_group":"N/A","main_record_id":"25105","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-08","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-09","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-28","sp_v1_preop_date":"2023-03-20","sp_v2_6wk_date":"2023-05-09","sp_v3_3mo_date":"2023-06-28","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150300":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"53","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150301":{"redcap_data_access_group":"N/A","main_record_id":"25107","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-09","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-10","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-30","sp_v1_preop_date":"2023-03-28","sp_v2_6wk_date":"2023-05-11","sp_v3_3mo_date":"2023-06-30","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-05 11:59:05","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete all baseline surveys prior to surgery.","erep_protdev_caplan":"Re-sent Demographics 2 survey to patient who completed it on 4/4/23.","erep_rel_covid19":"0"}}},"150302":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150303":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150304":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150305":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150306":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150307":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"63","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150308":{"redcap_data_access_group":"N/A","main_record_id":"25109","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-09","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-13","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-30","sp_v1_preop_date":"2023-03-24","sp_v2_6wk_date":"2023-05-11","sp_v3_3mo_date":"2023-06-30","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-05 12:01:08","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete all baseline surveys prior to surgery.","erep_protdev_caplan":"Re-sent Demographics 2 and patient completed the survey on 4/4/2023.","erep_rel_covid19":"0"}}},"150309":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150310":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated that they were too busy to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150311":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150312":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150313":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150314":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"78","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150315":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150316":{"redcap_data_access_group":"N/A","main_record_id":"25110","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-15","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-15","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-05","sp_v1_preop_date":"2023-03-17","sp_v2_6wk_date":"2023-05-17","sp_v3_3mo_date":"2023-07-05","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-04-03","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150317":{"redcap_data_access_group":"N/A","main_record_id":"25134","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-12","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-15","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-01","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-13","sp_v3_3mo_date":"2023-09-01","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-06-29 16:45:01","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt did not enroll in MDH prior to DOS and therefore did not complete any baseline surveys.","erep_protdev_caplan":"The patient enrolled in MDH after surgery. We sent the patient their baseline demographics 1 and 2 surveys on 6/28/23. The patient completed the surveys the same day.","erep_rel_covid19":"0"}}},"150318":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"52","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150319":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"78","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150320":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150321":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150322":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150323":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/16/2023 patient was interested in participating but is planning on having a 2nd knee replacement surgery within 3 months as they are in pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150324":{"redcap_data_access_group":"N/A","main_record_id":"25136","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-16","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-19","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-06","sp_v1_preop_date":"2023-06-01","sp_v2_6wk_date":"2023-07-18","sp_v3_3mo_date":"2023-09-06","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150325":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"73","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150326":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150327":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150328":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150329":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150330":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150331":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150332":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150333":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150335":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150336":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150337":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"45","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150338":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150339":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150340":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150341":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150342":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150343":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"43","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150344":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150345":{"redcap_data_access_group":"N/A","main_record_id":"25152","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-27","sp_v1_preop_date":"2023-06-26","sp_v2_6wk_date":"2023-08-08","sp_v3_3mo_date":"2023-09-27","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150346":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150347":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150348":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150349":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150350":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150351":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"70","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150352":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150353":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150354":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150355":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150356":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150357":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150358":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150359":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150360":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150361":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150362":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"39","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150363":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150364":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"76","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150365":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150366":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150367":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"75","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150369":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150370":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"46","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150371":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"62","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150372":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150373":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150374":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150375":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150376":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150377":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150378":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"80","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient initially wanted to participate but changed her mind once she found out her whole body would be in the MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150379":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150380":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"51","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150381":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"50","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150382":{"redcap_data_access_group":"N/A","main_record_id":"25147","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-20","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-20","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-10","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-09-21","sp_v3_3mo_date":"2023-11-10","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150383":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"58","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150384":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150385":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"63","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150386":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"49","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150387":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"52","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150388":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"75","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150389":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"51","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150390":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"53","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150391":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"76","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150392":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150393":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150394":{"redcap_data_access_group":"N/A","main_record_id":"25153","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-21","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-22","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-08","sp_v1_preop_date":"2023-07-07","sp_v2_6wk_date":"2023-09-19","sp_v3_3mo_date":"2023-11-08","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150395":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150396":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left on 10/6. Will try again Monday","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150397":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150398":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"80","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to participate due to family related medical issues resulting in him caring for them. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"0","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150399":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left on 10/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150400":{"redcap_data_access_group":"N/A","main_record_id":"25191","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-06","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Reviewing e consent with wife and will get back on Monday","obtain_date":"2023-10-09","date_and_time":"2023-10-09 13:43","consent_process_form_complete":"1","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-09","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2023-12-21","sp_v3_3mo_date":"2024-02-08","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150401":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left on 10/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150402":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Planning on rescheduling surgery for the following year. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150403":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"69","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/6/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150404":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"VM left 10/6/23\r\ncalled back 10/12- not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150405":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sending consent to patient for review and will reach back with questions if he has any.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150406":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150407":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"63","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will call back on the week of 10/16-10/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150408":{"redcap_data_access_group":"N/A","main_record_id":"25192","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-09","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-10","date_and_time":"2023-10-11 13:07","consent_process_form_complete":"1","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-13","sp_v1_preop_date":"2023-10-30","sp_v2_6wk_date":"2023-12-25","sp_v3_3mo_date":"2024-02-12","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150409":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt, asked for info and plans to call back later","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150410":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150411":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150412":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150413":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150414":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left on 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150415":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150416":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"43","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left on 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150417":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150418":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150419":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Reach out 10/12/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150420":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No answer- screening service blocked call from going through ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150421":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150422":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150423":{"redcap_data_access_group":"N/A","main_record_id":"25211","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-09","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"WSU","obtain_date":"2023-10-27","date_and_time":"2023-10-27 09:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-20","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2024-01-01","sp_v3_3mo_date":"2024-02-19","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150424":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150425":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150426":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150427":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150428":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sending E consent to gauge interest ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150429":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150430":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"prefers WSU\r\nCalled again on 10/23/2023, has not looked at consent,","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150431":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10-11-2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150432":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10-11-23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150433":{"redcap_data_access_group":"N/A","main_record_id":"25222","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"68","screening_gender":"1","screening_race":"1","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/21/23 Told me he will have it signed by the weekend.","obtain_date":"2023-11-27","date_and_time":"2023-11-27 12:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-07","sp_v1_preop_date":"2023-11-30","sp_v2_6wk_date":"2024-01-18","sp_v3_3mo_date":"2024-03-07","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150434":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150439":{"redcap_data_access_group":"N/A","main_record_id":"25199","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-12","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-12","date_and_time":"2023-10-12 13:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-21","sp_v1_preop_date":"2023-10-23","sp_v2_6wk_date":"2024-01-02","sp_v3_3mo_date":"2024-02-20","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150444":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150445":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150446":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/13 following up ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150447":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150448":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Asked to call back at later date ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150449":{"redcap_data_access_group":"N/A","main_record_id":"25200","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-12","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"WSU","obtain_date":"2023-10-12","date_and_time":"2023-10-12 12:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-22","sp_v1_preop_date":"2023-11-16","sp_v2_6wk_date":"2024-01-03","sp_v3_3mo_date":"2024-02-21","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150450":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150451":{"redcap_data_access_group":"N/A","main_record_id":"25203","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"2023-10-16 11:49","consent_process_form_complete":"1","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-13","sp_v1_preop_date":"2023-11-02","sp_v2_6wk_date":"2023-12-25","sp_v3_3mo_date":"2024-02-12","age":"67","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150452":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent E consent to look over, will talk on 10/16 to gauge interest.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150453":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150454":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left VM 10/13/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150455":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left VM 10/13/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150456":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left VM 10/13/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150457":{"redcap_data_access_group":"N/A","main_record_id":"25201","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-13","date_and_time":"2023-10-13 13:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-13","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2023-12-25","sp_v3_3mo_date":"2024-02-12","age":"49","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150458":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150459":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Can't commit to this time due to family health concerns","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150460":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10-13-23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150461":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150462":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150463":{"redcap_data_access_group":"N/A","main_record_id":"25202","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"2023-10-17 13:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-15","sp_v1_preop_date":"2023-12-04","sp_v2_6wk_date":"2024-01-26","sp_v3_3mo_date":"2024-03-15","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150467":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-16","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150469":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"friday 27 oct and friday 10th nov wayne ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150470":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150471":{"redcap_data_access_group":"N/A","main_record_id":"25206","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-18","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-18","date_and_time":"2023-10-18 11:17","consent_process_form_complete":"1","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-21","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2024-01-02","sp_v3_3mo_date":"2024-02-20","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150468":{"redcap_data_access_group":"N/A","main_record_id":"25205","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"meeting in person, 10/17/2023\r\nCONSENTED IN PERSON 10/17/2023","obtain_date":"2023-10-17","date_and_time":"2023-10-17 15:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-18","sp_v1_preop_date":"2023-12-13","sp_v2_6wk_date":"2024-01-29","sp_v3_3mo_date":"2024-03-18","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150436":{"redcap_data_access_group":"N/A","main_record_id":"25214","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-24","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"voicemail left 10/11\r\nEmailed consent on 10/25/2023\r\nPrefers WSU","obtain_date":"2023-11-06","date_and_time":"2023-11-06 12:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-20","sp_v1_preop_date":"2023-11-13","sp_v2_6wk_date":"2024-01-01","sp_v3_3mo_date":"2024-02-19","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150472":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"80","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150473":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150474":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"83","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"left voicemail 10/25/2023\r\nEmailed consent 10/27/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150476":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"left voicemail (10/25/2023)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150479":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150481":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150482":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150483":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150484":{"redcap_data_access_group":"N/A","main_record_id":"25213","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-25","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"WSU ","obtain_date":"2023-10-27","date_and_time":"2023-10-27 14:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-07","sp_v1_preop_date":"2023-11-28","sp_v2_6wk_date":"2024-01-18","sp_v3_3mo_date":"2024-03-07","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150485":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150464":{"redcap_data_access_group":"N/A","main_record_id":"25210","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"47","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-26","date_and_time":"2023-10-26 09:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-10","sp_v1_preop_date":"2023-11-01","sp_v2_6wk_date":"2023-12-22","sp_v3_3mo_date":"2024-02-09","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-31","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"N/A","sp_data_site":"1"},"150486":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150487":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Would prefer Wayne State","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150488":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150489":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150490":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150491":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150492":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"45","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150493":{"redcap_data_access_group":"N/A","main_record_id":"25217","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-10","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Prefers WSU","obtain_date":"2023-11-10","date_and_time":"2023-11-14 07:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-11","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-02-22","sp_v3_3mo_date":"2024-04-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150494":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150495":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"75","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150496":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150497":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150498":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150499":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150500":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150501":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150502":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150503":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150504":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150505":{"redcap_data_access_group":"N/A","main_record_id":"25221","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-27","date_and_time":"2023-11-27 11:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-22","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-02-02","sp_v3_3mo_date":"2024-03-22","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150506":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150507":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150334":{"redcap_data_access_group":"N/A","main_record_id":"25139","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-23","screening_age":"N/A","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-24","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-15","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-27","sp_v3_3mo_date":"2023-09-15","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150042":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/9/2022 left voicemail. 9/9/2022 declined, pt is very claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150222":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150368":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"N/A","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150435":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left voicemail 10/9, 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150437":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Voicemail left 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150438":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Voicemail left 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150440":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Voicemail left 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150441":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"planning on canceling procedure","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150442":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150443":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Voicemail left (10/11)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150465":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left voicemail 10/12/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150466":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left voicemail 10/13/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150475":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"voicemail left 10/25/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150477":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left voicemail (10/25/2023)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150478":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"left voicemail on 10/25/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150480":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left voicemail 10/25/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150000":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"}} \ No newline at end of file +{"60001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"41","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives in Saginaw and will have difficulty commuting to Ann Arbor for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60003":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Did not want to do MRI, concerned with their health ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt asked to be called 6/28 in the afternoon, pt didn't know about sx date or pre-op visit on 6/29. Will try to approach in person on 6/29\r\n6/29 Unable to reach at appt, attempted call that went to VM\r\n7/1: Pt sounded like he was interested, but hung up and return call went to VM, left VM\r\n7/6: not sure if pt clear for MRI, but interested in participating\r\n7/8: No available documentation of removal of metal from eye, excluded from study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Called 3 times, no answer\r\n6/28- spoke with patient, said to call back in afternoon\r\n6/28- called back in afternoon, no answer\r\n6/30- called in afternoon, no answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60007":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"57","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"43","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/1 sx cancelled, re-contact when scheduled as very interested in participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60010":{"redcap_data_access_group":"university_of_mich","main_record_id":"20001","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-28","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will see patient in clinic today 6/28","obtain_date":"2021-06-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-20","sp_v1_preop_date":"2022-01-17","sp_v2_6wk_date":"2022-03-03","sp_v3_3mo_date":"2022-04-20","age":"42","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60011":{"redcap_data_access_group":"university_of_mich","main_record_id":"20003","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-06-28","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will email consent form and schedule a later date to complete enrollment\r\nConfirm BV time: Currently available for 10:30am w/ imaging at 13:15","obtain_date":"2021-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-07-15","sp_v1_preop_date":"2021-07-12","sp_v2_6wk_date":"2021-08-26","sp_v3_3mo_date":"2021-10-15","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-07-01","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. is overwhelmed with the possibility of needing to go under cancer treatment and so they do not want to commit to the extra study activities. ","sp_data_site":"1"},"60012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient declined via email 7/1 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|2","ptinterest_comment":"Declined on 6/29\r\nToo far to commute for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60014":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Study visits too long","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left VM on 6/28 and emailed study information\r\nNA @ 12:23 7/1\r\nNA @ 11:28 7/6 and VM full","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60016":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Per patient has been in and out of the hospital and does not want to come in for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-06-28","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Already had several MRIs this year","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60019":{"redcap_data_access_group":"university_of_mich","main_record_id":"20002","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-29","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-06-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-07-23","sp_v1_preop_date":"2021-07-14","sp_v2_6wk_date":"2021-09-03","sp_v3_3mo_date":"2021-10-23","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60020":{"redcap_data_access_group":"university_of_mich","main_record_id":"20008","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-30","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient interested, filled out MRI form, waiting to hear back about possible imaging appt on 8/05 ","obtain_date":"2021-07-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-24","sp_v1_preop_date":"2021-08-05","sp_v2_6wk_date":"2021-10-05","sp_v3_3mo_date":"2021-11-24","age":"36","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60021":{"redcap_data_access_group":"university_of_mich","main_record_id":"20004","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-06-30","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call back 6/30 4pm","obtain_date":"2021-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-07-15","sp_v1_preop_date":"2021-07-14","sp_v2_6wk_date":"2021-08-26","sp_v3_3mo_date":"2021-10-15","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"2|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-07-15 10:08:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Used dominant leg for cuff rather than non-dominant leg. To be consistent, same leg (dominant) was used for imaging. ","erep_protdev_caplan":"To confirm with patients which hand they write with (dominant hand) instead of asking about dominant leg. ","erep_rel_covid19":"0"}}},"60022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is extremely claustrophobic and needs medication prior to MRI. Also requested open MRI, which is not available for this study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60023":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Per patient not interested in research at this time. Was involved in another research project and does not want to be in another at the moment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60024":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60025":{"redcap_data_access_group":"university_of_mich","main_record_id":"20005","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-09-01","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt's surgery was postponed after enrollment and following up we found that the patient was deceased on 8/11/21.","sp_data_site":"N/A"},"60026":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-01","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient would like to be met with in clinic on 7/6\r\nPer patient does not want to drive to U of M for study visit- too far 7/6 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60027":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Has sever claustrophobia and will not agree to MRI scans ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-02","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was interested, but cannot image due to permanent body piercing 7/20\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-06","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Memory issues to the point of potentially not remembering that they signed a consent form.\r\nThe sternotomy is planned for but not necessarily going to happen.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-07","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to come in for baseline visit due to distance and needing to take care of children\r\n\r\nSpoke to pt in clinic. Explain study quickly and gave patient brochure. Previoiusly declined in 2021 due to travel and child care. Will follow up next week if don't hear from pt 4/20/23 SL.\r\n\r\nLVM 4/25/23 SL \r\nPt. still needs more time 5/1\r\nLVM 5/4\r\n\r\nPatient's surgery tomorrow 5/9. Kept declined since did not hear answer about this second surgery. 5/8 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60031":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-08","screening_age":"79","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60032":{"redcap_data_access_group":"university_of_mich","main_record_id":"20006","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-08","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-09-02","sp_v1_preop_date":"2021-08-27","sp_v2_6wk_date":"2021-10-14","sp_v3_3mo_date":"2021-12-02","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-10-26 15:11:55","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 6 week surveys were not delivered to the patient, so they did not complete them in the approved window.","erep_protdev_caplan":"Patient's 6 week surveys were manually delivered and they completed them 5 days outside of window.","erep_rel_covid19":"0"}}},"60033":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-09","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"Over 300 mile commute and inconvenient trip as they live on an island ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60034":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-09","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No response but was interested, contact in future if possible \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60035":{"redcap_data_access_group":"university_of_mich","main_record_id":"20007","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-09","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed information will follow up next week\r\nWill call patient after 3pm today 7/13","obtain_date":"2021-07-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-09","sp_v1_preop_date":"2021-08-02","sp_v2_6wk_date":"2021-09-20","sp_v3_3mo_date":"2021-11-09","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"Patient too overwhelmed, states she wants to focus just on healing, not interested in research at this time- declined 7/19","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60037":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"65","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient emailed and said no thank you \r\n\r\nSpoke to pt again on 4/20/23 and seemed overwhelmed and not really interested. Did not follow up again. 4/24/23 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60038":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Patient was very overwhelmed with upcoming surgery- no interested in research at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60039":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. disliked the wording of the consent form such as \"What if I am Injured as a Result of Participation in This Study?\" and \"We will tell you about new information that may affect your willingness to stay in this study.\" The patient was also not willing to consent to the possible physical risks as he is cannot be sure his insurance will cover it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60040":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-12","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient wanted her results from the imaging and testing. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60041":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-13","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60042":{"redcap_data_access_group":"university_of_mich","main_record_id":"20009","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-14","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient interested, making sure cleared for imaging prior to full consent 7/14\r\nCleared for imaging, will fully consent soon 7/15\r\nNo answer 7/19\r\nSeeing if can image 7/22 SL","obtain_date":"2021-07-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-09-03","sp_v1_preop_date":"2021-08-20","sp_v2_6wk_date":"2021-10-15","sp_v3_3mo_date":"2021-12-03","age":"55","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-10-26 15:20:16","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 6 week surveys were not delivered to patient, therefore they did not complete them within the approved window.","erep_protdev_caplan":"Surveys were manually delivered to the patient and the patient completed them 4 days outside of the visit window.","erep_rel_covid19":"0"}}},"60043":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"32","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Lives too far and not enough travel compensation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-14","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-16","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined 7/19- patient does not want to make the drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60046":{"redcap_data_access_group":"university_of_mich","main_record_id":"20010","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cleared for imaging 7/22 SL","obtain_date":"2021-07-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-04","sp_v1_preop_date":"2021-08-02","sp_v2_6wk_date":"2021-09-15","sp_v3_3mo_date":"2021-11-04","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2021-07-30","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. asked to be withdrawn from the study because they began to feel overwhelmed with their surgery approaching and the study team calling to set up and confirm their baseline visit. Unfortunately, their appointment had to be scheduled last minute because of the study team receiving the MRI schedule only 1 week before the patients surgery date. The patient stated they just \"didn't want to do it anymore\" they wanted to focus on their surgery. ","sp_data_site":"1"},"60047":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Exclude patient- cannot have an MRI per patient ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60048":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt. currently overwhelmed with upcoming procedure and wants to pass on enrolling this time around but has expressed that it was bad timing and would potentially enroll if eligible in the future.\r\n\r\nPt. no longer eligible due to age","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60049":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Too much extra work ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60050":{"redcap_data_access_group":"university_of_mich","main_record_id":"20011","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-21","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested in participating, but only if can image on 8/2 or 8/3 (with a hotel stay), will f/u when imaging schedule available \r\nInterested 7/27 SL","obtain_date":"2021-07-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-05","sp_v1_preop_date":"2021-08-02","sp_v2_6wk_date":"2021-09-16","sp_v3_3mo_date":"2021-11-05","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"1","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-02-01 12:51:41","erep_ae_date":"2021-08-02","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-08-02 15:30","erep_resolution_date":"2021-08-02 15:45","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient became claustrophobic upon entering the scanner. ","erep_action_taken":"Patient will continue in the study.","erep_outcome":"Patient will not do the 3 month scan, but will continue with other study activities.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"chronic back pain and unable to do consecutive MRI scans. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-21","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Excluded- hx of metal in eye w/o documentation, cant image","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-22","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient cancelled his surgery, exclude for now 7/28 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60054":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-23","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. periodically gets MRIs as part of their healthcare maintenance, so they were unwilling to go through extra MRI scans. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60055":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-26","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was interested, but cant image due to very sever claustrophobia (due to an incident as a child)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60056":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-27","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No answer x 3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60057":{"redcap_data_access_group":"university_of_mich","main_record_id":"20013","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-07-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, waiting to be cleared for imaging 7/27 SL","obtain_date":"2021-07-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-19","sp_v1_preop_date":"2021-08-12","sp_v2_6wk_date":"2021-09-30","sp_v3_3mo_date":"2021-11-19","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-10-13 13:54:54","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Patient answered 6wks surveys at 8wks after surgery. ","erep_protdev_caplan":"We created a segment that RAs to see when a patient has not completed their 6wk surveys. This will let the RAs check when surveys are not filled out by patients in time. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-03-04 13:05:48","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed their 6-month day 14 daily survey on 6-month day 15.","erep_protdev_caplan":"No action plan at this time.","erep_rel_covid19":"0"}}},"60058":{"redcap_data_access_group":"university_of_mich","main_record_id":"20012","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-07-27","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-07-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-09-15","sp_v1_preop_date":"2021-09-03","sp_v2_6wk_date":"2021-10-27","sp_v3_3mo_date":"2021-12-15","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2021-09-20","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Patient declined having their scheduled procedure as they would rather deal with their current symptoms than the painful recovery process. So their surgery was canceled without being rescheduled.","sp_data_site":"1"},"60059":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-27","screening_age":"78","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"potentially interested but did not want to commit as there future healthcare plan is dependent on the results of their biopsy being performed on 8/4. Will re-contact after 3 months. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-07-28","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60061":{"redcap_data_access_group":"university_of_mich","main_record_id":"20015","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-07-28","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, cleared for imaging","obtain_date":"2021-08-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-27","sp_v1_preop_date":"2021-08-20","sp_v2_6wk_date":"2021-10-08","sp_v3_3mo_date":"2021-11-27","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-08-27 07:38:19","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was unable to make it to schedule baseline visit and was unable to reschedule one before surgery. ","erep_protdev_caplan":"Performed the baseline blood draw, current medications, and breathing and coughing test with patient in Pre-Op day of surgery. ","erep_rel_covid19":"0"}}},"60062":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"31","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVm x 3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60063":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-02","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Did not want to commit to extra visit outside of their usual health plan. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60064":{"redcap_data_access_group":"university_of_mich","main_record_id":"20016","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-02","screening_age":"59","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested but was too busy to go over MRI screening/enrollment, cb tomorrow 8/10","obtain_date":"2021-08-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-24","sp_v1_preop_date":"2021-08-12","sp_v2_6wk_date":"2021-10-05","sp_v3_3mo_date":"2021-11-24","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-09-16 09:46:11","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Patient being scheduled for another thoracic procedure on 10/5 within 6 months due to an unexpected pathology result","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60065":{"redcap_data_access_group":"university_of_mich","main_record_id":"20014","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-02","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is very interested, waiting to be cleared for MRI 8/5","obtain_date":"2021-08-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-08-25","sp_v1_preop_date":"2021-08-13","sp_v2_6wk_date":"2021-10-06","sp_v3_3mo_date":"2021-11-25","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60067":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested in study, but cannot get a ride down to U of M (lives in Grayling, MI 3 hours away). She is not comfortable with ride service, but would be willing to participate in the future if possible. Wil exclude patient for now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60068":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"37","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Per patient does not want to do follow up visits. Overwhelmed right now and just wants to \"get back to normal life\" after the surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60069":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Excluded from study- extreme claustrophobia and cannot image unless medicated prior, bad experience as a child, 8/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60070":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient surgery was moved back due to positive covid test, asked patient if he was interested in possibly participating now that he is not out of town, was overwhelmed and said he would pass","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60071":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is sole caregiver for husband can only participate if visit can be done the day before her surgery (which is a sunday). Recontact in future if eligible","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60072":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-04","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM x 3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60073":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-05","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient did not want to image and thought the study was too involved. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60074":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No response x 3 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60075":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wanted to focus on surgery but did not decline, so emailed information and if pt. wants to participate, they will reach out.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60076":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-06","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. was very distressed with their upcoming procedure and said that they could not handle anything extra on top of their surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60077":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-09","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Cannot image, found out patient has a metal plate in jaw","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60078":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Due to age and needing hearing implants, pt. doesn't want to do anything extra outside of her required treatment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60079":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient declined immediately, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60080":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Interested in study but cannot come in for baseline visit before upcoming sx. Will approach after 3 months if pt. has another eligible procedure.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60081":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient gets frequent MRIs due to a health condition and did not want another. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60082":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-11","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient cannot image due to cervical vertebrae fusion","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60083":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-12","screening_age":"43","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient overwhelmed with current surgery but willing to possibly participate in the future if eligible 8/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60084":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-13","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Excluded from imaging- surgery on cervical vertebrae","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60085":{"redcap_data_access_group":"university_of_mich","main_record_id":"20018","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-08-18","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent at clinic visit on ","obtain_date":"2021-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-09-27","sp_v1_preop_date":"2021-09-03","sp_v2_6wk_date":"2021-11-07","sp_v3_3mo_date":"2021-12-27","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60086":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-19","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt's pre op visit is during scanner time, unable to schedule a baseline visit, ok to approach in the future if eligible 8/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60087":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-19","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated he is much sicker than he has been, was in the hospital up until yesterday, per patient too sick to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60088":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-19","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Waiting to be cleared for imaging - patient is going to try and find information on cardiac stents- still waiting to hear as of 9/7\r\nPatient excluded- could not obtain information on multiple different stents from different providers in Indiana","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60089":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-20","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt seen in clinic. Scheduled for week after next and only available imaging slot did not work for their schedule. Also of note, does not have own transportation so it is difficult for him to sign up for study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60090":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient excluded due to claustrophobia from head cage- had previous MRI of the brain and was not able to scan with head cage, required open MRI, otherwise patient was very interested in participating","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60091":{"redcap_data_access_group":"university_of_mich","main_record_id":"20017","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-08-23","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, waiting to be cleared for imaging, consent in a couple days ","obtain_date":"2021-08-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-09-28","sp_v1_preop_date":"2021-09-14","sp_v2_6wk_date":"2021-11-08","sp_v3_3mo_date":"2021-12-28","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-01-13 12:06:14","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3 month visit is 1 day outside of window. Window expired on 1/11 but patient wasn't able to come till 1/12 ","erep_protdev_caplan":"No corrective action needed, as this was due to patient's availability. ","erep_rel_covid19":"0"}}},"60092":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-23","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient cannot come in before surgery for baseline, cannot take more time off work, open imaging slot does not work for him, would be willing to enroll in future if eligible ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60093":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"36","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient does not have time for a baseline visit prior to surgery, cannot take time off of work, ok being approach in the future 8/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60094":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-24","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient would have a hard time making baseline visit prior to surgery and also does not want to do another MRI of the brain- had one in the last 2mo for diagnostic purposes","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60095":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-25","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Cluster phobic to the point of needing an open MRI or medication.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60096":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-26","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient does not have time for baseline visit, ok being called again in the future if eligible 9/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60097":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-26","screening_age":"26","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM x 2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60098":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Cannot come in for a visit before surgery but was intersted","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60099":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-27","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined, no reason given","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60100":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-25","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Excluded from imaging- cervical fusion","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60101":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not interested in coming in for optional study visits as they have almost a 4 hour drive one way to the hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60102":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-31","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was interested but surgery scheduled very quickly (cancellation slot), no real time for imaging ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60103":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60104":{"redcap_data_access_group":"university_of_mich","main_record_id":"20024","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-02","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cleared for imaging, LVM x 2","obtain_date":"2021-09-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-11","sp_v1_preop_date":"2021-09-22","sp_v2_6wk_date":"2021-11-21","sp_v3_3mo_date":"2022-01-10","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-11-10 09:13:43","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Research assistant (myself) was calling patient to do daily surveys. Filled out last daily Acute Daily Trajectory Items survey on day 29 instead of day 28. ","erep_protdev_caplan":"When calling patients to do surveys, we will make sure to check the due date of the surveys prior to filling them out over the phone in coordinator mode. Also, we will try to fill out the other day 28 surveys on day 28 instead of day 29 and this will ensure we are not calling patients on day 29 and risk this mistake again. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2021-11-29 15:33:31","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 week blood draw will not be performed as pt. is unable to find transportation ","erep_protdev_caplan":"No further actions required as this was upon the patient's request","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-02-01 12:43:29","erep_ae_date":"2021-09-22","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2021-09-22 13:30","erep_resolution_date":"2022-02-01 15:46","erep_ae_severity":"2","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient completed the baseline MRI, but asked not to do the 3-month scan when we reached out to schedule their visit because the noise was too loud and they feel like their hearing has been \"off\" since then. They \"don't know how much\", they \"just know they couldn't do it again\".","erep_action_taken":"Patient is continuing in the study.","erep_outcome":"Patient will not do the 3 month scan, but will continue with other study activities.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"4":{"erep_local_dtime":"2022-02-04 14:43:53","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Filled out surveys with patient 4 days late. The patient did not want to use the app, so RA were doing surveys over the phone with patient. RA's called patient 3-4 times over the course of 2 weeks and patient asked to do surveys at later times. Patient was able to do surveys on 1/27/22, 4 days outside of window.","erep_protdev_caplan":"More firmly schedule date and time when need to do surveys over the phone with patient. ","erep_rel_covid19":"0"},"5":{"erep_local_dtime":"2022-04-25 09:54:54","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Last daily acute 6mo survey filled out 1 day past window. Patient did not answer yesterday when called for last daily survey over the phone. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60105":{"redcap_data_access_group":"university_of_mich","main_record_id":"20019","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-02","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-11","sp_v1_preop_date":"2021-09-22","sp_v2_6wk_date":"2021-11-21","sp_v3_3mo_date":"2022-01-10","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-11-10 09:09:53","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Research assistant (myself) was calling patient to do daily surveys. Filled out last daily Acute Daily Trajectory Items survey on day 29 instead of day 28. ","erep_protdev_caplan":"When calling patients to do surveys, we will make sure to check the due date of the surveys prior to filling them out over the phone in coordinator mode. Also, we will try to fill out the other day 28 surveys on day 28 instead of day 29 and this will ensure we are not calling patients on day 29 and risk this mistake again. ","erep_rel_covid19":"0"}}},"60106":{"redcap_data_access_group":"university_of_mich","main_record_id":"20020","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-03","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Waiting to be cleared for imaging 9/7 SL","obtain_date":"2021-09-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-18","sp_v1_preop_date":"2021-09-14","sp_v2_6wk_date":"2021-11-28","sp_v3_3mo_date":"2022-01-17","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60107":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt's mother-in-law just passed away, so trying to plan a funeral between now and DOS.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60108":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"27","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt has a fear of MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60109":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-03","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Surgery got moved, trying to schedule possibly","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60110":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-07","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Can not get time off for baseline visit, approachable in the future.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60112":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Per patient wants \"no bad luck and this is like a black cat\" and declined 9/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60113":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance and unable to lay flat in an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60114":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-08","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60115":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-09","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"History of metal in the eye without removal documentation, have to exclude from study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60116":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-09","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Wants to pass on enrolling at this time due to having another surgery planned in the next couple months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60117":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"41","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient she cannot have blood drawn- only R arm is available due to tumor on left and she has to save available blood draw sites for surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60118":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Excluded due to surgery on neck as a child in the 1950s and no documentation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60119":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-10","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Excluded- patient with regurgitation and can possibly aspirate if this happens while laying flat- cannot image due to safety concern","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60120":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-14","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 9/14 @ 10:10- MD\r\nDeclined- per patient he is \"sick of going in and out in and out of the hospital\" and is not willing to come in before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60121":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-15","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Talked to Pt's spouse and notified about the recruitment email. Patient will reach out if interested\r\n\r\nPatient never reached back out, considered no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60122":{"redcap_data_access_group":"university_of_mich","main_record_id":"20025","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-15","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, waiting to see if cleared for imaging ","obtain_date":"2021-09-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-14","sp_v1_preop_date":"2021-10-06","sp_v2_6wk_date":"2021-11-24","sp_v3_3mo_date":"2022-01-13","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2021-10-27 14:28:45","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Patient blood was drawn on DOS rather than baseline. ","erep_protdev_caplan":"We will ensure patient has enough time to get blood drawn with baseline visit. For patients who need to finish their baseline surveys at their visits, we will factor in an extra half hour to ensure we have enough time for all study activities. ","erep_rel_covid19":"0"}}},"60123":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-16","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much travel time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60124":{"redcap_data_access_group":"university_of_mich","main_record_id":"20021","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-16","screening_age":"28","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-07","sp_v1_preop_date":"2021-09-29","sp_v2_6wk_date":"2021-11-17","sp_v3_3mo_date":"2022-01-06","age":"28","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60125":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-17","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response from patient or patient's daughter. Spoke to in person for a third time, said would call if if interested after holiday ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60126":{"redcap_data_access_group":"university_of_mich","main_record_id":"20023","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-09-17","screening_age":"45","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent after approved for imaging","obtain_date":"2021-09-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-04","sp_v1_preop_date":"2021-09-29","sp_v2_6wk_date":"2021-11-14","sp_v3_3mo_date":"2022-01-03","age":"45","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60127":{"redcap_data_access_group":"university_of_mich","main_record_id":"20022","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-17","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-09-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-12","sp_v1_preop_date":"2021-10-04","sp_v2_6wk_date":"2021-11-22","sp_v3_3mo_date":"2022-01-11","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60128":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-20","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient doesn't want to commit to research study .","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60129":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-22","screening_age":"45","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60130":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-08-03","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60131":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-21","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Per patient cannot take any time off of work before surgery and does not want to make long drive, reiterated increased compensation and travel compensation but politely declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60132":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient declined, had seen in clinic previously and was somewhat interested. Would not allow me to continue phone conversation after decline. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60133":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"38","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Previously approachable pt. who became a \"No Response\" pt. reached out again as pt is eligible to participate again. LVM and emailed 2/22\r\n\r\nDeclined on 2/26/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60134":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-27","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Sx was moved up to 10/14, which is 3 weeks earlier than patient was scheduled for originally, per patient too much going on with sooner surgery date and feels too overwhelmed to do study 10/11 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60135":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-28","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient spoke with patient's daufther and she decided not to enroll. Per patient and her daughter she gets \"very tired very easily\" and could not make the drive to U of M and home. Patient stated she would not have anyone to driver her to an appt before surgery (daughter cannot) and did not want to use a ride sharing app even if reimbursed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60136":{"redcap_data_access_group":"university_of_mich","main_record_id":"20026","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-09-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested will cb after talking to husband","obtain_date":"2021-09-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-26","sp_v1_preop_date":"2021-10-18","sp_v2_6wk_date":"2021-12-06","sp_v3_3mo_date":"2022-01-25","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60137":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-29","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient worried about driving for appointment- lives 3 hours away- reiterated travel compensation but still declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60138":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on per patient just very overwhelmed with surgery etc\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60139":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was at U of M for a second opinion, decided to have surgery at hospital closer to home in grand rapids area, will be excluded since surgery not at a qualifying hospital","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60140":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"78","screening_gender":"1","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Would feel too overwhelmed if he participated","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60141":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Surgery will be bilateral lung reduction, exclude","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60142":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-01","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Per patient he is extremely overwhelmed before surgery. Stated he has \"a lot to take care of\" and cannot commit to a study visit. Reiterated compensation etc, pt still politely declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60143":{"redcap_data_access_group":"university_of_mich","main_record_id":"20038","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-05","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-29","sp_v1_preop_date":"2021-11-24","sp_v2_6wk_date":"2022-01-10","sp_v3_3mo_date":"2022-02-28","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60144":{"redcap_data_access_group":"university_of_mich","main_record_id":"20027","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-05","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email","obtain_date":"2021-10-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-04","sp_v1_preop_date":"2021-10-18","sp_v2_6wk_date":"2021-12-16","sp_v3_3mo_date":"2022-02-03","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60145":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-05","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to traveling distance- reiterated compensation but says due to time and traveling, also her husband is currently sick, if closer she would \"do it in a heartbeat\", declined 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60146":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Per patient read over information and would like to decline, patient is very overwhelmed with surgery and wants to only focus on surgery, does not wany any extra appts or calls","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60147":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Excluded due to implant in patient's neck; she really wanted to be in study, told her would call her if anything changes 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60148":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-06","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is excluded, microblading of eyebrows","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60149":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to image, ear implants","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60150":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"had a sternotomy within the last 3 months","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60151":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"New MS diagnosis just a couple months ago (patient is having a hard time walking), very overwhelmed and surgery was scheduled very quickly (1wk from when the patient had first visit with thoracic surgeon) declined at this time but was very sweet and said would enroll if different life circumstances","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60152":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Last minute patient's work scheduled changed. Patient is a corrections officer and now has to work every day until day before surgery. Is not able to come in for a visit but willing in future if eligible. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60153":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-11","screening_age":"45","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient declined, too overwhelmed at the moment and does not want to do any more testing\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60154":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-12","screening_age":"25","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient has tattoo behind ear, excluded from MRI and study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60155":{"redcap_data_access_group":"university_of_mich","main_record_id":"20031","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-10-13","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient very interested in participating and no major contraindications in MRI screening. Hopefully can consent the patient once they get scheduled for Sx.","obtain_date":"2021-11-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-09","sp_v1_preop_date":"2021-11-19","sp_v2_6wk_date":"2022-01-20","sp_v3_3mo_date":"2022-03-10","age":"44","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60156":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Cancelled surgery, contact in future if scheduled again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60157":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"22","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Unable to come for baseline visit ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60158":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-15","screening_age":"39","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"deferred participation due to drive, maybe enroll in future if eligible","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60159":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to drive 5 hours 1 way for study activity","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60160":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"patient is to be excluded, surgery is no longer necessary and will be canceled by the doctor.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60161":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unwilling to travel for study especially when winter is coming up ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60162":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-19","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to travel, lives 5 hours away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60163":{"redcap_data_access_group":"university_of_mich","main_record_id":"20028","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-19","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cb tomorrow","obtain_date":"2021-10-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-10-28","sp_v1_preop_date":"2021-10-21","sp_v2_6wk_date":"2021-12-08","sp_v3_3mo_date":"2022-01-27","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5|6","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60164":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-20","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60165":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-21","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":" patient scheduled w/in 2wks of clinic visit, felt too overwhelmed since surgery was so soon and not able to find a time to come in, also had to have transportation and was not comfortable with uber etc. and did not have a ride next week- deferred participation\r\n\r\nPt. is excluded due to too many implants","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60166":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-22","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Physician advised against participating in research due to prevent them from being overwhelmed. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60167":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60168":{"redcap_data_access_group":"university_of_mich","main_record_id":"20030","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-26","screening_age":"35","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-22","sp_v1_preop_date":"2021-11-10","sp_v2_6wk_date":"2022-01-03","sp_v3_3mo_date":"2022-02-21","age":"35","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-02-21 14:44:02","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"On day of surgery, doctors deviated from the original sternotomy approach and went with a clamshell incision which would have been an excluded approach.","erep_protdev_caplan":"Proceeded 3 month visit with using the left side as surgical side for all testing. ","erep_rel_covid19":"0"}}},"60169":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-26","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient excluded from MRI/study due to pacemaker","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60170":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response from patient after tried contacting again 3x. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60171":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-27","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM x 3 No response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60172":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-29","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"BMI 55, weight 360lbs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60173":{"redcap_data_access_group":"university_of_mich","main_record_id":"20032","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-10-29","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-16","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-01-27","sp_v3_3mo_date":"2022-03-17","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-12-07","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"The patient's original surgery was postponed and now they are scheduled for a procedure that is exclusionary. ","sp_data_site":"1"},"60174":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-29","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient's surgery got changed to a non-qualifying procedure, exclude for now","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60175":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-01","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation for this surgery. patient was scheduled within 2wks of new patient appointment. Had to take care of many things with work, no time to take off. Would be willing to participate in future if more time before surgery and eligible again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60176":{"redcap_data_access_group":"university_of_mich","main_record_id":"20034","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-01","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Phone is patient's wife mobile;\r\nPer patient's wife could do visit on 11/22 or 11/23, will call in a few days once scheduled for pre op testing and talk to patient (patient was not home before)","obtain_date":"2021-11-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-24","sp_v1_preop_date":"2021-11-22","sp_v2_6wk_date":"2022-01-05","sp_v3_3mo_date":"2022-02-23","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60177":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60178":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Too overwhelmed with surgery etc","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60179":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much of an extra commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60180":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-02","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60181":{"redcap_data_access_group":"university_of_mich","main_record_id":"20033","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-04","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient interested, waiting to get cleared for imaging ","obtain_date":"2021-11-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-21","sp_v1_preop_date":"2021-11-15","sp_v2_6wk_date":"2022-02-01","sp_v3_3mo_date":"2022-03-22","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60182":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM x 3\r\nNo response from patient after 3 calls and recruitment email\r\nMD spoke with pt, declined as visits would be too far away from home 11/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60183":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-05","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Want to know if there have bene studies linking prolonged pressure exposure to things like DVT\r\n\r\nPatient did not respond","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60184":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient's cancer is terminal, stated only a little while to live after surgery, very overwhelmed, no time for research ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60185":{"redcap_data_access_group":"university_of_mich","main_record_id":"20036","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-09","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-24","sp_v1_preop_date":"2021-11-23","sp_v2_6wk_date":"2022-01-05","sp_v3_3mo_date":"2022-02-23","age":"77","sex":"2","genident":"2","ethnic":"4","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60186":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined- does not want to drive to extra appointments or do extra testing as she needs her daughter to driver her. Offered baseline on same day as other appts but patient still declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60187":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"38","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Metallic fragment in eye excludes pt. for imaging","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60188":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-09","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60189":{"redcap_data_access_group":"university_of_mich","main_record_id":"20037","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-11-11","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Home # preferred\r\nInterested, cb next week","obtain_date":"2021-11-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-02","sp_v1_preop_date":"2021-12-17","sp_v2_6wk_date":"2022-03-16","sp_v3_3mo_date":"2022-05-02","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-01-11 15:29:00","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in on 12/17/21 for their baseline visit and then their surgery was pushed back to 2/2/22 due to illness which will make their visit 5 days outside the 6-week window.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-02-18 14:45:21","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Filled out Opioid Use Acute Follow Up Day 14 on day 16 with patient. Patient has not been using app to do surveys after surgery, so RA has been calling them. ","erep_protdev_caplan":"RA will make a better schedule to ensure a daily patient call for surveys is not missed. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2022-03-21 10:07:39","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Patient went out of town (1month in Florida) and was not able to come in for 6wk blood draw. Was also sick the week prior to leaving. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60190":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-11","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Excluded- spinal cord stimulator, cannot image","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60191":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-12","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60192":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-16","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No response from patient after a few voicemails after initial call","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60193":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-24","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"research wasn't related to their diagnosis","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60194":{"redcap_data_access_group":"university_of_mich","main_record_id":"20039","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-16","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Home # is spouse's phone\r\nLVM x 1","obtain_date":"2021-11-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-17","sp_v1_preop_date":"2021-12-03","sp_v2_6wk_date":"2022-01-28","sp_v3_3mo_date":"2022-03-18","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60195":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-17","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Too short of a notice and won't be able to come in for baseline visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60196":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Too overwhelmed with cancer etc","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60197":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives too far, nervous about time commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60198":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-19","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Excluded- tattoo on neck","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60199":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unwilling to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60200":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient has been \"poked and prodded\" enough ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60201":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-23","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"did not respond for surgery in 12/2021. Scheduled for second surgery now in 2023. \r\n\r\nPt previous no response. Patient is interested in joining the study. However, unsure if patient's surgery will qualify. Emailed Chand and Dr. Chang to inquire further. 8.21 SL\r\n\r\nSurgery actually doesn't qualify per Dr. Chang (no chest wall resection just subcutaneous nodules). Pt excluded 8.22 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60202":{"redcap_data_access_group":"university_of_mich","main_record_id":"20042","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-24","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Wanted more information.","obtain_date":"2021-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-21","sp_v1_preop_date":"2021-12-15","sp_v2_6wk_date":"2022-02-01","sp_v3_3mo_date":"2022-03-22","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-04-06 09:05:22","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Patient developed blood clots a week before 3mo visit. Unable to do cuff or CPM for safety reasons.\r\n","erep_protdev_caplan":"No corrective plan needed. Patient's illness unrelated to study. Noted in QST document as well. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-04-06 09:11:39","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient 2 days outside of 3mo window. Patient cancelled appointment last week and rescheduled for this week. ","erep_protdev_caplan":"RA will attempt to schedule 3mo visits earlier in window if there is availability in case patient needs to reschedule. ","erep_rel_covid19":"0"}}},"60203":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-30","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No response from patient \r\nExpressed interest but then did not answer after 3 more calls","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60205":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-01","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient's wife called and expressed that he would like to decline","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60206":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-01","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60207":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-02","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60208":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM x 3 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60209":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-03","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was interested if did not enroll in a clinical trial. Patient had to do mutation testing to see if eligible for clinical trial. These results did not come back until very close to patient's surgery date. No time to schedule a patient visit. Deferred participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60210":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"declined- too overwhelmed by surgery and diagnosis","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60211":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60212":{"redcap_data_access_group":"university_of_mich","main_record_id":"20045","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-07","screening_age":"57","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"No Response emailed info","obtain_date":"2021-12-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-27","sp_v1_preop_date":"2022-01-06","sp_v2_6wk_date":"2022-03-10","sp_v3_3mo_date":"2022-04-27","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60213":{"redcap_data_access_group":"university_of_mich","main_record_id":"20044","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-07","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"cb tomorrow 12/8 SL","obtain_date":"2021-12-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-06-08","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"1"},"60214":{"redcap_data_access_group":"university_of_mich","main_record_id":"20046","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-07","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-19","sp_v1_preop_date":"2022-01-04","sp_v2_6wk_date":"2022-03-02","sp_v3_3mo_date":"2022-04-19","age":"44","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-04-20 14:42:24","erep_ae_date":"2022-04-19","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-04-19 13:30","erep_resolution_date":"2022-04-19 13:40","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Patient had her 3mo visit on 4/19/20221. Patient stated she has had a lot of pain since surgery. Patient also has fibromyalgia and pain in her R arm (previous injury). After CPM in QST testing, patient stated she still felt the pressure/pain from the algometer still about 5 minutes after the test was completed. ","erep_action_taken":"Patient did not ask to withdraw or any similar action. Patient wished to finish QST testing and went to do MRI as well. ","erep_outcome":"Patient had discomfort through most of the QST testing. RA made sure to ask patient if she was ok proceeding prior to every test at 3mo visit. Patient was happy at end of visit and no follow up was needed. Patient's arm pain/pressure from the PPTs had dulled by the time she was leaving. No further follow up was conducted. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60215":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Home # preferred\r\n\r\nSpoke with pt, interested if surgery still occurs, cb in a few weeks at PET scan on 12/21\r\n\r\nPatient very interested but unable to make baseline visit before surgery, deferred participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60216":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient's husband answered and patient cannot consent for herself. Per husband patient has short term memory loss and he is advocate and handles all medical decisions. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60217":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-08","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to make extra trips into Ann Arbor","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60218":{"redcap_data_access_group":"university_of_mich","main_record_id":"20049","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-10","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-19","sp_v1_preop_date":"2022-01-04","sp_v2_6wk_date":"2022-03-02","sp_v3_3mo_date":"2022-04-19","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60219":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No specific reason for decline, patient just stated he was not interested on the phone","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60220":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60221":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-10","screening_age":"62","screening_gender":"1","screening_race":"6","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM x 3 and emailed no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60222":{"redcap_data_access_group":"university_of_mich","main_record_id":"20050","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-13","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, cb tomorrow","obtain_date":"2021-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-28","sp_v1_preop_date":"2021-12-17","sp_v2_6wk_date":"2022-02-08","sp_v3_3mo_date":"2022-03-29","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-02-18 14:04:35","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"6wk blood draw completed 6 days outside of window. Patient did not want to come in extra for blood work, so scheduled with one of her appointments on 2/21/22, 6 days outside of window.","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-04-11 13:00:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3mo visit ended up being 29 days outside of window. Patient was ill when called to confirm 3mo visit the day before. Rescheduled for the following week and then patient had a conflict with new doctor appointment. Had to then look for a new appointment/MRI opening for patient. ","erep_protdev_caplan":"No corrective action needed. ","erep_rel_covid19":"0"}}},"60223":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient just stated he is not interested. No further explanation given","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60224":{"redcap_data_access_group":"university_of_mich","main_record_id":"20052","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-16","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"2021-12-23","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-07-07","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"1"},"60225":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt lives far away and thought the visits would take too much time, especially with tax season coming up 12/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60226":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-17","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not have a car, daughter must driver her. Lives over 2 hours away and cannot make a baseline visit before her surgery since it is right around the holiday. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60227":{"redcap_data_access_group":"university_of_mich","main_record_id":"20054","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-17","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, sign consent form at baseline visit (patient has a trach and hard to talk)","obtain_date":"2021-12-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-07","sp_v1_preop_date":"2021-12-23","sp_v2_6wk_date":"2022-02-18","sp_v3_3mo_date":"2022-04-07","age":"82","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60228":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No time for baseline visit right now- surgery on 1/3 and only imaging slots available are on 12/23 and patient is busy with holiday. MRI not open week of 12/27, so just no time for visit. Patient interested but deferred participation for now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60229":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-20","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wanted to read information on the study, pt. will reach out if they are interested and have been notified that there might be a tight scheduling timeline due to the holidays. \r\n\r\nDid not reach back out, no response\r\n\r\nNew surgery scheduled for 8.18.23. Previous no response pt from surgery back in 2021/early 2022, LVM and sent email 7.20 SL\r\n\r\nLVM 7.25 SL\r\n\r\nNo Response for 2nd time\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60230":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-21","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to reach patient before holiday and cannot scheduled baseline visit in time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60231":{"redcap_data_access_group":"university_of_mich","main_record_id":"20053","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-21","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested- consent later today","obtain_date":"2021-12-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-04","sp_v1_preop_date":"2021-12-23","sp_v2_6wk_date":"2022-02-15","sp_v3_3mo_date":"2022-04-04","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-12-23","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient said they've gotten really overwhelmed with surgery/scared with cancer diagnosis and didn't want to commit to the study.","sp_data_site":"1"},"60232":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-21","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60233":{"redcap_data_access_group":"university_of_mich","main_record_id":"20056","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-04","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-12","sp_v1_preop_date":"2022-01-07","sp_v2_6wk_date":"2022-02-23","sp_v3_3mo_date":"2022-04-12","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60234":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60235":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60236":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60237":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Just had a procedure and wasn't feeling well enough to talk\r\nLVM for patient\r\nNo response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60238":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60239":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-04","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"has difficulty with winter travel ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60240":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"not interested in doing in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60241":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient not interested in doing any of the testing","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60242":{"redcap_data_access_group":"university_of_mich","main_record_id":"20057","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-05","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested cb monday","obtain_date":"2022-01-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-03","sp_v1_preop_date":"2022-01-11","sp_v2_6wk_date":"2022-03-17","sp_v3_3mo_date":"2022-05-03","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60243":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-05","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Overwhelmed with surgery, this was patient's second try as first surgery they reacted bad to anesthesia and surgery was not able to be completed. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60244":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"23","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to do \"all the testing\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60245":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is claustrophobic but maybe willing to try, emailed info and will f/u early next week\r\n\r\nLVM x 2 after initial contact no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60246":{"redcap_data_access_group":"university_of_mich","main_record_id":"20062","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-13","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM x 3 no response","obtain_date":"2022-01-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-31","sp_v1_preop_date":"2022-01-28","sp_v2_6wk_date":"2022-03-14","sp_v3_3mo_date":"2022-05-01","age":"49","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60247":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Declined- patient did not to do MRI and states he lives in Ohio so it is a burden to travel to Michigan for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60248":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Need sedation for MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60249":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Excluded- extreme claustrophobia in addition to special needs son, so hard to schedule a time for BL visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60250":{"redcap_data_access_group":"university_of_mich","main_record_id":"20063","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-01-13","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-10","sp_v1_preop_date":"2022-02-02","sp_v2_6wk_date":"2022-03-24","sp_v3_3mo_date":"2022-05-10","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-02-01","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient was scheduled for baseline visit tomorrow. With inclement weather suspected for the area tomorrow, patient wished to cancel baseline visit. I spoke to the patient and offered other times later in the week or early next week prior to the patient's surgery on 2/10 but patient declined. Patient asked to not continue study procedures, stated she was stressed before surgery. ","sp_data_site":"1"},"60251":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by upcoming surgery and doesn't want to add anything more. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60252":{"redcap_data_access_group":"university_of_mich","main_record_id":"20067","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-13","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cb this evening","obtain_date":"2022-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-14","sp_v1_preop_date":"2022-02-11","sp_v2_6wk_date":"2022-03-28","sp_v3_3mo_date":"2022-05-14","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60253":{"redcap_data_access_group":"university_of_mich","main_record_id":"20059","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-13","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Need to clear a potential conflict of interest with another study.","obtain_date":"2022-01-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-16","sp_v1_preop_date":"2022-01-25","sp_v2_6wk_date":"2022-04-27","sp_v3_3mo_date":"2022-06-16","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-03-16 08:51:08","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's baseline visit is 5 days over 6 week window due to surgery being rescheduled several times. \r\n\r\nAlso, we have collected expectation responses from the patient based off their original surgery date and do to the last minute rescheduling of the patient's surgery, we were unable to collect a new set of expectation data. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60254":{"redcap_data_access_group":"university_of_mich","main_record_id":"20061","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-13","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-14","sp_v1_preop_date":"2022-02-22","sp_v2_6wk_date":"2022-04-25","sp_v3_3mo_date":"2022-06-14","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60255":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Exclude- patient willing gave info about sacral nerve stimulator, must exclude from MRI and study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60256":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"50","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60257":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-13","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Cannot travel by themselves and on 24h O2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60258":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-17","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery has not been scheduled as of 8/24/22. Patient ended up deferring participation for now. Will contact in future possibly if they do get scheduled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60259":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-17","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"spinal cord stimulator not compatible with 3T MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60260":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-17","screening_age":"28","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. wants to focus on sx and recovery so that they can get get back to work as soon as they can.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60261":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-17","screening_age":"26","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60262":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-18","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by all study activities.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60263":{"redcap_data_access_group":"university_of_mich","main_record_id":"20066","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-18","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, schedule once get pre-op scheduled","obtain_date":"2022-01-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-11","sp_v1_preop_date":"2022-02-10","sp_v2_6wk_date":"2022-03-25","sp_v3_3mo_date":"2022-05-11","age":"44","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-05-10 12:51:40","erep_ae_date":"2022-05-10","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-05-10 10:30","erep_resolution_date":"2022-05-10 10:45","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient became claustrophobic in the scanner. Per patient was unable to get comfortable and obtain good positioning in the scanner due to height/weight. After a few minutes of trying patient became claustrophobic/nervous and asked to be removed from the scanner and did not want to continue.","erep_action_taken":"Patient was removed from the scanner when requested and felt better afterwards. ","erep_outcome":"Patient did not scan at 3mo. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60264":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-18","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient overwhelmed and potentially joining a a clinical trial. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60265":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-18","screening_age":"51","screening_gender":"2","screening_race":"3","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Severely clusterphobic and unwilling to do MRI for study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60266":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-18","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM x 3 \r\n\r\nSaw patient in clinic and they declined, no time for BL appt prior to surgery, was not able to get ahold of him on phone so talked to him in clinc at pre op appt 1wk before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60267":{"redcap_data_access_group":"university_of_mich","main_record_id":"20072","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-21","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cb next wednesday \r\nLVM","obtain_date":"2022-02-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-23","sp_v1_preop_date":"2022-03-17","sp_v2_6wk_date":"2022-05-04","sp_v3_3mo_date":"2022-06-23","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-05-13 18:29:58","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Patient had to reschedule 6 week blood draw due to testing positive for covid and was not able to come in until after the visit window. Patient was 2 days past window (7 weeks and 2 days). ","erep_protdev_caplan":"None needed as deviation was due to accommodating the patient's schedule. ","erep_rel_covid19":"0"}}},"60268":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-21","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient has a brain tumor, must be excluded from study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60269":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-21","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Surgery never scheduled as on 8/24/22. Patient deferred participation for now. will reach out if surgery does get scheduled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60270":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-25","screening_age":"59","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Exclude- Patient had a hard time understanding description of study over the phone, and staff was working remote on his clinic visit day, so we could not meet with him in person. Patient also needed his daughter present for explanation with medical topics. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60271":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-25","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too overwhelmed with study commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60272":{"redcap_data_access_group":"university_of_mich","main_record_id":"20068","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-25","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Maybe interested cb in 1wk","obtain_date":"2022-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-21","sp_v1_preop_date":"2022-02-15","sp_v2_6wk_date":"2022-05-02","sp_v3_3mo_date":"2022-06-21","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60273":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-25","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by study and does not have the mental capacity to handle it along with their sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60274":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-26","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Out of State residence, unable to come in for in person visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60275":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-31","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM x 3 and email x 1\r\nNo response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60276":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Deferred participation, would participate in future, but patient lives 3 hours away and cant make baseline appt, also in processing of redoing his home before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60277":{"redcap_data_access_group":"university_of_mich","main_record_id":"20070","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-01","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-10","sp_v1_preop_date":"2022-03-01","sp_v2_6wk_date":"2022-04-21","sp_v3_3mo_date":"2022-06-10","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-02-28","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"N/A","sp_data_site":"1"},"60278":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"62","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"felt overwhelmed if they did study on top of their cancer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60279":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-01","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Distance and swamped with other pre-op visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60280":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-02","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60281":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-02","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"needs general anesthesia for all MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60282":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-07","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient does not want to travel to U of M for extra appts","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60283":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-07","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60284":{"redcap_data_access_group":"university_of_mich","main_record_id":"20069","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-07","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"call tomorrow","obtain_date":"2022-02-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-24","sp_v1_preop_date":"2022-03-14","sp_v2_6wk_date":"2022-05-05","sp_v3_3mo_date":"2022-06-24","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-02-16","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"RA initiated withdrawal. Patient's surgery was originally scheduled for 3/24/22 and baseline visit was scheduled for 3/14/22. There was a cancellation, so patient's surgery was changed to 2/17/22 on 2/15/22. Team became aware of this change on 2/16/22 and there was no time to conduct baseline visit prior to patient's surgery. ","sp_data_site":"1"},"60286":{"redcap_data_access_group":"university_of_mich","main_record_id":"20071","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-08","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-01","sp_v1_preop_date":"2022-02-21","sp_v2_6wk_date":"2022-04-12","sp_v3_3mo_date":"2022-06-01","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-03-24 14:48:24","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Day 21 opioid use acute followup and deep breathing and coughing surveys were collected 1 day out of window","erep_protdev_caplan":"No action plan needed","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-03-31 10:22:03","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Day 28 Acute trajectory survey was collected on day 29 due to staff's inability to follow up on day 28","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"60287":{"redcap_data_access_group":"university_of_mich","main_record_id":"20075","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-09","screening_age":"27","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-16","sp_v1_preop_date":"2022-02-25","sp_v2_6wk_date":"2022-04-27","sp_v3_3mo_date":"2022-06-16","age":"27","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-02-28 13:01:51","erep_ae_date":"2022-02-25","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-02-25 09:45","erep_resolution_date":"2022-02-25 10:10","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"After use of the neuropen during the temporal summation test, the patient had small red bumps on her arm and chest (more prominent on the arm) where the pen had been used. The bumps did not appear until a few minutes after the test was complete. Patient stated these did not hurt and that she just has \"sensitive skin. \" Bumps were almost completely resolved by the end of QST testing. Only a small amount of redness left. ","erep_action_taken":"Patient stated she is still willing to participate in the study. She was not concerned about the bumps since they dissipated quickly. ","erep_outcome":"Patient was happy to continue with the rest of testing and later study visits. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60288":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation or now. Patient had hard time making decision before surgery and surgery date was moved a couple times. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60289":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-10","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60290":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-11","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"cannot commit to the time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60291":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Voicemail full, sent email\r\nSurgeon talked to pt, not a good candidate and declined 2/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60285":{"redcap_data_access_group":"university_of_mich","main_record_id":"20073","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-07","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent later today","obtain_date":"2022-02-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-04","sp_v1_preop_date":"2022-04-01","sp_v2_6wk_date":"2022-05-16","sp_v3_3mo_date":"2022-07-04","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60292":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient's daughter wanted to know about the study as well. Spoke iwth her and patient. Emailed and was told would follow up. Followed up with patient's daughter and she asked for protocol to be sent (she is a research coordinator at UM as well). Explained to daughter we cannot send full protocol as this time. After this no response from patient or daughter.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60293":{"redcap_data_access_group":"university_of_mich","main_record_id":"20074","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-02-15","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-24","sp_v1_preop_date":"2022-02-21","sp_v2_6wk_date":"2022-04-07","sp_v3_3mo_date":"2022-05-24","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-02-17","ewprimaryreason":"1","ewdisreasons":"5|1","ewpireason":"N/A","ewcomments":"Due to low energy, patient wanted to prioritize it to be with family rather than on study visits.","sp_data_site":"1"},"60294":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"short term memory loss","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60295":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-15","screening_age":"38","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"pt postponing sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60296":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much to add onto their schedule. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60297":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60298":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-18","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60299":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"wants to focus on sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60300":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"extreme claustrophobia to the point of needing sedation ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60301":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-22","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient states he does not have time for a visit prior to surgery. Still working and already overwhelmed with surgery etc. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60302":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60303":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-23","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt. unable to come in before sx for baseline visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60304":{"redcap_data_access_group":"university_of_mich","main_record_id":"20076","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-02-17","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-18","sp_v1_preop_date":"2022-03-07","sp_v2_6wk_date":"2022-04-29","sp_v3_3mo_date":"2022-06-18","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-03-21 10:38:00","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Expectation Survey was collected day of surgery","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"60305":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-17","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient in clinic, wanted more time to think/email with information.\r\n\r\nLVM \r\n\r\nDid not respond","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60306":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient got nervous about driving 2 hours for the baseline visit. Decline due to travel distance. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60307":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was running errands, asked to be called back the next day\r\n\r\nPatient surgery's got moved up (surgeon had to move it), no time for baseline visit. Deferred participation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60308":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too big of a travel commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60309":{"redcap_data_access_group":"university_of_mich","main_record_id":"20078","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-24","screening_age":"76","screening_gender":"1","screening_race":"3","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Yes- enroll next week on 2/28","obtain_date":"2022-02-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-18","sp_v1_preop_date":"2022-03-17","sp_v2_6wk_date":"2022-04-29","sp_v3_3mo_date":"2022-06-18","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60310":{"redcap_data_access_group":"university_of_mich","main_record_id":"20081","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-01","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cb next week, patient lives 7 hours away","obtain_date":"2022-03-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-06","sp_v1_preop_date":"2022-04-05","sp_v2_6wk_date":"2022-05-18","sp_v3_3mo_date":"2022-07-06","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60311":{"redcap_data_access_group":"university_of_mich","main_record_id":"20079","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-21","sp_v1_preop_date":"2022-04-07","sp_v2_6wk_date":"2022-06-02","sp_v3_3mo_date":"2022-07-21","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-04-06","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. noted that they didn't want to go through with the study as they already couldn't image to begin with. ","sp_data_site":"1"},"60312":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient overwhelmed with surgery and chemotherapy at the moment. Also, patient stated they will not have time for visits after surgery- will be back to work \"6 days a week from dawn to dark as soon as I can\"\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60313":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. can't fit study visits in their schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60314":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"53","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Per patient extremely claustrophobic (gave this information when mentioned MRI)- will exclude","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60315":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Did not want to do MRI and bloodwork- per patient just had these 2 things done for pre-surgical workout and does not want to do again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60316":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient deferred participation for now. Very overwhelmed with current appointments, upcoming surgery, and cancer diagnosis. Stated that he may have another surgery in the future and would be willing to be approached again if he qualifies. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60317":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not want to drive again for BL visit (lives 3.5 hrs away and with gas prices). Offered patient day before surgery but did not want this either. Stated they are likely driving down day of surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60319":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-11","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was see on 3/11/22 and surgery was scheduled on 3/25/22 only 2 weeks out.\r\n\r\nAlso, patient just had a death in the family and does not have time for a baseline visit before surgery. Wished patient the best and let her know we will defer participation for now. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60318":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient very overwhelmed with surgery and current situation. Stated research study would add too much on his plate.\r\n\r\nAlso, patient was see on 3/11/22 and surgery was scheduled for 3/22/22, less than 2wks ok. So, also a very quick turn around and hard for patient to have time for baseline visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60320":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient stated she is overwhelmed with surgery and does not want to do any more tests etc before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60321":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient does not want to travel for study visits (>1hr away). Offered have visits same day as other appt and patient still declined. Patient said she also does not want to do any more testing. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60322":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60323":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-15","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60324":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60325":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation- patient unable to come in for BL visit on the day she planned (lives 150 miles away) because she has more appts than expected","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60326":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient lives 3 hours away and stated she will not be coming to Ann Arbor unless for medical reasons. Did not let me finish explaining study/compensation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60327":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"scheduled very quickly for surgery (w/in 2wks) and lives 150 miles away, no time for BL visit\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60328":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient surgery was scheduled w/in 2wks of appearing on OR schedule. Surgery scheduled on 3/14 and surgery on 3/31. Patient in Florida until 3/26 and then has other appts on 3/28 and 3/29 and unable to come in for baseline appt (only 1 open day for patient to prep for surgery). ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60329":{"redcap_data_access_group":"university_of_mich","main_record_id":"20084","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-18","screening_age":"24","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-21","sp_v1_preop_date":"2022-04-12","sp_v2_6wk_date":"2022-06-02","sp_v3_3mo_date":"2022-07-21","age":"25","sex":"1","genident":"3","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-04-21 12:52:40","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys were completed day of surgery","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"60330":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVm x 3\r\nEmailed recruitment info\r\n\r\nNo response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60331":{"redcap_data_access_group":"university_of_mich","main_record_id":"20088","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-18","screening_age":"26","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-18","sp_v1_preop_date":"2022-04-07","sp_v2_6wk_date":"2022-06-29","sp_v3_3mo_date":"2022-08-18","age":"26","sex":"1","genident":"1","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60332":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"has stainless implants ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60333":{"redcap_data_access_group":"university_of_mich","main_record_id":"20085","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-22","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-01","sp_v1_preop_date":"2022-03-31","sp_v2_6wk_date":"2022-05-13","sp_v3_3mo_date":"2022-07-01","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-04-06","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Patient unfortunately passed shortly after surgery due to complications after procedure. ","sp_data_site":"1"},"60334":{"redcap_data_access_group":"university_of_mich","main_record_id":"20086","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-23","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-09","sp_v1_preop_date":"2022-04-21","sp_v2_6wk_date":"2022-07-21","sp_v3_3mo_date":"2022-09-09","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-05-10 13:27:35","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was exposed to covid 2 days before surgery on 5/5/22. So, patient's surgery was postponed to 6/9/2022. Will be 1 week outside of baseline window (baseline completed 7wks before surgery). ","erep_protdev_caplan":"None at this time. ","erep_rel_covid19":"0"}}},"60335":{"redcap_data_access_group":"university_of_mich","main_record_id":"20093","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-29","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-12","sp_v1_preop_date":"2022-04-19","sp_v2_6wk_date":"2022-06-23","sp_v3_3mo_date":"2022-08-12","age":"42","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-07-28 10:37:56","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's visit date was wrong in RK studios. Expectation items were filled out after surgery and all acute daily surveys (3d-28d post op) are 7 days late. ","erep_protdev_caplan":"Date was corrected in RK studios. 6wk visit/surveys and all upcoming visits and surveys will not be affected. \r\nTeam will make sure to check all participants' surgery date the week of surgery to ensure we don't miss these last minute scheduling changes. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-08-10 08:31:08","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Blood pressure machine glitched when took patient's blood pressure at beginning of QST. Planned to take blood pressure again prior to cuff, but I (RA) forgot to take blood pressure again. ","erep_protdev_caplan":"I (RA) will make sure to check entire CRF to make sure all fields are filled out. Blood pressure is listed first on our paper CRF, so checking back will allow the RA to see if something is missing. ","erep_rel_covid19":"0"}}},"60336":{"redcap_data_access_group":"university_of_mich","main_record_id":"20095","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-29","screening_age":"66","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Potentially interested, emailed info, follow up in a couple of days.","obtain_date":"2022-04-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-04","sp_v1_preop_date":"2022-04-21","sp_v2_6wk_date":"2022-06-15","sp_v3_3mo_date":"2022-08-04","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-04-22 09:21:41","erep_ae_date":"2022-04-21","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-04-21 15:00","erep_resolution_date":"2022-04-21 15:10","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient was claustrophobic once in the MRI and having head cage put on. Patient tried a couple times with head cage but stated \"this would not work\" and decided not to do scan. Was too claustrophobic with head cage. Patient never had an MRI before and when enrolled stated she was willing to try. ","erep_action_taken":"Patient did not ask to withdraw or discontinue participation. Patient stated she will do all other study procedures besides MRI. ","erep_outcome":"Patient will continue with study but will not image at 3mo visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60337":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed and too far. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60338":{"redcap_data_access_group":"university_of_mich","main_record_id":"20092","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-30","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-14","sp_v1_preop_date":"2022-04-04","sp_v2_6wk_date":"2022-05-26","sp_v3_3mo_date":"2022-07-14","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60339":{"redcap_data_access_group":"university_of_mich","main_record_id":"20096","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-03-30","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Wants to finalize all surgical detail before considering research. ","obtain_date":"2022-04-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-22","sp_v1_preop_date":"2022-04-19","sp_v2_6wk_date":"2022-06-03","sp_v3_3mo_date":"2022-07-22","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60340":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI images can't be read unless contrast is used.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60341":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Interested but too tight of a time frame for them to come in for baseline visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60342":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-30","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Too busy for research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60343":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-01","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient lives alone and doesn't drive much, son is coming from California to take care of him, does not want to \"run his son around\" politely declined\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60344":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No time before surgery per patient. Patient states she will be very busy before surgery. Surgery was scheduled quickly within 2-3 wks of appearing on OR schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60345":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient scheduled for surgery on 4/18 from appointment on 4/5 (only 13 days between scheduling and surgery). Per patient unable to make baseline visit with personal commitments and work before surgery. Declined at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60346":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-07","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient does not want to do any more tests before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60347":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-08","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Patient stated he is not really interested in research and is going to be \"too busy\" after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60348":{"redcap_data_access_group":"university_of_mich","main_record_id":"20098","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-08","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"F/U in 1wk","obtain_date":"2022-04-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-26","sp_v1_preop_date":"2022-04-21","sp_v2_6wk_date":"2022-06-07","sp_v3_3mo_date":"2022-07-26","age":"46","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-06-06 14:51:16","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient not able to come in for 6wk visit. Patient lives on other side of the state and unable to come in until after 8wks post-op, outside of 6wk window. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60349":{"redcap_data_access_group":"university_of_mich","main_record_id":"20097","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-08","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVm and emailed","obtain_date":"2022-04-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-11","sp_v1_preop_date":"2022-04-25","sp_v2_6wk_date":"2022-06-22","sp_v3_3mo_date":"2022-08-11","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60350":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-08","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient unable to make baseline visit but potentially interested in future. Patient was scheduled for surgery very quickly (12 days) and lives about 2 hours away. Coming down day before surgery and considered this, but was told he now has to have a bronchial scope the day before surgery. So, declined participation at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60351":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient will talk to husband and f/u- starting chemo and radiation and then has a lot of appts coming up","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60352":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"Patient very overwhelmed at the moment and does not want to participant in research. Just finished chemo, been very sick, and likely having bladder surgery 2wks prior to thoracic surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60353":{"redcap_data_access_group":"university_of_mich","main_record_id":"20104","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-14","screening_age":"36","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"F/U after CT scan in early May patient not yet officially scheduled for surgery","obtain_date":"2022-05-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-01","sp_v1_preop_date":"2022-05-20","sp_v2_6wk_date":"2022-07-13","sp_v3_3mo_date":"2022-09-01","age":"36","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-07-28 08:23:03","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was going to come in around 6wks post-op for clinic appointment. Patient's appointment was cancelled and moved to a virtual one, so patient could not longer come in. Patient came in yesterday 7/27 for lab draw and we did 6wk draw concurrently with this. 1 week outside of window. ","erep_protdev_caplan":"None at this time. Due to patient changing availability. ","erep_rel_covid19":"0"}}},"60354":{"redcap_data_access_group":"university_of_mich","main_record_id":"20099","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-14","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Ready to enroll at 14:00 on 4/20","obtain_date":"2022-04-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-15","sp_v1_preop_date":"2022-05-13","sp_v2_6wk_date":"2022-07-27","sp_v3_3mo_date":"2022-09-15","age":"42","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60355":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"28","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60356":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation. Willing to maybe be talked to again in future. Right now patient just wants to focus on surgery and healing. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60357":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Issues with transportation and too short of a window. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60358":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Per patient's reply email, has been at \"facility enough\" with recent surgery and upcoming surgery. Does not want to do anything extra. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60359":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient was overwhelmed with surgery to begin with, was unsure if she wanted to have it. Would like to focus on diagnosis and surgery at this time and not add \"anything extra to her plate.\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60360":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-22","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Relies on someone else for transportation and would require things to be scheduled a couple weeks in advance. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60361":{"redcap_data_access_group":"university_of_mich","main_record_id":"20101","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-26","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"email and follow up on 4/27","obtain_date":"2022-04-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-11","sp_v1_preop_date":"2022-05-02","sp_v2_6wk_date":"2022-06-22","sp_v3_3mo_date":"2022-08-11","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60362":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"unable to make time commitment for things like the baseline visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60363":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"F/U Friday- surgery scheduled w/in 8 days, lives 3 hours away\r\n\r\nDeferred participation, timeline to short with surgery and distance to U of M, willing to be re-contacted in the future","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60364":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM x 2\r\nSent recruitment email x 1","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60365":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"35","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient's surgery was cancelled. Did not contact patient again. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60366":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-29","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Surgery being moved to October 2022. Will contact closer to then. \r\n\r\nPt. stated they had too many appointments between now and DOS ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60367":{"redcap_data_access_group":"university_of_mich","main_record_id":"20102","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-04","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Cb later today to consent ","obtain_date":"2022-05-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-07","sp_v1_preop_date":"2022-05-16","sp_v2_6wk_date":"2022-07-19","sp_v3_3mo_date":"2022-09-07","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60368":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much of a commitment and relies on other for rides into Ann Arbor. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60369":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No reliable transport and feel like it's too much on their plate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60370":{"redcap_data_access_group":"university_of_mich","main_record_id":"20103","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-06","screening_age":"41","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested cb tomorrow to consent","obtain_date":"2022-05-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-12","sp_v1_preop_date":"2022-05-10","sp_v2_6wk_date":"2022-06-23","sp_v3_3mo_date":"2022-08-12","age":"41","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-05-10 17:38:16","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Due to baseline visit after typical business hours, blood draw couldn't be performed. Blood will be collected on day of surgery. ","erep_protdev_caplan":"none needed as deviation was due to adjusting baseline visit to accommodate patient's schedule. ","erep_rel_covid19":"0"}}},"60371":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-06","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in research that doesn't have a positive benefit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60372":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-07","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI\r\n\r\nPatient was going to enroll but had head MRI prior to enrollment phone call. Per patient had a bad experience with MRI and was too scared/did not want to do this MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60373":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60374":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"75","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60375":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Don't want medically unnecessarily scans. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60376":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"overwhelmed with medical visit for multiple family members currently.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60377":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"40","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to commit to time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60378":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"Not willing to commit due to travel ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60379":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"69","screening_gender":"3","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60380":{"redcap_data_access_group":"university_of_mich","main_record_id":"20107","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-04-27","screening_age":"67","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call next week to consent","obtain_date":"2022-05-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-03","sp_v1_preop_date":"2022-05-25","sp_v2_6wk_date":"2022-07-15","sp_v3_3mo_date":"2022-09-03","age":"67","sex":"1","genident":"1","ethnic":"4","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60381":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60382":{"redcap_data_access_group":"university_of_mich","main_record_id":"20114","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-05-17","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Saw in clinic, consent next week","obtain_date":"2022-05-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-06-06","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Pt. was enrolled on 5/27/22 and pt. has not had surgery. RC consulted w/ pt.'s surgeon and they stated that patient is currently following a surveillance protocol and has not made indication of pursuing sx. ","sp_data_site":"N/A"},"60383":{"redcap_data_access_group":"university_of_mich","main_record_id":"20105","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-19","screening_age":"34","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-27","sp_v1_preop_date":"2022-05-24","sp_v2_6wk_date":"2022-07-08","sp_v3_3mo_date":"2022-08-27","age":"34","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60384":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-20","screening_age":"67","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60385":{"redcap_data_access_group":"university_of_mich","main_record_id":"20109","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-12","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-03","sp_v1_preop_date":"2022-09-22","sp_v2_6wk_date":"2022-11-13","sp_v3_3mo_date":"2023-01-02","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60386":{"redcap_data_access_group":"university_of_mich","main_record_id":"20113","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-19","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-03","sp_v1_preop_date":"2022-06-09","sp_v2_6wk_date":"2022-09-14","sp_v3_3mo_date":"2022-11-03","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60387":{"redcap_data_access_group":"university_of_mich","main_record_id":"20106","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-20","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-15","sp_v1_preop_date":"2022-06-14","sp_v2_6wk_date":"2022-07-27","sp_v3_3mo_date":"2022-09-15","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-07-01 11:40:14","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt. 6-week blood draw occurred 2 weeks and 2 days after surgery. Pt. has a long commute and was only in the area at that time","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"60388":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-24","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60389":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Never responded ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60390":{"redcap_data_access_group":"university_of_mich","main_record_id":"20118","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-26","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM ","obtain_date":"2022-06-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-21","sp_v1_preop_date":"2022-06-17","sp_v2_6wk_date":"2022-08-02","sp_v3_3mo_date":"2022-09-21","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-10-14 11:49:43","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient 8 days outside of 3mo window. One of the only days patient had availability with work schedule. Attempted to have patient come in within window but was not able to (and patient did not answer for a couple weeks). So, had patient come in at first available time. ","erep_protdev_caplan":"No corrective plan at this time. ","erep_rel_covid19":"0"}}},"60391":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient has to have diagnostic MRI and would not want to do another one with study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60392":{"redcap_data_access_group":"university_of_mich","main_record_id":"20115","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-26","screening_age":"22","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-20","sp_v1_preop_date":"2022-06-13","sp_v2_6wk_date":"2022-08-01","sp_v3_3mo_date":"2022-09-20","age":"22","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60393":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Per patient not interested in the \"chronic pain study.\" Did not give further reasoning. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60394":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much travel and scheduled for sx. with less than 2 business days in between.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60395":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient has had brain MRI in past with head cage and \"could not do it.\" Stated if didnt have to do MRI then would definitely enroll for study, but since this is a procedure will decline at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60396":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM x 2\r\nsent recruitment email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60397":{"redcap_data_access_group":"university_of_mich","main_record_id":"20119","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-03","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-06","sp_v1_preop_date":"2022-06-24","sp_v2_6wk_date":"2022-08-17","sp_v3_3mo_date":"2022-10-06","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60398":{"redcap_data_access_group":"university_of_mich","main_record_id":"20121","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-08","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-22","sp_v1_preop_date":"2022-06-21","sp_v2_6wk_date":"2022-08-03","sp_v3_3mo_date":"2022-09-22","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-08-12 13:04:22","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week blood draw was performed 2 days past visit window","erep_protdev_caplan":"none needed as this was the earliest pt. could come in for the blood draw. ","erep_rel_covid19":"0"}}},"60399":{"redcap_data_access_group":"university_of_mich","main_record_id":"20125","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-08","screening_age":"70","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed","obtain_date":"2022-06-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-27","sp_v1_preop_date":"2022-07-11","sp_v2_6wk_date":"2022-09-07","sp_v3_3mo_date":"2022-10-27","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60400":{"redcap_data_access_group":"university_of_mich","main_record_id":"20128","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-08","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM no email on file","obtain_date":"2022-06-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-25","sp_v1_preop_date":"2022-07-22","sp_v2_6wk_date":"2022-09-05","sp_v3_3mo_date":"2022-10-25","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-02-10 12:46:16","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient filled out day 14 6mo trajectory survey on day 15.","erep_protdev_caplan":"Check all end dates in redcap to ensure surveys sent. ","erep_rel_covid19":"0"}}},"60401":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"travel and would make there schedule too packed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60402":{"redcap_data_access_group":"university_of_mich","main_record_id":"20123","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-09","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-08","sp_v1_preop_date":"2022-06-16","sp_v2_6wk_date":"2022-08-19","sp_v3_3mo_date":"2022-10-08","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-07-08 12:39:13","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Had patient's blood drawn on day of surgery from pre-op nurse after she placed patient's IV. At baseline visit patient stated she is vasovagal and usually faints when she gets blood drawn. So, for patient safety we decided to do it day of surgery when she was able to lay down and would not need an extra poke. ","erep_protdev_caplan":"None at this time. Patient's blood draw went very well and she was give cold compress and lavender scent by nurse. Patient did not faint with IV and nurse was able to obtain the blood for our study. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-08-30 09:58:51","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-Week surveys were resent and completed past the visit window.","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"60403":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM x 2\r\n\r\nPatient did not email address on file. Patient finally called back 2 days and thought we were surgical team. No time for baseline visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60404":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient unable to accommodate baseline visit in schedule and overwhelmed with surgery. Offered patient same day as other appt and still politely declined due to time constraints","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60405":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Overwhelmed\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60406":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-15","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation. Patient left Michigan Medicine care to seek other treatments. Will let her surgeon know if she needs to come back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60407":{"redcap_data_access_group":"university_of_mich","main_record_id":"20130","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-16","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-07","sp_v1_preop_date":"2022-06-27","sp_v2_6wk_date":"2022-08-18","sp_v3_3mo_date":"2022-10-07","age":"63","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60408":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"31","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient unable to come in for baseline visit- surgery scheduled very quickly and lives 2 hours away with little kids, but would have participated if closer to Ann Arbor and said ok to contact in future if eligible ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60409":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Per patient a lot of things going on right now and does not have time for study. Patient was scheduled very quickly and hard to fit in other appts for surgery and she needs a driver.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60410":{"redcap_data_access_group":"university_of_mich","main_record_id":"20131","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-22","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal Yes, consent on 6/28 @ 9am","obtain_date":"2022-06-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-29","sp_v1_preop_date":"2022-08-12","sp_v2_6wk_date":"2022-10-10","sp_v3_3mo_date":"2022-11-29","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60411":{"redcap_data_access_group":"university_of_mich","main_record_id":"20129","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-22","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM","obtain_date":"2022-06-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-17","sp_v1_preop_date":"2022-08-01","sp_v2_6wk_date":"2022-09-28","sp_v3_3mo_date":"2022-11-17","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-08-17 07:29:27","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Due to time restraints at baseline visit, blood collection was delayed till day of surgery.","erep_protdev_caplan":"none needed.","erep_rel_covid19":"0"}}},"60412":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60413":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60414":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-24","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much on their plate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60415":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-24","screening_age":"43","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient cannot miss any work prior to surgery. No time for baseline visit- offered same day as other appts but stated he works evenings and cant afford to be late. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60416":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Per patient no time for baseline visit. Offered same day as other appts but politely declines. Lot going on before surgery. Long distant to travel to U of M as well. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60417":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do unnecessary scans.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60418":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"would be too much added stress on them","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60419":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Overwhelmed with current situation and not willing to participate ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60420":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60421":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"63","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60422":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60423":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to do closed MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60424":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"Compensation is not enough to cover the days of work they will need to take off for visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60425":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Difficulty arranging transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60426":{"redcap_data_access_group":"university_of_mich","main_record_id":"20136","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-07","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-25","sp_v1_preop_date":"2022-07-20","sp_v2_6wk_date":"2022-09-05","sp_v3_3mo_date":"2022-10-25","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60427":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Won't do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60428":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60429":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-07","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Never responded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60430":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"24","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60431":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"30","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by anything medical related, would be too stressful for them. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60432":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Too short of a turn around and pt. seemed overwhelmed by the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60433":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Study is too involved and pt. is unwilling to commit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60434":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"61","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Not enough time ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60435":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-12","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Too much in not enough time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60436":{"redcap_data_access_group":"university_of_mich","main_record_id":"20139","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-13","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Ready to consent but currently busy, follow up on 7/18 to sched a time for enrollment.","obtain_date":"2022-07-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-29","sp_v1_preop_date":"2022-08-11","sp_v2_6wk_date":"2022-10-10","sp_v3_3mo_date":"2022-11-29","age":"37","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60437":{"redcap_data_access_group":"university_of_mich","main_record_id":"20140","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-13","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Saw patient in clinic. Patient was very overwhelmed, going to f/u next week. ","obtain_date":"2022-07-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-11","sp_v1_preop_date":"2022-07-25","sp_v2_6wk_date":"2022-09-22","sp_v3_3mo_date":"2022-11-11","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-09-12","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt. deceased on 9/12/22","sp_data_site":"1"},"60438":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"no longer able to come in for baseline visit ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60439":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do an MRI. Was very clear would not do this. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60440":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM for patient x 3 starting July 20th (when came on OR schedule). Patient called back yesterday 8/2, only 2 days before surgery (tomorrow 8/4). No time for baseline visit but would be ok being contacted in the future if more time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60441":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient does not have a car and niece takes him everywhere. He is overwhelmed before surgery and would like to defer participation for now. But patient stated maybe in future when transportation is more secure and he is not as overwhelmed. Surgery scheduled within 2 weeks and other appts and mediastinoscopy inbetween. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60442":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pacemaker- exclude. Saw in chart right before called pt. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60443":{"redcap_data_access_group":"university_of_mich","main_record_id":"20142","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-18","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed info follow up in a couple days.","obtain_date":"2022-07-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-09","sp_v1_preop_date":"2022-07-28","sp_v2_6wk_date":"2022-09-20","sp_v3_3mo_date":"2022-11-09","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60444":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Exclude- patient is extremely claustrophobic. Would be willing to do study if not. Exclude. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60445":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much on their plate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60446":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"26","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60447":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Sx never scheduled\r\n\r\nPt is deceased","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60448":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt felt overwhelmed with all of the study tasks. 7/20- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60449":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-21","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60450":{"redcap_data_access_group":"university_of_mich","main_record_id":"20141","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-21","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-30","sp_v1_preop_date":"2022-08-17","sp_v2_6wk_date":"2022-10-11","sp_v3_3mo_date":"2022-11-30","age":"58","sex":"1","genident":"1","ethnic":"4","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60451":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Very overwhelmed but did not decline. Will review brochure but asked to not be followed. Pt will reach out if they want to participate. \r\n\r\nNo response from patient after contacting a few times after initial contact. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60452":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was seen on Friday 7/22 and surgery was scheduled over the weekend for the following Friday 7/29. Called patient when she came on OR report Monday 7/22. She was getting a bone scan and spoke mostly to her son. Patient deferred participant, too long of a drive (5 hours) and to short of a timeline before surgery. Also have to recover from bone scan today before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60453":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Came on OR report on 7/26 and scheduled for 7/29.\r\nPatient does not drive and her daughters drive her. Unable to make a trip in 3 days prior to surgery. Patient lives over 3 hours away as well. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60454":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60455":{"redcap_data_access_group":"university_of_mich","main_record_id":"20143","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-26","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-17","sp_v1_preop_date":"2022-08-05","sp_v2_6wk_date":"2022-09-28","sp_v3_3mo_date":"2022-11-17","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60456":{"redcap_data_access_group":"university_of_mich","main_record_id":"20144","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-28","screening_age":"43","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-11","sp_v1_preop_date":"2023-01-06","sp_v2_6wk_date":"2023-02-22","sp_v3_3mo_date":"2023-04-11","age":"44","sex":"2","genident":"2","ethnic":"1","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-08-24 12:45:43","erep_ae_date":"2022-08-23","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-08-23 14:45","erep_resolution_date":"2022-08-23 15:00","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"After patient had her blood draw at baseline visit, she became slightly SOB a few minute after and had a headache and a little dizzy. Patient described though that due to the mass in her chest, she gets SOB very often and this is normal for her. She also has headaches quite frequently due to a previous neck injury. Patient also admitted she had not eaten since the day before due to an upset stomach the previous day. So, patient did not attribute her symptoms to the blood draw but other health conditions. ","erep_action_taken":"Research coordinator got patient some cold water and a snack. Had patient continue to sit in chair with door open and research coordinator sat outside of exam room to allow patient to eat and drink while keeping an eye on her. After about 15 minutes after eating/drinking, research assistant checked on patient and she felt much better. Continued with rest of QST testing without trouble. ","erep_outcome":"Patient felt much better after eating and drinking. She was able to finish QST testing and visit. She stated everyone was very accommodating and appreciated the help. Patient left the visit feeling well. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-05-12 09:27:22","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient canceled her first 3mo visit. Patient was unable to come in earlier for 3mo after canceling first 3mo appointment. 15 days past window. ","erep_protdev_caplan":"No corrective action plan at this time. ","erep_rel_covid19":"0"}}},"60457":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-04","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient lives about 2.5 hrs away and surgery scheduled within a week. Unable to come in for baseline visit. Offered pt tomorrow (as coming in for pre op) but patient can't leave dogs that long (since 3 hour ride home too). Surgery scheduled for 8/10. Would be ok being contacted in the future if eligible. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60458":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"bad joint pain limiting mobility and wants to get it resolved first. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60459":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"42","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVm x 2 and emailed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60461":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"58","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Very overwhelmed and stressed with current life situations/health. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60462":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"32","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient not very comfortable with blood draws. Also lives about 2 hours away. Offered to do appointment same day as pre op appt and to do labs while patient gets other labs done. Patient politely still declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60463":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVm x 2 and emailed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60465":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-08","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60466":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No Response to pt. and no update in chart","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60467":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"18","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient has Aspergers and is afraid of blood draws, has to take medcation for them. Decline study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60468":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI Exclusion (cervical fusion)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60469":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Will read email and reach out if interested. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60470":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"55","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"will discuss w/ spouse and follow up next week","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60471":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"unable to add study visit on top of their current responsibilities. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60472":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much added stress for them.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60473":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Exclude- very claustrophobic and cannot do MRI without sedative, otherwise would have been willing to enroll","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60474":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Current health issues makes it difficult for them to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60475":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is nervous about traveling. Is care taker for special needs son and her husband. Unable to do any extra trips for visits. Offered same day as other appts but pt politely declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60476":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Must exclude. Patient has lesions on brain. Was very interested but told us this information prior to enrollment, so explained to pt this is an exclusion for MRI and we would not be able to enroll her. Patient very understanding. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60477":{"redcap_data_access_group":"university_of_mich","main_record_id":"20149","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-16","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-16","sp_v1_preop_date":"2022-09-01","sp_v2_6wk_date":"2022-10-28","sp_v3_3mo_date":"2022-12-16","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-09-12 10:38:47","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete baseline surveys or expectation items prior to DOS.","erep_protdev_caplan":"Met with pt in family waiting on DOS and had her complete her baseline surveys and expectation items.","erep_rel_covid19":"0"}}},"60478":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is severely claustrophobic and cannot do an MRI unless medicated or in twilight sleep. Explained to patient this is an exclusion criteria for the MRI and we would not enroll her in the study. Patient understood- excluded from study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60479":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-22","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60480":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"unable to make time commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60481":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to fit visits into schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60482":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. doesn't think study will be relevant to themselves","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60483":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-29","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60484":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. wants to focus on recover and doesn't want to add any extra tasks to schedule.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60485":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Potentially interested \r\nNo response from patient- patient also was admitted prior to surgery and was unable to be contacted","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60486":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60487":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Exclude- patient was very interested but extremely claustrophobic and cannot do MRI. Explained to patient must exclude due to claustrophobia and she understood- 8/31 SL. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60488":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient excluded due to claustrophobia. Patient was interested but admitted to claustrophobia after talking about MRI. 9/6/22 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60489":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"58","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too involved and unable to fit in personal schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60490":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"62","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60491":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Severe claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60492":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. splits time between MI and FL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60493":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Too busy to fit in schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60494":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 9/7 SL\r\nVM full 9/12 SL\r\nVM full, sent 1 more email 9/16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60495":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and emailed x 1 9/8/22 SL\r\n\r\nPer patient \"not going to do it.\" Asked patient why and she said she does \"not do surveys.\" Thanked patient for her time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60496":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"50","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unable to leave VM and no email on file- 9/8/22 SL\r\n\r\nLVM 9/12 SL\r\n\r\nvery hard to hear patient on phone; patient immediately said no thank you when mentioned research and hung up the phone 9/16 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60497":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"unable to commit to study due to other commitments ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60498":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt. getting biopsy first then mass removal several weeks later. Reach out to patient if they do get scheduled for second surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60500":{"redcap_data_access_group":"university_of_mich","main_record_id":"20162","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-14","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-07","sp_v1_preop_date":"2022-10-25","sp_v2_6wk_date":"2022-12-19","sp_v3_3mo_date":"2023-02-06","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60499":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient potentially interested. Would usually say yes right away but worried about time commitment (surgery scheduled in 2wks). Will think about it, asked for email to be send with information. F/U in a couple days 9/14 SL\r\n\r\nPatient stated he had too many time commitments in coming months (Oct and Nov). Offered to do baseline on same day as pre op visit but patient still politely declined. 9/16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60501":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is very overwhelmed at the moment. Cancer was an incidental finishing after an MRI for rotator cuff tear in shoulder. Spoke with patient at length and going to send information in an email. if patient does not follow up in a 1 week will call back. Also lives about 4 hours away, offered appointment on days she is coming down. 9/16 SL\r\n\r\nPatient still extremely overwhelmed with cancer diagnosis and is too nervous to participate in the study at this time. Thanked patient and wished her the best with surgery. 9/23 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60502":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"overwhelmed by sx and does not want extra stress of participating in a study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60503":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in committing to study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60504":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and sent email 9/20 SL\r\n\r\nSpoke to patient at length about study. Asked for website and more information to be sent. Sent email to patient and told him I would follow up early next week 9/22 SL. \r\n\r\nPatient lives in Marquette, MI (about 8 hours away). Per patient cannot make the time commitments for visits, especially with winter coming and travel. 9/26 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60505":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient lives 2 horus away and seemed slightly unsure about study. Also was not sure when his surgery was. Wanted to tallk to wife. Offered to work around patient's schedule for visits. Wanted some info sent. Will plan to f/u in a couple days 9/20 SL\r\n\r\nLVM 9/23 SL\r\n\r\nLVM and sent f/u email 9/27 SL\r\n\r\nPatient was in the hospital up until last night and surgery may be moved up. Very down and overwhelmed and cant do research project right now at the moment. Hospital stay was unexpected per pt, did not elaborate. 9/30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60506":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to lay flat for MRI for 1 hour","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60507":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"unsure and wants to think about it\r\n\r\nLVM 9/26 SL\r\n\r\nSpoke to patient and he was in the middle of helping his brother. Talked about his battle with cancer throughough his life and how he is raising his daughter on his own. Does not own a car at this moment. Told him about study and compensation with it. Sent him information over email and will follow up at the end of next week 9/30 SL. \r\n\r\nCalled patient and he was not able to look at information and wasn't sure about study. F/U in another week or so 10/7 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60508":{"redcap_data_access_group":"university_of_mich","main_record_id":"20166","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-21","screening_age":"32","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent on 9/22 @ 12:15","obtain_date":"2022-09-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-12","sp_v1_preop_date":"2022-10-10","sp_v2_6wk_date":"2022-11-22","sp_v3_3mo_date":"2023-01-11","age":"32","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60509":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"74","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Emailed & LVM JC \r\n\r\nLVM 9/26 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60510":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Emailed and LVM \r\n\r\nPer patient she is unable to drive to Ann arbor on her own. Her daughter is her driver and she will be out of town in October and then is taking time off work around surgery to help her mom (the patient). Per patient that is no way she can come down to Ann Arbor prior to surgery because her daughter has no time. Declined patient since unable to come in for baseline visit. \r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60511":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Scheduled w/in 6 days of virtual appt and came on OR report 4 days before surgery. LVM for pt and send recruitment email. 9/23 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60512":{"redcap_data_access_group":"university_of_mich","main_record_id":"20170","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-27","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested in participating and wants to do enrollment tomorrow monring (9/28). She also stated she would like her appt next Friday in afternoon after her other doc appt. 9/27 SL\r\n","obtain_date":"2022-09-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-18","sp_v1_preop_date":"2022-10-13","sp_v2_6wk_date":"2022-11-28","sp_v3_3mo_date":"2023-01-17","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60513":{"redcap_data_access_group":"university_of_mich","main_record_id":"20172","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-27","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Straight to VM 9/27 SL. sent recruitment email ","obtain_date":"2022-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-14","sp_v1_preop_date":"2022-10-13","sp_v2_6wk_date":"2022-11-24","sp_v3_3mo_date":"2023-01-13","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-01-13 11:54:51","erep_ae_date":"2023-01-12","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-01-12 13:15","erep_resolution_date":"2023-01-12 13:15","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt was on MRI table and as soon as they were ready to start the MRI, he squeezed the ball asking to stop. Pt reports he was feeling claustrophobic. ","erep_action_taken":"Scan was not started and pt was allowed to go home. He apologized but said that he was already too claustrophobic.","erep_outcome":"Pt's symptoms resolved as soon as he got up. No follow-up needed.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60514":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient must be excluded from study. On oxygen (at rest) and bad back so unable to lay flat for fMRI. Patient stated if he could do MRI would have been interested. Also has claustrophobia. 9/28 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60515":{"redcap_data_access_group":"university_of_mich","main_record_id":"20171","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-27","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient in clinic. She would like to think about the study. Seems a little quiet/ overwhelmed when talking to her. Once patient's surgery gets scheduled will follow up if patient has not contacted us by that time 9/28 SL\r\n\r\nPatient called back and is interested","obtain_date":"2022-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-10","sp_v1_preop_date":"2022-10-06","sp_v2_6wk_date":"2022-11-20","sp_v3_3mo_date":"2023-01-09","age":"67","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-02-10 13:13:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in 16 days past end of 3mo window (1 day before 4mo post-op date). Patient had previously been scheduled 2 other times for 3mo visit, but was sick from chemo/radiation. One of these times patient was in ER and admitted for a few days. ","erep_protdev_caplan":"No plan at this time. ","erep_rel_covid19":"0"}}},"60516":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt. chose not to participate due to travel and busy work schedule but did not decline. Pt. may change their mind about participating ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60517":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Interested in participating but unable to do baseline due to sx being sched sooner than they anticipated","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60518":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"50","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No transport","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60519":{"redcap_data_access_group":"university_of_mich","main_record_id":"20175","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-04","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-24","sp_v1_preop_date":"2022-10-20","sp_v2_6wk_date":"2022-12-04","sp_v3_3mo_date":"2023-01-23","age":"44","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60520":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to do in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60521":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"52","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to do in person study activates","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60522":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to fit study in schedule as they are missing too much work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60523":{"redcap_data_access_group":"university_of_mich","main_record_id":"20178","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-05","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Enrollment on 10/7 @ 4pm ","obtain_date":"2022-10-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-08","sp_v1_preop_date":"2022-10-26","sp_v2_6wk_date":"2022-12-20","sp_v3_3mo_date":"2023-02-07","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60524":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too much of a travel commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60525":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60526":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient excluded from MRI due to BMI/weight/back problems. Unable to fit into the scanner or lay flat for full time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60527":{"redcap_data_access_group":"university_of_mich","main_record_id":"20181","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-11","screening_age":"47","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-17","sp_v1_preop_date":"2022-10-20","sp_v2_6wk_date":"2022-12-29","sp_v3_3mo_date":"2023-02-16","age":"47","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-02 14:19:17","erep_ae_date":"2023-03-02","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-03-02 13:19","erep_resolution_date":"2023-03-02 14:19","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"The pt. had experienced lingering cramping type feeling, one of the possible side effects of using the pressure cuff, longer than anticipated. ","erep_action_taken":"The pt was followed up with about half hour upon the completion of the scan and noted that the feeling in their calf returned to normal and had just lasted longer than anticipated.","erep_outcome":"Side effect of pressure cuff on pt has resolved itself, it just had taken longer than anticipated. ","erep_prot_dev":"","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60528":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt doesn't think they have time for study but has agreed to think about it over the next several days.\r\n\r\nPer patient unable to commit to baseline visit due to work schedule. Unable to take any more time off. Would love to participate but must decline due to time related concerns. 10/17 SL\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60529":{"redcap_data_access_group":"university_of_mich","main_record_id":"20183","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-12","screening_age":"40","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-01","sp_v1_preop_date":"2022-11-17","sp_v2_6wk_date":"2023-01-12","sp_v3_3mo_date":"2023-03-02","age":"40","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60530":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"no time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60531":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60532":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to come in for baseline visit before sx, only 4 days possible to conduct BL and pt. busy on 3 of those days","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60533":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unwilling to travel for in-person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60534":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-14","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"No transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60535":{"redcap_data_access_group":"university_of_mich","main_record_id":"20186","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-17","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient was interested in enrolling after hearing brief overview of study. Did not have access to email at this time, so will call tomorrow evening to enroll 10/17 SL","obtain_date":"2022-10-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-10-17","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Pt. was enrolled on 10/18/22 but pt. still has not been scheduled for sx by 10/17/23. Pt's most recent visit with thoracic surgery was 11/29/22. RA followed up with pt on 10/17/23 and they stated that they sought alternative treatment for their primary diagnosis and afterwards, sx became unnecessary and canceled afterwards. ","sp_data_site":"1"},"60536":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"has implant not compatible with MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60537":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"47","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60538":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much going on w/ health visits and testing","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60539":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unable to do study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60540":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Does not want to make long drive to and from hospital for extra visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60541":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60542":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"confirmed declined but did not provide reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60543":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60544":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"48","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM \r\n\r\nPer patient she does not want to enroll. When asked why she said it is a \"timing issue\" and did not elaborate. 10/31 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60545":{"redcap_data_access_group":"university_of_mich","main_record_id":"20193","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-20","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-02","sp_v1_preop_date":"2022-11-29","sp_v2_6wk_date":"2023-01-13","sp_v3_3mo_date":"2023-03-03","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60546":{"redcap_data_access_group":"university_of_mich","main_record_id":"20191","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-24","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, wants to enroll, cb tomorrow 10/24 SL","obtain_date":"2022-10-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-02","sp_v1_preop_date":"2022-11-01","sp_v2_6wk_date":"2022-12-14","sp_v3_3mo_date":"2023-02-01","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-07-12 10:53:07","erep_ae_date":"2023-02-14","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-02-14 10:53","erep_resolution_date":"2023-02-14 10:53","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Participant pulled emergency ball during DWI with 2 minutes left. Participant said his anxiety was high and could not continue on.","erep_action_taken":"Patient will continue in the study. ","erep_outcome":"The scan was stopped but the patient will continue with all other tasks since this was the last scan for the study. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60547":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-24","screening_age":"48","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Interested but surgery scheduled within 2wks and unsure If she can make baseline appt work with her schedule and work. Will call back with answer in a couple days but call but Thursday if havent heard back 10/24 SL\r\n\r\nNo response from patient. LVM again today 10/31 SL\r\n\r\nLVM 10/27 SL\r\nLVM 10/28 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60548":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. unable to fit visit in before Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60549":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent email follow up before Friday 10/28\r\n\r\nLVM 10/31 JC\r\n\r\nPatient is likely interested, seemed nervous and asked a lot of questions but per Rhonda that is her baseline. Patient has fibro and interested in research. Will f/u on Friday if don't hear from pt. 11/3\r\n\r\nSpoke to pt briefly and she said a lot has been going on with the surgery coming up etc and she did not have time to talk with her daughter about the study. Seemed nervous on the phone and I assured patient partiicpation is voluntary and while we would love to have her in the study it is completely up to her. Patient seemed to understand and just wanted more time to think/talk with daughter. Will call tomorrow late morning 11/7 SL\r\n\r\nTalked to pt again and she is still unusre, likely decline but her daughter has covid so her surgery may be moved back. Patient stated she would do it if more time, so told patient we would keep an eye on her surgery date and only call again if it was moved back. She seemed happy with plan 11/9 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60550":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60551":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Don't want added stress of study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60552":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance to Ann Arbor for visits is too much for patient 10/27- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60553":{"redcap_data_access_group":"university_of_mich","main_record_id":"20195","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-28","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, consent Monday 10/31 around 4:00pm\r\n\r\nLVM on 10/31 pt did not answer\r\nLVM on 11/2","obtain_date":"2022-11-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-15","sp_v1_preop_date":"2022-11-29","sp_v2_6wk_date":"2023-01-26","sp_v3_3mo_date":"2023-03-16","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-01-03 13:10:01","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-Week visit was performed 2 days before window due to pt. not being able to come in during window. (primarily due to travel)","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"60554":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"overwhelmed by sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60555":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-28","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Scheduled within 5 days\r\n\r\nLVM and sent recruitment email 10/28 SL\r\n\r\nPatient did not respond over weekend and then on Monday it was too close to surgery (on Wednesday) to contact patient again and try for visit tomorrow. Made no response/day of. - SL 10/31","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60556":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"exclude, pt needs bypass after lung resection","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60557":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient's VM not yet setup. Sent recruitment email 10/31 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60558":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Saw patient in clinic. Patient was interested in study but after talking to patient for a couple minutes she stated she has a cervical fusion. Informed patient this is an MRI contraindication and she would need to be excluded. Patient understood. 11/1 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60559":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"wants to focus on sx\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60560":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient likely to be scheduled for surgery but going to tumor board first (but Dr. Lagisetty said likely to be scheduled). Spoke to pt and he was interested but did not consent since surgery is not guaranteed at this time. Once patient surgery is confirmed will call and consent. Patient's daughter asked that appointments be on same day as others since they live far away. Told daughter we can likely accommodate. 11/1 SL\r\n\r\nspoke with patient on 1/11 who said he had not received materials yet and was not ready to make a decision. I sent materials to an updated e-mail address and breifly went over study with him. If we do not hear from him then we can follow up week of 1/16 - CJB\r\n\r\nSpoke to pt on 1/20 and did not want to do extra trips to UMich, however offered same day as other appt, will talk to his daughter and we will call him back Monday 1/23 SL\r\n\r\nLVM 1/23 SL\r\n\r\nNo response from pt for official answer. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60561":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to make travel arrangements","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60562":{"redcap_data_access_group":"university_of_mich","main_record_id":"20194","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-02","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. interested in enrolling, waiting on Dr. Chang to respond on eligibility of Sx approach","obtain_date":"2022-11-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-18","sp_v1_preop_date":"2022-11-15","sp_v2_6wk_date":"2022-12-30","sp_v3_3mo_date":"2023-02-17","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60563":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60564":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient may be interested but getting scheduled within 2 weeks, unsure if could come in for baseline visit, will call me if can but will f/u on Monday11/7 if don't hear from pt\r\n\r\nLVM for pt, will f/u again on Wednesday if do not hear back 11/7 SL\r\n\r\nSpoke to pt on 11/9 (surgery in 5 days) and per patient not able to find transportation or time for baseline visit. Patient was scheduled within 2wks of clinic appointment. Wished patient luck and voiced understanding.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60565":{"redcap_data_access_group":"university_of_mich","main_record_id":"20200","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-04","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 11/4 SL\r\nPatient is interested, replied to my email and gave me a call, will consent this friday 11/11 at 9am SL","obtain_date":"2022-11-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-23","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-02-03","sp_v3_3mo_date":"2023-03-24","age":"64","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"2022-11-18","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"2","ewcomments":"Patient was originally only scheduled for a mediastinal mass resection on 12/23/2022. However, based on some imaging, the patient is now also having a thoracoscopy lung biopsy on 11/28/2022. So, based on our criteria, the patient was notified and withdrawn. ","sp_data_site":"1"},"60566":{"redcap_data_access_group":"university_of_mich","main_record_id":"20199","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-09","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Ready to enroll, call back after 3pm on 11/9","obtain_date":"2022-11-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-17","sp_v1_preop_date":"2022-11-16","sp_v2_6wk_date":"2022-12-29","sp_v3_3mo_date":"2023-02-16","age":"56","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"2022-11-16","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Pt. unable to come in for baseline visit due to weather","sp_data_site":"1"},"60567":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"35","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60568":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"69","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Talk w/ family follow up on 11/11 or 11/14\r\n\r\nPatient wanted to be consented at 8pm on 11/14. Patient did not answer when called. Emailed them to see if we can reschedule enrollment 11/14 JC. \r\n\r\nLVM 11/17 SL\r\n\r\nWas able to speak to patient and he wanted to enroll. However, he did not understand he had to come in for a visit prior to surgery. With holiday we only have 1 day (day before his surgery) to have him come in. Patient said he could not do this. We talked and decided to defer his participation. 11/21 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60569":{"redcap_data_access_group":"university_of_mich","main_record_id":"20202","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-14","screening_age":"27","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Asked for email and time to look it over","obtain_date":"2022-11-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-28","sp_v1_preop_date":"2022-11-22","sp_v2_6wk_date":"2023-01-09","sp_v3_3mo_date":"2023-02-27","age":"27","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-07 08:37:18","erep_ae_date":"2023-03-06","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-03-06 11:37","erep_resolution_date":"2023-03-06 11:39","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"First blood poke at 3mo appointment was unsuccessful. When RA went to try second poke patient said she was getting a little lightheaded. RAs did not proceed with second poke. Patient stated she used to (prior to study) have a hard time with blood draws (would be close to fainting) so this reaction was not abnormal. ","erep_action_taken":"RAs did not proceed with second poke. Got the patient a glass of water and she immediately felt better. No other action needed. ","erep_outcome":"Patient felt better after some water and not proceeding with second poke. Was able to continue with rest of QST and MRI without issue. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60570":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"doesn't want to deal with study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60571":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"77","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Don't want to do blood draws","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60572":{"redcap_data_access_group":"university_of_mich","main_record_id":"20201","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-14","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-02","sp_v1_preop_date":"2022-11-21","sp_v2_6wk_date":"2023-01-13","sp_v3_3mo_date":"2023-03-03","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60573":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-14","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"conflict of interest with another active study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60574":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to pt in clinic. He seemed potentially interested but was leaving his appointment for more testing. Will f/u with patient in a couple days 11/15 SL\r\n\r\nPatient would like a callback on Monday, he has not had time to look at info and wants wife to look at it too 11/17 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60575":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient in clinic and patient was a double below knee amputee. Would be unable to do MRI (cannot position/walk himself to scanner), fully wheel chair bound. Patient also had his surgery moved up 2 weeks to today 11/15. Was scheduled for 11/30 so did not get chance to call pt and let him know he was excluded. 11/15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60576":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke to patient in clinic and maybe interested. Just worried about back pain with MRI (patient has low back pain) and laying flat for 1hr. Gave patient contact info if he has questions but told him I'd follow up with him next week. 11/15 SL\r\n\r\nSpoke to pt on 11/21 and stated he does not want any other \"extra testing or appointments\" and has been \"through enough\" so far. Patient also admitted he is not sure if he will go through with the surgery. Thanked patient for time wished him luck with everything SL. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60577":{"redcap_data_access_group":"university_of_mich","main_record_id":"20211","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-15","screening_age":"45","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient maybe interested, lives in Grand Rapids around 2 hours away. Wanted a little more time to think about it since would be coordinating a 2 hour drive. Will f/u with pt before holiday next week if he does not reach out first 11/15 SL.\r\n\r\nPatient is still waiting on surgery to be scheduled. Would like to wait until have this date to move forward with study (wants to make sure has the time for all study activities). Will f/u with pt next week. 11/21 SL\r\n\r\nPatient is interested in enrolling, enroll tomorrow 12/1 SL","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-17","sp_v1_preop_date":"2023-01-30","sp_v2_6wk_date":"2023-03-31","sp_v3_3mo_date":"2023-05-17","age":"45","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-19 10:12:30","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient unable to come in earlier for 6wk blood draw due to work and distance of travel to facility. Came in at exactly 8wks out of surgery. ","erep_protdev_caplan":"No action plan at this time. Team tried to get patient in during window but patient unable/unwilling. Got in 1wk outside of window. ","erep_rel_covid19":"0"}}},"60578":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was out shopping, call back tomorrow. However patient was scheduled within 6 days of new patient appointment. -11/17 SL \r\n\r\nLVM 11/18 , patient LVM for RA on Saturday 11/19.\r\n\r\nCalled patient back Monday 11/21. Patient was scheduled quickly then didn't get back to us until Satruday 11/19 and surgery was Wednesday 11/23. Unable to do a baseline visit. Spoke with pt about this and stated we would contact her in the future if she qualified. SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60579":{"redcap_data_access_group":"university_of_mich","main_record_id":"20205","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-17","screening_age":"40","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested. Will call on Monday 11/28 at 10:00am to enroll. Went over basics of study. 11/17 SL\r\n","obtain_date":"2022-11-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-04","sp_v1_preop_date":"2022-12-19","sp_v2_6wk_date":"2023-02-15","sp_v3_3mo_date":"2023-04-04","age":"40","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-05-03 11:17:45","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was unable to come in during 3-month window.","erep_protdev_caplan":"Pt came in to complete 3-month visit on 4/28/2023 which was 11 days past the end of their window.","erep_rel_covid19":"0"}}},"60580":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is currently dealing with 3 different cancers (lung just being 1 of them). Per patient he has had almost 50 scans (CTs, MRIs, etc) in the last 3 years. He is too overwhelmed at the moment to add more to his plate. Wished patient best of luck and reiterated understanding. - SL 11/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60581":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email. Patient was scheduled within 11 days of first appointment with holiday during this time. 11/18 SL\r\n\r\nTalked to pt briefly on 11/22 and he was busy at the moment. However we discussed that coming in for an appointment before surgery would not work with his schedule (and we are off for the next few days and that only left day before surgery for pt to come in). Defer participation and wished pt best of luck with surgery and a good holiday. 11/22 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60582":{"redcap_data_access_group":"university_of_mich","main_record_id":"20206","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-21","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient was busy please call tomorrow 11/21 SL\r\n\r\nPer patient is interested in enrolling, enroll after holiday on Monday 11/28 around 11:00am SL","obtain_date":"2022-11-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-09","sp_v1_preop_date":"2023-01-03","sp_v2_6wk_date":"2023-02-20","sp_v3_3mo_date":"2023-04-09","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-07 09:12:49","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was originally scheduled for 6wk blood draw on Friday, 2/24/23 at 1:00pm. Patient called on Wednesday, 2/22/23 and cancelled this appointment (due to weather and her husband's doctor appointment time had changed). We called patient to reschedule the following week and she was only able to come in Monday 3/3 at the earliest. This was 1wk past her 6wk window.","erep_protdev_caplan":"No corrective action plan at this time. We try to schedule patients more around 4 or 5 weeks after surgery but this patient's availability did not allow this. ","erep_rel_covid19":"0"}}},"60583":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 11/22 SL\r\n\r\nNo response from patient and no time for baseline visit. 12/1 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60584":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"41","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60585":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Doesn't want any more testing - 2nd time dealing with cancer. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60586":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"61","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives in Moutn Pleasant and does not want to take the time to travel to Ann Arbor for study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60587":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated her husband is older and they lives about 2.5 hours away. Stated it was too much running around. Made sure to tell patient about payment and she politely still declined. -SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60588":{"redcap_data_access_group":"university_of_mich","main_record_id":"20215","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-29","screening_age":"24","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 11/29 SL\r\n\r\nLVM 12/5 - CJB","obtain_date":"2022-12-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-23","sp_v1_preop_date":"2022-12-20","sp_v2_6wk_date":"2023-02-03","sp_v3_3mo_date":"2023-03-24","age":"24","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60589":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Cb around 4:00pm SL\r\n\r\nSpoke to pt and she is interested in enrolling. Call morning of 6th or 7th to enroll. Patient was having a little bit of a hard time understanding study but think we got it cleared up. 11/29 SL\r\n\r\nRe-explained the study to the patient as she was confused, but she would like to enroll tomorrow around 2 PM. Of note, pt maybe traveling to FL after surgery, but does not have any definitive plans and stated that if she is not travelling, she is willing to come in for follow-up visits and also willing to do all surveys regardless of travel 12/7- MD\r\n\r\nWent through consent form with pt on 12/9/2022 because patient stated she wanted to enroll. Went go to end of consent form pt decided she wanted to wait to sign form until after her tests the follow week. Called patient today 12/16 to have her sign consent form and she decided to decline. Stated she is overwhelmed with surgery and more upcoming appts and would like to focus on that. 12/16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60590":{"redcap_data_access_group":"university_of_mich","main_record_id":"20219","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-29","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient going out of the country for 2wks and will be back after Dec. 14th. Will think about it and can call pt then. Sent recruitment email. If comes in will likely want same day as pre op appt 11/29 SL. \r\n\r\nPatient is interested, plan to enroll this Friday 12/23 SL","obtain_date":"2022-12-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-20","sp_v1_preop_date":"2023-01-09","sp_v2_6wk_date":"2023-03-03","sp_v3_3mo_date":"2023-04-20","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-01-24 12:09:40","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Patient's baseline blood was collected on day of surgery due to kit shortage when patient came in for baseline visit. Holidays caused kits to be delayed with shipping.","erep_protdev_caplan":"No plan needed at this time. Will continue to monitor and order kits routinely. ","erep_rel_covid19":"0"}}},"60591":{"redcap_data_access_group":"university_of_mich","main_record_id":"20212","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-01","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient was busy callback around 1:00pm 12/1 SL\r\nPatient was on a zoom call callback tomorrow afternoon- 12/1 SL\r\n\r\nPt is interested, going to enroll on 12/5 or 12/6, did not have time to go over consent on 12/2. - CJB","obtain_date":"2022-12-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-16","sp_v1_preop_date":"2022-12-07","sp_v2_6wk_date":"2023-01-27","sp_v3_3mo_date":"2023-03-17","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60592":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-01","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Spoke to patient and went over study and compensation. Patient stated she has a lot going on over the next 4 months and is not interested in any extra appointments. Thanked pt for her time and wished her the best with surgery. Also learned that Sx was not going to have a thoracotomy. 12/1 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60593":{"redcap_data_access_group":"university_of_mich","main_record_id":"20208","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-01","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 12/1 SL\r\n","obtain_date":"2022-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-16","sp_v1_preop_date":"2023-01-03","sp_v2_6wk_date":"2023-02-27","sp_v3_3mo_date":"2023-04-16","age":"61","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-02-10 14:07:01","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Surgery date not correct in RKStudio. The day 7 and day 14 surveys (deep breathing/coughing, opioid use) were both completed 3 days early (2 days outside of window). This was corrected so the day 21 surveys are within window.","erep_protdev_caplan":"Double check that surgery dates in RK match what's in RedCap. ","erep_rel_covid19":"0"}}},"60594":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-01","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke to patient and his wife (wife was on other end of the phone). Spoke about the project at length and sent email with summary. Patient and wife very concerned about travel for study. Told them they could come in same day as another appointment if needed discussed compensation. Wanted time think about it and have patient finish chemo/radiation. Call back around December 15th, 2022. \r\n\r\nCalled pt on 12/15 and stated they were willing to do it. Spoke to pt wife as well (who helps with phone calls, scheduling, etc) and will consent tomorrow around 2:30pm 12/15 SL. \r\n\r\nSpoke to pt and wife and just very overwhelmed. Per pt's wife pt needs another scan done and there is some family stuff going on . Too overwhelmed and stressed to add on a study at this time. Thanked for their time and wished them best. 12/16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60595":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-01","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"pt no longer having sx at MM but still interested in participating if they have sx at MM in the future\r\n\r\nPt is deceased","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60596":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"72","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unwilling to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60597":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Ineligible due to having leg sx within 1 month of thoracic sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60598":{"redcap_data_access_group":"university_of_mich","main_record_id":"20216","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-02","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Unsure if they can commit to BL visit (pt. will be out of town from 12/19-right before Sx)","obtain_date":"2022-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-16","sp_v1_preop_date":"2022-12-14","sp_v2_6wk_date":"2023-02-27","sp_v3_3mo_date":"2023-04-16","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60599":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt would be interested only if he can do research visits at spectrum due to time constraints. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60600":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"40","screening_gender":"1","screening_race":"6","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60601":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient has autoimmune disorder and works midnights. Has a hard time driving. With surgery being scheduled less than 2wks away as well she stated she would not be abel to do the study visits. Per patient if she was able to drive more often and did not work midnights it may have worked. Wished her the best. - SL 12/5\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60602":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to come in for baseline visit before Sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60603":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Call patient back tomorrow after 9:30am, was working today (spoke to pts wife) 12/5 SL\r\n\r\nPt declined due to travel (lives two hours away). 12/6 - CJB\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60604":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with patient who declined due to travel requirements. 12/5 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60605":{"redcap_data_access_group":"university_of_mich","main_record_id":"20222","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-06","screening_age":"25","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Potentially interested emailed info, follow up in a couple days.\r\n\r\nVerbal yes on 12/13 but no time for enrollment, wanted callback on 12/14 at 11 - CJB\r\n\r\nLVM 12/14 - CJB\r\n\r\nSpoke with pt 12/16, requested call back 12/20 at 11 - CJB\r\n\r\nLVM on 12/20 at 11:00am. - CJB","obtain_date":"2023-01-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-04-14","sp_v3_3mo_date":"2023-06-03","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-03","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Pt canceled BL visit and staff was unable to get a hold of pt to schedule another visit. Staff was unable to set up surveys with pt on DOS.","sp_data_site":"1"},"60606":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Travel and MM not primary hospital","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60607":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt. no longer having sx at MM, excluded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60608":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Travel, not a resident of the state (West Coast)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60609":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-09","screening_age":"39","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with patient who stated they were not interested, no specific reason given. 12/9 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60610":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60611":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60612":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"26","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 12/13\r\n\r\nSpoke with patient 12/14 who wanted to think about it, prefers to reach out to us instead of us reaching out to him. Sent e-mail again at pt's request. - CJB 12/14\r\n\r\nLVM 12/20 - CJB\r\n\r\nNo response from pt 1/27 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60613":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"29","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60614":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60615":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60616":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"49","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to pt in clinic and she is interested. Patient will be scheduled for surgery within 3wks. Plan to consent tomorrow. 12/15 SL\r\n\r\nSpoke with patient 12/16 and she let me know her surgery was moved up to 12/23 (from 1/6) and therefore she does not want to have a research visit with this condensed timeline. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60617":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient in clinic and she may be interested. Per surgeon will need to have a bronch first and then will be scheduled at least a few weeks from that. Patient was slightly overwhelmed, first time at U of M. Gave patient information and contact number. Will f/u when shes scheduled for surgery 12/15 SL. \r\n\r\nPatient Decided to cancel surgery at MiMed and will be going to Mayo Clinic instead. Exclude 1/4 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60618":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not enough time to do BL visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60619":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"31","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. excluded due to MRI ineligibility","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60620":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-19","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined due to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60621":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"No Blood","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60622":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"34","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient potentially interested, had meeting in a few minutes, will call back around 11:30 today 12/20 SL\r\n\r\nPatient had a lot of questions and asked for an email with all information, including consent form per pt request. Will follow up with pt after holiday but told him to call or email with any questions in the meantime 12/20 SL.\r\n\r\nLVM 1/9, 1/23 SL\r\n\r\nPatient emailed back after looking over consent form and decided not to participate due to \"fine print\". - SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60623":{"redcap_data_access_group":"university_of_mich","main_record_id":"20228","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-21","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"follow up after heart testing results.","obtain_date":"2023-01-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-31","sp_v1_preop_date":"2023-01-21","sp_v2_6wk_date":"2023-03-14","sp_v3_3mo_date":"2023-05-01","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60624":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"overwhelmed but wants to think it over\r\n\r\nPt is cancelling surgery and doing drug trial. Also found she now has a pacemaker. Excluded from study. 1/11 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60625":{"redcap_data_access_group":"university_of_mich","main_record_id":"20232","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-21","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt will undergo bronch biopsy on 12/28 and pt will decide if they will be pursuing sx after results.\r\n\r\nSpoke to pt again and she stated she is very overwhelmed. However, she listened and said she is likely interested in the study but does not want to full commit at this time. I sent patient a summary of information over email and we will follow up next week with her. 1/11 SL\r\n\r\nCalled patient and she was at a museum, call back Monday around 11:00am 1/20 SL; \r\n\r\nPatient is not sure if she will have surgery because may be doing a cliical trial. We will check her chart in a week and see if surgery is still scheduled. Patient stated she is still very overwhelmed. Also told patient we do reimburse for uber/lyft siince she does not drive. 1/23 SL","obtain_date":"2023-01-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-08","sp_v1_preop_date":"2023-02-02","sp_v2_6wk_date":"2023-03-22","sp_v3_3mo_date":"2023-05-08","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60626":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"23","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60627":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"pt. doesn't have time for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60628":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-21","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed JC 12/21\r\nLVM JC 1/4\r\nPatient stated she had received the other calls (VMs) and is not interested in participating. Was short and did not give specific reason. Thanked for her time. 1/9 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60629":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"unable to communicate w/o spouse","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60630":{"redcap_data_access_group":"university_of_mich","main_record_id":"20220","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-19","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-10","sp_v1_preop_date":"2023-01-10","sp_v2_6wk_date":"2023-02-21","sp_v3_3mo_date":"2023-04-10","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2024-01-09","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt. deceased on 1/8/24.","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-01-10 11:30:53","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt surveys were done day of surgery due to surgery being moved up with less than 24 hours to respond. Pt was unable to complete all the surveys before surgery.","erep_protdev_caplan":"None","erep_rel_covid19":"0"}}},"60631":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60633":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives about 2 hours away and was referred by local physician to U of M. Per patient is hoping to only have surgery at U of M and then transition care back to home. Per patient drive is a little too far and not planning on coming back this way. Offered to do baseline on same day as patient's pre op and patient politely declined. 1/4 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60634":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"38","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Called patient and she immediately said \"I am not interested in research and do not want to be a research subject.\" Declined 1/4 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60635":{"redcap_data_access_group":"university_of_mich","main_record_id":"20221","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-04","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, will consent tomorrow morning. patient would like to visit on same day as pre op on 1/25 if possible. 1/4 SL","obtain_date":"2023-01-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-26","sp_v1_preop_date":"2023-01-25","sp_v2_6wk_date":"2023-03-09","sp_v3_3mo_date":"2023-04-26","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60636":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60637":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM\r\n\r\nPatient declined due to travel and due to the fact she needs a driver. Also very overwhelmd. LVM with JC. Documented by SL 1/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60638":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"64","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not willing to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60639":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not willing to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60640":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not willing to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60641":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"23","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60642":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to fit study in schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60643":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient in clinic. Verbal yes, would like enrollment call on Friday, 1/6 around noon. Of note, patient lives/works in Flint 3PM-3AM and would need to schedule her BL visit on a day off. Believes she has an MRI in past without any problems 1/5- MD\r\n\r\nSpoke with patient on 1/11 who said they will call back on 1/12 - CJB\r\n\r\nDeferring participation for now. Patients works at an ER and works 12 hours shits. No set shift right now because she is helping train new people. Unable to make baseline visit but she is interested in participating in the future if she is able and has another qualifying surgery. Will also call us if her schedule does change and can find time. 1/17 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60644":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not a good time for research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60645":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not willing to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60646":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-06","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60647":{"redcap_data_access_group":"university_of_mich","main_record_id":"20226","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-09","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Possibly interested, f/u next week 1/9 SL\r\n\r\nPatient emailed back and stated he watned to move forward. Sent email asking about avaibility for enrollment and will set up enrollment call when he responds. 1/11 SL","obtain_date":"2023-01-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-22","sp_v1_preop_date":"2023-05-02","sp_v2_6wk_date":"2023-07-03","sp_v3_3mo_date":"2023-08-22","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60648":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"38","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"DH left a VM 1/13\r\n\r\nSurgery 1/23 patient no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60649":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"45","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient stated that she's already dealing with a lot and adding on additional appointments and things to do isn't something she's interested in doing at this time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60650":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-13","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Just not interested in doing any sort of follow-up after the surgery (surveys or visits). Has participated in studies before and found it too difficult to complete all of the tasks.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60651":{"redcap_data_access_group":"university_of_mich","main_record_id":"20229","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-16","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 1/16/2023 - CJB\r\n\r\nPatient called back and is interested. Sent consent form to look over. Will call on Friday to go over and enroll 1/17 SL","obtain_date":"2023-01-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-22","sp_v1_preop_date":"2023-01-24","sp_v2_6wk_date":"2023-04-05","sp_v3_3mo_date":"2023-05-22","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60652":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient possibly interested, would like appt same day as pre op on Feb 1st, call next year to follow up if don't hear from her 1/19 SL\r\n\r\nPt's surgery got moved up by 2 weeks (to 2/1/23 from 2/15/2023). With weather, patient not comfortable driving back and fourth to ann arbor this week and too short of timeline to come in next week with surgery on Wednesday. If surgery stayed had stayed pt stated she would have enrolled. Thanked pt for her time. SL- 1/25\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60653":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt, husband, and daughter in clinic. They live close to 3 hours away, said sounds good otherwise. Would like some time to think about it. Call tomorrow (1/20) or next week to gauge interest. 1/19- MD\r\n\r\nPatient is unsure still witht the drive (lives about 3 horus away). Would like a call back next week 1/20 SL\r\n\r\nLVM 1/25 SL\r\n\r\nPatient does not want to travel over 3 hours for visit and surgery scheduled in a shorter timeline. 1/27 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60654":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is extremely claustrophobic. Had MRI of brain before and \"couldn't handle it\". Exclude from study, wished her best with surgery 1/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60655":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery scheduled within 4 days of being seen.\r\n\r\nPatient had a very hard time understanding concept of study. Wife was also on phone. Patient and wife continued to talk about patient's history of back pain. Also said no time for baseline visit. Exclude pt, unable to understand study. 1/19 SL ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60656":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-20","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt requires xanax for claustrophobia related to MRIs, excluded - CJB 1/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60657":{"redcap_data_access_group":"university_of_mich","main_record_id":"20230","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-20","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, consent on Monday, 1/23 after 1PM - CJB 1/20","obtain_date":"2023-01-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-30","sp_v1_preop_date":"2023-01-27","sp_v2_6wk_date":"2023-03-13","sp_v3_3mo_date":"2023-04-30","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60658":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"60","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient did not provide a reason - CJB 1/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60659":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"33","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient was overwhelmed with their health issues and did not want to take on any more commitments prior to surgery - CJB 1/24\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60660":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated they do not have time to go to ann arbor for research visits - CJB 1/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60661":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"no time for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60662":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-24","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Verbal yes on 1/24, set up an enrollment call for 1/25 after 2pm. - CJB\r\n\r\npatient called 1/25 to express they are no longer interested. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60663":{"redcap_data_access_group":"university_of_mich","main_record_id":"20231","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-24","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Breifly spoke with pt on 1/24 but did not go over any part of study, requested callback at 8am on 1/25 - CJB\r\n\r\nVerbal yes, requested callback at 9am on friday the 27th for enrollment process. - CJB 1/25","obtain_date":"2023-01-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-06","sp_v1_preop_date":"2023-02-27","sp_v2_6wk_date":"2023-04-17","sp_v3_3mo_date":"2023-06-06","age":"47","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60664":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 1/26 SL\r\n\r\npatient did not answer first 2 attempted and then surgery within 2 business days, no response 2/3 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60665":{"redcap_data_access_group":"university_of_mich","main_record_id":"20239","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-26","screening_age":"36","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patinet in clinic and said she would do it (althought patient seemed a little overwhelmed). Patient would want appt day before or on same day as other appts due to living in Flint/travel time. Will follow up with patient next week when her other appts and operation are officially scheduled. 1/26 SL\r\n\r\nPatient is interested but has limited availability and lives further away. Prefers saturday appt, will get back to pt if this is possible 2/3 SL\r\n\r\nLet patient know we could not do sat appt. Pt was ok with this and agreed to enroll. Plan for enrollment call wed at 4 2/6 SL\r\n\r\nPt did not answer for enrollment call and VM was full, sent email and will try again llater in the week 2/8 SL","obtain_date":"2023-02-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-20","sp_v1_preop_date":"2023-02-17","sp_v2_6wk_date":"2023-04-03","sp_v3_3mo_date":"2023-05-20","age":"36","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-02-20 10:55:45","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient filled out some of the baseline surveys on day of surgery (expectation items filled out on time). Patient had baseline visit on Friday 2/17/2023 and surgery was on Monday 2/20/2023. Patient was not able to set up MyDataHelps before baseline visit, so was set up on Friday 2/17/2023. Patient worked on some surveys on Friday and over the weekend but did not finish them before her surgery on Monday. So, we (RAs) met patient in waiting area of pre op and had her finish surveys. ","erep_protdev_caplan":"None at this time. Team monitored over the weekend and patient was working on surveys but did not finish on Sunday night. Met patient to finish in pre op as last backup. ","erep_rel_covid19":"0"}}},"60666":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient having a very hard time understanding study. Spoke to patient in clinic and husband did most/all of talking. Patient did not answer any of RAs questions. Displayed no understanding of study. Exclude 1/30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60667":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wanted to think about it- JC\r\n\r\nSurgery being pushed back per pt message, will plan to follow up in a few days 2/6 SL\r\n\r\nPt. sx not scheduled, ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60668":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was grocery shopping, call back around 2:30pm 2/3 SL\r\n\r\nLVM - CJB 2/3\r\n\r\nLVM- SL 2/6\r\n\r\npatient called back on 2/6, talked to patient on 2/7 and is considering study. Only apprehension is short timeline since surgery is this upcoming Monday. Will think about it overnight and we will touch base tomorrow 2/7 SL\r\n\r\nLVM 2/8 SL\r\n\r\nPatient does not have time for a baseline visit before surgery on Monday. Patient would have participated if more time. Defer participation. SL 2/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60669":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60670":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"23","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"travel & needing to take time off for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60671":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Not very interested but did not want to make a final decision\r\n\r\nClaustrophobic, cannot do MRI per patient as her doctor usually tries to \"avoid them\"- excluded 2.3 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60672":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Not willing to do physical tests and MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60673":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"excluded due to sx in last 3 month","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60674":{"redcap_data_access_group":"university_of_mich","main_record_id":"20235","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-01","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-21","sp_v1_preop_date":"2023-02-08","sp_v2_6wk_date":"2023-04-04","sp_v3_3mo_date":"2023-05-21","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60675":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"not willing to do pain testing","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60676":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Travel and MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60677":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Overwhelmed by study activities and having to travel for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60678":{"redcap_data_access_group":"university_of_mich","main_record_id":"20237","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-06","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-03","sp_v1_preop_date":"2023-03-14","sp_v2_6wk_date":"2023-05-15","sp_v3_3mo_date":"2023-07-03","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60679":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-07","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"unable to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60680":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM 2/8 JC\r\n\r\nLVM 2/14 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60681":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to patient in clinic and he is interested in enrolling. Patient's surgery will be scheduled in a month or so after smoking cessation. will call patient next week to follow up and likely enroll 2/8 SL\r\n\r\nSurgery scheduled much faster than patient originally was told/anticipated. Surgery 10 days away and unable to make baseline appoitment work. Declined due to this. 2/14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60682":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 2/10 SL\r\n\r\nPt has a hard time imaging with disease (could not hear pt say name) and then also does not want to make time commitment. SL 2/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60683":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 2/10 SL\r\n\r\nLVM 2/13 SL\r\n\r\nLVM 2/16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60684":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-13","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60685":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt deferred participation. Surgery scheduled within 1wk of coming onto OR schedule. No time to come in for baseline but would be interested if more than 3 days before week and surgery on Monday. 2/14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60686":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested in enrolling. Call tomorrow at noon to enroll 2/14 SL\r\n\r\nLVM 2/15 SL- did not answer for enrollment call\r\n\r\nPatient's surgery got moved up by 5 days (Feb. 27 to Feb 22). He is overwhelmed and does not have time for baseline visit now. Wished patient well with surgery and told him we would defer participation. 2/16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60687":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient stated she was not interested very quickly and hung up the phone. Did not elaborate or give reason or let us finish explaining study. 2/14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60688":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not want any more appointments at this time. Very overwhelmed/been a whirlwind since right after thanksgiving. Does not want to participate in something extra at this time. 2/14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60689":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient may be interested but unsure if time for baseline. Needs to talk to daughter because she is her driver. Sent email with info and will follow up in a few days. 2/14 SL\r\n\r\nLVM 2/16 SL\r\n\r\nSpoke to pt and reminder her of shorter timeframe. Had not yet talked to daughter 2/20 JC\r\n\r\nSpoke to pt and she said her daughter will be out of town and she is unable to get a ride to baseline appt. Also surgery is next week and said she does not really have time to come in. Said maybe in future if she is eligible. Deferred participation 2/22 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60690":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-14","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives too far away - CJB 2/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60691":{"redcap_data_access_group":"university_of_mich","main_record_id":"20244","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-14","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who wanted time to think and information to be emailed - CJB 2/14","obtain_date":"2023-03-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"2023-03-07","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"1|5","ewdateterm":"2024-03-01","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Pt inactive for over a year with no plans for surgery\r\nSpoke to patient today and there is not need to surgery at this time or in the future that she knows of. Let her know we would withdraw her at this time. Patient agreed and understood. ","sp_data_site":"1"},"60692":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient was extremely frustrated, overwhelmed, and agitated when he answered the phone. Stated he has to schedule stuff and did not how etc (tests related to surgery). Tried to console patient and then gently get off phone but patient kept talking and stating how frustrated he was. Told patient to not worry about extra at this time (research, etc) and it was completely voluntary. Declined patient but left him our number if he does need it. 2/15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60693":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"83","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient's daughter in law answered the phone. This was the only number on file for pt. Daughter was not with the patient at this time. Stated she coordinates all his appts etc. and he would likely not be interested because the patient is stubborn and already hesitant about surgery. However, said we could call back tomorrow after 4:30pm and she would be with the pt. Will try to call back tomorrow 2/15 SL. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60694":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"69","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too time consuming per patient. Did not elaborate on this. 2/15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60695":{"redcap_data_access_group":"university_of_mich","main_record_id":"20240","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-16","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested, enroll tomorrow at 11:00am. 2/16 SL","obtain_date":"2023-02-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-30","sp_v1_preop_date":"2023-03-23","sp_v2_6wk_date":"2023-05-11","sp_v3_3mo_date":"2023-06-30","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-07-24","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Patient passed away on 7/24/23. Metastatic breast cancer listed as primary cause of death. ","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-30 09:50:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation survey was collected outside of survey window as pt. had surgery rescheduled 2 times. Staff did resend expectation surveys each time sx was rescheduled and reach out to the pt to try to complete over phone. Pt declined both times stating they will do it on their own and pt. unfortunately did not complete new expectation survey.","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-05-25 09:51:08","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient cancelled first blood draw visit (in window) and only wanted to come in when she had another appointment at University of Michigan hospital since she has a port. Came in 5 days past window. ","erep_protdev_caplan":"None at this time. ","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-09-21 13:11:40","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"The team plans to check back to the original HSIP email with the generated Proxy ID to confirm that it matches for the payment reloads in the future. \r\nIn addition, the team has been reminded to double check their work and take their time when copying and/or entering information. ","erep_outcome":"While looking into this issue, our team discovered that 20240 passed away in July, 2023. We have also filled out an early withdrawal form for this participant.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60696":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60697":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"spoke to pt, gave info, she wants to think about it, working full time still, let know saturdays could be an option, follow up in a week or so once scheduled 2/16 SL\r\n\r\nSpoke to patient in clinic and they emailed me on Friday stating they did not want to participate after all. Did not give specific reason. 2/20 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60698":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"76","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60699":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to travel for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60700":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"bad timing as pt. is about to have multiple surgeries over next couple months, pt placed in deferred participation 2.15.23\r\n\r\nPatient ended up not having surgery. Was decided to watch lung nodules for 3m. Came back in and surgeons decided to go forward with surgery, Called patient again, she is interested in the study. However, her daughter is her driver and she is unsure if she will be available to take her in for another visit. Patient is coming down on 7/5 for an in infusion and I said we could try to do before this. Emailed w/information for her and her daughter to look at. Will follow up by end of the week 6.27 SL\r\n\r\nPatient emailed and declined. Said her daughter travels for work/with summer does not have time to take her to appts. 6.28.SL\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60701":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to undergo pain testing","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60702":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-20","screening_age":"26","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to get time off for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60703":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-21","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt no longer having sx at MM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60704":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-21","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60705":{"redcap_data_access_group":"university_of_mich","main_record_id":"20242","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-23","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-02","sp_v1_preop_date":"2023-03-02","sp_v2_6wk_date":"2023-04-13","sp_v3_3mo_date":"2023-06-02","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-06 09:59:37","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was scheduled to come in for baseline visit on Monday February 27th. Patient emailed that morning and said she was very sick and could not make it in. Asked patient if she would like to reschedule but she said she would not be able to (surgery was in 3 days and she wanted to focus on feeling better before). Patient was willing for us to meet her in pre op and collect any data that we could. She had already filled out the surveys on time. ","erep_protdev_caplan":"No corrective action plan needed. Patient came on OR report only 1 week before surgery. We were able to find fMRI opening through cancellation and schedule patient before surgery. ","erep_rel_covid19":"0"}}},"60706":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-23","screening_age":"55","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60707":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested (however will need to watch body habitus for MRI- 300lbs). Patient is moving surgery back to likely late march. Enroll next week on Tuesd 3/7, 3/1 SL\r\n\r\nPatient was very interested but with recent vitals body habitus too large for scanner. Exclude and wished patient best with surgery. 3/7 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60708":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt has not responded to 3 attempts in a row and unable to LVM. Pt. will be listed as no response.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60709":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60710":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"travel not feasible, 400mi one way","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60711":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"43","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60712":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too busy for research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60713":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60714":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60715":{"redcap_data_access_group":"university_of_mich","main_record_id":"20245","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-06","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-01","sp_v1_preop_date":"2023-04-28","sp_v2_6wk_date":"2023-06-12","sp_v3_3mo_date":"2023-08-01","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-04-27","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Pt. had family matters come up and can no longer commit to participation.","sp_data_site":"1"},"60716":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"75","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not resident of state, unable to come in for visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60717":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Bad experience with research in the past","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60718":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"no reliable transportation for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60719":{"redcap_data_access_group":"university_of_mich","main_record_id":"20246","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-09","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, enroll tomorrow at 9:00am SL","obtain_date":"2023-03-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-05","sp_v1_preop_date":"2023-05-30","sp_v2_6wk_date":"2023-07-17","sp_v3_3mo_date":"2023-09-05","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60720":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-10","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to take time off for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60721":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to fit BL visit in before Sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60722":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sx ended up not being scheduled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60723":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-14","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60725":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60726":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unable to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60727":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"declined due to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60728":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60729":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Overwhelmed by study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60730":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unable to commit time to study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60731":{"redcap_data_access_group":"university_of_mich","main_record_id":"20248","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-22","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent in person on 3/24 @ 3:30 in K&D's Office. Meet Pt at TC by P2","obtain_date":"2023-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-20","sp_v1_preop_date":"2023-04-04","sp_v2_6wk_date":"2023-06-01","sp_v3_3mo_date":"2023-07-20","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-14 12:33:39","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"completed 6-week surveys with pt in coordinator mode 6 days past window.","erep_protdev_caplan":"None needed","erep_rel_covid19":""}}},"60732":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-24","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. unable to commit to study at this time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60733":{"redcap_data_access_group":"university_of_mich","main_record_id":"20251","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-28","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"pt will email date and time for enrollment","obtain_date":"2023-04-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-04-04","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Ultimately decided participation in the study would be too much on top of their current medical needs","sp_data_site":"N/A"},"60734":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"pt couldn't provide final decision day before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60735":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-31","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt. didn't respond before Sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60736":{"redcap_data_access_group":"university_of_mich","main_record_id":"20250","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-31","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call pt back around 230/3pm 3.31 SL\r\nPatient is interested in enrolling. Call Monday 4/3 to enroll. 3/31 SL","obtain_date":"2023-04-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-24","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-05","sp_v3_3mo_date":"2023-07-24","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-04-13","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient emailed a couple of days ago asking to be withdrawn from the study. Called patient to check in and was able to get ahold of them today. Per patient just overwhelmed with getting everything \"ready\" and \"settled\" before surgery in a couple of weeks. Offered a shorter baseline appointment but patient still politely refused. Asked to be withdraw from study. ","sp_data_site":"1"},"60737":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke to pt in clinic and they were interested. However, admitted she had a cervical fusion but she did have recent brain fMRI. Let pt know that cervical fusion is usually an exclusion with fMRI team but would check again just in case (very interested). - 3/38/23\r\n\r\nFollow up with fMRI team and they said no matter cervical fusion is an exclusion. Let pt know and thanked her for her time. 4/7 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60738":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to do anything extra","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60739":{"redcap_data_access_group":"university_of_mich","main_record_id":"20258","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-06","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 4/10","obtain_date":"2023-04-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-12","sp_v1_preop_date":"2023-04-25","sp_v2_6wk_date":"2023-06-23","sp_v3_3mo_date":"2023-08-12","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60740":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-07","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt in clinic and she seemed interested but did not have time to decide at the moment. Gave paitent information and my contact info. I will follow up early next week 4/6 SL\r\n\r\nFollow up on 4/12 4/10 JC\r\n\r\nPatient still hadnt had a chance to look at materials. Callback Friday afternoon 4/12 SL.\r\n\r\nLVM 4/14 SL\r\n\r\nPatient called back and we talked. Patient stated she was worried about her state of health after surgery and worried about doing chemo/radiation. Stated she was too worried to do other appointments after surgery. Politely declined. 4/14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60741":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-07","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60742":{"redcap_data_access_group":"university_of_mich","main_record_id":"20254","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-07","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"MD referral. LVM and sent recruitment email. 4/7 SL\r\n\r\nPatient called back and is interested. Will consent monday afternoon. 4/7 SL","obtain_date":"2023-04-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-15","sp_v1_preop_date":"2023-04-27","sp_v2_6wk_date":"2023-06-26","sp_v3_3mo_date":"2023-08-15","age":"54","sex":"1","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60743":{"redcap_data_access_group":"university_of_mich","main_record_id":"20253","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-07","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested. Lived in Alpena so will need to schedule visits in advance for travel. Consent Monday at 8:00am. 4/7 SL","obtain_date":"2023-04-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-22","sp_v1_preop_date":"2023-05-08","sp_v2_6wk_date":"2023-07-03","sp_v3_3mo_date":"2023-08-22","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-07-13 11:50:51","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt's 6-week draw was performed 3 days past window. visit was rescheduled twice due to pt. not feeling well","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"60744":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-07","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60745":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unable to make time for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60746":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-13","screening_age":"29","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient came on OR report on 4/13/23. Surgery 4/20/23 and patient lives a few hours away. Per patient does not have time for baseline visit. We wished pt best with surgery. 4/13 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60747":{"redcap_data_access_group":"university_of_mich","main_record_id":"20262","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-14","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent Email follow up on 4/19","obtain_date":"2023-04-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-28","sp_v1_preop_date":"2023-04-24","sp_v2_6wk_date":"2023-06-09","sp_v3_3mo_date":"2023-07-28","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-07-31","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt. deceased on 7/9/23","sp_data_site":"1"},"60748":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"No TIme","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60749":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-17","screening_age":"72","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient was about to head out the door, will callback tomorrow to explain study. 4/17 SL\r\n\r\nPatient cannot travel for baseline visit. Per patient, they are even having a hard time finding transportation for their surgery. Wife unable to drive and lives about 2hrs away in Grand Rapids. Does not want to worry about trying to come in for extra visits. Wished them the best with surgery 4/18 SL. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60750":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 4/18 SL\r\n\r\nPt replied over email and declined, no reason give. 4.19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60751":{"redcap_data_access_group":"university_of_mich","main_record_id":"20269","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-18","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 4/18 SL\r\n\r\nPatient is interested and wants to enroll. Will be out of town next week, so planning to enroll May 5th. Email sent to pt for reminder of enrollment on that day 4/21 SL. ","obtain_date":"2023-05-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-13","sp_v1_preop_date":"2023-05-19","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-09-19 10:07:28","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"4","erep_protdev_desc":"Patient's non-dominant leg is the R leg. This was documented correctly in QST CRF, but RA (initials SL) put it on the L leg by accident. So, reading was taken on patient's L leg (the dominant) instead of the R (non-dominant). Then, since L was marked, imaging cuff protocol was also performed on L leg (dominant). ","erep_protdev_caplan":"SL will make sure to double check with paper and patient that they are putting cuff on correct leg. Letting imaging team know as well they can call us if there are ever any discrepancies. ","erep_rel_covid19":"0"}}},"60752":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60753":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unable to arrange transpo for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60754":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives around Toledo and stated it is a long drive to Ann Arbor. Also, patient's husband has dementia and it is hard to bring him to appointments etc. Does not think she can do extra visits wit him and situation. Wished her the best before surgery. 4/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60755":{"redcap_data_access_group":"university_of_mich","main_record_id":"20260","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-19","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested. Would like to consent this afternoon 4/19 SL. ","obtain_date":"2023-04-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-25","sp_v1_preop_date":"2023-05-15","sp_v2_6wk_date":"2023-07-06","sp_v3_3mo_date":"2023-08-25","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-07-19 12:57:44","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"visit was completed 6 days past visit window. Pt. was out of town for the duration of their 6-week visit window and was only available 7 weeks post surgery.","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"60756":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated she has had a lot go on with her health in the last few months. She was in ER, had 2 eye surgeries, and multiple scans (CTs, etc). Patient is also still working and has a lot of appointments before surgery as well. Does not want/doesn't have time for more testing and appts. Wished her best with surgery, declined. 4/20 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60757":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"19","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was not home, mom answered. Mom stated pt will not answer her phone if does not know the number. Will try again tomorrow around 4:45pm. 4/20 SL\r\n\r\nCalled and patient's mother answered again. Stated patient was not home and to try again next week. Patient's direct line not give out. 4/21 SL.\r\n\r\nLVM 4/25 SL. 3 attempts, moved to no response in logs. Will not attempt again unless patient calls or emails back. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60758":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-21","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Started explaining study to patient and when talking about visits she stated she was not interested. 4/21 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60759":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient came on OR report only 3 days before surgery (Monday came on, surgery Thursday). No time for baseline visit, but would be open to being called again in future if eligible. Defer participation 4/24 SL. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60760":{"redcap_data_access_group":"university_of_mich","main_record_id":"20264","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-24","screening_age":"32","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient came on OR report on Monday, surgery scheduled for Friday. Stated he would be interested if we can get an appointment after work hours, maybe around 4:00pm. Spoke to team and we can accommodate this. Emailed pt to see if still interested. 4/24 SL","obtain_date":"2023-04-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-28","sp_v1_preop_date":"2023-04-26","sp_v2_6wk_date":"2023-06-09","sp_v3_3mo_date":"2023-07-28","age":"32","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60761":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 4/24\r\n\r\nSpoke to pt and she did say she was interested if we could do a visit this Friday, unavalable next week. KS team said visit at 9, 12, 0r 1 would work. Called pt back and she did not answer. Will wait to hear from her and see if she would still like to move forward with enrollment. 4/26 SL\r\nPt. not responded after 3 attempts\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60762":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"34","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to LVM 4/24\r\n\r\nCalled pt once and LVM. Surgery was on 5/12 then got moved to 4/28. No time for baseline visit (within 48hrs). 4/26 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60763":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-25","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Study is too much for patient","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60764":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"travel is too much for pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60765":{"redcap_data_access_group":"university_of_mich","main_record_id":"20270","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-26","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient was at work, so spoke shortly. However, is interested. Will plan to enroll next week on Saturday, may 6th. Would also need saturday appt for baseline. 4/26 SL","obtain_date":"2023-05-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-21","sp_v1_preop_date":"2023-06-03","sp_v2_6wk_date":"2023-08-02","sp_v3_3mo_date":"2023-09-21","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-14 10:18:17","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-month visit was conducted 9 days past visit window due to pt. needing a weekend visit. Research staff was unable to accommodate a weekend visit until after the patient's visit window ended. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"60766":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke w/ spouse and will speak w/ pt in clinic on 5/3\r\nPt unable to do baseline before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60767":{"redcap_data_access_group":"university_of_mich","main_record_id":"20265","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-02","sp_v1_preop_date":"2023-05-09","sp_v2_6wk_date":"2023-07-14","sp_v3_3mo_date":"2023-09-02","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-06-05","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"5","ewcomments":"Pt's procedure ended up not having a thoracic approach. Withdrawing pt. on recommendation of PI.","sp_data_site":"1"},"60768":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-18","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt's physician recommended against participation due to memory issues","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60769":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"74","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 5/2, 5/4","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60770":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60771":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"37","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60772":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt will be leaving the country as soon as they recover","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60773":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Study is too much for patient","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60774":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 5/4, 5/9, 5/12\r\n\r\nPt. not responded after 3 attempts","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60775":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-08","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60776":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-08","screening_age":"27","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and sent recruitment email 5/8 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60777":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-08","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM not setup. Sent recruitment email 5/8 SL\r\n\r\nUnable to leave VM, no answer 5/12 SL\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60778":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"47","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 5/9 and sent recruitment email\r\n\r\nLVM 5/12 SL\r\n\r\nPt. canceled sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60779":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-09","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient and significant other. Significant other raised concerns about pt being in a research study and it \"affecting pt's healthcare treatment\". Tried to assure pt and significant other that this was not the case. Significant other stated she was a nurse and does know it can affect insurance etc. Tried to reassure but pt declined on recommendations of significant other. 5/9 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60780":{"redcap_data_access_group":"university_of_mich","main_record_id":"20272","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-10","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, consent tomorrow at 10:00am in clinic waiting room. 5/10 SL\r\n","obtain_date":"2023-05-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-25","sp_v1_preop_date":"2023-05-17","sp_v2_6wk_date":"2023-07-06","sp_v3_3mo_date":"2023-08-25","age":"63","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-05-22 14:46:22","erep_ae_date":"2023-05-22","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-05-22 12:10","erep_resolution_date":"2023-05-22 12:20","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient had hand in water bath for about 19 seconds and she started to tear up. I (RA) had patient take her hand out of the water. The patient started to cry harder and rocking back and fourth. I asked patient if it was from pain of water bath/cold and she said yes. Had patient heat hand by hold it in other hand and drying with towel. After about 5 minutes patient was calmed down and not longer crying. Was able to perform PPT and within 10 minutes pain seemed to full resolve. ","erep_action_taken":"Stopped test immediately and had patient rest and heat up hand. Stayed with patient in room until she was feeling better. Will not perform CPM test at next visit. ","erep_outcome":"Patient's pain in hand was resolved within 10 minutes. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60781":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. doesn't have transpo","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60782":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 5/12 SL\r\n\r\nPatient called back and said he lives about 4 horus away. Unsure if he can afford/make time for visits due to this travel. Talked to pt about payment and mileage reimbursement and visits same day as others. Pt will call with questions and we will plan to follow up in a week or two. 5/12 SL\r\n\r\nPt declined, too worried about travel. 5/22 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60783":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60784":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt unsure and unable to talk very long. sent email follow up on 5/19\r\n\r\nPt. not comfortable answering surveys electronically","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60785":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"study is too much extra for pt. to take on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60786":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. waiting for surgeon to determine if sx is really the best treatment option for them at the momment.\r\n\r\nLVM 5/23\r\n\r\nLVM 5/25\r\n\r\nPt didn't respond by 6/5 & pt. undergoing Sx on 6/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60787":{"redcap_data_access_group":"university_of_mich","main_record_id":"20274","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-18","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-31","sp_v1_preop_date":"2023-05-30","sp_v2_6wk_date":"2023-07-12","sp_v3_3mo_date":"2023-08-31","age":"50","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-09-15 12:55:30","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt's 3-month visit was completed 1 day outside of window. Pt was initially scheduled for 9/8 but needed to reschedule and 9/15 was the earliest they could come in.","erep_protdev_caplan":"None Needed","erep_rel_covid19":"0"}}},"60788":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-18","screening_age":"70","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60789":{"redcap_data_access_group":"university_of_mich","main_record_id":"20275","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-18","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-13","sp_v1_preop_date":"2023-06-05","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60790":{"redcap_data_access_group":"university_of_mich","main_record_id":"20277","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-18","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient in clinic and she is likely interested. Slightly overwhelmed at clinic and asked if we can follow up next week. Told patient we can and gave her brochure and information. Will call next week 5/18 SL.\r\n\r\nCalled patient and she does want to participate. Planned enrollment for tomorrow morning at 9:00am. 5/25 SL\r\n\r\nLVM for enrollment 5/26 SL \r\n\r\nLVM and sent email 5/30 SL. Patient replied to email, she is still interested and got called into work last Friday. Planning another time this week for enrollment 5/30 SL. ","obtain_date":"2023-06-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-14","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-26","sp_v3_3mo_date":"2023-09-14","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-06-14","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Approached pt. on DOS and offered them the option to remain in the study with survey only. (Pt was complete with pre-surgery prep so obtaining blood wasn't possible) Pt. ultimately decided not to proceed and asked to be withdrawn.","sp_data_site":"1"},"60791":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Enrollment @ 2pm on 5/30\r\n\r\nPatient did not answer for enrollment call, LVM 5/30 \r\n\r\nSent email 5/31\r\n\r\nLVM 6/6 \r\n\r\nLVM 6/13 \r\n\r\nLVM 6/21 \r\n\r\nLVM 6/27, moving to no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60792":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-22","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"not comfortable with data repository","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60793":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-23","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt picked up but didn't respond to anything. Followed up w/ email.\r\n\r\nSent second email 5/30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60794":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt has severe ADHD making periodic surveys difficult","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60795":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-25","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"no time for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60796":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"68","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60797":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-31","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Overwhelmed by study procedures","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60798":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-01","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60799":{"redcap_data_access_group":"university_of_mich","main_record_id":"20278","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. wanted to look at recruitment email before making final decision. 6/6\r\n\r\nReady to enroll, pt emailed. Planning enrollment tomorrow 6/8 10:00am SL","obtain_date":"2023-06-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-16","sp_v1_preop_date":"2023-06-12","sp_v2_6wk_date":"2023-07-28","sp_v3_3mo_date":"2023-09-16","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-12 12:48:55","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt's 3-month visit was conducted 12 days past window as they were out of town during their whole 3-month window. 3-month visit was conducted on the only day they were in town. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"60800":{"redcap_data_access_group":"university_of_mich","main_record_id":"20284","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-01","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Ready to enroll on 6/6 between 9:30 & 10:00\r\n\r\nLVM 6/6 \r\n\r\nSched to enroll @ 10:00 on 6/15\r\n\r\nPt answered on 6/15 at 10:00am and said she was on the other line. Seemed hesitant. Asked pt if she would like to call me back and she said yes. Called back at 11:00am and pt didn't answer. 6/15 SL\r\n\r\nPatient can enroll tomorrow 6/20 at 9:00am. Called patient today and she gave this time tomorrow. 6/19 SL. ","obtain_date":"2023-06-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-26","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-07","sp_v3_3mo_date":"2023-09-26","age":"42","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60801":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60802":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"exclude due to possible metal particles in eye","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60803":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"due to travel distance, study would take too much of a time commitment to accommodate in their schedule ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60804":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is excluded. Very interested, however cannot do an MRI. Per patient has degenerative disc disease and extremely painful to lay on MRI table. Unable to do any type of MRI w/o a sedative. Thanked pt for his interest. 6/8 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60805":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient wants to think about it. Stated he did not need email with more information, so just sent my contact info. Follow up in about a week maybe next Fri 6/16. 6/8 SL\r\n\r\nCalled patient and he asked for the study to be explained again. Went over the study and stated he needs to talk to his wife. Offered to do appointment on same day a pre op if this helps. Will call at end of week to follow and send version of recruitment email for him and wife to look at together. 6.19 SL\r\n\r\nPt emailed back and declined. Did not want to do any extra testing. 6/23 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60806":{"redcap_data_access_group":"university_of_mich","main_record_id":"20279","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-08","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt in clinic. Patient is interested in enrolling, must have appt before 6/21 as going out of town. Will enroll tomorrow at 9:00am. 6/8 SL","obtain_date":"2023-06-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-07","sp_v1_preop_date":"2023-06-15","sp_v2_6wk_date":"2023-08-18","sp_v3_3mo_date":"2023-10-07","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-11 13:59:13","erep_ae_date":"2023-06-15","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-06-15 13:59","erep_resolution_date":"2023-06-19 13:59","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"at 3-month visit, patient noted that after the baseline visit, the patient was still feeling pain in the areas where the temporal summation test was performed at the left shoulder and right chest. Pt. stated the pain lasted for 4 days after the completion of the BL visit. Pt. did note that the pain did go away afterwards. Due to this reaction, pt. declined to do the temporal summation test at 3-month visit. ","erep_action_taken":"Temporal summation test was not performed aft 3-month visit to prevent situation from happening again. ","erep_outcome":"Pt's pain went away and test was not repeated. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60807":{"redcap_data_access_group":"university_of_mich","main_record_id":"20280","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-09","screening_age":"41","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested in enrolling. COnsent Monday around 11:15am. 6/9 SL","obtain_date":"2023-06-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-30","sp_v1_preop_date":"2023-06-26","sp_v2_6wk_date":"2023-08-11","sp_v3_3mo_date":"2023-09-30","age":"41","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-08-24 12:29:20","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt's 6-week visit was performed 6 days past window. Pt was didn't want to make an exclusive trip just for blood, so waited until pt's next appt.","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-10-19 13:44:15","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Collected patient's 3m bloodwork today. Unable to obtain at patient's 3m visit last week. Patient had scheduled blood draw today and met patient at it. Gave phlebotomist research tubes and it was drawn with patient's other labs through patient's port. ","erep_protdev_caplan":"None at this time.","erep_rel_covid19":"0"}}},"60808":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60809":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient came on OR schedule only 2 days before surgery. No time for baseline visit, as he is also having construction done on his house before surgery. Politely declined 6/13 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60810":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"38","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt did not allow me to study, as soon as mentioned research pt said he was not interested. Unable to explain study. 6/12 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60811":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"45","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient seemed concerned about pain after surgery and stated he was not told about any pain after surgery. Tried to reassure patient he is not more or less likely to have pain after surgery than the average pt. Explained study to pt and he asked for more information to read. Sent pt recruitment email and brochure and will follow up. 6/13 SL\r\n\r\nLVM 6/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60812":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient already signed up for another research study relating to heart. Did not want to do a second since his other one also involves appts etc. Thanked for his time. 6.13 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60813":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-13","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives about 4 hours away from Ann Arbor and is not able to do a baseline visit. Stated would have been interested otherwise. Doing a lot of appointments the day before surgery and does not have time for another. 6/13 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60814":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to commit time to study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60815":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"60","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 6/14\r\n\r\nLVM 6/21 SL\r\n\r\nLVM 6/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60816":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"47","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much of a travel commitment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60817":{"redcap_data_access_group":"university_of_mich","main_record_id":"20282","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-14","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. trying to resched sx. follow up in a week if DOS changes. ","obtain_date":"2023-06-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-07","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-18","sp_v3_3mo_date":"2023-10-07","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-06-20","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. having second thoughts resulting in being less willing to do study activities.","sp_data_site":"1"},"60818":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Needs time to consider\r\n\r\nResent recruitment email.\r\n\r\nLVM 6/26\r\n\r\nToo busy for BL Visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60819":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"too much for pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60820":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 6/15 SL\r\n\r\nPatient electively cancelled surgery. Excluded. 6/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60821":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Was telling patient about study and she stopped me and said she was not interested. Likely time commitment. Thanked pt for her time and wished her best wit surgery. 6.16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60822":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient interested in enrolling. Works night so wife's contact info is listed in chart, but call pt's cell at (517) 815-4878. Enroll next Wed 6/21 at 9:00am. 6/15 SL\r\n\r\nLVM for enrollment 6/21 SL. Called pt's wife cell since this is his preferred and got ahold of pt. Wants to move enrollment call to tomorrow at 9am. 6/21 SL\r\n\r\nWent through consent orally w/ pt. waitng for consent to be retruned. MRI Screening collected, waiting on conset to send. 6/22 JC\r\n\r\nEmail reminder given on 6/22; call reminder given on 6/23\r\n\r\nNo answer, LVM for pt about signing consent form again 7/6 SL\r\n\r\nAttempted call again 7/12 JC\r\n\r\nPatient had pre-op visit scheduled on 7/18, was going to try and talk to in person. Patient no-showed to appointment. Has not answered calls or emails. 7.19 SL\r\n\r\nPt chose to cancel Sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60823":{"redcap_data_access_group":"university_of_mich","main_record_id":"20290","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-15","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient potentially interested. Wanted us to make sure its ok with is neurologist that he participates. Told pt we will reach out with his permisson. Follow up after here from doctor. 6/15 SL\r\n\r\nPatient is interested in enrolling. Said he is not really worried about asking doctor but he will include it in his portal message. Enroll next Wed at 9:00am SL. \r\n","obtain_date":"2023-06-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-10","sp_v1_preop_date":"2023-08-01","sp_v2_6wk_date":"2023-09-21","sp_v3_3mo_date":"2023-11-10","age":"N/A","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60824":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"40","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and sent recruitment email SL 6.16\r\n\r\nPatient seemed somewhat interested but worried about quick turn around/time commitment with surgery (surgery this Friday). Offered appt same day as pre op this week but pt stated with work he doesn't have time for another appt. Also seemed slightly apprehensive about closed MRI. Wished pt best with surgery, declined. 6/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60825":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was willing to enroll even with surgery this upcoming Thursday (and just scheduled today) but unfortunately extremely claustrophobic. Tried brain MRI previously and panicked per patient. Excluded but thanked pt for williningness. 6/19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60826":{"redcap_data_access_group":"university_of_mich","main_record_id":"20288","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-19","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient potentially interested and was driving, so has slightly hard time hearing me. Sent email with brochure and will follow up with at end of week on Fri. 6/19 SL\r\n\r\nPt is interested, read over email w/information. Enroll tomorrow 6/24 at 1:00pm. ","obtain_date":"2023-06-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-24","sp_v1_preop_date":"2023-07-03","sp_v2_6wk_date":"2023-09-04","sp_v3_3mo_date":"2023-10-24","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-03 11:04:13","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"As pt wasn't able to have their diagnosis resolved with their first surgery, so pt is undergoing a second sx on 10/9 which is the day before their 3-month window begins. Project supervisors recommend to have the pt's 3-month visit completed before their sx on 10/9. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"60827":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60828":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Per patient her surgery is now moved up (was originally scheduled later than 7/7/23) and she has family coming in and other appointments until her DOS. Would like to help but no time for baseline visit prior to surgery. Politely declined. 6/21 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60829":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. wanted to focus on surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60830":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Per patient she would like to participate but does not want to do MRI. Per patient she \"panicked during her last MRI\" and had to be given \"calming medication\". Politely declined due to this. 6/21 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60831":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 6/14 JC\r\nPhone just kept ringing 6/21 SL\r\nLVM 6/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60832":{"redcap_data_access_group":"university_of_mich","main_record_id":"20289","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-23","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 6/23 ","obtain_date":"2023-06-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-10","sp_v1_preop_date":"2023-06-28","sp_v2_6wk_date":"2023-08-21","sp_v3_3mo_date":"2023-10-10","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60833":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-23","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient said he has \"a lot of things going on right now\" and couldn't talk. Asked if he could be called next week and he was hesitant but said yes. Did not explain anything about the study. 6/23 SL. \r\n\r\nPatient too overwhelmed right now. Declined. 6.28 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60835":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient was very kind and interested in the study. However, per patient he is unable to do a brain MRI. He had one recently and said \"even thinking about another one is giving me the chills\". Declined due to MRI. 6.27 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60836":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient is also scheduled for a double masectomy at the end of August. She has primary lung and breast CA. Too overwhelmed to participate in study at this time and have more appts. Declined 6.27 SL.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60837":{"redcap_data_access_group":"university_of_mich","main_record_id":"20291","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-29","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 6/29","obtain_date":"2023-06-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-24","sp_v1_preop_date":"2023-07-13","sp_v2_6wk_date":"2023-09-04","sp_v3_3mo_date":"2023-10-24","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60838":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"unable to do baseline visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60839":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"emailed follow up after 7/4\r\n\r\nLVM 7/12 (pt had asked to be calld back at 2pm and didn't answer then as well)\r\n\r\nSpoke to pt and said she does not have time to come in before surgery. 7/18 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60841":{"redcap_data_access_group":"university_of_mich","main_record_id":"20294","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-30","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested in enrolling. Would need appt on same day as pre op (July 20th). Patient does not have voicemail, so if doesn't answer try again. Enroll next Thursday July 6th. 6.30 SL","obtain_date":"2023-07-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-31","sp_v1_preop_date":"2023-07-20","sp_v2_6wk_date":"2023-09-11","sp_v3_3mo_date":"2023-10-31","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60842":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 6.30 SL\r\n\r\nLVM 7/6\r\n\r\nnot willing to add extra appts.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60843":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-30","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient stated he was asked about a research project in clinic and stated he was not interested. Said he \"doesn't want to be in a fish bowl again and be watched\". Explained to pt our study is likely different than the one her heard about in clinic and does not involving watching during surgery. Still declined, not interested in research. 6.30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60844":{"redcap_data_access_group":"university_of_mich","main_record_id":"20299","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-30","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient was busy. Would like to be called again next week after the holiday. Did not explain anything about study. 6.30 SL\r\n\r\nTried again on 7.7 but phone kept ringing. Try again next week 7.7 SL\r\n\r\nPatient is interested. Needs baseline appointment on 7/27. Plan to enroll this Friday at 1:00pm, 7/18 SL","obtain_date":"2023-07-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-28","sp_v1_preop_date":"2023-09-20","sp_v2_6wk_date":"2023-11-09","sp_v3_3mo_date":"2023-12-28","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2024-01-29 10:26:25","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant completed their 3 month session 15 days after the end of their window time frame. ","erep_protdev_caplan":"We will schedule participants during the beginning of their window in case we have to reschedule multiple times like we did with this one.","erep_rel_covid19":"0"}}},"60845":{"redcap_data_access_group":"university_of_mich","main_record_id":"20292","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-30","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 6.30 SL","obtain_date":"2023-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-12","sp_v1_preop_date":"2023-07-10","sp_v2_6wk_date":"2023-08-23","sp_v3_3mo_date":"2023-10-12","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-01-02 11:04:49","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt. undergoing another thoracic procedure on 1/5/24 within 6-months of initial surgery from 7/12/23. ","erep_protdev_caplan":"Notified pt. that the study will proceed normally and to answer future survey questions based off of how they are feeling at the time of the response. ","erep_rel_covid19":"0"}}},"60846":{"redcap_data_access_group":"university_of_mich","main_record_id":"20296","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-30","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call again around 3:30pm\r\n\r\nPatient is interested in enrolling, enroll next Friday 7.14 at 11:00am. 7.7 SL\r\n","obtain_date":"2023-07-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-17","sp_v1_preop_date":"2023-08-08","sp_v2_6wk_date":"2023-09-28","sp_v3_3mo_date":"2023-11-17","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60847":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Study overwhelming on top of pt's current situation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60848":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"not willing to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60849":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"did not want to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60850":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"21","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Sent recruitment email and follow up 7/12\r\n\r\nLVM 7/12\r\n\r\nPer patient she is very far away from Ann Arbor and not interested in the study. 7/18 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60851":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient would like to participate, however, her dad is very ill and had TIA yesterday and will be in rehab for 6wks. Pt is his only caregiver and works as a nurse. Also, surgery scheduled even before NP appt in less than 2 weeks. Unable to commit to study/baseline visit, but would be interested in future if qualifies. Defer participation. 7.7 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60852":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-07","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Study approached with surgeon. RA called pt and let them know with cervical fusion they would be excluded. LVM for them, 7.7 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60853":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient's mobile phone VM was that of a doctor that didn't match pt name. Called home phone and rang then went to dial tone. May need to only communicate by email. Send recruitment email. 7.12 SL\r\n\r\nMRI Excluded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60854":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Per patient cannot do study. Depends on daughter for travel and she doesn't want her to take any extra time off work before or after surgery. Politely declined. 7.12 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60855":{"redcap_data_access_group":"university_of_mich","main_record_id":"20297","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-12","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 7.12 SL","obtain_date":"2023-07-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-16","sp_v1_preop_date":"2023-08-03","sp_v2_6wk_date":"2023-09-27","sp_v3_3mo_date":"2023-11-16","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60856":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Talked to pt about study. She asked for an email to be sent to her with information. Sent recruitment email with in-person study visits laid out. Will follow up next week 7.12 SL\r\n\r\nLVM 7/20 SL\r\n\r\nPt LVM and said the study is just \"too much\" for her right now with surgery etc. Politely declined. 7.24 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60857":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 7.12 SL\r\n\r\ninterested but still needs time to think on it 7/18 JC\r\n\r\nLVM 7.25\r\n\r\nLVM 7/31\r\n\r\nLVM 8/7\r\n\r\nUnable to sched bl visit if pt. enrolled. Pt. being put in deferred participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60858":{"redcap_data_access_group":"university_of_mich","main_record_id":"20295","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-12","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested in enrolling. Plan to enroll this Friday at 9am. 7/12 SL","obtain_date":"2023-07-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-22","sp_v1_preop_date":"2023-08-03","sp_v2_6wk_date":"2023-10-03","sp_v3_3mo_date":"2023-11-22","age":"79","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60859":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"46","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unwilling to travel for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60860":{"redcap_data_access_group":"university_of_mich","main_record_id":"20300","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-17","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"wants to speak w/ spouse follow up before EOD on 7/21\r\n\r\nPt's husband in the hospital when called. Maybe call next week but likely will not be able to get in. 7.21 SL\r\n","obtain_date":"2023-07-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-07","sp_v1_preop_date":"2023-08-07","sp_v2_6wk_date":"2023-09-18","sp_v3_3mo_date":"2023-11-07","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-08-07 07:50:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was unable to come in for a baseline visit prior to surgery due to last minute consent and family emergency.","erep_protdev_caplan":"Met pt on DOS to complete Deep Breathing and Coughing as well as baseline blood draw and Imaging Items.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-06 14:42:21","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3m visit 10 days past 3m window. Had contacted patient many times to try and schedule within window. Patient was unable to come in earlier- was dealing with new cancer in other areas of her body. \r\n\r\nPatient also finished 3m surveys late. Patient had finished half of surveys before deadline. Unable to get ahold of patient for second half. Surveys had closed. Resent surveys and patient finished yesterday.","erep_protdev_caplan":"None at this time. ","erep_rel_covid19":"0"}}},"60861":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to patient in clinic and she was with her son as well. She will consider the study. Lives about 1.5hrs away, so said scheduling is main worry. Assured pt we can try and make it work if she does decide she is interested. Gave patient email and direct line. Will f/u once see surgery date. 7/13 SL\r\n\r\nPatient uncomfortable driving to ann arbor for visit. Lives a couple hour away. Wanted to participate if closer drive but patient said she is just not comfortable with distance and did not mention she had anyone to drive her instead. Thanked pt for her time. 7.19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60862":{"redcap_data_access_group":"university_of_mich","main_record_id":"20305","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-13","screening_age":"45","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Getting TTHHR. Spoke to pt, she seemed interested but lives about 3hrs away. Told patient with her surgery not being planned until September, a weekend appt would likely be possible. Told patient we would be in contact once her surgery gets on the books and gave her pamphlet and direct contact information. Call once surgery gets scheduled. 7/13 SL\r\n\r\nPt was at work when called. Call Friday at 4:00pm SL","obtain_date":"2023-08-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-20","sp_v1_preop_date":"2023-09-15","sp_v2_6wk_date":"2023-11-01","sp_v3_3mo_date":"2023-12-20","age":"45","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60863":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60864":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient would be interested, however, goes to Florida during the winter. Pending everything goes well with surgery planning to go down in October. Would not be able to do 3m visit (all study tasks) so politely declined. 7.19 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60865":{"redcap_data_access_group":"university_of_mich","main_record_id":"20301","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-18","screening_age":"35","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Unsure when pt will have surgery. Spoke to her and just explained the study and gave pamphlet. Will talk to her if/when scheduled surgery. 7.18 SL \r\n\r\nPatient's surgery got scheduled and she emailed that she was interested. Followed up with email asking when would like to do the enrollment call. 7.26 SL","obtain_date":"2023-08-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-28","sp_v1_preop_date":"2023-08-14","sp_v2_6wk_date":"2023-10-09","sp_v3_3mo_date":"2023-11-28","age":"35","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-12-20 11:57:43","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's 3m blood draw was done 2 days outside of window. Patient had been sick on and off from chemo, so visit was broken up over multiple days (and based on MRI availability). Patient also wanted blood drawn from port. So, met patient before chemo appointment at her scheduled blood draw to also get our research labs. ","erep_protdev_caplan":"None at this time. Had talked to patient multiple times for scheduling and with her health this was the best option for her. ","erep_rel_covid19":"0"}}},"60866":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-20","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke to pt and he has a revisit today with Dr. Chang. Will think about it and also bring it up at the visit today. Follow up tomorrow. 7.20 SL\r\n\r\nPatient very overwhelmed and nervous about surgery. Wants to focus on this for now. Politely declined. 7.21 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60867":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient works as a truck driver and states after surgery she will be driving all over again. Can't make follow up visits. Thanked pt for her time, she declined. 7.25 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60868":{"redcap_data_access_group":"university_of_mich","main_record_id":"20307","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-25","screening_age":"40","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 7.25 SL\r\n\r\nLVM 7/31 \r\n\r\nLVM 8/7","obtain_date":"2023-08-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-24","sp_v1_preop_date":"2023-08-21","sp_v2_6wk_date":"2023-10-05","sp_v3_3mo_date":"2023-11-24","age":"40","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60869":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Sent pt recruitment email. Tried to call # on file but seemed to go to anothers VM. Did not leave VM. 7.25 SL\r\n\r\nPt. claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60870":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-25","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke to pt's wife and gave her direct line. Pt will give us a call back. 7.25 SL\r\n\r\nSpoke to wife and stated pt is working. Call cell later 7.31 SL\r\n\r\nUnable to leave voicemail 8.9 SL\r\n\r\nLVM on cell and sent recruitment email 8.1 SL\r\n\r\nPt. not willing to travel for all study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60871":{"redcap_data_access_group":"university_of_mich","main_record_id":"20302","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-26","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM (call went straight to VM) 7/26\r\n\r\nLVM 8/3","obtain_date":"2023-08-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-15","sp_v1_preop_date":"2023-08-17","sp_v2_6wk_date":"2024-02-26","sp_v3_3mo_date":"2024-04-15","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-04-19 12:39:16","erep_ae_date":"2024-04-18","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2024-04-18 14:39","erep_resolution_date":"2024-04-19 12:39","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Patient has torn rotator cuff on shoulders. When did PPT and temporal summation on shoulder yesterday patient had some lingering pain after tests. Called patient to follow up today and she said last night the back of her arm between the elbow and shoulder (on side PPT was performed) was hurting. Patient said she put a pack on it today and everything is back to her baseline. ","erep_action_taken":"Patient all good to continue participating. ","erep_outcome":"Patient pain resolved. no further action needed. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60872":{"redcap_data_access_group":"university_of_mich","main_record_id":"20310","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-26","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 7/26 JC\r\n\r\nFollow up around 10th or 11th of August, procedure may be changing. Pt mentioned may be in a clinic trial and procedure may not qualify. 7.28 \r\n\r\nLVM asking pt. to confirm which procedure they were randomized to for PRIMARY study. 8/17\r\n\r\nPatient will be having surgery via thoracotomy. Interested in enrolling but wanted to do it in person. Enroll tomorrow 8.22, 8.21 SL","obtain_date":"2023-08-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-01","sp_v1_preop_date":"2023-08-24","sp_v2_6wk_date":"2023-10-13","sp_v3_3mo_date":"2023-12-01","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60873":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 7/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60874":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 7/26\r\n\r\nLVM 7/31\r\n\r\nLVM 8/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60875":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 7/26\r\n\r\nLVM 7/31\r\n\r\nLVM 8/7 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60876":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"unwilling to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60877":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unwilling to travel for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60878":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt not interested in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60879":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. unwilling to do pain testing","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60880":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-26","screening_age":"34","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unwilling to come in extra for study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60881":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-28","screening_age":"39","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Used interpreter service to call pt. Had interpreter leave a voicemail with my direct line. Sent recruitment email as well. 7.28 SL\r\n\r\nUnable to enroll due to invalid language service","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60882":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60883":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 7/31 (No email)\r\n\r\nLVM 8/7\r\n\r\nPt. Sx. was canceled.\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60884":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI Excluded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60885":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LMV 8/1\r\n\r\nWants to think on it 8/7\r\n\r\nNeeding to have more urgent health issue addressed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60886":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 7/31/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60888":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60889":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 8/1/23\r\n\r\nPt. declines stating that they cannot be objective report their pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60890":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60891":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-07","screening_age":"49","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Did not want to give reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60892":{"redcap_data_access_group":"university_of_mich","main_record_id":"20326","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-07","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Orally went through consent w/ pt but during consent they wanted more time to decide. Follow up in a couple of days to determine how pt. wants to proceed.\r\n\r\nFollowed up w/ pt. w/ no response 8/23\r\n\r\nPt. currently being sched for a cath proceedure, FU later half of week of 9/4. 8/28 JC; Pt. stated that hospital staff is trying to have their cath procedure scheduled before Sx w/ Khan, will give pt another week to try and finalize that change. 9/12 JC \r\n\r\nCalled pt and she said \"surgeries are still out of whack and dates likely not in stone\" and is waiting to hear back. Follow up next week 9.18 SL. \r\n\r\nSx postponed, follow up once sx is rescheduled\r\n\r\nWas rescheduled. pt enrolled 10.11 SL","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-15","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2023-12-27","sp_v3_3mo_date":"2024-02-14","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60893":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-08","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Unwilling to scan","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60894":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient signed up for a cancer biobank study for this upcoming surgery and was not interested in doing another study at this time. Did not allow time to explain our study. 8.9.23 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60895":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient let me know that surgery is going to be very superficial and will not really involve thoracic cavity, more removing something right underneart the skin. 8.9 SL\r\n\r\nPt. ready to enroll on 8/17. Pt also planning on postponing Sx by a couple of weeks\r\n\r\nPt. planning on canceling Sx. Hold of on excluding pt. until sx is canceled in their chart.\r\n\r\nFound out from PIs that surgery would not qualify since so superficial. Exclude. 8.17 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60896":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives about 1.5 hours away and does not think that he'd be able to fit the visits into his schedule 8/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60897":{"redcap_data_access_group":"university_of_mich","main_record_id":"20306","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-15","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt answered and was crying, said she was OK to hear about study then asked me to hold. Held for a few minutes and then call disconnected. Emailed info with call back info 8/15- MD\r\n\r\nWent through consent w/ pt orally due to pt. not having access to email. Will follow up w/ pt. once consent is sent back. 8/17","obtain_date":"2023-08-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-29","sp_v1_preop_date":"2023-08-28","sp_v2_6wk_date":"2023-10-10","sp_v3_3mo_date":"2023-11-29","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"60898":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"25","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 8/15- MD\r\nLVM 8.23 SL\r\nPt has no response and pt is less than 48 hours away from Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60899":{"redcap_data_access_group":"university_of_mich","main_record_id":"20318","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-16","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt and she seemed interested but was emotional at surgeon visit. Explained study and gave patient brochure and direct line. Will follow up w/pt if don't hear from her once surgery is scheduled. 8.15 SL\r\n\r\nPlanning to enroll tomorrow monring 8.31 SL\r\n\r\n\r\nPatient is still waiting to be scheduled but is interested. She will call or we will call her once scheduled. 8.25 SL\r\n\r\n","obtain_date":"2023-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-11","sp_v1_preop_date":"2023-09-07","sp_v2_6wk_date":"2023-10-23","sp_v3_3mo_date":"2023-12-11","age":"70","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60900":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. cannot commit to 3 hour visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60901":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"58","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. wants to think on it despite RA being unable to explain study 8/16\r\n\r\nPer patient too much to handle with surgery 8.23 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60902":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM, sent email 8/16 JC\r\nLVM 8.23 SL\r\nLVM 8/28 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60903":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"pt. did not respond @ unable to email or LVM 8/16 JC\r\n\r\nSpoke to patient but he was very quiet on phone. Asked if I should call back later and he said yes. Did not get a chance to explain study. 8.23 SL\r\n\r\nPt. declined as they are not willing to travel for study visits due to road construction near them.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60904":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cannot make extra trips per pt. Surgery also scheduled within 10 days. Unable to do study. 8.17 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60905":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to pt and potentially interested but doesn't really want to travel for appts. Offered same day as others and sent detailed email. Follow up in a week 8.17 SL\r\n\r\nFollowed up with pt and he said \"timing of it doesn't work\" and declined. 8.24 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60906":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LVM and sent recruitment email 8.17 SL\r\n\r\nPt answered but then hung up right away, tried calling back but no answer LVM 8.23 SL\r\n\r\nPt declined over email on 8.21 (RA missed it before call at 8/23). Does not want extra testing/blood draws. 8.31 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60907":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-17","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and sent recruitment email 8.17 SL\r\n\r\nPt emailed back with a question but stated they were interested. LVM for pt and emailed them back more details. 8.22 SL\r\n\r\nPt. busy at time of call. follow up in a couple days. 8/28\r\n\r\nPt not willing to commit to extra study visits\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60908":{"redcap_data_access_group":"university_of_mich","main_record_id":"20309","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-18","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-25","sp_v1_preop_date":"2023-08-23","sp_v2_6wk_date":"2023-10-06","sp_v3_3mo_date":"2023-11-25","age":"60","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60909":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient was in Florida and on her way to the airport. Callback tomorrow after 2pm. Did not get to explain study to pt. 8.21 SL\r\n\r\nPt lives in Florida half the year. Unable to make commitment to visits as she goes back and fourth between there and Michigan. Also doesn't want more scans. 8.22 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60910":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient was with her kids and giving them lunch. Asked for a callback Thursday early-mid afternoon. 8.21 SL\r\n\r\nPatient interested but has 3 young kids and too hard to cooridnate extra appointments at this time. Would be interested in other studies or things in the future. 8.24 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60911":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-21","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Callback tomorrow or Wednesday patient driving back from Chicago. Did not discuss study. 8.21 SL\r\n\r\nPatient is a retired physician and is definitely interested in research. However, travels back and fourth to Florida and is worried about making follow up appts. Let patient know we could likely make it work but politely declined due to scheduling. 8.23 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60912":{"redcap_data_access_group":"university_of_mich","main_record_id":"20311","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-22","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-18","sp_v1_preop_date":"2023-09-11","sp_v2_6wk_date":"2023-10-30","sp_v3_3mo_date":"2023-12-18","age":"53","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-09-12 08:55:17","erep_ae_date":"2023-09-11","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-09-11 14:00","erep_resolution_date":"2023-09-11 14:30","erep_ae_severity":"1","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"When laying down during the scan, the pt began to develop abdominal pain and then squeezed the ball once it became unbearable. Once pt was pulled out of the scanner and sat up right, the abdominal pain began to dissipate. Pt. then ask scan tech how much longer the remaining scan protocol was. When they were told 45 minutes remained, they responded stating that they cannot stay on their back for that long and asked if there were alternatives such as elevating one side of their body. When scan tech said that it wasn't an option, the scan was terminated. ","erep_action_taken":"After the scan, RA followed up w/ pt. and they stated that they believe that the abdominal pain was caused by where their thoracic mass as it is in close proximity to their spine and exerts pressure on the spine which is believed to be the trigger for the abdominal pain. Pt. said that all their pain went away quickly once they stopped laying on their back. ","erep_outcome":"Pt's condition went back to how it was prior to the scan and research team believes that the AE was not directly related to the the study procedure. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-09-18 09:53:22","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient filled out Expectations Survey today on day of surgery. Patient did not fill it out over the weekend, so staff met him in waiting area prior to surgery and had patient fill it out in coordinator mode. ","erep_protdev_caplan":"None at this time. Staff calls patients for reminders and sends calendar invites as well to remind team to check on survey deadlines. Per patient they were not on their computer over the weekend. ","erep_rel_covid19":"0"}}},"60913":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"47","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to LVM for patient. No answer. Sent recruitment email. 8.23 SL\r\n\r\nPt. has not responded and are less than 48 hours from Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60914":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 8.23 SL\r\n\r\nLVM 8/28\r\n\r\nPt. didn't respond and pt. has less than 48 hours left before Sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60915":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient said she was interested however is worried about the hour drive. Patient's husband would need to drive her. Sent her email and she will talk it over with her husband. Call again next week 8.23 SL\r\n\r\nLVM 8/28 JC \r\n\r\nPt. sx was moved up and didn't want to add anything extra. 8/30","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60916":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not want to travel or do extra testing, lives over an hour from Ann Arbor. Did not allow RA to fully finish explaining. 8.23 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60917":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-23","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 8.23 SL\r\n\r\nLVM 8/28\r\n\r\nLVM and replied to original recruitment email. Moved to no response as this is the third attempt. 9.14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60918":{"redcap_data_access_group":"university_of_mich","main_record_id":"20324","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-23","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 8.23 SL\r\n\r\nLVM 8/28 \r\n\r\nPt was driving. Will call tomorrow around 5pm. 9.14 SL\r\n\r\nPt called back on Monday 9/18 in evening. Discussed study and he was interested in enrolling next monring. Plan enrollment for tomorrow 9.18 SL. Tried calling pt at 8am as planned and no answer. 9.19 SL\r\n\r\nLVM 9.20 SL; LVM 9.27 SL\r\n\r\nLVM 10/3","obtain_date":"2023-10-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-20","sp_v1_preop_date":"2023-10-13","sp_v2_6wk_date":"2023-11-30","sp_v3_3mo_date":"2024-01-19","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-20","ewprimaryreason":"1","ewdisreasons":"1|6","ewpireason":"N/A","ewcomments":"Attempted to contact patient multiple times to setup baseline visit without success. Patient had agreed for RA to meet him in surgical family waiting/pre op to setup MDH, do FT, and have nurse draw blood when getting prepped for surgery. RA met patient in surgical family waiting Attempted to help patient setup MyDataHelps on phone. Patient's apple password needed resetting. After 3 attempts patient did not want to try again, even with RA's help. RA explained to patient that we would need the surveys answered and other things done to keep in study or would need to withdraw. Patient ok with withdrawal and did not want to keep going. ","sp_data_site":"1"},"60919":{"redcap_data_access_group":"university_of_mich","main_record_id":"20321","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-23","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested. Enroll later tonight 8.23 SL","obtain_date":"2023-09-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-20","sp_v1_preop_date":"2023-09-26","sp_v2_6wk_date":"2023-11-30","sp_v3_3mo_date":"2024-01-19","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-01-24 07:46:03","erep_ae_date":"2023-09-27","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-09-27 07:46","erep_resolution_date":"2023-10-04 07:46","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient came in for her 3-month visit on Monday, January 22nd, 2024. When beginning shoulder PPTs, patient made a comment that after her baseline visit, she had bruising at her shoulder and chest from the PPTs. Asked patient how long this bruising lasted and she said about a week. I asked if these bruises interfered at all with her daily activities and she said no. Patient stated \"she didn't pay much attention to them\" and \"thinks it was about a week for them to resolve\". ","erep_action_taken":"During 3-month visit, after patient stated this bruising occurred after baseline, I asked if patient would like to continue with PPTs (and rest of visit in general). Patient said yes and we continued on with three-month visit as protocol describes. ","erep_outcome":"Patient finished 3M visit without any problems or protocol changes. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60920":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient unsure about study. Wants time to think about it. Asked to be called back. Will plan to callback in about a week. Call patient back on cellphone but home. 8.24 SL\r\n\r\nPt. will be relocating to TX in Oct. won't be able to do follow up visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60921":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called home phone since mobile is wife's cell. LVM and sent recruitment email (to wife's email and patient's) 8.24 SL\r\n\r\nWants to think more on the study 8/30\r\n\r\nPt. did not want to commit to extra visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60922":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-25","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is unable to make extra visits because her daughter would need to drive. Per patient daughter already taking a lot of time off work for other visits and surgery. 8.25 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60923":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-25","screening_age":"40","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Call could not go through on patient's number. Home is SO's phone number and she is listed on friends and family form and is the preferred number. Tried this and LVM, sent recruitment email. 8.25 SL\r\n\r\nLVM 8/30\r\n\r\nPt. didn't respond after 3 attempts","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60924":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-25","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unsure if patient will be able to image due to body habitus. Will look into with MRI team. Patient will also think about study during this time. Spoke to him and spouse today. 8.25 SL\r\n\r\nExcluded due to body habitus. 8.30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60925":{"redcap_data_access_group":"university_of_mich","main_record_id":"20316","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-25","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 8.25 SL\r\nPatient called back and is interested 9am Tuesday morning for enrollment 8.25 \r\n\r\nRA called patient ","obtain_date":"2023-08-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-19","sp_v1_preop_date":"2023-09-25","sp_v2_6wk_date":"2023-11-29","sp_v3_3mo_date":"2024-01-18","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60926":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-28","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt wants to be randomized for PRIMARY study before discussing further. Pt. anticipates randomization to occur at end of Aug or early Sep. 8/28\r\n\r\nPt ended up being randomized to the non-eligible branch of their cardiac study. Pt is to be excluded. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60927":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt's main residence is in a different state. Unable to come in for study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60928":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-29","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. not willing to undergo scan","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60929":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt unable to do baseline visit before Sx which is tentatively scheduled for 9/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60930":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unwilling to travel for visits nor willing to undergo scan.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60931":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to LVM sent Email 9/1\r\n\r\nLVM 9/12 \r\n\r\nLVM 9/18 SL and followed up on recruitment email sent. Will be listed as a no response. 9.18 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60932":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Sx date and procedure is just a place holder just in case pt's case needs surgery. Wait till results of colorectal tumor board before following up w/ pt. 9/1\r\n\r\nPt pursuing non-sx treatment","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60933":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"42","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 9/1\r\n\r\nToo much extra for pt. 9/12","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60934":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt interested in study but they haven't decided on a final treatment plan and pt. may not proceed on w/ sx. Follow up latter half of week of 9/11. 9/1 JC \r\n\r\nPt still undecided if will do radiation or surgery but leaning towards radiation. Will follow up again in a couple weeks, last appt next Wed and then will make final decision 9.14 SL\r\n\r\nSx. Canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60935":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60936":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt cannot undergo MRI at advice from physician due to previous head procedures.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60937":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-08","screening_age":"40","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient was MD referral. LVM and sent recruitment email, 9.8 SL\r\n\r\nLVM 9.14 SL\r\n\r\nPt. wanting to enroll @ TC after 11am pre-op appt on 10/2 9/28\r\n\r\nPt can not attend visit prior to Sx- 10/2 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60938":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Potentially interested, asked to be followed up on 9/13. 9/12\r\n\r\nPt doesn't have time to participate in study before sx","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60939":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Maybe interested, sent recruitment email and asked to be approached in clinic on 9/19. 9/12\r\n\r\nClaustrophobia requiring meds ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60940":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Usure, sent recruitment email and follow up early week of 9/18\r\n\r\nPatient at work when called and could not talk long. Stated she was going to call us after surgery. Quickly explained to pt that our study requires time before surgery. She stated she was seeing the nurse before surgery and then had to go due to work. 9.18 SL\r\n\r\nSx postponed due to pt. needing to have other issues addressed first. 9/27\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60941":{"redcap_data_access_group":"university_of_mich","main_record_id":"20320","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-12","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Ready to enroll on 9/13 @ 14:00. ","obtain_date":"2023-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-08","sp_v1_preop_date":"2023-10-02","sp_v2_6wk_date":"2023-12-20","sp_v3_3mo_date":"2024-02-07","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60942":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient excluded. Had thoracic surgery a month ago that was aborted due to low oxygen and incisions were made and lymph nodes removed. Explained to pt that since surgery happened within 3mo we cannot have him in the study. 9.14 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60943":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-15","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt's surgery scheduled within 1wk of coming on schedule. Pt was interested at first, but when realized would have to drive to a couple different location for QST/MRI, she said she was not. Pt has pre op next week and offered same day as this, but pt declined due to travel between locations. 9.15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60944":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-15","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient has trach. Excluded from imaging and study. 9.15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60945":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-15","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Has a lot going on at this time but would if they didn't - 9/15 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60946":{"redcap_data_access_group":"university_of_mich","main_record_id":"20322","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-21","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested, needs appt on either weeked of 10.1/10.2 or with pre op on Mon 10.3, 9.20 SL. Enroll Saturday\r\n","obtain_date":"2023-09-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-05","sp_v1_preop_date":"2023-10-03","sp_v2_6wk_date":"2023-11-15","sp_v3_3mo_date":"2024-01-04","age":"62","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60948":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt at work but off on Tuesday. Call then, did not get a chance to explain study. 9.22 SL\r\n\r\nLVM 9.26 SL\r\n\r\nPt. did not want to do all study procedures 10/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60949":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 9/26\r\n\r\nUnable to come in for study visits, pt already has difficulty coming in for MD visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60950":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 9/26 \r\n\r\nUnable to come in for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60951":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 9/26\r\n\r\nPt currently really sick and not willing to join study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60952":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LVM 9/26\r\n\r\nPt. not willing to commit to 3 hour visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60953":{"redcap_data_access_group":"university_of_mich","main_record_id":"20325","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-26","screening_age":"28","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. interested but wants to think on it. Follow up in a week and a half to 2 weeks. 9/26\r\n\r\nPt. ready to enroll after 3:30pm 10/10","obtain_date":"2023-10-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-12","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-01-23","sp_v3_3mo_date":"2024-03-12","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-12-01","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient informed us that he's been sick and also has a lot going on in his personal life. He has decided he no longer wants to participate in the study.","sp_data_site":"1"},"60954":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt's first major Sx and too busy for study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60955":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60956":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LVM but no email 9/28\r\n\r\nPt. doesn't have a reliable internet source, and will not be able to do surveys consistently ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60947":{"redcap_data_access_group":"university_of_mich","main_record_id":"20323","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-22","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 9.22 SL\r\n\r\nReady to enroll @ 11am on 9/29, 9/28","obtain_date":"2023-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-05","sp_v1_preop_date":"2023-10-03","sp_v2_6wk_date":"2023-11-15","sp_v3_3mo_date":"2024-01-04","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-08 12:43:42","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"No actions have been taken and waiting on a recommendation from CCC before taking any further actions.\r\nCCC's recommendation as stated below. \r\n\"the study team will carefully review each email for accuracy to participants names, etc., before sending out to participants to avoid this happening in the future.\"","erep_outcome":"Waiting on what CCC recommends before proceeding with further actions. \r\n\r\n","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"60957":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. is unable to do extra visits to Ann Arbor","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60958":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-29","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. has limited mobility and not willing to come to AA for extra study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60959":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-29","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unable to talk, asked to be called @ 11:30 on 10/2 9/29\r\n\r\nLVM 10/3 JC\r\n\r\nDeclined due to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60960":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"sent email, unable to LVM 10/3\r\n\r\nPt. unsure but somewhat interested, follow up early week of 10/9 10/6\r\n\r\nPt. currently on dialysis and unable to do BL, otherwise pt would have enrolled. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60961":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"39","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. not willing to travel for visit, 4 hours one way. 10/3/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60962":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"25","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt cannot spare time for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60963":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"interested in research but not sold on the study visits or MRI. 10/3 \r\n\r\nResent recruitment email, follow up on 10/20 10/16\r\n\r\nSpoke to pt and he had not had a chance to look at all information yet. Patient is an MD. Will look at email this weekend and make decision. He just is not sure about \"multiple trips\" for visit. 10.20 SL\r\n\r\nPt declined call on 10/27 \r\n\r\nPt unable to come in for BL visit before Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60964":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 10/3\r\n\r\nAsked to be call week of 10/9 10/6\r\n\r\nPt. unable to do BL visit before Sx, otherwise would have enrolled. 10/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60965":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-03","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. doesn't want extra MRI scans.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60966":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"79","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Doesn't think it's the right time for them to join a study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60967":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt out of town until 11/1, wait till then to reach out. 10/4 \r\n\r\nLVM 11/2- JC\r\nPatient was in clinic this day as well, although left before we could speak to her. Will call next week 11.2 SL\r\n\r\nPatient is still thinking about it. Wants to look at information one more time before making decision. Had family in. Assurred patient that study is voluntary. Call back next Tuesday pm 11.8 SL\r\n\r\nPer KD patient deferred participation. 11.15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60968":{"redcap_data_access_group":"university_of_mich","main_record_id":"20332","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-06","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. ready to be enrolled and wants to do it in person @ TC on 10/19\r\n\r\nLVM on 10/16 asking if pt. would be willing to enroll sooner due to sx being moved up to 10/26","obtain_date":"2023-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-26","sp_v1_preop_date":"2023-10-25","sp_v2_6wk_date":"2023-12-06","sp_v3_3mo_date":"2024-01-25","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60969":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 10/6 JC\r\n\r\nLVM 10.25 SL\r\n\r\nPt at work when I called, did not really want to talk, said we could try next week 11.3 SL\r\n\r\nPt at work again, asked pt if an email is easier and she said yes. Resent recruitment email 11.8 SL\r\n\r\nPt. never responded before Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60970":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient in clinic. Pt interested but spoke to pt and let them know we would wait to enroll until officially scheduled for surgery after his case is reviewed at tumor board (pt also going out of town until 10/27). 10.9 SL\r\n\r\nPt. excluded due to sx being canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60971":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-10","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Ready to enroll any day after 13:00. 10/10\r\n\r\nPt. decided that they were too claustrophobic and no longer was willing to try to scan. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60972":{"redcap_data_access_group":"university_of_mich","main_record_id":"20329","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-12-05","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient worried about transportation to visits. Sister unable to drive her and lives far away. Not comfortable getting to visits any other way. ","sp_data_site":"1"},"60973":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient going to be scheduled for mediastinal mass resection with Dr. Reddy. Spoke to pt in clinic. Per patient does not want any extra appointments and just wants surgery \"done\". 10.12 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60974":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Per patient joining another research study and does not want a second. 10.13 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60975":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Per patient she is going to have surgery at a different health system. Will be excluding. 10.13 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60976":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives 4.5 hours away and states they can't do extra appointments. Was willing to try baseline after surgery but not willing to do follow ups. Declined. 10.16 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60977":{"redcap_data_access_group":"university_of_mich","main_record_id":"20331","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-16","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested in study, planning enrollment for Wednesday. Checking with surgeon to make sure surgical approach qualifies. 10.16 SL","obtain_date":"2023-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-27","sp_v1_preop_date":"2023-11-16","sp_v2_6wk_date":"2024-01-08","sp_v3_3mo_date":"2024-02-26","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60978":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-16","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested, however goes to Arizona for the winter. Will defer participation and call in the future if patent is in town. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60979":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. interested but unable to fully explain study. Sent pt. recruitment email and will follow up in about 2 weeks. 10/17\r\n\r\nPt will take a look at email when they get a chance and will follow up in 2 weeks if pt does not reply back. 10/30\r\n\r\nLVM 11.13 SL\r\n\r\nPt no longer able to come in for BL visit before Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60980":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Ready to enroll on 11/2 in person after 11:10 appointment @ CC\r\n\r\nPt. is excluded from MRI due to implant","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60981":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Extremely claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60982":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt potentially interested, follow up in 2 weeks 10/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60983":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not able to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60984":{"redcap_data_access_group":"university_of_mich","main_record_id":"20336","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-25","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 10.25 SL\r\n\r\nLVM 10/30 \r\n\r\nSpoke to pt in clinic on 10.31. Patient unsure if wants to join just due to schedule and her husband's schedule/current helath problems. Also recent death in family. Spoke to pt at length about study commitment, including visit timelines and surveys. Gave direct line and pt will call tomorrow. If she doens't ill give her a quick call to see what she decides. Aware she woiuld need to come in this thurs or fri with surgery Mon. 10.31 SL\r\n","obtain_date":"2023-11-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-06","sp_v1_preop_date":"2023-11-02","sp_v2_6wk_date":"2023-12-18","sp_v3_3mo_date":"2024-02-05","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60985":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt very briefly. She was at work and in the middle of a project, unable to talk. Asked to be called anytime next week in the morning . Did not explain anything about study. 10.25 SL\r\n\r\nPt. asked to be followed up with on 11/1 @ 9am (recruitment email sent in the meantime) 10/30\r\n\r\nPatient is potentially interested. Worried about timing with work, but does have pre op this Monday 11/6. Will think about it and give me a call or text with response. Would like to possibly do on 11/6 after pre op. 11.1 SL\r\n\r\ndid not hear from pt, called at end of day friday but pt was going into a meeting and no time to talk. 11.3 SL\r\n\r\nSpoke to patient during clinic pre op visit. Interested in research and study but works full time and is unsure if has time for baseline visit with surgery next week. Will call me if she changes her mind. 11.6 SL\r\n\r\nPt. deferring participation as they never made a definitive decision to participate before sx on 11/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60986":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"31","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 10.25 SL\r\n\r\nLVM 11.3 SL\r\n\r\nLVM 11.16 SL. \r\n\r\nNo response from pt after 3 attempts. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60987":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives 4 hrs away in Alpena. Does not think he can do extra visits. Offered to try and do on same days as other appts but patient was very hesitant. Eventually said no. 10.26 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60988":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unable to travel for visits due to age and distance.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60989":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient was anxious about extra visits and time commitment. Politely declined 10.27 SL. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60990":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"41","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60991":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60992":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. not willing to travel for study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60993":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unable to do BL visit before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60994":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-02","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient going to be scheduled for L VATS. Talked to pt and wife in clinic and potentially interested. Pt's wife worked in clinical research. All questions answered. Asked for consent to be sent to them at wife's email. Sent and will follow up next week if dont hear back 11.2 SL\r\n\r\nPatient politely declined. Does not want to do extra travel in the winter. 11.8 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60995":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-03","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"At patient's new patient visit, surgeon had a cancellation and surgery to be scheduled next week. No time for baseline before surgery. Declined due to time issues. 11.2 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60996":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 11/7\r\n\r\nPt. never responded before sx on 11/21","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60997":{"redcap_data_access_group":"university_of_mich","main_record_id":"20338","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-07","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-15","sp_v1_preop_date":"2023-11-14","sp_v2_6wk_date":"2023-12-27","sp_v3_3mo_date":"2024-02-14","age":"68","sex":"1","genident":"N/A","ethnic":"2","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-01-05 10:01:08","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit was done 1 day outside of window. Pt was unable to come in sooner due to the holidays","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"60998":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unsure, sent recruitment email and will follow up in 2 weeks 11/7 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60999":{"redcap_data_access_group":"university_of_mich","main_record_id":"20340","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-08","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt interested in enrolling, wait till DOS is finalized in MiChart before enrolling. 11/8\r\n\r\nPatient interested, scheduled for Tuesday mid morning. 11.10 SL","obtain_date":"2023-11-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-08","sp_v1_preop_date":"2023-11-21","sp_v2_6wk_date":"2024-01-19","sp_v3_3mo_date":"2024-03-08","age":"61","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 11/9\r\n\r\nSpoke to pt and potentially interested, but wanted to discuss with daughter. Also would need appt on 12.20 with other pre op testing. Sent email with information, follow up if don't hear from pt by next week. 11.29 SL\r\n\r\nCalled patient and she hasn't made a decision yet on if she wants to participate. Asked for an email with callback number and will give us a response today. 12.6 SP\r\n\r\nCalled patient on 12.13 and she was in a meeting. Told patient I could email follow up. She said that'd be great and she'd read it. 12.13 SP\r\n\r\nLVM and sent email to follow up 12.19 SP\r\n\r\nNo response from patient at this time 12.21 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt and family. Unsure about pt's understanding of study. Daughter very pointed questions. Worried about logistics. Gave pt direct line, will follow up with her if don't hear. May or may not go forward with surgery- meeting with radiation oncology Monday. 11.7 SL\r\n\r\nPt deferred participation due to inability to do BL visit before Sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61003":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Said she would be happy to participate but does not have any availability between now and her surgery date (DOS was moved up from 11/28 to 11/15). If something changes with her schedule or surgery date she will reach out.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"78","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Per patient does not have time for this at the moment. Thanked her and wished her the best. 11.15 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Very interested in enrolling, patient scheduled for surgery this Monday. Plan to enroll tonight late around 8:30pm. 11.15 SL\r\n\r\nPatient said he got sick this evening and did not sound very well on the phone. Will try to call Friday to see if still interested. If so, will go from there. 11.15 SL\r\n\r\nLVM for pt letting him know that we won't be able to move forward with enrollment since surgery is on monday and no time for baseline visit. Deferred participation. 11.17 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. wants to focus on treating their various health issues.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61007":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 11/20\r\n\r\nTalked but call got disconnected, called back & LVM\r\n\r\nLVM 12/14 waiting for pt. to reach out, pt. placed in \"No Response\" for the time being","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 11/20\r\n\r\nLVM 12/11\r\n\r\nLVM 12/14 waiting for pt's response and placed in \"No Response\" for the time being","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 11.21 SL\r\n\r\nPatient decided to go with different surgeon in Lansing, cancelled surgery at Michigan. Excluded. 11.27 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61010":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient does not drive and her husband is still working. Unable to do extra visits since he would have to take time off work to drive her down here. Also, they live about 2 hours away. 11.21 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Emailed recruitment information. Will call next week 11.21 SL. \r\n\r\nLVM 11.27 SL\r\n\r\nPt. interested but unlikely able to come in for BL before Sx at this time. 12/1 Moved to \"Deferred Participation\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-27","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and sent recruitment 11.27 SL (on home #)\r\n\r\nLVM 12/1\r\n\r\nLVM 12/4 and moved to \"No Response\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61013":{"redcap_data_access_group":"university_of_mich","main_record_id":"20352","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-27","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Was at doc appt in morning. Will call back this afternoon 11.27 SL\r\nLVM 11.27, did not send recruitment email yet SL","obtain_date":"2023-12-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-02","sp_v1_preop_date":"2023-12-20","sp_v2_6wk_date":"2024-02-13","sp_v3_3mo_date":"2024-04-02","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61014":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Cardiac team approached in clinic on 11.28 will follow up soon. \r\n\r\nLVM 12.6 SP\r\n\r\nPt called back and declined. Does not want to travel for the visits etc. Lives 2 hours away. 12.6 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt seen in clinic. Pt declined due to travel not interested in hearing anything more once heard extra visit were required. 11.28 SL (Also ended up getting scheduled for surgery the next day with cancellation). ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61016":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"28","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt stated just very overwhelmed with appointments and new diagnosis of cancer this year. Also lives in Grand Rapids about 2 hours away. Politely declined but said if closer would have done study. 11.29 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt in clinc nad he was very nice. He is a maybe. Wanted to think about it with timing of visits etc. Will recontact next week if don't hear from him. Given information. 11.29 SL\r\n\r\nPatient declined, just very overwhelmed at this time. 12.6 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61018":{"redcap_data_access_group":"university_of_mich","main_record_id":"20353","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-01","screening_age":"21","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is potentially interested, just going to be scheduled for R rib resection.. The only issue is out of town starting this Sunday 12/3 to Saturday12/16, 2 days before surgery on 12/18. Gave patient info and talked extensively. Will contact us with decision or we can shoot an email early next week 12.1 SL. \r\n\r\nEmailed pt to follow up 12.6 SP\r\n\r\nWants to enroll tomorrow! 12.6 SP","obtain_date":"2023-12-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-18","sp_v1_preop_date":"2023-12-18","sp_v2_6wk_date":"2024-01-29","sp_v3_3mo_date":"2024-03-18","age":"21","sex":"1","genident":"1","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-12-18 07:52:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to get the pt in for a baseline visit prior to surgery. Imaging Items and Functional Tests were collected over the phone the day before surgery (in window), but no blood was collected prior to DOS.","erep_protdev_caplan":"Met pt in pre-op, asked the Current Med and other pre-blood draw questions, and collected sample with IV placement.","erep_rel_covid19":"0"}}},"61019":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-01","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt. deferring participation due to certain obligations, pt unable to do BL visit before Sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-01","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. thinks study would be too much extra on their plate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61021":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-01","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. unsure of status, follow up pt. in clinic on 12/5.\r\n\r\nTravel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"51","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 12/4\r\n\r\nPt. deferring participation due to not enough time to do BL visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61023":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt showed interest but wants to think on it.\r\n\r\nPt. excluded due to having a medical proxy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61024":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"Called patient and couldn't talk. Asked for callback tomorrow. Did not explain anything about the study 12.5 SP\r\n\r\nPatient not interested in doing extra testing. Also per patient it does not benefit him. Declined 12.6 SP. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61025":{"redcap_data_access_group":"university_of_mich","main_record_id":"20354","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-05","screening_age":"34","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Called patient and couldn't talk. Asked for callback tomorrow. Did not explain anything about the study 12.5 SP\r\n\r\nInterested. Plan to enroll saturday 12.9, 12.6 SP\r\n","obtain_date":"2023-12-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-18","sp_v1_preop_date":"2024-01-04","sp_v2_6wk_date":"2024-02-29","sp_v3_3mo_date":"2024-04-18","age":"34","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-03-14 08:32:50","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient did not finish all of 6w surveys in designated window. Resent remaining 6w surveys 2 days ago and asked patient to complete prior to 8wk post-op date (today). Patient completed yesterday, 1 day prior to 8wk date past surgery. ","erep_protdev_caplan":"None at this time. Had reminded patient multiple times in person, over email, and over phone to do surveys. ","erep_rel_covid19":"0"}}},"61026":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested but has not time before surgery. Patients surgery scheduled within about a week of coming on OR list. Asked patient is he would be willing if more time and he said yes very likely. Deferred participation. 12.7 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61027":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is potentially interested. However, surgery is in 10 days and unsure if he can do a baseline visit (lives a couple hours away as well). He is going to talk to his wife and will get back to us. Sent informational email after call as well. 12.7 SP\r\n\r\nLVM 12/11\r\n\r\nPt. interested in study but unable to come in for BL visit before Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-07","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient currently going through radiation and chemo. Has 9 appointments in next 10 days before surgery. No time for extra appointments at this time. Politely declined. 12.7 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives 2 hours away. Not willing to travel to Ann Arbor for study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"He is likely not going to participate (lives 4 hours away). Asked us to send information and he will let us know if he decides to participate. DH sent an email with informaion on 12/13.\r\n\r\nToo much travel ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61031":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Potentially interested, wants to be followed-up on 12/18 @ 14:00 12/14\r\n\r\nDeferred participation. Patient very overwhelmed with surgery next week. Also, with holiday told patient we would have to do visit this week and she could not. Asked patient if we could contact in the future and she said yes. 12.18.23 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61032":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"LVM 12/14 JC\r\n\r\nPatient was driving to work when I called her. Said she'd take a look at the email of information when she parked. Re-forward study information. 12.21 SP\r\n\r\nPatient emailed clarifying question. Replied 12.22 SP\r\n\r\nPatient asked why MRI was necessary over email. Responded 1.2 SP. Patient then emailed back and said she wasn't interested. Also said no time for baseline before surgery next week. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61033":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61034":{"redcap_data_access_group":"university_of_mich","main_record_id":"20359","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-14","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. interested sent email will follow up before 12/21 (pt. hard of hearing)\r\n\r\nPatient wants to enroll. Explained in detail. SP spoke to pt but another consent planned, so JC is going to call for actual consent. 12.19 SP\r\n","obtain_date":"2023-12-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61035":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"too busy to do study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61037":{"redcap_data_access_group":"university_of_mich","main_record_id":"20356","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-14","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-23","sp_v1_preop_date":"2024-01-02","sp_v2_6wk_date":"2024-03-05","sp_v3_3mo_date":"2024-04-23","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61038":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"57","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61039":{"redcap_data_access_group":"university_of_mich","main_record_id":"20373","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-14","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. in cardiology study that will be randomizing pts. wait till pt is randomized before attempting pt again.\r\n\r\n","obtain_date":"2024-01-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-31","sp_v1_preop_date":"2024-01-25","sp_v2_6wk_date":"2024-03-13","sp_v3_3mo_date":"2024-05-01","age":"84","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61040":{"redcap_data_access_group":"university_of_mich","main_record_id":"20363","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-14","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt doesn't want to make extra trips to the medical campus ","obtain_date":"2023-12-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-26","sp_v1_preop_date":"2024-01-15","sp_v2_6wk_date":"2024-03-08","sp_v3_3mo_date":"2024-04-26","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61041":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 12/14\r\n\r\nTravel, patient lives 3 hours away and after thinking about it decided to decline. 1.22 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61042":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-15","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to patient in clinic and gave information (brochure). Potentially interested. Wanted time to think about it and talk to husband. Asked when she needed to know by. Told patient we can call when we return from holiday on 1/2. Pt's surgery tentatively 1/17. She is ok if she is interested to do a visit during those 2 weeks before surgery. Will follow up after holiday 12.15 SP. \r\n\r\nCalled patient and she said she has \"another issue she now has to take care of after surgery\" and does not want to add extra to her plate. Declined. 1.2.24 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61043":{"redcap_data_access_group":"university_of_mich","main_record_id":"20367","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-21","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 12.21 SP\r\n\r\nSpoke to patient and she is potentially interested. Answered all questions and resent email with visits laid out. Call patient tomorrow end of day for decision. 1.2.24 SP\r\n","obtain_date":"2024-01-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-11","sp_v1_preop_date":"2024-01-11","sp_v2_6wk_date":"2024-02-22","sp_v3_3mo_date":"2024-04-11","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-01-11 14:47:05","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Data (including surveys, imaging items, functional tests, blood, and meds) collected day of surgery instead of before. ","erep_protdev_caplan":"No corrective action plan at this time. ","erep_rel_covid19":"0"}}},"61044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-21","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Callled patient and she was busy. Would like callback on 12/26 or 12/27 mid day. Did not talk about study at all. 12.21 SP\r\n\r\nStill thinking about it, had no other questions at this time. Told patient if we don't hear from her next week we'll give her a quick call or reply to email. She said that was good and she will try to reply as well if she makes a decision before we reach back out to hear. 1.5.24 SP\r\n\r\nEmailed and declined. Patient stated she can't take any more time off work and can't make extra trips to Ann Arbor. 1.11.24 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-21","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient has fibromyalgia. Worried \"enough about procedure and pain\" and doesn't want to do other tests that could induce pain. 12.21 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61046":{"redcap_data_access_group":"university_of_mich","main_record_id":"20395","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-21","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. She is interested in helping, but would like to think about it. Left her with a pamphlet and my number 12/21- MD\r\n\r\nSpoke with pt again in clinic as she had some follow-up questions. She is very interested and will likely participate. I gave her our contact info and she said if she doesn't reach out before she is on the OR schedule, we can give her a call. 2/1- MD\r\n\r\nLVM inquiring if pt. is still interested in enrolling in study now DOS is assigned. 2/19\r\n\r\nPatient to enroll this Friday 2.23 at 10:30am- SP 2.19\r\n\r\nLVM 2.23 at 1030, did not answer for consent. SP","obtain_date":"2024-02-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-04-09","sp_v1_preop_date":"2024-03-25","sp_v2_6wk_date":"2024-05-21","sp_v3_3mo_date":"2024-07-09","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61047":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-02","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient currently in Florida and only come for pre op this Thursday and surgery on Monday. Told patient if he was interested we could plan baseline and work out travel schedule for later visit. Patient stated he is also still working and cant take more time off for another visit. Declined. 1.2.24 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61048":{"redcap_data_access_group":"university_of_mich","main_record_id":"20366","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-02","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient would like a callback tomorrow morning. Did not get a chance to explain study as patient was driving. 1.2.24 SP\r\n\r\nWould like to enroll tomorrow at 9:15am. 1.3.24 SP","obtain_date":"2024-01-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-22","sp_v1_preop_date":"2024-01-09","sp_v2_6wk_date":"2024-03-04","sp_v3_3mo_date":"2024-04-22","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61049":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-02","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is extremely claustrophobic. Per patient also about 6'7\" and 190lbs. Would help if MRI wasn't involved. Excluded due to claustrophobia. 1.2.24 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61050":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-02","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient and is potentially interested. Wanted to talk to wife more. Wife got on phone for a little bit as well. Sent information to them over email. Will follow up next week if don't hear from patient. 1.2.24 SP\r\n\r\nHad major dental work late last week will follow up at the end of the week 1.8 SP\r\n\r\nSpoke to patient at length. Many different questions. Patient at end of conversation said he isn't sure he is going to have surgery if continues to \"feel good\". Will make decision on 23rd of January. Look at chart and call after this date. 1.12 SP\r\n\r\nCalled patient and still isn't sure if he is going to move forward with surgery. He is waiting to hear back from surgeon on a couple of questions. Will check again in 1-2 days. 1.25 SP\r\n\r\nPatient is going to move forward with surgery. Has decided to enroll. Will enroll tomorrow (1.30) 1.29 SP\r\n\r\nRedcap somewhat down, uanble to send consent form. Went through consent with patient and wife over phone (sent copy by email). Callback in 2 days to follow up. Patient also concerned about insurance with study. Is going to call them to confirm he can do it and they'd cover injury if something did occur. 1.30 SP\r\n\r\nLVM wifes cell as patient and wife requested a couple days ago 2.1 SP\r\n\r\nPatient's wife emailed and stated he wanted to decline. Was too worried about insurance etc. Wife and I (research coordinator) had tried to assure patient risk of injury is low but he did not want to move forward. 2.2 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient declined. Is somewhat claustrophobic and \"doesn't want to add any more stress or anxiety\" before surgery. 1.3.24 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke to patient and potentially interested, but lives an hour or two away. Asked for information to be sent and will talk wit her daughter. Will follow up with her next week. 1.3.24 SP\r\n\r\nPt. wants to just focus on their care for now. 1/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-05","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was very interested in helping/participating. However, thoracic surgery scheduled very suddenly within 5 days of being seen. So, patient does not have time for baseline as he is also still working. Deferred participation. 1.5.24 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61054":{"redcap_data_access_group":"university_of_mich","main_record_id":"20368","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-05","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Wants to enroll in about an hour 1.5.24 SP","obtain_date":"2024-01-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-02","sp_v1_preop_date":"2024-01-24","sp_v2_6wk_date":"2024-03-15","sp_v3_3mo_date":"2024-05-02","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61055":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"39","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61056":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt interested but currently unable to do BL visit before Sx. Pt. deferring participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61057":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-09","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Interested but didn't have time to talk. Sent email and will follow up in a couple days. 1/9\r\n\r\nExcluding pt. due to magnets holding feeding tube in place.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61058":{"redcap_data_access_group":"university_of_mich","main_record_id":"20374","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-11","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. wanting to enroll but waiting for Sx date to be set before enrolling. 1/11","obtain_date":"2024-01-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-01","sp_v1_preop_date":"2024-01-31","sp_v2_6wk_date":"2024-03-14","sp_v3_3mo_date":"2024-05-01","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-02-11","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Called patient yesterday to remind of daily surveys. Patient stated she was glad we called and she wanted to withdraw. Per patient there were \"very serious complications from the study\" and will likely take almost a year to fully recover. Offered patient other options but wanted to move forward with withdrawing. ","sp_data_site":"1"},"61059":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-11","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives about 3hrs away and nervous to travel in winter. Politely declined and said if she lived closer and it wasn't winter she'd consider it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-11","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient unsure at this time. Would like to participate but has their own business and it is hard to take time off. Wanted to think about it more. Sent patient information and will follow up early next week if don't hear from him. 1.11 Sp\r\n\r\nPt not willing to make extra trip for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61061":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-12","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient would have been interested in study if there was longer time before surgery. Surgery scheduled on 1.11.24 for 1.18.24. Patient lives 3 hours away and bad weather is coming also. Unable to come in for baseline visit before surgery. If she could, she'd be willing to participate. Deferred participation. 1.12.24 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61062":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-12","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Can't commit to study due to weather conditions and travel. Lives about 8 hours away in UP and unsure when bridge is open, current blizzard etc. Surgery scheduled within 2 weeks. 1.12.24 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61063":{"redcap_data_access_group":"university_of_mich","main_record_id":"20381","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-15","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 1/15\r\n\r\nPatient responded to email sent by JC that he was interested. Emailed back and asked when it would be a good time to go through consent form. 1.18 SP\r\n\r\nEnroll tomorrow 1.23, 1.22 SP\r\n\r\nHad to confirm patient's surgical approach. Confirmed for now by surgeon. Will enroll to morrow 1.26, 1.25 SP","obtain_date":"2024-01-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-29","sp_v1_preop_date":"2024-01-30","sp_v2_6wk_date":"2024-04-11","sp_v3_3mo_date":"2024-05-29","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61064":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined. Patient needs someone to drive her and lives 3 hours away. If distance wasn't a factor she'd be more inclined. 1.17 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61065":{"redcap_data_access_group":"university_of_mich","main_record_id":"20376","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-17","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-01","sp_v1_preop_date":"2024-01-24","sp_v2_6wk_date":"2024-03-14","sp_v3_3mo_date":"2024-05-01","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61066":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Phone# requires an access code to go through, sent recruitment email. 1/18 \r\n\r\nIs not willing to travel (3 hours 1 way) for in-person study visits. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61067":{"redcap_data_access_group":"university_of_mich","main_record_id":"20380","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-19","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will enroll in person next week on 1/25 before other appts at CVC. Interested. 1.19 SP","obtain_date":"2024-01-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-09","sp_v1_preop_date":"2024-02-06","sp_v2_6wk_date":"2024-03-22","sp_v3_3mo_date":"2024-05-09","age":"65","sex":"1","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61068":{"redcap_data_access_group":"university_of_mich","main_record_id":"20379","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-19","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested. Consent later today at 2pm SP 1.19.24\r\n\r\nPatient did not answer. LVM for patient to callback. 1.19 SP\r\n\r\nEnroll tomorrow 1.23- 1.22 SP\r\n\r\n","obtain_date":"2024-01-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-26","sp_v1_preop_date":"2024-02-05","sp_v2_6wk_date":"2024-04-08","sp_v3_3mo_date":"2024-05-26","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61069":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-23","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined due to distance and surgery being scheduled within 1 week. Patient is a doctor and said if he lived closer and more time would be interested. 1.23.24 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61070":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-23","screening_age":"81","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient about 10 minutes. Explained study in detail. Asked about sedation with MRI and told patient we could not give her that. Said she wants to talk to her daughter and either will follow up or give her a call in 2 days. 1.23 SP\r\n\r\nDid not hear from pt, surgery tomorrow. Moved over to no response. 1.29 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61071":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-25","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient and she is unwilling to make decisions for herself without son. Exclude. 1.25.24 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61072":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-25","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM, preferred # was SO's cell. Sent recruitment email as well. 1.25 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61073":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-25","screening_age":"69","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVm and sent recruitment email 1.25 SP\r\n\r\nHad pre-op appt today 1.30. Tried to talk to pt in clinic but was angry that appointment started late. Another research was also trying to talk to patient and they were trying to leave. Not able to talk to pt, will try over phone again in near future. 1.30 SP\r\n\r\nDeferring participation due to limited time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61074":{"redcap_data_access_group":"university_of_mich","main_record_id":"20382","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-25","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient and he said he'd be interested but refused to come in for any follow up appointments, as he lives in the UP of Michigan (around 8 or more hours away). \r\n\r\nCalled pt and spoke to wife. Will callback later or gave # for him to call me. 1.29 SP","obtain_date":"2024-01-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-08","sp_v1_preop_date":"2024-02-07","sp_v2_6wk_date":"2024-03-21","sp_v3_3mo_date":"2024-05-08","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61075":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-26","screening_age":"39","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke to patient very briefly and she was getting an infusion. Asked to be callled back next week, as she would \"not remember\" the call due to the infusion. Did not explain anything about study. 1.26 SP\r\n\r\nPatient did push surgery back by 2 weeks. 2.1 SP\r\nIn patient's chart note about rescheudling surgery. Called patient today to check in and patient said she was taking daughter to appt and hung up. Did not explain study. 1.29 SP\r\n\r\nPt w/doc appt today. Will follow up next week instead 2.2 SP\r\n\r\nPt \"not interested in research and too much going on/too many health problems\" 2.6 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61076":{"redcap_data_access_group":"university_of_mich","main_record_id":"20385","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-26","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient and she wants to think about it, but seemed interested. Wanted to discuss with her husband. Sent email with visit information as well. 1.26 SP\r\n\r\nDid not see that information was sent to pt. Called ptient to check and didn't check email. Resent to new email that pt provided. Will check back in at the end of the week. 1.29 SP\r\n","obtain_date":"2024-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-14","sp_v1_preop_date":"2024-02-13","sp_v2_6wk_date":"2024-03-27","sp_v3_3mo_date":"2024-05-14","age":"77","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61077":{"redcap_data_access_group":"university_of_mich","main_record_id":"20388","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-30","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested but unsure if he could get a ride for baseline appointment. Stated he will check and get back to us, gave direct line. Also sent email with information even thought patient does not \"use email frequently\". If don't hear from pt will check bac in next week. 1.30 SP\r\n\r\nPatient called and wants to enroll and can do a monday morning for a visit. Plan to enroll later today 2.2 SP","obtain_date":"2024-02-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-28","sp_v1_preop_date":"2024-02-12","sp_v2_6wk_date":"2024-04-10","sp_v3_3mo_date":"2024-05-28","age":"74","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61078":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-30","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke to patient and she wants to think about it. Sent information with visit timeline. Will follow up next week if don't hear from pt. 1.30 SP\r\n\r\nCalled, VM full and unable to leave message 2.6 SP\r\n\r\nVM full again, sent email follow up 2.12 SP\r\n\r\nFollow up on 2/20 interested in participating 2/16 JC\r\n\r\nPatient is still unsure, wants sister there to be able to discuss study. Plans to call me back this afternoon. 2.20 SP\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61079":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-01","screening_age":"61","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"VATS thymectomy, thymoa for years. Will be scheduled in late March/April. Spoke to patient and he is potentially interested. Asked questions. Reassurred patient he did not have to make decision right this second. Told him he can talk to daughter and call if any questions. We will plan to call him once he is actually scheduled for surgery. 2.1 SP\r\n\r\nPt. wants to limit contact due to current health status. 3/7","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61080":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-01","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Potentially interested, wants to think on it. Follow up early week of 2/5\r\n\r\nCall did not go through 2.6 SP\r\n\r\nSent email 2.11 SP\r\n\r\nSpoke to pt, does not want any extra appts before surgery. She \"needs this surgery to happen\" and doesn't want to risk going out more etc. Declined 2.13 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61081":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-01","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"Interested but didn't have time to learn about study, follow up early week of 2/5 2/1\r\n\r\nLVM 2.6 SP\r\n\r\nLVM 2.14 SP\r\n\r\nPatient declined. Stated they go away in the summer and may not be able to make follow up visits. Told pt we could work around her schedule but still wasn't interested. Wants to just focus on surgery. Wished pt best. 2.20 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61082":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-01","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 2/1\r\n\r\nUnable to make time for study, Pt. & spouse currently undergoing time intensive care.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61083":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-01","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61084":{"redcap_data_access_group":"university_of_mich","main_record_id":"20391","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-01","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"MD spoke with pt in clinic. He seemed interested, but wanted to think about it. I left him with our pamphlet and let him know that we would reach out to him when he gets on the OR schedule unless we hear from him sooner 2/1- MD\r\n\r\nSpoke to pt's daughter who was pts appt. Stated they are still waiting on surgery date (between 2 dates at the moment), so we can follow up this week again when on OR schedule officially. Reiterated study to pt's daughter and she will talk to him again about it. 2.11 SP","obtain_date":"2024-02-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-03-08","sp_v1_preop_date":"2024-03-05","sp_v2_6wk_date":"2024-04-19","sp_v3_3mo_date":"2024-06-08","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61085":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-02","screening_age":"41","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Time and distance","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61086":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-02","screening_age":"26","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Unsure, wants to think on it 2/2\r\n\r\nLVM 2.6.24 SP\r\n\r\nDeclined, patient called back and asked about MRI. Stated they were 2 and pt opted to pass on study. 2.6 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61087":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-02","screening_age":"69","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61088":{"redcap_data_access_group":"university_of_mich","main_record_id":"20387","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-02","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Ready to enroll ASAP week of 2/5","obtain_date":"2024-02-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-03-12","sp_v1_preop_date":"2024-02-27","sp_v2_6wk_date":"2024-04-23","sp_v3_3mo_date":"2024-06-12","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61089":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. unable to do study visits due to job","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61090":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"56","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not willing to travel for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61091":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"sent recruitment email but unable to LVM 2/6\r\n\r\nHas a defibrillator not listed on chart but pt mentioned it during phone call before consent. Must exclude. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61092":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"wants to discuss w/ spouse and anesthesiologist\r\n\r\nDue to pt's current health status, study would be an extra burden on family. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61093":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-07","screening_age":"41","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61094":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-09","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Interested but pt. trying to push DOS further out. Wait till new DOS is assigned before proceeding on w/ enrollment. 2/9\r\n\r\nLVM following up on if pt. still wants to enroll 2/14\r\n\r\nLVM inquiring if pt. still wanted to enroll in study. 2/19\r\n\r\nPt's current situation prevents them from coming in for study visits. Deferring pt. participation. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61095":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-09","screening_age":"35","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61096":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-09","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Interested but wants to think on it, follow up late week of 2/12 2/9\r\n\r\nExclude, when called patient back said he was cancelling surgery. 2.16.24 SP\r\n\r\nPatient's surgery actually kept- miscommunication in diagnosis. Will try to contact again. Original DOS of 3.11.24 kept- 3.5 SP\r\n\r\nSpoke to patient in clinic and due to short amount of time and busy schedule unable to do baseline and declined. 3.6 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61097":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-09","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and sent recruitment email 2/9\r\n\r\nLVM 2.23 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61098":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-14","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt doesn't have extra time for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61099":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-14","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Thinks study is too big of a commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61100":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"43","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Interested, approaching in Clinic\r\n\r\nLVM and emailed \r\nPatient called back and said she was interested but unable to come in for baseline visit before surgery due to transportation issues. Would have participated if this wasn't the case or more time before surgery (came on schedule less than 10 days before surgery). Deferred participation. 2.16 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61101":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 2/15\r\n\r\nPt. wants to think about it follow up week of 3/4 2/26 JC\r\n\r\nPt declined- surgery moved up by 3 weeks and distance of travel too far for baseline. 3.4 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61102":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61103":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Deferring Pt. participation due to pt not having enough time to do a bl visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61104":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 2/19\r\n\r\nPatient declined due to MRI. Per patient just had a brain MRI and it was \"worse than the PET scan\" and really did not want to do another. 2.27 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61105":{"redcap_data_access_group":"university_of_mich","main_record_id":"20398","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-19","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Unable to LVM, sent recruitment email 2/19","obtain_date":"2024-02-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-03-18","sp_v1_preop_date":"2024-03-15","sp_v2_6wk_date":"2024-04-29","sp_v3_3mo_date":"2024-06-18","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61106":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Declined due to not willing to travel for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61107":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Interested in participating in study but sx approach is dependent on results from nephro appt on 2/27. Reach out end of week of 2/26 or early week of 3/4. 2/19\r\n\r\nLVM 3/7\r\n\r\nIn-person consent on 3/19 after 11:30 pre-op appt @ CVC- JC\r\n\r\nLVM 3.21 SP\r\n\r\nPatient called back and msut defer participation. Unsure what surgical approach will be now per patient and will not know until a couple days before surgery. At that time patient will be admitted for a couple days before surgery. - JC and SP 3.21.24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61108":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM 2/19 - JC\r\n\r\nSpoke to pt brieflt and potentially intested. If does enroll would likely need visit same day are pre op on 4/4 due to work schedule and travle. Resent email and pt will hopeuflly follow up if interested. If don't hear from by mid March call again. 3.1 SP\r\n\r\nPatient would enroll if it wasn't for driving distance. Due to this declining. 3.13 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61109":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-19","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 2/19\r\n\r\nPt undergoing ablation procedure within 6-month after thoracic sx. Pt placed in deferred participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61110":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-20","screening_age":"26","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 2.20 SP\r\n\r\nLVM 2.23 SP\r\n\r\nLVM 2.24 DH\r\n\r\nAttempted AM & PM of 2/24 and PM of 2/26- JC\r\n\r\nLVM 2.27 SP. No response from pt. \r\n\r\nAttempted PM of 2/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61111":{"redcap_data_access_group":"university_of_mich","main_record_id":"20401","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-20","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient isn't sure if she is going to move forward with surgery at MiMed. Still needs to check with insurance on cost etc. If she does, is potentially interested in study if it works with her schedule etc. Will plan to call back if and when surgery is finalized. 2.20 SP\r\n\r\nPt. still in negotiations w/ insurance and anticipates to have update by end of week. Follow up early week of 3/4 2/28\r\n\r\nReady to enroll on 3/8 @ 10am\r\n\r\nNot feeling well. Prefers a call Monday 3/11 morning to go through consent. -DH","obtain_date":"2024-03-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-03-28","sp_v1_preop_date":"2024-03-20","sp_v2_6wk_date":"2024-05-09","sp_v3_3mo_date":"2024-06-28","age":"33","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61112":{"redcap_data_access_group":"university_of_mich","main_record_id":"20393","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-21","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM & email wasn't able to be sent 2/21","obtain_date":"2024-02-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-27","sp_v1_preop_date":"2024-02-26","sp_v2_6wk_date":"2024-04-09","sp_v3_3mo_date":"2024-05-27","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61113":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-21","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. requested to be called after 2pm on 2/21\r\n\r\nToo much time commitment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61114":{"redcap_data_access_group":"university_of_mich","main_record_id":"20397","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-22","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Asked to be followed up on 2/26 2/22\r\n\r\nLVM 2/26\r\n\r\nPer patient surgery is being moved from 3/1 due to taking blood thinner by accident. Would like to enroll. Enroll tomorrow 2.28- 2.27 SP\r\n\r\nPatient will actually be in for clinic visit today. Will do in person. 2.28 SP","obtain_date":"2024-02-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-03-26","sp_v1_preop_date":"2024-03-19","sp_v2_6wk_date":"2024-05-07","sp_v3_3mo_date":"2024-06-26","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61115":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-22","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Asked to be called back early week of 2/26\r\n\r\nPt choosing to undergo Sx at another hospital","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61116":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-22","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt in clinic and patient very overwhelmed. Told today by surgeon that likely metastatic disease. Patient very quiet and did not say much when speaking to them. Ended up giving pamphlet to wife. Wrote down contact information and told patient there is not pressure, but to give us a call if would like to participate. Will try to call early next week if don't hear from him since surgery likely planned for next week too. 2.22 SP\r\n\r\nNo response from pt. Surgery on 2.29. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61117":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-27","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"LVM and sent recruitment email 2.27 SP\r\n\r\nCalled patient and she answered but quickly asked \"what are you researching I am very busy at work right now. \"Told patient we can call her back another time and she said after 4pm. Resent email to pt instead. 2.29 SP\r\n\r\nCalled patient and she said \"no thanks\" and \"just wants to do what she needs to do\" and was ready to get off phone. Declined- 3.13 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61118":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-29","screening_age":"57","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and sent recruitment email 2.29 SP\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61119":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-01","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient said he will \"pass\" and has been through a lot in the last couple of weeks and is \"really raddled by it\". Declined. 3.1 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61120":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. is caregiver to spouse and unable to make extra trips for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61121":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-05","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt. currently stressed and said that they are unlikely to be able to come in for a BL visit prior to sx at this time. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61122":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt in clinic on 3.5.24. Will scheduled in about 3 months for a TTHHR. She is interested in particpating. Will discuss if we should enroll now or wait until scheduled in a few months. Will need to see thes surgeon for evaluation again prior to scheduling. 3.6 SP\r\n\r\nTalked to patient and told her we'd enroll when she comes back in and surgery officially gets scheduled. Patient good with this plan. 3.7 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61123":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives in UP of Michigan and only friends driving her down day before surgery. Unable to commit to even baseline visit and declined due to this. However, patient would have participated if lived closer and/or could drive etc. Was sad she couldn't. 3.6 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61124":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"23","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt will think about it. Asked for emial with information. If don't hear from pt follow up next week. (Also pt was not aware of surgery date and pt's mom had questions- messaged thoracic nurse to let them know). 3.6 SP\r\n\r\nEmailed again 3.12 SP\r\n\r\nLVM 3/14\r\n\r\nEmailed 3/20\r\n\r\nLVM notifying pt. that we would like to do BL visit on 3/25 if they were interested in enrolling. 3/22 \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61125":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61126":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM 3/7 No Email\r\n\r\nPt. being excluded due to requiring a medical proxy, ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61127":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Emailed and LVM 3/7 \r\n\r\nLVM 3.12 SP\r\n\r\nCategorizing pt. as deferred participation due to them being unable to do BL visit before Sx. \r\n\r\nPreviousy \"Deferred Participation\" & Pt. had a lot going on personally when approached in clinic on 3/13, confirm if situation still stands even w/ new DOS \r\n\r\nLVM 3.21 SP\r\n\r\nThought patient had called back but said she didn't. however, she plans to call back Monday, she said her dog is dying right now and can't talk. However, pt said she may want to do it will call us back soon. 3.22 SP\r\n\r\nCalled patient and she said \" I do not want to have this phone call and I am not ready to be a participant\". - SP 4.1.24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61128":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Emailed & LVM 3/7\r\n\r\nExcluded Pt. no longer having sx. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61129":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Emailed & LVM 3/7\r\n\r\nEnroll tomorrow 3.23- SP 3.22\r\n\r\nPatient could not figure out how to sign consent form. Only got through partially. Crack on patient's phone also posing problems signing. Will do an in person consent on 4/3 w/pre op. 3.23 SP\r\n\r\nPt. chose to decline participation when RA approached them to do in person consent. 4/2\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61130":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. doesn't want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61131":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. doesn't want extra travel for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61132":{"redcap_data_access_group":"university_of_mich","main_record_id":"20404","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-07","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Ready to enroll on 3/8 @ 14:00 3/7 \r\n\r\nRescheduled enrollment for 9am on 3/14\r\n\r\nLVM 3.14 SP","obtain_date":"2024-03-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-04-18","sp_v1_preop_date":"2024-04-08","sp_v2_6wk_date":"2024-05-30","sp_v3_3mo_date":"2024-07-18","age":"49","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61133":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Interested but wants time to discuss w/ spouse and thing about it. Follow up sometime week of 3/11 3/7\r\n\r\nReforwarded email follow up middle of week of 3/18 3/14 \r\n\r\nLVM 3.21 SP\r\n\r\nPt declined due to distance for travel for appts. Was also on vacation when called. 4.1 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61134":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"60","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61135":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt in clinic on 3.7.24. ; Patient was very interested in study, however surgery is tenatively planned for 3/19 (in less than 2 weeks after discussed at tumor board) and patient just doesn't have time in her schedule. However, if something changes and surgery is moved out she is definitely interested and will call us. 3.7 SP will plan to keep in recontact until surgery and then move to deferred participation unless we hear from pt. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61136":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to pt in clinic on 3.7.24. Spoke to patient who was with her daughter. Pt's daughter kept saying she doesn't have time to do it, however patient seemed slightly interested and wanted to consider it. Will follow up with patient once scheduled. Her daughter is driver. 3.7.24 SP\r\n\r\nExtensively explained study to pt. but still wants to discuss w/ family. Sent recruitment email and Follow up before 3/20 3/15\r\n\r\nCalled patient and she didn't really remember talking to Joe last week about study. Talked about study some and patient said too much on her plate now. Declined. 3.22 SP\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61137":{"redcap_data_access_group":"university_of_mich","main_record_id":"20405","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-12","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested and would like to enroll. Will enroll this thursday 10am- 3.12 SP","obtain_date":"2024-03-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-04-25","sp_v1_preop_date":"2024-04-10","sp_v2_6wk_date":"2024-06-06","sp_v3_3mo_date":"2024-07-25","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61138":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LVM and sent recruitment email 3.12 SP\r\n\r\nSeverely claustrophobic ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61139":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-12","screening_age":"47","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Declining due to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61140":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unwilling to do study unless it can be done remotely","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61141":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. has an implant incompatible w/ MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61142":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61143":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt. interested but wants to read more on it. Notified pt. that we wouldn't move forward w/ enrollment until after visit w/ surgeon.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61144":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. states they don't participate in research","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61145":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-15","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 3/15\r\n\r\nPatient excluded. Wheel chair bound due to paraplegia and would not be able to image. 3.21 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61146":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-15","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61147":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-15","screening_age":"37","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. not willing to travel for study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61148":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-15","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt unable to travel for study, relies on others for transportation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61149":{"redcap_data_access_group":"university_of_mich","main_record_id":"20409","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-20","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM 3.20 SP and sent recruitment email\r\n\r\nPt. wanting to enroll @ 4pm on 3/21","obtain_date":"2024-03-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-04-05","sp_v1_preop_date":"2024-04-01","sp_v2_6wk_date":"2024-05-17","sp_v3_3mo_date":"2024-07-05","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61150":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-20","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient potentially interested. Wants to discuss with wife. Sent email with information. Will follow up early next week if don't hear from pt 3.20 SP\r\n\r\nLVM 4.1 SP\r\n\r\nLVM 4/9 JC\r\n\r\nPatient declined due to time constraints. Per patient \"not enough time to do other paperwork or come to hospital for visits etc\". - SP 4.16.24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61151":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-22","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is interested but lives in the UP. Daughter is driving patient down and patient doesn't want her to do anything extra (will have grandson as well). Per pt if husband was driving her down she'd do it and come a day early but he is staying home to watch pets. Declined due to these reasons but would have done it otherwise if schedule worked out. 3.22 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61152":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-26","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. not willing to do all study procedures","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61153":{"redcap_data_access_group":"university_of_mich","main_record_id":"20410","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-27","screening_age":"72","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested in enrolling on 3/28/24 anytime that day","obtain_date":"2024-03-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-04-03","sp_v1_preop_date":"2024-04-02","sp_v2_6wk_date":"2024-05-15","sp_v3_3mo_date":"2024-07-03","age":"72","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61154":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is going to think about it. Interested but lives about 2.5 hours away. Study gone over in detail and recruitment email sent. If patient doesn't get back to us, can follow up next week. 3.28 SL\r\n\r\nPatient decided to decline. Too many doctor appointments. 4.3.SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61155":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"69","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient would love to participate but is extremely claustrophobic. Per patient has to take 2 sedatives to do other MRIs in the past. For this reason has to be excluded. If was not claustrophobic would participate. 3.28 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61156":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email. 3.28 SP\r\n\r\nPt. currently doesn't have time to do BL visit before Sx due to occupation, deferred pt's participation for now.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61157":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient and she had me talk to her husband as well. Explained study in detail. Patient and her husband will think about it and I will follow up with them next week. Recruitment email sent as well. 3.28 SP\r\n\r\nLVM 4.5 SP\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61158":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt doesn't have enough time for BL visit at this time deferring pt's participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61159":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-01","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. not willing to do all study procedures","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61160":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Sent recruitment email with visits. Patient would like to help but worried about time commitment since surgery scheduled w/in two weeks. Will plan to reach back out in 2 days if don't hear from pt. 4.2 SP\r\n\r\nPatient emailed some questions on 4.3 and I responded. Pt emailed again this morning declining due to time reasons. 4.4 SP\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61161":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-02","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Interested but did not provide a definite answer. Follow up early week of 4/8 if pt. does reach out. 4/1\r\n\r\nPt. states that study will be too much on them. 4/9 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61162":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-03","screening_age":"41","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"* patient just out of month- long hospital stay as well* Explained study in detail a couple times to patient. Patient is on dialysis 3 times a week. Explained that patient would need to come in for visit before surgery and patient is not sure if that will work. Told patient we can reimburse for am uber ride if needed. Sent email with information and patient asked for callback friday morning, 4.3 Sp\r\n\r\nLVM 4.5 SP\r\n\r\nPt. unable to come in for BL visit and being admitted several days before sx. 4/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61163":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-03","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient said he as too busy with work and lives almost 3 hours away. Declined. 4.3 SP ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61164":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-03","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 4.3 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61165":{"redcap_data_access_group":"university_of_mich","main_record_id":"20413","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-04","screening_age":"78","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Planning to enroll Saturday around 10am. Email sent confirming this. 4.4 SP\r\n","obtain_date":"2024-04-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-04-17","sp_v1_preop_date":"2024-04-15","sp_v2_6wk_date":"2024-05-29","sp_v3_3mo_date":"2024-07-17","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-04-17 11:07:37","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt. hadn't completed BL surveys before DOS, RA resent the incomplete surveys on DOS for them to complete before undergoing Sx. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"61166":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Saw patient in clinic. Per surgeon surgery likely in about 4 weeks. Spoke to patient and not interested in research. In clinic patient also approached for two other studies from coordinators with different departments. Declined. 4.4 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61168":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too much travel an pt. is in process of moving further north","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61169":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM 4/9\r\n\r\nCalled JC back and patient ended up declining due to time commitment. - 4.11 JC/SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61170":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt wants to just focus on Sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61171":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. Scared of MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61172":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 4/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61173":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 4/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61174":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 4/9 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61175":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Potentially interested, sent recruitment email and will follow up in a week or so. 4/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61176":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61177":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt. unable to talk at the time of call, attempt again at another time. 4/9\r\n\r\nPatient wants to think it over. Discussed study and sent email summary, Will plan to follow up at the end of next week- 4.25 or 4.26. 4.16 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61178":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"68","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt. interested in enrolling, reach back out once DOS is assigned 4/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61179":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Interested but wants to think on it. FU in 2 week unless pt. reaches out before then 4/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61180":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want any extra visits or tests, declined. 4.10 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61181":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Callback in about an hour pt was at grocery store. - SP 4.10\r\n\r\nPt. unable to do study visit due to job schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61182":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called patient and spoke to her and her son (son's phone is primary). Explained study in detail to first son then patient. Patient (and son) are interested. Will plan to enroll after pt has a follow up appt w/surgeon, since has to lose weight prior to surgery, 4.10 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61183":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Unsure, wants to think on it, FU in 2 weeks 4/10\r\n\r\nPt. currently has too much on their plate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61184":{"redcap_data_access_group":"university_of_mich","main_record_id":"20415","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-11","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email. 4.11. 24 SP\r\n\r\nPatient emailed back last night and said he is interested. Emailed this morning to talk about next steps and doing enrollment call. 4.12.24 SP\r\n\r\nPatient called and said he will think about the study. Intrested but hard with time constraint. Will speak with wife and get back with me. Made sure to let patient know we would have to get him in next week before surgery Friday and still need to consent. 4.12 SP\r\n\r\nLVM for patient just seeing if he had decided about participation. 4.15 DH","obtain_date":"2024-04-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-04-23","sp_v1_preop_date":"2024-04-18","sp_v2_6wk_date":"2024-06-04","sp_v3_3mo_date":"2024-07-23","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-04-19 10:24:27","erep_ae_date":"2024-04-18","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2024-04-18 10:30","erep_resolution_date":"2024-04-19 10:30","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"After finishing up QST, I (SP- the RA) noticed the patient's shoulder was rather red and slightly swollen are area of neuropen/PPT. Asked patient if it was bothering him and if he had sensitive skin. He said no to both questions. ","erep_action_taken":"Followed up with patient today on day of surgery. MD (an RA) went down to pre op where patient was being prepped for surgery. Asked if shoulder was ok and patient said everything is resolved and did not bother him at all. Good to continue study as normal. ","erep_outcome":"Patient's redness and swelling cleared up within 24 hours and no further concerns. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"61185":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-11","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient approached at cardiac clinic visit. Screened patient more in depth and realized has cervical fusion. Will have to exclude. LVM for pt to let him know. 4.11 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61186":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-16","screening_age":"43","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 4.16 SP\r\n\r\nPatient emailed back and is intersted. Responded to email intersted to see when can do consent call. 4.16 SP\r\n\r\nEmailed pt again seeing if still interested. If don't hear back from pt over email will call tomorrow. 4.22 SP\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61187":{"redcap_data_access_group":"university_of_mich","main_record_id":"20417","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-16","screening_age":"38","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested. Planning to consent on 4.18.24 at 9:30am. - SP 4.16.24","obtain_date":"2024-04-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-05-10","sp_v1_preop_date":"2024-04-25","sp_v2_6wk_date":"2024-06-21","sp_v3_3mo_date":"2024-08-10","age":"38","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"61188":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-16","screening_age":"31","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 4.16 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61189":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-16","screening_age":"67","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Needs medication for MRI. Exclude at this time. \r\n4.16 .24 SP ; Would have participated otherwise. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61190":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-16","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email on 4.16.24 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61191":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-17","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt. potentially interested, reach out again late October or early November","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61192":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-18","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt. currently has other health issues that need managing at the moment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61193":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-22","screening_age":"46","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patent interested, planning to consent tonight around 6:30pm. 4.22 SP\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61194":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-22","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was at the store and couldn't talk much but is interested in hearing about study. Call back tomorrow morning to go over. 4.22 SP","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"61195":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-22","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 4.22 SP\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60204":{"redcap_data_access_group":"university_of_mich","main_record_id":"20040","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-01","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Only will enroll if they can do baseline visit on 1/12/22","obtain_date":"2021-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-13","sp_v1_preop_date":"2022-01-02","sp_v2_6wk_date":"2022-02-24","sp_v3_3mo_date":"2022-04-13","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"60460":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"N/A","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"unwilling to do QST","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60464":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-08","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60632":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient lives in Florida and is only here in Michigan for her surgery/treatment (originally from Michigan, moved to Florida 30 years ago). Patient unable to do follow up visits but likely would have participated if lived in state and timeline not as short (with having to get back home to Florida). ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60887":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"60000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt. surgery very soon, could not make it into a surgery visit due to time constraints. Could contact again in the future.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-09-30","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sx. canceled cannot enroll right now but potentially could in the future.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70003":{"redcap_data_access_group":"university_of_mich","main_record_id":"20029","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-10-21","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-10-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-04","sp_v1_preop_date":"2021-10-27","sp_v2_6wk_date":"2021-12-16","sp_v3_3mo_date":"2022-02-03","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-25","screening_age":"34","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-04","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-08","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Cannot scan","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70007":{"redcap_data_access_group":"university_of_mich","main_record_id":"20035","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-11","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-11-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-11-16","sp_v1_preop_date":"2021-11-15","sp_v2_6wk_date":"2021-12-28","sp_v3_3mo_date":"2022-02-15","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-15","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70010":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Cannot Scan","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-18","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70012":{"redcap_data_access_group":"university_of_mich","main_record_id":"20041","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-11-29","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-01","date_and_time":"2021-12-06 10:45","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-15","sp_v1_preop_date":"2021-12-07","sp_v2_6wk_date":"2022-01-26","sp_v3_3mo_date":"2022-03-16","age":"81","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-03-21 15:12:14","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Patient was unable to take oxy before imaging like at baseline visit due to no longer having a prescription for it. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"70013":{"redcap_data_access_group":"university_of_mich","main_record_id":"20043","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-06","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-08","date_and_time":"N/A","consent_process_form_complete":"0","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2021-12-17","sp_v1_preop_date":"2021-12-15","sp_v2_6wk_date":"2022-01-28","sp_v3_3mo_date":"2022-03-18","age":"83","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2022-01-10","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. is in more pain than expected after sx. and is feeling overwhelmed by his recovery. He also had a bad experience doing the MRI during his baseline and does not want to continue doing the daily surveys. He said he has a lot on his plate and needs to discontinue his involvement in the study.","sp_data_site":"1"},"70014":{"redcap_data_access_group":"university_of_mich","main_record_id":"20051","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2021-12-13","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-18","sp_v1_preop_date":"2022-01-10","sp_v2_6wk_date":"2022-03-01","sp_v3_3mo_date":"2022-04-18","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70015":{"redcap_data_access_group":"university_of_mich","main_record_id":"20047","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-13","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-01-07","sp_v1_preop_date":"2021-12-23","sp_v2_6wk_date":"2022-02-18","sp_v3_3mo_date":"2022-04-07","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-02-13 12:34:52","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Pt. was scanned on a different scanner at 3-month visit my mistake and discrepancy was caught after visit was complete","erep_protdev_caplan":"Scanners are verified before being documented in local logs to prevent this incident from occurring again.","erep_rel_covid19":"0"}}},"70016":{"redcap_data_access_group":"university_of_mich","main_record_id":"20048","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2021-12-13","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2021-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2021-12-16","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient re-read consent form after enrollment and determined the study activities to be too overwhelming for her. ","sp_data_site":"N/A"},"70017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70018":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-03","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70021":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-03","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-03","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70019":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She did not want to use the MRIs at UofM because she previously had a bad experience there.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70023":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-10","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70024":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-10","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"She is in another research study related to her sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70025":{"redcap_data_access_group":"university_of_mich","main_record_id":"20058","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-10","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-24","sp_v1_preop_date":"2022-01-21","sp_v2_6wk_date":"2022-04-07","sp_v3_3mo_date":"2022-05-24","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70026":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-20","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70027":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-07","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70031":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-21","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70032":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70033":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She is claustrophobic and didn't want to do the MRI without being sedated.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70034":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70035":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-03","screening_age":"34","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70037":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70038":{"redcap_data_access_group":"university_of_mich","main_record_id":"20090","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-28","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-11","sp_v1_preop_date":"2022-04-01","sp_v2_6wk_date":"2022-05-23","sp_v3_3mo_date":"2022-07-11","age":"69","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70039":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70040":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-28","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70041":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-04","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has too many appts. before sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70042":{"redcap_data_access_group":"university_of_mich","main_record_id":"20094","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-31","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-04-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-29","sp_v1_preop_date":"2022-04-20","sp_v2_6wk_date":"2022-06-10","sp_v3_3mo_date":"2022-07-29","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70049":{"redcap_data_access_group":"university_of_mich","main_record_id":"20111","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-26","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-05-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-13","sp_v1_preop_date":"2022-06-01","sp_v2_6wk_date":"2022-07-25","sp_v3_3mo_date":"2022-09-13","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-31","screening_age":"79","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She thinks it is too involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70066":{"redcap_data_access_group":"university_of_mich","main_record_id":"20117","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-06","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-30","sp_v1_preop_date":"2022-06-20","sp_v2_6wk_date":"2022-08-11","sp_v3_3mo_date":"2022-09-30","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70067":{"redcap_data_access_group":"university_of_mich","main_record_id":"20120","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-06","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-22","sp_v1_preop_date":"2022-06-17","sp_v2_6wk_date":"2022-08-03","sp_v3_3mo_date":"2022-09-22","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70068":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has a lot going on prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70069":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-16","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have a way of getting to Ann Arbor and husband has dementia so she has to stay and take care of him.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70070":{"redcap_data_access_group":"university_of_mich","main_record_id":"20126","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-06-20","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-04","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-09-15","sp_v3_3mo_date":"2022-11-04","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-07-13","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Pt was recently hospitalized and became overwhelmed with the new updates in their health. ","sp_data_site":"1"},"70071":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Has contra-indications to MRI. Stated her doctor said she could not do them due to metal in her body from procedure and in general not willing to do one. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70072":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Called Friday (7/15) left vm. Surgery scheduled for 7/21, unable to consent in time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70073":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"32","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called 7/20 @ 11:20am - pt asked to call back in an hour\r\n2nd call 7/20 @ 12:30pm - Pt not willing to do MRI, not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70074":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Stated she has a lot going on due to a previous surgery/car accident. Also, husband drives her everywhere, and does not want to burden him with additional appts.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70075":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt. said she is unable to do MRIs due to extreme claustrophobia","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70076":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70077":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70078":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"waiting for sx to be scheduled\r\nNever got scheduled for sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70079":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to get in contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70080":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"After a brief overview pt stated he was not interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70081":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"8/12 - left vm\r\n8/16 - sx. no longer on schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70082":{"redcap_data_access_group":"university_of_mich","main_record_id":"20150","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-16","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-16","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-10-28","sp_v3_3mo_date":"2022-12-16","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-09-02","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient had given availability for baseline visit 1-2 weeks prior. No fMRI slots were available at that time, so we let patient know we would call them as soon as possible when one opened (we obtained a cancellation). We also let patient know that if an opening did not come through by 9/6 we could schedule a non-imaging visit. We called patient on 9/6 to schedule this non-imaging visit since an fMRI opening had not come through. Patient stated all his availability for a baseline visit before surgery was now gone. He was also overwhelmed with the upcoming surgery and said he wants to focus on recovery only and asked to be withdrawn. ","sp_data_site":"1"},"70083":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Met with pt in clinic, was not interested specifically due to MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70084":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70085":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70086":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated \"I don't think that's for me, I have too much going on\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70087":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"25","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt was too busy before surgery to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70088":{"redcap_data_access_group":"university_of_mich","main_record_id":"20163","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-15","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-26","sp_v1_preop_date":"2022-09-20","sp_v2_6wk_date":"2022-11-06","sp_v3_3mo_date":"2022-12-26","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70089":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Was going to approach in clinic, but decided not to due to comorbidities/MRI contraindications","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70090":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is too busy/nervous before surgery to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70091":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too far to drive/too busy","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70092":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70093":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated she is still working and has no additional time off other than for the scheduled surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70094":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Was concerned about the study procedures and transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70095":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"83","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Attempted to approach in clinic, PT was Non-English speaking.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70096":{"redcap_data_access_group":"university_of_mich","main_record_id":"20189","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-13","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-28","sp_v1_preop_date":"2022-10-26","sp_v2_6wk_date":"2022-12-08","sp_v3_3mo_date":"2023-01-27","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70097":{"redcap_data_access_group":"university_of_mich","main_record_id":"20190","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-13","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"3","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-10-21","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Pt. began having reservations after signing consent and decided to prioritize time w/ family ","sp_data_site":"N/A"},"70098":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Dr. Adams stated pt. has MRI contraindications","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70099":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-31","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Dr. Adams recommended. Sx. was 3 days after office visit. Patient was too overwhelmed by study procedures on top of upcoming sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70100":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"44","screening_gender":"2","screening_race":"5","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient did not have surgery date at initial contact; due to study staff transition, patient was not able to be recontacted and consented prior to surgery date.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70101":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to reach patient","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70102":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/7 - spoke with pt, is on vacation up until his sx. date, time concerns","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70103":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"called 11/11 - left vm\r\n1/18/23--Unable to reach patient prior to scheduled surgery date.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70104":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Not interested in research, had a lot going on prior to sx.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70105":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too much going on/too far to drive","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70106":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"wants to talk it over with significant other/advocate; will call me back [1/18/23]\r\npt did not return email/call before surgery date ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70107":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No surgery date scheduled as of 2/16/23; need to check back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70108":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"2/16: not a good time but would like to hear more, call back.\r\n2/21: left voicemail and sent email.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70109":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Initially called on 2/16, said she would like to participate but to call her back in 15 min.; returned call 2/16 and had to leave voicemail with call back; \r\nEmailed on 2/17 to ask to set up a time; no response.\r\nCalled on 2/21/23 and left voicemail with call back number.\r\nReturned call on 2/24/23; stated not interested due to too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70110":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"too much going on with other doctors","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70111":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-13","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Did not talk to patient due to staff limitations and new staff not fully trained yet prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70112":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"61","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"declined by phone. no longer meets inclusion criteria due to surgery being unscheduled - not having surgery after all.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70113":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"blood draws are a deciding factor; she will not participate if blood draws involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70114":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Staff limitation in contacting patient \r\n prior to surgery, if eligible. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70115":{"redcap_data_access_group":"university_of_mich","main_record_id":"20252","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-04-03","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-18","sp_v1_preop_date":"2023-04-14","sp_v2_6wk_date":"2023-05-30","sp_v3_3mo_date":"2023-07-18","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70116":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"private person","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70117":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-23","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70118":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Due to staff time limitations (supervisor) and new staff onboarding schedule we missed reaching out to patient before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70119":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70120":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"31","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70121":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70122":{"redcap_data_access_group":"university_of_mich","main_record_id":"20263","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-10","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-05","sp_v1_preop_date":"2023-05-01","sp_v2_6wk_date":"2023-06-16","sp_v3_3mo_date":"2023-08-05","age":"79","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70123":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-20","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"reviewed information (well-versed as daughter is a research staff in another state, unrelated to A2CPS) and has too busy of a week coming up to fit this in, and ongoing has a spouse with health needs as well. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70124":{"redcap_data_access_group":"university_of_mich","main_record_id":"20268","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-27","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"called at 2:50, is interested but not at home to use computer. Will call back at 3:30 when he is home.\r\n\r\nCalled, he wants to research MRI more before possibly consenting. RA will call 5/4 AM.","obtain_date":"2023-05-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-10","sp_v1_preop_date":"2023-05-08","sp_v2_6wk_date":"2023-06-21","sp_v3_3mo_date":"2023-08-10","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70125":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"called and LM 4/27, then met with Pt in clinic 5/1. Gave folder for review. Initially seemed interested, but worries about missing work for any additional appointments. Says she will call me if interested after all.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70126":{"redcap_data_access_group":"university_of_mich","main_record_id":"20273","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-15","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-06","sp_v1_preop_date":"2023-05-24","sp_v2_6wk_date":"2023-07-18","sp_v3_3mo_date":"2023-09-06","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-09 10:32:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient did demographic surveys after surgery. Patient did not enroll in MyDataHelps until night before surgery and did not do any surveys before except expectations. So, sent demographic surveys after surgery for patient to fill out. ","erep_protdev_caplan":"None at this time. Patient was contacted multiple times by U of M and Trinity teams to do MyDataHelps. Patient did not enroll in MyDataHelps until day before surgery and did not do surveys. ","erep_rel_covid19":"0"}}},"70127":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient felt it was too much of a time commitment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70128":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-26","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has been overwhelmed by the diagnosis and frequent doctor appointments. He and his wife discussed and decided not to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70129":{"redcap_data_access_group":"university_of_mich","main_record_id":"20293","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-26","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. contacted but was in middle of a social activity. Requested that I call back tomorrow before 5p. 6/27/23=pt recontacted. She sounds interested but doesn't have laptop or computer. She has an iphone. Consent was USPS mailed 6/27. She will bring back to me in person if interested.","obtain_date":"2023-07-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-13","sp_v1_preop_date":"2023-07-07","sp_v2_6wk_date":"2023-08-24","sp_v3_3mo_date":"2023-10-13","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70130":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-27","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. was called on 6/27/23. Wife answered. Agreed to ICF being emailed to pt. Pt must quit smoking x 4wks prior to surgery. \r\nLM on phone 7/12/23. Declined 7/17/23. Lives too far away and will disrupt his work schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70131":{"redcap_data_access_group":"university_of_mich","main_record_id":"20298","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-27","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Left a message on cell. Sent an email as well.\r\n6/28-pt. wants to do the study. He is going on vacation until 7/16. He will sign consent when he returns.","obtain_date":"2023-07-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-24","sp_v1_preop_date":"2023-08-09","sp_v2_6wk_date":"2023-10-05","sp_v3_3mo_date":"2023-11-24","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70132":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Needs to focus more on her surgery and recovery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70133":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to pt. initially. He talked about his extensive surgeries. He sounded interested possibly. I looked into what MRI he had done. Left message on pt. phone to call back and I could send ICF if he is interested. 7/17/23-pt called back and declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70134":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient leaves for Florida for 6 months in October.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70135":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient's daughter, Cindy would like all contact to go through her phone number (provided above) and then she could go over survey Q's with her father. He has trouble with his phone/computers. Paper ICF provided for them to review over the weekend. Would need to get daughter's email address if he agrees to participate.\r\n7/17-LM on Daughter's cell\r\n7/21-no response from daughter. Surgery today","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70136":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LM on cell on 7/18/23 at 10:15am. Patient called back. She said she has a very hard time seeing signs and only drives familiar routes, so going to Domino's Farm was going to be too difficult for her.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70138":{"redcap_data_access_group":"university_of_mich","main_record_id":"20304","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-28","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Sent email 7/28/2023. Waiting for reply. 8/1/23 called and spoke to pt. Didn't receive the emailed docs d/t broken email. Snail mailed ICF, etc. 8/4-LM on VM. Will try again on 8/7 Monday. LM on 8/7. LM on 8/8. She CB and wants to talk 8/9 at 11am after reading the ICF.","obtain_date":"2023-08-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-29","sp_v1_preop_date":"2023-08-24","sp_v2_6wk_date":"2023-10-10","sp_v3_3mo_date":"2023-11-29","age":"63","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70139":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-08","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Called and emailed the ICF to patient on 8/8/23.\r\nCalled and LM on cell 8/10\r\nCalled and LM on cell 8/16. Pt. called back and declined due to \"too much on her plate preparing for her surgery\".","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70140":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Emailed ICF, brochure and PI letter on 8/16/23\r\nCalled 8/17 for our 1:30 appt but pt. didn't answer. LM on phone. Pt. never returned my phone calls by 8/24 surgery date.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70141":{"redcap_data_access_group":"university_of_mich","main_record_id":"20317","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-16","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LM on cell 8/16/23 at 3pm. Pt. called back and LM on 8/24/23. I called back, pt is interested so an ICF was emailed to her.\r\n8/25/23-Pt wants to sign up on Tues 8/29 at 1130am. I will call her. ","obtain_date":"2023-08-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-12","sp_v1_preop_date":"2023-09-06","sp_v2_6wk_date":"2023-10-24","sp_v3_3mo_date":"2023-12-12","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-12-11 08:11:03","erep_ae_date":"2023-12-08","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-12-08 14:00","erep_resolution_date":"2023-12-08 14:10","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"The participant did not complete the MRI scan. She got on the table and went into the scanner and immediately told the tech to pull her back out. The tech pulled her out of the scanner, participant stated that her hearing went away, and anxiety went up and asked if she scan without ear plugs. The ear plugs are what made her nervous and feel like she couldn't hear. The Tech said no, she had to keep ear plugs in for hearing safety, and participant stated she was not able to scan. With ear plugs she felt like her hearing was \"gone\", and stated she had a lot of anxiety and said this scan seemed different from the first one.","erep_action_taken":"Patient was taken out of the scan immediately when she was asked. MRI tech spoke to the patient to figure out what was wrong. Talked to the patient and she did not want to continue scan. However, this was patients last in person visit. She will continue to do the rest of the surveys. ","erep_outcome":"Patient did not scan but will continue study and surveys. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-11 09:02:29","erep_ae_date":"2023-12-08","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-12-08 12:50","erep_resolution_date":"2023-12-08 13:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient had some lingering pain after temporal summation at her shoulder. Was still a 6/10 at 30s (after-index). Pain lingered at shoulder, kept checking in with patient. Pain gone at should after about 5 minutes after temporal summation at the shoulder was finished. Also, patient asked to stop temporal summation at the check early. Did not make it through the 10 pokes in rep 3. ","erep_action_taken":"RA continued to check in with patient until her pain resolved. ","erep_outcome":"Patient's pain resolved and no further action was needed. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"70142":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LM on phone 8/16/23 at 3pm. Never heard back. Surgery date was moved earlier to 9/7/23 and I missed him.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70143":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Called 8/16-pt in an emergency driving to the hospital. Told her I would follow-up at a later time. Email sent 8/29 with ICF and brochure. No response from pt.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70144":{"redcap_data_access_group":"university_of_mich","main_record_id":"20313","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-18","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"8/18/23 LM on voicemail\r\n8/23/23-Pt called me back. I sent her the ICF. Will follow-up on 8/24.","obtain_date":"2023-08-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-05","sp_v1_preop_date":"2023-08-29","sp_v2_6wk_date":"2023-10-17","sp_v3_3mo_date":"2023-12-05","age":"70","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70145":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/12/23: Emailed pt with ICF, brochure and MD letter.\r\n9/14/23-LM on phone voicemail\r\n9/22/23-Spoke with pt. She has no transportation to study visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70146":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Emailed ICF, MD note, brochure on 9/12/23\r\nLeft message on 9/14/23\r\n9/22/23-spoke to pt. He is not interested because he doesn't want to travel to the study site.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70147":{"redcap_data_access_group":"university_of_mich","main_record_id":"20328","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-27","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/27/23-sent an email with attachments. \r\n10/2/23 @1300pm-left VM on patient's cell\r\n10/11/23 Spoke w/pt. Had biopsy of lymph nodes on 10/9/23. waiting for results. Results neg, so surgery date stays the same. Resent ICF. Have a phone appt to answer questions and possibly consent tomorrow 10/13/23 at 0900.","obtain_date":"2023-10-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-20","sp_v1_preop_date":"2023-10-19","sp_v2_6wk_date":"2023-11-30","sp_v3_3mo_date":"2024-01-19","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70148":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"10/5/23-LM on voicemail\r\n10/9/23-Pt. called back. We set up meeting on 10/11/23. ICF given to pt & sister. They will discuss and let me know.\r\n10/13/23-I called pt. He said he and sister are meeting tomorrow to discuss. I will CB on 10/16.\r\nFU p/c=he is overwhelmed and feels it is too much at this time. Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70149":{"redcap_data_access_group":"university_of_mich","main_record_id":"20333","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-18","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/18/23-called pt. Emailed ICF. Will call to FU on Friday 10/20/23.","obtain_date":"2023-10-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-07","sp_v1_preop_date":"2023-11-01","sp_v2_6wk_date":"2023-12-19","sp_v3_3mo_date":"2024-02-06","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70150":{"redcap_data_access_group":"university_of_mich","main_record_id":"20335","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-27","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/27/23-spoke to pt. I emailed ICF, brochure.\r\n10/31/23-spoke with pt. He needs to have wife set up his phone with his email tonight. I will re-connect with him tomorrow at 0900. ","obtain_date":"2023-11-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-30","sp_v1_preop_date":"2023-11-13","sp_v2_6wk_date":"2024-01-11","sp_v3_3mo_date":"2024-02-29","age":"50","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70151":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-06","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70152":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-17","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/17/23 (Fri) LM on cell w/my CB number.\r\n11/28/23-refused due to not enough time in his schedule to participate (still working)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70153":{"redcap_data_access_group":"university_of_mich","main_record_id":"20349","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-17","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/17-spoke to pt. He is interested. Emailed ICF, brochure and dr. letter. 11/20-spoke w/pt. He couldn't find the email. Resent it. 11/21-LM on VM\r\n11/27/23-pt had told me he wanted to enroll and to call him at 1pm today. No answer, LM on VM. 11/28-LM on VM. No response from pt.","obtain_date":"2023-11-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-19","sp_v1_preop_date":"2023-12-08","sp_v2_6wk_date":"2024-01-30","sp_v3_3mo_date":"2024-03-19","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70155":{"redcap_data_access_group":"university_of_mich","main_record_id":"20355","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-11","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt in person today. Emailed ICF, brochure.","obtain_date":"2023-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-04","sp_v1_preop_date":"2023-12-20","sp_v2_6wk_date":"2024-02-15","sp_v3_3mo_date":"2024-04-04","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70156":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"\"Too much of a time commitment\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70154":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/28-Left VM and sent email w/ICF, brochure and MD letter. No response\r\n12/20/23-sent another email. No response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70157":{"redcap_data_access_group":"university_of_mich","main_record_id":"20369","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-04","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-18","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-02-29","sp_v3_3mo_date":"2024-04-18","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70158":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Called pt, then sent ICF and recruitment brochure and letter. I will call back tomorrow. 1/10: she didn't read ICF. She will call me on 1/11.\r\nPt. emailed me back and said it was \"not a good time\" for her to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70159":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-12","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient has very high anxiety about her diagnosis of lung cancer and is concerned about the length of the drive as well.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70160":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-12","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Medical records indicated his spinal cord stimulator was removed but upon discussion w/pt, it was discovered that NOT ALL of it was removed. Therefore, he is excluded.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70161":{"redcap_data_access_group":"university_of_mich","main_record_id":"20377","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-18","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt. was sent ICF, brochure, and letter by email. He is interested and wants a call back tomorrow. ","obtain_date":"2024-01-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-05","sp_v1_preop_date":"2024-01-29","sp_v2_6wk_date":"2024-03-18","sp_v3_3mo_date":"2024-05-05","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70162":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-23","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70163":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-23","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient has a lot of trouble working with the internet/computer/phone. Also has transportation issues.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70165":{"redcap_data_access_group":"university_of_mich","main_record_id":"20389","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-06","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-03-26","sp_v3_3mo_date":"2024-05-13","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70166":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-13","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He is overwhelmed by his diagnosis and testing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70167":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/15/24: Phone contact made with pt. Emailed ICF, brochure, letter from PI \r\n2/27/24: Biopsy was confirmed. Tried to call pt, no VM to leave message. Sent a f/u email.\r\n2/28-Pt will CB at 3:35 today to talk. Busy with work.\r\n3/5: She is overwhelmed by work. Can't talk. Sounded stressed and almost tearful. \r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70168":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-16","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She was interested but doesn't have email and is not strong with technology. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70169":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-16","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/16/24-Called pt. No answer. No VM. \r\n2/16/24-Sent email with ICF, brochure, letter.\r\n2/20/24-Called pt. No answer. No VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70170":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"2/28-spoke w/pt. Emailed ICF, brochure, letter. Will call pt on 3/1 to answer questions and assess interest in study. 3/1: Called her...LM on VM.\r\n3/5/24: Called her: LM on VM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70171":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-23","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2/23-called pt. explained study. Emailed ICF, brochure and letter. Will call her back next week.\r\n2/28-pt declined due to feeling overwhelmed and no time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70172":{"redcap_data_access_group":"university_of_mich","main_record_id":"20396","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"2/23 called and spoke to pt. Emailed ICF, brochure, and MD letter. Will call pt back next week.","obtain_date":"2024-02-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-03-14","sp_v1_preop_date":"2024-03-08","sp_v2_6wk_date":"2024-04-25","sp_v3_3mo_date":"2024-06-14","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70173":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-01","screening_age":"65","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient doesn't have an email address and doesn't know how to use her smart phone.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70174":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-08","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives an hour and a half away. Will need kidney surgery after lung surgery. Too much going on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70176":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"3/14: Spoke with the pt. Emailed ICF, etc.\r\n3/20: LM on VM\r\n3/26: Phone service not working for pts phone...just beeps.\r\nNo further attempts","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70177":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-26","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/26-Pt referred to me. I called her. She was not able to talk. She requested I call her back tomorrow at 11:00am.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70178":{"redcap_data_access_group":"university_of_mich","main_record_id":"20411","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-26","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/26/24-contacted pt. Sent ICF, brochure, etc. Will call back 3/27 at 1pm for any questions.\r\n3/27: Pt interested but can't enroll until 4/2 at 10:45am.","obtain_date":"2024-04-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-05-06","sp_v1_preop_date":"2024-04-18","sp_v2_6wk_date":"2024-06-17","sp_v3_3mo_date":"2024-08-06","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70179":{"redcap_data_access_group":"university_of_mich","main_record_id":"20414","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-11","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient has a cardiac stent in 2022. Records are available for make and model,\r\n4/11-emailed ICF, brochure, etc.\r\n4/12-called her. She didn't receive the email. Re-sent. Will meet her on 4/15 to go over ICF in person.","obtain_date":"2024-04-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-05-09","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-06-20","sp_v3_3mo_date":"2024-08-09","age":"59","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"70036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to put her body through any more than it already is going through.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70043":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-14","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has too much going on prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70046":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70047":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"He expressed that he would only join the study as a way to have someone monitor his pain control after surgery. He also wanted to see his results from the MRI/genetic information, so he declined when he heard he would receive no medical benefit from the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70048":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"She did not want to do a closed MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70050":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-31","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"She does not want to come to Ann Arbor for another visit before her surgery. I offered to line it up with other visits, but she said all of her visits will be on the same day so she does not have time to add this visit as well.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. runs his own business and has no time before surgery to come in for a visit. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No reason. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70054":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-08","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"He is dealing with asthma and health concerns prior to surgery (old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70055":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-11-01","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"A lot going on prior to sx. (old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70056":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on before sx. (old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70057":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"She is recovering from a different surgery and doesn't want to join (old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70058":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-24","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too many appointments before sx. (old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70059":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|1","ptinterest_comment":"He is worried about being exposed to covid and also has too much going on before surgery. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-03","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Doesn't feel well prior to sx. and thinks he will be in too much pain after sx to participate. Also a lot going on. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70061":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-14","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"He has \"been poked and prodded enough\" before sx. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70062":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-04","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Old decline entered 6/2/2022","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70063":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-18","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on before sx. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70064":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-10-07","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt. is dependent on son to drive her and doesn't want to ask him to take time off. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70065":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-24","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too much going on before sx. (Old decline entered 6/2/2022)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70164":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-31","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70175":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"70000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80001":{"redcap_data_access_group":"university_of_mich","main_record_id":"20055","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2021-12-15","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will call patient to schedule the baseline visit","obtain_date":"2022-01-05","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-22","sp_v1_preop_date":"2022-01-17","sp_v2_6wk_date":"2022-04-05","sp_v3_3mo_date":"2022-05-22","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2021-12-15","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80003":{"redcap_data_access_group":"university_of_mich","main_record_id":"20060","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-01-19","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-19","date_and_time":"2022-01-19 10:36","consent_process_form_complete":"0","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-01-20","ewprimaryreason":"1","ewdisreasons":"1|4","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80004":{"redcap_data_access_group":"university_of_mich","main_record_id":"20065","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-01-27","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-01-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-22","sp_v1_preop_date":"2022-02-01","sp_v2_6wk_date":"2022-04-05","sp_v3_3mo_date":"2022-05-22","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"3|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-09","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient's family member seems interested. Patient's concern is the long hours in clinic. Patient took the study folder home and was asked to contact study coordinator if she decides to join or have any questions.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80006":{"redcap_data_access_group":"university_of_mich","main_record_id":"20077","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-02-24","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-02-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-12","sp_v1_preop_date":"2022-03-21","sp_v2_6wk_date":"2022-05-24","sp_v3_3mo_date":"2022-07-12","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"80007":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-25","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-25","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance concern. Patient asked if there are other locations for study visits in addition to Wayne State and UM. Compensation is not an issue.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80009":{"redcap_data_access_group":"university_of_mich","main_record_id":"20080","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-04","screening_age":"55","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-11","sp_v1_preop_date":"2022-03-08","sp_v2_6wk_date":"2022-04-22","sp_v3_3mo_date":"2022-06-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-03-07","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient would like to withdraw due to an insufficient travel compensation in relation to the rise in gas prices","sp_data_site":"1"},"80010":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left voicemail for patient to call back.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"35","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has a lot going on this week. Currently in hospital at the time of this call. Won't be able to make baseline visit before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-07","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is a school teacher and may not be able to attend in person visits due to work schedule. Wants ICF emailed to her and wants to think about joining.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80014":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-10","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Left voicemail. Will call back next week if patient doesn't call us back.\r\n4/5/22 16:06 NA, left voicemail\r\n4/6/22 15:30: Declined enrollment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80016":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-14","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/14: Left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80018":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined because they get lost in Detroit a lot and would need daughter to take off of work to help her navigate to Wayne State. Patient lives too far from UofM.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80019":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-16","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to participate in the MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-31","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Left first voicemail on 3/17.\r\nLeft a second voicemail on 3/31.\r\nPatient called back on 4/1 to hear more about the study. Patient declined; won't be able to make anymore appointments before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80021":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient is not eligible.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-17","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is interested, but she works full time and does not drive. She relies on husband for driving.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80023":{"redcap_data_access_group":"university_of_mich","main_record_id":"20083","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-18","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-01","sp_v1_preop_date":"2022-03-28","sp_v2_6wk_date":"2022-05-13","sp_v3_3mo_date":"2022-07-01","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80024":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer\r\nPatient was offered two thoracic surgery studies. Interested in the first one. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80025":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-22","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No answer.\r\n2nd attempt was made on 3/23/22 at 3:22 p.m. \r\nNo returned call from patient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80026":{"redcap_data_access_group":"university_of_mich","main_record_id":"20089","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-23","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/24: No answer. Pt called back and left a voicemail at 12:06 p.m. Spoke to pt at 12:47 p.m. \r\nCalled at 2:22 p.m.","obtain_date":"2022-03-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-03-30","sp_v1_preop_date":"2022-03-28","sp_v2_6wk_date":"2022-05-11","sp_v3_3mo_date":"2022-06-30","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-03-30 11:31:07","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed their baseline surveys on the morning of their day of surgery. ","erep_protdev_caplan":"No corrective action. The patient was reminded to do the surveys, but did not so the patient was seen in pre-op before surgery to complete the surveys.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-07-28 14:59:58","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3 month visit was performed 14 days past visit window due to inability to come in sooner.","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"80027":{"redcap_data_access_group":"university_of_mich","main_record_id":"20091","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-30","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-03-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-21","sp_v1_preop_date":"2022-04-13","sp_v2_6wk_date":"2022-06-02","sp_v3_3mo_date":"2022-07-21","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-04-21 14:09:28","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline surveys were completed the day of surgery.","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"80028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-05","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too close to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-05","screening_age":"70","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Distance-related issue or concern","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't want to come into the clinic more than she already has to; tired.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80031":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Has a lot of health problems. Wanted to join, but lives far from Wayne State and U of M. Also, the baseline appointment had to take place before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80032":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-12","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"4/12: Left message with woman on phone for him to call me back.\r\n4/13: Declined. Too busy.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80033":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Has had so many doctor's appointments in the last 9 months and doesn't want to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80034":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not eligible. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80035":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Has a lot going on and lives far from U of M and Wayne State.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't do well with MRI's; claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80037":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Doesn't have time to join the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80038":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"AJ 4/18: Patient just wants to get surgery over with. Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80039":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-18","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too weak to join; is getting feeding tube put back in tomorrow (4/19/22), and has a doctor's appointment on Wednesday to confirm that he's strong enough to have the eligible surgery on 4/25/22. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80040":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-21","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined; lives 2 hours away from clinic sites.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80041":{"redcap_data_access_group":"university_of_mich","main_record_id":"20100","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-25","screening_age":"52","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"4/25: Sent pt study information\r\n4/26: No answer","obtain_date":"2022-04-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-05-17","sp_v1_preop_date":"2022-05-10","sp_v2_6wk_date":"2022-06-28","sp_v3_3mo_date":"2022-08-17","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-04 11:13:42","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete baseline surveys.","erep_protdev_caplan":"Re-sent Demographics 1 and 2 from baseline surveys. Pt completed these surveys on 2/22/2023.","erep_rel_covid19":"0"}}},"80042":{"redcap_data_access_group":"university_of_mich","main_record_id":"20112","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-04-26","screening_age":"26","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/26: No answer; possibly hung up on. Will call again tomorrow.\r\n5/5: Left voicemail.\r\n5/12: Consent form sent. Wants to think about it. Says he will call us back by 6/1. If he doesn't call back, we will call him on 6/1.\r\n5/24: Patient called. ICF resent to new email. Will consent on 5/25.\r\n5/26: ","obtain_date":"2022-05-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-23","sp_v1_preop_date":"2022-06-17","sp_v2_6wk_date":"2022-08-04","sp_v3_3mo_date":"2022-09-23","age":"N/A","sex":"1","genident":"1","ethnic":"1","dem_race":"6","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-08-16 14:24:47","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant's 6-week follow up window is 7/28/22 - 8/11/22. They were scheduled for 8/10, but same day cancelled and rescheduled for 8/15. So their blood draw was 4 days past their window close date.","erep_protdev_caplan":"We will try to schedule participants towards the beginning of their follow-up window just in case a reschedule is needed.","erep_rel_covid19":"0"}}},"80043":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"AJ 4/28: Wants to think about it; ICF sent via email. Will call back 5/2 for decision.\r\n5/2: Declined; not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"75","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"Works so he can't come in to study visits. Not really interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80046":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-28","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/28: Has a lot going on today. Wants a call back next week. Will call on 5/3.\r\n5/5: Declined. No specific reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80047":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"31","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"5/5: Did not contact. Epic states patient is having a bilateral procedure.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80048":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-05","screening_age":"64","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/5: Pt has a lot going on. She asks if she can do the visits on weekends. She will think about it. Sent study documents to pts.\r\n5/9: Pt was reminded about this research opportunity and upcoming surgery. Pt stated that she's still thinking about it and will let me know.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80049":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"5/12: Left voicemail\r\n5/17: Declined. Doesn't want to do blood draw and other tasks. May change his mind.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80050":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Declined; Works during study visit hours. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"71","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Daughter answered; requested call back at 2:10pm. Spoke with patient at 2:15pm. He received the brochure from Popoff's clinic. Wants a call back Monday for final decision.\r\n5/17: Patient declined. He travels from Michigan to Florida. Can't make study appointments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Declined; lives two hours away. Too far of a drive. Patient hard of hearing.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-13","screening_age":"63","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested. Not convenient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80054":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"56","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"5/19: Left voicemail.\r\n5/19: Patient called back. Wants to enroll. Sending consent form via email for patient to sign. U of M.\r\n5/20: Left voicemail. \r\n5/20: Patient called back. Declined due to MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80055":{"redcap_data_access_group":"university_of_mich","main_record_id":"20110","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-05-19","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/19: Left voicemail.\r\n5/23: Left voicemail.\r\n5/26: Interested in joining. ICF sent","obtain_date":"2022-05-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-14","sp_v1_preop_date":"2022-07-03","sp_v2_6wk_date":"2022-07-26","sp_v3_3mo_date":"2022-09-14","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-07-15 14:39:24","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient's surgery date was entered incorrectly on the MDH app. It was listed as 7/14/22 versus their actual date of 6/14/22. Patient did not receive their acute daily surveys. The post-consent form was also not finished in RedCap, so they patient's name was not flagged to missing any surveys or visits. ","erep_protdev_caplan":"The Wayne State, Henry Ford, and U of M teams will communicate more frequently about participants. Also, the HF team will make sure to fill out the post-consent form directly after enrollment and Wayne State will check surgery dates when the patient enrolls in MDH. ","erep_rel_covid19":"0"}}},"80056":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"5/19: Left voicemail.\r\n5/23: Declined. Not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80057":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"5/23: Declined. She lives in Bad Axe, and both study visit locations are too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80058":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"5/26: Patient says they'll call back in 20 min (around 2pm). If not, another attempt will be made on 5/27\r\n5/26: Patient called back. Declined because he won't have time to make the baseline appointment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80059":{"redcap_data_access_group":"university_of_mich","main_record_id":"20116","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-26","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/26: Interested. Only available June 6 and 7 for baseline appt. ICF failed to send twice. Will call back.\r\n5/27: Patient called back to try to have ICF sent again. ICF failed to send to the patient's email. He will call back when he gets to another computer with his daughter for assistance. \r\n5/31: Patient called back. ICF sent to new email address\r\n6/1: ICF signed.","obtain_date":"2022-06-01","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-09","sp_v1_preop_date":"2022-06-07","sp_v2_6wk_date":"2022-07-21","sp_v3_3mo_date":"2022-09-09","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"80060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/26: Patient wants to be called back at 4:00. Called back and left a voicemail.\r\n6/2: Declined. Not enough time to complete baseline visit. Daughter has graduation right before surgery. Patient will be busy with that and working.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80061":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"6/2: Left voicemail. Patient called back around 3:30pm. ICF sent via email. Wants call back on 6/3 at 1:30 to continue with consenting.\r\n6/3: Patient will call back after she reads consent form. Patient called back around 2:05pm. Decided to decline joining.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80062":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/2: Left voicemail\r\n6/9: Declined. Not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80063":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"68","screening_gender":"1","screening_race":"1","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/2: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80064":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"6/9 WLC: Sounds like the pt is interested. She stated that she was half asleep and agreed to receive a follow-up call tomorrow afternoon.\r\n6/10 WLC: The patient stated that she cannot go into an MRI machine.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80065":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"6/9: Patient was driving. Will call us back to discuss study.\r\n6/14: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80066":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"6/9: Left voicemail.\r\n6/14: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80067":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-17","screening_age":"46","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/17: ICF Sent. Will call back 6/20.\r\n6/20: Patient in staff meeting. Will call back later today. Called patient back at 2:45pm. Patient has a lot on their plate and has a lot going on. Declined enrollment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80068":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-17","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/17: ICF sent. Will follow up 6/20.\r\n6/20: Patient didn't read ICF yet. Wants call back 6/21.\r\n6/21: Patient called back and cannot find ICF in email. No availability for Wayne State. Patient declined. No time for baseline appt before surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80069":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-23","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/23: Declined. Moving out of Michigan soon. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80070":{"redcap_data_access_group":"university_of_mich","main_record_id":"20132","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-30","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-12","sp_v1_preop_date":"2022-06-29","sp_v2_6wk_date":"2022-08-23","sp_v3_3mo_date":"2022-10-12","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80071":{"redcap_data_access_group":"university_of_mich","main_record_id":"20133","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-06-30","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Enrolled.","obtain_date":"2022-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-12","sp_v1_preop_date":"2022-07-06","sp_v2_6wk_date":"2022-08-23","sp_v3_3mo_date":"2022-10-12","age":"56","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"80072":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined enrollment for no specific reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80073":{"redcap_data_access_group":"university_of_mich","main_record_id":"20134","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-30","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"6/30: Interested. Only available July 16 early morning.\r\n7/1: ICF sent. Will call back 7/5 for final decision.\r\nPatient signed ICF on 7/1 after business hours.","obtain_date":"2022-07-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-19","sp_v1_preop_date":"2022-07-11","sp_v2_6wk_date":"2022-08-30","sp_v3_3mo_date":"2022-10-19","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-09-15 18:55:48","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"blood collected 9 days past visit window. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"80074":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"72","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"7/1: Left voicemail. \r\n7/6: Patient called back. Declined enrollment. Has been going through a lot health-wise.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80075":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/7: Declined. Has to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80076":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Declined. Doesn't want to travel.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80077":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/7: Wants to think about joining. ICF sent. \r\n7/11: Declined. Joined COP-AF.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80078":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80080":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/14: LVM.\r\n7/15: Declined. Has a lot going on in her life right now.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80081":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80082":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|3","ptinterest_comment":"Declined. Lives far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80083":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/20: ICF sent. Call back tomorrow.\r\n7/21: Still wants to think about joining. Call back Monday, 7/25.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80084":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined. Lives in Northern Michigan (5 hour drive to Metro Detroit).","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80085":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-21","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"7/21: Left voicemail. Patient called back and declined. Lives three hours away. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80086":{"redcap_data_access_group":"university_of_mich","main_record_id":"20145","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-07-21","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"7/21: Left voicemail.\r\n7/27: Didn't receive eICF. Plan on meeting with the patient at his appointment on Friday. \r\n7/29: Consented pt in person. The RKStudio consent was sent to the caregiver's email. Pt will set it up with the caregiver when he gets home. A follow-up call was scheduled to provide assistance on 8/2 (Tue) morning.","obtain_date":"2022-07-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-09","sp_v1_preop_date":"2022-08-05","sp_v2_6wk_date":"2022-09-20","sp_v3_3mo_date":"2022-11-09","age":"67","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80087":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"72","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80079":{"redcap_data_access_group":"university_of_mich","main_record_id":"20147","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-03","screening_age":"63","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-08","sp_v1_preop_date":"2022-08-05","sp_v2_6wk_date":"2022-09-19","sp_v3_3mo_date":"2022-11-08","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-08-08","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Wasn't answering calls and did not complete baseline surveys.","sp_data_site":"2"},"80088":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"67","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80089":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7/28: Left voicemail. Patient called back and declined. She has a lot to do before surgery. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80090":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Declined. Lives too far away to attend clinic visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80091":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"39","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Declined. Has a lot of doctors visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80092":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"7/28: Declined. Lives too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80093":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"7/28: Left voicemail.\r\n8/9: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80094":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"7/28: Left voicemail.\r\n8/10: Left voicemail. Patient called back. Wants call on 8/11 at 9am.\r\n8/11: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80095":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. Has too much going on right now.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80096":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/10: Left voicemail.\r\n8/11: Left voicemail.\r\n8/12: Left voicemail. Called patient 3 times.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80097":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined. Has to rely on daughter for transportation and doesn't want to do anymore testing/blood draws.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80098":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined. Is having liver resection, too. Says she'll be \"out of it\" and does not want to take surveys. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80099":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. No specific reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80100":{"redcap_data_access_group":"university_of_mich","main_record_id":"20148","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-11","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/11: Wants to think about joining. ICF sent to email. Will call back Monday, Aug 15.\r\n8/15: Left voicemail. Patient called back. Wants UofM availability before signing consent.\r\n8/16: Will sign ICF on his own. Signed ICF.","obtain_date":"2022-08-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-02","sp_v1_preop_date":"2022-08-10","sp_v2_6wk_date":"2022-10-14","sp_v3_3mo_date":"2022-12-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-08-17","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant could not schedule study appointments due to work hours.","sp_data_site":"1"},"80101":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-11","screening_age":"82","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80102":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80103":{"redcap_data_access_group":"university_of_mich","main_record_id":"20151","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-12","screening_age":"28","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/12: Interested. ICF sent. Will call back 8/16.\r\n8/17: Will join and sign ICF. Wayne State.","obtain_date":"2022-08-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-07","sp_v1_preop_date":"2022-09-09","sp_v2_6wk_date":"2022-11-17","sp_v3_3mo_date":"2023-01-06","age":"28","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-12-12 09:11:13","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt. had to last minute reschedule their 6-week blood draw which resulted in them coming in 4 days outside their window.","erep_protdev_caplan":"New internal scheduling SOP was created to make sure participants are scheduled at the beginning of their window.","erep_rel_covid19":"0"}}},"80104":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-18","screening_age":"23","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/18: Father answered the phone. Says patient has a lot going on right now and was previously in a sarcoma research study. He will talk to the patient when he gets off work tonight. Patient will call back if interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80105":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-18","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. No specific reason.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80106":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"8/25: Patient wants call back in afternoon.\r\n8/26: Declined. Doesn't want blood drawn.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80107":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-25","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Declined. Mom lives with her and would have to take her to appointments. Study visits also too far from patient home.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80108":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. Decided to join a different research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80109":{"redcap_data_access_group":"university_of_mich","main_record_id":"20152","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-26","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-13","sp_v1_preop_date":"2022-09-08","sp_v2_6wk_date":"2022-10-25","sp_v3_3mo_date":"2022-12-13","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"80110":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"39","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"8/26: Declined. Can barely make it to exisitng appointments and is overwhelmed.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80111":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80112":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80113":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"9/1: Patient says she'll call back. \r\n10/27: *Surgery rescheduled to 11/15* Wants call back 10/28.\r\n10/28: Patient called back to decline due to MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80114":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/1: Declined. Does not want to complete MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80115":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"39","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/1: Left voicemail.\r\n9/8: Might be interested. ICF sent. \r\n9/14: Unable to leave voicemail. Mailbox full.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80116":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"77","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80117":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/8: Call back at 2:30pm\r\n9/26: Declined. Already nervous about surgery. Doesn't want to join.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80118":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"75","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/16: Call back in afternoon. Called patient back. Declined. Patient will be in Florida for 3 months following surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80119":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80120":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/23: Might be interested. ICF sent. \r\n9/26: Declined. Not sure if she'll be up to coming to study visits after surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80121":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/23: Left voicemail.\r\n9/26: Left message with wife.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80122":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"36","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/23: Declined. Wants to work every day up until surgery date. Can't make it to baseline.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80123":{"redcap_data_access_group":"university_of_mich","main_record_id":"20167","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-23","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/23: Enrolled.","obtain_date":"2022-09-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-07","sp_v1_preop_date":"2022-10-04","sp_v2_6wk_date":"2022-11-17","sp_v3_3mo_date":"2023-01-06","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80124":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"47","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/23: Does not speak English or Spanish.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80125":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/26: Might be interested. Needs to talk to husband first. ICF sent to email.\r\n9/27: Wants call back Friday.\r\n9/30: Wants a call back on Tuesday.\r\n10/6: Wants ICF sent to husband. Call back Monday.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80126":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/26: Left voicemail. Patient called back and left voicemail requesting a call back tomorrow.\r\n9/27: Patient may be interested. Call back tomorrow.\r\n9/28: Needs more time to look over the ICF; has been sick. Will call us back at a later time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80127":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80128":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"9/29: Call back at 2:30pm. Called patient back. Declined; study requirements would be too much work for the patient because they are a homeschool teacher to two teenage kids. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80129":{"redcap_data_access_group":"university_of_mich","main_record_id":"20177","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-06","screening_age":"32","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10/6: Interested. Wants a call back tomorrow. Signed consent.","obtain_date":"2022-10-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-13","sp_v1_preop_date":"2022-10-11","sp_v2_6wk_date":"2022-11-23","sp_v3_3mo_date":"2023-01-12","age":"32","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80130":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"10/6: Pleasantly declined. Doesn't want to do MRI; gets claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80131":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"10/6: Declined. Doesn't want to do MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80132":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-26","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/26: Might be interested. Needs to talk to husband first. ICF sent to email.\r\n9/27: Wants call back Friday.\r\n9/30: Wants a call back on Tuesday.\r\n10/6: Wants ICF sent to husband. Call back Monday.\r\n10/10: Sent ICF to different email. Patient will call back after she reviews it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80133":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"10/10: Interested. ICF sent. Call back 10/11. Patient emailed redcap email and declined enrollment. No reason specified for decline.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80134":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"10/20: Left voicemail. Patient called back and left voicemail after work hours for someone to call back.\r\n10/21: Declined. Doesn't want to travel.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80135":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/20: Wants a call back next Wednesday. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80136":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/27: Significant other will give patient message that we called. Will call back after 3pm today. Called patient back. Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80137":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/27: Had procedure done today. Wants call back on 10/28.\r\n10/28: Patient doesn't want to join because she can't have music playing during MRI for the entire 60 min.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80138":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"10/27: Left voicemail.\r\n11/1: Called patient but got disconnected.\r\n11/7: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80139":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/27: Left voicemail\r\n11/1: Left voicemail.\r\n11/7: Patient's surgery was cancelled. No longer eligible.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80140":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/3: Declined. No specific reason. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80141":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/4: ICF sent. F/U on Monday.\r\n11/7: Has to get MRI done before he knows if he's proceeding with surgery. Call back on or around 11/23.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80142":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"11/7: Call back in an hour. Called back and patient declined. Doesn't want to travel.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80143":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"11/7: Declined. Extremely claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80144":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11/16: Wants ICF sent to email. Will call back 11/17.\r\n11/17: Declined. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80145":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Surgery was rescheduled to an earlier date. I could not get in touch with the patient with enough time for them to complete a baseline.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80146":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to have an MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80147":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80148":{"redcap_data_access_group":"university_of_mich","main_record_id":"20207","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-21","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-14","sp_v1_preop_date":"2022-12-13","sp_v2_6wk_date":"2023-01-25","sp_v3_3mo_date":"2023-03-15","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-24 08:53:27","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant had to cancel their 3 month session and we were unable to bring them back in.","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"80149":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"The patient did not answer phone calls.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80150":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"11/21: Declined. Lives too far away from clinic sites.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80151":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-21","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80152":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"11/28: Declined. Surgery is Friday. Too soon.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80153":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11/28: Declined. Won't have time to complete study tasks.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80154":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"11/28: Declined. Lives 2.5 hours away from metro Detroit/Ann Arbor.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80155":{"redcap_data_access_group":"university_of_mich","main_record_id":"20217","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-28","screening_age":"35","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/28: Possibly interested. ICF sent. Will call back 11/30 for decision.\r\n11/30: Will sign consent form after work. Call back 12/1 at 1:10PM.\r\n12/1: Left voicemail.","obtain_date":"2022-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-15","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Patient signed consent form without follow up with coordinator. This resulted in no baseline visit before surgery.","sp_data_site":"N/A"},"80156":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"46","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/28: Interested. ICF sent. Call back at end of week for decision.\r\n12/6: Surgery was rescheduled and there isn't a set date yet. Will call back once new date is set.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80157":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"11/29: Declined. Didn't give a specific reason, but when clinics were mentioned, it seemed like she didn't want to travel. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80158":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/29: ICF sent. Will call us back if interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80159":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"27","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/29: Wants ICF sent. ICF was sent. Will call back Monday for decision.\r\n12/5: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80160":{"redcap_data_access_group":"university_of_mich","main_record_id":"20210","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-29","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-07","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-01-18","sp_v3_3mo_date":"2023-03-08","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-02","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"participant said there wasn't enough time between them enrolling today and their surgery scheduled for 12/7 so decided to withdraw from the study","sp_data_site":"2"},"80161":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"64","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"12/5: Patient is now ineligible. Surgery was cancelled.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80162":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/5: Wife answered. Call back tomorrow.\r\n12/6: Voicemail box not yet set up.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80163":{"redcap_data_access_group":"university_of_mich","main_record_id":"20213","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-06","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/6: Left voicemail. Patient called back and is interested. ICF sent. Will call back tomorrow for questions.\r\n12/7: Enrolled.\r\n","obtain_date":"2022-12-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-19","sp_v1_preop_date":"2022-12-16","sp_v2_6wk_date":"2023-01-30","sp_v3_3mo_date":"2023-03-20","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80164":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/8: May be interested. ICF sent. Call back Monday.\r\n12/12: Wants to look over ICF with son. Will resend ICF and call back 12/13. \r\n12/14: Patient will go over ICF with son today and submit today. Will call on 12/16.\r\n12/16: Patient left voicemail declining to join study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80165":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"52","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Did not call. Patient can't scan.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80166":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80167":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"12/16: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80168":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"12/16: Left voicemail. Patient called back and may be interested. ICF sent. Will call back Monday because patient couldn't talk at the moment.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80169":{"redcap_data_access_group":"university_of_mich","main_record_id":"20218","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-16","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12/16: Wants to join. ICF sent. Offered to stay on phone with patient, but she told me to call back Monday.\r\n12/19: Left voicemail.\r\n12/20: Patient called back. Enrolled.","obtain_date":"2022-12-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"2024-01-02","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Patient is declining any and all procedures. ","sp_data_site":"2"},"80170":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't want to do the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80171":{"redcap_data_access_group":"university_of_mich","main_record_id":"20225","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-03","screening_age":"28","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-06","sp_v1_preop_date":"2023-01-31","sp_v2_6wk_date":"2023-03-20","sp_v3_3mo_date":"2023-05-06","age":"29","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-17 09:10:07","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Participant did not complete 6 week visit because they same day cancelled on 3 separate occasions. ","erep_protdev_caplan":"Changes being made on who schedules participants.","erep_rel_covid19":"0"}}},"80172":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/4: Left voicemail. Patient called back. May be interested. ICF sent to daughter's email. Call back Friday. Patient wants to think about it.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80173":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/5: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80174":{"redcap_data_access_group":"university_of_mich","main_record_id":"20223","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-05","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/5: Patient will call back. Patient is interested. He will know for sure if he has time on Wednesday. ICF sent.\r\n1/11: Patient is at work. ICF resent. Follow Up tomorrow.\r\n1/12: Enrolled.","obtain_date":"2023-01-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-03","sp_v1_preop_date":"2023-01-30","sp_v2_6wk_date":"2023-03-17","sp_v3_3mo_date":"2023-05-03","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-04 11:04:44","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week visit was 10 days outside of window due to participant having to last minute reschedule","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"80175":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/5: Left voicemail.\r\n1/6: Patient called back. Wants to look over ICF with son. ICF sent. Patient says she will call back. We will continue to watch REDCap for a signed ICF.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80176":{"redcap_data_access_group":"university_of_mich","main_record_id":"20224","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-12","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/12: Interested. ICF sent. Will call back tomorrow to go over ICF and for enrollment.","obtain_date":"2023-01-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-24","sp_v1_preop_date":"2023-01-19","sp_v2_6wk_date":"2023-03-07","sp_v3_3mo_date":"2023-04-24","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80177":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80178":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is too nervous about surgery to participate in a research study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80179":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80180":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"1/25: Declined. Won't have time for baseline. Surgery is next week.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80181":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"1/25: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80182":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/31: Wife answered. Will call back in 30 min. Called back. Patient declined due to living too far away and wife's health isn't the best. Traveling would be too disruptive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80183":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1/31: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80184":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Did not contact patient. Unable to scan. Pacemaker.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80185":{"redcap_data_access_group":"university_of_mich","main_record_id":"20234","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-31","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"1/31: Left voicemail. Patient's wife called back and left message. Called back. ICF sent. Will call tomorrow.\r\n2/1: ICF not signed yet. Will call back once it's signed for follow up.\r\n2/2: Enrolled.","obtain_date":"2023-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-20","sp_v1_preop_date":"2023-02-17","sp_v2_6wk_date":"2023-04-03","sp_v3_3mo_date":"2023-05-20","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-02-13","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient has other health issue and appts they need to deal with. Unable to go to A2CPS appointments.","sp_data_site":"2"},"80186":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-31","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"1/31: Declined due to MRIs. Already gets a lot of them and doesn't want to be exposed to any extra radiation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80187":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"28","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient's surgery was rescheduled and will no longer have time to do baseline visit. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80188":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient will call back when they get home.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80189":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80190":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80191":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-21","screening_age":"79","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient just wants to focus on getting better.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80192":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80193":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80194":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80195":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"18","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"3/17: ICF sent. Wants to think about it. Will call us back either today or Monday.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80196":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-17","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/17: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80197":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"47","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80198":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80199":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-30","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"3/30: Declined. Doesn't want to do MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80200":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-30","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"3/30: Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80201":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. Wants to only focus on surgery. Called back because she decided that she did want to hear more. But after hearing about the MRI and blood draw, she declined again.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80202":{"redcap_data_access_group":"university_of_mich","main_record_id":"20271","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-10","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-31","sp_v1_preop_date":"2023-05-23","sp_v2_6wk_date":"2023-07-12","sp_v3_3mo_date":"2023-08-31","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-05-22","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"This participant just reached out and said they would like to withdraw from the study. They mentioned being overburden with additional surgeries and that it was just too much at this time. ","sp_data_site":"2"},"80203":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"62","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80204":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-14","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80205":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Received MyChart message expressing interest in joining. Coordinator called patient and Left voicemail.\r\nCalled back. ICF sent. WSU preferred. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80206":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-13","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Declined. Lives too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80207":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80208":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80209":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined. Does not want to participate in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80210":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"76","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80211":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80212":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80213":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80214":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80215":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-30","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Study clinic sites are too far for the patient to travel to. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80216":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"wants to think about joining. Will follow up.\r\n6/8: Not feeling well today. Wants a call back next week.\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80217":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80218":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't want to attend extra clinic visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80219":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Seen in clinic. Left voicemail for follow up.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80220":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-15","screening_age":"42","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80221":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80222":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80224":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"74","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80225":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"66","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80226":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-16","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/16/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80227":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"74","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/24/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80228":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"74","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Said she will contact in the near future if she is interested- does not have an email","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80229":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"76","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Sent E consent 10/24/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80230":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"71","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/25/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80231":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/25/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80232":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80233":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-06","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called 11/6/2023 no answer ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80234":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"59","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No active email or appointments coming up prior to surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80235":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Distance with travel patient's age is too much","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80236":{"redcap_data_access_group":"university_of_mich","main_record_id":"20351","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-15","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VM left 11/15/23\r\nCalled again on 11/21/2023","obtain_date":"2023-12-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-12-06","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Patient had signed consent form on the night before surgery, so coordinator followed up on POD 1 where he decided to withdraw. ","sp_data_site":"N/A"},"80237":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"53","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"VM left 11/15/23\r\nE consent send on 11/15/23\r\nFollowed up on 11/29/23 denied","obtain_date":"2024-01-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80238":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VM left 11/15/23\r\n^^ on 11/29/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80239":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80240":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"78","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left VM 12/4/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80241":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80242":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80243":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Left VM 12/19/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80244":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Wants to read over E Consent (sent 12/19/23)","obtain_date":"2023-12-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80245":{"redcap_data_access_group":"university_of_mich","main_record_id":"20358","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-19","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-19","date_and_time":"2023-12-19 12:18","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-25","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-03-08","sp_v3_3mo_date":"2023-04-25","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-01-04","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Patient has not been able to be contacted since signing consent form.","sp_data_site":"N/A"},"80246":{"redcap_data_access_group":"university_of_mich","main_record_id":"20370","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-08","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Call tmrw 01/08/2024","obtain_date":"2024-01-09","date_and_time":"2024-01-09 11:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-02","sp_v1_preop_date":"2024-01-31","sp_v2_6wk_date":"2024-03-15","sp_v3_3mo_date":"2024-05-02","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"80247":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80249":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80250":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80251":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80252":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-18","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80253":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-05","screening_age":"74","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 2/5/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80254":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-05","screening_age":"78","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke on 2/5/24. Wanted to read about it with wife before making any decisions. ","obtain_date":"2024-02-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80255":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-05","screening_age":"73","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 2/5/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80256":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-20","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"VM left 2/20/24\r\nCalled back on 2/20/2024 \r\nWill follow up in the next couple days \r\nE consent on 2/21/24.","obtain_date":"2024-02-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80257":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-20","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Followed up on 2/22/24. VM left.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80258":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-20","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 2/20/24\r\nTried again on 2/27/24. VM left.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80259":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"68","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 3/7/24. Reached back on 3/7 and wants to consider it. Said she's leaning towards no however. ","obtain_date":"2024-03-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80260":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"37","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80261":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"E consent sent on 3/14/2024","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80262":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"79","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80263":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"E consent sent 3/14/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80264":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-25","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"sent E consent. Wants time to look over. Will follow up tomorrow.\r\nVM left 3/26/24","obtain_date":"2024-03-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80265":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-25","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Vm left 3/25/24\r\nTalked to wife on 3/26/24. Will call me back on 3/27/24. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80266":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-26","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80267":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-27","screening_age":"47","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Will send e consent and follow up ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80268":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-01","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80269":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-16","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"E consent sent 4/16/24. Will follow up tomorrow. Declined 4/18/24.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80223":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"80248":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90001":{"redcap_data_access_group":"university_of_mich","main_record_id":"20064","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-01-24","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consented. The study team was notified by Macomb staff that surgery has been scheduled for 2/18/2022. Reached out to patient and went over MRI Screenin Questions. Need to obtain documentations for prior surgeries (titianium clips and screws) to clear the patient for MRI.","obtain_date":"2022-01-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-02-21","sp_v1_preop_date":"2022-02-15","sp_v2_6wk_date":"2022-04-04","sp_v3_3mo_date":"2022-05-21","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"90002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-01-27","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient has a difficult time with a 15-minute heart stress test recently. Patient is not willing to do MRI since it will last longer than that.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90003":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-04","screening_age":"36","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM on 4/6; Call back tomorrow\r\nLVM on 4/7; surgery is monday, 4/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient is wheelchair-bound and declined participation.","obtain_date":"2024-01-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90007":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Not eligible.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-13","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"4/13: Left voicemail. Probably not a good candidate, as surgery is set for 4/15 and patient has a clinic appointment tomorrow, 4/14.\r\n4/13: Patient called back 20 min later and left a voicemail to call her home phone number. AJ left another voicemail on patient's home phone.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-10","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient is ineligible due to having thoracic surgery less than 3 months ago.\r\nAlso declined in April per Winnie (internal screening log)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90010":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/17: Left voicemail.\r\n5/19: Left voicemail.\r\n5/23: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Ineligible due to having had thoracic surgery less than 3 months ago.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"28","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Declined. He's not interested in research.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90014":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Did not contact patient. Ineligible. Having another major procedure 10 days after A2CPS eligible surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-07","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined. Lives too far from clinic sites.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90016":{"redcap_data_access_group":"university_of_mich","main_record_id":"20122","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-06-09","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"6/9: ICF sent. Waiting on actual surgery date before baseline visit can be scheduled. Will call back on 6/13 at 9:30am.\r\n6/10: Patient called back to let study team know that her surgery was moved up to 6/13. This means that there's no time to do the baseline appt, as today is Friday, 6/10 and surgery is Monday, 6/13. No clinic appts available.","obtain_date":"2022-06-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-06-13","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"The patient's surgery was moved up to 6/13 and could not come in for the baseline appointment.","sp_data_site":"N/A"},"90017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"76","screening_gender":"1","screening_race":"3","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90018":{"redcap_data_access_group":"university_of_mich","main_record_id":"20168","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-30","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"8/30: Left message.\r\n9/2: Patient interested. ICF sent. Will call back Wednesday morning for final decision. Use work number to call back.\r\n9/14: ICF resent.\r\n9/15: Still has to look over ICF. Wants a call back Monday in afternoon.\r\n9/21: Needs to know WSU availability before signing consent form. ","obtain_date":"2022-09-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-14","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-12-26","sp_v3_3mo_date":"2023-02-13","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-10-24","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Patient states that there was a lot of back and forth trying to schedule a baseline visit, and that the clinic doesn't have a lot of availability. Saturdays would've worked better.","sp_data_site":"2"},"90019":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined. Surgery is too soon to schedule a baseline visit.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined. Surgery is Friday and patient cannot make the baseline appointment in time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90021":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/2: Left voicemail.\r\n9/6: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90023":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/8: Declined. Having back pain/issues. Patient also anticipates getting back surgery in less than 6 months following thoracic surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90024":{"redcap_data_access_group":"university_of_mich","main_record_id":"20161","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-08","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/8: ","obtain_date":"2022-09-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-23","sp_v1_preop_date":"2022-09-12","sp_v2_6wk_date":"2022-11-04","sp_v3_3mo_date":"2022-12-23","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"90025":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90026":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/27: Declined. Doesn't want to do blood draws.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90027":{"redcap_data_access_group":"university_of_mich","main_record_id":"20188","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-19","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-21","sp_v1_preop_date":"2022-10-28","sp_v2_6wk_date":"2023-06-02","sp_v3_3mo_date":"2023-07-21","age":"81","sex":"1","genident":"N/A","ethnic":"2","dem_race":"N/A","ewdateterm":"2023-04-17","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"called to schedule repeat baseline, but participant said they no longer wanted to participate and would like to be withdrawn","sp_data_site":"2"},"90028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-19","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"10/27: Declined. Lives up north and daughter would have to drive her to clinic locations. Doesn't like city traffic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90031":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"10/20: Left message. Patient called back. Declined because it's getting cold out and they don't want to travel for the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90032":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"10/20: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90033":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"12/13: Will join. ICF sent. Call back 12/15.\r\n12/15: Patient decided not to join. Husband is sick and it's too much going on right now.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90034":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"34","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/4: Left voicemail.\r\n1/5: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90035":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/4: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-04","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"1/4: Left voicemail.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90037":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"77","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90038":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90039":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"68","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90040":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90041":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90042":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to go to clinic visits in Detroit or Ann Arbor.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90043":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient has too many other clinic appointments to attend to add research ones on.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-27","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to attend extra clinic visits at either location option.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90046":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90047":{"redcap_data_access_group":"university_of_mich","main_record_id":"20259","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-13","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-24","sp_v1_preop_date":"2023-04-19","sp_v2_6wk_date":"2023-06-05","sp_v3_3mo_date":"2023-07-24","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-05-16 14:21:35","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"This patient's surgery was initially scheduled for 4/21/2023 but was rescheduled on 4/18/2023 for 4/28/2023. SMM made the study team aware and updated RedCap and MDH. \r\n\r\nThis surgery was then rescheduled again on 4/20/2023 for 4/24/2023. SMM saw this update on 4/24/2023 and updated RedCap and MDH. \r\n\r\nDue to these changes MDH did not send out the expectation items survey and they were therefore not completed by the patient. ","erep_protdev_caplan":"N/A","erep_rel_covid19":"0"}}},"90048":{"redcap_data_access_group":"university_of_mich","main_record_id":"20266","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-24","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-12","sp_v1_preop_date":"2023-05-09","sp_v2_6wk_date":"2023-06-23","sp_v3_3mo_date":"2023-08-12","age":"79","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"90049":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient doesn't want to go to clinic visits at the sites that are offered. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90050":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Said the study is too much of a commitment. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90054":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to travel to clinic sites.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90055":{"redcap_data_access_group":"university_of_mich","main_record_id":"20267","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-01","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-12","sp_v1_preop_date":"2023-05-08","sp_v2_6wk_date":"2023-06-23","sp_v3_3mo_date":"2023-08-12","age":"48","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"90056":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Doesn't want an MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90057":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90058":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Metal in body.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90059":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-30","screening_age":"32","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient did not answer.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-30","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90061":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-30","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is too busy with current diagnosis.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90062":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient has attended so many clinic visits already and the clinic visits for this study are too far from home. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90063":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90064":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Didn't want to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90065":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"asked to call 11/30\r\nDeclined due to in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90066":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Info sent on 12/4/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90067":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-16","screening_age":"70","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Declined. \"Does not want to drive that far.\" ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90068":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-16","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 1/16/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90069":{"redcap_data_access_group":"university_of_mich","main_record_id":"20375","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-16","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-16","date_and_time":"2024-01-16 14:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-01","sp_v1_preop_date":"2024-01-24","sp_v2_6wk_date":"2024-03-14","sp_v3_3mo_date":"2024-05-01","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"90070":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-26","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left VM 2/26/2024","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90071":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-27","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Wants ICF mailed 2/27/2024","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90072":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"73","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 3/13/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90073":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-16","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90074":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-16","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90075":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-16","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90076":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-16","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"E consent sent 4/16/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90077":{"redcap_data_access_group":"university_of_mich","main_record_id":"20416","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-16","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-18","date_and_time":"2024-01-16 14:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-05-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-06-14","sp_v3_3mo_date":"2024-08-03","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"90000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"90004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined because there is a lot going on before surgery and surgery is coming up.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient was unavailable and would like to talk about the study the following Monday at a.m. (10 a.m.)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100003":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No answer. Contacted pt again on 3/9/22, no answer.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-02-28","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No answer. Contacted pt on 3/9/2022. Patient would like a call back in the afternoon on 3/10/2022. Pt declined the study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-09","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100007":{"redcap_data_access_group":"university_of_mich","main_record_id":"20082","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-03-09","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt on 3/14/22 at 2:03 p.m. Pt is still interested in participating, but he hasn't had the time to go over the e-consent. A follow-up phone call is scheduled for 3/21/22 afternoon.","obtain_date":"2022-03-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-25","sp_v1_preop_date":"2022-04-18","sp_v2_6wk_date":"2022-06-06","sp_v3_3mo_date":"2022-07-25","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-04-18","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"On day of baseline visit, pt. had flu and said that they weren't able to come for a baseline visit before surgery. So patient decided to stop further participation with the study. ","sp_data_site":"1"},"100008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-18","screening_age":"25","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-21","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was sleeping. Wife has asked us to call around 1-2 p.m. Pt is interested and agreed to receive study information in his email.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100010":{"redcap_data_access_group":"university_of_mich","main_record_id":"20087","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-03-23","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3/23/22 3:30 p.m. No answer","obtain_date":"2022-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-04-06","sp_v1_preop_date":"2022-03-30","sp_v2_6wk_date":"2022-05-18","sp_v3_3mo_date":"2022-07-06","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"100011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"WLC called on 3/24/22, no answer\r\n2nd attempt on 3/28/22 at 11:28 a.m., pt was with two nurses, asked to call back in half an hour.\r\n3/31: Pt stated that he spoke to Dr. Kulkarni's nurse and that he can't travel. Therefore, he declined to participate.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-24","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt prefers to do visits at Jackson. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-29","screening_age":"36","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3/29/22 09:04 NA\r\n3/31 10:36 NA\r\n4/5 15:48 Declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100014":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-03-31","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient doesn't drive.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance-related concern - too far from patient's home","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100016":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Claustrophobia ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-06","screening_age":"37","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"WLC: 4/6 No answer\r\nWLC: 4/7 Left voicemail\r\nAJ: 4/12 \r\n5/23 WLC updated record - Surgery has passed. No return calls from the patient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100018":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-15","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"4/15: AJ left voicemail\r\n4/18: AJ left voicemail\r\n4/19: AJ spoke with patient; she wants to think about it. Will call back on 4/20 at 2:30pm\r\n4/20: AJ called back for answer. Patient still has not signed consent, but says she will do it when she gets home. Will call back on 4/21 @ 10AM\r\n4/21: AJ left voicemail for patient to call back\r\n4/22: AJ left final voicemail for patient to call back to join. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100019":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"AJ 4/18: Wife answered phone and says he has dementia and may not comply.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-19","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"AJ 4/19: Declined; won't have time to travel due to work.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100021":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-20","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"AJ 4/20: Left voicemail.\r\nAJ 4/21: Left voicemail. Patient called back on 4/21. Wants to think about joining. Email link with ICF sent. AJ will call back on 4/22 for decision.\r\nAJ 4/22: Left voicemail for patient to call back","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-25","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Distance-related issue or concern","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100023":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-26","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"4/26 WLC: Interested, requested study documents\r\n5/2 WLC: Pt is not feeling well. The study trips are too much for her. Therefore, patient declined.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100024":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"4/27: Went straight to voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100025":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-04-27","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"4/27 WLC: pt needs to take care of granddaughter and sounds interested. Pt was offered study information in the mail.\r\n5/3/22: Pt stated that she has a cochlear implant and won't be able to get an MRI.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100026":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-02","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"5/5: Follow up with patient. Patient stated that he is not feeling well and plan to sign consent today.\r\n5/9: Pt stated that he will get to it. It has been a crazy week.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100027":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-03","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"5/9: Pt can't drive ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-03","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"5/3 WLC: Left voicemail\r\n5/9, 5/12 WLC: Directed straight to voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-09","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"5/9 WLC: Left voicemail to patient\r\n5/12: No Answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100031":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-12","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/12: No Answer\r\n5/13: Buying a house in Florida. Will be travelling back and forth.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100032":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/18 WLC: Interested, Sent study information to pt's email\r\n5/23 WLC: Distance-related issue or concern. UM Ann Arbor is the closest to pt's house, but it is too far.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100033":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-18","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/19 WLC: Left VM\r\n5/23 WLC: Pt just wanted to wait for and complete surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100034":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"5/23 WLC: Left voicemail\r\n5/25 WLC: Pt was at work, and asked to be called back at 4 p.m. Called back, but no answer.\r\n6/2 WLC: Declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100035":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-23","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/9 WLC: Left voicemail\r\n6/10: Sent study info. to pt for review\r\n6/20: No answer\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"2|0","ptinterest_comment":"5/25 WLC: money concerns especially the current inflation and increasing gas prices","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100037":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-25","screening_age":"45","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"5/25 WLC: Left Voicemail\r\n6/2 WLC: Declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100038":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/3 WLC: Daughter stated that the patient cannot read or write, experienced no pain\r\nExcluded based on the inability to read English","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100039":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/3 WLC: Too much is going on, not interested at this time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100040":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/3 WLC: Too much is going on","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100041":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-03","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"6/3 12:13 p.m. WLC: Concerns about long commitment. Wants to think about it and agrees to receive study info via email. Email is sent.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100042":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/9 WLC: Left voicemail\r\n6/14: No answer\r\nPt cannot be reached and surgery has passed.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100043":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/9 WLC: No Answer\r\n6/17: Left VM\r\n6/20: No answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"6/20: No answer\r\n6/22: Not interested due to travel-related issue/concern, but was open for discussion with Dr. Kulkarni. Notified Dr. Kulkarni. \r\n6/24: Followed up with Dr. Kulkarni and Tess. According to Tess, pt declined due to travel and extra testing.\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100046":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-20","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100047":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100048":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-27","screening_age":"60","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6/27: Pt expressed interest in joining the study.\r\n7/1 & 7/8: Followed up with the patient and left voice messages\r\n7/5: No answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100049":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100050":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-08","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"The patient would not answer and never returned calls.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100054":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100056":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-25","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100055":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-01","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"The patient became ineligible during screening.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100057":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-10","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"The patient became ineligible during screening.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100058":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-22","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100059":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100061":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100062":{"redcap_data_access_group":"university_of_mich","main_record_id":"20155","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-30","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-16","sp_v1_preop_date":"2022-09-13","sp_v2_6wk_date":"2022-10-28","sp_v3_3mo_date":"2022-12-16","age":"69","sex":"2","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"100063":{"redcap_data_access_group":"university_of_mich","main_record_id":"20160","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-06","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-19","sp_v1_preop_date":"2022-09-13","sp_v2_6wk_date":"2022-10-31","sp_v3_3mo_date":"2022-12-19","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-01-09 13:09:49","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-Month visit was performed 8 days past visit window. Visit was originally scheduled within window but was rescheduled at pt needed more time to recover from care separate from thoracic surgery","erep_protdev_caplan":"none","erep_rel_covid19":"0"}}},"100064":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100065":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100066":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100067":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100068":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100069":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100070":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100071":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100072":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100073":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient never answered calls.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100074":{"redcap_data_access_group":"university_of_mich","main_record_id":"20182","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-03","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-17","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"69","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"100075":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-30","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"The patient did not answer or return calls.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100076":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient unable to be contacted.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100077":{"redcap_data_access_group":"university_of_mich","main_record_id":"20179","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-07","screening_age":"37","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-19","sp_v1_preop_date":"2022-10-18","sp_v2_6wk_date":"2022-11-29","sp_v3_3mo_date":"2023-01-18","age":"37","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"100078":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100079":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100080":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100081":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-24","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100082":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to being overwhelmed by diagnosis and upcoming surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100083":{"redcap_data_access_group":"university_of_mich","main_record_id":"20196","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-02","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-09","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-12-21","sp_v3_3mo_date":"2023-02-08","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-11-04","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant changed mind after talking with their partner. ","sp_data_site":"1"},"100084":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-02","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient declined due to being overwhelmed by diagnosis and upcoming surgery.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100085":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100086":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100087":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient did not want to travel the distance to clinic.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100088":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer or callbacks. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100089":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient lives 90 minutes away from scan site and does not want to make the drive for the clinic visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100090":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100091":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100092":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-23","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100093":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100094":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-25","screening_age":"61","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Patient does not want to go to clinic appointments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100095":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to go to additional clinic appointments.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100096":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-30","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to travel to the clinic sites.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100097":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"61","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient is overwhelmed with medical issues.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100098":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"42","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Unable to contact.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100099":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"76","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient cannot drive to clinic and lives in an area too remote for other means of transportation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100100":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100101":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100102":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to attend clinic visits outside of Jackson.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100103":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100104":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100105":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100106":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Clinic visits are too far for patient to travel.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100107":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100108":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100109":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100110":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to travel to clinic visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100111":{"redcap_data_access_group":"university_of_mich","main_record_id":"20255","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-29","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-05-22","sp_v1_preop_date":"2023-05-09","sp_v2_6wk_date":"2023-07-03","sp_v3_3mo_date":"2023-08-22","age":"79","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"100112":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100113":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100114":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100115":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-10","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100116":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100117":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100118":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100119":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100120":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-05","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100121":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-05","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100122":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100123":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No answer.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100124":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"68","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100125":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-30","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100126":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient already lives pretty far from Jackson and doesn't want to have to travel further to get to extra clinic visits. The patient is also overwhelmed with diagnosis and just wants to get the surgery over with. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100127":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Does not want to travel to UM or WSU for study visits as they are too far away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100128":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100129":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Major surgery last month","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100130":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"77","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100131":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-14","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Lives far from visit sites","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100132":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-20","screening_age":"62","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100133":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-25","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100134":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-25","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100135":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-25","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100136":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-26","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100137":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-16","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Husband answered and declined on behalf ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100138":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-17","screening_age":"37","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"100000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110002":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Interested, but the patient has concerns about traveling to either WSU or UM.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110003":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"The patient never answered calls and did not return messages.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110005":{"redcap_data_access_group":"university_of_mich","main_record_id":"20157","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-22","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-16","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-10-28","sp_v3_3mo_date":"2022-12-16","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-09-07","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant said they have \"too many things going on\" and would not be able to continue with the study.","sp_data_site":"2"},"110006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No answer/wasn't able to get ahold of the patient.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110007":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"62","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-06","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110010":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110011":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-14","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110014":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-22","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No Answer","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110016":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110018":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient doesn't want to attend clinic visits outside of their regular hospital.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110019":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-24","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110021":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives way up north and relies on other family members for transportation ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-11","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"110000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"170001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"54","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Called 10/13/23 : VM inbox full","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"170002":{"redcap_data_access_group":"university_of_mich","main_record_id":"20337","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-30","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-06","date_and_time":"2023-11-06 11:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-28","sp_v1_preop_date":"2023-11-21","sp_v2_6wk_date":"2024-01-09","sp_v3_3mo_date":"2024-02-27","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2024-01-03 10:23:34","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant was unable to complete 6-week in-person visit because they were out of State through their window.","erep_protdev_caplan":"If possible, have the participant come back to town for their in-person visit.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-04-03 14:54:29","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt. has been out of state until now, so their 3 month session happened outside of window by 21 days.","erep_protdev_caplan":"Ask participant if they would be willing to return to Michigan for visit w/in their window.","erep_rel_covid19":"0"}}},"170003":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VM left 11/15/23\r\nConsent sent 11/17/23\r\nTried to follow up on 11/29/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"170004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"170005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-20","screening_age":"41","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"followed up on 2/22/24: said he will look at the form soon and f/u","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"170006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-20","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"VM left 2/20/2024\r\nCalled back evening of 2/20/2024\r\nFollowing up 2/21/2024.\r\nDeclined 2/27/2024","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"170007":{"redcap_data_access_group":"university_of_mich","main_record_id":"20412","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-01","screening_age":"34","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-01","date_and_time":"2024-01-16 14:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-05-13","sp_v1_preop_date":"2024-04-30","sp_v2_6wk_date":"2024-06-24","sp_v3_3mo_date":"2024-08-13","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"170000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130001":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-16","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient stated will contact research staff if changed mind","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130002":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-17","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130003":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"44","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/19/22 Voicemail Left\r\n5/23/22 Spoke with subject- declines participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130004":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"62","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"5/19/22 LVM\r\n5/23/22 LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130005":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-19","screening_age":"57","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/19 LVM\r\n5/23 Declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130006":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/24 Consents and brochure sent via email.\r\n6/1 LVM\r\n6/6 Declines participation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130007":{"redcap_data_access_group":"spectrum_health","main_record_id":"20108","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-05-24","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent completed in office at visit","obtain_date":"2022-05-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-06-14","sp_v1_preop_date":"2022-06-09","sp_v2_6wk_date":"2022-07-26","sp_v3_3mo_date":"2022-09-14","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130008":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-01","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Information provided at clinic visit. Would like follow up end of next week (6/2 or 6/3)\r\n6/1: Declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130009":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-05-26","screening_age":"38","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"5/26 left voicemail\r\n5/31 Spoke with patient, information/consents emailed\r\n6/2 Declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130010":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-02","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130011":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-06","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"6/2 LVM\r\n6/6 LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130012":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-14","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives too far away- worried about additional drives into Grand Rapids","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130013":{"redcap_data_access_group":"spectrum_health","main_record_id":"20124","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-14","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-08","sp_v1_preop_date":"2022-06-23","sp_v2_6wk_date":"2022-08-19","sp_v3_3mo_date":"2022-10-08","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130014":{"redcap_data_access_group":"spectrum_health","main_record_id":"20127","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-06-16","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-11","sp_v1_preop_date":"2022-06-30","sp_v2_6wk_date":"2022-08-22","sp_v3_3mo_date":"2022-10-11","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 10:46:47","erep_ae_date":"2022-10-06","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-10-06 14:20","erep_resolution_date":"2022-10-06 15:30","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Headache/migraine present prior to MRI, patient willing to participate in MRI. Headache/migraine significantly worsened by MRI.","erep_action_taken":"Patient willing to complete all study activities.","erep_outcome":"Headache/migraine improved after MRI completed. No intervention needed.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130015":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-22","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130016":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Traveling from home, about 60 miles away.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130017":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Still working full time, has already missed 3 days of work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130018":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-28","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130019":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130020":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"worried about missing work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130021":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-01","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130022":{"redcap_data_access_group":"spectrum_health","main_record_id":"20135","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-01","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-26","sp_v1_preop_date":"2022-07-07","sp_v2_6wk_date":"2022-09-06","sp_v3_3mo_date":"2022-10-26","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130023":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-05","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Attempted consent over the phone; signature not working on patient's phone. Patient interested, but spine stimulator unknown during screening- visit 1 canceled and will not enroll.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130024":{"redcap_data_access_group":"spectrum_health","main_record_id":"20137","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-07-12","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-07-27","sp_v1_preop_date":"2022-07-21","sp_v2_6wk_date":"2022-09-07","sp_v3_3mo_date":"2022-10-27","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-07-25 09:38:56","erep_ae_date":"2022-07-21","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-07-21 09:38","erep_resolution_date":"2022-07-21 09:38","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Subject became claustrophobic as soon as the MRI table rolled into position. MRI could not be completed.","erep_action_taken":"Subject will remain in the study but will be unable to have follow-up MRI","erep_outcome":"Subject was fine as soon as they were off the MRI table.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130025":{"redcap_data_access_group":"spectrum_health","main_record_id":"20138","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-07-12","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-08-01","sp_v1_preop_date":"2022-07-28","sp_v2_6wk_date":"2022-09-12","sp_v3_3mo_date":"2022-11-01","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130026":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-29","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130027":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-29","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130028":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-01","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130029":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-02","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"feeling overwhelmed ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130030":{"redcap_data_access_group":"spectrum_health","main_record_id":"20146","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-03","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-16","sp_v1_preop_date":"2022-08-25","sp_v2_6wk_date":"2022-10-28","sp_v3_3mo_date":"2022-12-16","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130031":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spends winter in Florida- will not be around for 3 month visit","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130032":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-03","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Childcare and transportation","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130033":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-04","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Transportation- lives over an hour away and does not want extra trips to Grand Rapids","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130034":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"40","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130035":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-18","screening_age":"48","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to come in for baseline visit before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130036":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-22","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130037":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-29","screening_age":"25","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130038":{"redcap_data_access_group":"spectrum_health","main_record_id":"20153","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-30","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-19","sp_v1_preop_date":"2022-09-15","sp_v2_6wk_date":"2022-10-31","sp_v3_3mo_date":"2022-12-19","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130039":{"redcap_data_access_group":"spectrum_health","main_record_id":"20154","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-30","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-20","sp_v1_preop_date":"2022-09-15","sp_v2_6wk_date":"2022-11-01","sp_v3_3mo_date":"2022-12-20","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-12-06 11:13:23","erep_ae_date":"2022-12-06","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-12-06 10:30","erep_resolution_date":"2022-12-06 10:40","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient became claustrophobic when on MRI table, prior to scan starting. Unable to complete scan. Removed from MRI, symptoms resolved quickly.","erep_action_taken":"Visit completed except MRI, will continue in study.","erep_outcome":"Symptoms resolved quickly when removed from MRI.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130040":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"74","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130041":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to Reach","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130042":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Will be in Florida after surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130043":{"redcap_data_access_group":"spectrum_health","main_record_id":"20158","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-31","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-16","sp_v1_preop_date":"2022-09-14","sp_v2_6wk_date":"2022-10-28","sp_v3_3mo_date":"2022-12-16","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-11-29 14:58:35","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient will be leaving for winter prior to visit window opening, so visit 3 performed as close to window as possible ","erep_protdev_caplan":"None","erep_rel_covid19":"0"}}},"130044":{"redcap_data_access_group":"spectrum_health","main_record_id":"20156","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-31","screening_age":"25","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-26","sp_v1_preop_date":"2022-09-01","sp_v2_6wk_date":"2022-11-06","sp_v3_3mo_date":"2022-12-26","age":"25","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130045":{"redcap_data_access_group":"spectrum_health","main_record_id":"20159","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-06","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-11","sp_v1_preop_date":"2022-09-22","sp_v2_6wk_date":"2022-11-21","sp_v3_3mo_date":"2023-01-10","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-01-04 08:06:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Imaging questionnaire missed by coordinator due to REDCap not working properly for them during visit.","erep_protdev_caplan":"Retraining of staff to remind them of all forms that need to be completed.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-19 12:59:14","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation survey not completed prior to OR","erep_protdev_caplan":"Continue to contact patients to attempt completion of all surveys according to timeline","erep_rel_covid19":"0"}}},"130046":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130047":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Claustrophobic, not willing to complete MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130048":{"redcap_data_access_group":"spectrum_health","main_record_id":"20180","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-09","screening_age":"33","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-29","sp_v1_preop_date":"2022-11-10","sp_v2_6wk_date":"2023-01-10","sp_v3_3mo_date":"2023-02-28","age":"33","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130049":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Overwhelmed with amount of medical appointments already","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130050":{"redcap_data_access_group":"spectrum_health","main_record_id":"20164","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-13","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-14","sp_v1_preop_date":"2022-10-06","sp_v2_6wk_date":"2022-11-24","sp_v3_3mo_date":"2023-01-13","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130051":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Has had an MRI in the past and \"I won't ever do one of those again\"","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130052":{"redcap_data_access_group":"spectrum_health","main_record_id":"20165","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-20","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-09-28","sp_v1_preop_date":"2022-09-22","sp_v2_6wk_date":"2022-11-08","sp_v3_3mo_date":"2022-12-28","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130053":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"82","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130054":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"already feeling overwhelmed, do not feel they can add anything else right now","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130055":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130056":{"redcap_data_access_group":"spectrum_health","main_record_id":"20169","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-23","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-03","sp_v1_preop_date":"2022-09-29","sp_v2_6wk_date":"2022-11-13","sp_v3_3mo_date":"2023-01-02","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130057":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Going to Florida postop","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130058":{"redcap_data_access_group":"spectrum_health","main_record_id":"20174","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-30","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-28","sp_v1_preop_date":"2022-10-27","sp_v2_6wk_date":"2022-12-08","sp_v3_3mo_date":"2023-01-27","age":"49","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-10-20 15:17:00","erep_ae_date":"2022-10-20","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-10-20 14:30","erep_resolution_date":"2022-10-20 14:50","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient has history of claustrophobia but was willing to attempt MRI scan. Eye mask, ear plugs, pillows, warm blankets, etc were utilized to help the patient feel more relaxed. Patient began to feel extremely claustrophobic when placed in the scanner and heart was racing. Resolved upon exiting the scanner.","erep_action_taken":"MRI was stopped and not reattempted. Subject will continue participation in study but will not attempt an MRI at the 3 month visit.","erep_outcome":"All symptoms resolved without further intervention.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130059":{"redcap_data_access_group":"spectrum_health","main_record_id":"20176","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-30","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-31","sp_v1_preop_date":"2022-10-20","sp_v2_6wk_date":"2022-12-11","sp_v3_3mo_date":"2023-01-30","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130060":{"redcap_data_access_group":"spectrum_health","main_record_id":"20173","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-04","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-01","sp_v1_preop_date":"2022-11-29","sp_v2_6wk_date":"2023-01-12","sp_v3_3mo_date":"2023-03-02","age":"N/A","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-12-07 15:32:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed baseline surveys and visit. Surgery then rescheduled. Visit repeated with in window, but patient unable to redo surveys prior to visit- became ill with influenza and did not complete.","erep_protdev_caplan":"Educate staff and patients on need to complete within window.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-03-16 14:04:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed 3-month surveys 1 day outside of window. Staff had tried to reach patient several times within window & patient said they would be available after window closed to do surveys with coordinator. ","erep_protdev_caplan":"Make sure to remind patients that surveys are set to be done within certain time windows. Staff can also reach out sooner if we know the patient is difficult to contact.","erep_rel_covid19":"0"}}},"130061":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-12","screening_age":"80","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130063":{"redcap_data_access_group":"spectrum_health","main_record_id":"20184","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-12","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-04","sp_v1_preop_date":"2022-10-27","sp_v2_6wk_date":"2022-12-16","sp_v3_3mo_date":"2023-02-03","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-10-17","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Feeling overwhelmed, no longer able/wanting to travel for extra appointments.","sp_data_site":"3"},"130064":{"redcap_data_access_group":"spectrum_health","main_record_id":"20187","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-17","screening_age":"42","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-10-28","sp_v1_preop_date":"2022-10-27","sp_v2_6wk_date":"2022-12-08","sp_v3_3mo_date":"2023-01-27","age":"42","sex":"1","genident":"1","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130065":{"redcap_data_access_group":"spectrum_health","main_record_id":"20185","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-17","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-01","sp_v1_preop_date":"2022-10-27","sp_v2_6wk_date":"2022-12-13","sp_v3_3mo_date":"2023-01-31","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-12-05 15:05:55","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed the deep breathing & coughing day 28 survey one day outside of window","erep_protdev_caplan":"Staff will continue to assist patients in completing surveys according to timeline.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-01-19 15:08:54","erep_ae_date":"2023-01-19","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-01-19 14:50","erep_resolution_date":"2023-01-19 15:09","erep_ae_severity":"2","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"Patient became nauseous between 1st resting scan and cuff scan 1. No vomiting or other symptoms. Patient removed from scanner- remained nauseous, unable to complete additional scans. Okay to continue with remainder of visit.","erep_action_taken":"Provided patient with water and crackers, symptoms resolved.","erep_outcome":"Continued with remained of study activities.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130066":{"redcap_data_access_group":"spectrum_health","main_record_id":"20192","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-25","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-10","sp_v1_preop_date":"2022-10-28","sp_v2_6wk_date":"2022-12-22","sp_v3_3mo_date":"2023-02-09","age":"63","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130067":{"redcap_data_access_group":"spectrum_health","main_record_id":"20197","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-01","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-15","sp_v1_preop_date":"2022-11-14","sp_v2_6wk_date":"2022-12-27","sp_v3_3mo_date":"2023-02-14","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130068":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to Reach prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130069":{"redcap_data_access_group":"spectrum_health","main_record_id":"20198","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-09","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-11-21","sp_v1_preop_date":"2022-11-17","sp_v2_6wk_date":"2023-01-02","sp_v3_3mo_date":"2023-02-20","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130070":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Feeling overwhelmed already","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130071":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130072":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-28","screening_age":"28","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to miss work prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130073":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Feeling overwhelmed with upcoming surgery already","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130074":{"redcap_data_access_group":"spectrum_health","main_record_id":"20209","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-16","screening_age":"26","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-09","sp_v1_preop_date":"2022-12-06","sp_v2_6wk_date":"2023-01-20","sp_v3_3mo_date":"2023-03-10","age":"26","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-04-04 12:09:21","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient did not do baseline surveys prior to DOS. ","erep_protdev_caplan":"Re-sent demographics 1 and 2 from baseline surveys per Martin. Patient completed these on 2/9/23 and 2/10/23.","erep_rel_covid19":"0"}}},"130075":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-22","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient not appropriate after conversation, unable to under study","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130076":{"redcap_data_access_group":"spectrum_health","main_record_id":"20203","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-18","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-02","sp_v1_preop_date":"2022-11-22","sp_v2_6wk_date":"2023-01-13","sp_v3_3mo_date":"2023-03-03","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2022-11-22 12:21:37","erep_ae_date":"2022-11-22","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-11-22 11:21","erep_resolution_date":"2022-11-22 11:45","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient became claustrophobic when being put in the MRI scanner. Stated heart was racing, short of breath. Resolved upon exiting scanner. ","erep_action_taken":"Patient unable to complete MRI scan, but willing to continue to participate in the rest of study activities.","erep_outcome":"Provided patient with water, snacks, and quiet room outside of MRI scanner. Symptoms resolved and patient went home when study activities were completed.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130077":{"redcap_data_access_group":"spectrum_health","main_record_id":"20204","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-11-18","screening_age":"45","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-07","sp_v1_preop_date":"2022-11-29","sp_v2_6wk_date":"2023-01-18","sp_v3_3mo_date":"2023-03-08","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-11-29","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"No reason given- just stated he would not be participating in the study.","sp_data_site":"3"},"130078":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-01","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130079":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-01","screening_age":"62","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"worried about the amount of time needed to participate, unable to dedicate time to the study, especially with the holidays approaching","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130080":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-08","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130081":{"redcap_data_access_group":"spectrum_health","main_record_id":"20214","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-09","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2022-12-21","sp_v1_preop_date":"2022-12-15","sp_v2_6wk_date":"2023-02-01","sp_v3_3mo_date":"2023-03-22","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130082":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not want to do brain MRI's","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130083":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130084":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-13","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"No transportation, otherwise very interested","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130085":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130086":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130087":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-20","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130088":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Transportation concerns","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130089":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130090":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130091":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-11","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130092":{"redcap_data_access_group":"spectrum_health","main_record_id":"20227","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-17","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-01-17","sp_v1_preop_date":"2023-01-19","sp_v2_6wk_date":"2023-02-28","sp_v3_3mo_date":"2023-04-17","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-06-16 12:11:01","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Due to patient medical condition and post op complications unable to complete during visit window. 3 month visit completed as close to window as able.","erep_protdev_caplan":"continue to attempt to complete visits within visit windows","erep_rel_covid19":"0"}}},"130093":{"redcap_data_access_group":"spectrum_health","main_record_id":"20233","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-30","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-15","sp_v1_preop_date":"2023-02-02","sp_v2_6wk_date":"2023-03-29","sp_v3_3mo_date":"2023-05-15","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130094":{"redcap_data_access_group":"spectrum_health","main_record_id":"20236","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-30","screening_age":"28","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-24","sp_v1_preop_date":"2023-02-03","sp_v2_6wk_date":"2023-04-07","sp_v3_3mo_date":"2023-05-24","age":"28","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130095":{"redcap_data_access_group":"spectrum_health","main_record_id":"20241","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-14","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-02-28","sp_v1_preop_date":"2023-02-23","sp_v2_6wk_date":"2023-04-11","sp_v3_3mo_date":"2023-05-28","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130096":{"redcap_data_access_group":"spectrum_health","main_record_id":"20238","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-07","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-06","sp_v1_preop_date":"2023-03-02","sp_v2_6wk_date":"2023-04-17","sp_v3_3mo_date":"2023-06-06","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-06-29 15:42:22","erep_ae_date":"2023-06-01","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-06-01 15:42","erep_resolution_date":"2023-06-01 15:42","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Pt experienced discomfort due to the MRI machine constricting their shoulders. Scan was stopped at 299/450 volumes. ","erep_action_taken":"Visit 3 activities were completed successfully after the scan was stopped.","erep_outcome":"Pt continues to participate in the program. No issues were presented by the pt after the scan was stopped.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130097":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-07","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130098":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130099":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"37","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"just started new job and unable to take time off work for the visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130100":{"redcap_data_access_group":"spectrum_health","main_record_id":"20243","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-24","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-13","sp_v1_preop_date":"2023-03-09","sp_v2_6wk_date":"2023-04-24","sp_v3_3mo_date":"2023-06-13","age":"59","sex":"1","genident":"1","ethnic":"4","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130101":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130102":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"overwhelmed with surgery and other medical issues","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130103":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"only 3 work days until surgery, unable to schedule visit in that time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130104":{"redcap_data_access_group":"spectrum_health","main_record_id":"20247","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-17","screening_age":"47","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-03-28","sp_v1_preop_date":"2023-03-23","sp_v2_6wk_date":"2023-05-09","sp_v3_3mo_date":"2023-06-28","age":"47","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130105":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"leaving state for 1 week prior to surgery. Feels overwhelmed.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130106":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130107":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-28","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130108":{"redcap_data_access_group":"spectrum_health","main_record_id":"20249","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-29","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-12","sp_v1_preop_date":"2023-04-06","sp_v2_6wk_date":"2023-05-24","sp_v3_3mo_date":"2023-07-12","age":"43","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130109":{"redcap_data_access_group":"spectrum_health","main_record_id":"20257","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-04-05","screening_age":"32","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-17","sp_v1_preop_date":"2023-04-13","sp_v2_6wk_date":"2023-05-29","sp_v3_3mo_date":"2023-07-17","age":"32","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130110":{"redcap_data_access_group":"spectrum_health","main_record_id":"20256","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-04-11","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-04-19","sp_v1_preop_date":"2023-04-13","sp_v2_6wk_date":"2023-05-31","sp_v3_3mo_date":"2023-07-19","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130111":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-19","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to get time off work, has to save PTO","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130112":{"redcap_data_access_group":"spectrum_health","main_record_id":"20261","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-04-19","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"2023-04-20","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"70","sex":"4","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"2023-05-30","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Baseline visit completed prior to scheduled OR; OR cancelled due to patient worsening medical condition. No longer a surgical candidate.","sp_data_site":"3"},"130113":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130114":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130115":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130116":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined phone 4.26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130117":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-02","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130118":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"21","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130119":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Lives 4 hours away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130123":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-30","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"unable to contact prior to OR","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130124":{"redcap_data_access_group":"spectrum_health","main_record_id":"20276","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-30","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-12","sp_v1_preop_date":"2023-06-08","sp_v2_6wk_date":"2023-07-24","sp_v3_3mo_date":"2023-09-12","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-10-04 15:18:21","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient was out of the state, scheduled as soon as return to home. Unavoidable due to length of vacation. ","erep_protdev_caplan":"Will continue to schedule visits within window.","erep_rel_covid19":"0"}}},"130125":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-01","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130126":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"19","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130127":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-05","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM, unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130128":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"6/16 pt states that he won't be available to participate between now and his OR date. Respectfully declined.\r\n6/16 patient called back and would like to participate\r\n6/16 patient called back to say he changed his mind again and will be unable to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130129":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-05","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130131":{"redcap_data_access_group":"spectrum_health","main_record_id":"20303","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-21","sp_v1_preop_date":"2023-08-17","sp_v2_6wk_date":"2023-10-02","sp_v3_3mo_date":"2023-11-21","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130132":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Feeling overwhelmed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130133":{"redcap_data_access_group":"spectrum_health","main_record_id":"20281","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-13","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-12","sp_v1_preop_date":"2023-06-15","sp_v2_6wk_date":"2023-08-23","sp_v3_3mo_date":"2023-10-12","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130134":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to OR","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130135":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to OR date","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130136":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"6.16 phone call, pt declined- CL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130137":{"redcap_data_access_group":"spectrum_health","main_record_id":"20283","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-16","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"6.16 LVM - CL\r\n6.19 LVM, missed call back from pt- CL\r\n6.19 pt called back, consented to participate","obtain_date":"2023-06-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-10","sp_v1_preop_date":"2023-07-06","sp_v2_6wk_date":"2023-08-21","sp_v3_3mo_date":"2023-10-10","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-07-25 16:20:55","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient unable to come in during visit window. ","erep_protdev_caplan":"Will continue to attempt to schedule within window. Reviewed next visit window at this appointment.","erep_rel_covid19":"0"}}},"130138":{"redcap_data_access_group":"spectrum_health","main_record_id":"20285","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-20","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-07-12","sp_v1_preop_date":"2023-06-22","sp_v2_6wk_date":"2023-08-23","sp_v3_3mo_date":"2023-10-12","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130139":{"redcap_data_access_group":"spectrum_health","main_record_id":"20286","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-20","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-29","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-10","sp_v3_3mo_date":"2023-09-29","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130140":{"redcap_data_access_group":"spectrum_health","main_record_id":"20287","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-21","screening_age":"41","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-06-27","sp_v1_preop_date":"2023-06-22","sp_v2_6wk_date":"2023-08-08","sp_v3_3mo_date":"2023-09-27","age":"41","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-10-05 15:46:33","erep_ae_date":"","erep_visit_inv":"","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":""}}},"130141":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-11","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130142":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"7.13 patient declined over phone- CL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130146":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-31","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"feeling very overwhelmed","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130147":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Does not want to do MRI, feeling overwhelmed, does not live locally","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130148":{"redcap_data_access_group":"spectrum_health","main_record_id":"20314","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-02","screening_age":"34","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-25","sp_v1_preop_date":"2023-09-14","sp_v2_6wk_date":"2023-11-05","sp_v3_3mo_date":"2023-12-25","age":"34","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130149":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"20","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130150":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130151":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-04","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130152":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"broke ankle immediately prior to OR, unable to participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130153":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-09","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130155":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient declined- has been having an intense medical work up for almost a year and does not want any more labs/scans/etc.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130156":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130157":{"redcap_data_access_group":"spectrum_health","main_record_id":"20308","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-16","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-23","sp_v1_preop_date":"2023-08-17","sp_v2_6wk_date":"2023-10-04","sp_v3_3mo_date":"2023-11-23","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-10-04","ewprimaryreason":"1","ewdisreasons":"1|2","ewpireason":"N/A","ewcomments":"Patient stated he would like to no longer participate in the study. He shared he was claustrophobic in the MRI and has no interest in repeating any of the other activities either.","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2023-08-17 16:22:36","erep_ae_date":"2023-08-17","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-08-17 16:23","erep_resolution_date":"2023-08-17 16:23","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient panicked in the MRI and decided that they could NOT do that portion of the study.","erep_action_taken":"The MRI portion of the appointment was omitted.","erep_outcome":"Patient was appreciative and the rest of the appointment and measurements took place as normal.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130158":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"10.27 Too much going on in personal life to participate at this time (recent death of a family member), politely declined participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130160":{"redcap_data_access_group":"spectrum_health","main_record_id":"20312","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-24","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-09-08","sp_v1_preop_date":"2023-08-31","sp_v2_6wk_date":"2023-10-20","sp_v3_3mo_date":"2023-12-08","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130161":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-25","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130162":{"redcap_data_access_group":"spectrum_health","main_record_id":"20315","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-28","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-08-29","sp_v1_preop_date":"2023-08-28","sp_v2_6wk_date":"2023-10-10","sp_v3_3mo_date":"2023-11-29","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130163":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130164":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-05","screening_age":"56","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130165":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-05","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130159":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-24","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130166":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-06","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130167":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":" Decided not to participate. Too much to deal with at this time.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130168":{"redcap_data_access_group":"spectrum_health","main_record_id":"20319","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-13","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-17","sp_v1_preop_date":"2023-09-21","sp_v2_6wk_date":"2023-11-27","sp_v3_3mo_date":"2024-01-16","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130169":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt doesn't have time to participate in study.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130170":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Contact 10/6 decided too much going on and will decline participation.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130171":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130172":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-19","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130173":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM; no return phone call","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130174":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"voice mail left, no response","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130175":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt discussed with wife and decided to decline.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130176":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130177":{"redcap_data_access_group":"spectrum_health","main_record_id":"20327","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-02","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-10-24","sp_v1_preop_date":"2023-10-12","sp_v2_6wk_date":"2023-12-05","sp_v3_3mo_date":"2024-01-24","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130178":{"redcap_data_access_group":"spectrum_health","main_record_id":"20330","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-06","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-02","sp_v1_preop_date":"2023-10-19","sp_v2_6wk_date":"2023-12-14","sp_v3_3mo_date":"2024-02-01","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130179":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130180":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130181":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130182":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130183":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11.13.23-spoke with pt and he politely declined participation in the program due to travel and time constraints.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130184":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130185":{"redcap_data_access_group":"spectrum_health","main_record_id":"20334","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-23","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"10.23.23 interested. Didn't have time to cover consent today but wants a call tmrw.","obtain_date":"2023-10-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-13","sp_v1_preop_date":"2023-11-02","sp_v2_6wk_date":"2023-12-25","sp_v3_3mo_date":"2024-02-12","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130186":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130187":{"redcap_data_access_group":"spectrum_health","main_record_id":"20343","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-31","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11.17 - consented on 11/17/23 at 11:40 AM","obtain_date":"2023-11-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-07","sp_v1_preop_date":"2023-11-29","sp_v2_6wk_date":"2024-01-18","sp_v3_3mo_date":"2024-03-07","age":"68","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130188":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-01","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"don't want any additional work. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130189":{"redcap_data_access_group":"spectrum_health","main_record_id":"20339","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-01","screening_age":"34","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-27","sp_v1_preop_date":"2023-11-21","sp_v2_6wk_date":"2024-01-08","sp_v3_3mo_date":"2024-02-26","age":"34","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130190":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130191":{"redcap_data_access_group":"spectrum_health","main_record_id":"20344","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-09","screening_age":"75","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11.9-Info given","obtain_date":"2023-11-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-28","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2024-01-09","sp_v3_3mo_date":"2024-02-27","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130192":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The online surveys were a deterrence for him. Larry does not do well with technology.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130193":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-09","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130194":{"redcap_data_access_group":"spectrum_health","main_record_id":"20348","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-10","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11.10- sent info\r\n11.13-patient reached\r\n11.30 - signed consent at V1 at 0920","obtain_date":"2023-11-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-05","sp_v1_preop_date":"2023-11-30","sp_v2_6wk_date":"2024-01-16","sp_v3_3mo_date":"2024-03-05","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130195":{"redcap_data_access_group":"spectrum_health","main_record_id":"20345","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11.10-LVM\r\n\r\n11.14- pt was interested and wanted to sign consent. They couldn't activate their email so they will get family member to assist. Follow up call will be tmrw morning.\r\n\r\n11.16 Spoke with pt and they needed more time to review with family member. Asked if we could call tmrw.\r\n\r\n11.17 Follow up with pt and they will participate. Scheduled V1 on 11/21/23 NO MRI, consent onsite.","obtain_date":"2023-11-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-06","sp_v1_preop_date":"2023-11-22","sp_v2_6wk_date":"2024-01-17","sp_v3_3mo_date":"2024-03-06","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130197":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-13","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130198":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-13","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130199":{"redcap_data_access_group":"spectrum_health","main_record_id":"20341","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-13","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"11/14 - consented at 1513, V1 scheduled for 11/16/23","obtain_date":"2023-11-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-22","sp_v1_preop_date":"2023-11-16","sp_v2_6wk_date":"2024-01-03","sp_v3_3mo_date":"2024-02-21","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130200":{"redcap_data_access_group":"spectrum_health","main_record_id":"20342","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-14","screening_age":"39","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11.14-info given ","obtain_date":"2023-11-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-30","sp_v1_preop_date":"2023-11-15","sp_v2_6wk_date":"2024-01-11","sp_v3_3mo_date":"2024-02-29","age":"39","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130201":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-14","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"11.30- declined participation; don't want extra work","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130196":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"11.10-LVM\r\n11.17-patient reached ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130202":{"redcap_data_access_group":"spectrum_health","main_record_id":"20360","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-22","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent signed 12/19/23 at 1418 - V1 on 12/26/23 at 12 PM.","obtain_date":"2023-12-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-29","sp_v1_preop_date":"2023-12-26","sp_v2_6wk_date":"2024-02-09","sp_v3_3mo_date":"2024-03-29","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130203":{"redcap_data_access_group":"spectrum_health","main_record_id":"20346","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-24","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-29","sp_v1_preop_date":"2023-11-28","sp_v2_6wk_date":"2024-01-10","sp_v3_3mo_date":"2024-02-28","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130204":{"redcap_data_access_group":"spectrum_health","main_record_id":"20347","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-24","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-11-30","sp_v1_preop_date":"2023-11-28","sp_v2_6wk_date":"2024-01-11","sp_v3_3mo_date":"2024-02-29","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130205":{"redcap_data_access_group":"spectrum_health","main_record_id":"20350","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-27","screening_age":"43","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"- 12.01 signed ICF on 12/01/23 at 1321","obtain_date":"2023-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-15","sp_v1_preop_date":"2023-12-14","sp_v2_6wk_date":"2024-01-26","sp_v3_3mo_date":"2024-03-15","age":"43","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130206":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-27","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130207":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-30","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"12.6- patient declined; doesn't want any additional stress. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130208":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"- 12.5 Ruth declines participation at this time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130209":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-08","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130210":{"redcap_data_access_group":"spectrum_health","main_record_id":"20357","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-18","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-13","sp_v1_preop_date":"2023-12-18","sp_v2_6wk_date":"2024-03-26","sp_v3_3mo_date":"2024-05-13","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130211":{"redcap_data_access_group":"spectrum_health","main_record_id":"20362","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-19","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2023-12-28","sp_v1_preop_date":"2023-12-21","sp_v2_6wk_date":"2024-02-08","sp_v3_3mo_date":"2024-03-28","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130212":{"redcap_data_access_group":"spectrum_health","main_record_id":"20361","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-19","screening_age":"65","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"12.19 called, consented, scheduled w/ MRI for 1/25/24","obtain_date":"2023-12-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-26","sp_v1_preop_date":"2024-01-25","sp_v2_6wk_date":"2024-03-08","sp_v3_3mo_date":"2024-04-26","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3","adverse_effects":{"1":{"erep_local_dtime":"2024-04-12 09:25:51","erep_ae_date":"2024-04-11","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2024-04-11 10:45","erep_resolution_date":"2024-04-11 10:45","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Participant experiences shortness of breath (SOB) while laying flat and was unable to proceed with completing the entire MRI due to these symptoms. ","erep_action_taken":"MRI discontinued after completion of the first cuff fMRI scan (personalized cuff pressure).","erep_outcome":"Participant's SOB was resolved once repositioned into an upright position.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"130213":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-26","screening_age":"43","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Current active chemo. overwhelmed.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130214":{"redcap_data_access_group":"spectrum_health","main_record_id":"20364","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-26","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-01","sp_v1_preop_date":"2023-12-28","sp_v2_6wk_date":"2024-03-14","sp_v3_3mo_date":"2024-05-01","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130215":{"redcap_data_access_group":"spectrum_health","main_record_id":"20365","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-02","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-01-30","sp_v1_preop_date":"2024-01-11","sp_v2_6wk_date":"2024-03-12","sp_v3_3mo_date":"2024-04-30","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2024-01-08","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Decided they no longer want to participate.","sp_data_site":"3"},"130216":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-02","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130217":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"1.4-LVM\r\n\r\n1.9: Declined on phone call; not enough time to prepare before surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130218":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130219":{"redcap_data_access_group":"spectrum_health","main_record_id":"20371","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-09","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"- 1.9: met in CTS office\r\n\r\n- 1.11: called, signed consent over phone","obtain_date":"2024-01-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-21","sp_v1_preop_date":"2024-01-18","sp_v2_6wk_date":"2024-04-03","sp_v3_3mo_date":"2024-05-21","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130220":{"redcap_data_access_group":"spectrum_health","main_record_id":"20384","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-12","screening_age":"41","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-06","sp_v1_preop_date":"2024-01-09","sp_v2_6wk_date":"2024-03-19","sp_v3_3mo_date":"2024-05-06","age":"41","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130221":{"redcap_data_access_group":"spectrum_health","main_record_id":"20372","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-12","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"- 1.12: called and consented over the phone","obtain_date":"2024-01-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-07","sp_v1_preop_date":"2024-02-01","sp_v2_6wk_date":"2024-03-20","sp_v3_3mo_date":"2024-05-07","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130223":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-23","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130222":{"redcap_data_access_group":"spectrum_health","main_record_id":"20378","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-23","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-16","sp_v1_preop_date":"2024-02-08","sp_v2_6wk_date":"2024-03-29","sp_v3_3mo_date":"2024-05-16","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130224":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-25","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130225":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-29","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"2.12.24: not interested in participating, declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130226":{"redcap_data_access_group":"spectrum_health","main_record_id":"20383","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-29","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-20","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-04-02","sp_v3_3mo_date":"2024-05-20","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130227":{"redcap_data_access_group":"spectrum_health","main_record_id":"20386","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-30","screening_age":"73","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-09","sp_v1_preop_date":"2024-02-07","sp_v2_6wk_date":"2024-03-22","sp_v3_3mo_date":"2024-05-09","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130228":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-30","screening_age":"44","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"- 2.2.24: V1, no showed appt, called and rescheduled for 2.5.24\r\n\r\n- 2.5.24: V1, no showed appt, called and LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130229":{"redcap_data_access_group":"spectrum_health","main_record_id":"20390","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-06","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-20","sp_v1_preop_date":"2024-02-15","sp_v2_6wk_date":"2024-04-02","sp_v3_3mo_date":"2024-05-20","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130230":{"redcap_data_access_group":"spectrum_health","main_record_id":"20392","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-14","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-02-27","sp_v1_preop_date":"2024-02-22","sp_v2_6wk_date":"2024-04-09","sp_v3_3mo_date":"2024-05-27","age":"61","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130231":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-14","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"not interested in participation due to payment amount and risk to benefits.","obtain_date":"2024-02-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130232":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-26","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"2.26-LVM","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130233":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-26","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"2024-03-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130234":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-26","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130235":{"redcap_data_access_group":"spectrum_health","main_record_id":"20394","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-26","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-03-27","sp_v1_preop_date":"2024-03-14","sp_v2_6wk_date":"2024-05-08","sp_v3_3mo_date":"2024-06-27","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130236":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-26","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130237":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130238":{"redcap_data_access_group":"spectrum_health","main_record_id":"20400","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-01","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"3.1-mailed info \r\n3.6-needs more time\r\n3.11-consented","obtain_date":"2024-03-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-03-18","sp_v1_preop_date":"2024-03-14","sp_v2_6wk_date":"2024-04-29","sp_v3_3mo_date":"2024-06-18","age":"83","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130239":{"redcap_data_access_group":"spectrum_health","main_record_id":"20399","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-04","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-03-19","sp_v1_preop_date":"2024-03-07","sp_v2_6wk_date":"2024-04-30","sp_v3_3mo_date":"2024-06-19","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130240":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130241":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-06","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"feeling overwhelmed and unable to come to extra visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130242":{"redcap_data_access_group":"spectrum_health","main_record_id":"20402","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-11","screening_age":"29","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-04-08","sp_v1_preop_date":"2024-03-21","sp_v2_6wk_date":"2024-05-20","sp_v3_3mo_date":"2024-07-08","age":"29","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130243":{"redcap_data_access_group":"spectrum_health","main_record_id":"20403","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-11","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-04-10","sp_v1_preop_date":"2024-03-21","sp_v2_6wk_date":"2024-05-22","sp_v3_3mo_date":"2024-07-10","age":"81","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130244":{"redcap_data_access_group":"spectrum_health","main_record_id":"20406","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-14","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-03-22","sp_v1_preop_date":"2024-02-29","sp_v2_6wk_date":"2024-05-03","sp_v3_3mo_date":"2024-06-22","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130245":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3.14- info given \r\n3.15 time related issue ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130246":{"redcap_data_access_group":"spectrum_health","main_record_id":"20407","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-14","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130247":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"54","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"3.14- sent info \r\n3.18-claims she never got info sent, didn't have time to talk, will follow up tmrw.\r\n3.20 decided not to participate due to time constraints.","obtain_date":"2024-03-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130248":{"redcap_data_access_group":"spectrum_health","main_record_id":"20408","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-18","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"0","sp_exclprevbilthorpro":"0","sp_surg_date":"2024-04-18","sp_v1_preop_date":"2024-04-04","sp_v2_6wk_date":"2024-05-30","sp_v3_3mo_date":"2024-07-18","age":"81","sex":"2","genident":"2","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"130249":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-20","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130250":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"unable to reach patient on multiple attempts.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130251":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130252":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-03","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130253":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-03","screening_age":"25","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130254":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-05","screening_age":"44","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130255":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-05","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130256":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130257":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-09","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt will be taking a few trips which will interfere with the study visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130258":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-16","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"- 4.16: given info in clinic\r\n\r\n- 4.19: LVM\r\n\r\n- 4.22: no time to review info, asked for call back 4.24.24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130259":{"redcap_data_access_group":"spectrum_health","main_record_id":"20418","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-17","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130260":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-15","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130062":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Going to Florida for the winter- leaving 2 weeks post op","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130120":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130121":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-26","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to OR","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130122":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to OR","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130130":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-06","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Since Larry wasn't available I spoke with Dawn (spouse), and she indicated she was quite positive that Larry wouldn't be intested.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130154":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact; multiple phone calls, email sent","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130143":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130144":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130145":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to surgery","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"130000":{"redcap_data_access_group":"spectrum_health","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120001":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-27","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives 4.5 hours away and is does not want to travel for visits -MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120002":{"redcap_data_access_group":"university_of_mich","main_record_id":"25044","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-17","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt wanted some emailed info. Apprehensive about participating, but wants to think about it. Emailed 10/17- MD","obtain_date":"2022-10-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-26","sp_v1_preop_date":"2022-10-24","sp_v2_6wk_date":"2022-12-06","sp_v3_3mo_date":"2023-01-25","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120003":{"redcap_data_access_group":"university_of_mich","main_record_id":"25002","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-06-27","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 6/27- MD\r\nLVM 6/29- MD\r\nVerbal yes, would like call after 2PM today to get enrolled 7/5-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-11","sp_v1_preop_date":"2022-07-07","sp_v2_6wk_date":"2022-08-22","sp_v3_3mo_date":"2022-10-11","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2022-08-09","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt emailed expressing that she wished to stop participation, did not name any specific reason why. Said we could keep data already collected.","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-07-11 10:25:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Expectation Items not completed within time frame.","erep_protdev_caplan":"Expectation Items completed on DOS.","erep_rel_covid19":"0"}}},"120004":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Could not reach prior to August DOS\r\nUnable to contact prior to DOS again","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120005":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-29","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and emailed 6/29- MD\r\nPt called back, MD spoke with pt and after reading email, pt decided they did not want to participate 6/30- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120006":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt has extreme claustrophobia and would not be willing to do MRI 6/30- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120007":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed 6/30- MD\r\nSpoke with pt at work, would like additional info emailed and for a call back on Thursday (7/7) 7/5- MD\r\nDeclined- time 7/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120008":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed 6/30- MD\r\nPt did not want to come in for visits, says he spends too much time coming to the hospital for appointments already 7/6- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120009":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-06-30","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt would not be willing to go into MRI without taking Valium- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120010":{"redcap_data_access_group":"university_of_mich","main_record_id":"25001","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-06-30","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes after approached in clinic. Asked for call 7/1 afternoon to go through enrollment process- MD","obtain_date":"2022-08-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-26","sp_v1_preop_date":"2023-04-19","sp_v2_6wk_date":"2023-06-07","sp_v3_3mo_date":"2023-07-26","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-15 11:00:54","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt had RTKA on 4/26/23. At the time of re-consent and time of surgery, she was not scheduled to have a LTKA. Pt ended up being scheduled for and receiving a LTKA on 6/14/23 (within the exclusionary 3-month window).","erep_protdev_caplan":"Will attempt to bring pt in towards the end of her 3-month window (7/12-8/9) for her 3-month visit. She may not be eligible or willing to scan so soon after her LTKA, but will complete as many tests as possible.","erep_rel_covid19":"0"}}},"120011":{"redcap_data_access_group":"university_of_mich","main_record_id":"25256","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-06","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt very interested, but needs to make sure she would have a ride. Pt will call me back with answer 7/6- MD\r\nPt concerned with MRI as she has had many in the past, would like to defer for now, but is ok if we re-approach if she comes in for other knee in the future 7/7- MD\r\nPt was re-scheduled for 8/24, called to touch base. Might be trying to move appts around. Call 8/9 morning to see what she's thinking 8/5- MD\r\nLVM 8/9- MD\r\nSpoke with pt. Still wants to defer to other knee as she lives far away and wants definitive dates for possible BL visit 8/12- MD\r\n\r\nWants to think about it, sent her a recruitment email. Will call her 12/19 to see about her decision -12/13 SW\r\n\r\nCan consent 12/21@2 - 12/20 SW\r\n\r\nCan consent 12/22@9am with SL - 12/21SW\r\n\r\nPatient ok waiting until next week or after new years to consent. Also had some things to do this morning and she stated this worked better. 12.22 SP","obtain_date":"2024-01-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-22","sp_v1_preop_date":"2024-01-18","sp_v2_6wk_date":"2024-03-04","sp_v3_3mo_date":"2024-04-22","age":"82","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120012":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt's husband who said pt stepped out for a while, asked for me to email the pt some details. Emailed 7/6- MD\r\nPt would like to defer, too close to surgery date for her to feel comfortable committing at this time 7/7- MD\r\n\r\nLVM and emailed - CJB 5/3\r\n\r\nLVM - CJB 5/5\r\n\r\nCall answered on 5/10 but she was not home - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120013":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-06","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt is claustrophobic and will not do MRI 7/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120014":{"redcap_data_access_group":"university_of_mich","main_record_id":"25003","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 7/7- MD","obtain_date":"2022-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-18","sp_v1_preop_date":"2022-07-12","sp_v2_6wk_date":"2022-08-29","sp_v3_3mo_date":"2022-10-18","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120015":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too involved for the given time frame 7/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120016":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-11","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt was in the middle of a workout. Asked for emailed information and follow-up call later this week 7/11- MD\r\nPt is claustrophobic and would require sedation for MRI 7/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120017":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt gets frequent MRIs and they cause him anxiety. Also, the distance is too far to come for research visits on top of other visits in Ann Arbor- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120018":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic, would like to think about study, will reach out closer to DOS- 7/14- MD\r\n\r\nPt declined- stated he did not remember expressing interest in the study and does not want to participate 8/30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120019":{"redcap_data_access_group":"university_of_mich","main_record_id":"25009","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-05","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-15","sp_v1_preop_date":"2022-08-10","sp_v2_6wk_date":"2022-09-26","sp_v3_3mo_date":"2022-11-15","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120020":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-15","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt is nervous about doing the MRIs and decided not to participate 7/18- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120021":{"redcap_data_access_group":"university_of_mich","main_record_id":"25004","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-15","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-25","sp_v1_preop_date":"2022-07-21","sp_v2_6wk_date":"2022-09-05","sp_v3_3mo_date":"2022-10-25","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120022":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-14","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt concerned with time/holiday weekend- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120023":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Pt would like to participate, but is traveling and would like call Thursday (7/21) afternoon to go through consent process 7/18- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120024":{"redcap_data_access_group":"university_of_mich","main_record_id":"25005","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-18","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-07-27","sp_v1_preop_date":"2022-07-25","sp_v2_6wk_date":"2022-09-07","sp_v3_3mo_date":"2022-10-27","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-11-11 12:42:56","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"3-Month visit conducted 1 day past visit window due to inability to obtain imaging slot during window","erep_protdev_caplan":"none needed","erep_rel_covid19":"0"}}},"120025":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-18","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt is claustrophobic and would require sedation for MRI- 7/18 MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120026":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"79","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120027":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120028":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt is having a very hard time ambulating and is concerned that she would not be able to make it into the study visits/would be \"wiped out\" for a whole day afterwards. 7/20- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120029":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-20","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is still teaching and could not commit to coming in for study visits 7/22-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120030":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-21","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives multiple hours away and is not willing to travel for study visits 7/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120031":{"redcap_data_access_group":"university_of_mich","main_record_id":"25007","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-07-22","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-07-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-02","sp_v1_preop_date":"2022-07-30","sp_v2_6wk_date":"2022-09-13","sp_v3_3mo_date":"2022-11-02","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120032":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120033":{"redcap_data_access_group":"university_of_mich","main_record_id":"25006","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-22","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested in participating. Would like call Monday morning (7/25) around 9AM to go through consent. 7/22- MD","obtain_date":"2022-07-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-03-07","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Consented before 1st TKA, postponed participation to second TKA as 1st was moved up.\r\nCalled patient to re-consent and she asked to be removed from study.","sp_data_site":"1"},"120034":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120035":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-22","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt unwilling to do MRI 7/22- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120036":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-26","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120037":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt does not have time before surgery to come in for a visit 7/27- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120038":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120039":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-27","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120040":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt does not have access to a car and would have a very difficult time getting to Ann Arbor for study visits 7/28- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120041":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt is unwilling to do MRI 8/3- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120042":{"redcap_data_access_group":"university_of_mich","main_record_id":"25008","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-07-28","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is unsure if she is having surgery or not. Asked for additional info to be emailed and a call back next Wednesday 8/3. 7/28 - MD","obtain_date":"2022-08-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-12-20","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"1","ewcomments":"Participant has had surgery canceled and rescheduled multiple times. Has been inactive for over a year with no current plans to schedule. ","sp_data_site":"1"},"120043":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-07-28","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt does not want to come in for any study visits 7/28- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120044":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-05","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120045":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-08","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too many appointments already, does not want to come in extra for research 8/8- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120046":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-08","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 8/8- MD\r\nLVM 8/9- MD\r\nPt returned call and LVM, called back, no answer 8/9- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120047":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-08","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt does not want to come in for MRIs or any other extra visits 8/8- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120048":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-11","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120049":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"1","ptinterest_comment":"Pt is isolating prior to surgery and does not want to come in for visits 8/9- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120050":{"redcap_data_access_group":"university_of_mich","main_record_id":"25074","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-15","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt interested, but unsure if she'd be able to come in for a visit. Can call later today to check in. Also OK with being re-approached for other knee (after new year) 8/9- MD\r\n\r\nLVM, emailed 12/15 - CJB","obtain_date":"2022-12-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-11","sp_v1_preop_date":"2023-01-09","sp_v2_6wk_date":"2023-02-22","sp_v3_3mo_date":"2023-04-11","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120051":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120052":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed 8/9-MD\r\nPt lives in the UP and would be willing to do virtual visits but not travel to Ann Arbor 8/12- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120053":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and emailed 8/9- MD\r\nSpoke with family member who said he was not there. Not sure a good time to call back 8/12- MD\r\nDOS moved to 9/13/22, not interested in research 9/2- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120054":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-09","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt goes to Florida 7 months of the year and will be leaving before 3 month visit time. He said he thinks he'll be too busy recovering/ prepping to leave and decided to decline 8/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120055":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-12","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt said he is still working and watching grandkids. Feels like too much to add to his plate 8/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120056":{"redcap_data_access_group":"university_of_mich","main_record_id":"25010","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-12","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-22","sp_v1_preop_date":"2022-08-17","sp_v2_6wk_date":"2022-10-03","sp_v3_3mo_date":"2022-11-22","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120057":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-15","screening_age":"78","screening_gender":"2","screening_race":"5","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt states that she does not live near the university and it would be difficult for her to get to Ann Arbor for the visits 8/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120058":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt said he has a lot going on and does not want to add this to his plate 8/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120059":{"redcap_data_access_group":"university_of_mich","main_record_id":"25011","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-16","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-26","sp_v1_preop_date":"2022-08-24","sp_v2_6wk_date":"2022-10-07","sp_v3_3mo_date":"2022-11-26","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120060":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-16","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt was driving and asked for info to be emailed. Emailed 8/16- MD\r\nLVM 8/18- SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120061":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-18","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient admitted he is very claustrophobic. Exclude. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120062":{"redcap_data_access_group":"university_of_mich","main_record_id":"25012","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-18","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Enroll tomorrow at 10:30am, SL 8/18","obtain_date":"2022-08-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-29","sp_v1_preop_date":"2022-08-24","sp_v2_6wk_date":"2022-10-10","sp_v3_3mo_date":"2022-11-29","age":"71","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-08-29 10:45:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient finished baseline surveys on day of surgery. Patient did not realize she needed to do these surveys before her surgery. RA had discussed with patient at baseline visit that surveys were due day before surgery but patient forgot. The due date listed on the MDH app was 9/8. Apologized and explained to patient this due date is not always correct. Patient was amicable and finished surveys today while waiting to be taken back.","erep_protdev_caplan":"Will make sure patients understand when baseline surveys are due and that due date listed on MDH app is automatically generated and not always correct (if sent within 2 weeks of surgery date). Explain to patient that surveys will close at correct timepoint. Also, will make sure to continue to do reminder calls or emails to ask patients to finish baseline surveys . ","erep_rel_covid19":"0"}}},"120063":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt was interested in participating, but is very claustrophobic and unwilling to try MRI8/19- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120064":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120065":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt said Ann Arbor is too far to come for him for the study visits. Would be interested otherwise 8/19- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120066":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-19","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Emailed 8/19- MD\r\nPt declined MRI, claustrophobic- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120067":{"redcap_data_access_group":"university_of_mich","main_record_id":"25013","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-22","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-08-30","sp_v1_preop_date":"2022-08-25","sp_v2_6wk_date":"2022-10-11","sp_v3_3mo_date":"2022-11-30","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120068":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined as it is too involved for what he would want to do right now 8/24- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120069":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Not interested in undergoing the MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120070":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-23","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Emailed 8/23- MD\r\nParticipant asked for table with breakdown of events and will think about it. He will reach out with interest. Sent another email 8/24- MD\r\nPatient did not reach out, no response. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120071":{"redcap_data_access_group":"university_of_mich","main_record_id":"25018","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-30","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-05","sp_v1_preop_date":"2023-08-29","sp_v2_6wk_date":"2023-10-17","sp_v3_3mo_date":"2023-12-05","age":"72","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120072":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Exclude- patient extremely claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120073":{"redcap_data_access_group":"university_of_mich","main_record_id":"25017","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-08-30","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-12","sp_v1_preop_date":"2022-09-09","sp_v2_6wk_date":"2022-10-24","sp_v3_3mo_date":"2022-12-12","age":"67","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-09-12 09:30:26","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete Expectation Items before they were due.","erep_protdev_caplan":"Pt completed Expectation Items on DOS. Completed in Coordinator Mode in MDH.","erep_rel_covid19":"0"}}},"120074":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient going out of town until right before surgery 8/30 SL\r\n\r\nDeferred participation\r\n\r\nLVM and emailed 4/5 - CJB\r\n\r\nDeclined due to travel - CJB 4/18\r\n\r\n\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120075":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 8/30 SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120076":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM 8/30 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120077":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt's phone was going in and out, will email info and try again 9/1- MD\r\n\r\nPatient would like to discuss with husband (forgot about the study) and will cb tomorrow. If would like to enroll will do visit this Friday since surgery is Monday. 9/7 SL\r\n\r\nPatient very overwhelmed with current surgery, declined 9/11 SL","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120078":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Would be more interested if visits could be done closer to home- 9/1 MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120079":{"redcap_data_access_group":"university_of_mich","main_record_id":"25019","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-09-01","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 9/1- MD\r\nPt called back, verbal yes. Will call when she gets to her office","obtain_date":"2022-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-13","sp_v1_preop_date":"2022-09-09","sp_v2_6wk_date":"2022-10-25","sp_v3_3mo_date":"2022-12-13","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120080":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-01","screening_age":"68","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt was very confused and thought that this was required for surgery. Wanted me to talk to her son. I will email information for them to review, but I think enrolling would confuse the patient more 9/1- MD\r\nNo response prior to DOS- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120081":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"46","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt said he would not be able to come in for extra in person visits 9/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120082":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was at work, asked for emailed info 9/2- MD\r\n\r\nSpoke to patient and her surgery was moved up from 9/20 to 9/14. Patient did not have time for baseline visit. However, hopes to get other knee done in future and ok being contacted again for this surgery. Deferred participation for this surgery. 9/7/22 SL\r\n\r\nPt initially deferred after first knee, but feels like she does not have time to participate. Declined 5/4- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120083":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"50","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed- MD\r\n\r\nSpoke with pt who did not have any time to go over study, requested call back on 1/18 \"after lunch\" - CJB 1/17\r\n\r\nPt did not answer on 1/18 at 12:30pm, LVM and emailed - CJB\r\n\r\nLVM - CJB 1/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120084":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120085":{"redcap_data_access_group":"university_of_mich","main_record_id":"25022","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-08","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-19","sp_v1_preop_date":"2022-09-14","sp_v2_6wk_date":"2022-10-31","sp_v3_3mo_date":"2022-12-19","age":"61","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-11-22 13:56:09","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt had Left TKA on 9/19/2022 without plans to have Right TKA within 3 months. Prior to scheduling 3- month follow-up visit, the pt reached out to me to let me know that he was scheduled to have Right TKA on 11/21/2022 (confirmed). ","erep_protdev_caplan":"Will wait until closer to end of window to get patient scheduled for 3-month visit.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-01-12 13:46:59","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt came in for 3-month follow-up visit 9 days past the closing of his window. He had his second knee replacement within 3-months of his first and was not comfortable undergoing the testing until the very end of his window.","erep_protdev_caplan":"The pt let us know as soon as he was comfortable to come in for QST/blood draw/fMRI and we scheduled him within a few days. Pt did complete 3-Month surveys within his window.","erep_rel_covid19":"0"}}},"120086":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Emailed 9/8- MD\r\nLVM 9/9- SL\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120087":{"redcap_data_access_group":"university_of_mich","main_record_id":"25021","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-08","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed 9/8- MD\r\n","obtain_date":"2022-09-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-19","sp_v1_preop_date":"2022-09-16","sp_v2_6wk_date":"2022-10-31","sp_v3_3mo_date":"2022-12-19","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120088":{"redcap_data_access_group":"university_of_mich","main_record_id":"25024","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-08","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Definitely interested. Contact as soon as she gets on OR schedule 9/8- MD","obtain_date":"2022-09-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-27","sp_v1_preop_date":"2022-09-26","sp_v2_6wk_date":"2022-11-07","sp_v3_3mo_date":"2022-12-27","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120089":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Previously a \"no response\" for LTKA. DH talked to at workshop and pt declined. No specific reason given 7/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120090":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Emailed 9/12- MD\r\nPt asked for additional emailed info and I will check in later this week 9/14- MD\r\nLVM with cb number 9/16 SL\r\nNo Response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120091":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Time commitment/ too much additional imaging- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120092":{"redcap_data_access_group":"university_of_mich","main_record_id":"25023","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-12","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Emailed 9/12- MD\r\nVerbal yes, want to go through consent at 7:30 AM Friday, 9/16 with visit first thing Monday morning (9/19) 9/15- MD","obtain_date":"2022-09-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-03","sp_v1_preop_date":"2022-09-19","sp_v2_6wk_date":"2022-11-13","sp_v3_3mo_date":"2023-01-02","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-10-04 09:46:48","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete Expectation survey prior to DOS.","erep_protdev_caplan":"Met pt in pre-op on DOS (10/3/2022) and went through Expectation Survey in coordinator mode.","erep_rel_covid19":"0"}}},"120093":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No reason, said \"it's not for me\" 9/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120094":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-15","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt was busy and asked for a call back later today (2PM) 9/15- MD\r\nLVM 9/15- SL\r\nPt did not call back prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120095":{"redcap_data_access_group":"university_of_mich","main_record_id":"25038","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-15","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt very interested, call as soon as on OR schedule 9/15- MD","obtain_date":"2022-09-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-11","sp_v1_preop_date":"2022-10-06","sp_v2_6wk_date":"2022-11-21","sp_v3_3mo_date":"2023-01-10","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-10-06 15:03:01","erep_ae_date":"2022-10-06","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-10-06 12:40","erep_resolution_date":"2022-10-06 13:00","erep_ae_severity":"2","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient was known to have vertigo prior to enrolling in study and participating in MRI. Research coordinator explained study procedures in detail to patient prior to enrollment and patient wanted to attempt MRI. After fMRI was finished and when patient went from laying to sitting he had an episode of vertigo. Patient had to lay back down because he was extremely dizzy. After a few minutes research coordinator and MRI tech helped patient into a chair outside the scanner room. Patient took medication for vertigo (antivert) and after about 15 minutes he began to feel better. Patient was able to walk to the car where wife was driving him home. Per patient these \"spells\" happen 3-4 times per month. He had planned to have his wife drive home.","erep_action_taken":"Patient was monitored until he felt better and was well enough to walk to the car. We will plan to exclude patient from the fMRI portion of the study for his 3mo visit, since laying flat is what may have triggered/contributed to his vertigo. Patient felt fine during QST and blood draw since he could sit-up during this. The head of the patient bed was elevated. ","erep_outcome":"Patient was feeling better once he left. Patient would like to continue participation but we will exclude him from the fMRI at the 3mo visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120096":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too involved","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120097":{"redcap_data_access_group":"university_of_mich","main_record_id":"25028","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-19","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-28","sp_v1_preop_date":"2022-09-21","sp_v2_6wk_date":"2022-11-08","sp_v3_3mo_date":"2022-12-28","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120098":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt cannot miss any work prior to surgery. Taking off a lot of time after 9/22- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120099":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt will be out of town until 2 days prior to surgery and does not feel that she could fit a baseline visit in 9/22- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120100":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not able to commit to this 9/22- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120101":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120102":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Would like to defer until other knee as pt does not have any availability prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120103":{"redcap_data_access_group":"university_of_mich","main_record_id":"25033","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-23","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-09-23","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Pt emailed after we confirmed baseline visit date/time and said that after further consideration that they did not want to participate in the study.","sp_data_site":"N/A"},"120104":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Patient does not want to do an MRI. Has never had one but sates she is claustrophobic. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120105":{"redcap_data_access_group":"university_of_mich","main_record_id":"25034","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-23","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-12","sp_v1_preop_date":"2022-12-05","sp_v2_6wk_date":"2023-01-23","sp_v3_3mo_date":"2023-03-13","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-09-29 14:33:58","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"3","erep_protdev_desc":"Pt's bp was outside the study's accepted range. Pt. had a bp of 95/55 while study's lower limit is 90/60. Pt. was questioned on if they felt fine and if it was normal for them. The pt responded yes to both. Due to the bp being just outside the range, a second bp was not taken and proceeded on with the 5x STS test.","erep_protdev_caplan":"None was taken","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-04-10 09:33:43","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was out of town for entire 3-month window.","erep_protdev_caplan":"Pt came in for his 3-month visit and was able to complete it 11 days past end of 3-month window.","erep_rel_covid19":"0"}}},"120106":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response before DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120107":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120108":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt emailed saying that she lives too far away to commit to this 9/27- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120109":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-27","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt will leave for second home shortly after surgery and does not want to commit to participating 9/28- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120110":{"redcap_data_access_group":"university_of_mich","main_record_id":"25035","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-27","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-05","sp_v1_preop_date":"2022-09-30","sp_v2_6wk_date":"2022-11-15","sp_v3_3mo_date":"2023-01-04","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120111":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt's surgery was moved up from 10/19 to 10/5, would like to be re-contacted when she comes in for other knee early to mid 2023 9/29- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120112":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt would be willing to do all study activities except the MRI 9/29- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120113":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120114":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt in clinic, interested, but wary of MRI. Recontact\r\n\r\nLVM and emailed 12/15 - CJB\r\n\r\nPt. declined saying he was too busy to participate. - CJB 1/5/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120115":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-29","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt. unable to fit study in schedule and asked to not be contacted when they get their left knee replaced","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120116":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives in Gaylord and is concerned with driving that far for research 10/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120117":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt cannot accommodate in-person visits 10/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120118":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"65","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt cannot commit as he is still working full time 10/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120119":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt cannot get to Ann Arbor on her own and does not want to come in for in person visits 10/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120120":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-04","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is a snowbird and will be going to FL as soon as she is cleared by surgeon 10/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120121":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120122":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt will be out of town prior to surgery and cannot make a baseline visit 10/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120123":{"redcap_data_access_group":"university_of_mich","main_record_id":"25040","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-05","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-17","sp_v1_preop_date":"2022-10-14","sp_v2_6wk_date":"2022-11-27","sp_v3_3mo_date":"2023-01-16","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120124":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is having other knee done in spring and would prefer we call her about that one. Not ready to participate at this time 10/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120125":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120126":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives in Florida December through May and does not want to come in for visits 10/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120127":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"too busy to fit study in schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120128":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No response prior to DOS in 2022\r\n\r\nWorkshop 4/12/23 reapproach\r\n\r\nDeclined at workshop, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120129":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120131":{"redcap_data_access_group":"university_of_mich","main_record_id":"25042","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-11","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-24","sp_v1_preop_date":"2022-10-19","sp_v2_6wk_date":"2022-12-04","sp_v3_3mo_date":"2023-01-23","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120132":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-11","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined via Patient Portal 4/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120133":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 10/13- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120134":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too busy, doesn't want to get involved 10/13- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120135":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-13","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120136":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120137":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-17","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too involved 10/17- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120138":{"redcap_data_access_group":"university_of_mich","main_record_id":"25043","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-17","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-09","sp_v1_preop_date":"2023-01-04","sp_v2_6wk_date":"2023-02-20","sp_v3_3mo_date":"2023-04-09","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120139":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120140":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120141":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was going to participate, but had a death in the family and can no longer make it 10/31- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120142":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt unable to come in for baseline visit prior to DOS. She works until 4 PM everyday. Maybe try again if she comes in for other knee 11/3- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120143":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120144":{"redcap_data_access_group":"university_of_mich","main_record_id":"25046","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-27","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is willing to participate, would like to call me around 2 PM today to go through consent and get enrolled. Pt asked for a text with info 10/27- MD\r\n\r\nCalled patient and she had some more questions but agreed to participate. On vacation and did not want to enroll right now. Call Monday around 11:00am to enroll 10/27 SL","obtain_date":"2022-10-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-08","sp_v1_preop_date":"2022-11-02","sp_v2_6wk_date":"2022-12-20","sp_v3_3mo_date":"2023-02-07","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120145":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120146":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is out of town until DOS and cannot make it in for baseline visit 10/28- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120147":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-22","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120148":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Never talked to patient, they declined via the patient portal invitation 11/1- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120149":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt said it's too hard to get to Ann Arbor for study visits 11/1- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120150":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives too far from Ann Arbor to come for visits 11/1- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120151":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt called back and said she is out of town until DOS 11/1- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120152":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt cannot fit visits into schedule, has extra PT for back problem 11/1- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120153":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-01","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Too involved 11/1- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120154":{"redcap_data_access_group":"university_of_mich","main_record_id":"25049","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-04","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-14","sp_v1_preop_date":"2022-11-10","sp_v2_6wk_date":"2022-12-26","sp_v3_3mo_date":"2023-02-13","age":"58","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-07-10 15:25:50","erep_ae_date":"2022-11-10","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-11-10 15:25","erep_resolution_date":"2022-11-10 15:25","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Upon entering the scanner patient became claustrophobic.","erep_action_taken":"Scan was not completed, but patient will stay in the study. ","erep_outcome":"Patient will not scan at 3 months.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120155":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-04","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120156":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120157":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt lives alone and said it would be too much for him to participate in research at this time 11/9- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120158":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives too far and also leaves for the winter 11/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120159":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt was confusing our study with another study he is participating in. Does not want to drive to Ann Arbor 11/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120160":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"77","screening_gender":"2","screening_race":"6","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120161":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120162":{"redcap_data_access_group":"university_of_mich","main_record_id":"25054","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-10","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt might be interested, but wants to discuss with family. Asked for emailed info and call back on Monday 11/10- MD","obtain_date":"2022-11-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-21","sp_v1_preop_date":"2022-11-16","sp_v2_6wk_date":"2023-01-02","sp_v3_3mo_date":"2023-02-20","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-11-17 11:27:46","erep_ae_date":"2022-11-16","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-11-16 17:00","erep_resolution_date":"2022-11-23 12:25","erep_ae_severity":"2","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient emailed the day after their baseline visit that they had ringing in their ears that began after their MRI. They said that it has started to resolve, but remains in his right ear.","erep_action_taken":"Let patient know that this can happen if the earplugs are not placed correctly or if they fall out during the scan. Informed him that if it does not resolve within 48-72 hours to get it checked out.","erep_outcome":"Checked in with patient to see how he was doing and if the ringing in his ears had resolved. He let me know that it took about a week after onset for it to fully resolve and he did not have it checked by his physician or an ENT. He was very grateful that we continued to check in on him.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120163":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt has multiple procedures for another health issue leading up to DOS and cannot commit to in-person visits 11/10- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120164":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Case cancelled\r\n\r\n12/15 pt declined - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120165":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120166":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120167":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120168":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120169":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120170":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"70","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120171":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt has a lot of medical issues right now and thinks it would be too much to participate 11/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120172":{"redcap_data_access_group":"university_of_mich","main_record_id":"25058","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-15","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-28","sp_v1_preop_date":"2022-11-22","sp_v2_6wk_date":"2023-01-09","sp_v3_3mo_date":"2023-02-27","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120173":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-15","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives in Brighton and doesn't want to drive to Ann Arbor for visits 11/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120175":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke with pt in clinic. Declined as she considered research before her other knee replacement and decided against it 11/17- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120176":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt considered study and decided that, considering her age, weather, and distance to travel, it would be too much to participate 11/18- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120177":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"67","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to reach pt prior to DOS - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120178":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-18","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to reach pt prior to DOS - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120179":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120180":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Previously a No Response (12/22). SW spoke with pt at workshop- no reason given for decline 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120181":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120182":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120183":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120184":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120185":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-29","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120186":{"redcap_data_access_group":"university_of_mich","main_record_id":"25060","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-29","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-10","sp_v1_preop_date":"2022-12-08","sp_v2_6wk_date":"2023-01-21","sp_v3_3mo_date":"2023-03-11","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120187":{"redcap_data_access_group":"university_of_mich","main_record_id":"25061","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-01","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-12","sp_v1_preop_date":"2022-12-08","sp_v2_6wk_date":"2023-01-23","sp_v3_3mo_date":"2023-03-13","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120188":{"redcap_data_access_group":"university_of_mich","main_record_id":"25066","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-01","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to in clinic on 12/1, was interested and wanted call back 12/5 or 12/6. Called on 12/5 and LVM. -CJB\r\n\r\nPt called and requested to be called on 12/8 at 11:00 AM. - CJB","obtain_date":"2022-12-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-31","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-03-14","sp_v3_3mo_date":"2023-05-01","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-12","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt emailed over the weekend and asked to be withdrawn as she is no longer comfortable with the idea of having an fMRI. I called and spoke to patient to see if she would be willing to do the non-imaging portions of the study and she decided that she would rather not participate.","sp_data_site":"1"},"120189":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed. - MD\r\n\r\nSpoke with patient who didn't have time to talk but requested callback tomorrow - CJB 12/15\r\n\r\nPt. declined saying he was too busy and did not want to make extra trips to Ann Arbor. - CJB 1/5/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120190":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120191":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120192":{"redcap_data_access_group":"university_of_mich","main_record_id":"25062","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-02","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-13","sp_v1_preop_date":"2022-12-06","sp_v2_6wk_date":"2023-01-24","sp_v3_3mo_date":"2023-03-14","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120193":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"75","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. stated he is unable to commit to additional visits. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120194":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 12/2/22 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120195":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS\r\n\r\nWorks nights, so it would be hard to come for visits during the day -10/12 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120196":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-02","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt. stated they have too much going on as well as travel plans that would conflict with post-op visits. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120197":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke with patient who requested more information, e-mail sent and stated we would follow up with her. 12/2 - CJB\r\n\r\nLVM 12/5 - CJB\r\n\r\nPatient called back 12/5 and declined due to MRI. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120198":{"redcap_data_access_group":"university_of_mich","main_record_id":"25065","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-05","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-16","sp_v1_preop_date":"2022-12-14","sp_v2_6wk_date":"2023-01-27","sp_v3_3mo_date":"2023-03-17","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-12-16 13:09:15","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient had not completed Expectation Survey prior to DOS.","erep_protdev_caplan":"Completed Expectation Survey in person on DOS.","erep_rel_covid19":"0"}}},"120199":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to reach prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120200":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke with wife who stated since he works long hours he won't be able to be reached during the day and that she doesn't think he will be interested in any research. 12/6 - CJB\r\n\r\nPt declined due to MRI on 12/9 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120201":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and e-mailed 12/6. Of note, patient lives in the UP - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120202":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"67","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt. on 12/6, pt. stated they have an electronic, unremovable tether on their wrist. Checked with MRI team who said the scanner would deactivate the tether, making this pt. excluded. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120203":{"redcap_data_access_group":"university_of_mich","main_record_id":"25068","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-12-06","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 12/6 - CJB\r\n\r\nSpoke with patient 12/12 would like to be called 12/13 at 10:00 am for enrollment. - CJB","obtain_date":"2022-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-06","sp_v1_preop_date":"2023-05-24","sp_v2_6wk_date":"2023-07-18","sp_v3_3mo_date":"2023-09-06","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-07 12:12:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt had not completed Expectation Items Survey prior to DOS.","erep_protdev_caplan":"Re-sent the survey on the morning of her surgery and called her to complete it as her surgery was at a remote location. Pt did not answer and I left a voicemail. Pt completed survey on DOS, but after surgery.","erep_rel_covid19":"0"}}},"120204":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed 12/6 - CJB\r\n\r\nSpoke with patient on 12/12 who declined due to scheduling issues. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120205":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed 12/6 - CJB\r\n\r\nPt called back 12/6 and had questions answered. Is on the fence due to time commitment but would like to be called later in the week. 12/6 CJB\r\n\r\nSpoke with on 12/8, wants to be called back on 12/9 - CJB\r\n\r\nPt declined on 12/12 due to scheduling constraints. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120206":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to reach again prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120207":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with patient who was busy at the moment and requested callback 12/7 any time. Sent recruitment e-mail. - 12/6 CJB\r\nLVM 12/7 - CJB\r\n\r\nSpoke with pt. 12/7 and answered his questions. He wants to think about it and will call us later in the week. If he doesn't call us by Monday he would like us to call him. - CJB\r\n\r\nDeclined due to travel 12/9 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120208":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed 12/6 - CJB\r\n\r\nDeclined on 12/8 due to time constraints around the holidays - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120209":{"redcap_data_access_group":"university_of_mich","main_record_id":"25064","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-06","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 12/6 - cjb","obtain_date":"2022-12-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-29","sp_v1_preop_date":"2022-12-12","sp_v2_6wk_date":"2023-02-09","sp_v3_3mo_date":"2023-03-30","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120210":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-12","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who is interested and would like to participate but didnt' have time for the enrollment process, would like to be called back on 12/13 at 4:15 PM - CJB\r\n\r\nCalled at 4:15 on 12/13, LVM - CJB\r\n\r\nLVM - CJB 12/14","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120211":{"redcap_data_access_group":"university_of_mich","main_record_id":"25070","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-13","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-24","sp_v1_preop_date":"2023-01-16","sp_v2_6wk_date":"2023-03-07","sp_v3_3mo_date":"2023-04-24","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120212":{"redcap_data_access_group":"university_of_mich","main_record_id":"25069","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-13","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-03","sp_v1_preop_date":"2022-12-21","sp_v2_6wk_date":"2023-02-14","sp_v3_3mo_date":"2023-04-03","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-12-22","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Patient arrived to baseline appointment on 12/21/22 but did not call or e-mail. Our team had been waiting in the lobby for them and ended up calling them when they let us know they were waiting in the parking lot but said they couldn't find any contact information or where to go so they left. We confirmed that contact information was sent to his e-mail and they also received a reminder call the day before their appointment explaining the process for coming in to the building. He did say he tried to go through his michigan medicine app to find his appointment but didn't see anything. I apologized for the mix-up and asked if he was still interested in the study at all and he said no.","sp_data_site":"1"},"120213":{"redcap_data_access_group":"university_of_mich","main_record_id":"25071","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-14","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient 12/14 who wanted to think about it overnight and be called back 12/15. Sent e-mail. - CJB","obtain_date":"2022-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-03","sp_v1_preop_date":"2022-12-21","sp_v2_6wk_date":"2023-02-14","sp_v3_3mo_date":"2023-04-03","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120214":{"redcap_data_access_group":"university_of_mich","main_record_id":"25072","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-14","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-05","sp_v1_preop_date":"2023-01-04","sp_v2_6wk_date":"2023-02-16","sp_v3_3mo_date":"2023-04-05","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120215":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt took a cancellation and cannot fit a visit in before surgery 12/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120216":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-16","screening_age":"66","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120217":{"redcap_data_access_group":"university_of_mich","main_record_id":"25073","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-16","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-16","sp_v1_preop_date":"2023-01-05","sp_v2_6wk_date":"2023-02-27","sp_v3_3mo_date":"2023-04-16","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120218":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke with patient in clinic and she stated that she is not interested in undergoing additional MRIs 12/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120219":{"redcap_data_access_group":"university_of_mich","main_record_id":"25077","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-03","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 1/3- MD","obtain_date":"2023-01-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-12","sp_v1_preop_date":"2023-01-10","sp_v2_6wk_date":"2023-02-23","sp_v3_3mo_date":"2023-04-12","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120220":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt called to let me know that he and Dr. Kheir decided to cancel surgery as pt is managing well with Physical Therapy. Excluded 1/3- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120221":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-03","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120222":{"redcap_data_access_group":"university_of_mich","main_record_id":"25076","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-03","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes from patient. Would like to enroll this afternoon (2/2:15 PM) 1/3- MD\r\n\r\nLVM at 2:12pm - CJB 1/3","obtain_date":"2023-01-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-14","sp_v1_preop_date":"2023-01-06","sp_v2_6wk_date":"2023-02-25","sp_v3_3mo_date":"2023-04-14","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120223":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient in clinic. Not yet scheduled for surgery, having issues with insurance/post-op care. Might not be a great candidate given he lives alone and has nobody to help after surgery. 1/5- MD\r\n\r\nSpoke with patient who didn't have time to go over any part of study, requested callback on morning of 2/17 - CJB\r\n\r\nLVM 2/17-MD\r\n\r\nLVM - CJB 3/3\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120224":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Emailed and LVM - CJB 1/5\r\n\r\nPt called back 1/5 and declined due to living 2.5 hours away. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120225":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"47","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120226":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120227":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120229":{"redcap_data_access_group":"university_of_mich","main_record_id":"25078","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-01-05","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-08","sp_v1_preop_date":"2023-04-22","sp_v2_6wk_date":"2023-06-19","sp_v3_3mo_date":"2023-08-08","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-05-08 09:53:37","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt did not complete Expectation Items before DOS.","erep_protdev_caplan":"Re-sent Expectation Items and met pt in pre-op to go through the questions in coordinator mode.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-05-08 09:54:41","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to attempt to collect baseline blood sample at patient's baseline visit. She had a Saturday visit and no phlebotomists were available that day.","erep_protdev_caplan":"Met patient in pre-op to ask her Current Med and Blood Sample Collection questions. Pre-op nurse drew baseline sample with 20 gauge needle at time of IV placement.","erep_rel_covid19":"0"}}},"120230":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic, not on OR schedule yet but verbal yes. Knows one of our other participants. Would like to enroll, but wants to wait until on OR schedule as she is still working right now 1/5- MD\r\n\r\nLVM and emailed - CJB 2/15\r\n\r\nLVM - CJB 2/28\r\n\r\nLVM - CJB 3/3\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120231":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120232":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120233":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined without providing reason - 1/5 CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120234":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Not interested right now. Maybe if we had offered him a trial 1/9- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120235":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in research at this time 1/9- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120236":{"redcap_data_access_group":"university_of_mich","main_record_id":"25079","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, would like call tomorrow, after 1 PM. Requested timeline/info emailed. Sent 1/9- MD","obtain_date":"2023-01-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-10","sp_v1_preop_date":"2023-04-07","sp_v2_6wk_date":"2023-05-22","sp_v3_3mo_date":"2023-07-10","age":"66","sex":"3","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120237":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-09","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt is overwhelmed with other health issues at this time 1/9- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120238":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 1/17\r\n\r\nPt called back on 1/26 to express interest in the study but since his surgery was in two days we could not accommodate. He let us know will be having his other knee (left) done after this one so we will keep an eye out for his name in the future. - CJB 1/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120239":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120240":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-17","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient felt overwhelmed with surgery - CJB 1/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120241":{"redcap_data_access_group":"university_of_mich","main_record_id":"25084","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-17","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt would like time to think about it, emailed him more information. F/u on 1/20 if we do not hear sooner. - CJB 1/17","obtain_date":"2023-01-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-30","sp_v1_preop_date":"2023-01-27","sp_v2_6wk_date":"2023-03-13","sp_v3_3mo_date":"2023-04-30","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120242":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Could not take any time off work for research visits - CJB 1/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120243":{"redcap_data_access_group":"university_of_mich","main_record_id":"25085","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 1/18 - CJB\r\nPt was in the middle of a webinar, asked to be called back in about an hour (11:30 AM) 1/19- MD\r\nTry after 2:30 today or tomorrow","obtain_date":"2023-01-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120244":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who is interested but not sure how it will impact her recovery, she is going to talk with Urquhart tomorrow and review the recruitment email and let us know. - CJB 1/18\r\n\r\n\r\nNew DOS 10/26 - 9/25 SW\r\n\r\nPt is having family fly in to take care of her and doesn't want to add anymore to their plate- 9/25 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120245":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"66","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and emailed - CJB 1/18\r\nLVM 1/19- MD\r\nSpoken with patient who requested informational email. If we don' thear from them soon we'll follow up. - CJB 1/25\r\n\r\nPatient responded to email on 1/28 and declined without giving a reason. - CJB 1/30","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120246":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LVM and emailed - CJB 1/18\r\nLVM, went directly to VM 1/19- MD\r\n\r\nDeclined 1/25, not willing to undergo MRI - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120247":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt is a pediatric cardiologist\r\n\r\nCall back after 2:30 on 1/18 - CJB\r\n\r\nPt stated she does not have time for in person visits - CJB 1/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120248":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 1/18\r\n\r\nLVM - CJB 2/6\r\n\r\nLVM - CJB 2/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120249":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient overwhelmed with other health issues - CJB 1/19","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120250":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-18","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Did not give a reason - CJB 1/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120251":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120252":{"redcap_data_access_group":"university_of_mich","main_record_id":"25102","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-19","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient in clinic on 1/19/23, interested. we will reach out when he is put on schedule. He worked with patient data management and will likely have questions about how we manage our data.\r\n\r\nCalled 3/2, unable to LVM. Emailed. - CJB\r\n\r\nVerbal yes, call anytime starting tomorrow - CJB 3/6","obtain_date":"2023-03-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-28","sp_v1_preop_date":"2023-03-14","sp_v2_6wk_date":"2023-05-09","sp_v3_3mo_date":"2023-06-28","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120253":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient in clinic on 1/19, interested. Surgery is not scheduled yet\r\n\r\nLVM and emailed - 3/2 CJB\r\n\r\nLVM - CJB 3/6\r\n\r\nLVM - CJB 3/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120254":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-19","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic with family member, definitely interested, call when on OR schedule","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120255":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives in Grayling and does not want to come down to Ann Arbor for visits 1/26- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120256":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 1/26- MD\r\nPt called back and Let me know that she is likely not having surgery a this time but would like to be on our list for participation. Did participate in NI CPS for other knee. 1/26- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120257":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-26","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No reason given 1/26- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120258":{"redcap_data_access_group":"university_of_mich","main_record_id":"25088","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-26","screening_age":"82","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Possibly interested. Asked for emailed info and we can follow-up tomorrow or early next week 1/26- MD\r\n\r\nVerbal yes, call 1/31 at 9am for enrollment - CJB 1/30","obtain_date":"2023-01-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-13","sp_v1_preop_date":"2023-02-03","sp_v2_6wk_date":"2023-03-27","sp_v3_3mo_date":"2023-05-13","age":"82","sex":"2","genident":"N/A","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120259":{"redcap_data_access_group":"university_of_mich","main_record_id":"25087","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-26","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-13","sp_v1_preop_date":"2023-02-01","sp_v2_6wk_date":"2023-03-27","sp_v3_3mo_date":"2023-05-13","age":"64","sex":"1","genident":"1","ethnic":"3","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-07 13:41:36","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt.'s visit was performed 11 days past -month visit window due to pt having to cancel original 3-month visit due to illness","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"120260":{"redcap_data_access_group":"university_of_mich","main_record_id":"25086","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-26","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-14","sp_v1_preop_date":"2023-02-10","sp_v2_6wk_date":"2023-03-28","sp_v3_3mo_date":"2023-05-14","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120261":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt has history of severe claustrophobia, cannot do MRI. - CJB 2/1/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120262":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-01","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient on 2/1, requested email and time to think about it. - CJB\r\n\r\nSpoke with patient on 2/6 who requested more time and to not call back - they will reach out - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120263":{"redcap_data_access_group":"university_of_mich","main_record_id":"25089","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-01","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who did not have time to go over the study but was very excited at the opportunity to participate in research. Call 2/2 at 10:00 am. - CJB","obtain_date":"2023-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-15","sp_v1_preop_date":"2023-02-14","sp_v2_6wk_date":"2023-03-29","sp_v3_3mo_date":"2023-05-15","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-10 09:20:52","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Pt was unable to come in during her window for her 6-week blood draw.","erep_protdev_caplan":"Pt came in one day past the end of her window and successfully completed her 6-week blood draw.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-06-25 10:02:06","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient came in for 3m blood draw 11 days outside of window. When patient came in for 3m visit (inside of window), blood draw was attempted and RA was unable to obtain blood during draw. Patient was coming in for lab work at U of M hospital and agreed to let us drop off our tubes to be drawn with other lab work. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120264":{"redcap_data_access_group":"university_of_mich","main_record_id":"25091","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-01","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, didn't have time for enrollment. Callback 2/2 at 9:00am - CJB 2/1\r\n\r\nSpoke with patient at 9:00am on 2/2 who stated he was driving and could not access consent form. Rescheduled to 2/3 at 9:00am. - CJB","obtain_date":"2023-02-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-15","sp_v1_preop_date":"2023-02-08","sp_v2_6wk_date":"2023-03-29","sp_v3_3mo_date":"2023-05-15","age":"58","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120265":{"redcap_data_access_group":"university_of_mich","main_record_id":"25093","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - 2/2 CJB\r\n\r\nverbal yes, call for enrollment on 2/7 at 11:30am - CJB","obtain_date":"2023-02-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-20","sp_v1_preop_date":"2023-02-10","sp_v2_6wk_date":"2023-04-03","sp_v3_3mo_date":"2023-05-20","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-08 14:07:30","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Subject reached out on 3/8 after one of their surveys closed to see if survey could be readministered. The survey was open from 3/6 to 3/8. Survey in question was: \"opioid use acute followup v1.o (opioid use II) day 7, 14, 21 (opioid use II)\" that was sent at 21 days.","erep_protdev_caplan":"Survey was manually readministered to subject with open date of 3/8 and close date of 3/10.","erep_rel_covid19":"0"}}},"120266":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient 2/2 and emailed more info, would like to think about it. - CJB\r\n\r\nLVM - CJB 2/6\r\n\r\nPt called and declined due to time constraints - CJB 2/6\r\n\r\nPt declined CORK but is interested in A2CPS- sent recruitment email for her to review info - 4/12 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120267":{"redcap_data_access_group":"university_of_mich","main_record_id":"25228","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-02","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery canceled due to patient improving - CJB 2/2","obtain_date":"2023-12-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-19","sp_v1_preop_date":"2024-02-14","sp_v2_6wk_date":"2024-04-01","sp_v3_3mo_date":"2024-05-19","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120268":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Surgery canceled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120269":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined without giving reason - CJB 2/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120270":{"redcap_data_access_group":"university_of_mich","main_record_id":"25092","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-02","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who requested e-mailed information and time to think. - CJB 2/2\r\n\r\nSpoke with patient who wants to be called at 2pm 2/3 for enrollment","obtain_date":"2023-02-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-21","sp_v1_preop_date":"2023-02-09","sp_v2_6wk_date":"2023-04-04","sp_v3_3mo_date":"2023-05-21","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120271":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-02","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who requested emailed information and time to consider - CJB 2/2\r\n\r\nLVM - 2/6 CJB\r\n\r\nLVM - 2/10 CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120272":{"redcap_data_access_group":"university_of_mich","main_record_id":"25090","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-02-02","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-09","sp_v1_preop_date":"2023-07-25","sp_v2_6wk_date":"2023-09-20","sp_v3_3mo_date":"2023-11-09","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120273":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-06","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/6\r\n\r\nSpoke with patient who requested emailed information and time to consider - CJB 2/10\r\n\r\nEmailed on 2/13 declining without giving a reason - CJB 2/13","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120274":{"redcap_data_access_group":"university_of_mich","main_record_id":"25094","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-07","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-27","sp_v1_preop_date":"2023-02-20","sp_v2_6wk_date":"2023-04-10","sp_v3_3mo_date":"2023-05-27","age":"54","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-24 12:32:25","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain baseline blood sample at pt's baseline visit on 2/20/2023 as we were out of kits.","erep_protdev_caplan":"Me pt in pre-op and baseline blood sample was obtained on DOS.","erep_rel_covid19":"0"}}},"120275":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt did not have time to go over any part of study, call back at 4 on 2/8 - CJB\r\n\r\nCall back Friday at 8AM for enrollment - CJB 2/8\r\n\r\nPt emailed stating she needs medications to get through MRI, therefore they are excluded. - CJB 2/9","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120276":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/8\r\n\r\nLVM - CJB 2/13\r\n\r\nLVM - CJB 2/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120277":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Interested but wanted emailed information and time to think - CJB 2/8\r\n\r\nLVM - CJB 2/13\r\n\r\nLVM - CJB 2/17","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120278":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt states they rely on others to drive them and they didn't feel comfortable asking others to drive them for research visits - CJB 2/8","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120279":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt takes care of husband who is ill and cannot commit to research. - CJB 2/8","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120280":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-08","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/8","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120281":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with patient who was on the fence, requested e-mailed information and would like to talk to Dr. Dailey about the study at her appointment on 2/20 - CJB 2/9\r\n\r\nLVM 2/22 - CJB\r\n\r\nPt called back 2/22 and stated that the requirements of the surgery are too much for her at this point - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120282":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120283":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Phone number results in \"this number is currently screening calls with callblocker and will not accept your call, please hang up\" - there is no option to leave a voicemail. The other number in the chart does not work. Emailed- CJB 2/9\r\n\r\nCall screened, unable to LVM - CJB 2/13\r\n\r\nCall screened, unable to LVM - CJB 3/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120284":{"redcap_data_access_group":"university_of_mich","main_record_id":"25100","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-09","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/9\r\n\r\nLVM - CJB 2/13\r\n\r\nCall Monday the 20th at 2pm for enrollment - CJB 2/17","obtain_date":"2023-02-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-13","sp_v1_preop_date":"2023-02-27","sp_v2_6wk_date":"2023-04-24","sp_v3_3mo_date":"2023-06-13","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120285":{"redcap_data_access_group":"university_of_mich","main_record_id":"25096","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-02-09","screening_age":"64","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt did not have time to go over study, requested callback around noon today - CJB 2/9\r\n\r\nPt got called into an unexpected meeting. Asked for later this afternoon or sometime tomorrow- 2/9 MD\r\n\r\nVerbal yes on 2/13, callback at 9:00 am on 2/14 for enrollment - CJB ","obtain_date":"2023-02-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-05","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-06-16","sp_v3_3mo_date":"2023-08-05","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-04-26","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"KD spoke with pt at workshop on 4/26/23. Pt's original DOS was moved out and pt no-showed his initial baseline visit. When approached, he asked to end participation. Pt did not complete any surveys in MDH, so deleted from project.","sp_data_site":"1"},"120286":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"64","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who was on the fence and wanted more time to think. She also wanted to talk with her PCP at her pre-op appointment that I think is on 2/17, but might be on 3/8. Told her we will send her an email and then reach out closer to her surgery date. - CJB 2/9\r\n\r\nLVM - CJB 2/28\r\n\r\nDeclined 3/3 without giving reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120287":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who wants to think about it. Sent email. - CJB 2/9\r\n\r\nLVM - CJB 2/15\r\n\r\nLVM - CJB 2/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120288":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who was interested but couldn't commit yet. Sent email with information. - CJB 2/9\r\n\r\nPt emailed 2/14 with questions which were answered via email - CJB\r\n\r\nLVM 2/28 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120289":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with patient in clinic on 2/9, possibly interested. Has contact info. We can reach out later. CJB\r\n\r\nPt declined 3/2, overwhelmed with healthcare - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120290":{"redcap_data_access_group":"university_of_mich","main_record_id":"25098","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-10","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-15","sp_v1_preop_date":"2023-02-23","sp_v2_6wk_date":"2023-04-26","sp_v3_3mo_date":"2023-06-15","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120291":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-10","screening_age":"77","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No voicemail set up, emailed. - CJB 2/10\r\n\r\nCalled but no VM set up - CJB 2/15\r\n\r\nCalled but no VM set up - CJB 2/28","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120292":{"redcap_data_access_group":"university_of_mich","main_record_id":"25097","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-10","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, would like a callback on 2/14 after 4pm - CJB","obtain_date":"2023-02-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-15","sp_v1_preop_date":"2023-02-17","sp_v2_6wk_date":"2023-04-26","sp_v3_3mo_date":"2023-06-15","age":"66","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120293":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/15\r\n\r\nLVM - CJB 2/28\r\n\r\nLVM - CJB 3/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120294":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/15\r\n\r\nLVM - CJB 2/28\r\n\r\nInterested but will be out of town during 3M window. Excluded. - CJB 3/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120295":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt not willing to do MRI - CJB 2/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120296":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/15\r\n\r\nLVM - CJB 2/28\r\n\r\nLVM - CJB 3/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120297":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"PT states they live too far away to attend research visits - CJB 2/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120298":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed - CJB 2/15\r\n\r\nPt declined 3/2, is overwhelmed with health-care responsibilities. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120299":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"67","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 2/15\r\n\r\nLVM 3/2 - CJB\r\n\r\nLVM 3/6 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120300":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed - CJB 2/15\r\n\r\nDeclined because \"surgery is in 3 weeks.\" - CJB 3/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120302":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Does not have enough time to attend research visits or do surveys - CJB 2/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120303":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM, no email on file - CJB 2/15\r\n\r\nLVM - CJB 3/2\r\n\r\nLVM - CJB 3/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120305":{"redcap_data_access_group":"university_of_mich","main_record_id":"25099","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-15","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, enrollment call 2/16 at 10:00 am - CJB 2/15\r\n","obtain_date":"2023-02-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-27","sp_v1_preop_date":"2023-02-23","sp_v2_6wk_date":"2023-05-08","sp_v3_3mo_date":"2023-06-27","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-24 12:47:41","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain pt's baseline blood sample on day of visit as his veins collapsed upon attempt. Pt has h/o chemotherapy and said we could collect on DOS.","erep_protdev_caplan":"Met pt in pre-op and pre-op nurse drew baseline blood sample.","erep_rel_covid19":"0"}}},"120306":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-16","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient in clinic on 2/16, he is considering and has not yet been scheduled for surgery. Dr. Urquhart emphasized that this patient has a complex medical history and their knee replacement will not be straightforward - CJB\r\n\r\nLVM AND EMAILED- CJB 5/16\r\n\r\nNo response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120307":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-17","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who requested info be emailed and said he needed time to evaluate his schedule. Follow up around 2/22 - CJB\r\n\r\nCalled 2/22 but VM was full - CJB\r\n\r\nSpoke to at workshop on 3/1 - still considering but said we can follow up later. - CJB\r\n\r\nCalled 4/4 but VM full - CJB\r\n\r\nCalled 4/18, could not get through - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120308":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 2/22 - CJB\r\n\r\nLVM - CJB 3/2\r\n\r\nPt called back 3/2 and all questions were answered. We will follow up 3/6 if we do not hear back sooner. - CJB\r\n\r\nLVM - CJB 3/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120309":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-28","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed - CJB 2/28\r\n\r\nDeclined at workshop on 3/1, \"too much going on.\" - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120310":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-22","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt who requested email and to think about it. Follow up early next week if we don't hear from her sooner. - CJB 2/22, LVM - CJB 2/28, LVM - CJB 3/3\r\n\r\nPt had been cancelled and and offered surgery again. Spoke with her in clinic and she would like to participate. Will reach out when she gets scheduled. Pt has my contact info in case she has questions. 6/29- MD\r\n\r\nNeuro aneurysm clip, excluded 7/28\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120311":{"redcap_data_access_group":"university_of_mich","main_record_id":"25106","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-28","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who requested emailed info and time to consider - CJB 2/28\r\n\r\nVerbal yes. call at noon on thursday march 9th to enroll - CJB 3/6","obtain_date":"2023-03-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-20","sp_v1_preop_date":"2023-03-13","sp_v2_6wk_date":"2023-05-01","sp_v3_3mo_date":"2023-06-20","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-24 12:44:49","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain pt's baseline blood sample on day of visit as we were out of kits.","erep_protdev_caplan":"Met pt in pre-op on DOS to draw blood sample.","erep_rel_covid19":"0"}}},"120312":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"69","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to at education class 3/1/23, verbal yes. Call any afternoon to enroll. - CJB.\r\n\r\nLVM 3/3 at 2:00pm - CJB\r\n\r\npt unwilling to attempt MRI due to claustrophobia, excluded. - CJB 3/9\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120313":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested in participating but is planning to go overseas mid-June through mid- July (missing entire 3-month window 3/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120314":{"redcap_data_access_group":"university_of_mich","main_record_id":"25103","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-01","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with at education class 3/1/23. verbal yes, enrollment call on 3/7 at 1pm - CJB","obtain_date":"2023-03-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-19","sp_v1_preop_date":"2023-04-12","sp_v2_6wk_date":"2023-05-31","sp_v3_3mo_date":"2023-07-19","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-08-18 08:54:23","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was scheduled for her 3M visit in late July (within window) but tested positive for COVID. We were unable to get her a scan on the needed scanner within her window, so pushed her out to the deviation window in hopes of finding a scan.","erep_protdev_caplan":"We were unable to obtain a scan on the needed scanner, even within the deviation window. We had the patient come in for the non-imaging portion of the visit. This did take place during the deviation time-frame, 13 days after the 3M window ended.","erep_rel_covid19":"0"}}},"120316":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with at education class 3/1/23 and is interested but wanted time to talk with their spouse. Follow up week of 3/6 - CJB\r\n\r\nRequested more time to think and a call back on 3/13 - CJB\r\n\r\nSpoke with pt who requested callback at 3pm, LVM at 3pm - CJB 3/14\r\n\r\nLVM 3/16 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120317":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and emailed - CJB 3/1\r\n\r\nLVM - CJB 3/6\r\n\r\nDeclined 3/9 with no reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120318":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-01","screening_age":"78","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Called but no answer, could not leave VM. Emailed - CJB 3/1\r\n\r\nDeclined 3/6 due to MRI requirement - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120319":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with patient who is considering but would need to take an uber/lyft/cab to make it to the appointments. Is considering. Emailed. - CJB 3/2\r\n\r\nDoes not have transportation to visits - CJB 3/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120320":{"redcap_data_access_group":"university_of_mich","main_record_id":"25101","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-02","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who is considering. Emailed. - CJB 3/2\r\n\r\nVerbal yes, call at 2:30 on 3/6 - CJB","obtain_date":"2023-03-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-03","sp_v1_preop_date":"2023-03-20","sp_v2_6wk_date":"2023-05-15","sp_v3_3mo_date":"2023-07-03","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120321":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 3/2\r\n\r\nLVM - CJB 3/6\r\n\r\nLVM - CJB 3/9\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120322":{"redcap_data_access_group":"university_of_mich","main_record_id":"25104","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-02","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Interested but wanted time to consider. emailed. - CJB 3/2\r\n\r\npt still reviewing study, will call us back - CJB 3/6\r\n\r\nVerbal yes, call Wednesday between 12:30 1pm on 3/8 - CJB","obtain_date":"2023-03-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-04","sp_v1_preop_date":"2023-03-23","sp_v2_6wk_date":"2023-05-16","sp_v3_3mo_date":"2023-07-04","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120323":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-06","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed - CJB 3/6\r\n\r\nLVM - CJB 3/9\r\n\r\nSpoke with patient and answered questions. Wants more time to think and will call us back. Emailed again per request - CJB 3/14\r\n\r\nDeclined 3/17 via email, stating \"It's more of a commitment than I'm willing to make. And it would entail sharing more of my health data than I'm comfortable with\" - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120324":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-07","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM. No email on file 3/7- MD\r\nspoke with pt in workshop, wanted to think about it. F/u week of 3/20\r\nLVM 3/21- MD\r\nLVM 3/23 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120325":{"redcap_data_access_group":"university_of_mich","main_record_id":"25108","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-08","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-28","sp_v1_preop_date":"2023-11-16","sp_v2_6wk_date":"2024-01-09","sp_v3_3mo_date":"2024-02-27","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120326":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-08","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 3/9\r\nLVM 3/21- MD\r\nLVM 3/27 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120327":{"redcap_data_access_group":"university_of_mich","main_record_id":"25113","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-08","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, call 3/10 for enrollment anytime BESIDES 12-1 - CJB\r\n\r\nLVM - CJB 3/10","obtain_date":"2023-03-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120328":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-08","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and emailed - CJB 3/9\r\n\r\nSpoke with patient who wants to think about it until education class on 3/29, then will decide - CJB 3/27\r\n\r\nDeclined 3/29 at workshop - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120329":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"55","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined 3/15 no reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120330":{"redcap_data_access_group":"university_of_mich","main_record_id":"25111","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-09","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-13","sp_v1_preop_date":"2023-03-17","sp_v2_6wk_date":"2023-05-25","sp_v3_3mo_date":"2023-07-13","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-13 12:56:12","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt completed Expectations Items prior to original DOS (4/6/23), but pt was re-scheduled to 4/13/2023. We re-sent the expectations survey and left a voicemail for the patient to complete them again prior to his new DOS. Pt did not complete the survey before it closed.","erep_protdev_caplan":"Met pt in pre-op and completed the Expectation Items in coordinator mode.","erep_rel_covid19":"0"}}},"120331":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"54","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined 3/29, no reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120332":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke with pt in clinic- not interested in research 3/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120333":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"LVM and emailed - CJB 3/27\r\n\r\nDeclined - not interested in research - CJB 3/29","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120334":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop\r\n\r\nCall Monday the 27th at 2pm for enrollment - CJB\r\n\r\nLVM 3/27 at 2:00 pm - CJB\r\n\r\nLVM 3/29 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120335":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"83","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined at workshop due to travel - CJB 3/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120336":{"redcap_data_access_group":"university_of_mich","main_record_id":"25123","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-15","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop 3/15\r\n\r\nCall april 6th in the afternoon for enrollment - CJB 3/23\r\n\r\nPt out running errands- would like call tomorrow at 3. will need direction on how to be on phone and email at the same time 4/6- MD","obtain_date":"2023-04-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-19","sp_v1_preop_date":"2023-04-12","sp_v2_6wk_date":"2023-05-31","sp_v3_3mo_date":"2023-07-19","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-24 13:02:14","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Attempted baseline blood draw at baseline visit, but vein blew. Then attempted blood draw on DOS.","erep_protdev_caplan":"Unable to obtain baseline blood sample. Will not obtain future blood samples.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-07-10 15:37:40","erep_ae_date":"2023-04-12","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-04-12 15:37","erep_resolution_date":"2023-04-12 15:37","erep_ae_severity":"2","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Patient had to stop the scan because she was having a migraine and said the \"lights were too much and her shoulder hurt\"","erep_action_taken":"Patient will continue in the study. ","erep_outcome":"Patient requested not to image at 3 months. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120337":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop 3/15 due to \"too much going on.\" - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120338":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined at workshop due to MRI requirement - CJB 3/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120339":{"redcap_data_access_group":"university_of_mich","main_record_id":"25115","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-15","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop 3/15\r\n\r\ncall 3/24 at 12:30 for enrollment - CJB","obtain_date":"2023-03-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-11","sp_v1_preop_date":"2023-04-06","sp_v2_6wk_date":"2023-05-23","sp_v3_3mo_date":"2023-07-11","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120340":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined at workshop due to MRI requirement - CJB 3/15","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120341":{"redcap_data_access_group":"university_of_mich","main_record_id":"25116","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-15","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop 3/15\r\n\r\nCall monday 3/27 for enrollment - CJB","obtain_date":"2023-03-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-01","sp_v1_preop_date":"2023-03-30","sp_v2_6wk_date":"2023-05-13","sp_v3_3mo_date":"2023-07-01","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120342":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-15","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop 3/15\r\nLVM @ 11:21 3/16- MD\r\nLVM 3/23 - CJB\r\nSpoke to patient 3/27, wants call back 4/3 late morning/early afternoon - CJB\r\nPt would like emailed info to talk over with wife. Will reach out with interest/questions 4/3- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120343":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-16","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt in clinic. She's too busy taking care of family members to participate 3/16 -MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120344":{"redcap_data_access_group":"university_of_mich","main_record_id":"25178","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-16","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Asked how long in-person visits take. Would like to think about it and requested f/u call 3/16- MD\r\n\r\nPt spoke with KD at workshop and told her he was already enrolled. Follow-up 8/16- MD","obtain_date":"2023-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-16","sp_v1_preop_date":"2023-10-10","sp_v2_6wk_date":"2023-11-26","sp_v3_3mo_date":"2024-01-15","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120345":{"redcap_data_access_group":"university_of_mich","main_record_id":"25114","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-23","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-03","sp_v1_preop_date":"2023-03-30","sp_v2_6wk_date":"2023-05-15","sp_v3_3mo_date":"2023-07-03","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-08 13:48:37","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"At time of consent and time of surgery, the patient was not scheduled to have her other knee replaced. About a month and a half after her RTKA (4/3/23), the patient reached out to let me know that she was now scheduled for a LTKA on 6/7/23 (less than 3 months since first TKA).","erep_protdev_caplan":"Her second TKA falls shortly before the start of her 3-month visit window. As our MRI will typically not scan patient who have had any implants placed within 8 weeks of a scan, this patient will likely not image at 3-months but is willing to continue surveys and come in for bloods/QST towards the end of her 3-month window.","erep_rel_covid19":"0"}}},"120346":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop 3/29 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120347":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined at workshop 3/29 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120348":{"redcap_data_access_group":"university_of_mich","main_record_id":"25122","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-03-29","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop 3/29, call in the afternoon\r\n\r\nCall 4/5 at 2:00pm for enrollment - CJB\r\nCall at 3:15 today 4/5- MD","obtain_date":"2023-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-26","sp_v1_preop_date":"2023-09-15","sp_v2_6wk_date":"2023-11-06","sp_v3_3mo_date":"2023-12-26","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"7|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120349":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Verbal yes at workshop 3/29, call 3/31 afternoon\r\n\r\ncallback 3/31 around 2:30/3:00\r\n\r\nPatient reconsidered and has had issues with MRIs in the past and does not want to do study. - CJB 3/31","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120350":{"redcap_data_access_group":"university_of_mich","main_record_id":"25126","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-29","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop 3/29, call on tuesdays or thursdays between 10 and 5, is hard of hearing\r\n\r\nLVM 4/4 - CJB\r\n\r\nLVM 4/7 - CJB\r\n\r\nLVM and emailed 4/11 - CJB\r\n\r\nLVM 4/13 to return his call - CJB","obtain_date":"2023-04-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-18","sp_v1_preop_date":"2023-04-17","sp_v2_6wk_date":"2023-05-30","sp_v3_3mo_date":"2023-07-18","age":"83","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2023-04-29","ewprimaryreason":"4","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt was inpatient after surgery and was never discharged. After a few days, he was moved to SICU with respiratory issues and passed away on 4/29/23. Removed DOS from MDH so no more surveys are sent to the family.","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-18 09:53:43","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt completed all baseline surveys prior to DOS with the exception of the BPI survey. He was having issues selecting areas of the body with pain.","erep_protdev_caplan":"Met pt in pre-op and completed BPI survey in coordinator mode.","erep_rel_covid19":"0"}}},"120351":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Maybe at workshop 3/29, will reach out to us unless gets close to DOS, then we will reach out - CJB\r\n\r\n?phone issues? called twice on 4/18 but couldn't get through - CJB\r\n\r\nverbal yes 4/19, call 4/19 at 3:00 pm for enrollment - CJB\r\n\r\nSent pt consent form on 4/19, while going over consent form, pt decided that brain MRI would be too stressful and decided not to participate. - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120352":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop 3/29 no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120353":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined at workshop 3/29 - time/travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120354":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined at workshop 3/29; time/travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120355":{"redcap_data_access_group":"university_of_mich","main_record_id":"25118","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-29","screening_age":"65","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"call 3/30 between 11 and 1pm for enrollment - CJB 3/29","obtain_date":"2023-03-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-12","sp_v1_preop_date":"2023-04-05","sp_v2_6wk_date":"2023-05-24","sp_v3_3mo_date":"2023-07-12","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-12 07:22:00","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt completed all baseline surveys except SCQ.","erep_protdev_caplan":"Met pt in preop and completed SCQ in coordinator mode.","erep_rel_covid19":"0"}}},"120356":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-29","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 5/17\r\n\r\nDeclined, not interested in research - CJB 5/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120357":{"redcap_data_access_group":"university_of_mich","main_record_id":"25117","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-29","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call 9:00am for enrollment on 3/30 - CJB","obtain_date":"2023-03-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-05","sp_v1_preop_date":"2023-04-03","sp_v2_6wk_date":"2023-05-17","sp_v3_3mo_date":"2023-07-05","age":"62","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-05 07:17:05","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt only completed some of his baseline surveys prior to his DOS.","erep_protdev_caplan":"Re-sent remaining baseline surveys and met pt in pre-op and gave him an iPad to complete his remaining baseline surveys. Pt was able to complete all baseline surveys prior to surgery.","erep_rel_covid19":"0"}}},"120358":{"redcap_data_access_group":"university_of_mich","main_record_id":"25310","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-29","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call back 3/30 anytime, did not go over study - CJB\r\n\r\nSurgery being postponed from 4/19 to ??? but is definitely interested\r\n\r\nConsent 4/16 @9am\r\n\r\n\r\nSpoke with pt and wife in clinic. He is definitely interested in participating, likely won't be scheduled until March 2024. He and wife are concerned about making BL visit as they have some travel planned. I let them know that we can work with their schedule and see what it's looking like when the time comes to enroll. Watch for him on the OR schedule 10/19/23- MD\r\n\r\nKD spoke with pt at workshop, is interested, can call anytime 12/19- MD\r\n\r\nConsent 3/20 9-10am - BL will need to be after 4/7 as he is out of town- 3/15SW\r\n\r\nConsent 4/16 @10am- 4/8 SW\r\n\r\nLVM 4.16 for consent SP\r\n\r\nMD spoke with pt in clinic. He is still interested and would like BL visit to be next week (4/24) after appt at DF for shoulder. Of note, he mentioned not being able to do MRI d/t lumbar fusion. I let him know those are typically fine, but that I will double check. I will call him tomorrow morning (9-11) 4/18- MD\r\n\r\nLVM 4/19 @ 9:58- MD","obtain_date":"2024-04-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-08","sp_v1_preop_date":"2024-04-24","sp_v2_6wk_date":"2024-06-19","sp_v3_3mo_date":"2024-08-08","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120359":{"redcap_data_access_group":"university_of_mich","main_record_id":"25121","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-03","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt currently driving home from Missouri. Call Wednesday or Thursday to tell about study. Emailed info, likely won't see it until we talk. 4/3- MD\r\n\r\nCall at 1:00pm for enrollment - CJB\r\n\r\n","obtain_date":"2023-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-24","sp_v1_preop_date":"2023-04-21","sp_v2_6wk_date":"2023-06-05","sp_v3_3mo_date":"2023-07-24","age":"81","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-08-24 14:01:45","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was scheduled for a 3M visit within her window, but cancelled day of. We were not able to find another scan inside her window that would work with her schedule.","erep_protdev_caplan":"Pt came in 2 weeks after the end of her window (last day of deviation window) and completed her 3M visit.","erep_rel_covid19":"0"}}},"120360":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-03","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A phone kept ringing... no email on file 4/3- MD\r\n\r\nLVM 4/5 - CJB\r\n\r\nSpoke with patient 4/18 and they were busy, requested call back 4/19 - CJB\r\n\r\nLVM 4/19 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120361":{"redcap_data_access_group":"university_of_mich","main_record_id":"25120","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-03","screening_age":"45","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 4/3- MD","obtain_date":"2023-04-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-24","sp_v1_preop_date":"2023-04-12","sp_v2_6wk_date":"2023-06-05","sp_v3_3mo_date":"2023-07-24","age":"45","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-04-24 12:24:51","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to obtain baseline blood sample at patient's baseline visit as there were no phlebotomists available.","erep_protdev_caplan":"Met patient in pre-op on DOS and went through Current Med questions and pre-blood draw questions. Pt's pre-op nurse drew the baseline samples for us using a 20-gauge needle.","erep_rel_covid19":"0"}}},"120362":{"redcap_data_access_group":"university_of_mich","main_record_id":"25119","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-03","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-24","sp_v1_preop_date":"2023-04-14","sp_v2_6wk_date":"2023-06-05","sp_v3_3mo_date":"2023-07-24","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120363":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-04","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Call 4/4 at 1:45 to enroll - CJB; had a bunch of questions about data sharing, found answers and called back on 4/5, LVM - CJB\r\n\r\nLVM 4/11 - CJB\r\n\r\nLVM 4/17 - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120364":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt didn't have time to go over study, call back 4/6 or 4/7 at 11:00 am to go over study. Emailed - CJB 4/5\r\n\r\nSpoke with patient 4/18 who didnt' have time, requested call back on 4/19 at 9am or later - CJB\r\n\r\nDeclined 4/19, no reason - CJB\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120365":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and emailed - CJB 4/5\r\n\r\nDeclined, no reason - CJB 4/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120366":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 4/5\r\n\r\nLVM - CJB 4/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120367":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-05","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt considering study and requested emailed info. F/u in about a week or so - CJB 4/5\r\n\r\nLVM 4/18 - CJB\r\n\r\nspoke to at workshop 4/26, is considering, would like a call week of 5/1 between 11 and 1\r\n\r\nLVM - CJB 5/5\r\n\r\nDeclined, overwhelmed with other medical decision making - CJB 5/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120368":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-11","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined, no reason - CJB 4/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120369":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop, no reason 4/12","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120370":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop, no reason - 4/12/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120371":{"redcap_data_access_group":"university_of_mich","main_record_id":"25137","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-12","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"From workshop 4/12 is a maybe, can call anytime\r\n\r\nLVM and emailed - CJB 5/2\r\n\r\nLVM 5/3 - CJB\r\n\r\nverbal yes, call 5/23 at 2:00 pm for enrollment CJB 5/18","obtain_date":"2023-05-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-13","sp_v1_preop_date":"2023-05-31","sp_v2_6wk_date":"2023-07-25","sp_v3_3mo_date":"2023-09-13","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120372":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Workshop 4/12 - verbal yes, call whenever\r\n\r\nDeclined 5/17 - claustrophobic with MRI - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120373":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Workshop 4/12, is considering. Reach out closer to DOS\r\n\r\nLVM and emailed 6/29- MD\r\n\r\nLVM 7/10- MD\r\n\r\nMoved to no response - 7/26 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120374":{"redcap_data_access_group":"university_of_mich","main_record_id":"25125","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-12","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-30","sp_v1_preop_date":"2023-05-02","sp_v2_6wk_date":"2023-07-11","sp_v3_3mo_date":"2023-08-30","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120375":{"redcap_data_access_group":"university_of_mich","main_record_id":"25124","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-12","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-02","sp_v1_preop_date":"2023-04-26","sp_v2_6wk_date":"2023-06-13","sp_v3_3mo_date":"2023-08-02","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-05-02 08:24:53","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"DOS was incorrectly entered in our survey management system and the expectation survey was not sent out at the proper time. Expectation survey was resent on DOS and was collected from pt before surgery.","erep_protdev_caplan":"No corrective actions needed.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-08-24 11:36:27","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was scheduled for a 3-month visit within his window, but had to cancel due to car troubles. He was then out of town for most of the rest of his window.","erep_protdev_caplan":"We were able to get a scan 8 days past his window and completed his 3-month visit then.","erep_rel_covid19":"0"}}},"120376":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"workshop 4/12, is a maybe, call later this week or early next\r\n\r\nVerbal yes, call 4/20 at 10:30 am - CJB\r\n\r\nchecking schedule about a visit, was going to call us back 4/20 but never did - CJB\r\n\r\nPT answered then hung up during introduction 4/25 - CJB\r\n\r\nPt would like to defer until other knee gets replaced - CJB 4/26","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120377":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"workshop 4/12, is a maybe, has our contact info and will reach out with questions, we will call closer to DOS if we haven't heard\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120378":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Workshop 4/12, verbal yes - call whenever\r\n\r\npt reconsidering, f/u 4/19 afternoon - CJB\r\n\r\nDeclined 4/19, no reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120379":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined at workshop 4/12 due to MRI requirement - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120380":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-12","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop 4/12, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120381":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-13","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Interested in participating. Likely not having sx until later summer or fall this year. Will contact when closer to DOS 4/13- MD\r\n\r\nLVM and emailed - CJB 5/5\r\n\r\nLVM - CJB 5/10\r\n\r\nPT called and LVM on 5/17, called back on 5/17 and LVM - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120382":{"redcap_data_access_group":"university_of_mich","main_record_id":"25127","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-19","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is considering, emailed. - CJB 4/19","obtain_date":"2023-04-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-08","sp_v1_preop_date":"2023-05-03","sp_v2_6wk_date":"2023-06-19","sp_v3_3mo_date":"2023-08-08","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-05-03 10:50:13","erep_ae_date":"2023-05-03","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-05-03 10:00","erep_resolution_date":"2023-05-03 10:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Upon entering the fMRI scanner, the patient had a panic attack and could not start the scan. ","erep_action_taken":"Patient was removed from scanner and panic attack resolved.","erep_outcome":"Patient will now be non-imaging and will not attempt to scan at 3-month visit.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120385":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Talked to at workshop 4/26, is considering but lives in battle creek. call any time after 4/28 - CJB\r\n\r\nDeclined due to travel - CJB 5/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120386":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to at workshop 4/26, is considering\r\n\r\nLVM - CJB 5/2\r\n\r\nSpoke with patient, still considering, will call us on 5/4 with a decision - CJB 5/3\r\n\r\nDeclined 5/4, no reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120387":{"redcap_data_access_group":"university_of_mich","main_record_id":"25131","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-26","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt but didn't have time to go over study, emailed and will call back later - CJB 5/2\r\n\r\nVerbal yes - 11:00am on 5/4 for enrollment - CJB 5/3","obtain_date":"2023-05-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-15","sp_v1_preop_date":"2023-05-10","sp_v2_6wk_date":"2023-06-26","sp_v3_3mo_date":"2023-08-15","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120388":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"would like to defer to the other knee - CJB 5/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120389":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - 5/2 CJB\r\n\r\nLVM 5/3 - CJB ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120390":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Declined, no reason - CJB 5/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120391":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to at workshop, is considering, f/u later\r\n\r\nSpoke with patient on 5/2, still considering, f/u on 5/5 - CJB\r\n\r\nLVM - CJB 5/5","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120392":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to at workshop 4/26, is considering. call early afternoon during week of 5/1\r\n\r\ndeclined due to travel - CJB 5/2","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120393":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop 4/26, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120394":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"36","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Voicemail full, emailed - CJB 5/5\r\n\r\nDeclined, overwhelmed with other things in life - CJB 5/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120395":{"redcap_data_access_group":"university_of_mich","main_record_id":"25128","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-26","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-01","sp_v1_preop_date":"2023-05-04","sp_v2_6wk_date":"2023-07-13","sp_v3_3mo_date":"2023-09-01","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-01 12:55:59","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt did not complete expectations survey prior to DOS.","erep_protdev_caplan":"Gave pt a reminder call one day prior to surgery, but pt still did not complete survey. Re-sent survey and met pt in pre-op to complete expectations survey in coordinator mode. ","erep_rel_covid19":"0"}}},"120396":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-26","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to at workshop 4/26, is considering, f/u as appropriate\r\n\r\nLVM - CJB 5/16\r\n\r\nReached pt but they had too much going on to talk, asked to be called back but wouldn't say when - CJB 5/18\r\n\r\n spoke with patient on 5/23 who was busy again but will try to call us on 5/24 - CJB\r\n\r\nNo response prior to DOS 6/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120397":{"redcap_data_access_group":"university_of_mich","main_record_id":"25129","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-04-26","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-04-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-14","sp_v1_preop_date":"2023-05-08","sp_v2_6wk_date":"2023-07-26","sp_v3_3mo_date":"2023-09-14","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120398":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-04-27","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt overwhelmed with other healthcare issues - CJB 4/27/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120399":{"redcap_data_access_group":"university_of_mich","main_record_id":"25130","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-02","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, call 5/3 at 10:30am - CJB 5/2","obtain_date":"2023-05-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-05-10","sp_v1_preop_date":"2023-05-04","sp_v2_6wk_date":"2023-06-21","sp_v3_3mo_date":"2023-08-10","age":"60","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120400":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined, too busy with other things prior to surgery - CJB 5/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120401":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"surgery is being delayed, open to participation once rescheduled - CJB 5/3\r\n\r\nDecline 11/28 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120402":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined 5/3 no reason - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120403":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined because he did not feel as though he could make it to DF three times for research visits - CJB 5/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120404":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"77","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 5/3\r\n\r\nLVM - CJB 5/5\r\n\r\nLVM - CJB 5/10","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120405":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-03","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 5/3","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120406":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt definitely interested in participating. Spoke in clinic and will reach out when on OR schedule. 5/4- MD\r\n\r\nMissed pt at workshop on 6/21- MD\r\n\r\nMoved to no response - 9/12 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120407":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt emailed to let me know that he does not have time to participate given he is the pastor of a church 6/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120408":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-04","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Patient feels like she has too much going on and has already helped medical research enough in the past 5/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120409":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-05","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"spoke with patient 5/5 but did not have time to go over study - CJB 5/5\r\n\r\npt considering, sent email with more info - CJB 5/5\r\n\r\nLVM - CJB 5/16","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120410":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-05","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed - CJB 5/5\r\n\r\nD spoke with pt in workshop. Initially said no but then maybe? Would like a call on Friday (5/12) to chat about study 5/10- MD\r\n\r\nLVM 5/12 - CJB\r\n\r\nLVM 5/16 - CJB\r\n\r\nNo response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120411":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-05","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Voicemail was full, emailed - CJB 5/5\r\n\r\nVerbal yes, call 5/15 at 9 am - CJB\r\n\r\nCould not complete enrollment on 5/15, call back 5/19 at 2:00 pm for enrollment - CJB\r\n\r\nDid not answer on 5/19, mailbox full - CJB","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120412":{"redcap_data_access_group":"university_of_mich","main_record_id":"25132","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-10","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in workshop on 5/10. Verbal yes, call before 9 AM tomorrow 5/10-MD","obtain_date":"2023-05-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-01","sp_v1_preop_date":"2023-05-23","sp_v2_6wk_date":"2023-07-13","sp_v3_3mo_date":"2023-09-01","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120413":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient about study, seemed interested. Sent recruitment email for her to review and get back to me - 7/26 SW\r\n\r\nShe wants to be involved but won't have anyone to take her to study visits - 9/28 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120414":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt did not want to hear about study at workshop 5/10- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120415":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Declined at workshop, just signed up for another study 5/10- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120416":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-10","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke with pt at workshop, does not want to participate. Very uncomfortable with MRI 5/10- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120417":{"redcap_data_access_group":"university_of_mich","main_record_id":"25133","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-11","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, call 5/12 at 11:00 am to enroll - CJB","obtain_date":"2023-05-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-29","sp_v1_preop_date":"2024-04-03","sp_v2_6wk_date":"2024-06-10","sp_v3_3mo_date":"2024-07-29","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120418":{"redcap_data_access_group":"university_of_mich","main_record_id":"25135","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-11","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, call 5/15 at 9am to enroll - CJB","obtain_date":"2023-05-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-06","sp_v1_preop_date":"2023-05-24","sp_v2_6wk_date":"2023-07-18","sp_v3_3mo_date":"2023-09-06","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-08 14:03:19","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to obtain baseline blood sample on day of baseline visit as the patient's veins rolled.","erep_protdev_caplan":"Met patient in pre-op on DOS and asked pre-op nurse to draw sample.","erep_rel_covid19":"0"}}},"120419":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to patient but didn't have time to go over study. emailed. call 5/12 in the AM - CJB\r\n\r\nCalled 5/17, couldn't talk, call back \"in a little bit\" - CJB\r\n\r\nDeclined, no reason - CJB 5/18\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120420":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Went over study with patient and emailed info. They are considering and will reach out via email/phone. We can f/u if it gets close to DOS. - CJB 5/11\r\n\r\nDeclined, no reason - CJB 5/18","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120421":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-11","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Verbal yes. Lives in Pinckney, asked to be talked to when on OR schedule. 5/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120422":{"redcap_data_access_group":"university_of_mich","main_record_id":"25156","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-05-11","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic, verbal yes. Lives in Brighton. Hoping for August DOS. Going to FL in January. Call when on OR schedule 5/11- MD\r\n\r\nSpoke with pt at 7/5 class, verbal yes. Would like call Friday morning (7/7) after 9 AM, before 1 PM 7/5- MD","obtain_date":"2023-07-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-02","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-09-13","sp_v3_3mo_date":"2023-11-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-07-10","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt called on 7/10 and, after re-reviewing the consent form, decided that it was too involved for her to participate. Not enrolled in MDH and has not completed any study tasks past enrolling. 7/11- MD","sp_data_site":"1"},"120423":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Declined, no reason - CJB 5/16","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120424":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop 6/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120425":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient who is considering the study. Will reach out with questions/decision. We can follow up in a week. Emailed - CJB 5/16\r\n\r\nDeclined, no reason - CJB 5/22","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120426":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-17","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt didn't have time to go over study, call back after 2:30 - CJB 5/17\r\n\r\nPt is considering, would most likely need a saturday visit. emailed. - CJB 5/17\r\n\r\nNo response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120427":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Not interested in research 5/31- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120428":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Workshop 5/24 - Is interested but still considering, can call any day between 9:30 and 12:00 (otherwise will be at work)\r\n\r\nPt still deciding. Asked for emailed info to review and I will reach out again next week 6/2- MD\r\n\r\nLVM 6/8- MD\r\n\r\nNo response prior to DOS\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120429":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Workshop 5/24 - excluded - Team prerogative - patient is not a good fit for the study as they are unable to hold a conversation regarding the research\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120430":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Workshop 5/24 - Maybe - follow up week of 5/29\r\n\r\nPt leaning towards participating, but would like emailed info. Will follow-up next week. Sent 6/2- MD\r\n\r\nLVM- 7/24 SW\r\n\r\nPt out of town prior to surgery, would like to be recontacted when she has 2nd knee done - 8/1 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120431":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Workshop 5/24 - declined, did not want to do surveys","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120432":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-24","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Workshop 5/24 - declined, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120433":{"redcap_data_access_group":"university_of_mich","main_record_id":"25138","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-24","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Workshop 5/24","obtain_date":"2023-05-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-14","sp_v3_3mo_date":"2023-10-03","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"2|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120434":{"redcap_data_access_group":"university_of_mich","main_record_id":"25157","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-24","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Workshop 5/24 - is interested but she has to regularly travel to alabama to assist her mom. We will reach out when it's closer to her DOS (August 1st) to assess her schedule and see if she will be in ann arbor for all three visit time-points","obtain_date":"2023-07-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-01","sp_v1_preop_date":"2023-07-19","sp_v2_6wk_date":"2023-09-12","sp_v3_3mo_date":"2023-11-01","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120435":{"redcap_data_access_group":"university_of_mich","main_record_id":"25140","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-24","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with patient, interested and considering. Emailed - CJB 5/24\r\n\r\nPt emailed with interest on 5/25. Called 5/26 and would like to enroll around 11:00 today 5/26. Has pre-op appt morning of 6/1, would like BL to be same day if possible- MD","obtain_date":"2023-05-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-12","sp_v1_preop_date":"2023-06-01","sp_v2_6wk_date":"2023-07-24","sp_v3_3mo_date":"2023-09-12","age":"57","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120436":{"redcap_data_access_group":"university_of_mich","main_record_id":"25141","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-26","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes - call 5/30 at 10am for enrollment - CJB 5/26","obtain_date":"2023-05-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-26","sp_v1_preop_date":"2023-06-23","sp_v2_6wk_date":"2023-09-06","sp_v3_3mo_date":"2023-10-26","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-09-19 13:00:29","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to reach the patient until close to the end of her 6-week window. By the time we were able to get a hold of her, she only had availability past the end of her window. She was originally scheduled for 1 day past her window, but no-showed the appointment.","erep_protdev_caplan":"We were able to get a hold of the patient and she was able to come in 6 days past the end of her window.","erep_rel_covid19":"0"}}},"120437":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-02","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt was interested in participating but decided that she would not have time to fit in a baseline visit prior to surgery. Excluded 6/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120438":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-02","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt feels he doesn't have time to participate 6/7- KD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120439":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-02","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and emailed 6/2- MD\r\n\r\nDeclined, no reason 6/8- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120440":{"redcap_data_access_group":"university_of_mich","main_record_id":"25143","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-12","sp_v1_preop_date":"2023-06-20","sp_v2_6wk_date":"2023-08-23","sp_v3_3mo_date":"2023-10-12","age":"49","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-20 15:43:31","erep_ae_date":"2023-06-20","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-06-20 11:15","erep_resolution_date":"2023-06-20 11:20","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"As soon as pt was put into scanner, she began to have a panic attack and asked to be removed.","erep_action_taken":"Pt was able to calm down as soon as she was out of the scanner. She was very apologetic that she could not complete the scan. No lasting side-effects.","erep_outcome":"Pt is willing to continue participation. No further action needed as her panic attack resolved while at the MRI suite.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120443":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined at workshop (KD) 6/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120441":{"redcap_data_access_group":"university_of_mich","main_record_id":"25142","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-21","sp_v1_preop_date":"2023-06-19","sp_v2_6wk_date":"2023-08-02","sp_v3_3mo_date":"2023-09-21","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120444":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined at workshop, feels she doesn't have time 6/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120445":{"redcap_data_access_group":"university_of_mich","main_record_id":"25145","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt at workshop, verbal yes, would like call to enroll. Call Friday anytime except 1:30-3PM 6/7- MD\r\n\r\nLVM and emailed 6/9- MD\r\n\r\nLVM 6/12- MD","obtain_date":"2023-06-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-26","sp_v1_preop_date":"2023-06-16","sp_v2_6wk_date":"2023-08-07","sp_v3_3mo_date":"2023-09-26","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120446":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt declined at workshop, no reason (KD) 6/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120447":{"redcap_data_access_group":"university_of_mich","main_record_id":"25146","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and husband at workshop. Verbal yes. Call tomorrow or Friday morning to enroll 6/7- MD\r\n\r\nLVM and emailed 6/9- MD","obtain_date":"2023-06-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-17","sp_v1_preop_date":"2023-06-26","sp_v2_6wk_date":"2023-08-28","sp_v3_3mo_date":"2023-10-17","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-07-17 08:01:40","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt was unable to see Expectations Items Survey in MDH. Emailed me and I emailed her my phone number. Pt did not call prior to DOS (when survey expires).","erep_protdev_caplan":"Re-sent Expectations Items survey on DOS and met pt in pre-op to complete it. Completed in coordinator mode and closed pt-facing task.","erep_rel_covid19":"0"}}},"120442":{"redcap_data_access_group":"university_of_mich","main_record_id":"25144","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120448":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined at workshop, feels he doesn't have time 6/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120449":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt at workshop. Interested, concerned as she is a snow bird. With current DOS, shouldn't be a problem. Follow-up this week or next 6/7- MD\r\n\r\nLVM and emailed 6/13- MD\r\n\r\nPt responded to my email and let me know that, given some things that have happened with friends, she will be too busy tot participate. Willing to be approached again if/when her other knee is replaced 6/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120450":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Interested, but has spinal cord stimulator 6/8- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120451":{"redcap_data_access_group":"university_of_mich","main_record_id":"25187","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-06-08","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and husband in clinic. Likely interested, double check eligibility when she comes up on OR schedule 6/8- MD\r\n\r\nLVM- SW","obtain_date":"2023-09-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-25","sp_v1_preop_date":"2023-09-29","sp_v2_6wk_date":"2023-12-05","sp_v3_3mo_date":"2024-01-24","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-25 16:27:54","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Due to thin veins, a second blood collection attempt was done on pt's DOS ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-21 15:32:47","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to reach the pt and have her come in during her 6-week visit window.","erep_protdev_caplan":"Pt came in 6 days past her 6-week window closing.","erep_rel_covid19":"0"}}},"120452":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined at workshop, no time 6/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120453":{"redcap_data_access_group":"university_of_mich","main_record_id":"25149","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-09","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Likely interested, would want a weekend visit as she is still working and trying to minimize time off prior to surgery. Emailed info and will follow-up early next week 6/9- MD\r\n\r\nWould like to enroll at workshop on 6/21- MD","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-10","sp_v1_preop_date":"2023-06-24","sp_v2_6wk_date":"2023-08-21","sp_v3_3mo_date":"2023-10-10","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-06-25 09:22:17","erep_ae_date":"2023-06-24","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-06-24 09:40","erep_resolution_date":"2023-06-26 12:43","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"After the CPM test, the patient stated her shoulder was throbbing. Per patient she has problems with both her shoulders (arthritis in both and possible rotator cuff tear in her L shoulder). She stated the PPTs to the L shoulder likely \"aggravated\" her usual discomfort/pain. The pain was starting to subside as the patient was leaving and she was \"not worried about it at all\". ","erep_action_taken":"RA talked to the patient and made sure the pain was not severe. Patient stated she was \"not worried about it at all\" and did not need any intervention for it. As patient was leaving she said it was starting to subside. Called patient on Monday 6/26 (2 days after visit) and she said her shoulder is back to normal, no lingering issue. ","erep_outcome":"Patient's shoulder is back to baseline and there are no problems at this time. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120454":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-09","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 6/9- MD\r\n\r\nNo response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120455":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-14","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Read email and decided to not participate 6/20- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120456":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt will not do an MRI without sedation. Otherwise would be willing to participate. Excluded 6/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120460":{"redcap_data_access_group":"university_of_mich","main_record_id":"25150","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-21","screening_age":"74","screening_gender":"1","screening_race":"3","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-01","sp_v1_preop_date":"2023-07-17","sp_v2_6wk_date":"2023-09-12","sp_v3_3mo_date":"2023-11-01","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-30 09:34:37","erep_ae_date":"2023-10-23","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2023-10-23 09:34","erep_resolution_date":"2023-10-25 09:34","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient's pain in shoulder went up from a 2 to 3 after use of the neuropen was finished during 3m visit. Called patient to check in and he stated pain from the neuropen in the shoulder lasted overnight. Pain at knee from neuropen lasted 2 days and averaged about a 5 out of 10. ","erep_action_taken":"Called patient to check in since they had mentioned an increase in pain at the shoulder towards the end of the 3m visit (a few minutes after RA had finished using the neuropen). During this call patient mentioned that pain from neuropen had persisted at the knee as well. ","erep_outcome":"Patient's pain resolved. No further action needed. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120465":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt declined at workshop, no time (JC) 6/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120467":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No reason decline at workshop (JC) 6/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120462":{"redcap_data_access_group":"university_of_mich","main_record_id":"25154","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-21","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes at workshop. Call morning of 6/22 to enroll. Anytime before 11 AM 6/21- MD","obtain_date":"2023-06-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-18","sp_v1_preop_date":"2023-09-26","sp_v2_6wk_date":"2023-11-28","sp_v3_3mo_date":"2024-01-17","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-07-05 13:16:26","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline imaging was performed outside of 6 week window designated for baseline visit. On day of baseline visit (on 7/5/23) RA was notified in person that Sx is being postponed more that 6 weeks out. As pt. was already present and willing, imaging slot was available, and that imaging doesn't need to be repeated within 6 months; the study team unanimously decided to proceed on with imaging on 7/5/23 and will be conducting the rest of the baseline visit within 6 week visit window. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"120464":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"82","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Workshop decline, no reason 6/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120463":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Pt did not want to hear about study 6/29- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120461":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"56","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Pt will be going back to work as a teacher about 4.5 weeks after surgery so follow-up would be hard for him. Also mentioned a bad experience with MRI in the past. 6/29- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120457":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt's spouse. Said he'd likely be interested but that the pt is considered high risk, so they won't know until after his appointment this afternoon if he will actually be having surgery. Asked for emailed info and they can reach out with interest. I also mentioned that I can follow-up with a phone call next week if we don't hear from them. Emailed 6/29- MD\r\n\r\nLVM 7/12- MD\r\n\r\nmoved to no response - 7/26 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120459":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"No reason 7/18- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120468":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-21","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Workshop decline, no reason 6/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120458":{"redcap_data_access_group":"university_of_mich","main_record_id":"25148","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-21","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-12","sp_v1_preop_date":"2023-07-05","sp_v2_6wk_date":"2023-08-23","sp_v3_3mo_date":"2023-10-12","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120469":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-22","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt new in report and at appts all day, so emailed 6/22- MD\r\n\r\nNo response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120470":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with pt and wife at workshop, declined. No specific reason given 7/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120471":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke with pt at workshop and pt declined, no reason given 7/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120472":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-29","screening_age":"75","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Emailed 6/29. Could probably use call on 6/30 if they don't respond to the email 6/29- MD\r\n\r\nPatient has to arrange for travel through PACE program which will only cover medical appointments. Patient decided to decline. DH","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120473":{"redcap_data_access_group":"university_of_mich","main_record_id":"25155","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-30","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-28","sp_v1_preop_date":"2023-07-19","sp_v2_6wk_date":"2023-09-08","sp_v3_3mo_date":"2023-10-28","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120474":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"DH spoke with pt. Pt concerned about timeline prior to surgery. Said he will consider and he will reach out to us if interested 7/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120475":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke with pt at workshop and pt declined, no reason given 7/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120476":{"redcap_data_access_group":"university_of_mich","main_record_id":"25162","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-05","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes (SL). Would like a call next M-W between 8-10 AM 7/5- MD\r\n\r\nLVM 7/12 SL\r\n\r\nCalled pt and she can consent monday 7/31- 7/24 SW","obtain_date":"2023-07-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-21","sp_v1_preop_date":"2023-08-17","sp_v2_6wk_date":"2023-10-02","sp_v3_3mo_date":"2023-11-21","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120477":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-05","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt at workshop. He participated in one of our hip studies after THA. Grateful that we asked him, but wants to focus on rehab of knee this time 7/5- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120478":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with pt in clinic. Might be interested, but not crazy about fMRI. Has required sedation for MRIs in the past. Wanted to think about it and we will reach out when on the OR schedule. Aiming for late September 7/6- MD\r\n\r\nDeclined 7/26, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120479":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-06","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt in clinic (in wheelchair). Seems like she will not be interested, but can call. Has a few other medical concerns currently 7/6- MD\r\n\r\nPt concerned about transportation 8/2 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120480":{"redcap_data_access_group":"university_of_mich","main_record_id":"25170","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-06","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and wife in clinic. Likely interested 1 hr drive away so would like to make appts on same day. Lots of good questions. Would like a call when they are on our schedule 7/6- MD\r\n\r\nLVM -7/26 SW","obtain_date":"2023-08-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-13","sp_v1_preop_date":"2023-08-23","sp_v2_6wk_date":"2023-10-25","sp_v3_3mo_date":"2023-12-13","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-09-25 13:01:39","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Upon check specimens for shipment, it was discovered that BL blood data had not been entered into RC and the source doc could not be found at the time of discovery. \r\n\r\n10/31/2023 - Our team was notified that the blood draw CRF was found and entered/uploaded into RedCap.","erep_protdev_caplan":"The samples that were discovered in the freezer provided some data that was entered into the RC form retrospectively. Data that could not be verified with the physical samples were left blank. \r\n\r\n10/31/2023 - Our team was notified that the blood draw CRF was found and entered/uploaded into RedCap. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-11-10 12:03:56","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt cancelled original (in-window) 6-week blood draw due to a family emergency.","erep_protdev_caplan":"Pt came in 1 week past the end of his window for his 6-week blood draw.","erep_rel_covid19":"0"}}},"120481":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt has a lot going on as surgery is next week and wants to take a vacation after surgery so doesn't want to come in for visits 7/14- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120482":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives 2.5 hrs away and is still working. Would be difficult for him to get time off of work for visits 7/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120483":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt doesn't want to drive for study visits 7/14- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120484":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-12","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt and wife are not comfortable doing surveys on computer or phone 7/12- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120485":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and wife in clinic. Interested and would like to get surveys via app. Wait until on OR schedule to consent 7/13- MD\r\n\r\nspoke with pt and he is cancelling surgery and waiting 3 mos. Still interested & wants us to reach out once new surgery date is confirmed- 7/21 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120486":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with pt in clinic. May be interested, but wanted to think about it. Approach when on OR schedule 7/13- MD\r\n\r\nDeclined in workshop - 8/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120487":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-13","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Doesn't seem like she'll be interested, but asked for follow-up call next week 7/13- MD\r\n\r\nPt called as she was interested, but has required a washcloth over eyes or sedation in the past for the fMRI. Follow up next week. 7/14- MD\r\n\r\nLVM 7/18-MD\r\n\r\nMoved to HFH - 7/26 SW ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120488":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-17","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"no reason - SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120489":{"redcap_data_access_group":"university_of_mich","main_record_id":"25158","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-18","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and emailed 7/18- MD","obtain_date":"2023-07-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-31","sp_v1_preop_date":"2023-07-21","sp_v2_6wk_date":"2023-09-11","sp_v3_3mo_date":"2023-10-31","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120490":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent initial email- 7/18 SW\r\n\r\ndeclined 7/24 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120491":{"redcap_data_access_group":"university_of_mich","main_record_id":"25165","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-18","screening_age":"79","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient has other health concerns to address currently. Will reach back out closer to surgery date (date will be moved poss.) - 7/18- SW\r\n\r\n\r\nConsent scheduled for 8/4 - 8/3 SW","obtain_date":"2023-08-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-27","sp_v1_preop_date":"2023-11-13","sp_v2_6wk_date":"2024-01-08","sp_v3_3mo_date":"2024-02-26","age":"79","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-08-15 12:36:55","erep_ae_date":"2023-08-14","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-08-15 13:45","erep_resolution_date":"2023-08-15 13:48","erep_ae_severity":"1","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"Patient was laying on exam bed for knee PPT, neuropen, and cuff testing. When patient sat back up to get off the bed and move back to chair for water bath, felt a little dizzy. Gave patient some water and helped her off the exam table. Patient sat in chair and after drinking more water, symptoms resolved. Continued on with water bath as normal. Patient admitted that she had only drank coffee so far that day, no water. ","erep_action_taken":"Made sure patient felt safe to get off exam table and had 2 research assistants help her down. Gave her water and stayed in room until symptoms resolved.","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-12-01 10:52:13","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt did not re-do baseline surveys prior to new DOS.","erep_protdev_caplan":"Re-sent Demo 1 and 2 and went through them with the patient over the phone.","erep_rel_covid19":"0"}}},"120492":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-18","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Patient lives 4 hrs away 7/18-SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120493":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Needs to focus on doing pre-op things ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120494":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke with pt at workshop (MD). Maybe interested, but might be iffy on the MRI. Follow- up in a few weeks 7/19- MD\r\n\r\nDeclined- 7/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120495":{"redcap_data_access_group":"university_of_mich","main_record_id":"25161","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-19","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt interested, but had to leave so will call to consent later 7/19 SW\r\n\r\nAvailability: mondays or before 10am \r\nLVM- 7/24 SW","obtain_date":"2023-07-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-11","sp_v1_preop_date":"2023-09-25","sp_v2_6wk_date":"2023-11-21","sp_v3_3mo_date":"2024-01-10","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-08-15 12:41:42","erep_ae_date":"2023-08-15","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2023-08-15 10:45","erep_resolution_date":"2023-08-15 10:46","erep_ae_severity":"1","erep_ae_relation":"3","erep_ae_serious":"0","erep_ae_desc":"Patient sat up from exam table to move back to the chair for last test in water bath. Had just finished neuropen. Stated she was a little dizzy when sat up. Patient said fluorescent lights can make her a little dizzy. Patient drank water and symptoms resolved. Research assistants made sure to stay in the room and help her off exam table. Helped patient due to hip/leg pain as well. This is unrelated to event- patient pulled muscles from \"leg to hip\" and needed assistance getting on table in the first place. ","erep_action_taken":"Gave patient water and stayed in room. Assisted her off table. ","erep_outcome":"","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120496":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"72","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop (MD). No reason 7/19- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120497":{"redcap_data_access_group":"university_of_mich","main_record_id":"25160","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-19","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-21","sp_v1_preop_date":"2023-08-09","sp_v2_6wk_date":"2023-10-02","sp_v3_3mo_date":"2023-11-21","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120498":{"redcap_data_access_group":"university_of_mich","main_record_id":"25159","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-19","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-07-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-09","sp_v1_preop_date":"2023-08-02","sp_v2_6wk_date":"2023-09-20","sp_v3_3mo_date":"2023-11-09","age":"55","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120499":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Patient is somewhat interested but worried about MRI. Will send follow up email with study info 7/19 SW\r\n\r\nMoved surgery to March. Unsure about participation, recontact closer to new date - 7/24 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120500":{"redcap_data_access_group":"university_of_mich","main_record_id":"25166","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-19","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes from workshop (SL) . Asked for us to email her to set up a time to enroll as she works slot. SW following up with email 7/19- MD\r\n\r\nStarted consent, wants to check with insurance about injury. will call back at 8am 7/28- 7/26 SW\r\n\r\nPt checked with insurance and can consent. Power is out so asked to call back later - 7/28 SW\r\n\r\nCalled back and LVM - 7/28 SW","obtain_date":"2023-08-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-19","sp_v1_preop_date":"2023-09-01","sp_v2_6wk_date":"2023-10-31","sp_v3_3mo_date":"2023-12-19","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-10 12:10:28","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was very difficult to reach to get her 6-week blood draw scheduled. By the time we got in touch, we could not get her in during her window.","erep_protdev_caplan":"Pt came in 3 days past her window for her 6-week blood draw.","erep_rel_covid19":"0"}}},"120501":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Called pt, was not able to leave voicemail. Recruitment email sent 7/27 SW\r\n\r\ndeclined, change in family matters 8/29","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120502":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 7/21 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120503":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-07-19","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop (MD). No reason 7/19- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120504":{"redcap_data_access_group":"university_of_mich","main_record_id":"25246","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-07","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt deferred participation 8/8\r\n\r\nPt now back on OR schedule: MD spoke with pt at workshop. Pt is a verbal yes, no specific date or time given for call (retired). Of note, pt lives in Jackson 11/7- MD\r\n\r\nLVM 11/29 SW\r\n\r\nLVM 12/12 SW\r\n\r\n","obtain_date":"2023-12-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-08","sp_v1_preop_date":"2024-01-04","sp_v2_6wk_date":"2024-02-19","sp_v3_3mo_date":"2024-04-08","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120505":{"redcap_data_access_group":"university_of_mich","main_record_id":"25168","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-07-27","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient gave a verbal yes and is available to consent anytime 8/7-8/11 (retired) - 7/27 SW","obtain_date":"2023-08-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-09","sp_v1_preop_date":"2023-08-14","sp_v2_6wk_date":"2023-10-21","sp_v3_3mo_date":"2023-12-09","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120506":{"redcap_data_access_group":"university_of_mich","main_record_id":"25172","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-07-27","screening_age":"80","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patients daughter answered, will recontact at later date ( no email) - 7/27 SW\r\n\r\nPt can consent 8/23 - 8/16 SW","obtain_date":"2023-08-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-15","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2023-12-27","sp_v3_3mo_date":"2024-02-14","age":"80","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-15 14:56:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Blood collection @ BL visit was unsuccessful so a second attempt was done on DOS.","erep_protdev_caplan":"None needed.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-01-05 14:46:59","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6-week visit was conducted 2 days past window due to unavailability during the holiday season ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120507":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke with pt at workshop and pt declined, no reason given 8/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120508":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Declined at workshop for travel 8/2 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120509":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt at workshop on 8/2. Was VERY interested, but let me know that she has a loop recorder (MRI Contraindicated) 8/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120510":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke to PT at workshop. Deferred participation until 2nd tka 8/2 SW\r\n\r\nPt very confused and not okay with MRI- 3/7 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120511":{"redcap_data_access_group":"university_of_mich","main_record_id":"25163","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-02","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-21","sp_v1_preop_date":"2023-09-19","sp_v2_6wk_date":"2023-11-02","sp_v3_3mo_date":"2023-12-21","age":"72","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-16 10:51:51","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Due to pt being difficult to get ahold of 6-week blood was collected 7 days past window. ","erep_protdev_caplan":"None needed","erep_rel_covid19":"0"}}},"120512":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt not interested. She participated in research for other knee and it was too much for her","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120513":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Pt declined at workshop (MD) as he just finished another research study for his wrist 8/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120514":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SL spoke with pt at workshop and pt declined, no reason given 8/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120515":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-02","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SL spoke with pt at workshop and pt declined, no reason given 8/2- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120516":{"redcap_data_access_group":"university_of_mich","main_record_id":"25164","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-01","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 8/1 SW\r\n\r\nPt is interested and will consent 8/4- 8/2 SW","obtain_date":"2023-08-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-22","sp_v1_preop_date":"2023-08-17","sp_v2_6wk_date":"2023-10-03","sp_v3_3mo_date":"2023-11-22","age":"76","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120517":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-01","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt, he is interested but wants to look things over and get back to us. Gave him contact # and sent recruitment docs - 8/1 SW\r\n\r\nSpoke with pt, busy at the moment but wants a call tmrw afternoon -8/7 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120518":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-03","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested has very poor experiences with MRI (closes eyes when going into MRI room & needs valium)- Excluded- 8/1 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120519":{"redcap_data_access_group":"university_of_mich","main_record_id":"25167","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-03","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Definitely interested. Lives just north of AA. Double check eligibility and call when on OR schedule 8/3- MD\r\n\r\nPt busy at the moment, would like a call tmrw - 8/8 SW","obtain_date":"2023-08-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-29","sp_v1_preop_date":"2023-08-14","sp_v2_6wk_date":"2023-10-10","sp_v3_3mo_date":"2023-11-29","age":"82","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120520":{"redcap_data_access_group":"university_of_mich","main_record_id":"25176","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-10","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt to see about comfort with MRI (notes in chart were mixed). She is interested and will consent at workshop - 8/10 SW","obtain_date":"2023-08-31","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-11","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-10-23","sp_v3_3mo_date":"2023-12-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-09-06","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt was not able to obtain additional information to be cleared for scanning. Did not want to continue if she could not scan. ","sp_data_site":"1"},"120521":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-10","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM & tried to send recruitment email but email is not valid- 8/10 SW \r\n\r\nPt answered phone but in AA meeting, asked for call a little after 12PM 8/18- MD\r\n\r\nNo response - 9/6 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120522":{"redcap_data_access_group":"university_of_mich","main_record_id":"25169","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"N/A","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-03","sp_v1_preop_date":"2023-09-19","sp_v2_6wk_date":"2023-11-13","sp_v3_3mo_date":"2024-01-02","age":"54","sex":"2","genident":"2","ethnic":"4","dem_race":"1|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-03 09:19:33","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt had not completed their Expectation Items by their DOS.","erep_protdev_caplan":"Re-sent Expectation Items in MDH and met the pt in pre-op to complete the survey in coordinator mode.","erep_rel_covid19":"0"}}},"120523":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined at workshop - 8/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120524":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt does not have email address, but wants to think about it. Follow-up next week 8/18- MD\r\n\r\nSurgery cancelled due to smoking - 8/28 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120525":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120526":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"57","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Maybe. Call after 2PM in next couple of days. Gave brochure - 8/16 DH\r\n\r\nSpoke with pt in clinic. He had declined the other day, but now wants to think about it some more. I can follow-up next week 8/31- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120527":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Pt declined at workshop (DH). Already in another study. 8/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120528":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"MD spoke with pt at workshop. Unwilling to try MRI. Excluded 8/16- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120529":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt wants to defer until she gets her 2nd knee done - 8/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120530":{"redcap_data_access_group":"university_of_mich","main_record_id":"25179","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-16","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt spoke with KD at workshop. Verbal yes. Pt is retired, call anytime to consent 8/16- MD\r\n\r\n\r\nConsent 9/6- SW","obtain_date":"2023-09-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-03","sp_v1_preop_date":"2023-09-18","sp_v2_6wk_date":"2023-11-13","sp_v3_3mo_date":"2024-01-02","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120531":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-15","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt not interested for coming in for research visits. Would have listened about study if it did not involve in-person visits. 8/15- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120532":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Can consent 8/25 @ 1pm - 8/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120533":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-16","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt declined because he lives about 1.5 hrs away -8/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120534":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Verbal yes. Pt asked to enroll early next week, anytime. Also asked for emailed info. Sent 8/18- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120535":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-18","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Too involved 8/18- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120536":{"redcap_data_access_group":"university_of_mich","main_record_id":"25171","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-23","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Can consent at 1pm - SW 8/23","obtain_date":"2023-08-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-19","sp_v1_preop_date":"2023-10-09","sp_v2_6wk_date":"2023-11-29","sp_v3_3mo_date":"2024-01-18","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120537":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120538":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120539":{"redcap_data_access_group":"university_of_mich","main_record_id":"25177","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-30","screening_age":"62","screening_gender":"2","screening_race":"3","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt at workshop, wants time to think 8/30\r\n\r\nSpoke with pt in clinic and answered all of her questions. Wishes she got to see more results/scientific side of study, but willing to participate. MD will call tomorrow morning around 10AM to consent 8/31- MD","obtain_date":"2023-09-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-18","sp_v1_preop_date":"2023-09-14","sp_v2_6wk_date":"2023-10-30","sp_v3_3mo_date":"2023-12-18","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-08 09:57:23","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was difficult to reach to get her scheduled for her 6-week blood draw. Could not get her in during her window.","erep_protdev_caplan":"Pt came in one day past the 6-week window for her blood draw.","erep_rel_covid19":"0"}}},"120540":{"redcap_data_access_group":"university_of_mich","main_record_id":"25174","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-30","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-18","sp_v1_preop_date":"2023-09-13","sp_v2_6wk_date":"2023-10-30","sp_v3_3mo_date":"2023-12-18","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120541":{"redcap_data_access_group":"university_of_mich","main_record_id":"25173","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-08-30","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-09-07","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Pt has a lot going on at this time","sp_data_site":"N/A"},"120542":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"73","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120543":{"redcap_data_access_group":"university_of_mich","main_record_id":"25181","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-30","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"spoke with pt and they are interested but worried they cant do MRI because they shake a little bit - 9/1 SW","obtain_date":"2023-09-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-26","sp_v1_preop_date":"2023-09-22","sp_v2_6wk_date":"2023-11-06","sp_v3_3mo_date":"2023-12-26","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120544":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"75","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120545":{"redcap_data_access_group":"university_of_mich","main_record_id":"25175","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-08-30","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Consented at workshop 8/30","obtain_date":"2023-08-30","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-09-09","sp_v1_preop_date":"2023-09-05","sp_v2_6wk_date":"2023-10-21","sp_v3_3mo_date":"2023-12-09","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-09-09 09:34:06","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt wanted the least amount of pokes possible so asked for baseline sample to be drawn on DOS, at time of IV placement.","erep_protdev_caplan":"Met pt in pre-op and asked Current Medication and Blood Sample Collection questions. Pre-op RN collected sample and I processed on DOS.","erep_rel_covid19":"0"}}},"120546":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120547":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-30","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120548":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120549":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-08-31","screening_age":"65","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and husband in clinic. Maybe interested, but would like to discuss it prior to making a decision. Asked to be contacted when added to the OR schedule. They also have our contact info in case they decide before then 8/31- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120550":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120551":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-01","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120552":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-06","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120553":{"redcap_data_access_group":"university_of_mich","main_record_id":"25180","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-06","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-09","sp_v1_preop_date":"2023-09-22","sp_v2_6wk_date":"2023-11-19","sp_v3_3mo_date":"2024-01-08","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120554":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-06","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt lives too far and works as a lawyer - 9/6 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120555":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-05","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment info- 9/5 SW\r\nPt emailed they are interested, LVM - 9/6 SW\r\nJC and MD spoke with pt at workshop. Would like to enroll between 2-3 on Friday 9/15. - MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120556":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"72","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and sent recruitment email\r\n\r\nDeclined -9/19 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120557":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120558":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-07","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt interested but lives 3 hours away ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120559":{"redcap_data_access_group":"university_of_mich","main_record_id":"25196","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"CB spoke to pt in clinic 1/23, now scheduled for surgery and coming in to class 10/11/23","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-12","sp_v1_preop_date":"2023-11-06","sp_v2_6wk_date":"2024-01-23","sp_v3_3mo_date":"2024-03-12","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120560":{"redcap_data_access_group":"university_of_mich","main_record_id":"25224","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-07","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Definitely interested. She is a CRNA and is very interested in research. Call when on OR schedule 9/7- MD","obtain_date":"2023-11-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-01","sp_v1_preop_date":"2023-12-12","sp_v2_6wk_date":"2024-02-12","sp_v3_3mo_date":"2024-04-01","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120561":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Could not LVM, but sent recruitment email- 9/11 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120562":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt interested but unsure about MRI. Has done brain MRIs before and is not sure they are willing to do it again. Sent them the recruitment email and will give them time to think - 9/11 SW\r\n\r\nSpoke with pt and will give one more day to make a decision- 9/18 SW\r\n\r\nDeclined b/c of MRI- 9/19 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120563":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-11","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and sent recruitment email- 9/11 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120564":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-12","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt owns her own business and doesn't feel she'll have time to come in for visits.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120565":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"DH spoke with pt at workshop on 9/13. Pt is interested, but would like to be contacted at a later date to go through details\r\n\r\nLVM- 9/18 SW\r\n\r\nCan not make all the visits -9/29SW\r\n\r\nLVM-9/25 SW\r\n\r\nSpoke with pt, wants to receive an email with info. Will check in early next week - 9/22 SW\r\n\r\nLVM - 9/25 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120566":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke to pt at workshop. Not interested. No Reason 9/13- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120567":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"41","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"MD spoke with pt at workshop. Verbal yes. Call anytime to enroll 9/13- MD\r\n\r\nConsent 9/21 -SW\r\n\r\nNo answer missed pt callback. will call back after 1 to reschedule --9/21 SW\r\n\r\nNo response prior to DOS","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120568":{"redcap_data_access_group":"university_of_mich","main_record_id":"25184","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-13","screening_age":"54","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-10-11","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"54","sex":"1","genident":"1","ethnic":"1","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120569":{"redcap_data_access_group":"university_of_mich","main_record_id":"25183","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-13","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-02","sp_v1_preop_date":"2023-09-26","sp_v2_6wk_date":"2023-11-12","sp_v3_3mo_date":"2024-01-01","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120570":{"redcap_data_access_group":"university_of_mich","main_record_id":"25185","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-13","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-16","sp_v1_preop_date":"2023-11-14","sp_v2_6wk_date":"2023-12-28","sp_v3_3mo_date":"2024-02-15","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120571":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120572":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke to pt at workshop. Declined, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120573":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke to pt at workshop. Declined, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120574":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM & recruitment email-9/15 SW\r\n\r\nSpoke with pt, daughter has a complicated pregnancy and not sure when she'll have to leave for that. She wants to make sure she has the feasibility to commit to the study. Will give her time to think and will check in 9/25- 9/18 SW\r\n\r\nLVM- 9/25 SW\r\n\r\nVery interested but will be traveling after surgery and won't be able to do 3m visit 9/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120575":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke to pt at workshop. Declined, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120576":{"redcap_data_access_group":"university_of_mich","main_record_id":"25186","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-13","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt can consent 9/20@ 10am ","obtain_date":"2023-09-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-18","sp_v1_preop_date":"2023-09-29","sp_v2_6wk_date":"2023-11-28","sp_v3_3mo_date":"2024-01-17","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120577":{"redcap_data_access_group":"university_of_mich","main_record_id":"25182","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-13","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-09","sp_v1_preop_date":"2023-10-02","sp_v2_6wk_date":"2023-11-19","sp_v3_3mo_date":"2024-01-08","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-02-07 10:37:44","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was not given an MRI slot with our requests list and unable to find one within his window.","erep_protdev_caplan":"Pt came in 9 days past the close of his window to complete his 3M visit.","erep_rel_covid19":"0"}}},"120578":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke to pt at workshop. Declined, no reason","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120579":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"KD spoke with pt at workshop. Said it's too far for him to travel for visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120580":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-13","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and recruitment email -9/15 SW\r\n\r\nDeclined on 9/15 via email -9/18 SW ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120581":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email - 9/14 SW\r\n\r\nSpoke to pt, he will review my email today and let me know if he is interested - 9/21 SW \r\n\r\nCalled, VM full- 9/25 SW\r\n\r\nPt has a lot going on with his visit and wife's health and doesn't want to commit and not be able to fully participate- 10/3 SW ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120582":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-14","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Verbal yes, but is also having a consult at St. Joe's next week. Call if/when she shows up on OR schedule. 9/14- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120583":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-22","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email -9/22 SW\r\n\r\nPt is interested in helping, wants an email and recontact 10/4- 9/29 SW\r\n\r\nLVM- 10/4 SW\r\n\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120584":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"LVM and sent recruitment email- 9/25 SW\r\n\r\nPt called back and is not interested in coming in 3x- 9/25 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120585":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-25","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with patient and is interested. Sent recruitment email, check in Friday -9/25 SW\r\n\r\nLVM -10/2 SW\r\n\r\nBrother had Sx in jersey and may have to fly out prior to his Sx depending on brothers recovery. He's now in the 10/11 class so I will check in with him then - 10/4 SW\r\n\r\nDH spoke with pt at workshop. No time to participate 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120586":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt lives 3 hours away","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120587":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is very interested but can not make the BL visit. She wants to be re-contacted for her 2nd knee- 10/5 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120588":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"On vacation before Sx and not interested in doing MRI 9/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120589":{"redcap_data_access_group":"university_of_mich","main_record_id":"25188","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-09-27","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-18","sp_v1_preop_date":"2023-10-09","sp_v2_6wk_date":"2023-11-28","sp_v3_3mo_date":"2024-01-17","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120590":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 9/26 SW\r\n\r\nNo Sx too soon, no time -9/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120591":{"redcap_data_access_group":"university_of_mich","main_record_id":"25262","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-27","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"There was an opening so he actually had Sx on 10/3 instead on 10/25. would like to be recontacted for 2nd knee- 10/12 SW\r\n\r\nMD spoke to pt in clinic. Verbal yes, would like a call tomorrow morning (1/5) to enroll 1/4- MD\r\n\r\nPt not home, call back tmrw morning before 9 - 1/8 SW","obtain_date":"2024-01-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-22","sp_v1_preop_date":"2024-01-17","sp_v2_6wk_date":"2024-03-04","sp_v3_3mo_date":"2024-04-22","age":"82","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-01-22 09:02:54","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt had only completed Demo1 survey prior to surgery.","erep_protdev_caplan":"We re-sent the rest of the BL and Expectations survey to the pt on the morning of surgery. I met the pt in pre-op and went through Demo2 and Expectation Items. I was not able to get through more as the surgeon and anesthesia team came in.","erep_rel_covid19":"0"}}},"120592":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120593":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"pt has dementia, excluded","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120594":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"82","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120595":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt won't have help after surgery to come to study visits-9/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120596":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Missed at WS- 9/27\r\n\r\nLVM and sent recruitment email \r\n\r\ndeclined 10/3 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120597":{"redcap_data_access_group":"university_of_mich","main_record_id":"25189","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-26","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-09-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-01","sp_v1_preop_date":"2023-10-09","sp_v2_6wk_date":"2023-12-13","sp_v3_3mo_date":"2024-01-31","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-01 08:31:44","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain blood sample at baseline visit.","erep_protdev_caplan":"Met pt in pre-op on DOS and asked her the pre-blood draw questions. Able to gather sample in pre-op.","erep_rel_covid19":"0"}}},"120598":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-26","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is cancelling his surgery and wants to be contacted once he has rescheduled - 9/26 SW ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120599":{"redcap_data_access_group":"university_of_mich","main_record_id":"25190","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-27","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, will consent 9/29- SW","obtain_date":"2023-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-31","sp_v1_preop_date":"2023-10-11","sp_v2_6wk_date":"2023-12-11","sp_v3_3mo_date":"2024-01-30","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-02-20 11:17:56","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was originally scheduled within their 3M window but had a work schedule change, so was no longer able to come in within the window.","erep_protdev_caplan":"Pt came in 2 days past her window to complete her 3M visit.","erep_rel_covid19":"0"}}},"120600":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"spoke with pt and wife in clinic. Likely interested but they want to talk about it for a bit. I gave them my number and let them know that if I don't hear from them by mid-next week, I will reach out to see what they are thinking. 9/28- MD\r\n\r\nLVM and sent recruitment email - 10/19 SW\r\n\r\nLVM- 10/24","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120601":{"redcap_data_access_group":"university_of_mich","main_record_id":"25243","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-09-28","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and wife in clinic. Don't want to commit the time to the study 9/28- MD\r\n\r\nconsent 12/13 @11 -12/12 SW\r\n\r\nSeems iffy about sx, but will let me know Friday -12/13 SW\r\n\r\nconsent 12/18 @10am- 12/15 SW","obtain_date":"2023-12-18","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-10","sp_v1_preop_date":"2024-01-04","sp_v2_6wk_date":"2024-02-21","sp_v3_3mo_date":"2024-04-10","age":"81","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120602":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Spoke with pt in clinic. She was overwhelmed by all of the news she was getting/being offered surgery. Likely not interested, but said that we can reach out to her if/when she is on the OR schedule 9/28- MD\r\n\r\nNot interested in research at this time, wants to focus on her Sx (not planning to do her second knee)- 11/29 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120604":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-04","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120605":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke with pt at workshop. no reason given 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120606":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"57","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested but does not have the means to travel to Ann Arbor - 10/5 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120607":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Verbal yes, but will likely not be scheduled until January at the earliest as she needs to be at UH (lungs). Of note, pt lives north of Flint and does not currently have a car as hers was recently totaled. Re-check eligibility when she pops up on the OR schedule 10/5- MD\r\n\r\nLVM -11/27 SW\r\n\r\nWould like to think about it some more, call Wednesday - 12/4 SW\r\n\r\nDeclined JC at workshop -12/5 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120608":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SL spoke with pt at workshop, no reason given 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120609":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"KD spoke with pt at workshop. Declined as it is too close to her DOS (was just scheduled yesterday) 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120610":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Missed at classed 11/7\r\n\r\nLVM and sent recruitment email - 11/10 SW\r\n\r\nLVM -11/27 SW\r\n\r\nClaustrophobic -excluded-12/4 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120611":{"redcap_data_access_group":"university_of_mich","main_record_id":"25194","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-21","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2024-01-02","sp_v3_3mo_date":"2024-02-20","age":"52","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120612":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"DH spoke to at workshop. Pt is a maybe. Has a copy of the consent form and will reach out to us if interested 10/11- MD\r\n\r\nno response -11/27 SW (DOS today)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120613":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt at workshop. She is willing to participate, but let me know that she has a benign brain tumor. Excluded 10/11- MD (LVM letting pt know that she's not eligible 10/12- MD)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120614":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"KD spoke with pt at workshop. Said it's too far for him to travel for visits 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120615":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"spoke with pt at workshop. No reason given 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120616":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"KD spoke with pt at workshop- Pt would like f/u call, no specific date/time given- 10/11- MD\r\n\r\nCould not LVM but sent recruitment email- 10/18 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120617":{"redcap_data_access_group":"university_of_mich","main_record_id":"25195","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-03","sp_v1_preop_date":"2023-10-16","sp_v2_6wk_date":"2023-12-15","sp_v3_3mo_date":"2024-02-02","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-28 13:03:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt did not complete any of his baseline surveys prior to surgery.","erep_protdev_caplan":"Re-sent the patient's Demographic surveys on 11/27/23 and let him know at the 6-week visit that they were available to him in his MDH account. He completed them on the same day (11/27/23).","erep_rel_covid19":"0"}}},"120618":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Missed at WS 10/11\r\nLVM and sent recruitment email - 10/12 SW\r\n\r\nDeclined- 10/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120619":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"81","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"\"Missed at workshop 10/11\r\nLVM and sent recruitment email - 10/12 SW\"\r\n\r\nLVM- 10/16 SW\r\n\r\nIs interested but already has a lot of visits in Ann Arbor for other health concerns and doesn't want to add to it (80 miles RT)- 10/31 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120620":{"redcap_data_access_group":"university_of_mich","main_record_id":"25197","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-29","sp_v1_preop_date":"2023-10-30","sp_v2_6wk_date":"2024-01-10","sp_v3_3mo_date":"2024-02-28","age":"74","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120621":{"redcap_data_access_group":"university_of_mich","main_record_id":"25209","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop 10/11\r\nVM full; Sent recruitment email - 10/12 SW\r\nNo answer, VM full- 10/16 SW\r\n\r\nVerbal yes in clinic, call anytime. I told her it may be early next week d/t all of our visits tomorrow. Of note, she is getting nervous and had a lot of PT and recovery questions 10/19- MD\r\n","obtain_date":"2023-10-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-07","sp_v1_preop_date":"2023-11-02","sp_v2_6wk_date":"2023-12-19","sp_v3_3mo_date":"2024-02-06","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-11-07 08:57:00","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt did not complete Expectation Items prior to DOS.","erep_protdev_caplan":"Met pt in pre-op and completed her Expectation Items in Coordinator Mode.","erep_rel_covid19":"0"}}},"120622":{"redcap_data_access_group":"university_of_mich","main_record_id":"25193","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-27","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2024-01-08","sp_v3_3mo_date":"2024-02-26","age":"69","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-01-22 09:50:44","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt had 6W blood draw scheduled within window, but had a funeral come up and needed to be re-scheduled. We could not find a time that would work within the pt's window.","erep_protdev_caplan":"Pt came in 1 day past his window and completed his 6W BD.","erep_rel_covid19":"0"}}},"120623":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic, maybe interested, but won't be scheduled until Jan '24. Double check eligibility and reach out when on OR schedule 10/5- MD\r\n\r\nLVM 1/8 SW\r\nLVM 1/23 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120624":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"71","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Blood/poke 10/11- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120625":{"redcap_data_access_group":"university_of_mich","main_record_id":"25198","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-23","sp_v1_preop_date":"2023-10-16","sp_v2_6wk_date":"2023-12-03","sp_v3_3mo_date":"2024-01-22","age":"78","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120626":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Spoke with pt at workshop, no reason given 10/24- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120627":{"redcap_data_access_group":"university_of_mich","main_record_id":"25204","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-12","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-10-25","sp_v1_preop_date":"2023-10-24","sp_v2_6wk_date":"2023-12-05","sp_v3_3mo_date":"2024-01-24","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-10-25 10:21:56","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain blood sample at baseline visit.","erep_protdev_caplan":"Met pt in pre-op and asked him the current meds and pre-blood draw questions. The Pre-op RN drew the sample for us and we processed at UH.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-02-06 08:05:11","erep_ae_date":"2024-02-02","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2024-02-02 13:45","erep_resolution_date":"2024-02-02 14:00","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"After neuropen at the shoulder, patient rated pain at 30s as a 1. However, once next round of PPTs were finished at the knee, patient made a comment that pain at the shoulder was \"still around a 2\". Patient continued visit as normal and did not make another comment about this. ","erep_action_taken":"Talked to patient and ensured he was ok and wanted to continue with rest of testing. Patient said yes and shoulder was not bothering him by end of visit. ","erep_outcome":"Patient did not have any complaints when leaving. Back to baseline after testing. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"120628":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-16","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 10/16 SW\r\n\r\nSpoke with pt, is going to look over recruitment email (resent) and I will contact him Monday 11/30 before his appt @ 4pm - 10/24 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120629":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-16","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120630":{"redcap_data_access_group":"university_of_mich","main_record_id":"25207","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-18","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, consent tmrw @4pm - 10/18 SW","obtain_date":"2023-10-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-04","sp_v1_preop_date":"2023-11-18","sp_v2_6wk_date":"2024-01-15","sp_v3_3mo_date":"2024-03-04","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-12-04 12:45:20","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain bloods at baseline visit as no phlebotomists available for the Saturday visit.","erep_protdev_caplan":"Met pt in pre-op on DOS, asked her the Current Meds and Blood Sample Collection questions and pts pre-op RN collected the sample.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-04-04 14:03:40","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt is enrolled in both cohorts and in order to not have to draw her blood multiple times (25207 3M and 20393 6W), we combined the visit into one.","erep_protdev_caplan":"Her 6W thoracic window overlapped with her 3M TKA deviation window, so we had her come in 2 days after her 3M TKA window closed. At this visit, she complete her 6W BD for Thoracic (20393) and her 3M visit for TKA (25207.","erep_rel_covid19":"0"}}},"120631":{"redcap_data_access_group":"university_of_mich","main_record_id":"25208","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-18","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested but wants to think about it to make sure they are able to commit to the 3 visits (working) - 10/18 SW","obtain_date":"2023-10-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-04","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-01-15","sp_v3_3mo_date":"2024-03-04","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-11-14","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120632":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke with pt at workshop. No reason given 11/7-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120633":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt at workshop. Pt does not have transportation and does not want to travel for research 10/24- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120634":{"redcap_data_access_group":"university_of_mich","main_record_id":"25212","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-24","screening_age":"72","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"DH spoke with pt at workshop. She is apprehensive as she participated in another study in the past. Would like a call this Friday, 10/27 @ 10AM- 10/24 MD","obtain_date":"2023-10-27","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-08","sp_v1_preop_date":"2023-12-20","sp_v2_6wk_date":"2024-02-19","sp_v3_3mo_date":"2024-04-08","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-01-08 10:05:30","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt asked that we collect blood on DOS rather than at repeat BL visit to help reduce 3 of times she is poked.","erep_protdev_caplan":"Met pt in pre-op on DOS and collected sample with IV placement.","erep_rel_covid19":"0"}}},"120635":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120636":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Has done some other research studies and is taking a break - 10/25 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120637":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt had Sx somewhere else-12/6SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120638":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt at workshop, said they live up north and does not want to come down for visits 10/24- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120639":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and sent recruitment email- 10/25 SW\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120640":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Missed workshop 10/24\r\nLVM and sent recruitment email - 10/25 SW\r\n\r\nNot a good time; hard time finding transportation and has a grandchild on the way- 10/31 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120641":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"JC spoke with pt at workshop. No reason given 10/24-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120642":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"SW spoke with pt at workshop. Pt said it's too far to come for research 10/24- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120643":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SW spoke with pt at workshop. No reason given 10/24-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120644":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-24","screening_age":"79","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"no reason - 10/25 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120645":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-19","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. He would like to do own research on the study and will call me. Likely won't be scheduled until jan at the earliest. 10/19- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120646":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Excluded. Would love to participate but has issues with MRIs- 10/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120647":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Pt is interested but lives too far- 10/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120649":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SW spoke with pt at workshop. No reason given 11/7-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120650":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"66","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SW spoke with pt at workshop. No reason given 11/7-MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120651":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"64","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt will call me back tomorrow, recruitment email sent for him to look over- 11/8 SW\r\n\r\nLVM- 11/14 SW\r\n\r\nMD spoke with pt at workshop. Said surgery is now delayed until June 2024, so reach out closer to new DOS 11/21- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120652":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop 11/7\r\n\r\nSpoke with pt and just has too many visits outside of the study already - 11/8 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120653":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"DH spoke with pt at workshop. She would like to think about it 11/7- MD\r\n\r\nLVM- 11/14 SW\r\n\r\nJust not a good time. Pt had a hip replacement and ankle Sx so they are just tired of being at the hospital for visits - 11/14 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120654":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke with pt at workshop. No reason given 11/7-MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120655":{"redcap_data_access_group":"university_of_mich","main_record_id":"25216","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-07","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-27","sp_v1_preop_date":"2024-02-21","sp_v2_6wk_date":"2024-04-09","sp_v3_3mo_date":"2024-05-27","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120656":{"redcap_data_access_group":"university_of_mich","main_record_id":"25215","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-07","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-20","sp_v1_preop_date":"2023-11-21","sp_v2_6wk_date":"2024-01-31","sp_v3_3mo_date":"2024-03-20","age":"64","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-04-04 11:11:46","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was unable to come in during her 3M window as she is back to work and we needed the inside scanner (limited spots).","erep_protdev_caplan":"Pt came in one day past her window and completed her 3M visit.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-04-04 13:31:10","erep_ae_date":"2024-04-04","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2024-04-04 13:31","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"DF coordinator (CM) emailed the below details about this pt during their 3M scan. The patient \"asked to be taken out of the scanner early due to abdominal pain. She said she doesn't typically experience it and said she felt like she was punched in the gut. She thought maybe she had to use the restroom. After she went to the restroom, she said it felt a little better but still hurt. I asked if she was able to relieve herself and she said only a little urine. She denied any dizziness or nausea and said she was fine to drive.\"","erep_action_taken":"MD called pt to check in on her and see if she got home OK/ how she's doing. Encounter entered for VM left at 1:35 PM on 4/4/24.","erep_outcome":"","erep_prot_dev":"","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":""}}},"120657":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-07","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"JC spoke with pt at workshop. Pt cannot come for BL visit 11/7- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120658":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email - 11/8 SW\r\n\r\nPt would love to help but lives in TX and is scheduled for 11/13- 11/9 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120659":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt at work, will call back another day- 11/8 SW\r\n\r\nPt cancelled Sx. Non-surgical options helping and Dr. recommended she wait since shes so young. Would like to be recontacted when rescheduled","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120660":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"51","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt. He had a visit 11/7 and is now scheduled for two Sx. Recheck eligibility. First Sx not a TKA now, scheduled for a revision in March, Infection?? - 11/8 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120661":{"redcap_data_access_group":"university_of_mich","main_record_id":"25218","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-09","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Pt gave verbal yes, consent Monday 12-1 (flexible) - 11/9 SW","obtain_date":"2023-11-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-11","sp_v1_preop_date":"2023-11-14","sp_v2_6wk_date":"2024-01-22","sp_v3_3mo_date":"2024-03-11","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120662":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt does not want to go online and do surveys- 11/10 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120663":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"If he could do his visits at Brighton he would - 11/16 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120664":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop 11/21\r\n\r\nNot a good time but would like to be recontacted when she has her 2nd knee done -11/29 SW ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120665":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"DH spoke with pt at workshop. Said she lives too far away 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120666":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke with pt at workshop. No reason given 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120667":{"redcap_data_access_group":"university_of_mich","main_record_id":"25223","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"SL spoke with pt at workshop. Verbal yes, open schedule. Call at 513-374-3851 11/21- MD\r\n\r\n\r\nConsent 11/28 @1:30pm","obtain_date":"2023-11-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-10","sp_v1_preop_date":"2024-01-08","sp_v2_6wk_date":"2024-02-21","sp_v3_3mo_date":"2024-04-10","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120668":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"\"removed from 11/21 class\r\n\r\nHusband said she would not be a good fit as he has started to see signs of dementia -11/27 SW\"\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120669":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120670":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Their was an error in scheduling, he is not have his knee replaced, he is having his hip replaced -11/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120671":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"DH spoke with pt at workshop. Said he is not interested and does not like MRIs 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120672":{"redcap_data_access_group":"university_of_mich","main_record_id":"25226","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 11/29 SW\r\n\r\nPt called with interest, would like to enroll tomorrow afternoon around 1:30 11/30- MD\r\n\r\nCan consent 12/4 in the morning - 12/1 SW","obtain_date":"2023-12-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2023-12-06","ewprimaryreason":"1","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Too much going on with Sx, holidays and her daughters birthday. She also did not want to do two MRIs because of radiation (explained there was none) ","sp_data_site":"1"},"120673":{"redcap_data_access_group":"university_of_mich","main_record_id":"25220","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-12","sp_v1_preop_date":"2023-12-07","sp_v2_6wk_date":"2024-02-23","sp_v3_3mo_date":"2024-04-12","age":"77","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120674":{"redcap_data_access_group":"university_of_mich","main_record_id":"25234","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"MD spoke with pt at workshop. He would like a few days to think about participating. Said we could give him a call next week 11/21- MD","obtain_date":"2023-12-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-02","sp_v1_preop_date":"2023-12-12","sp_v2_6wk_date":"2024-02-13","sp_v3_3mo_date":"2024-04-02","age":"78","sex":"1","genident":"N/A","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120675":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"47","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"MD spoke with pt at workshop. Pt feels she does not have the time to participate 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120676":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 11/29 SW\r\n\r\nLVM 12/4 SW\r\n\r\nSent her a text with recruitment info (can't access email)- 12/13 SW\r\n\r\nPt previously declined on 12/20/23 (MRI) but approached MD in class to say that she would like to participate 1/3- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120677":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"DH spoke with pt at workshop. Pt would like to think about it and will call us with interest 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120678":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"MD spoke with pt at workshop. No reason given 11/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120679":{"redcap_data_access_group":"university_of_mich","main_record_id":"25219","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-15","sp_v1_preop_date":"2024-04-09","sp_v2_6wk_date":"2024-05-27","sp_v3_3mo_date":"2024-07-15","age":"76","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-04-15 08:19:00","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain BL bloods at BL visit (2 pokes attempted).","erep_protdev_caplan":"Met pt in pre-op on DOS and had pre-op RN draw BL bloods.","erep_rel_covid19":"0"}}},"120680":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"SL spoke with pt at workshop. She is very interested, but would like a call in April (11th at the earliest as she will be out of town until then) 11/21- MD\r\n\r\nLVM - 4/15 SW\r\n\r\nLVM - 4/19 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120681":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-27","screening_age":"82","screening_gender":"2","screening_race":"1","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"pt is sick and does not want to leave The house prior to Sx- 11/27 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120682":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-27","screening_age":"71","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 11/27 SW\r\n\r\nLVM-11/29 SW\r\n\r\nLVM 11/30 SW\r\n\r\nNo response - 12/4","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120683":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-28","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email -11/28 SW\r\n\r\nLVM 12/4 SW\r\n\r\nDeferred Participation. Too busy with work in the month of December, but will need to have other knee replaced 12/8- MD\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120684":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-30","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. Possibly interested. Asked for emailed info and we can follow-up when she gets on OR schedule 11/30- MD\r\n\r\nVerbal yes in WS, consent 1/22 @4:30- 1/17 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120685":{"redcap_data_access_group":"university_of_mich","main_record_id":"25278","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-30","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. She might be interested, but is unsure about the MRI as she has vertigo. She said it might be OK if she can sit up slowly at the end of the MRI. Asked for emailed info. The scheduler came in at the end of the clinic visit, so likely being added soon. 11/30- MD\r\n\r\nPt is very interested, spoke to her at workshop and she said to call anytime to consent 12/19- MD\r\n\r\nLVM -1/9 SW","obtain_date":"2024-02-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-27","sp_v1_preop_date":"2024-02-26","sp_v2_6wk_date":"2024-04-09","sp_v3_3mo_date":"2024-05-27","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120686":{"redcap_data_access_group":"university_of_mich","main_record_id":"25231","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-05","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-28","sp_v1_preop_date":"2023-12-19","sp_v2_6wk_date":"2024-02-08","sp_v3_3mo_date":"2024-03-28","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120687":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop - 12/5 SW\r\nDeclined - 12/6 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120688":{"redcap_data_access_group":"university_of_mich","main_record_id":"25232","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-05","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"SW spoke to pt at workshop- consent tmrw @2- 12/5 SW","obtain_date":"2023-12-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-02","sp_v1_preop_date":"2023-12-11","sp_v2_6wk_date":"2024-02-13","sp_v3_3mo_date":"2024-04-02","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120689":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined KD at workshop- claustrophobic -12/5 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120690":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt is wanting to participate in another study (CBD study). I let him know that I believe that study is for non-surgical OA, but he was also nervous about the MRI and declined 12/8- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120691":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined SW at workshop - 12/5 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120692":{"redcap_data_access_group":"university_of_mich","main_record_id":"25242","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-05","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop - 12/5 SW\r\n\r\nspoke with patient just wants to look over his schedule first before committing but is interested. Will give me a call me a call in a couple of days-12/6 SW\r\n\r\nLVM-12/12 SW\r\n\r\nLVM 12/14 SW","obtain_date":"2023-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-08","sp_v1_preop_date":"2024-01-05","sp_v2_6wk_date":"2024-02-19","sp_v3_3mo_date":"2024-04-08","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120693":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"KD spoke to patient at workshop - is a maybe, available most days- 12/5 SW\r\n\r\nSpoke with pt and wants to think about it, call Friday 10am- 12/6 SW\r\n\r\nLVM and emailed 12/8- MD, Pt called me back and LVM. I called back again and N/A\r\n\r\nDeferred participation - 12/12 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120694":{"redcap_data_access_group":"university_of_mich","main_record_id":"25229","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-05","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-09","sp_v1_preop_date":"2023-12-19","sp_v2_6wk_date":"2024-02-20","sp_v3_3mo_date":"2024-04-09","age":"56","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120695":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"SW spoke to pt at workshop - consent tmrw @ 11 -12/5 SW\r\n\r\nWent through consent but did not sign. Wanted to think about it. Not a good time but would like to be considered when having her 2nd knee done 12/13 SW\r\n\r\nDeferred participation - LVM -4/8 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120696":{"redcap_data_access_group":"university_of_mich","main_record_id":"25237","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-05","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"can consent 12/12 @11:30- 12/7 SW","obtain_date":"2023-12-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-16","sp_v1_preop_date":"2024-01-08","sp_v2_6wk_date":"2024-02-27","sp_v3_3mo_date":"2024-04-16","age":"81","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120697":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"told KD maybe at workshop - 12/5 SW\r\n\r\nLVM and sent recruitment email- 12/13 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120698":{"redcap_data_access_group":"university_of_mich","main_record_id":"25233","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-05","screening_age":"48","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop - 12/5 SW\r\n","obtain_date":"2023-12-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-21","sp_v1_preop_date":"2024-02-15","sp_v2_6wk_date":"2024-04-03","sp_v3_3mo_date":"2024-05-21","age":"49","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120699":{"redcap_data_access_group":"university_of_mich","main_record_id":"25230","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-05","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-18","sp_v1_preop_date":"2024-02-21","sp_v2_6wk_date":"2024-04-29","sp_v3_3mo_date":"2024-06-18","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120700":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-05","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Declined JC at workshop - study too much -12/5 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120701":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"62","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Deferred participation -12/4 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120702":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120703":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120704":{"redcap_data_access_group":"university_of_mich","main_record_id":"25235","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-04","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email - 12/4 SW\r\n\r\nConsent tmrw @5","obtain_date":"2023-12-07","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-08","sp_v1_preop_date":"2024-01-02","sp_v2_6wk_date":"2024-02-19","sp_v3_3mo_date":"2024-04-08","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120705":{"redcap_data_access_group":"university_of_mich","main_record_id":"25239","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-04","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 12/4 SW\r\n\r\nPatient emailed me a few questions about the study. Main concern is having transportation to visits- will let us know - 12/5 SW\r\n\r\nPt emailed that she is interested and can consent 12/8 @3:30; LVM 12.8 SP","obtain_date":"2023-12-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-08","sp_v1_preop_date":"2024-01-04","sp_v2_6wk_date":"2024-02-19","sp_v3_3mo_date":"2024-04-08","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-01-08 09:59:19","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to collect the BL blood sample at the pt's BL visit (2 pokes completed without success).","erep_protdev_caplan":"Met pt in pre-op on DOS and collected the sample at that time.","erep_rel_covid19":"0"}}},"120706":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Says she got an email about this (I don't see anything) began discussing if she would like to participate and had to go - call back tmrw 12/4SW\r\n\r\nLVM 12/6 SW\r\n\r\nconsent 12/13 @ 1pm- 12/12 SW\r\nConsent at WS 12/19 - 12/13 SW\r\n\r\nPt would like to defer to her other knee DH spoke with her at workshop on 12/19) 12/19- MD\r\n\r\nSpoke with pt, not a good time but would like a call on Monday 3/11 - says she likely will not enroll but we'll see Monday - 3/8 SW\r\n\r\n\r\nnot a good time- 3/12 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120707":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"57","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 12/4 SW\r\n \r\nPt LVM 12/4 after hours. Spoke with pt, she is interested and has questions, asked for a call back at 1pm, she is headed to an appt - 12/5 SW\r\n\r\nLVM 12/6 SW\r\n\r\nPatient wants to participate but is just in so much pain so is worried if they will be able to come to the visit. Surgeon suggested moving Sx up even if she has to change surgeons. Pt asked that I call her tmrw at 11am - 12/5 SW\r\n\r\nDH spoke with pt at workshop on 1/3. Pt still wanted to think about it. Surgery is next Tuesday, so short on time 1/3- MD\r\n\r\nDid not get in touch with pt again before DOS 1/8- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120708":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-04","screening_age":"42","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Could not LVM, sent recruitment email -12/4 SW\r\n\r\n\r\nDoes not want to do an MRI-decline-12/13 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120709":{"redcap_data_access_group":"university_of_mich","main_record_id":"25236","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-08","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-18","sp_v1_preop_date":"2023-12-13","sp_v2_6wk_date":"2024-01-29","sp_v3_3mo_date":"2024-03-18","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120710":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-08","screening_age":"70","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt would like to think about it for a few days. Asked for emailed info. Sent 12/8- MD\r\n\r\nDeclined- 12/13 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120711":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-12","screening_age":"56","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM, no email on file - 12/12 SW\r\nPt asked that I call back tmrw- 12/14 SW\r\nCalled at a bad time - likely wont enroll-12/15 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120712":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-12","screening_age":"75","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120713":{"redcap_data_access_group":"university_of_mich","main_record_id":"25238","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-12","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"consent 12/13 @10- 12/12 SW","obtain_date":"2023-12-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-03","sp_v1_preop_date":"2023-12-21","sp_v2_6wk_date":"2024-02-14","sp_v3_3mo_date":"2024-04-03","age":"73","sex":"1","genident":"1","ethnic":"4","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120714":{"redcap_data_access_group":"university_of_mich","main_record_id":"25240","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-12","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email -12/12 SW\r\n\r\nconsent 12/15 @10am ","obtain_date":"2023-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-09","sp_v1_preop_date":"2024-01-03","sp_v2_6wk_date":"2024-02-20","sp_v3_3mo_date":"2024-04-09","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120715":{"redcap_data_access_group":"university_of_mich","main_record_id":"25241","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-12","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email -12/12 SW\r\nLVM-12/14-SW\r\nVerbal yes in clinic. MD will call morning of 12/15 12/14- MD\r\n","obtain_date":"2023-12-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-09","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-02-20","sp_v3_3mo_date":"2024-04-09","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"2024-01-03","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"Could not come for the baseline visit when offered an appt. She said she would like to just withdraw at this point and focus on surgery ","sp_data_site":"1"},"120717":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-13","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"consent 12/14 @12:30pm - 12/13 SW\r\n\r\nno answer, LVM 12/14 SW\r\n\r\nLVM- 12/18 SW\r\n\r\nLVM -1/8 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120718":{"redcap_data_access_group":"university_of_mich","main_record_id":"25261","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-13","screening_age":"75","screening_gender":"1","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Wants to think about it, send him an email- 12/13 SW\r\n\r\nLVM -12/21 SW\r\n\r\nconsent anytime next week after 12 -1/5 SW\r\n\r\n","obtain_date":"2024-01-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-31","sp_v1_preop_date":"2024-01-29","sp_v2_6wk_date":"2024-03-13","sp_v3_3mo_date":"2024-05-01","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120719":{"redcap_data_access_group":"university_of_mich","main_record_id":"25250","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-13","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email -12/13 SW\r\n","obtain_date":"2024-01-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-30","sp_v1_preop_date":"2024-01-16","sp_v2_6wk_date":"2024-03-12","sp_v3_3mo_date":"2024-04-30","age":"84","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-01-30 12:54:20","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt had not completed Expectation Items prior to DOS.","erep_protdev_caplan":"I re-sent the survey on the morning of DOS and met the pt in pre-op to complete the survey in coordinator mode.","erep_rel_covid19":"0"}}},"120720":{"redcap_data_access_group":"university_of_mich","main_record_id":"25245","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-14","screening_age":"52","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email -12/14 SW\r\n\r\nVerbal yes, would like to enroll after workshop today 12/19- MD\r\n","obtain_date":"2023-12-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-22","sp_v1_preop_date":"2024-01-19","sp_v2_6wk_date":"2024-03-04","sp_v3_3mo_date":"2024-04-22","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120721":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-14","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 12/14 SW\r\n\r\nResend recruitment email, he wants to discuss with his wife- 1/8 SW\r\n\r\nPt was busy at the time, and asked for a call back at 12- no answer - 1/23 SW\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120722":{"redcap_data_access_group":"university_of_mich","main_record_id":"25288","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-19","screening_age":"66","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop? 12/19- MD\r\n\r\nConsent 2/19 @ 10:30/11- 2/8 SW\r\nLVM 2.19 for consent. SP\r\n\r\nLVM 2.21 SW. \r\n\r\nPatient called back 2.22, SW off and forwarded voicemail. Tried calling pt back shortly after and LVM. 2.22 SP\r\n\r\nSpoke with pt. Since surgery is not until 4/29, he asked that we touch base with him Week of 3/4 or 3/11 to set up a time for consent 2/23- MD\r\n","obtain_date":"2024-03-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-29","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-06-10","sp_v3_3mo_date":"2024-07-29","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120723":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SP spoke with pt at workshop, no reason 12/19- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120724":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"53","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and sent recruitment email - 12/21 SW\r\n\r\ndeclined 1/4- SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120725":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke with pt at workshop. Would like to think about it, but we can call anytime for follow-up 12/19- MD\r\n\r\nSpoke with pt and wants study info to review- 1/8 SW\r\n\r\nDecline 1/23 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120726":{"redcap_data_access_group":"university_of_mich","main_record_id":"25244","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-19","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-29","sp_v1_preop_date":"2024-01-18","sp_v2_6wk_date":"2024-03-11","sp_v3_3mo_date":"2024-04-29","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-03-19 12:34:09","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt was unable to come in during his 6W window.","erep_protdev_caplan":"Pt came in one day after his 6W window closed and completed the blood draw.","erep_rel_covid19":"0"}}},"120727":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"67","screening_gender":"2","screening_race":"3","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt at workshop. Verbal yes, would like a call anytime, after 2PM 12/19- MD\r\n\r\nLVM 1/8 SW\r\n\r\nDeclined 1/23 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120728":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-19","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke with pt at workshop. No reason 12/19- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120729":{"redcap_data_access_group":"university_of_mich","main_record_id":"25248","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-21","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt, seems interested. Call back later and sent recruitment email- 12/21 SW\r\n\r\nConsent 12/26 @11- 12/21 SW","obtain_date":"2023-12-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-15","sp_v1_preop_date":"2024-01-09","sp_v2_6wk_date":"2024-02-26","sp_v3_3mo_date":"2024-04-15","age":"59","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120730":{"redcap_data_access_group":"university_of_mich","main_record_id":"25249","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-21","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-26","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-16","sp_v1_preop_date":"2024-01-08","sp_v2_6wk_date":"2024-02-27","sp_v3_3mo_date":"2024-04-16","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120731":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-21","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Spoke with pt and husband in clinic. Wanted to think about it and we will reach out when on OR schedule 12/21- MD\r\n\r\nPt declined CBD and asked for a call next week about A2CPS as she wanted to think about it 3/13- MD\r\n\r\nNot comfortable with MRI - 3/19 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120732":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-21","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and husband in clinic. Is very interested as she wants to help people. Reach out to when on OR schedule 12/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120733":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"77","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120734":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke to pt at workshop. Not interested. No Reason 1/3- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120735":{"redcap_data_access_group":"university_of_mich","main_record_id":"25270","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-03","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"JC spoke with pt at workshop. He is ready to consent, would like a PM call 1/3- MD\r\n\r\nLVM- 1/9 SW\r\n\r\nConsent 1/24 @10:30","obtain_date":"2024-01-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-29","sp_v1_preop_date":"2024-02-27","sp_v2_6wk_date":"2024-04-11","sp_v3_3mo_date":"2024-05-29","age":"75","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120736":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"82","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt Sx cancelled after being in the hospital. Is interested so reach out when she get rescheduled for april - 1/8 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120737":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"MD spoke to pt at workshop. He would like to think about it, wants to get to FL ASAP after surgery 1/3- MD\r\n\r\nWill give us a call when he finds out if he is able to do his recovery out of state - 1/8 SW\r\n\r\nNo response - 1/15 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120738":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop 1/3\r\n\r\nSpoke with pt and he already had sx last Monday - not sure if he will have the other knee done but would be open if he does- 2/8 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120739":{"redcap_data_access_group":"university_of_mich","main_record_id":"25255","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-03","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120740":{"redcap_data_access_group":"university_of_mich","main_record_id":"25253","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-03","screening_age":"58","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-23","sp_v1_preop_date":"2024-01-22","sp_v2_6wk_date":"2024-03-05","sp_v3_3mo_date":"2024-04-23","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120741":{"redcap_data_access_group":"university_of_mich","main_record_id":"25252","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-03","screening_age":"48","screening_gender":"2","screening_race":"1","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-24","sp_v1_preop_date":"2024-01-22","sp_v2_6wk_date":"2024-03-06","sp_v3_3mo_date":"2024-04-24","age":"N/A","sex":"2","genident":"2","ethnic":"1","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120742":{"redcap_data_access_group":"university_of_mich","main_record_id":"25251","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-03","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-18","sp_v1_preop_date":"2024-01-15","sp_v2_6wk_date":"2024-02-29","sp_v3_3mo_date":"2024-04-18","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120743":{"redcap_data_access_group":"university_of_mich","main_record_id":"25254","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-03","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-18","sp_v1_preop_date":"2024-01-15","sp_v2_6wk_date":"2024-02-29","sp_v3_3mo_date":"2024-04-18","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120744":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-03","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120745":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-04","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"MD spoke to pt in clinic. Declined overall but extra put-off by MRI 1/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120746":{"redcap_data_access_group":"university_of_mich","main_record_id":"25260","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-08","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 1/8- SW\r\n\r\nPatient had called back and LVM. Tried returning call but went to VM as well. 1.8.24 SP","obtain_date":"2024-01-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-01","sp_v1_preop_date":"2024-01-31","sp_v2_6wk_date":"2024-03-14","sp_v3_3mo_date":"2024-05-01","age":"77","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120747":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and sent recruitment email 1/8 SW\r\n\r\nDeclined - too much traveling - 1/23 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120748":{"redcap_data_access_group":"university_of_mich","main_record_id":"25257","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-08","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"consent 1/9 @ 9am - 1/8 SW","obtain_date":"2024-01-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-15","sp_v1_preop_date":"2024-01-12","sp_v2_6wk_date":"2024-02-26","sp_v3_3mo_date":"2024-04-15","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-03-06 11:00:07","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to have the patient come in during their 6-week window,","erep_protdev_caplan":"Pt came in 2 days after his 6-week window closed and completed the blood draw.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2024-04-11 09:38:36","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt did not complete any baseline surveys, so no demographic surveys were completed.","erep_protdev_caplan":"Re-sent Demo 1 & 2 Surveys with 3M surveys. Will complete this deviation if/when he completes them.","erep_rel_covid19":""}}},"120749":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-08","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"declined due to distance- 1/8 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120750":{"redcap_data_access_group":"university_of_mich","main_record_id":"25267","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-09","screening_age":"79","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient wants to review info with his wife, if he does not call in a week, I'll reach back out -1/9 SW\r\n","obtain_date":"2024-01-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-19","sp_v1_preop_date":"2024-02-14","sp_v2_6wk_date":"2024-04-01","sp_v3_3mo_date":"2024-05-19","age":"80","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120751":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-09","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"LVM and sent recruitment email 1/9 -SW\r\nLVM -1/23 SW\r\nToo much going on- declined 2/7 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120752":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Missed at workshop - 1/17 SW\r\n\r\ndeclined- not a good time- 1/23 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120753":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"MD spoke with pt at workshop. No reason given- 1/17- SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120754":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 1/22 SW\r\nLVM- 2/6 SW\r\nLVM- 2/8 SW\r\nMD spoke with pt in workshop. He said he is willing to participate, but not sure there is time before surgery next week. Said he is having other TKA at the end of this year and we can reach out then 2/14- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120755":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Cancelled workshop -1/17 SW\r\nDeclined 1/22 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120756":{"redcap_data_access_group":"university_of_mich","main_record_id":"25264","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-17","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-14","sp_v1_preop_date":"2024-02-13","sp_v2_6wk_date":"2024-03-27","sp_v3_3mo_date":"2024-05-14","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-04-08 15:26:33","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Visit was completed 5 days past visit window. Pt. was originally scheduled within window but visit had to be rescheduled.","erep_protdev_caplan":"None Needed","erep_rel_covid19":"0"}}},"120757":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120758":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined SW in WS - 1/17 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120759":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"56","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with KD and is possibly interested, call anytime- 1/17 SW\r\n\r\nNot a good time as he is about to go on vacation but would like to be recontacted when he schedules his other knee- 2/6 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120760":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined KD in WS- no time, still working - 1/17 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120761":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-17","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120762":{"redcap_data_access_group":"university_of_mich","main_record_id":"25263","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-17","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-17","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-06-24","sp_v3_3mo_date":"2024-08-13","age":"60","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120763":{"redcap_data_access_group":"university_of_mich","main_record_id":"25303","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-17","screening_age":"77","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes, consent 1/22 @10 but is retired and available most days . Can consent closer to DOS) - 1/17 SW\r\n\r\nPt may be having Sx elsewhere; check in with her 1/25 or 1/26 - 1/22 SW","obtain_date":"2024-04-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-06-24","sp_v3_3mo_date":"2024-08-13","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120764":{"redcap_data_access_group":"university_of_mich","main_record_id":"25274","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-17","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Missed workshop? -1/17 SW\r\n\r\nConsent 1/25 @9am -1/22 SW\r\n\r\n\r\n","obtain_date":"2024-01-25","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-15","sp_v1_preop_date":"2024-01-30","sp_v2_6wk_date":"2024-03-28","sp_v3_3mo_date":"2024-05-15","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120765":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-23","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"LVM and sent recruitment email - 1/23 SW\r\n\r\nDecline -1/25 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120766":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-23","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"JC spoke to pt at workshop. No reason 1/31- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120767":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-31","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"JC spoke with pt at workshop. Pt would like to defer participation until other TKA 1/31- MD\r\n\r\nNow on OR schedule for 2nd knee- LVM -3/15 SW\r\n\r\nMD spoke with pt in clinic. She is interested, but would like to think about it. Might want to defer to other knee later this year. She said that she will think it over and look over the materials and email us to let us know what she is thinking 3/28- MD\r\n\r\nLVM - 4/15 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120768":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-31","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"JC spoke to pt at workshop. No reason 1/31- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120769":{"redcap_data_access_group":"university_of_mich","main_record_id":"25275","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-31","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"SW spoke with pt at workshop. Verbal yes, enroll 2/1 @ 1:00 PM 1/31- MD","obtain_date":"2024-02-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-26","sp_v1_preop_date":"2024-02-17","sp_v2_6wk_date":"2024-04-08","sp_v3_3mo_date":"2024-05-26","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120770":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-31","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke to pt at workshop. No reason 1/31- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120771":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-31","screening_age":"61","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"DH spoke with pt at workshop. Verbal yes, asked for a call anytime and LVM if he doesn't answer, he will call us back 1/31- MD\r\n\r\nLVM 2/5. Of note, pt's DOS was moved from 3/1 to 2/16. 2/5- MD\r\n\r\nLVM- 2/6 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120772":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-31","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"KD spoke with pt at workshop. Maybe interested. Jackson? 1/31- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120773":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-31","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke to pt at workshop. No reason 1/31- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120774":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-31","screening_age":"55","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"JC spoke to pt at workshop. No reason 1/31- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120775":{"redcap_data_access_group":"university_of_mich","main_record_id":"25279","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-31","screening_age":"62","screening_gender":"1","screening_race":"1","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"MD spoke with pt at workshop. Pt is interested in participating and would like an early morning call. He said the earlier, the better. Of note, he said he's usually up by 5AM 1/31- MD\r\n\r\n\r\nCan consent 2/8 @7/ 7:30- 2/7SW","obtain_date":"2024-02-08","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-22","sp_v1_preop_date":"2024-03-05","sp_v2_6wk_date":"2024-05-03","sp_v3_3mo_date":"2024-06-22","age":"63","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120776":{"redcap_data_access_group":"university_of_mich","main_record_id":"25284","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-01","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. She is interested and would like a call on Monday, 2/5 at 2:30/3PM to go through enrollment process. Of note, she will likely need help getting rides set up for study visits. Try to tag-team 6-week with follow-up visit 2/1- MD\r\n\r\nAttempted to do enrollment on 2/5 as pt. requested, but pt. amended request to push enrollment to 2pm on 2/6 JC","obtain_date":"2024-02-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"53","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120777":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-31","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120778":{"redcap_data_access_group":"university_of_mich","main_record_id":"25280","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-31","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"MD spoke with pt at workshop. Verbal yes and call anytime to enroll 1/31- MD\r\n\r\nConsent 2/12 @9:30","obtain_date":"2024-02-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-01","sp_v1_preop_date":"2024-03-05","sp_v2_6wk_date":"2024-05-13","sp_v3_3mo_date":"2024-07-01","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120779":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-31","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke to pt at workshop. No reason 1/31- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120780":{"redcap_data_access_group":"university_of_mich","main_record_id":"25297","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-01","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt in clinic. She might be interested, but wanted to think about it. Lives in Alpena, so would need to stack visits with other appts in the area. We can follow-up next week if we don't hear from her 2/1- MD\r\n\r\nNow on OR schedule for 2nd knee, LVM - 3/19 SW \r\n","obtain_date":"2024-03-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-06","sp_v1_preop_date":"2024-04-10","sp_v2_6wk_date":"2024-06-17","sp_v3_3mo_date":"2024-08-06","age":"66","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120781":{"redcap_data_access_group":"university_of_mich","main_record_id":"25276","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-05","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Verbal yes from pt. She would like to consent tomorrow at 10 AM. Of note, she lives about 1.5 hrs away and would like to stack visits with when she will be here (class on 2/14, something on 2/8 as well) 2/5- MD","obtain_date":"2024-02-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-28","sp_v1_preop_date":"2024-03-20","sp_v2_6wk_date":"2024-05-09","sp_v3_3mo_date":"2024-06-28","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"3|5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120782":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Could not LVM, sent recruitment email- 2/6 SW\r\n\r\nLVM- 2/9 SW\r\n\r\nDeclined- requires sedation for MRI - 2/20 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120783":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"\"Missed at workshop 1/31-MD\r\nLVM and sent recruitment -2/6 SW\"\r\n\r\nLVM- 2/9 SW\r\n\r\nDecline- would love to but does not have transportation - 2/20 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120784":{"redcap_data_access_group":"university_of_mich","main_record_id":"25282","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-06","screening_age":"65","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"consent 2/13 @10am- 2/6 SW","obtain_date":"2024-02-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-27","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-04-09","sp_v3_3mo_date":"2024-05-27","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120785":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Decline 2/6 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120786":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Decline and no longer having sx - 2/6 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120787":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Decline- 2/6 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120788":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"69","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not that interested as she is already in an Alz. Study so not sure if she has the time- asked for email (sent) - 2/6 SW\r\n\r\nNot great with blood draws and travels during the summer - declined - 2/9 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120789":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Decline- 2/6 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120790":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Decline -2/6 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120791":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"84","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment -2/6 SW\r\nSpoke with pt and he is most likely a yes, just wants to think about it a little more- out of town until 3/8 or 3/9 -2/6 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120792":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-06","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Declined- too far- 2/6 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120793":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-08","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Declined- no reason -2/8 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120794":{"redcap_data_access_group":"university_of_mich","main_record_id":"25281","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-09","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Patient is very interested as she has problems with pain management - consent 2/12 @ 10:30- 2/9 SW","obtain_date":"2024-02-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-19","sp_v1_preop_date":"2024-02-20","sp_v2_6wk_date":"2024-04-30","sp_v3_3mo_date":"2024-06-19","age":"78","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120795":{"redcap_data_access_group":"university_of_mich","main_record_id":"25283","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-14","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-16","sp_v1_preop_date":"2024-03-20","sp_v2_6wk_date":"2024-05-28","sp_v3_3mo_date":"2024-07-16","age":"71","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120796":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-14","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke with pt at workshop. No reason 2/14- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120797":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-14","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"KD spoke with pt at workshop. No reason 2/14- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120798":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-14","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"MD spoke with pt and family member at workshop. Sais they would like to think about it and would like a call this Friday (2/16) 2/14- MD\r\n\r\nSpoke with pt and his wife. Wants email and to think about it - 2/16 SW\r\n\r\nLVM - 3/12 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120799":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-14","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Cancelled workshop on 2/14\r\nLVM and sent recruitment email - 2/15 SW\r\n\r\nLVM - 2/20 SW (now scheduled for knee class 2/28)\r\n\r\nLVM- 2/26 SW\r\n\r\nDH spoke with pt at workshop & he is interested - 2/28 SW\r\n\r\nDoes not have the time- 2/29SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120800":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-14","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3|0","ptinterest_comment":"Spoke with pt at workshop. She has had bilateral THAs within the past year and doesn't want to come for visits 2/14- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120801":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-14","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"MD spoke with pt at workshop. She was interested in hearing about it bu is not willing to try MRI. Excluded 2/14- MD\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120802":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-15","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient is interested as she has issues with pain but wants to review info- forwarded recruitment email - 2/20 SW\r\n\r\ndeferred participation -2/26 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120803":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-20","screening_age":"80","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"declined -2/20 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120804":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-26","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Not a good time but would like to be recontacted for 2nd knee- 2/26 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120805":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop - 2/28 SW\r\n\r\nDeclined- too far-3/7 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120806":{"redcap_data_access_group":"university_of_mich","main_record_id":"25289","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-28","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Gave SW a verbal yes in workshop -\r\nCall anytime next week - 2/28 SW\r\n","obtain_date":"2024-03-05","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-03","sp_v1_preop_date":"2024-03-19","sp_v2_6wk_date":"2024-05-15","sp_v3_3mo_date":"2024-07-03","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120807":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"72","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined DH at workshop- no reason - 2/28 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120808":{"redcap_data_access_group":"university_of_mich","main_record_id":"25286","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-27","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent @ WS 2/28 - 2/26 SW","obtain_date":"2024-02-28","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-07","sp_v1_preop_date":"2024-03-05","sp_v2_6wk_date":"2024-04-18","sp_v3_3mo_date":"2024-06-07","age":"51","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120809":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"68","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop - 2/28 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120810":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"80","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Gave KD verbal yes in WS- call after 4pm- 2/28 SW\r\n\r\nLVM 2/29 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120811":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Missed at workshop - 2/28 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120812":{"redcap_data_access_group":"university_of_mich","main_record_id":"25290","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-28","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Gave SW a verbal yes in workshop -\r\nCall around 1:30/2 any day next week- 2/28 SW\r\n","obtain_date":"2024-03-06","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-02","sp_v1_preop_date":"2024-03-29","sp_v2_6wk_date":"2024-05-14","sp_v3_3mo_date":"2024-07-02","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120813":{"redcap_data_access_group":"university_of_mich","main_record_id":"25296","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-28","screening_age":"67","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Gave DH a verbal yes in workshop -\r\nCall after 10am- 2/28 SW\r\n","obtain_date":"2024-03-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-16","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-06-27","sp_v3_3mo_date":"2024-08-16","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120814":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"DH spoke with pt. Maybe- not sure if she can commit - 2/28 SW\r\n\r\nNot comfortable with MRI-3/8SW\r\n\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120815":{"redcap_data_access_group":"university_of_mich","main_record_id":"25287","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-28","screening_age":"48","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Gave SW a verbal yes in workshop -\r\nCall Mondays after 10; Most days are good except Thursdays are good- 2/28 SW\r\n","obtain_date":"2024-03-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-18","sp_v1_preop_date":"2024-04-04","sp_v2_6wk_date":"2024-05-30","sp_v3_3mo_date":"2024-07-18","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"2","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120816":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"SW spoke with pt at workshop. No reason 2/28- SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120817":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke with pt at workshop. No reason 2/28- SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120818":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-28","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"DH spoke with pt at workshop. No reason 2/28- SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120819":{"redcap_data_access_group":"university_of_mich","main_record_id":"25292","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-28","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Gave KD verbal yes in WS- call anytime- 2/28 SW\r\n\r\nConsent in person tmrw before pre-op appt @1:30 -TC3- 3/12 SW","obtain_date":"2024-03-14","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-10","sp_v1_preop_date":"2024-04-05","sp_v2_6wk_date":"2024-05-22","sp_v3_3mo_date":"2024-07-10","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120820":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-29","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt driving but is interested, would like a call back at 2pm today - 2/29 SW\r\n\r\nMRI- claustrophobic -2/29SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120821":{"redcap_data_access_group":"university_of_mich","main_record_id":"25299","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-29","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and wife (who will also be having TKA in future after weight loss, likely won't participate) in clinic. He is interested, but wanted some time to think about it. Asked for a call on Tuesday afternoon 2/29- MD\r\n\r\nPt looked at the materials and would like to participate. He is not yet on the OR schedule and is hoping to hear from them today. I let him know that, as soon as he is on the schedule, we will reach out to get him enrolled. He also has my contact info in case he has any questions. 3/5- MD","obtain_date":"2024-04-01","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-08","sp_v1_preop_date":"2024-04-24","sp_v2_6wk_date":"2024-06-19","sp_v3_3mo_date":"2024-08-08","age":"72","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120822":{"redcap_data_access_group":"university_of_mich","main_record_id":"25291","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-04","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent around 8/9am any day (may have video call 3/8) 3/4 - SW","obtain_date":"2024-03-11","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-15","sp_v1_preop_date":"2024-04-08","sp_v2_6wk_date":"2024-05-27","sp_v3_3mo_date":"2024-07-15","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120824":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"53","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Declined- MRI- 3/7 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120825":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-07","screening_age":"73","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"MD spoke with pt and daughter in clinic. Pt is interested and daughter, who schedules and takes her father to all appointments, is very interested. They asked for some time to think about it and I let then know that we will reach out when they are on the OR schedule. I also gave them my contact info in case they make a decision before then. Pt's wife will be having open heart surgery soon, so they are trying to stagger all of the appointments. 3/7- MD \r\n\r\nSL spoke with pt at workshop. She is very interested, but would like a call in April (11th at the earliest as she will be out of town until then) 11/21- MD\r\n\r\nNot interested in doing anything prior to sx- 4/19 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120826":{"redcap_data_access_group":"university_of_mich","main_record_id":"25306","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-08","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 3/8 SW\r\n\r\nLVM- 3/15 SW\r\n\r\nMD spoke with pt in clinic. Verbal yes and would like a call next week (any day except Monday), anytime from 10-2 to enroll. 4/4- MD","obtain_date":"2024-04-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-01","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-06-12","sp_v3_3mo_date":"2024-08-01","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120827":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-12","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email - 3/12 SW\r\n\r\nSpoke with Pts daughter and she will go through the study info with her mother and we can call back anytime next week - 3/15 ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120828":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-12","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"declined- not interested in research -3/12 SW ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120829":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-12","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"Declined- not a good time","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120830":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Declined JC in workshop 3/13- SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120831":{"redcap_data_access_group":"university_of_mich","main_record_id":"25295","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-13","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"May be interested, wants time to think - wants a call Monday 3/18 - 3/13 SW","obtain_date":"2024-03-20","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-28","sp_v1_preop_date":"2024-03-22","sp_v2_6wk_date":"2024-05-09","sp_v3_3mo_date":"2024-06-28","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120832":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Declined JC in Workshop- 3/13 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120833":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"63","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and husband in clinic. They are likely interested, but wanted to chat about it before making a decision. I let them know that if we do not hear from them, we will give them a call when they are given a DOS 3/14- MD\r\n\r\nDefer until 2nd knee as she has a lot going on health wise - 3/22 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120834":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-13","screening_age":"78","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"KD spoke with pt in workshop, said she is too busy to participate 3/14- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120835":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and son (?) in clinic. Dr. Urquhart said he may not be a good candidate from a socioeconomic standpoint, but wanted me to give him some info. Pt wasn't sure what questions to ask, but said we could call him when he gets on the OR schedule if he ends up being eligible. Of note, mild memory/cognition issues noted in chart, so likely not eligible. Look into more when on OR schedule 3/14-MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120836":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120837":{"redcap_data_access_group":"university_of_mich","main_record_id":"25294","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-15","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 3/15 SW\r\n","obtain_date":"2024-03-19","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-02","sp_v1_preop_date":"2024-03-29","sp_v2_6wk_date":"2024-05-14","sp_v3_3mo_date":"2024-07-02","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120838":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-19","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Not comfortable with RI - 3/19 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120840":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Declined 3/21 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120839":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-20","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 3/20 SW\r\n\r\nWould love to help but it is not a good time - wants to wait until he does his 2nd knee- 3/21 SW\r\n\r\nWants to defer to other knee for timing reasons- 3/21 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120841":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke with pt and wife about our studies. He wanted to think about it and is interested in learning more when he gets on the OR schedule. Of note, he participated in a hernia pain study last year 3/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120842":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-21","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|0","ptinterest_comment":"Does not want to fill out surveys or make extra trips 3/21- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120843":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-22","screening_age":"28","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Consent first week in april ( 2nd - 5th) - out of town before then - 3/22 SW\r\nMust do BL on 4/10 after preop - will email KS today - 3/22 SW\r\nConsent 4/2 @2pm \r\nLVM - 4/2 SW\r\n\r\nJC spoke with pt at workshop. Said it's too far to travel 4/10- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120844":{"redcap_data_access_group":"university_of_mich","main_record_id":"25300","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-28","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consent 10am 3/29 SW\r\n\r\nConsent 10am 4/2","obtain_date":"2024-04-02","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-16","sp_v1_preop_date":"2024-04-10","sp_v2_6wk_date":"2024-05-28","sp_v3_3mo_date":"2024-07-16","age":"73","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-04-16 10:12:52","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Unable to obtain BL bloods at BL visit as pt was coming off of Coumadin and DF team asked for sample to be drawn DOS,","erep_protdev_caplan":"Met pt in pre-op and asked her the pre-blood draw questions. Pre-op RN collected sample for us.","erep_rel_covid19":"0"}}},"120845":{"redcap_data_access_group":"university_of_mich","main_record_id":"25298","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-28","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Consnet 3/29 @1:30/2pm- 3/28 SW","obtain_date":"2024-03-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-25","sp_v1_preop_date":"2024-04-09","sp_v2_6wk_date":"2024-06-06","sp_v3_3mo_date":"2024-07-25","age":"72","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120846":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-28","screening_age":"82","screening_gender":"1","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120847":{"redcap_data_access_group":"university_of_mich","main_record_id":"25304","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-01","screening_age":"72","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email - 4/1 SW","obtain_date":"2024-04-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-24","sp_v1_preop_date":"2024-04-16","sp_v2_6wk_date":"2024-06-05","sp_v3_3mo_date":"2024-07-24","age":"72","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120848":{"redcap_data_access_group":"university_of_mich","main_record_id":"25302","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-03","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"consent 4/4 @1:30 -4/3 SW","obtain_date":"2024-04-04","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-06","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-06-17","sp_v3_3mo_date":"2024-08-06","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120849":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-03","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"Could not LVM, sent recruitment email -4/3 SW\r\n\r\nNot super comfy with MRIs and has a lot going on to get ready for Sx as he is still teaching - 4/8 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120850":{"redcap_data_access_group":"university_of_mich","main_record_id":"25301","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-03","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Seems interested and wants some info sent to him - 4/3 SW\r\n\r\nEmailed back that he is interested - 4/3 SW","obtain_date":"2024-04-03","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-02","sp_v1_preop_date":"2024-04-24","sp_v2_6wk_date":"2024-06-13","sp_v3_3mo_date":"2024-08-02","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"120851":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-04","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"MD spoke to pt in clinic. Declined as she feels it is too involved. Might consider participating if she didn't wait so long to get her knee replaced 4/4- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120852":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"JC spoke with pt at workshop. Pt cannot tolerate MRIs. Excluded 4/10- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120853":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"JC spoke with pt at workshop. He is following up with Derm and, depending on their answer, his surgery may get pushed. He is interested in hearing more, so asked for follow-up in a week 4/10- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120854":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"60","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"DH spoke with pt at workshop. Pt declined d/t time commitments 4/10- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120855":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-12","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Not comfortable with MRIs","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120856":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-12","screening_age":"82","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email- 4/11 SW\r\n","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120857":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-17","screening_age":"78","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"Declined- 4/17 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120858":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-17","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Pt is a bit of a worry wart in general but would like to help future TKAs. Consent 4/18 @8:30- 4/17 SW\r\n\r\n\r\nStarted consent and pt wants to think about it 4/18 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120859":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-17","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email - 4/17 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120860":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-17","screening_age":"55","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email - 4/17 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120861":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-22","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Has a lot of anxiety around surgery already and has declined us for CORK. Wanted to reach out since there are different study tasks. Not able to do MRIs without sedation - declined 4/22 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120862":{"redcap_data_access_group":"university_of_mich","main_record_id":"25311","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-22","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-22","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120130":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-10","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Patient was interested in participating but admitted to claustrophobia. Discussed fMRI in detail and patient stated she could not do fMRI without a sedative (too claustrophobic). Thanked patient for her time and explained she would be excluded since she cannot do the fMRI 10/10 SL. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120174":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke to pt in clinic. Declined because he's too busy with work to commit to participating 11/17- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120603":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-09-27","screening_age":"N/A","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Spoke with pt at workshop, he feels he doesn't have the time to participate/drive to visits 9/27- MD","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120648":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"LVM and sent recruitment email 10/31 SW\r\n\r\nJust not a good time, but would like to be recontacted for her second knee-11/14 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120823":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-04","screening_age":"N/A","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Not a good time and already had her another knee replaced - 3/4 SW","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"120466":{"redcap_data_access_group":"university_of_mich","main_record_id":"25151","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-07-13","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-08-24","sp_v3_3mo_date":"2023-10-13","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-07-05","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt decided to no longer participate as she is still working and would not be able to make it to Ann Arbor for visits 7/5- MD","sp_data_site":"1"},"120000":{"redcap_data_access_group":"university_of_mich","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150001":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt does not know if he is having the surgery due to other medical issues. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150002":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150003":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt lives in Gaylord, too far of a drive ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150004":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"79","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150005":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Pt's husband has cancer and so she has too much to deal with at the moment ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150006":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"75","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"pt said that she would be willing to do surveys but not the in-person visits as they would be too inconvenient. So pt is ineligible. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150007":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"74","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"left pt a voicemail on 8/24/22. Spoke to pt on 8/25/22, he wants to read the consent form and think about it. 8/26/22 pt declined, said he didn't want to deal with it. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150008":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-24","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Pt wants to read the consent form. Will follow-up with her in a few days. 8/26/22 pt declined, does not want to do MRI","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150009":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"78","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"8/26/22 left voicemail. 8/30/2022 left voicemail. pt called back and wants to review consent form. 9/1/2022 pt declined, too many tasks","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150010":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"72","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/26/22 left voicemail. 8/30/2022 left voicemail. 9/7/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150011":{"redcap_data_access_group":"N/A","main_record_id":"25036","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-08-26","screening_age":"54","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/26/22 pt said she wanted to join, e-consent sent. 8/30/2022 left voicemail because pt has not signed consent form. 9/7/2022 e-consent not signed yet, left pt a voicemail to remind her. 9/8/2022 have not heard back from patient, she changed her mind about joining.","obtain_date":"2022-09-29","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-09-29","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Patient said she wanted to participate on the phone but sign the consent form on her own time. She did not sign the consent form for 2 weeks. I called her 3 times over the course of 2 weeks to follow up with her about signing the consent form but she never called me back. I also checked to see if she signed the consent form everyday for 2 weeks and she did not, so I assumed she changed her mind. She signed the consent form 2 days before her surgery. ","sp_data_site":"N/A"},"150012":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-26","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150013":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-30","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/30/2022 left voicemail. 9/7/2022 left voicemail. 9/8/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150014":{"redcap_data_access_group":"N/A","main_record_id":"25014","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":1,"date_of_contact":"2022-08-30","screening_age":"66","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-30","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-15","sp_v1_preop_date":"2022-09-12","sp_v2_6wk_date":"2022-10-27","sp_v3_3mo_date":"2022-12-15","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-11-09 11:54:07","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant's 6 week blood draw happened 4 days outside of their window","erep_protdev_caplan":"Focus on scheduling participants at the beginning of their window just in case they have to reschedule to a later date","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-07-18 11:06:11","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"6 month surveys and 6 month daily surveys were not completed by participant","erep_protdev_caplan":"We will complete a Patient Encounter Form for any reminder calls or scheduling attempts. We will attempt to gather availability for patients at enrollment to assist with scheduling within protocol windows. We will also contact patients just before, or at the beginning of their window to confirm scheduling.","erep_rel_covid19":"0"}}},"150015":{"redcap_data_access_group":"N/A","main_record_id":"25015","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-30","screening_age":"48","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-30","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-15","sp_v1_preop_date":"2022-09-06","sp_v2_6wk_date":"2022-10-27","sp_v3_3mo_date":"2022-12-15","age":"48","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-06-20 12:18:09","erep_ae_date":"2022-12-12","erep_visit_inv":"4","erep_ae_yn":"1","erep_onset_date":"2022-12-12 15:30","erep_resolution_date":"2022-12-12 15:35","erep_ae_severity":"1","erep_ae_relation":"2","erep_ae_serious":"0","erep_ae_desc":"Pt. was experiencing pain while being scanned","erep_action_taken":"The action was we ended the scan early","erep_outcome":"Only T1 and DWI was collected from the participants' 3 month follow up visit","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150016":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"63","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/1/2022 Wanted to initially enroll but changed his mind when he read the consent form ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150017":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/31/2022 patient lost her husband less than a week ago so she does not want to do the study ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150018":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"8/31/2022 tried to leave a voicemail but pt's mailbox is full. 9/7/2022 wants to read consent form and wants to meet me to discuss at her appointment tomorrow","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150019":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/31/2022 left voicemail. 8/31.2022 pt wants to read the consent form and think about it","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150020":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"70","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/31/2022 left voicemail. 9/7/2022 declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150021":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"75","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"8/31/2022 pt was too busy to talk and will call me back another time. 9/7/2022 left voicemail. 9/8/2022 left voicemail. 9/9/2022 pt called back and wants to join the study. 9/12/2022 pt let me know that her surgery date changed to december but she wants to join when she's eligible","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150022":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"83","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/31/2022 left voicemail. 9/7/2022 left voicemail. 9/8/2022 cannot reach patient, voicemail unavailable","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150023":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-08-31","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"8/31/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150024":{"redcap_data_access_group":"N/A","main_record_id":"25016","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-08-31","screening_age":"65","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-08-31","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-29","sp_v1_preop_date":"2022-09-15","sp_v2_6wk_date":"2022-11-09","sp_v3_3mo_date":"2022-12-29","age":"65","sex":"2","genident":"2","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150025":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"75","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"does not want to deal with parking or driving","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150026":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-02","screening_age":"76","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"left voicemail. pt called back and decline, does not want to deal with in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150027":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"59","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/2/2022 left voicemail. Pt called back and declined, does not have time for in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150028":{"redcap_data_access_group":"N/A","main_record_id":"25020","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-02","screening_age":"69","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/2/2022 left voicemail. 9/7/2022 left voicemail. 9/8/2022 left voicemail ","obtain_date":"2022-09-08","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-09-12","sp_v1_preop_date":"2022-09-09","sp_v2_6wk_date":"2022-10-24","sp_v3_3mo_date":"2022-12-12","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150029":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-07","screening_age":"60","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150030":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"56","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150031":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"49","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150032":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-08","screening_age":"70","screening_gender":"N/A","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150033":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 left voicemail. 9/13/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150034":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/9/2022 unable to reach pt, does not have a voicemail. 9/12/2022 declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150035":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"79","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 left voicemail. 9/13/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150036":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"58","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150037":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"75","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150038":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/9/2022 declined, does not want to take a half day off off from work to go to the in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150039":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"76","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150040":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150041":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"48","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/9/2022 declined, does not want to take time off to come for in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150043":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"53","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/9/2022 unable to reach pt, no voicemail. 9/12/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150044":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150045":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"83","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"9/9/2022 left voicemail. 9/12/2022 left voicemail. 9/13/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150046":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/12/2022 left voicemail. 9/12/2022 pt wants to join, will sign the consent form once she is back from vacation ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150047":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150048":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-12","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150049":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/13/2022 declined, does not have time for in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150050":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"79","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/13/2022 declined ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150051":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-13","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/13/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150052":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 pt was too busy to talk and will give me a call later","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150053":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150054":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 unable to reach pt, phone not ringing and no voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150055":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"66","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150056":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"43","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150057":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/14/2022 declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150058":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/14/2022 declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150059":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150060":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"61","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 unable to reach pt, phone not ringing and no voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150061":{"redcap_data_access_group":"N/A","main_record_id":"25025","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-14","screening_age":"74","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-19","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-06","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-11-16","sp_v3_3mo_date":"2023-01-05","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-09-30","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant texted back saying they are no longer able to participate in the study.","sp_data_site":"2"},"150062":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150063":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"71","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/14/2022 declined, does not want to do in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150064":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150065":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"9/15/2022 pt sent me an email to let me know she can't participate","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150066":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-14","screening_age":"74","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/14/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150067":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150068":{"redcap_data_access_group":"N/A","main_record_id":"25026","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-16","screening_age":"74","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-19","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-12","sp_v1_preop_date":"2022-10-07","sp_v2_6wk_date":"2022-11-22","sp_v3_3mo_date":"2023-01-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-10-10","ewprimaryreason":"1","ewdisreasons":"6","ewpireason":"N/A","ewcomments":"After the Participant no showed for their 10/7/22 baseline visit, they called and spoke with Tamera Burnett letting her know he would like to be removed from the study.","sp_data_site":"2"},"150069":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-16","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/16/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150070":{"redcap_data_access_group":"N/A","main_record_id":"25027","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-19","screening_age":"73","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-19","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-06","sp_v1_preop_date":"2022-09-23","sp_v2_6wk_date":"2022-11-16","sp_v3_3mo_date":"2023-01-05","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150071":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-19","screening_age":"76","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150072":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"54","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/20/2022 no voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150073":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150074":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"76","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150075":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/20/2022 phone not ringing","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150076":{"redcap_data_access_group":"N/A","main_record_id":"25030","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-20","screening_age":"59","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-22","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-11-02","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"2","ewcomments":"The patient scheduled a 2nd knee replacement surgery in a little over a month after her 1st knee replacement surgery. Therefore she is no longer eligible to continue her participation. ","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-10-28 11:28:10","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Participant is continuing with the study. ","erep_outcome":"The study team was screening patients for Dr. Charters via normal protocols, but did not realize that 4 of the patients had procedures at a Henry Ford site (West Bloomfield) that was not listed on the cIRB until they were asked to do some data review. Once the issue was identified recruitment of any patients from this site ceased and the CCC was notified. To correct this, West Bloomfield was added to the cIRB and a deviation was completed for the 5 patients that were recruited. Moving forward, the study team will closely follow where patients procedures are being performed in addition to the surgeon to ensure that they are only at sites listed in the cIRB.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150077":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/20/2022 pt in appointment, wants me to call her back in 30 mins. 9/20/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150078":{"redcap_data_access_group":"N/A","main_record_id":"25029","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-20","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/20/2022 left voicemail","obtain_date":"2022-09-20","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-11","sp_v1_preop_date":"2022-09-28","sp_v2_6wk_date":"2022-11-21","sp_v3_3mo_date":"2023-01-10","age":"68","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-10-28 11:29:06","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Participant is continuing with the study. ","erep_outcome":"The study team was screening patients for Dr. Charters via normal protocols, but did not realize that 5 of the patients had procedures at a Henry Ford site (West Bloomfield) that was not listed on the cIRB until they were asked to do some data review. Once the issue was identified recruitment of any patients from this site ceased and the CCC was notified. To correct this, West Bloomfield was added to the cIRB and a deviation was completed for the 4 patients that were recruited. Moving forward, the study team will closely follow where patients procedures are being performed in addition to the surgeon to ensure that they are only at sites listed in the cIRB.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-12-16 09:46:49","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant had to cancel their original appointment due to COVID. By the time they came in they were 17 days outside their window.","erep_protdev_caplan":"","erep_rel_covid19":"1"}}},"150079":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-20","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"9/20/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150080":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-21","screening_age":"82","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/21/2022 left voicemail. 9/28/2022 called me back and left me a voicemail saying she was interested in hearing about the study. I tried to call her back but it went to voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150081":{"redcap_data_access_group":"N/A","main_record_id":"25031","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-21","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-22","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150082":{"redcap_data_access_group":"N/A","main_record_id":"25032","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-09-21","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-22","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-18","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-11-28","sp_v3_3mo_date":"2023-01-17","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-09-30 12:02:14","erep_ae_date":"2022-09-29","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-09-29 13:15","erep_resolution_date":"2022-09-29 13:18","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"Patient become claustrophobic once in the MRI machine. Patient was put into the scanner but as soon she was fully in she said \"I can't do this.\" Patient was too anxious to continue and no scans were completed. Patient was anxious as appointment about fMRI. Staff talked to her and told her exactly how it would go. Patient stated she was willing to try it (staff offered for her not to go to MRI). ","erep_action_taken":"Patient did not ask to withdraw or discontinue participation. Patient stated she will do all other study procedures. Patient felt bad she was too claustrophobic to do MRI. Staff assumed her it was ok. ","erep_outcome":"Patient will continue with study but will not image at 3mo visit. ","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2022-10-28 11:26:45","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Participant is continuing with the study. ","erep_outcome":"The study team was screening patients for Dr. Charters via normal protocols, but did not realize that 5 of the patients had procedures at a Henry Ford site (West Bloomfield) that was not listed on the cIRB until they were asked to do some data review. Once the issue was identified recruitment of any patients from this site ceased and the CCC was notified. To correct this, West Bloomfield was added to the cIRB and a deviation was completed for the 4 patients that were recruited. Moving forward, the study team will closely follow where patients procedures are being performed in addition to the surgeon to ensure that they are only at sites listed in the cIRB.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150083":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"78","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"does not want to do in-person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150084":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"9/23/2022 declined","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150085":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-23","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Will be in Florida when 3 month follow up with occur","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150086":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"68","screening_gender":"N/A","screening_race":"6","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/28/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150087":{"redcap_data_access_group":"N/A","main_record_id":"25037","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-09-28","screening_age":"70","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-09-29","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-12","sp_v1_preop_date":"2022-10-11","sp_v2_6wk_date":"2022-11-22","sp_v3_3mo_date":"2023-01-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-10-12","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Pt was a no-show to their baseline visit on 10/11/2022 and DOS was 10/12/2022.","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-01-31 12:55:52","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Participant was withdrawn from the study on 10/12/2022","erep_outcome":"The study team was screening patients for Dr. Charters via normal protocols, but did not realize that 5 of the patients had procedures at a Henry Ford site (West Bloomfield) that was not listed on the cIRB until they were asked to do some data review. Once the issue was identified recruitment of any patients from this site ceased and the CCC was notified. To correct this, West Bloomfield was added to the cIRB and a deviation was completed for the 5 patients that were recruited. Moving forward, the study team will closely follow where patients procedures are being performed in addition to the surgeon to ensure that they are only at sites listed in the cIRB.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150088":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/28/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150089":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"78","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/28/2022 not interested in in-person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150090":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"does not have the time for in person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150091":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"55","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/28/2022 left voicemail","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150092":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"9/28/2022 voicemail full","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150093":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-28","screening_age":"73","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150094":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150095":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"63","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150096":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"67","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150097":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"79","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150098":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"does not want to do in-person visits","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150099":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"60","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150100":{"redcap_data_access_group":"N/A","main_record_id":"25039","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-03","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-03","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-24","sp_v1_preop_date":"2022-10-07","sp_v2_6wk_date":"2022-12-04","sp_v3_3mo_date":"2023-01-23","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2022-10-28 11:23:42","erep_ae_date":"","erep_visit_inv":"1","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"Participant is continuing with the study. ","erep_outcome":"The study team was screening patients for Dr. Charters via normal protocols, but did not realize that 4 of the patients had procedures at a Henry Ford site (West Bloomfield) that was not listed on the cIRB until they were asked to do some data review. Once the issue was identified recruitment of any patients from this site ceased and the CCC was notified. To correct this, West Bloomfield was added to the cIRB and a deviation was completed for the 4 patients that were recruited. Moving forward, the study team will closely follow where patients procedures are being performed in addition to the surgeon to ensure that they are only at sites listed in the cIRB.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150101":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"59","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150102":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-03","screening_age":"76","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150103":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"71","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150104":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"74","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150105":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150106":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150107":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"69","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150108":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-05","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150109":{"redcap_data_access_group":"N/A","main_record_id":"25041","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-06","screening_age":"52","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-07","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-10-26","sp_v1_preop_date":"2022-10-18","sp_v2_6wk_date":"2022-12-06","sp_v3_3mo_date":"2023-01-25","age":"52","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150110":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150111":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"75","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150112":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"60","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150113":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"74","screening_gender":"N/A","screening_race":"5","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150114":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-06","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150115":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"53","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150116":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"73","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150117":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"69","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150118":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-07","screening_age":"71","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150119":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"74","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150120":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"57","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150121":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"57","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"Does not wish to complete many surveys. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150122":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-18","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150123":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150124":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-20","screening_age":"59","screening_gender":"N/A","screening_race":"6","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150125":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"59","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150126":{"redcap_data_access_group":"N/A","main_record_id":"25045","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-10-26","screening_age":"71","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-10-31","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-10","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2022-12-22","sp_v3_3mo_date":"2023-02-09","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2022-11-04","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt. said they did not want to do any parts of the study until a month after their surgery so they decided to withdraw","sp_data_site":"2"},"150127":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"53","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150128":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"56","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150129":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"58","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150130":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-26","screening_age":"65","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"the time required for the in-person appointments is too long ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150131":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"in person appointments are too much ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150132":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"59","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150133":{"redcap_data_access_group":"N/A","main_record_id":"25048","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-10-27","screening_age":"56","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-03","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-17","sp_v1_preop_date":"2022-11-07","sp_v2_6wk_date":"2022-12-29","sp_v3_3mo_date":"2023-02-16","age":"56","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150134":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"62","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4|2","ptinterest_comment":"Compensation insufficient for the amount of time the study takes. Not interested in in-person appointments ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150135":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150136":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"80","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150137":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"68","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150138":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150139":{"redcap_data_access_group":"N/A","main_record_id":"25047","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-10-27","screening_age":"65","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-01","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-21","sp_v1_preop_date":"2022-11-14","sp_v2_6wk_date":"2023-01-02","sp_v3_3mo_date":"2023-02-20","age":"65","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150140":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Locations were too far for patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150141":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Locations were too far for the patient. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150142":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-10-27","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"2","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150143":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-03","screening_age":"70","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150144":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150145":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"70","screening_gender":"N/A","screening_race":"3","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150146":{"redcap_data_access_group":"N/A","main_record_id":"25055","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-14","screening_age":"54","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-15","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-11-29","sp_v1_preop_date":"2022-11-21","sp_v2_6wk_date":"2023-01-10","sp_v3_3mo_date":"2023-02-28","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150147":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150148":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150149":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"60","screening_gender":"N/A","screening_race":"1","screening_ethnicity":"2","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150150":{"redcap_data_access_group":"N/A","main_record_id":"25052","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-07","screening_age":"70","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-09","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-05","sp_v1_preop_date":"2022-11-29","sp_v2_6wk_date":"2023-01-16","sp_v3_3mo_date":"2023-03-06","age":"70","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150151":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"58","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150152":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"62","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150153":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"55","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150154":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150155":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"56","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150156":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"53","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150157":{"redcap_data_access_group":"N/A","main_record_id":"25050","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-07","screening_age":"60","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-08","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-19","sp_v1_preop_date":"2022-12-02","sp_v2_6wk_date":"2023-01-30","sp_v3_3mo_date":"2023-03-20","age":"N/A","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2022-12-12 09:25:01","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"5","erep_protdev_desc":"Participant only completed T1 and DWI because the scanner was too loud.","erep_protdev_caplan":"Verified with scan tech that ear plugs were used.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-04-24 07:24:10","erep_ae_date":"","erep_visit_inv":"4","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant had to reschedule so ended up coming in 19 days after the end of their 3-month window","erep_protdev_caplan":"Will schedule participants on the front end of their window in case they have to reschedule","erep_rel_covid19":"0"},"3":{"erep_local_dtime":"2023-06-20 12:25:44","erep_ae_date":"2022-12-08","erep_visit_inv":"2","erep_ae_yn":"1","erep_onset_date":"2022-12-08 13:45","erep_resolution_date":"2022-12-08 13:46","erep_ae_severity":"1","erep_ae_relation":"1","erep_ae_serious":"0","erep_ae_desc":"MRI noise was too loud for the ppt to continue the scan","erep_action_taken":"Removed participant from the scanner and did not collect scans after T1 & DWI","erep_outcome":"Participant was only able to complete T1 & DWI during their baseline visit. Verified with scan tech that ear plugs were used.","erep_prot_dev":"0","erep_protdev_type":"","erep_protdev_desc":"","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150158":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"75","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150159":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"60","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150160":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150161":{"redcap_data_access_group":"N/A","main_record_id":"25051","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-08","screening_age":"59","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-09","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-03","sp_v1_preop_date":"2022-11-16","sp_v2_6wk_date":"2023-02-14","sp_v3_3mo_date":"2023-04-03","age":"59","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-01-03 13:07:23","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Baseline visit was 6 days prior to the start of the visit timeline. The visit took place on 11/16/2022 and their surgery is 1/3/2023.","erep_protdev_caplan":"We were able to reschedule them to come in and repeat measures, but it was right before our holiday closure and a winter storm closed down campus. Given the bad weather this time of year, we will build in a buffer time period for a reschedule if needed.","erep_rel_covid19":"0"}}},"150162":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-07","screening_age":"53","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150163":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"63","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150164":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"66","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150165":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"75","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150166":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150167":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150168":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"66","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150169":{"redcap_data_access_group":"N/A","main_record_id":"25053","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-09","screening_age":"50","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-10","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-07","sp_v1_preop_date":"2022-12-05","sp_v2_6wk_date":"2023-01-18","sp_v3_3mo_date":"2023-03-08","age":"50","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-01-12 13:07:02","erep_ae_date":"","erep_visit_inv":"6","erep_ae_yn":"0","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"3","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"The patient is able to continue participation in the study.","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"The participant had a knee replacement surgery on her left knee on 12/7/2022. The patient is scheduled for another knee replacement surgery on her right knee on 2/8/2023. Therefore, she is getting another knee replacement surgery less than 3 months after her first one. ","erep_protdev_caplan":"","erep_rel_covid19":"0"}}},"150170":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"58","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150171":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-09","screening_age":"55","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150172":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150173":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"62","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150174":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"81","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150175":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150176":{"redcap_data_access_group":"N/A","main_record_id":"25059","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-16","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-29","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-06","sp_v1_preop_date":"2022-12-05","sp_v2_6wk_date":"2023-01-17","sp_v3_3mo_date":"2023-03-07","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150177":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"52","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150178":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"62","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150179":{"redcap_data_access_group":"N/A","main_record_id":"25057","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-11-16","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-16","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-01","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-01-12","sp_v3_3mo_date":"2023-03-02","age":"74","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150180":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"70","screening_gender":"N/A","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150181":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"59","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150182":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150183":{"redcap_data_access_group":"N/A","main_record_id":"25056","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2022-11-16","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-11-16","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2022-12-14","sp_v1_preop_date":"2022-12-09","sp_v2_6wk_date":"2023-01-25","sp_v3_3mo_date":"2023-03-15","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-04 11:06:12","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt was not enrolled in MDH prior to DOS and therefore did not complete any baseline surveys.","erep_protdev_caplan":"Got patient enrolled in MDH after surgery. Re-sent Demographics 1 and 2 from baseline surveys. Pt completed them on 3/10/23.","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-07-18 12:17:50","erep_ae_date":"","erep_visit_inv":"5","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt. did not complete their 6M daily surveys","erep_protdev_caplan":"We will complete a Patient Encounter Form for any reminder calls or scheduling attempts. We will attempt to gather availability for patients at enrollment to assist with scheduling within protocol windows. We will also contact patients just before, or at the beginning of their window to confirm scheduling.","erep_rel_covid19":"0"}}},"150184":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"72","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150185":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"81","screening_gender":"N/A","screening_race":"5","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150186":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"56","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150187":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"65","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150188":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"44","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150189":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150190":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"46","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150191":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"67","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150192":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"59","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150193":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150194":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-16","screening_age":"78","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150195":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150196":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"79","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150197":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150198":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"65","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150199":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150200":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"63","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150201":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150202":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150203":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"76","screening_gender":"N/A","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150204":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150205":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150206":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"62","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150207":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-11-17","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150208":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"locations are too far ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150209":{"redcap_data_access_group":"N/A","main_record_id":"25067","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2022-12-05","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-09","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-03","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-02-14","sp_v3_3mo_date":"2023-04-03","age":"73","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150210":{"redcap_data_access_group":"N/A","main_record_id":"25063","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-05","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-06","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-09","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-02-20","sp_v3_3mo_date":"2023-04-09","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"2023-01-03","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant said he didn't have enough energy to continue with the study and asked to be withdrawn.","sp_data_site":"2"},"150211":{"redcap_data_access_group":"N/A","main_record_id":"25075","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2022-12-05","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2022-12-20","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-10","sp_v1_preop_date":"2022-08-12","sp_v2_6wk_date":"2023-02-21","sp_v3_3mo_date":"2023-04-10","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-01-03","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Participant said they were unable to participate in the study.","sp_data_site":"2"},"150212":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"68","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150213":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"78","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150214":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-05","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150215":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"63","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150216":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150217":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"76","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150218":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"50","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150219":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-06","screening_age":"77","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"does not want to travel","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150220":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"57","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150221":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150223":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"62","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150224":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150225":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150226":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"77","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150227":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"75","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150228":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"75","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150229":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150230":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150231":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150232":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"81","screening_gender":"1","screening_race":"4","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150233":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"83","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150234":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"64","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"0","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150235":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150236":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"72","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150237":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"71","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150238":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"66","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150239":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"63","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150240":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"67","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150241":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"75","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150242":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-15","screening_age":"52","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150243":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"59","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150244":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"82","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150245":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150246":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"50","screening_gender":"1","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150247":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150248":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150249":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150250":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150251":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-05","screening_age":"81","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150252":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150253":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"81","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"patient does not have an email address.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150254":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150255":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150256":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"70","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150257":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150258":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150259":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150260":{"redcap_data_access_group":"N/A","main_record_id":"25082","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-10","screening_age":"56","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-12","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-02","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-03-16","sp_v3_3mo_date":"2023-05-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-01-24","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"Pt was difficult to reach to go through MRI screening form. When we did reach her, she said that she could no longer come in for any visit prior to surgery. She had not yet been enrolled in MyDataHelps (no surveys completed).","sp_data_site":"1"},"150261":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"2","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150262":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"61","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150263":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150264":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-10","screening_age":"64","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150265":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"76","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150266":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150267":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150268":{"redcap_data_access_group":"N/A","main_record_id":"25080","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-12","screening_age":"54","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-12","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-08","sp_v1_preop_date":"2023-01-23","sp_v2_6wk_date":"2023-04-19","sp_v3_3mo_date":"2023-06-08","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150269":{"redcap_data_access_group":"N/A","main_record_id":"25081","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-01-12","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-12","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-01-26","sp_v1_preop_date":"2023-01-17","sp_v2_6wk_date":"2023-03-09","sp_v3_3mo_date":"2023-04-26","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150270":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-01-12","screening_age":"80","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150271":{"redcap_data_access_group":"N/A","main_record_id":"25083","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-01-12","screening_age":"79","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-01-13","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-02","sp_v1_preop_date":"2023-01-27","sp_v2_6wk_date":"2023-03-16","sp_v3_3mo_date":"2023-05-02","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-01-24","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"The participant said they no longer wanted to be in the study because it was too difficult to make the long drive for in-person sessions.","sp_data_site":"2"},"150272":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150273":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150274":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150275":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150276":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150277":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-09","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150278":{"redcap_data_access_group":"N/A","main_record_id":"25095","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-02-09","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-02-13","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-02-23","sp_v1_preop_date":"2023-02-17","sp_v2_6wk_date":"2023-04-06","sp_v3_3mo_date":"2023-05-23","age":"75","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-02-28 12:02:46","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Patient completed the baseline surveys on the day of surgery. ","erep_protdev_caplan":"Patient was reminded to complete online surveys before procedure. Will make sure that patients understand when baseline surveys are due, and that due date listed on MDH app is automatically generated and not always correct. Will continue reminder calls to ask patients to complete baseline surveys. ","erep_rel_covid19":"0"},"2":{"erep_local_dtime":"2023-04-17 09:00:57","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"2","erep_protdev_desc":"Only 3 aliquots of plasma collected because of a slow draw and participant unwilling to have a 2nd attempt.","erep_protdev_caplan":"We will continue to remind participants to stay very hydrated prior to blood draws.","erep_rel_covid19":"0"}}},"150279":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150280":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150281":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"79","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150282":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150283":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150284":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"74","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150285":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150286":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-02-15","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150287":{"redcap_data_access_group":"N/A","main_record_id":"25112","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-02","screening_age":"72","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-16","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-21","sp_v1_preop_date":"2023-03-20","sp_v2_6wk_date":"2023-05-02","sp_v3_3mo_date":"2023-06-21","age":"72","sex":"1","genident":"1","ethnic":"4","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2023-03-22 08:57:49","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete all baseline surveys prior to surgery. We re-sent the 2 he missed (Demographics 2 and SCQ) on the morning of his surgery.","erep_protdev_caplan":"Pt completed the 2 missed surveys the same day (but after) his surgery.","erep_rel_covid19":"0"}}},"150288":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150289":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150290":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150291":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150292":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150293":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150294":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150295":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"84","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150296":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-02","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150297":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-08","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150298":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-08","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Patient no longer wishes to participate. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150299":{"redcap_data_access_group":"N/A","main_record_id":"25105","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-08","screening_age":"74","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-09","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-28","sp_v1_preop_date":"2023-03-20","sp_v2_6wk_date":"2023-05-09","sp_v3_3mo_date":"2023-06-28","age":"74","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150300":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"53","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150301":{"redcap_data_access_group":"N/A","main_record_id":"25107","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-09","screening_age":"53","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-10","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-30","sp_v1_preop_date":"2023-03-28","sp_v2_6wk_date":"2023-05-11","sp_v3_3mo_date":"2023-06-30","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-05 11:59:05","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete all baseline surveys prior to surgery.","erep_protdev_caplan":"Re-sent Demographics 2 survey to patient who completed it on 4/4/23.","erep_rel_covid19":"0"}}},"150302":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150303":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150304":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"54","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150305":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"69","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150306":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"49","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150307":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"63","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150308":{"redcap_data_access_group":"N/A","main_record_id":"25109","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":1,"date_of_contact":"2023-03-09","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-13","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-03-30","sp_v1_preop_date":"2023-03-24","sp_v2_6wk_date":"2023-05-11","sp_v3_3mo_date":"2023-06-30","age":"54","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-04-05 12:01:08","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"7","erep_protdev_desc":"Pt did not complete all baseline surveys prior to surgery.","erep_protdev_caplan":"Re-sent Demographics 2 and patient completed the survey on 4/4/2023.","erep_rel_covid19":"0"}}},"150309":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150310":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Patient stated that they were too busy to participate in the study. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150311":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150312":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"83","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150313":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150314":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"78","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150315":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-03-09","screening_age":"56","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150316":{"redcap_data_access_group":"N/A","main_record_id":"25110","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-03-15","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-03-15","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-04-05","sp_v1_preop_date":"2023-03-17","sp_v2_6wk_date":"2023-05-17","sp_v3_3mo_date":"2023-07-05","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-04-03","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150317":{"redcap_data_access_group":"N/A","main_record_id":"25134","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-12","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-15","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-01","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-13","sp_v3_3mo_date":"2023-09-01","age":"66","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2023-06-29 16:45:01","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt did not enroll in MDH prior to DOS and therefore did not complete any baseline surveys.","erep_protdev_caplan":"The patient enrolled in MDH after surgery. We sent the patient their baseline demographics 1 and 2 surveys on 6/28/23. The patient completed the surveys the same day.","erep_rel_covid19":"0"}}},"150318":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"52","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"4|3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150319":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"78","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150320":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-12","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150321":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"72","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150322":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"64","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150323":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"5/16/2023 patient was interested in participating but is planning on having a 2nd knee replacement surgery within 3 months as they are in pain. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150324":{"redcap_data_access_group":"N/A","main_record_id":"25136","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-16","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-19","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-06","sp_v1_preop_date":"2023-06-01","sp_v2_6wk_date":"2023-07-18","sp_v3_3mo_date":"2023-09-06","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150325":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"73","screening_gender":"1","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150326":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"49","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150327":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150328":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"81","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150329":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150330":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"75","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150331":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"59","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150332":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150333":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-05-16","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150335":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"64","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150336":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150337":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"45","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150338":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150339":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150340":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150341":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150342":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"59","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150343":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"43","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150344":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150345":{"redcap_data_access_group":"N/A","main_record_id":"25152","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-07","screening_age":"57","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-21","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-27","sp_v1_preop_date":"2023-06-26","sp_v2_6wk_date":"2023-08-08","sp_v3_3mo_date":"2023-09-27","age":"57","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150346":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150347":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-07","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150348":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150349":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150350":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150351":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"70","screening_gender":"1","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150352":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"51","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150353":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"68","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150354":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150355":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150356":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150357":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150358":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"55","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150359":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"72","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150360":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"76","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150361":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150362":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"39","screening_gender":"2","screening_race":"1","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150363":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150364":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"76","screening_gender":"2","screening_race":"5","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150365":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150366":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-08","screening_age":"50","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150367":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-12","screening_age":"75","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150369":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150370":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"46","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150371":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"62","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150372":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150373":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"68","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150374":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"70","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150375":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"63","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150376":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"73","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150377":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150378":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"80","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"The patient initially wanted to participate but changed her mind once she found out her whole body would be in the MRI. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150379":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-19","screening_age":"74","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150380":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"51","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150381":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"50","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150382":{"redcap_data_access_group":"N/A","main_record_id":"25147","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-20","screening_age":"69","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-20","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-10","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-09-21","sp_v3_3mo_date":"2023-11-10","age":"69","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150383":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"58","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150384":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"65","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150385":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"63","screening_gender":"N/A","screening_race":"0","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150386":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"49","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150387":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"52","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150388":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"75","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150389":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"51","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150390":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"53","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150391":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"76","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150392":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"71","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150393":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-20","screening_age":"58","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150394":{"redcap_data_access_group":"N/A","main_record_id":"25153","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-06-21","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-06-22","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-08-08","sp_v1_preop_date":"2023-07-07","sp_v2_6wk_date":"2023-09-19","sp_v3_3mo_date":"2023-11-08","age":"63","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150395":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-05","screening_age":"59","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150396":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left on 10/6. Will try again Monday","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150397":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"75","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150398":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"80","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Unable to participate due to family related medical issues resulting in him caring for them. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"0","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150399":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"61","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left on 10/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150400":{"redcap_data_access_group":"N/A","main_record_id":"25191","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-06","screening_age":"68","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Reviewing e consent with wife and will get back on Monday","obtain_date":"2023-10-09","date_and_time":"2023-10-09 13:43","consent_process_form_complete":"1","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-09","sp_v1_preop_date":"2023-10-20","sp_v2_6wk_date":"2023-12-21","sp_v3_3mo_date":"2024-02-08","age":"69","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150401":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"76","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left on 10/6","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150402":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"67","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Planning on rescheduling surgery for the following year. ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150403":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"69","screening_gender":"1","screening_race":"1","screening_ethnicity":"2","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/6/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150404":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-06","screening_age":"74","screening_gender":"2","screening_race":"2","screening_ethnicity":"0","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"VM left 10/6/23\r\ncalled back 10/12- not interested ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150405":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"73","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sending consent to patient for review and will reach back with questions if he has any.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150406":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"72","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150407":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-18","screening_age":"63","screening_gender":"2","screening_race":"0","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Will call back on the week of 10/16-10/20","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150408":{"redcap_data_access_group":"N/A","main_record_id":"25192","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-09","screening_age":"71","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-10","date_and_time":"2023-10-11 13:07","consent_process_form_complete":"1","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-13","sp_v1_preop_date":"2023-10-30","sp_v2_6wk_date":"2023-12-25","sp_v3_3mo_date":"2024-02-12","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-01-11 06:26:43","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to have pt come in during her 6W BD window due to holidays and team availability.","erep_protdev_caplan":"Pt came in 2 days past her window for her 6W BD.","erep_rel_covid19":"0"}}},"150409":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Spoke to pt, asked for info and plans to call back later","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150410":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150411":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"54","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150412":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"60","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150413":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150414":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"51","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left on 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150415":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"51","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150416":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"43","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left on 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150417":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150418":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150419":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"59","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Reach out 10/12/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150420":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"No answer- screening service blocked call from going through ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150421":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150422":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150423":{"redcap_data_access_group":"N/A","main_record_id":"25211","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-09","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"WSU","obtain_date":"2023-10-27","date_and_time":"2023-10-27 09:47","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-20","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2024-01-01","sp_v3_3mo_date":"2024-02-19","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-11-29","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150424":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"60","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150425":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"51","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150426":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150427":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150428":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sending E consent to gauge interest ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150429":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"60","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/11/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150430":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"prefers WSU\r\nCalled again on 10/23/2023, has not looked at consent,","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150431":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"65","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10-11-2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150432":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"63","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10-11-23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150433":{"redcap_data_access_group":"N/A","main_record_id":"25222","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-11","screening_age":"68","screening_gender":"1","screening_race":"1","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"11/21/23 Told me he will have it signed by the weekend.","obtain_date":"2023-11-27","date_and_time":"2023-11-27 12:13","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-07","sp_v1_preop_date":"2023-11-30","sp_v2_6wk_date":"2024-01-18","sp_v3_3mo_date":"2024-03-08","age":"58","sex":"1","genident":"1","ethnic":"4","dem_race":"7","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150434":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"61","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150439":{"redcap_data_access_group":"N/A","main_record_id":"25199","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-12","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-12","date_and_time":"2023-10-12 13:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-21","sp_v1_preop_date":"2023-10-23","sp_v2_6wk_date":"2024-01-02","sp_v3_3mo_date":"2024-02-21","age":"N/A","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150444":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150445":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"58","screening_gender":"1","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150446":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"64","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"VM left 10/13 following up ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150447":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150448":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Asked to call back at later date ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150449":{"redcap_data_access_group":"N/A","main_record_id":"25200","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-12","screening_age":"58","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"WSU","obtain_date":"2023-10-12","date_and_time":"2023-10-12 12:52","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-22","sp_v1_preop_date":"2023-11-16","sp_v2_6wk_date":"2024-01-03","sp_v3_3mo_date":"2024-02-21","age":"58","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150450":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150451":{"redcap_data_access_group":"N/A","main_record_id":"25203","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"67","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"2023-10-16 11:49","consent_process_form_complete":"1","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-13","sp_v1_preop_date":"2023-11-02","sp_v2_6wk_date":"2023-12-25","sp_v3_3mo_date":"2024-02-12","age":"67","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2024-01-05 08:35:14","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Participant was originally scheduled for 12/18, but rescheduled to 1/3 which was 2 days outside of their 6-week window.","erep_protdev_caplan":"We will attempt to schedule participants at the beginning of their session window just in case they have to be rescheduled. ","erep_rel_covid19":"0"}}},"150452":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"Sent E consent to look over, will talk on 10/16 to gauge interest.","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150453":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150454":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"75","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left VM 10/13/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150455":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"58","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left VM 10/13/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150456":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"62","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left VM 10/13/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150457":{"redcap_data_access_group":"N/A","main_record_id":"25201","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"49","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-13","date_and_time":"2023-10-13 13:39","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-13","sp_v1_preop_date":"2023-11-07","sp_v2_6wk_date":"2023-12-25","sp_v3_3mo_date":"2024-02-12","age":"49","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1","adverse_effects":{"1":{"erep_local_dtime":"2024-01-11 06:24:03","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"We were unable to get the pt in for his 6W BD within window due to the holidays and team availability.","erep_protdev_caplan":"Pt came in one day past his window for his 6W BD.","erep_rel_covid19":"0"}}},"150458":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"68","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150459":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"Can't commit to this time due to family health concerns","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150460":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"67","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"VM left 10-13-23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150461":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150462":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-13","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150463":{"redcap_data_access_group":"N/A","main_record_id":"25202","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-16","date_and_time":"2023-10-17 13:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2023-12-04","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150467":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-16","screening_age":"68","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150469":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"friday 27 oct and friday 10th nov wayne ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150470":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-17","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150471":{"redcap_data_access_group":"N/A","main_record_id":"25206","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-18","screening_age":"71","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-18","date_and_time":"2023-10-18 11:17","consent_process_form_complete":"1","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-21","sp_v1_preop_date":"2023-11-09","sp_v2_6wk_date":"2024-01-02","sp_v3_3mo_date":"2024-02-20","age":"71","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150468":{"redcap_data_access_group":"N/A","main_record_id":"25205","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"68","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"meeting in person, 10/17/2023\r\nCONSENTED IN PERSON 10/17/2023","obtain_date":"2023-10-17","date_and_time":"2023-10-17 15:51","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-18","sp_v1_preop_date":"2023-12-13","sp_v2_6wk_date":"2024-01-29","sp_v3_3mo_date":"2024-03-18","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-12-18","ewprimaryreason":"3","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"Patient did not show to baseline appt and none of the study teams have been able to reach pt.","sp_data_site":"2"},"150436":{"redcap_data_access_group":"N/A","main_record_id":"25214","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-24","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"voicemail left 10/11\r\nEmailed consent on 10/25/2023\r\nPrefers WSU","obtain_date":"2023-11-06","date_and_time":"2023-11-06 12:07","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-20","sp_v1_preop_date":"2023-11-13","sp_v2_6wk_date":"2024-01-01","sp_v3_3mo_date":"2024-02-19","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150472":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-23","screening_age":"80","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150473":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"63","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150474":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"83","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"left voicemail 10/25/2023\r\nEmailed consent 10/27/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150476":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"left voicemail (10/25/2023)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150479":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"81","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"2","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150481":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150482":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150483":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150484":{"redcap_data_access_group":"N/A","main_record_id":"25213","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-25","screening_age":"68","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"WSU ","obtain_date":"2023-10-27","date_and_time":"2023-10-27 14:28","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-07","sp_v1_preop_date":"2023-11-28","sp_v2_6wk_date":"2024-01-18","sp_v3_3mo_date":"2024-03-08","age":"68","sex":"1","genident":"1","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150485":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-26","screening_age":"69","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150464":{"redcap_data_access_group":"N/A","main_record_id":"25210","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-10-13","screening_age":"47","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-10-26","date_and_time":"2023-10-26 09:33","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-11-10","sp_v1_preop_date":"2023-11-01","sp_v2_6wk_date":"2023-12-22","sp_v3_3mo_date":"2024-02-09","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"2023-10-31","ewprimaryreason":"2","ewdisreasons":"N/A","ewpireason":"3","ewcomments":"N/A","sp_data_site":"1"},"150486":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-27","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150487":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"52","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Would prefer Wayne State","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150488":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"61","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150489":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150490":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-08","screening_age":"57","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150491":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"58","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150492":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"45","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150493":{"redcap_data_access_group":"N/A","main_record_id":"25217","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-10","screening_age":"67","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Prefers WSU","obtain_date":"2023-11-10","date_and_time":"2023-11-14 07:50","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-15","sp_v1_preop_date":"2024-01-08","sp_v2_6wk_date":"2024-02-26","sp_v3_3mo_date":"2024-04-15","age":"67","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2024-01-16 10:31:08","erep_ae_date":"","erep_visit_inv":"2","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt emailed over the weekend (1/14) that her 1/11 DOS was changed to 1/15. She had already completed her Expectation Items, but it would be outside of the allowed window. ","erep_protdev_caplan":"We saw the email on the morning of 1/15 and re-sent the Expectation Items. Pt re-completed the Expectation Items survey, but it was the day after her surgery.","erep_rel_covid19":"0"}}},"150494":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"60","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150495":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"75","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5|4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150496":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-10","screening_age":"73","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150497":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150498":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150499":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"71","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150500":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"63","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150501":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-15","screening_age":"77","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"4","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150502":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-16","screening_age":"65","screening_gender":"1","screening_race":"2","screening_ethnicity":"0","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150503":{"redcap_data_access_group":"N/A","main_record_id":"25225","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"62","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-04","date_and_time":"2023-12-04 09:44","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-14","sp_v1_preop_date":"2023-12-11","sp_v2_6wk_date":"2024-01-25","sp_v3_3mo_date":"2024-03-14","age":"62","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150504":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-21","screening_age":"70","screening_gender":"2","screening_race":"4","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150505":{"redcap_data_access_group":"N/A","main_record_id":"25221","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"66","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-11-27","date_and_time":"2023-11-27 11:53","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-12-22","sp_v1_preop_date":"2023-12-08","sp_v2_6wk_date":"2024-02-02","sp_v3_3mo_date":"2024-03-22","age":"66","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150506":{"redcap_data_access_group":"N/A","main_record_id":"25227","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-11-21","screening_age":"71","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-05","date_and_time":"2023-12-05 09:42","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-05","sp_v1_preop_date":"2023-12-14","sp_v2_6wk_date":"2024-02-16","sp_v3_3mo_date":"2024-04-05","age":"71","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150507":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-29","screening_age":"53","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150508":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-12-20","screening_age":"82","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150509":{"redcap_data_access_group":"N/A","main_record_id":"25247","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2023-12-21","screening_age":"67","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-12-21","date_and_time":"2023-12-21 12:17","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-01-12","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-02-23","sp_v3_3mo_date":"2024-04-12","age":"67","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"2024-01-11","ewprimaryreason":"1","ewdisreasons":"1","ewpireason":"N/A","ewcomments":"Pt's. new work schedule interferes with their participation in the study so they asked to be withdrawn.","sp_data_site":"2"},"150511":{"redcap_data_access_group":"N/A","main_record_id":"25259","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-09","screening_age":"66","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-10","date_and_time":"2024-01-10 07:27","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-01","sp_v1_preop_date":"2024-01-29","sp_v2_6wk_date":"2024-03-14","sp_v3_3mo_date":"2024-05-01","age":"66","sex":"2","genident":"N/A","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150512":{"redcap_data_access_group":"N/A","main_record_id":"25265","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-11","screening_age":"72","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Prefers WSU","obtain_date":"2024-01-22","date_and_time":"2024-01-19 12:55","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"2024-01-24","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150513":{"redcap_data_access_group":"N/A","main_record_id":"25269","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-17","screening_age":"62","screening_gender":"2","screening_race":"0","screening_ethnicity":"0","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-24","date_and_time":"2024-01-24 08:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-05","sp_v1_preop_date":"2024-01-29","sp_v2_6wk_date":"2024-03-18","sp_v3_3mo_date":"2024-05-05","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150514":{"redcap_data_access_group":"N/A","main_record_id":"25266","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-17","screening_age":"64","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-22","date_and_time":"2024-01-22 13:14","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-07","sp_v1_preop_date":"2024-02-06","sp_v2_6wk_date":"2024-03-20","sp_v3_3mo_date":"2024-05-07","age":"64","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150515":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"66","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"Prefers WSU","obtain_date":"2024-01-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150516":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-22","screening_age":"70","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150517":{"redcap_data_access_group":"N/A","main_record_id":"25268","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-23","screening_age":"63","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-24","date_and_time":"2024-01-24 08:05","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-08","sp_v1_preop_date":"2024-02-05","sp_v2_6wk_date":"2024-03-21","sp_v3_3mo_date":"2024-05-08","age":"63","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150518":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-23","screening_age":"78","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-23","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150519":{"redcap_data_access_group":"N/A","main_record_id":"25272","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-24","screening_age":"81","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-25","date_and_time":"2024-01-25 07:12","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-12","sp_v1_preop_date":"2024-02-07","sp_v2_6wk_date":"2024-03-25","sp_v3_3mo_date":"2024-05-12","age":"81","sex":"2","genident":"2","ethnic":"2","dem_race":"3","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2","adverse_effects":{"1":{"erep_local_dtime":"2024-04-03 14:58:44","erep_ae_date":"","erep_visit_inv":"3","erep_ae_yn":"","erep_onset_date":"","erep_resolution_date":"","erep_ae_severity":"","erep_ae_relation":"","erep_ae_serious":"","erep_ae_desc":"","erep_action_taken":"","erep_outcome":"","erep_prot_dev":"1","erep_protdev_type":"6","erep_protdev_desc":"Pt. completed their 6 week session 2 days after the close of their window.","erep_protdev_caplan":"We will schedule participants towards the beginning of their window just in case they have to reschedule at the last minute. ","erep_rel_covid19":"0"}}},"150520":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-24","screening_age":"61","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150521":{"redcap_data_access_group":"N/A","main_record_id":"25271","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-23","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-24","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-19","sp_v1_preop_date":"2024-02-14","sp_v2_6wk_date":"2024-04-01","sp_v3_3mo_date":"2024-05-19","age":"62","sex":"1","genident":"1","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150522":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-24","screening_age":"71","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150523":{"redcap_data_access_group":"N/A","main_record_id":"25273","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-24","screening_age":"63","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-25","date_and_time":"2024-01-25 07:16","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-09","sp_v1_preop_date":"2024-02-08","sp_v2_6wk_date":"2024-03-22","sp_v3_3mo_date":"2024-05-09","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150524":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-01-24","screening_age":"60","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150525":{"redcap_data_access_group":"N/A","main_record_id":"25277","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-05","screening_age":"73","screening_gender":"2","screening_race":"4","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-06","date_and_time":"2024-03-12 12:25","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-02-13","sp_v1_preop_date":"2024-02-07","sp_v2_6wk_date":"2024-03-26","sp_v3_3mo_date":"2024-05-13","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150526":{"redcap_data_access_group":"N/A","main_record_id":"25285","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-02-23","screening_age":"56","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-02-27","date_and_time":"2024-02-27 11:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-03-11","sp_v1_preop_date":"2024-03-06","sp_v2_6wk_date":"2024-04-22","sp_v3_3mo_date":"2024-06-11","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150527":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-02-26","screening_age":"54","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150528":{"redcap_data_access_group":"N/A","main_record_id":"25293","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-03-13","screening_age":"70","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-15","date_and_time":"2024-02-27 11:01","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-08","sp_v1_preop_date":"2024-04-03","sp_v2_6wk_date":"2024-05-20","sp_v3_3mo_date":"2024-07-08","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"1"},"150529":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-14","screening_age":"76","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-03-15","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150530":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-20","screening_age":"73","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150334":{"redcap_data_access_group":"N/A","main_record_id":"25139","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":1,"start_6mo":1,"start_12mo":"N/A","date_of_contact":"2023-05-23","screening_age":"N/A","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2023-05-24","date_and_time":"N/A","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2023-06-15","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2023-07-27","sp_v3_3mo_date":"2023-09-15","age":"61","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"2"},"150510":{"redcap_data_access_group":"N/A","main_record_id":"25258","start_v1_preop":1,"start_v2_6wk":1,"start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-01-05","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-01-09","date_and_time":"2024-01-09 10:29","consent_process_form_complete":"2","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"74","sex":"1","genident":"1","ethnic":"4","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150042":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-09-09","screening_age":"N/A","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"9/9/2022 left voicemail. 9/9/2022 declined, pt is very claustrophobic","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150222":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2022-12-07","screening_age":"N/A","screening_gender":"N/A","screening_race":"4","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150368":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-06-16","screening_age":"N/A","screening_gender":"N/A","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150435":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-09","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left voicemail 10/9, 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150437":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-11-20","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Voicemail left 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150438":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Voicemail left 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150440":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Voicemail left 10/11","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150441":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"N/A","screening_gender":"2","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"0","ptinterest_comment":"planning on canceling procedure","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150442":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"3","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150443":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-11","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"Voicemail left (10/11)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150465":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left voicemail 10/12/23","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150466":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-12","screening_age":"N/A","screening_gender":"1","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left voicemail 10/13/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150475":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"voicemail left 10/25/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150477":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Left voicemail (10/25/2023)","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150478":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"left voicemail on 10/25/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150480":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2023-10-25","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"left voicemail 10/25/2023","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"150000":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"180001":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-03-20","screening_age":"63","screening_gender":"1","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"Unable to contact before surgery ","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"180002":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-05","screening_age":"64","screening_gender":"2","screening_race":"2","screening_ethnicity":"N/A","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"180003":{"redcap_data_access_group":"N/A","main_record_id":"25309","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-09","screening_age":"70","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-25","sp_v1_preop_date":"2024-04-18","sp_v2_6wk_date":"2024-06-06","sp_v3_3mo_date":"2024-07-25","age":"70","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"180004":{"redcap_data_access_group":"N/A","main_record_id":"25305","start_v1_preop":"N/A","start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-09","screening_age":"62","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-09","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-30","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"2024-07-11","sp_v3_3mo_date":"2024-08-30","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"180005":{"redcap_data_access_group":"N/A","main_record_id":"25308","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-09","screening_age":"65","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"2","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-12","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-05-07","sp_v1_preop_date":"2024-04-19","sp_v2_6wk_date":"2024-06-18","sp_v3_3mo_date":"2024-08-07","age":"65","sex":"2","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"180006":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"66","screening_gender":"1","screening_race":"2","screening_ethnicity":"1","participation_interest":"0","reason_not_interested":"5","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"180007":{"redcap_data_access_group":"N/A","main_record_id":"25307","start_v1_preop":1,"start_v2_6wk":"N/A","start_v3_3mo":"N/A","start_6mo":"N/A","start_12mo":"N/A","date_of_contact":"2024-04-10","screening_age":"69","screening_gender":"2","screening_race":"2","screening_ethnicity":"1","participation_interest":"1","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"2024-04-10","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"1","sp_inclage1884":"1","sp_inclsurg":"1","sp_exclarthkneerep":"0","sp_exclinfdxjoint":"0","sp_exclbilkneerep":"0","sp_exclnoreadspkenglish":"0","sp_mricompatscr":"4","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"2024-04-16","sp_v1_preop_date":"2024-04-11","sp_v2_6wk_date":"2024-05-28","sp_v3_3mo_date":"2024-07-16","age":"69","sex":"N/A","genident":"2","ethnic":"2","dem_race":"5","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"3"},"180008":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"2024-04-10","screening_age":"N/A","screening_gender":"1","screening_race":"4","screening_ethnicity":"1","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"},"180000":{"redcap_data_access_group":"N/A","main_record_id":"N/A","start_v1_preop":0,"start_v2_6wk":0,"start_v3_3mo":0,"start_6mo":0,"start_12mo":0,"date_of_contact":"N/A","screening_age":"N/A","screening_gender":"N/A","screening_race":"N/A","screening_ethnicity":"N/A","participation_interest":"N/A","reason_not_interested":"N/A","ptinterest_comment":"N/A","obtain_date":"N/A","date_and_time":"N/A","consent_process_form_complete":"N/A","sp_inclcomply":"N/A","sp_inclage1884":"N/A","sp_inclsurg":"N/A","sp_exclarthkneerep":"N/A","sp_exclinfdxjoint":"N/A","sp_exclbilkneerep":"N/A","sp_exclnoreadspkenglish":"N/A","sp_mricompatscr":"N/A","sp_exclothmajorsurg":"N/A","sp_exclprevbilthorpro":"N/A","sp_surg_date":"N/A","sp_v1_preop_date":"N/A","sp_v2_6wk_date":"N/A","sp_v3_3mo_date":"N/A","age":"N/A","sex":"N/A","genident":"N/A","ethnic":"N/A","dem_race":"N/A","ewdateterm":"N/A","ewprimaryreason":"N/A","ewdisreasons":"N/A","ewpireason":"N/A","ewcomments":"N/A","sp_data_site":"N/A"}} \ No newline at end of file diff --git a/src/data_loading.py b/src/data_loading.py index 4706b24..713c41a 100644 --- a/src/data_loading.py +++ b/src/data_loading.py @@ -149,11 +149,11 @@ def get_display_dictionary(display_terms, api_field, api_value, display_col): return None -def load_display_terms_from_github(display_terms_gihub_raw_url): +def load_display_terms(display_terms_location): '''Load the data file that explains how to translate the data columns and controlled terms into the English language terms to be displayed to the user''' try: - display_terms = pd.read_csv(display_terms_gihub_raw_url) + display_terms = pd.read_csv(display_terms_location) # Get display terms dictionary for one-to-one records display_terms_uni = display_terms[display_terms.multi == 0] @@ -306,6 +306,24 @@ def get_api_consort_data(tapis_token, ## Function to rebuild dataset from apis +def subset_imaging_data(imaging_full): + imaging_columns_used = ['site', 'subject_id', 'visit','acquisition_week','Surgery Week','bids', 'dicom', + 'T1 Indicated','DWI Indicated', '1st Resting State Indicated','fMRI Individualized Pressure Indicated', + 'fMRI Standard Pressure Indicated','2nd Resting State Indicated', + 'T1 Received', 'DWI Received', 'fMRI Individualized Pressure Received', 'fMRI Standard Pressure Received', + '1st Resting State Received', '2nd Resting State Received'] + + imaging = imaging_full[imaging_columns_used].copy() # Select subset of columns + imaging = imaging.replace('na', np.nan) # Clean up data + + return imaging + +def subset_qc_data(qc_full): + qc_cols_used = ['site', 'sub', 'ses', 'scan','rating'] + qc = qc_full[qc_cols_used].copy() # Select subset of columns + return qc + + def get_api_imaging_data(tapis_token): ''' Load data from imaging api. Return bad status notice if hits Tapis API''' try: @@ -314,7 +332,8 @@ def get_api_imaging_data(tapis_token): imaging_filepath = '/'.join([files_api_root,'imaging','imaging-log-latest.csv']) imaging_request = make_report_data_request(imaging_filepath, tapis_token) if imaging_request.status_code == 200: - imaging = pd.read_csv(io.StringIO(imaging_request.content.decode('utf-8'))) + imaging_full = pd.read_csv(io.StringIO(imaging_request.content.decode('utf-8'))) + imaging = subset_imaging_data(imaging_full) else: return {'status':'500', 'source': 'imaging-log-latest.csv'} @@ -322,7 +341,8 @@ def get_api_imaging_data(tapis_token): qc_filepath = '/'.join([files_api_root,'imaging','qc-log-latest.csv']) qc_request = make_report_data_request(qc_filepath, tapis_token) if qc_request.status_code == 200: - qc = pd.read_csv(io.StringIO(qc_request.content.decode('utf-8'))) + qc_full = pd.read_csv(io.StringIO(qc_request.content.decode('utf-8'))) + qc = subset_qc_data(qc_full) else: return {'status':'500', 'source': 'qc-log-latest.csv'}